From 8e9c1bba3b5f93ea99a88111e8999c7d5cde4cc3 Mon Sep 17 00:00:00 2001 From: Andrei Shapiro <59471572+shpran@users.noreply.github.com> Date: Tue, 23 Jan 2024 14:29:28 +0300 Subject: [PATCH] Backport/rfe 748/45.0.6.2 (#2433) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: emtpy commit * chore: update tao-test-runner-qti to branch feature/TR-5858/detect-delivery-concurrency * chore: install the preventConcurrency plugin * refactor: use plugin definition defined in the install script * chore: update signature to allow return null Co-authored-by: Gabriel Felipe Soares Signed-off-by: Jean-Sébastien CONAN * chore: remove auto-generated comment Co-authored-by: Héctor Arroyo Signed-off-by: Jean-Sébastien CONAN * feat: Pause previous deliveries when the test taker launches a new one (#2421) * chore: add annotations for things we need to finish/change to achieve task goals * feat: Detect concurrent sessions by the same user [WiP] * feat: Trigger pause for other executions * chore: Clenup * feat: Store in the session info about why the test was paused * chore: Remove dead code * chore: Move PAUSE_REASON_CONCURRENT_TEST constant out of a controller * chore: Cleanup * feat: Move logic to ltiDeliveryProvider * chore: move logic outside taoQtiTest * chore: Rollback unneeded change * chore: Cleanup * chore: do not allow to execute the same test in different tabs * chore: check for the test session conflict for timers * feat: Pause timers when move redirects to the paused screen * chore: Cleanup * chore: Cleanup * chore: Cleanup * feat: Send a runNumberId with a unique ID that can be used by the FE to know if the local storage was initialized by a prior run * chore: Typo * feat: Force restoreTimerFromClient for suspended sessions on init, return the 'pause' payload when trying to move a paused test * feat: Wrap detection of concurrent tests behind a feature flag * chore: Rollback now-unneeded change * chore: Remove unneeded imports * chore: Remove constant used to hold a feature flag name literal * doc: Describe FEATURE_FLAG_PAUSE_CONCURRENT_SESSIONS in the readme * doc: Describe FEATURE_FLAG_PAUSE_CONCURRENT_SESSIONS in the readme * chore: Simplify class.Runner.php Co-authored-by: Gabriel Felipe Soares Signed-off-by: Héctor Arroyo * chore: Add missing typehint to class.Runner.php Co-authored-by: Gabriel Felipe Soares Signed-off-by: Héctor Arroyo * chore: Rollback unneeded change * chore: refactoring and moving common code to same place --------- Signed-off-by: Héctor Arroyo Co-authored-by: Gabriel Felipe Soares Co-authored-by: Andrei Shapiro * fix: use string instead of object * fix: avoid session invalid index error * chore: remove unnecessary code * chore: fix psr issues * chore: fix psr issues * fix: remove unnecessary code * test: Unit tests for ConcurringSessionService * chore: Typehint * chore: Cleanup * chore: Cleanup * chore: Replace double quotes with single ones for strings not needing var interpolation unit test Signed-off-by: Héctor Arroyo * chore: fix identifier issue * fix: make service work with KV driver * chore: remove unnecessary code and simplify tests * feat: update translations * fix: code typo in scanned translations * fix: code typo in arb locale * chore: update tao-test-runner-qti to version 4.1.0 --------- Signed-off-by: Jean-Sébastien CONAN Signed-off-by: Héctor Arroyo Signed-off-by: Héctor Arroyo Co-authored-by: Héctor Arroyo Co-authored-by: jsconan Co-authored-by: Gabriel Felipe Soares --- README.md | 1 + actions/class.Runner.php | 92 +- locales/ar-arb/messages.po | 114 +- locales/ar-arb/messages_po.js | 2 +- locales/ar-arb/qtiCat.rdf.po | 4 +- locales/ar-arb/qtitest.rdf.po | 4 +- locales/ar-arb/taoQtiTestItemRunner.rdf.po | 4 +- locales/da-DK/messages.po | 106 +- locales/da-DK/messages_po.js | 2 +- locales/da-DK/qtiCat.rdf.po | 4 +- locales/da-DK/qtitest.rdf.po | 4 +- locales/da-DK/taoQtiTestItemRunner.rdf.po | 4 +- locales/de-DE/messages.po | 111 +- locales/de-DE/messages_po.js | 2 +- locales/de-DE/qtiCat.rdf.po | 4 +- locales/de-DE/qtitest.rdf.po | 4 +- locales/de-DE/taoQtiTestItemRunner.rdf.po | 4 +- locales/el-GR/messages.po | 109 +- locales/el-GR/qtiCat.rdf.po | 4 +- locales/el-GR/qtitest.rdf.po | 4 +- locales/el-GR/taoQtiTestItemRunner.rdf.po | 4 +- locales/en-GB/messages.po | 109 +- locales/en-GB/qtiCat.rdf.po | 4 +- locales/en-GB/qtitest.rdf.po | 4 +- locales/en-GB/taoQtiTestItemRunner.rdf.po | 4 +- locales/en-US/messages.po | 108 +- locales/en-US/qtiCat.rdf.po | 4 +- locales/en-US/qtitest.rdf.po | 4 +- locales/en-US/taoQtiTestItemRunner.rdf.po | 4 +- locales/es-ES/messages.po | 118 +- locales/es-ES/messages_po.js | 2 +- locales/es-ES/qtiCat.rdf.po | 4 +- locales/es-ES/qtitest.rdf.po | 4 +- locales/es-ES/taoQtiTestItemRunner.rdf.po | 4 +- locales/es-MX/messages.po | 118 +- locales/es-MX/messages_po.js | 2 +- locales/es-MX/qtiCat.rdf.po | 4 +- locales/es-MX/qtitest.rdf.po | 4 +- locales/es-MX/taoQtiTestItemRunner.rdf.po | 4 +- locales/fi-FI/messages.po | 106 +- locales/fi-FI/qtiCat.rdf.po | 4 +- locales/fi-FI/qtitest.rdf.po | 4 +- locales/fi-FI/taoQtiTestItemRunner.rdf.po | 4 +- locales/fr-CA/messages.po | 111 +- locales/fr-CA/messages_po.js | 2 +- locales/fr-CA/qtiCat.rdf.po | 4 +- locales/fr-CA/qtitest.rdf.po | 4 +- locales/fr-CA/taoQtiTestItemRunner.rdf.po | 4 +- locales/fr-FR/messages.po | 114 +- locales/fr-FR/messages_po.js | 2 +- locales/fr-FR/qtiCat.rdf.po | 4 +- locales/fr-FR/qtitest.rdf.po | 4 +- locales/fr-FR/taoQtiTestItemRunner.rdf.po | 4 +- locales/hu-HU/messages.po | 109 +- locales/hu-HU/qtiCat.rdf.po | 4 +- locales/hu-HU/qtitest.rdf.po | 4 +- locales/hu-HU/taoQtiTestItemRunner.rdf.po | 4 +- locales/id-ID/messages.po | 109 +- locales/id-ID/qtiCat.rdf.po | 4 +- locales/id-ID/qtitest.rdf.po | 4 +- locales/id-ID/taoQtiTestItemRunner.rdf.po | 4 +- locales/is-IS/messages.po | 109 +- locales/is-IS/qtiCat.rdf.po | 4 +- locales/is-IS/qtitest.rdf.po | 4 +- locales/is-IS/taoQtiTestItemRunner.rdf.po | 4 +- locales/it-IT/messages.po | 112 +- locales/it-IT/messages_po.js | 2 +- locales/it-IT/qtiCat.rdf.po | 4 +- locales/it-IT/qtitest.rdf.po | 4 +- locales/it-IT/taoQtiTestItemRunner.rdf.po | 4 +- locales/ja-JP/messages.po | 61 +- locales/ja-JP/messages_po.js | 2 +- locales/ja-JP/qtiCat.rdf.po | 4 +- locales/ja-JP/qtitest.rdf.po | 4 +- locales/ja-JP/taoQtiTestItemRunner.rdf.po | 4 +- locales/lb-LU/messages.po | 109 +- locales/lb-LU/qtiCat.rdf.po | 4 +- locales/lb-LU/qtitest.rdf.po | 4 +- locales/lb-LU/taoQtiTestItemRunner.rdf.po | 4 +- locales/lt-LT/messages.po | 103 +- locales/lt-LT/messages_po.js | 2 +- locales/lt-LT/qtiCat.rdf.po | 4 +- locales/lt-LT/qtitest.rdf.po | 4 +- locales/lt-LT/taoQtiTestItemRunner.rdf.po | 4 +- locales/nb-NO/messages.po | 127 +- locales/nb-NO/messages_po.js | 2 +- locales/nb-NO/qtiCat.rdf.po | 4 +- locales/nb-NO/qtitest.rdf.po | 4 +- locales/nb-NO/taoQtiTestItemRunner.rdf.po | 4 +- locales/nl-NL/messages.po | 116 +- locales/nl-NL/messages_po.js | 2 +- locales/nl-NL/qtiCat.rdf.po | 4 +- locales/nl-NL/qtitest.rdf.po | 4 +- locales/nl-NL/taoQtiTestItemRunner.rdf.po | 4 +- locales/pl-PL/messages.po | 109 +- locales/pl-PL/qtiCat.rdf.po | 4 +- locales/pl-PL/qtitest.rdf.po | 4 +- locales/pl-PL/taoQtiTestItemRunner.rdf.po | 4 +- locales/pt-BR/messages.po | 1771 +++++++++++++++++ locales/pt-BR/messages_po.js | 1 + locales/pt-BR/qtiCat.rdf.po | 22 + locales/pt-BR/qtitest.rdf.po | 82 + locales/pt-BR/taoQtiTestItemRunner.rdf.po | 37 + locales/pt-PT/messages.po | 109 +- locales/pt-PT/messages_po.js | 2 +- locales/pt-PT/qtiCat.rdf.po | 4 +- locales/pt-PT/qtitest.rdf.po | 4 +- locales/pt-PT/taoQtiTestItemRunner.rdf.po | 4 +- locales/ru-RU/messages.po | 114 +- locales/ru-RU/messages_po.js | 2 +- locales/ru-RU/qtiCat.rdf.po | 4 +- locales/ru-RU/qtitest.rdf.po | 4 +- locales/ru-RU/taoQtiTestItemRunner.rdf.po | 4 +- locales/sk-SK/messages.po | 109 +- locales/sk-SK/qtiCat.rdf.po | 4 +- locales/sk-SK/qtitest.rdf.po | 4 +- locales/sk-SK/taoQtiTestItemRunner.rdf.po | 4 +- locales/sv-SE/messages.po | 109 +- locales/sv-SE/messages_po.js | 2 +- locales/sv-SE/qtiCat.rdf.po | 4 +- locales/sv-SE/qtitest.rdf.po | 4 +- locales/sv-SE/taoQtiTestItemRunner.rdf.po | 4 +- locales/uk-UA/messages.po | 109 +- locales/uk-UA/qtiCat.rdf.po | 4 +- locales/uk-UA/qtitest.rdf.po | 4 +- locales/uk-UA/taoQtiTestItemRunner.rdf.po | 4 +- locales/zh-CN/messages.po | 109 +- locales/zh-CN/messages_po.js | 2 +- locales/zh-CN/qtiCat.rdf.po | 4 +- locales/zh-CN/qtitest.rdf.po | 4 +- locales/zh-CN/taoQtiTestItemRunner.rdf.po | 4 +- locales/zh-SG/messages.po | 109 +- locales/zh-SG/qtiCat.rdf.po | 4 +- locales/zh-SG/qtitest.rdf.po | 4 +- locales/zh-SG/taoQtiTestItemRunner.rdf.po | 4 +- locales/zh-TW/messages.po | 109 +- locales/zh-TW/messages_po.js | 2 +- locales/zh-TW/qtiCat.rdf.po | 4 +- locales/zh-TW/qtitest.rdf.po | 4 +- locales/zh-TW/taoQtiTestItemRunner.rdf.po | 4 +- .../Version202311241512382260_taoQtiTest.php | 41 + model/Container/TestQtiServiceProvider.php | 21 +- model/Service/ConcurringSessionService.php | 153 ++ scripts/install/RegisterTestRunnerPlugins.php | 21 + .../Service/ConcurringSessionServiceTest.php | 226 +++ views/package-lock.json | 35 +- views/package.json | 4 +- 147 files changed, 5505 insertions(+), 549 deletions(-) create mode 100644 locales/pt-BR/messages.po create mode 100644 locales/pt-BR/messages_po.js create mode 100644 locales/pt-BR/qtiCat.rdf.po create mode 100644 locales/pt-BR/qtitest.rdf.po create mode 100644 locales/pt-BR/taoQtiTestItemRunner.rdf.po create mode 100644 migrations/Version202311241512382260_taoQtiTest.php create mode 100644 model/Service/ConcurringSessionService.php create mode 100644 test/unit/model/Service/ConcurringSessionServiceTest.php diff --git a/README.md b/README.md index 4f44041282..6a280f0867 100644 --- a/README.md +++ b/README.md @@ -59,3 +59,4 @@ Environment variables | Var | Description | |-----------------------------------------------|-------------------------------------------------------------------------------------| | FEATURE_FLAG_FORCE_DISPLAY_TEST_ITEM_FEEDBACK | Even if itemSessionControl `showFeedback` option is false, show item feedback modal | +| FEATURE_FLAG_PAUSE_CONCURRENT_SESSIONS | When set, forces restoring the timers state from the browser storage on test init | \ No newline at end of file diff --git a/actions/class.Runner.php b/actions/class.Runner.php index 3f3473a7ee..b29028c452 100644 --- a/actions/class.Runner.php +++ b/actions/class.Runner.php @@ -15,7 +15,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * Copyright (c) 2016-2020 (original work) Open Assessment Technologies SA ; + * Copyright (c) 2016-2023 (original work) Open Assessment Technologies SA. */ /** @@ -25,10 +25,10 @@ */ use oat\libCat\exception\CatEngineConnectivityException; -use oat\tao\model\routing\AnnotationReader\security; use oat\taoDelivery\model\execution\DeliveryExecutionInterface; use oat\taoDelivery\model\execution\DeliveryExecutionService; use oat\taoDelivery\model\RuntimeService; +use oat\taoQtiTest\model\Service\ConcurringSessionService; use oat\taoQtiTest\model\Service\ExitTestCommand; use oat\taoQtiTest\model\Service\ExitTestService; use oat\taoQtiTest\model\Service\ItemContextAwareInterface; @@ -59,6 +59,7 @@ use oat\taoQtiTest\models\runner\QtiRunnerServiceContext; use oat\taoQtiTest\models\runner\RunnerToolStates; use oat\taoQtiTest\models\runner\StorageManager; +use qtism\runtime\tests\AssessmentTestSessionState; use taoQtiTest_helpers_TestRunnerUtils as TestRunnerUtils; use oat\oatbox\session\SessionService; @@ -143,7 +144,7 @@ protected function getSessionId() /** * Gets the test service context * @return QtiRunnerServiceContext - * @throws \common_Exception + * @throws common_Exception */ protected function getServiceContext() { @@ -162,11 +163,18 @@ protected function getServiceContext() $delivery = $execution->getDelivery(); $container = $this->getRuntimeService()->getDeliveryContainer($delivery->getUri()); if (!$container instanceof QtiTestDeliveryContainer) { - throw new common_Exception('Non QTI test container ' . get_class($container) . ' in qti test runner'); + throw new common_Exception( + 'Non QTI test container ' . get_class($container) . ' in qti test runner' + ); } $testDefinition = $container->getSourceTest($execution); $testCompilation = $container->getPrivateDirId($execution) . '|' . $container->getPublicDirId($execution); - $this->serviceContext = $this->getRunnerService()->getServiceContext($testDefinition, $testCompilation, $testExecution); + + $this->serviceContext = $this->getRunnerService()->getServiceContext( + $testDefinition, + $testCompilation, + $testExecution + ); } return $this->serviceContext; @@ -234,7 +242,9 @@ protected function getErrorResponse($e = null, $prevResponse = []) /** @var QtiRunnerMessageService $messageService */ $messageService = $this->getServiceManager()->get(QtiRunnerMessageService::SERVICE_ID); try { + // phpcs:disable Generic.Files.LineLength $response['message'] = __($messageService->getStateMessage($this->serviceContext->getTestSession())); + // phpcs:enable Generic.Files.LineLength } catch (common_exception_Error $e) { $response['message'] = null; } @@ -287,7 +297,6 @@ public function init() $this->validateSecurityToken(); try { - /** @var QtiRunnerServiceContext $serviceContext */ $serviceContext = $this->getRunnerService()->initServiceContext($this->getServiceContext()); $this->returnJson($this->getInitResponse($serviceContext)); } catch (Exception $e) { @@ -392,14 +401,18 @@ public function getItem() $response['success'] = false; $userIdentifier = common_session_SessionManager::getSession()->getUser()->getIdentifier(); - common_Logger::e("Unable to retrieve item with identifier '${itemIdentifier}' for user '${userIdentifier}'."); + common_Logger::e( + "Unable to retrieve item with identifier '${itemIdentifier}' for user '${userIdentifier}'." + ); } $this->getRunnerService()->startTimer($serviceContext); } catch (common_Exception $e) { $userIdentifier = common_session_SessionManager::getSession()->getUser()->getIdentifier(); - $msg = __CLASS__ . "::getItem(): Unable to retrieve item with identifier '${itemIdentifier}' for user '${userIdentifier}'.\n"; - $msg .= "Exception of type '" . get_class($e) . "' was thrown in '" . $e->getFile() . "' l." . $e->getLine() . " with message '" . $e->getMessage() . "'."; + $msg = __CLASS__ . "::getItem(): Unable to retrieve item with identifier '${itemIdentifier}' for " + . "user '${userIdentifier}'.\n"; + $msg .= "Exception of type '" . get_class($e) . "' was thrown in '" . $e->getFile() . "' l." . $e->getLine() + . " with message '" . $e->getMessage() . "'."; if ($e instanceof common_exception_Unauthorized) { // Log as debug as not being authorized is not a "real" system error. @@ -480,7 +493,7 @@ protected function getItemData($itemIdentifier) * Save the actual item state. * Requires params itemIdentifier and itemState * @return boolean true if saved - * @throws \common_Exception + * @throws common_Exception */ protected function saveItemState() { @@ -497,7 +510,7 @@ protected function saveItemState() * End the item timer and save the duration * Requires params itemDuration and optionaly consumedExtraTime * @return boolean true if saved - * @throws \common_Exception + * @throws common_Exception */ protected function endItemTimer() { @@ -514,7 +527,7 @@ protected function endItemTimer() * Requires params itemDuration and optionally consumedExtraTime * @param boolean $emptyAllowed if we allow empty responses * @return boolean true if saved - * @throws \common_Exception + * @throws common_Exception * @throws QtiRunnerEmptyResponsesException if responses are empty, emptyAllowed is false and no allowSkipping */ protected function saveItemResponses($emptyAllowed = true) @@ -528,11 +541,17 @@ protected function saveItemResponses($emptyAllowed = true) $itemResponse = $this->getItemResponse(); if ($serviceContext->getCurrentAssessmentItemRef()->getIdentifier() !== $itemIdentifier) { - throw new QtiRunnerItemResponseException(__('Item response identifier does not match current item')); + throw new QtiRunnerItemResponseException( + __('Item response identifier does not match current item') + ); } if (!is_null($itemResponse) && !empty($itemDefinition)) { - $responses = $this->getRunnerService()->parsesItemResponse($serviceContext, $itemDefinition, $itemResponse); + $responses = $this->getRunnerService()->parsesItemResponse( + $serviceContext, + $itemDefinition, + $itemResponse + ); //still verify allowSkipping & empty responses if ( @@ -564,7 +583,10 @@ public function submitItem() // as we need to store the item state whatever the test state is $this->validateSecurityToken(); $serviceContext = $this->getServiceContext(); - $itemRef = $this->getRunnerService()->getItemHref($serviceContext, $this->getRequestParameter('itemDefinition')); + $itemRef = $this->getRunnerService()->getItemHref( + $serviceContext, + $this->getRequestParameter('itemDefinition') + ); if (!$this->getRunnerService()->isTerminated($serviceContext)) { $this->endItemTimer(); @@ -597,6 +619,9 @@ public function submitItem() /** * Moves the current position to the provided scoped reference: item, section, part + * + * This action is called when the user sends a test response, but not when + * the test starts. */ public function move() { @@ -617,10 +642,10 @@ public function move() $response = $moveService($moveCommand); - common_Logger::d('Test session state : ' . $this->getServiceContext()->getTestSession()->getState()); - $this->returnJson($response->toArray()); } catch (common_Exception $e) { + $this->checkExceptionForTestSessionConflict($e); + $this->returnJson( $this->getErrorResponse($e), $this->getStatusCodeFromException($e) @@ -652,6 +677,8 @@ public function skip() $this->returnJson($response->toArray()); } catch (common_Exception $e) { + $this->checkExceptionForTestSessionConflict($e); + $this->returnJson( $this->getErrorResponse($e), $this->getStatusCodeFromException($e) @@ -685,6 +712,8 @@ public function timeout() $this->returnJson($response->toArray()); } catch (common_Exception $e) { + $this->checkExceptionForTestSessionConflict($e); + $this->returnJson( $this->getErrorResponse($e), $this->getStatusCodeFromException($e) @@ -750,10 +779,7 @@ public function pause() $this->setItemContextToCommand($command); - /** @var PauseService $pause */ - $pause = $this->getPsrContainer()->get(PauseService::class); - - $response = $pause($command); + $response = $this->getPauseService()($command); $this->returnJson($response->toArray()); } catch (common_Exception $e) { @@ -1081,6 +1107,11 @@ private function getRuntimeService(): RuntimeService return $this->getServiceLocator()->get(RuntimeService::SERVICE_ID); } + private function getPauseService(): PauseService + { + return $this->getPsrContainer()->get(PauseService::class); + } + private function getItemDuration(): ?float { if (!$this->hasRequestParameter('itemDuration')) { @@ -1147,4 +1178,23 @@ private function createErrorResponseFromException(Exception $exception): void $this->getStatusCodeFromException($exception) ); } + + private function checkExceptionForTestSessionConflict($exception): void + { + if (!$exception instanceof common_exception_Unauthorized) { + return; + } + + try { + if ($this->getServiceContext()->getTestSession()->getState() === AssessmentTestSessionState::INTERACTING) { + $this->getConcurringSessionService()->setConcurringSession($this->getSessionId()); + } + } catch (common_Exception $exception) { + } + } + + private function getConcurringSessionService(): ConcurringSessionService + { + return $this->getPsrContainer()->get(ConcurringSessionService::class); + } } diff --git a/locales/ar-arb/messages.po b/locales/ar-arb/messages.po index 88d6f0ebee..aa1b1403d7 100644 --- a/locales/ar-arb/messages.po +++ b/locales/ar-arb/messages.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint160\n" -"PO-Revision-Date: 2021-12-29 12:39+0100\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:18\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: ar-arb\n" @@ -9,11 +9,8 @@ msgstr "" "targetLanguage: ar-arb\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Poedit-Basepath: ../..\n" +"X-Poedit-Basepath: ../../\n" "X-Poedit-KeywordsList: __\n" -"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n" -"POT-Creation-Date: \n" -"X-Generator: Poedit 2.4.3\n" "X-Poedit-SearchPath-0: .\n" msgid "%s to answer %s" @@ -25,6 +22,9 @@ msgstr "(مرئي) امسح كل الإضاءات النشطة" msgid "(Visual) Highlight Text" msgstr "(بصري) تمييز النص" +msgid "A concurrent delivery has been detected. Please use the last open session. The present window can be closed." +msgstr "" + msgid "A QTI Item involved in the QTI Test '%s' could not be compiled." msgstr "تعذر تجميع بند QTI المتضمن في رائز QTI '%s'" @@ -49,6 +49,9 @@ msgstr "مطلوب جواب صحيح عن هذا البند." msgid "A visible section is one that is identifiable by the candidate." msgstr "القسم المرئي هو القسم الذي يمكن للمرشح تحديده." +msgid "Accessibility tool that enables Test Taker to have the item content read aloud." +msgstr "" + msgid "Activated" msgstr "مفعل" @@ -61,6 +64,9 @@ msgstr "أضف ملفًا مضغوطًا يحتوي على روائز وبنود msgid "Add selected item(s) here." msgstr "أضف البنود المحددة هنا." +msgid "Add Subsection" +msgstr "" + msgid "Add the source file" msgstr "أضف مصدر الملف" @@ -226,6 +232,15 @@ msgstr "أسود على أرجواني فاتح" msgid "Black on White" msgstr "أسود على خلفية بيضاء" +msgid "Bookmark question" +msgstr "" + +msgid "Bookmark the current question for later review" +msgstr "" + +msgid "Bookmarked question %s" +msgstr "" + msgid "Calculator" msgstr "آلة حاسبة" @@ -235,10 +250,10 @@ msgstr "آلة حاسبة BODMAS" msgid "Can not playback media file!" msgstr "لا يمكن تشغيل ملف الوسائط!" -msgid "CANCEL" +msgid "Cancel" msgstr "إلغاء" -msgid "Cancel" +msgid "CANCEL" msgstr "إلغاء" msgid "Candidate" @@ -364,6 +379,9 @@ msgstr "التسمية المعروضة" msgid "Displays a customisable magnifier" msgstr "يعرض المكبر القابل للتخصيص" +msgid "Do not bookmark the current question for later review" +msgstr "" + msgid "Do not flag the current item for later review" msgstr "لا تضع علامة على البند الحالي للمراجعة لاحقًا" @@ -435,12 +453,21 @@ msgstr "تم العثور على خطأ في اختبار : IMS QTI\n" msgid "Expand the review panel" msgstr "قم بتوسيع لوحة المراجعة" +msgid "Export" +msgstr "" + msgid "Export failed for the test \"%s" msgstr "فشل تصدير الرائز \"%s" +msgid "Export failed. Key uri nor classUri in formValues are not defined" +msgstr "" + msgid "Export metadata" msgstr "تصدير البيانات الوصفية" +msgid "Export QTI %s Test Package" +msgstr "" + msgid "Export QTI 2.1 Test Package" msgstr "تصدير حزمةروائز QTI 2.1" @@ -510,6 +537,9 @@ msgstr "رمادي على أخضر" msgid "Hide Review" msgstr "إخفاء المراجعة" +msgid "Hide test overview panel" +msgstr "" + msgid "Hide the review screen" msgstr "إخفاء شاشة المراجعة" @@ -561,6 +591,9 @@ msgstr "إذا تم تعيين خيار الفئة ، فستتم معالجة ا msgid "If the connection cannot be restored, see option B." msgstr "إذا تعذر استعادة الاتصال ، فراجع الخيار ب." +msgid "If you leave the test, your changes will not be saved due to invalid test settings. Are you sure you wish to leave?" +msgstr "" + msgid "If you need help, please contact our Helpline on 0330 088 4171." msgstr "إذا كنت بحاجة إلى مساعدة ، يرجى الاتصال بخط المساعدة الخاص بنا على 033088 4171." @@ -594,6 +627,9 @@ msgstr "عدم تناسق في السطر %1d:" msgid "Individual" msgstr "فردي" +msgid "Informational item" +msgstr "" + msgid "Informational Item Usage" msgstr "استخدام بند إعلاميائي" @@ -705,6 +741,7 @@ msgstr "إدارة مجموعات المواد" msgid "Manage test properties" msgstr "إدارة خصائص الرائز" +#, tao-public msgid "Manage tests" msgstr "إدارة الروائز" @@ -765,11 +802,15 @@ msgstr "المدة الدنيا لهذا الجزء من الرائز ." msgid "minutes" msgstr "دقائق" -msgid "Missed required parameter 'id\\" -msgstr "تم فقدان المعلم المطلوب 'id \\" +msgid "Missed required parameter \'id\'" +msgstr "تم فقدان المعلم المطلوب \'id\'" +"msgid " msgid "Missed test package file" -msgstr "ملف حزمة الرائز مفقود" +msgstr "" + +msgid "Missing filename for QTI Test export" +msgstr "" msgid "Missing required configuration option %s" msgstr "خيار التكوين المطلوب مفقود %s" @@ -819,12 +860,18 @@ msgstr "الجزء التالي" msgid "No" msgstr "لا" +msgid "NO" +msgstr "" + msgid "No CAT Engine configured for CAT Endpoint \"%s\"." msgstr "لم يتم تكوين محرك CAT لنقطة نهاية \"%s\"." msgid "No file found at location \"%s\"." msgstr "لم يتم العثور على ملف في الموقع \"%s\"." +msgid "No instance in form to export" +msgstr "" + msgid "No more attempts allowed for item \"%s\"." msgstr "لا مزيد من المحاولات المسموح بها للبند \"%s\"." @@ -858,10 +905,10 @@ msgstr "لا يتم خلطه ، يظل الموضع ثابتًا." msgid "Offline" msgstr "غير متصل على الانترنت" -msgid "OK" +msgid "Ok" msgstr "نعم" -msgid "Ok" +msgid "OK" msgstr "نعم" msgid "OK & End test" @@ -966,6 +1013,12 @@ msgstr "فشل نشر الرائز \"%s\"" msgid "QTI Test \"%s\" successfully published." msgstr "تم نشر الرائز \"%s\" بنجاح." +msgid "QTI Test Metadata" +msgstr "" + +msgid "QTI Test Package %s" +msgstr "" + msgid "QTI Test Package 2.1" msgstr "حزمة الرائز QTI 2.1" @@ -981,6 +1034,9 @@ msgstr "سؤال" msgid "Question" msgstr "سؤال" +msgid "Question %s" +msgstr "" + msgid "questions" msgstr "أسئلة" @@ -1005,6 +1061,9 @@ msgstr "إزالة قالب القاعدة" msgid "Remove Section" msgstr "إزالة الجزء" +msgid "Remove Subsection" +msgstr "" + msgid "Remove Test Part" msgstr "إزالة جزء الرائز" @@ -1020,6 +1079,9 @@ msgstr "إعادة تعيين المفرزات" msgid "Resource(s) successfully exported." msgstr "تم تصدير المورد (الموارد) بنجاح." +msgid "ResultTransmission event successfully registered" +msgstr "" + msgid "Review" msgstr "مراجعة" @@ -1128,6 +1190,9 @@ msgstr "إظهار المراجعة" msgid "Show Solution" msgstr "إظهار الحل" +msgid "Show test overview panel" +msgstr "" + msgid "Show the review screen" msgstr "إظهار مراجعة الشاشة" @@ -1236,6 +1301,12 @@ msgstr "تم تصدير بيانات تعريف الرائز بنجاح." msgid "Test Navigation" msgstr "اختبار التصفح" +msgid "Test overview" +msgstr "" + +msgid "Test part level category enables configuring the categories of its composing items all at once. A category in gray means that all items have that category. A category in white means that only a few items have that category." +msgstr "" + msgid "Test Part Properties" msgstr "اختبار خصائص الجزء" @@ -1257,6 +1328,7 @@ msgstr "حالة الرائز وبنية المراجعة" msgid "Test-Taker Tools" msgstr "أدوات الرائز" +#, tao-public msgid "Tests" msgstr "الروائز" @@ -1350,6 +1422,9 @@ msgstr "المعرف الأساسي للرائز." msgid "The provided archive is invalid. Make sure it is not corrupted and that it contains an 'imsmanifest.xml' file." msgstr "الأرشيف المقدم غير مضبوط. تأكد من أنه غير تالف وأنه يحتوي على ملف \"imsmanifest.xml\"." +msgid "The QTI Item with URI '%s' cannot be found." +msgstr "" + msgid "The QTI Test '%s' to be compiled must contain at least 1 QTI Item. None found." msgstr "يجب أن يحتوي رائز QTI '%s' المراد ترجمته على بند QTI واحد على الأقل. لا شيء وجد." @@ -1380,6 +1455,14 @@ msgstr "عنوان القسم." msgid "The submission mode determines when the candidate's responses are submitted for response processing. A testPart in individual mode requires the candidate to submit their responses on an item-by-item basis. In simultaneous mode the candidate's responses are all submitted together at the end of the testPart." msgstr "يحدد وضع الإرسال وقت إرسال أجوبة المرشح لمعالجتها. يتطلب قسم من الرائز في الوضع الفردي من المرشح إرسال أجوبته على أساس كل بند على حدة. في الوضع المتزامن ، يتم تقديم جميع أجوبة المرشح معًا في نهايةقسم من الرائز.." +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"" +msgstr "" + +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"Please fix the invalid settings and try again." +msgstr "" + msgid "The test has been closed/suspended!" msgstr "تم إغلاق الرائز!" @@ -1587,6 +1670,7 @@ msgstr "نوع الملف الخاطئ mime" msgid "XML Content" msgstr "محتوى XML" +#, tao-public msgid "XML Editor" msgstr "محرر XML" @@ -1599,6 +1683,9 @@ msgstr "أصفر على أزرق" msgid "Yes" msgstr "نعم" +msgid "YES" +msgstr "" + msgid "You answered %s of %s question(s) for this section of the test" msgstr "لقد أجبت على %s من %s سؤال (أسئلة) لهذا المقطع من الاختبار" @@ -1676,3 +1763,4 @@ msgstr "تكبير في" msgid "Zoom out" msgstr "تكبير خارج" + diff --git a/locales/ar-arb/messages_po.js b/locales/ar-arb/messages_po.js index cffdf676af..f43b0cb37a 100644 --- a/locales/ar-arb/messages_po.js +++ b/locales/ar-arb/messages_po.js @@ -1 +1 @@ -{" AND ":" AND "," and ":" \u0645\u0639 "," has been deleted successfully":"\u062a\u0645 \u062d\u0630\u0641\u0647 \u0628\u0646\u062c\u0627\u062d"," is ":"\u0647\u0648"," next":"\u0627\u0644\u062a\u0627\u0644\u064a"," Remove criteria":"\u062d\u0630\u0641 \u0627\u0644\u0645\u0639\u0627\u064a\u064a\u0631"," requires a subgrid adapter":"\u064a\u062d\u062a\u0627\u062c \u0625\u0644\u0649 \u0645\u062d\u0648\u0644 \u0627\u0644\u0634\u0628\u0643\u0629 \u0627\u0644\u0641\u0631\u0639\u064a\u0629","%1$s expected but %2$s detected":"\u0646\u0633\u0628\u0629 \u0645\u0626\u0648\u064a\u0629 (%1$s) \u0643\u0630\u0627 \u0645\u0631\u062a\u0642\u0628\u0629 \u0644\u0643\u0646 \u0646\u0633\u0628\u0629 \u0643\u0630\u0627 \u0645\u062a\u062d\u0642\u0642\u0629 (%2$s)","%d attempts left before your account is locked.":".\u0627\u0644\u0645\u062a\u0628\u0642\u0649 \u0644\u0643 \u0645\u0646 \u0627\u0644\u0648\u0642\u062a \u0628\u0627\u0644\u0646\u0633\u0628\u0629 \u0627\u0644\u0645\u0626\u0648\u064a\u0629 \u0642\u0628\u0644 \u0623\u0646 \u064a\u062a\u0645 \u0625\u0642\u0641\u0627\u0644 \u062d\u0633\u0627\u0628\u0643 %d","%d day":"%d \u0645\u0646 \u064a\u0648\u0645","%d days":"%d \u0645\u0646 \u0623\u064a\u0627\u0645","%h hour":"%h \u0645\u0646 \u0633\u0627\u0639\u0629","%h hours":"%h \u0645\u0646 \u0633\u0627\u0639\u0627\u062a","%i minute":"%i \u0645\u0646 \u062f\u0642\u064a\u0642\u0629","%i minutes":"%i \u0645\u0646 \u062f\u0642\u0627\u0626\u0642","%m month":"%m \u0645\u0646 \u0634\u0647\u0631","%m months":"%m \u0645\u0646 \u0634\u0647\u0648\u0631","%s %s selected":"%s %s \u0644\u0645\u0627 \u062a\u0645 \u0627\u0646\u062a\u0642\u0627\u0624\u0647","%s (%s kb)":"%s (%s \u0643 \u0628) \u0643\u064a\u0644\u0648 \u0628\u0627\u064a\u062a","%s Class saved":"\u062a\u0645 \u062d\u0641\u0638 \u0627\u0644\u0642\u0633\u0645 %s","%s classes":"%s \/ \u0623\u0642\u0633\u0627\u0645","%s Confirmation":"\u062a\u0623\u0643\u064a\u062f %s","%s could not be released":"\u062a\u0639\u0630\u0631 \u0639\u0631\u0636\u0647 %s","%s created":"\u062a\u0645 \u0627\u0644\u0625\u0646\u0634\u0627\u0621 %s","%s extension(s) to install.":"%s \u0627\u0644\u0645\u0644\u062d\u0642\u0627\u062a \u0627\u0644\u0645\u0631\u0627\u062f \u062a\u062b\u0628\u064a\u062a\u0647\u0627.","%s has been deleted":"\u062a\u0645 \u062d\u0630\u0641 %s","%s has been released":"%s \u062a\u0645 \u0639\u0631\u0636","%s instances":"\u0637\u0644\u0628\u0627\u062a %s","%s is of a type that cannot be published":"\u0645\u0646 \u0646\u0648\u0639 \u0644\u0627 \u064a\u0645\u0643\u0646 \u0646\u0634\u0631\u0647 %s","%s Locked":"\u0645\u0624\u0645\u0646 %s","%s to answer %s":" %s \u0644\u0644\u0625\u062c\u0627\u0628\u0629 \u0639\u0644\u0649 %s","%s\u0022 is not a valid index identifier. It must start with a letter and contain letters, numbers or underscores only":"%s \u0022\u0644\u064a\u0633 \u0645\u0639\u0631\u0641 \u0641\u0647\u0631\u0633 \u0635\u0627\u0644\u062d\u064b\u0627. \u064a\u062c\u0628 \u0623\u0646 \u064a\u0628\u062f\u0623 \u0628\u062d\u0631\u0641 \u0648\u0623\u0646 \u064a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 \u0623\u062d\u0631\u0641 \u0623\u0648 \u0623\u0631\u0642\u0627\u0645 \u0623\u0648 \u0634\u0631\u0637\u0627\u062a \u0633\u0641\u0644\u064a\u0629 \u0641\u0642\u0637","%y year":"\u0633\u0646\u0629 %y","%y years":"\u0633\u0646\u0648\u0627\u062a %y","(empty)":"(\u0641\u0627\u0631\u063a)","(Visual) Clear all active highlights":"(\u0645\u0631\u0626\u064a) \u0627\u0645\u0633\u062d \u0643\u0644 \u0627\u0644\u0625\u0636\u0627\u0621\u0627\u062a \u0627\u0644\u0646\u0634\u0637\u0629","(Visual) Highlight Text":"(\u0628\u0635\u0631\u064a) \u062a\u0645\u064a\u064a\u0632 \u0627\u0644\u0646\u0635","... reloading page.":"\u0625\u0639\u0627\u062f\u0629 \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0635\u0641\u062d\u0629.","Filters<\/del>":" \u0627\u0644\u0645\u0641\u0631\u0632\u0627\u062a <\/del>","Options<\/del>":" \u062e\u064a\u0627\u0631\u0627\u062a <\/del>"," %s <\/strong> has been moved to the background.":"\u062a\u0645 \u0646\u0642\u0644 %s <\/strong> \u0625\u0644\u0649 \u0627\u0644\u062e\u0644\u0641\u064a\u0629.","> Extension %s succesfully installed.":"> \u062a\u0645 \u062a\u062b\u0628\u064a\u062a \u0627\u0644\u0645\u0644\u062d\u0642 %s \u0628\u0646\u062c\u0627\u062d.","> Installation done.":" > \u062a\u0645 \u0627\u0644\u062a\u062b\u0628\u064a\u062a","a class":"\u0635\u0641 ","A date has to be a Datetime or timestamp":"\u064a\u062c\u0628 \u0623\u0646 \u064a\u0643\u0648\u0646 \u0627\u0644\u062a\u0627\u0631\u064a\u062e \u062a\u0627\u0631\u064a\u062e\u064b\u0627 \u0645\u062d\u062f\u062f\u0627 \u0632\u0645\u0646\u064a\u0627 \u0623\u0648 \u0630\u0627 \u0637\u0627\u0628\u0639\u064b \u0632\u0645\u0646\u064a","A fatal error occured during the installation process.":"\u062d\u062f\u062b \u062e\u0637\u0623 \u0623\u062b\u0646\u0627\u0621 \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062a\u062b\u0628\u064a\u062a .","A maintenance status must have a STATUS: \u0022%s\u0022 or \u0022%s":"\u064a\u062c\u0628 \u0623\u0646 \u064a\u0643\u0648\u0646 \u0644\u062d\u0627\u0644\u0629 \u0627\u0644\u0635\u064a\u0627\u0646\u0629 \u062d\u0627\u0644\u0629: \u0022%s\u0022 \u0623\u0648 \u0022%s","A message with further instructions has been sent to your email address: %s":"\u062a\u0645 \u0625\u0631\u0633\u0627\u0644 \u0631\u0633\u0627\u0644\u0629 \u062a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 \u0645\u0632\u064a\u062f \u0645\u0646 \u0627\u0644\u0625\u0631\u0634\u0627\u062f\u0627\u062a \u0625\u0644\u0649 \u0639\u0646\u0648\u0627\u0646 \u0628\u0631\u064a\u062f\u0643 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a: %s","A QTI Item involved in the QTI Test \u0027%s\u0027 could not be compiled.":"\u062a\u0639\u0630\u0631 \u062a\u062c\u0645\u064a\u0639 \u0628\u0646\u062f QTI \u0627\u0644\u0645\u062a\u0636\u0645\u0646 \u0641\u064a \u0631\u0627\u0626\u0632 QTI \u0027%s\u0027","A QTI Test must contain at least one QTI Item to be compiled. None found.":"\u064a\u062c\u0628 \u0623\u0646 \u064a\u062d\u062a\u0648\u064a \u0631\u0627\u0626\u0632 QTI \u0639\u0644\u0649 \u0628\u0646\u062f QTI \u0648\u0627\u062d\u062f \u0639\u0644\u0649 \u0627\u0644\u0623\u0642\u0644 \u0644\u064a\u062a\u0645 \u062a\u062c\u0645\u064a\u0639\u0647. \u0644\u0627 \u0634\u064a\u0621 \u0648\u062c\u062f.","A qti testpackage":"\u062d\u0632\u0645\u0629 \u0631\u0648\u0627\u0626\u0632 qti","A remote resource referenced in QTI test \u0027%s\u0027 could not be retrieved.":"\u062a\u0639\u0630\u0631 \u0627\u0633\u062a\u0631\u062f\u0627\u062f \u0645\u0648\u0631\u062f \u0628\u0639\u064a\u062f \u0645\u0634\u0627\u0631 \u0625\u0644\u064a\u0647 \u0641\u064a \u0631\u0627\u0626\u0632 QTI \u0027%s\u0027.","A response to every question in this item is required.":"\u0645\u0637\u0644\u0648\u0628 \u0625\u062c\u0627\u0628\u0629 \u0639\u0644\u0649 \u0643\u0644 \u0633\u0624\u0627\u0644 \u0641\u064a \u0647\u0630\u0627 \u0627\u0644\u0628\u0646\u062f.","A response to this item is required.":"\u0645\u0637\u0644\u0648\u0628 \u0627\u0644\u0625\u062c\u0627\u0628\u0629 \u0639\u0646 \u0647\u0630\u0627 \u0627\u0644\u0628\u0646\u062f.","A valid response to this item is required.":"\u0645\u0637\u0644\u0648\u0628 \u062c\u0648\u0627\u0628 \u0635\u062d\u064a\u062d \u0639\u0646 \u0647\u0630\u0627 \u0627\u0644\u0628\u0646\u062f.","A visible section is one that is identifiable by the candidate.":"\u0627\u0644\u0642\u0633\u0645 \u0627\u0644\u0645\u0631\u0626\u064a \u0647\u0648 \u0627\u0644\u0642\u0633\u0645 \u0627\u0644\u0630\u064a \u064a\u0645\u0643\u0646 \u0644\u0644\u0645\u0631\u0634\u062d \u062a\u062d\u062f\u064a\u062f\u0647.","About":"\u062d\u0648\u0644","abs":"abs","Absolute value":"\u0627\u0644\u0642\u064a\u0645\u0629 \u0627\u0644\u0645\u0637\u0644\u0642\u0629 ","AC":"AC","Access Denied":"\u0631\u0641\u0636 \u0627\u0644\u062f\u062e\u0648\u0644","Access denied. Please renew your authentication!":"!\u062a\u0645 \u0631\u0641\u0636 \u0627\u0644\u0648\u0635\u0648\u0644. \u064a\u0631\u062c\u0649 \u062a\u062c\u062f\u064a\u062f \u0627\u0644\u0645\u0635\u0627\u062f\u0642\u0629 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0643","Account status":"\u0648\u0636\u0639\u064a\u0629 \u0627\u0644\u062d\u0633\u0627\u0628","Action":"\u0625\u062c\u0631\u0627\u0621","Action %s - removed %s positions":"\u0627\u0644\u0625\u062c\u0631\u0627\u0621 %s - \u0625\u0632\u0627\u0644\u0629 %s \u0645\u0646 \u0627\u0644\u0645\u0648\u0627\u0636\u0639","Action `%s` is not configured in the action queue service":"\u0644\u0645 \u064a\u062a\u0645 \u062a\u0643\u0648\u064a\u0646 \u0627\u0644\u0625\u062c\u0631\u0627\u0621 `%s` \u0641\u064a \u062e\u062f\u0645\u0629 \u0642\u0627\u0626\u0645\u0629 \u0627\u0646\u062a\u0638\u0627\u0631 \u0627\u0644\u0625\u062c\u0631\u0627\u0621\u0627\u062a","Action was not executed yet":"\u0644\u0645 \u064a\u062a\u0645 \u062a\u0646\u0641\u064a\u0630 \u0627\u0644\u0625\u062c\u0631\u0627\u0621 \u0628\u0639\u062f ","Actions":"\u0625\u062c\u0631\u0627\u0621\u0627\u062a","Activated":"\u0645\u0641\u0639\u0644","Add":"\u0625\u0636\u0627\u0641\u0629","Add \/ Edit lists":"\u0625\u0636\u0627\u0641\u0629 \/ \u062a\u062d\u0631\u064a\u0631 \u0627\u0644\u0644\u0627\u0648\u0627\u0626\u062d","Add a CSV file":"\u0623\u0636\u0641 \u0645\u0644\u0641 CSV ","add a new weight":"\u0625\u0636\u0627\u0641\u0629 \u0648\u0632\u0646 \u062c\u062f\u064a\u062f","Add a user":"\u0627\u0636\u0627\u0641\u0629 \u0645\u0633\u062a\u062e\u062f\u0645","Add a zip file containing QTI\/APIP tests and items":"\u0623\u0636\u0641 \u0645\u0644\u0641\u064b\u0627 \u0645\u0636\u063a\u0648\u0637\u064b\u0627 \u064a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 \u0631\u0648\u0627\u0626\u0632 \u0648\u0628\u0646\u0648\u062f QTI \/ APIP","Add an RDF\/XML file":"\u0623\u0636\u0641 \u0645\u0644\u0641 RDF \/ XML","add criteria":"\u0623\u0636\u0641 \u0645\u0639\u0627\u064a\u064a\u0631","Add file(s)":"\u0623\u0636\u0641 \u0645\u0644\u0641\u0627\u062a","Add property":"\u0623\u0636\u0641 \u062e\u0627\u0635\u064a\u0627\u062a","Add selected item(s) here.":"\u0623\u0636\u0641 \u0627\u0644\u0628\u0646\u0648\u062f \u0627\u0644\u0645\u062d\u062f\u062f\u0629 \u0647\u0646\u0627.","Add the source file":"\u0623\u0636\u0641 \u0645\u0635\u062f\u0631 \u0627\u0644\u0645\u0644\u0641","Adding search index for %s":"\u0625\u0636\u0627\u0641\u0629 \u0641\u0647\u0631\u0633 \u0627\u0644\u0628\u062d\u062b \u0644\u0640 %s","Adding the new class has failed":"\u0625\u0636\u0627\u0641\u0629 \u0642\u0633\u0645 \u062c\u062f\u064a\u062f \u0628\u0627\u0621\u062a \u0628\u0627\u0644\u0641\u0634\u0644","Adding the new resource has failed":"\u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0645\u0648\u0631\u062f \u0627\u0644\u062c\u062f\u064a\u062f \u0628\u0627\u0621\u062a \u0628\u0627\u0644\u0641\u0634\u0644","Advanced search, add filters":"\u0628\u062d\u062b \u0645\u062a\u0642\u062f\u0645 \u060c \u0625\u0636\u0627\u0641\u0629 \u0645\u0641\u0631\u0632\u0627\u062a","After you complete the section it would be impossible to return to this section to make changes. Are you sure you want to end the section?":"\u0628\u0639\u062f \u0625\u0643\u0645\u0627\u0644 \u0647\u0630\u0627 \u0627\u0644\u062c\u0632\u0621 \u060c \u0633\u064a\u0643\u0648\u0646 \u0645\u0646 \u0627\u0644\u0645\u0633\u062a\u062d\u064a\u0644 \u0627\u0644\u0639\u0648\u062f\u0629 \u0625\u0644\u064a\u0647 \u0644\u0625\u062c\u0631\u0627\u0621 \u062a\u063a\u064a\u064a\u0631\u0627\u062a. \u0647\u0644 \u0623\u0646\u062a \u0645\u062a\u0623\u0643\u062f \u0623\u0646\u0643 \u062a\u0631\u064a\u062f \u0625\u0646\u0647\u0627\u0621 \u0647\u0630\u0627 \u0627\u0644\u062c\u0632\u0621?","aliases:":"\u0623\u0633\u0645\u0627\u0621 \u0645\u0633\u062a\u0639\u0627\u0631\u0629","all":"\u0643\u0644","All":"\u0627\u0644\u0643\u0644","All data will be removed in %s":"\u0633\u064a\u062a\u0645 \u062d\u0630\u0641 \u0643\u0627\u0641\u0629 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0641\u064a %s","All fields are required":"\u062c\u0645\u064a\u0639 \u0627\u0644\u062d\u0642\u0648\u0644 \u0645\u0637\u0644\u0648\u0628\u0629","All rights reserved.":"\u062c\u0645\u064a\u0639 \u0627\u0644\u062d\u0642\u0648\u0642 \u0645\u062d\u0641\u0648\u0638\u0629","Allow Comment":"\u0627\u0644\u0633\u0645\u0627\u062d \u0628\u0627\u0644\u062a\u0639\u0644\u064a\u0642","Allow for all domains":"\u0627\u0644\u0633\u0645\u0627\u062d \u0644\u062c\u0645\u064a\u0639 \u0627\u0644\u0645\u062c\u0627\u0644\u0627\u062a","Allow for the following domains":"\u0627\u0644\u0633\u0645\u0627\u062d \u0644\u0644\u0645\u062c\u0627\u0644\u0627\u062a \u0627\u0644\u062a\u0627\u0644\u064a\u0629","Allow Review":"\u0627\u0644\u0633\u0645\u0627\u062d \u0628\u0627\u0644\u0645\u0631\u0627\u062c\u0639\u0629","Allow Section Skipping":"\u0627\u0644\u0633\u0645\u0627\u062d \u0628\u062a\u062e\u0637\u064a \u0627\u0644\u062c\u0632\u0621","Allow Skipping":"\u0627\u0644\u0633\u0645\u0627\u062d \u0628\u0627\u0644\u062a\u062e\u0637\u064a","Allow skipping of the current section.":"\u0627\u0644\u0633\u0645\u0627\u062d \u0628\u062a\u062e\u0637\u064a \u0627\u0644\u062c\u0632\u0621 \u0627\u0644\u062d\u0627\u0644\u064a.","Allow Test-taker to playback media files associated according to APIP protocol to item content.":"\u0627\u0633\u0645\u062d \u0644\u0644\u0645\u062a\u0642\u062f\u0645\u0644\u0644\u0631\u0627\u0626\u0632 \u0628\u062a\u0634\u063a\u064a\u0644 \u0645\u0644\u0641\u0627\u062a \u0627\u0644\u0648\u0633\u0627\u0626\u0637 \u0627\u0644\u0645\u0631\u062a\u0628\u0637\u0629 \u0648\u0641\u0642\u064b\u0627 \u0644\u0628\u0631\u0648\u062a\u0648\u0643\u0648\u0644 APIP \u0644\u0645\u062d\u062a\u0648\u0649 \u0627\u0644\u0628\u0646\u062f.","Allow the candidate to review his answers.":"\u0627\u0633\u0645\u062d \u0644\u0644\u0645\u0631\u0634\u062d \u0628\u0645\u0631\u0627\u062c\u0639\u0629 \u0625\u062c\u0627\u0628\u0627\u062a\u0647.","Allow the test-taker to eliminate \/ strikethrough answers in choice interactions.":"\u0627\u0633\u0645\u062d \u0644\u0644\u0645\u062a\u0642\u062f\u0645 \u0644\u0644\u0631\u0627\u0626\u0632 \u0628\u0625\u0632\u0627\u0644\u0629 \/ \u064a\u062a\u0648\u0633\u0637\u0647 \u062e\u0637 \u0641\u064a \u0627\u0644\u0625\u062c\u0627\u0628\u0627\u062a \u0641\u064a \u062a\u0641\u0627\u0639\u0644\u0627\u062a \u0627\u0644\u0627\u062e\u062a\u064a\u0627\u0631.","Allow the test-taker to highlight parts of the item text.":"\u0627\u0633\u0645\u062d \u0644\u0644\u0645\u062a\u0642\u062f\u0645 \u0644\u0644\u0631\u0627\u0626\u0632 \u0628\u062a\u0645\u064a\u064a\u0632 \u0623\u062c\u0632\u0627\u0621 \u0645\u0646 \u0646\u0635 \u0627\u0644\u0628\u0646\u062f.","Allow the test-taker to mask and unmask answers in choice interactions.":"\u0627\u0633\u0645\u062d \u0644\u0644\u0645\u062a\u0642\u062f\u0645 \u0644\u0644\u0631\u0627\u0626\u0632 \u0628\u0625\u062e\u0641\u0627\u0621 \u0648\u0643\u0634\u0641 \u0627\u0644\u0625\u062c\u0627\u0628\u0627\u062a \u0641\u064a \u062a\u0641\u0627\u0639\u0644\u0627\u062a \u0627\u0644\u0631\u0627\u0626\u0632.","Allow the test-taker to mask parts of the item with a movable mask.":"\u0627\u0633\u0645\u062d \u0644\u0644\u0645\u062a\u0642\u062f\u0645 \u0644\u0644\u0631\u0627\u0626\u0632 \u0628\u0625\u062e\u0641\u0627\u0621 \u0623\u062c\u0632\u0627\u0621 \u0645\u0646 \u0627\u0644\u0628\u0646\u062f \u0628\u0642\u0646\u0627\u0639 \u0645\u062a\u062d\u0631\u0643.","Allow the test-taker to use a basic calculator.":"\u0627\u0633\u0645\u062d \u0644\u0644\u0645\u062a\u0642\u062f\u0645 \u0644\u0644\u0631\u0627\u0626\u0632 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0622\u0644\u0629 \u0627\u0644\u062d\u0627\u0633\u0628\u0629 \u0627\u0644\u0623\u0633\u0627\u0633\u064a\u0629.","Allow the test-taker to use a calculator respecting the order of operations (BODMAS).":"\u0627\u0633\u0645\u062d \u0644\u0644\u0645\u062a\u0642\u062f\u0645 \u0644\u0644\u0631\u0627\u0626\u0632 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0622\u0644\u0629 \u062d\u0627\u0633\u0628\u0629 \u062a\u062d\u062a\u0631\u0645 \u062a\u0631\u062a\u064a\u0628 \u0627\u0644\u0639\u0645\u0644\u064a\u0627\u062a (BODMAS).","Allow the test-taker to use a movable magnifier tool.":"\u0627\u0633\u0645\u062d \u0644\u0644\u0645\u062a\u0642\u062f\u0645 \u0644\u0644\u0631\u0627\u0626\u0632 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0623\u062f\u0627\u0629 \u0627\u0644\u0645\u0643\u0628\u0631 \u0627\u0644\u0645\u062a\u062d\u0631\u0643\u0629.","Allow the test-taker to use a scientific calculator.":"\u0627\u0633\u0645\u062d \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0622\u0644\u0629 \u0627\u0644\u062d\u0627\u0633\u0628\u0629 \u0627\u0644\u0639\u0644\u0645\u064a\u0629.","Allow the test-taker to visually isolate a line of text.":"\u0627\u0633\u0645\u062d \u0628\u0639\u0632\u0644 \u0633\u0637\u0631 \u0645\u0646 \u0627\u0644\u0646\u0635 \u0628\u0635\u0631\u064a\u064b\u0627.","Allows Test-taker to zoom in and out the item content.":"\u064a\u0633\u0645\u062d \u0628\u062a\u0643\u0628\u064a\u0631 \u0648\u062a\u0635\u063a\u064a\u0631 \u0645\u062d\u062a\u0648\u0649 \u0627\u0644\u0628\u0646\u062f.","Alpha version":"\u0646\u0633\u062e\u0629 \u0623\u0644\u0641\u0627","Also compute the score per categories":"\u0627\u062d\u0633\u0628 \u0623\u064a\u0636\u064b\u0627 \u0627\u0644\u0646\u062a\u064a\u062c\u0629 \u0644\u0643\u0644 \u0641\u0626\u0629","An email has been sent":"\u062a\u0645 \u0627\u0631\u0633\u0627\u0644 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a ","An error occured while retrieving items":"\u062d\u062f\u062b \u062e\u0637\u0623 \u0623\u062b\u0646\u0627\u0621 \u0627\u0633\u062a\u0631\u062f\u0627\u062f \u0627\u0644\u0628\u0646\u0648\u062f","An error occurred during results submission. Please retry.":"\u062d\u062f\u062b \u062e\u0637\u0623 \u0623\u062b\u0646\u0627\u0621 \u062a\u0642\u062f\u064a\u0645 \u0627\u0644\u0646\u062a\u0627\u0626\u062c. \u0627\u0644\u0631\u062c\u0627\u0621 \u0627\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629.","An error occurred during the test initialization!":"\u062d\u062f\u062b \u062e\u0637\u0623 \u0623\u062b\u0646\u0627\u0621 \u0628\u062f\u0621 \u0627\u0644\u0631\u0627\u0626\u0632!","An error occurred during the test, please content your administrator.":"\u062d\u062f\u062b \u062e\u0637\u0623 \u0623\u062b\u0646\u0627\u0621 \u0627\u0644\u0631\u0627\u0626\u0632\u060c \u064a\u0631\u062c\u0649 \u0645\u0631\u0627\u062c\u0639\u0629 \u0627\u0644\u0645\u0633\u0624\u0648\u0644 \u0627\u0644\u062e\u0627\u0635 \u0628\u0643.","An error occurred during user deletion":"\u062d\u062f\u062b \u062e\u0637\u0623 \u0623\u062b\u0646\u0627\u0621 \u062d\u0630\u0641 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645","An error occurred!":"\u062d\u062f\u062b \u062e\u0637\u0623!","An error occurs, please contact your administrator":"\u062d\u062f\u062b \u062e\u0637\u0623 \u060c \u064a\u0631\u062c\u0649 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0627\u0644\u0645\u0633\u0624\u0648\u0644","An exception occured while running \u0022%s":"\u062d\u062f\u062b \u0627\u0633\u062a\u062b\u0646\u0627\u0621 \u0623\u062b\u0646\u0627\u0621 \u062a\u0634\u063a\u064a\u0644 \u0022%s","an instance":"\u062d\u0627\u0644\u0629 \u0623\u0648 \u0645\u062b\u0627\u0644","An invisible section with a parent that is subject to shuffling can specify whether or not its children, which will appear to the candidate as if they were part of the parent, are shuffled as a block or mixed up with the other children of the parent section.":"\u064a\u0645\u0643\u0646 \u0644\u0644\u062c\u0632\u0621 \u063a\u064a\u0631 \u0627\u0644\u0645\u0631\u0626\u064a \u0645\u0639 \u0623\u062d\u062f \u0627\u0644\u0648\u0627\u0644\u062f\u064a\u0646 \u0627\u0644\u062e\u0627\u0636\u0639 \u0644\u0644\u062e\u0644\u0637 \u0623\u0646 \u064a\u062d\u062f\u062f \u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0623\u0637\u0641\u0627\u0644\u0647 \u060c \u0627\u0644\u0630\u064a\u0646 \u0633\u064a\u0638\u0647\u0631\u0648\u0646 \u0644\u0644\u0645\u0631\u0634\u062d \u0643\u0645\u0627 \u0644\u0648 \u0643\u0627\u0646\u0648\u0627 \u062c\u0632\u0621\u064b\u0627 \u0645\u0646 \u0627\u0644\u0648\u0627\u0644\u062f \u060c \u0642\u062f \u062a\u0645 \u062e\u0644\u0637\u0647\u0645 \u0643\u0643\u062a\u0644\u0629 \u0623\u0648 \u062e\u0644\u0637\u0647\u0645 \u0645\u0639 \u0627\u0644\u0623\u0637\u0641\u0627\u0644 \u0627\u0644\u0622\u062e\u0631\u064a\u0646 \u0644\u0644\u0642\u0633\u0645 \u0627\u0644\u0623\u0635\u0644\u064a \u0623\u0645 \u0644\u0627 .","An item involved in the test cannot be read or is not QTI compliant.":"\u0644\u0627 \u064a\u0645\u0643\u0646 \u0642\u0631\u0627\u0621\u0629 \u0639\u0646\u0635\u0631 \u0645\u0634\u0645\u0648\u0644 \u0641\u064a \u0627\u0644\u0631\u0627\u0626\u0632 \u0623\u0648 \u0623\u0646\u0647 \u063a\u064a\u0631 \u0645\u062a\u0648\u0627\u0641\u0642 \u0645\u0639 QTI.","An item involved in the test cannot be written.":"\u0644\u0627 \u064a\u0645\u0643\u0646 \u0643\u062a\u0627\u0628\u0629 \u0639\u0646\u0635\u0631 \u0645\u0634\u062a\u0631\u0643 \u0641\u064a \u0627\u0644\u0631\u0627\u0626\u0632.","An unknown error occured while compiled QTI Test \u0027%s\u0027.":"\u062d\u062f\u062b \u062e\u0637\u0623 \u063a\u064a\u0631 \u0645\u0639\u0631\u0648\u0641 \u0623\u062b\u0646\u0627\u0621 \u062a\u062c\u0645\u064a\u0639 \u0627\u0644\u0631\u0627\u0626\u0632 QTI \u0027%s\u0027 \u0628\u0631\u0645\u062c\u064a\u064b\u0627.","An unknown error occured while compiling QTI test \u0027%s\u0027.":"\u062d\u062f\u062b \u062e\u0637\u0623 \u063a\u064a\u0631 \u0645\u0639\u0631\u0648\u0641 \u0623\u062b\u0646\u0627\u0621 \u062a\u062c\u0645\u064a\u0639 \u0627\u0644\u0631\u0627\u0626\u0632 QTI \u0027%s\u0027.","An unrecoverable error occurred. Your test session will be paused.":"\u062d\u062f\u062b \u062e\u0637\u0623 \u0644\u0627 \u064a\u0645\u0643\u0646 \u0625\u0635\u0644\u0627\u062d\u0647. \u0633\u064a\u062a\u0645 \u0625\u064a\u0642\u0627\u0641 \u062c\u0644\u0633\u0629 \u0627\u0644\u0631\u0627\u0626\u0632 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0643 \u0645\u0624\u0642\u062a\u064b\u0627.","and":"\u0648","and flagged %s of them":"\u0648\u0639\u0644\u0645\u062a %s \u0645\u0646\u0647\u0645","and you flagged %s item(s) that you can review now":"\u0648\u0642\u0645\u062a \u0628\u0648\u0636\u0639 \u0639\u0644\u0627\u0645\u0629 \u0639\u0644\u0649 %s \u0639\u0646\u0635\u0631 (\u0639\u0646\u0627\u0635\u0631) \u064a\u0645\u0643\u0646\u0643 \u0645\u0631\u0627\u062c\u0639\u062a\u0647\u0627 \u0627\u0644\u0622\u0646","Ans":"Ans","Answer Eliminator":"\u0627\u0644\u062c\u0648\u0627\u0628 \u0627\u0644\u0645\u062d\u0630\u0648\u0641","Answer Masking":"\u0625\u062e\u0641\u0627\u0621 \u0627\u0644\u062c\u0648\u0627\u0628","Answered":"\u062a\u0645\u062a \u0627\u0644\u0625\u062c\u0627\u0628\u0629","APIP Text To Speech":"\u0646\u0635 \u0644\u0644\u062d\u062f\u064a\u062b APIP","Apply":"\u062a\u0637\u0628\u064a\u0642","Apply date range":"\u062a\u0637\u0628\u064a\u0642 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u0632\u0645\u0646\u064a","Arc cosine":"\u0642\u0648\u0633 \u062c\u064a\u0628 \u0627\u0644\u062a\u0645\u0627\u0645","Arc sine":"\u0642\u0648\u0633 \u0627\u0644\u062c\u064a\u0628","Arc tangent":"\u0638\u0644 \u0627\u0644\u0642\u0648\u0633","Archived":"\u062a\u0645 \u062a\u0648\u062b\u064a\u0642\u0647","Are you sure to delete the versioned resource?\nThe history will be lost as well.":"\u0647\u0644 \u0623\u0646\u062a \u0645\u062a\u0623\u0643\u062f \u0645\u0646 \u062d\u0630\u0641 \u0627\u0644\u0645\u0648\u0631\u062f \u0627\u0644\u0630\u064a \u062a\u0645 \u0625\u0635\u062f\u0627\u0631\u0647\u061f\n\u0627\u0644\u0633\u062c\u0644\u0627\u062a \u0627\u0644\u0632\u0645\u0646\u064a\u0629 \u0633\u062a\u062d\u0630\u0641 \u0623\u064a\u0636\u0627","Are you sure you want to clear your answer and go to the next item? You will not be able to go back and provide an answer.":"\u0647\u0644 \u0623\u0646\u062a \u0645\u062a\u0623\u0643\u062f \u0623\u0646\u0643 \u062a\u0631\u064a\u062f \u0645\u0633\u062d \u0625\u062c\u0627\u0628\u062a\u0643 \u0648\u0627\u0644\u0627\u0646\u062a\u0642\u0627\u0644 \u0625\u0644\u0649 \u0627\u0644\u0628\u0646\u062f \u0627\u0644\u062a\u0627\u0644\u064a\u061f \u0644\u0646 \u062a\u062a\u0645\u0643\u0646 \u0645\u0646 \u0627\u0644\u0639\u0648\u062f\u0629 \u0648\u062a\u0642\u062f\u064a\u0645 \u0625\u062c\u0627\u0628\u0629.","Are you sure you want to delete it?":"\u0647\u0644 \u0623\u0646\u062a \u0645\u062a\u0623\u0643\u062f \u0623\u0646\u0643 \u062a\u0631\u064a\u062f \u062d\u0630\u0641 \u0630\u0644\u0643\u061f","Are you sure you want to end the test?":"\u0647\u0644 \u0623\u0646\u062a \u0645\u062a\u0623\u0643\u062f \u0623\u0646\u0643 \u062a\u0631\u064a\u062f \u0625\u0646\u0647\u0627\u0621 \u0627\u0644\u0631\u0627\u0626\u0632?","Are you sure you want to go to the next item? You will not be able to go back and change your answer.":"\u0647\u0644 \u0623\u0646\u062a \u0645\u062a\u0623\u0643\u062f \u0623\u0646\u0643 \u062a\u0631\u064a\u062f \u0627\u0644\u0627\u0646\u062a\u0642\u0627\u0644 \u0625\u0644\u0649 \u0627\u0644\u0628\u0646\u062f \u0627\u0644\u062a\u0627\u0644\u064a\u061f \u0644\u0646 \u062a\u062a\u0645\u0643\u0646 \u0645\u0646 \u0627\u0644\u0639\u0648\u062f\u0629 \u0648\u062a\u063a\u064a\u064a\u0631 \u0625\u062c\u0627\u0628\u062a\u0643.","Are you sure you want to go to the next item? You will not be able to go back and provide an answer.":"\u0647\u0644 \u0623\u0646\u062a \u0645\u062a\u0623\u0643\u062f \u0623\u0646\u0643 \u062a\u0631\u064a\u062f \u0627\u0644\u0627\u0646\u062a\u0642\u0627\u0644 \u0625\u0644\u0649 \u0627\u0644\u0628\u0646\u062f \u0627\u0644\u062a\u0627\u0644\u064a\u061f \u0644\u0646 \u062a\u062a\u0645\u0643\u0646 \u0645\u0646 \u0627\u0644\u0639\u0648\u062f\u0629 \u0648\u062a\u0642\u062f\u064a\u0645 \u0625\u062c\u0627\u0628\u0629.","Are you sure you want to go to the next item? You will not be able to go back.":"\u0647\u0644 \u0623\u0646\u062a \u0645\u062a\u0623\u0643\u062f \u0623\u0646\u0643 \u062a\u0631\u064a\u062f \u0627\u0644\u0627\u0646\u062a\u0642\u0627\u0644 \u0625\u0644\u0649 \u0627\u0644\u0628\u0646\u062f \u0627\u0644\u062a\u0627\u0644\u064a\u061f \u0644\u0646 \u062a\u062a\u0645\u0643\u0646 \u0645\u0646 \u0627\u0644\u0639\u0648\u062f\u0629.","Area Masking":"\u0627\u062e\u0641\u0627\u0621 \u0627\u0644\u062d\u064a\u0632","Argument check failed: %s":"\u062a\u0639\u0630\u0631 \u0627\u0644\u062a\u062d\u0642\u0642 \u0645\u0646 \u0627\u0644\u062d\u062c\u062c: %s","Arguments %s and %s are mutually exclusive":"\u062d\u062c\u062c %s \u0648 %s \u062a\u062a\u0646\u0627\u0641\u0649 \u0641\u064a\u0645\u0627 \u0628\u064a\u0646\u0647\u0627","Arguments separator":"\u0641\u0627\u0635\u0644 \u0628\u064a\u0646 \u0627\u0644\u062d\u062c\u062c","array":"\u0645\u0635\u0641\u0648\u0641\u0629","Assign":"\u062a\u0639\u064a\u064a\u0646","Assign User to role":"\u062a\u0639\u064a\u064a\u0646 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0644\u0644\u062f\u0648\u0631","Assign Users":"\u062a\u0639\u064a\u064a\u0646 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646","Associate a blueprint to a section allow you to validate this section against the specified blueprint.":"\u064a\u062a\u064a\u062d \u0644\u0643 \u0625\u0642\u0631\u0627\u0646 \u0645\u062e\u0637\u0637 \u0628\u062c\u0632\u0621 \u0627\u0644\u062a\u062d\u0642\u0642 \u0645\u0646 \u0635\u062d\u0629 \u0647\u0630\u0627 \u0627\u0644\u062c\u0632\u0621 \u0645\u0642\u0627\u0628\u0644 \u0627\u0644\u0645\u062e\u0637\u0637 \u0627\u0644\u0645\u062d\u062f\u062f.","Associate Blueprint":"\u0645\u062e\u0637\u0637 \u0645\u0634\u0627\u0631\u0643","At least one mandatory parameter was required but found missing in your request":"\u0645\u0637\u0644\u0648\u0628 \u0645\u0639\u0644\u0645\u0629 \u0625\u0644\u0632\u0627\u0645\u064a\u0629 \u0648\u0627\u062d\u062f\u0629 \u0639\u0644\u0649 \u0627\u0644\u0623\u0642\u0644 \u0648\u0644\u0643\u0646 \u062a\u0645 \u0627\u0644\u0639\u062b\u0648\u0631 \u0639\u0644\u064a\u0647\u0627 \u0645\u0641\u0642\u0648\u062f\u0629 \u0641\u064a \u0637\u0644\u0628\u0643","Author":"\u0643\u0627\u062a\u0628","Author Item":"\u0645\u0624\u0644\u0641 \u0627\u0644\u0628\u0646\u062f\/\u0627\u0644\u062a\u0645\u0631\u064a\u0646","Authoring":"\u0645\u062d\u0631\u0631","auto unlocked in %s":"\u062a\u0645 \u0641\u062a\u062d \u0627\u0644\u0642\u0641\u0644 \u062a\u0644\u0642\u0627\u0626\u064a\u064b\u0627 \u0641\u064a %s","Auxiliary file not found at location \u0022%s\u0022.":"\u0644\u0645 \u064a\u062a\u0645 \u0627\u0644\u0639\u062b\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0625\u0636\u0627\u0641\u064a \u0641\u064a \u0627\u0644\u0645\u0648\u0642\u0639 \u0022%s\u0022.","Available":"\u0645\u062a\u0648\u0641\u0631\u0629","Available Extensions":"\u0627\u0644\u0625\u0636\u0627\u0641\u0627\u062a \u0627\u0644\u0645\u062a\u0648\u0641\u0631\u0629","Back":"\u0639\u0648\u062f\u0629","Back to listing":"\u0627\u0644\u0639\u0648\u062f\u0629 \u0625\u0644\u0649 \u0627\u0644\u0642\u0627\u0626\u0645\u0629","Base-10 logarithm":"\u0642\u0627\u0639\u062f\u0629 \u0644\u0648\u063a\u0627\u0631\u064a\u062a\u0645 \u0627\u0644\u0639\u0634\u0631\u064a","Beta version":"\u0646\u0633\u062e\u0629 Beta","Binary operator *":"\u0639\u0627\u0645\u0644 \u062b\u0646\u0627\u0626\u064a *","Binary operator +":"\u0639\u0627\u0645\u0644 \u062b\u0646\u0627\u0626\u064a +","Binary operator -":"\u0639\u0627\u0645\u0644 \u062b\u0646\u0627\u0626\u064a -","Binary operator \/":"\u0639\u0627\u0645\u0644 \u062b\u0646\u0627\u0626\u064a \/","Binary operator modulo":"\u0645\u0639\u0627\u0645\u0644 \u0627\u0644\u0645\u0634\u063a\u0644 \u0627\u0644\u062b\u0646\u0627\u0626\u064a","Black on Cream":"\u0623\u0633\u0648\u062f \u0639\u0644\u0649 \u0643\u0631\u064a\u0645","Black on Light Blue":"\u0623\u0633\u0648\u062f \u0639\u0644\u0649 \u0623\u0632\u0631\u0642 \u0641\u0627\u062a\u062d ","Black on Light Magenta":"\u0623\u0633\u0648\u062f \u0639\u0644\u0649 \u0623\u0631\u062c\u0648\u0627\u0646\u064a \u0641\u0627\u062a\u062d","Black on White":"\u0623\u0633\u0648\u062f \u0639\u0644\u0649 \u062e\u0644\u0641\u064a\u0629 \u0628\u064a\u0636\u0627\u0621","boolean":"\u0646\u0648\u0639 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0645\u0646\u0637\u0642\u064a\u0629","Browse folders:":"\u062a\u0635\u0641\u062d \u0627\u0644\u0645\u062c\u0644\u062f\u0627\u062a:","Browse...":"\u062a\u0635\u0641\u062d ","C":"C","Calculator":"\u0622\u0644\u0629 \u062d\u0627\u0633\u0628\u0629","Calculator BODMAS":"\u0622\u0644\u0629 \u062d\u0627\u0633\u0628\u0629 BODMAS","Calendar":"\u062a\u0642\u0648\u064a\u0645 ","Can not playback media file!":"\u0644\u0627 \u064a\u0645\u0643\u0646 \u062a\u0634\u063a\u064a\u0644 \u0645\u0644\u0641 \u0627\u0644\u0648\u0633\u0627\u0626\u0637!","CANCEL":"\u0625\u0644\u063a\u0627\u0621","Cancel":"\u0625\u0644\u063a\u0627\u0621","cancel":"\u0625\u0644\u063a\u0627\u0621 ","cancel the action":"\u0625\u0644\u063a\u0627\u0621 \u0627\u0644\u0625\u062c\u0631\u0627\u0621","Cancelled":"\u062a\u0645 \u0627\u0644\u0625\u0644\u063a\u0627\u0621","Candidate":"\u0645\u0631\u0634\u062d","Cannot be edited":"\u0644\u0627 \u064a\u0645\u0643\u0646 \u0639\u0631\u0636\u0647","Cannot divide by zero":"\u0644\u0627 \u064a\u0645\u0643\u0646 \u0627\u0644\u0642\u0633\u0645\u0629 \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u0631","Cardinality":"\u0639\u062f\u062f \u0639\u0646\u0627\u0635\u0631 \u0645\u062c\u0645\u0648\u0639\u0629","Case sensitive":"\u062d\u0633\u0627\u0633\u064a\u0629 \u0627\u0644\u062d\u0627\u0644\u0629","Categories":"\u0641\u0626\u0627\u062a","Category score":"\u0646\u062a\u064a\u062c\u0629 \u0641\u0626\u0629","ceil":"ceil","Change password":"\u062a\u063a\u064a\u064a\u0631 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 ","Change the current color preset":"\u0642\u0645 \u0628\u062a\u063a\u064a\u064a\u0631 \u0627\u0644\u0625\u0639\u062f\u0627\u062f \u0627\u0644\u0645\u0633\u0628\u0642 \u0644\u0644\u0648\u0646 \u0627\u0644\u062d\u0627\u0644\u064a","Change the password":"\u062a\u063a\u064a\u064a\u0631 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631","Change the sign of the current operand":"\u0642\u0645 \u0628\u062a\u063a\u064a\u064a\u0631 \u0639\u0644\u0627\u0645\u0629 \u0627\u0644\u0645\u0639\u0627\u0645\u0644 \u0627\u0644\u062d\u0627\u0644\u064a ","Check All":"\u062a\u062d\u0642\u0642 \u0645\u0646 \u0627\u0644\u0643\u0644 ","Check-in":"\u062a\u0633\u062c\u064a\u0644","choices:":"\u062e\u064a\u0627\u0631\u0627\u062a ","Choose a value...":"\u0627\u062e\u062a\u0631 \u0642\u064a\u0645\u0629 ..","Choose export format":"\u0627\u062e\u062a\u0631 \u0634\u0643\u0644 \u0627\u0644\u0625\u0631\u0633\u0627\u0644","Choose import format":"\u0627\u062e\u062a\u0631 \u0634\u0643\u0644 \u0627\u0644\u0627\u0633\u062a\u0642\u0628\u0627\u0644","Class":"\u0642\u0633\u0645","class selected":"\u0627\u0644\u0642\u0633\u0645 \u0627\u0644\u0630\u064a \u062a\u0645 \u0627\u062e\u062a\u064a\u0627\u0631\u0647 ","Class successfully created.":"\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0641\u0635\u0644 \u0628\u0646\u062c\u0627\u062d.","Class uri provided is not a valid class.":"\u0644\u064a\u0633\u062a \u0627\u0644\u0642\u0633\u0645 \u0627\u0644\u0645\u0636\u0628\u0648\u0637 uri \u0627\u0644\u0645\u0642\u062f\u0645\u0629.","Cleaning up tmp space complete":"\u0627\u0643\u062a\u0645\u0644 \u062a\u0646\u0638\u064a\u0641 \u0627\u0644\u062d\u064a\u0632 tmp","Cleaning up tmp space started":"\u0628\u062f\u0623 \u062a\u0646\u0638\u064a\u0641 \u0627\u0644\u062d\u064a\u0632 tmp ","Clear":"\u0648\u0627\u0636\u062d","Clear All":"\u0627\u0645\u0633\u062d \u0627\u0644\u0643\u0644","Clear all active highlights":"(\u0645\u0631\u0626\u064a) \u0627\u0645\u0633\u062d \u0643\u0644 \u0627\u0644\u0625\u0636\u0627\u0621\u0627\u062a \u0627\u0644\u0646\u0634\u0637\u0629","Clear all data":"\u0627\u0645\u0633\u062d \u0643\u0644 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a ","Clear expression":"\u062a\u0639\u0628\u064a\u0631 \u0648\u0627\u0636\u062d","Clear Highlights":"\u0645\u0633\u062d \u0627\u0644\u0646\u0642\u0627\u0637 \u0627\u0644\u0628\u0627\u0631\u0632\u0629","Clear History":"\u062a\u0627\u0631\u064a\u062e \u0648\u0627\u0636\u062d","Clear history":"\u0642\u0635\u0629 \u0648\u0627\u0636\u062d\u0629 ","Clear selection":"\u0627\u062e\u062a\u064a\u0627\u0631 \u0648\u0627\u0636\u062d ","Clear the date time picker":"\u0627\u0645\u0633\u062d \u0645\u0646\u062a\u0642\u064a \u0627\u0644\u062a\u0627\u0631\u064a\u062e \u0648\u0627\u0644\u0648\u0642\u062a ","Clear the stored variables":"\u0627\u0645\u0633\u062d \u0627\u0644\u0645\u062a\u063a\u064a\u0631\u0627\u062a \u0627\u0644\u0645\u062e\u0632\u0646\u0629 ","Click \u0022%s\u0022 to continue.":"\u0627\u0646\u0642\u0631 \u0641\u0648\u0642 \u0022%s\u0022 \u0644\u0644\u0645\u062a\u0627\u0628\u0639\u0629","Click to speak":"\u0627\u0646\u0642\u0631 \u0644\u0644\u062a\u062d\u062f\u062b","Close":"\u0623\u063a\u0644\u0642","Close dialog":"\u0623\u0646\u0647\u064a \u0627\u0644\u062d\u0648\u0627\u0631","Close Magnifier":"\u0623\u063a\u0644\u0642 \u0627\u0644\u0645\u0643\u0628\u0631","Close message":"\u0625\u0646\u0647\u0627\u0621 \u0627\u0644\u0631\u0633\u0627\u0644\u0629 ","Close the mask":"\u0623\u063a\u0644\u0642 \u0627\u0644\u0642\u0646\u0627\u0639","Close this Section":"\u0623\u063a\u0644\u0642 \u0647\u0630\u0627 \u0627\u0644\u062c\u0632\u0621","Code Version":"\u0631\u0645\u0632 \u0627\u0644\u0646\u0633\u062e\u0629","Collapse the review panel":"\u062a\u0635\u063a\u064a\u0631 \u0644\u0648\u062d\u0629 \u0627\u0644\u0645\u0631\u0627\u062c\u0639\u0629","Collecting of abandoned actions in the action queue ...":"\u062a\u062c\u0645\u064a\u0639 \u0627\u0644\u0625\u062c\u0631\u0627\u0621\u0627\u062a \u0627\u0644\u0645\u062a\u0631\u0648\u0643\u0629 \u0641\u064a \u0642\u0627\u0626\u0645\u0629 \u0627\u0646\u062a\u0638\u0627\u0631 \u0627\u0644\u0625\u062c\u0631\u0627\u0621\u0627\u062a ... ","Column":"\u0639\u0645\u0648\u062f","command":"\u0623\u0645\u0631 ","Commands:":"\u0623\u0648\u0627\u0645\u0631 ","Comment":"\u062a\u0639\u0644\u064a\u0642","comment...":"\u062a\u0639\u0644\u064a\u0642","Commit":"\u0627\u0631\u062a\u0643\u0628","Completed":"\u0645\u0646\u062c\u0632","Completed - Error":"\u0645\u0643\u062a\u0645\u0644 - \u062e\u0637\u0623","Completed items":"\u0627\u0644\u0628\u0646\u0648\u062f \u0627\u0644\u0645\u0643\u062a\u0645\u0644\u0629","Compute the expression":"\u0627\u062d\u0633\u0628 \u0627\u0644\u062a\u0639\u0628\u064a\u0631 ","Confirm":"\u062a\u0623\u0643\u062f ","Connect to the TAO platform":"\u0642\u0645 \u0628\u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0645\u0646\u0635\u0629 TAO ","Connected to server":"\u0645\u062a\u0635\u0644 \u0628\u0627\u0644\u062e\u0627\u062f\u0645","Continue":"\u0648\u0627\u0635\u0644 ","CONTINUE TO THE NEXT SECTION":"\u062a\u0627\u0628\u0639 \u0627\u0644\u062c\u0632\u0621 \u0627\u0644\u062a\u0627\u0644\u064a","Contrast":"\u062a\u0628\u0627\u064a\u0646","Controls the contribution of an individual item score to the overall test score.":"\u064a\u062a\u062d\u0643\u0645 \u0641\u064a \u0645\u0633\u0627\u0647\u0645\u0629 \u0628\u0646\u062f \u0641\u0631\u062f\u064a \u0641\u064a \u0646\u062a\u064a\u062c\u0629 \u0627\u0644\u0631\u0627\u0626\u0632 \u0627\u0644\u0625\u062c\u0645\u0627\u0644\u064a\u0629..","Controls the maximum number of attempts allowed. 0 means unlimited.":"\u064a\u062a\u062d\u0643\u0645 \u0641\u064a \u0627\u0644\u062d\u062f \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062f\u062f \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0627\u062a \u0627\u0644\u0645\u0633\u0645\u0648\u062d \u0628\u0647\u0627. 0 \u064a\u0639\u0646\u064a \u063a\u064a\u0631 \u0645\u062d\u062f\u0648\u062f.","Copy":"\u0646\u0633\u062e ","Copy to":"\u0646\u0633\u062e \u0627\u0644\u0649 ","Copy to clipboard":"\u0646\u0633\u062e \u0625\u0644\u0649 \u0627\u0644\u062d\u0627\u0641\u0638\u0629 ","cos":"cos","cosh":"cosh","Cosine":"\u062c\u064a\u0628 \u0627\u0644\u062a\u0645\u0627\u0645 ","count":"\u0639\u062f\u062f","Covers parts of the item":"\u064a\u063a\u0637\u064a \u0623\u062c\u0632\u0627\u0621 \u0645\u0646 \u0627\u0644\u0628\u0646\u062f","Create":"\u0625\u0646\u0634\u0627\u0621","Create instance of ":"\u0625\u0646\u0634\u0627\u0621 \u0645\u062b\u064a\u0644 \u0645\u0646 ","Created":"\u062a\u0645 \u0627\u0644\u0625\u0646\u0634\u0627\u0621","Creating report ...":"\u0625\u0639\u062f\u0627\u062f \u062a\u0642\u0631\u064a\u0631 ..","CSP Header settings were saved successfully!":"\u062a\u0645 \u062d\u0641\u0638 \u0645\u0639\u0627\u064a\u064a\u0631 \u0631\u0623\u0633 \u0627\u0644\u0635\u0641\u062d\u0629 CSP \u0628\u0646\u062c\u0627\u062d ! ","CSV":"\u0642\u064a\u0645\u0629 \u0645\u0641\u0635\u0648\u0644\u0629 \u0628\u0641\u0627\u0635\u0644\u0629 ","CSV Options":"CSV\u0627\u0644\u0642\u064a\u0645\u0629 \u0627\u0644\u0645\u0641\u0635\u0648\u0644\u0629 \u0628\u0641\u0627\u0635\u0644\u0629 \u062e\u064a\u0627\u0631\u0627\u062a","Cube root":"\u0627\u0644\u062c\u0630\u0631 \u0627\u0644\u062a\u0643\u0639\u064a\u0628\u064a ","Current language":"\u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u062d\u0627\u0644\u064a\u0629","Current playback position":"\u0645\u0648\u0636\u0639 \u0627\u0644\u062a\u0634\u063a\u064a\u0644 \u0627\u0644\u062d\u0627\u0644\u064a ","Custom":"\u0627\u0644\u0639\u0627\u062f\u0629","custom categories":"\u0641\u0626\u0627\u062a \u0645\u062e\u0635\u0635\u0629","Custom outcome processing. No changes will be made to the existing rules.":"\u0645\u0639\u0627\u0644\u062c\u0629 \u0627\u0644\u0646\u062a\u0627\u0626\u062c \u0627\u0644\u0645\u062e\u0635\u0635\u0629. \u0644\u0646 \u064a\u062a\u0645 \u0625\u062c\u0631\u0627\u0621 \u0623\u064a \u062a\u063a\u064a\u064a\u0631\u0627\u062a \u0639\u0644\u0649 \u0627\u0644\u0642\u0648\u0627\u0639\u062f \u0627\u0644\u062d\u0627\u0644\u064a\u0629.","Cut score":"\u0642\u0637\u0639 \u0627\u0644\u0646\u062a\u064a\u062c\u0629","Cut score (pass ratio)":"\u0642\u0637\u0639 \u0627\u0644\u062f\u0631\u062c\u0629 (\u0646\u0633\u0628\u0629 \u0627\u0644\u0646\u062c\u0627\u062d)","Data imported":"\u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0645\u0633\u062a\u0648\u0631\u062f\u0629","Data imported successfully":"\u062a\u0645 \u0627\u0633\u062a\u064a\u0631\u0627\u062f \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0628\u0646\u062c\u0627\u062d","Data imported. Some records are invalid.":"\u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0645\u0633\u062a\u0648\u0631\u062f\u0629. \u0628\u0639\u0636 \u0627\u0644\u0633\u062c\u0644\u0627\u062a \u063a\u064a\u0631 \u0635\u0627\u0644\u062d\u0629.","Data Language":"\u0644\u063a\u0629 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a","Data language":"\u0644\u063a\u0629 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a","Data not imported. All records are invalid.":"\u0644\u0645 \u064a\u062a\u0645 \u0627\u0633\u062a\u064a\u0631\u0627\u062f \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a. \u062c\u0645\u064a\u0639 \u0627\u0644\u0633\u062c\u0644\u0627\u062a \u063a\u064a\u0631 \u0635\u0627\u0644\u062d\u0629.","Data source URI":"\u0645\u0635\u062f\u0631 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a URI","Date":"\u0627\u0644\u062a\u0627\u0631\u064a\u062e","date range":"\u0627\u0644\u0645\u062c\u0627\u0644 \u0627\u0644\u0632\u0645\u0646\u064a","date time":"\u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0648\u0627\u0644\u062a\u0627\u0631\u064a\u062e ","date time range":"\u0627\u0644\u0645\u062c\u0627\u0644 \u0627\u0644\u0632\u0645\u0646\u064a","Default search":"\u0627\u0644\u0628\u062d\u062b \u0627\u0644\u0645\u0639\u062a\u0627\u062f","default:":"\u0627\u0646\u0639\u062f\u0627\u0645:","Define the default values":"\u062d\u062f\u062f \u0627\u0644\u0642\u064a\u0645 \u0627\u0644\u0645\u0639\u062a\u0627\u062f\u0629","Deg":"Deg","Degree":"\u062f\u0631\u062c\u0629 ","Delete":"\u062d\u0630\u0641","Delete Left":"\u062d\u0630\u0641 \u0627\u0644\u064a\u0633\u0627\u0631 ","Delete Right":"\u062d\u0630\u0641 \u0627\u0644\u064a\u0645\u064a\u0646 ","Delete the term on the left side of the cursor":"\u0627\u062d\u0630\u0641 \u0627\u0644\u0645\u0635\u0637\u0644\u062d \u0627\u0644\u0645\u0648\u062c\u0648\u062f \u0639\u0644\u0649 \u0627\u0644\u062c\u0627\u0646\u0628 \u0627\u0644\u0623\u064a\u0633\u0631 \u0645\u0646 \u0627\u0644\u0645\u0624\u0634\u0631 ","Delete the term on the right side of the cursor":"\u0627\u062d\u0630\u0641 \u0627\u0644\u0645\u0635\u0637\u0644\u062d \u0627\u0644\u0645\u0648\u062c\u0648\u062f \u0639\u0644\u0649 \u0627\u0644\u062c\u0627\u0646\u0628 \u0627\u0644\u0623\u064a\u0645\u0646 \u0645\u0646 \u0627\u0644\u0645\u0624\u0634\u0631 ","Deleting search index for %s":"\u062d\u0630\u0641 \u0641\u0647\u0631\u0633 \u0627\u0644\u0628\u062d\u062b \u0644 %s","Demo Sandbox":"\u062a\u062c\u0631\u064a\u0628 Sandbox","Did you mean %s?":"\u0647\u0644 \u062a\u0642\u0635\u062f %s?","Digit 0":"\u0639\u062f\u062f 0","Digit 1":"\u0639\u062f\u062f1","Digit 2":"\u0639\u062f\u062f 2","Digit 3":"\u0639\u062f\u062f 4","Digit 4":"\u0639\u062f\u062f 4","Digit 5":"\u0639\u062f\u062f 5","Digit 6":"\u0639\u062f\u062f 6","Digit 7":"\u0639\u062f\u062f7","Digit 8":"\u0639\u062f\u062f8","Digit 9":"\u0639\u062f\u062f9","Disable validation":"\u062a\u0639\u0637\u064a\u0644 \u0627\u0644\u062a\u062d\u0642\u0642 \u0645\u0646 \u0627\u0644\u0635\u062d\u0629","Disabled %s":"%s \u0645\u0639\u0637\u0644","Disconnected from server":"\u0645\u0641\u0635\u0648\u0644 \u0639\u0646 \u0627\u0644\u062e\u0627\u062f\u0645","Display a warning before the test-taker ends a test part and there are still items left unanswered or marked for review.":"\u0627\u0639\u0631\u0636 \u062a\u062d\u0630\u064a\u0631\u064b\u0627 \u0642\u0628\u0644 \u0623\u0646 \u064a\u0646\u0647\u064a \u0627\u0644\u0645\u062a\u0642\u062f\u0645 \u0644\u0644\u0631\u0627\u0626\u0632 \u062c\u0632\u0621\u064b\u0627 \u0645\u0646\u0647 \u0648\u0644\u0627 \u062a\u0632\u0627\u0644 \u0647\u0646\u0627\u0643 \u0628\u0646\u0648\u062f \u0644\u0645 \u062a\u062a\u0645 \u0627\u0644\u0625\u062c\u0627\u0628\u0629 \u0639\u0646\u0647\u0627 \u0623\u0648 \u062a\u0645 \u0648\u0636\u0639 \u0639\u0644\u0627\u0645\u0629 \u0639\u0644\u064a\u0647\u0627 \u0644\u0644\u0645\u0631\u0627\u062c\u0639\u0629..","Display a warning before the test-taker ends the test part.":"\u0639\u0631\u0636 \u062a\u062d\u0630\u064a\u0631 \u0642\u0628\u0644 \u0623\u0646 \u064a\u0646\u0647\u064a \u0627\u0644\u0645\u062a\u0642\u062f\u0645 \u0644\u0644\u0631\u0627\u0626\u0632 \u062c\u0632\u0621 \u0645\u0646\u0647.","Display a warning before the test-taker ends the test.":"\u0639\u0631\u0636 \u062a\u062d\u0630\u064a\u0631 \u0642\u0628\u0644 \u0623\u0646 \u064a\u0646\u0647\u064a \u0627\u0644\u0645\u062a\u0642\u062f\u0645 \u0644\u0644\u0631\u0627\u0626\u0632 \u0627\u0644\u0627\u062e\u062a\u0628\u0627\u0631..","Display a warning before the test-taker skips the section. Requires the Section Skipping option.":"\u0639\u0631\u0636 \u062a\u062d\u0630\u064a\u0631 \u0642\u0628\u0644 \u0623\u0646 \u064a\u062a\u062e\u0637\u0649 \u0627\u0644\u0645\u062a\u0642\u062f\u0645 \u0644\u0644\u0631\u0627\u0626\u0632 \u0627\u0644\u062c\u0632\u0621 \u0627\u0644\u0630\u064a \u0647\u0648 \u0628\u0635\u062f\u062f\u0647. \u064a\u0637\u0644\u0628 \u0627\u0644\u0627\u0646\u062a\u0642\u0627\u0644 \u0644\u0644\u062c\u0632\u0621 \u0627\u0644\u062a\u0627\u0644\u064a.","Display End Test Warning":"\u0639\u0631\u0636 \u062a\u062d\u0630\u064a\u0631 \u0646\u0647\u0627\u064a\u0629 \u0627\u0644\u0631\u0627\u0626\u0632","Display Next Part Warning":"\u0639\u0631\u0636 \u062a\u062d\u0630\u064a\u0631 \u0627\u0644\u0642\u0633\u0645 \u0627\u0644\u062a\u0627\u0644\u064a","Display Next Section Warning":"\u0639\u0631\u0636 \u062a\u062d\u0630\u064a\u0631 \u0627\u0644\u0642\u0633\u0645 \u0627\u0644\u062a\u0627\u0644\u064a","Display Unanswered Warning":"\u0639\u0631\u0636 \u062a\u062d\u0630\u064a\u0631 \u0644\u0645 \u064a\u062a\u0645 \u0627\u0644\u0631\u062f \u0639\u0644\u064a\u0647\u0627","Displayed label":"\u0627\u0644\u062a\u0633\u0645\u064a\u0629 \u0627\u0644\u0645\u0639\u0631\u0648\u0636\u0629","Displays a customisable magnifier":"\u064a\u0639\u0631\u0636 \u0627\u0644\u0645\u0643\u0628\u0631 \u0627\u0644\u0642\u0627\u0628\u0644 \u0644\u0644\u062a\u062e\u0635\u064a\u0635","Do not flag the current item for later review":"\u0644\u0627 \u062a\u0636\u0639 \u0639\u0644\u0627\u0645\u0629 \u0639\u0644\u0649 \u0627\u0644\u0628\u0646\u062f \u0627\u0644\u062d\u0627\u0644\u064a \u0644\u0644\u0645\u0631\u0627\u062c\u0639\u0629 \u0644\u0627\u062d\u0642\u064b\u0627","Do not rename it.":"\u0644\u0627 \u062a\u0642\u0645 \u0628\u0625\u0639\u0627\u062f\u0629 \u062a\u0633\u0645\u064a\u062a\u0647.","Do not show alert on timeout":"\u0644\u0627 \u062a\u0638\u0647\u0631 \u062a\u0646\u0628\u064a\u0647 \u0639\u0646\u062f \u0627\u0646\u062a\u0647\u0627\u0621 \u0627\u0644\u0645\u0647\u0644\u0629","Do you wish to install the following extension(s):\n%s?":"\u0647\u0644 \u062a\u0631\u063a\u0628 \u0641\u064a \u062a\u062b\u0628\u064a\u062a \u0627\u0644\u0645\u0644\u062d\u0642\u0627\u062a \u0627\u0644\u062a\u0627\u0644\u064a\u0629:\n %s?","does not match":"\u063a\u064a\u0631 \u0645\u0637\u0627\u0628\u0642 ","Don\u0027t set":"\u0644\u0627 \u062a\u062f\u0631\u062c","Don\\\u0027t save":"\u0644\u0627 \u062a\u062d\u0641\u0638","Dot":"\u0646\u0642\u0637\u0629","Download":"\u062a\u062d\u0645\u064a\u0644","Download the pupil responses and submit manually.":"\u0642\u0645 \u0628\u062a\u0646\u0632\u064a\u0644\u0623\u062c\u0648\u0628\u0629 \u0627\u0644\u062a\u0644\u0645\u064a\u0630 \u0648\u0625\u0631\u0633\u0627\u0644\u0647\u0627 \u064a\u062f\u0648\u064a\u064b\u0627.","Download this file":"\u062a\u062d\u0645\u064a\u0644 \u0647\u0630\u0627 \u0627\u0644\u0645\u0644\u0641","Drag file here":"\u0627\u0633\u062d\u0628 \u0627\u0644\u0645\u0644\u0641 \u0647\u0646\u0627 ","Drag files here":"\u0627\u0633\u062d\u0628 \u0627\u0644\u0645\u0644\u0641\u0627\u062a \u0647\u0646\u0627 ","Drop the files to upload":"\u0636\u0639 \u0627\u0644\u0645\u0644\u0641\u0627\u062a \u0644\u0644\u062a\u062d\u0645\u064a\u0644","Duplicate":"\u062a\u0643\u0631\u064a\u0631","Edit":"\u062a\u062d\u0631\u064a\u0631","Edit a user":"\u062a\u062d\u0631\u064a\u0631 \u0645\u0633\u062a\u062e\u062f\u0645","Edit class %s":"\u062a\u062d\u0631\u064a\u0631 \u0642\u0633\u0645 %s","Edit Instance":"\u062a\u062d\u0631\u064a\u0631 \u0627\u0644\u0645\u062b\u064a\u0644 ","Element":"\u0627\u0644\u0639\u0646\u0635\u0631","Element deleted.":"\u062a\u0645 \u062d\u0630\u0641 \u0627\u0644\u0639\u0646\u0635\u0631. ","Eliminate choices":"\u062a\u062e\u0644\u0635 \u0645\u0646 \u0627\u0644\u0627\u062e\u062a\u064a\u0627\u0631\u0627\u062a","Email":" \u0628\u0631\u064a\u062f \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a ","Enable Mark for Review":"\u062a\u0645\u0643\u064a\u0646 \u0648\u0636\u0639 \u0639\u0644\u0627\u0645\u0629 \u0644\u0644\u0645\u0631\u0627\u062c\u0639\u0629","Enable mark for review of items. Requires the Review Screen option.":"\u062a\u0645\u0643\u064a\u0646 \u0639\u0644\u0627\u0645\u0629 \u0644\u0645\u0631\u0627\u062c\u0639\u0629 \u0627\u0644\u0628\u0646\u0648\u062f. \u064a\u062a\u0637\u0644\u0628 \u062e\u064a\u0627\u0631 \u0634\u0627\u0634\u0629 \u0627\u0644\u0645\u0631\u0627\u062c\u0639\u0629.","Enable Review Screen":"\u062a\u0645\u0643\u064a\u0646 \u0634\u0627\u0634\u0629 \u0627\u0644\u0645\u0631\u0627\u062c\u0639\u0629","Enable selection":"\u062a\u0645\u0643\u064a\u0646 \u0627\u0644\u0627\u062e\u062a\u064a\u0627\u0631","Enable Skipping Ahead":"\u062a\u0645\u0643\u064a\u0646 \u0627\u0644\u062a\u062e\u0637\u064a \u0644\u0644\u0623\u0645\u0627\u0645","Enable text to speech":"\u062a\u0645\u0643\u064a\u0646 \u062a\u062d\u0648\u064a\u0644 \u0627\u0644\u0646\u0635 \u0625\u0644\u0649 \u0643\u0644\u0627\u0645 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u062c\u0647\u0627\u0632","Enable the item review screen \/ navigator.":"\u0642\u0645 \u0628\u062a\u0645\u0643\u064a\u0646 \u0634\u0627\u0634\u0629 \u0627\u0633\u062a\u0639\u0631\u0627\u0636 \u0627\u0644\u0628\u0646\u062f \/ \u0627\u0644\u0645\u062a\u0635\u0641\u062d.","enabled":"\u0645\u0645\u0643\u0646 ","Enabled %s":"\u0645\u0645\u0643\u0646 %s","Enables skipping to items within this section. Requires the review screen option.":"\u062a\u0645\u0643\u0646 \u0645\u0646 \u0627\u0644\u062a\u062e\u0637\u064a \u0625\u0644\u0649 \u0627\u0644\u0628\u0646\u0648\u062f \u062f\u0627\u062e\u0644 \u0647\u0630\u0627 \u0627\u0644\u062c\u0632\u0621. \u064a\u062a\u0637\u0644\u0628 \u062e\u064a\u0627\u0631 \u0634\u0627\u0634\u0629 \u0627\u0644\u0645\u0631\u0627\u062c\u0639\u0629.","End of document reached. Continuing from the beginning.":"\u062a\u0645 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0646\u0647\u0627\u064a\u0629 \u0627\u0644\u0645\u0633\u062a\u0646\u062f. \u0645\u0633\u062a\u0645\u0631 \u0645\u0646 \u0627\u0644\u0628\u062f\u0627\u064a\u0629. ","End Test":"\u0646\u0647\u0627\u064a\u0629 \u0627\u0644\u0631\u0627\u0626\u0632","End test":"\u0646\u0647\u0627\u064a\u0629 \u0627\u0644\u0631\u0627\u0626\u0632","Enter":"\u0623\u062f\u062e\u0644 ","Enter a blueprint":"\u0623\u062f\u062e\u0644 \u0645\u062e\u0637\u0637\u064b\u0627","Enter a custom category":"\u0623\u062f\u062e\u0644 \u0641\u0626\u0629 \u0645\u062e\u0635\u0635\u0629","Error":"\u062e\u0637\u0623","Error adding search index for %s with message %s":"\u062e\u0637\u0623 \u0641\u064a \u0625\u0636\u0627\u0641\u0629 \u0641\u0647\u0631\u0633 \u0627\u0644\u0628\u062d\u062b \u0644\u0640 %s \u0628\u0627\u0644\u0631\u0633\u0627\u0644\u0629 %s","Error during file import":"\u062e\u0637\u0623 \u0623\u062b\u0646\u0627\u0621 \u0627\u0633\u062a\u064a\u0631\u0627\u062f \u0627\u0644\u0645\u0644\u0641","Error found in the IMS QTI Test:\n%s":"\u062a\u0645 \u0627\u0644\u0639\u062b\u0648\u0631 \u0639\u0644\u0649 \u062e\u0637\u0623 \u0641\u064a \u0627\u062e\u062a\u0628\u0627\u0631 : IMS QTI\n%s","Error in result":"\u062e\u0637\u0623 \u0641\u064a \u0627\u0644\u0646\u062a\u064a\u062c\u0629","Error in syntax":"\u062e\u0637\u0623 \u0641\u064a \u0628\u0646\u0627\u0621 \u0627\u0644\u062c\u0645\u0644\u0629","Error in value":"\u062e\u0637\u0623 \u0641\u064a \u0627\u0644\u0642\u064a\u0645\u0629 ","Error: %s":"\u062e\u0637\u0623: %s","Examples:":"\u0623\u0645\u062b\u0644\u0629 ","Exclusive (OR)":"\u062d\u0635\u0631\u064a (\u0623\u0648)","Execute":"\u0646\u0641\u0630 ","Executing task %s failed":"\u0641\u0634\u0644 \u062a\u0646\u0641\u064a\u0630 \u0627\u0644\u0645\u0647\u0645\u0629 %s ","exp":"exp","Expand the review panel":"\u0642\u0645 \u0628\u062a\u0648\u0633\u064a\u0639 \u0644\u0648\u062d\u0629 \u0627\u0644\u0645\u0631\u0627\u062c\u0639\u0629","Exponent":"\u0627\u0644\u0623\u0633 ","Export":"\u062a\u0635\u062f\u064a\u0631","Export ":"\u062a\u0635\u062f\u064a\u0631 ","Export \u0022%s\u0022 in %s":"\u062a\u0635\u062f\u064a\u0631 \u0022%s\u0022 \u0641\u064a %s","Export CSV":"\u062a\u0635\u062f\u064a\u0631 CSV ","Export failed for the test \u0022%s":"\u0641\u0634\u0644 \u062a\u0635\u062f\u064a\u0631 \u0627\u0644\u0631\u0627\u0626\u0632 \u0022%s","Export failed.":"\u0641\u0634\u0644 \u0627\u0644\u0625\u0631\u0633\u0627\u0644","Export metadata":"\u062a\u0635\u062f\u064a\u0631 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0648\u0635\u0641\u064a\u0629","Export Metadata as RDF\/XML file":"\u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0645\u062a\u0627 \u0628\u064a\u0627\u0646\u0627\u062a \u0643\u0645\u0644\u0641 RDF \/ XML","Export QTI 2.1 Test Package":"\u062a\u0635\u062f\u064a\u0631 \u062d\u0632\u0645\u0629\u0631\u0648\u0627\u0626\u0632 QTI 2.1","Export QTI 2.2 Test Package":"\u062a\u0635\u062f\u064a\u0631 \u062d\u0632\u0645\u0629 \u0631\u0648\u0627\u0626\u0632 QTI 2.2","Export succeeded.":"\u062a\u0645 \u0627\u0644\u0625\u0631\u0633\u0627\u0644","Export successful for the test \u0022%s":"\u062a\u0645 \u0627\u0644\u062a\u0635\u062f\u064a\u0631 \u0628\u0646\u062c\u0627\u062d \u0644\u0644\u0631\u0627\u0626\u0632 \u0022%s","Extension \u0022%s\u0022 has been installed":"\u062a\u0645 \u062a\u062b\u0628\u064a\u062a \u0627\u0644\u0645\u0644\u062d\u0642 \u0022%s\u0022","Extensions manager":"\u0645\u062f\u064a\u0631 \u0627\u0644\u0645\u0644\u062d\u0642\u0627\u062a","Factorial":"\u0639\u0627\u0645\u0644\u064a","Failed":"\u0628\u0627\u0621\u062a \u0628\u0627\u0644\u0641\u0634\u0644","Failed to delete index for %s":"\u0641\u0634\u0644 \u062d\u0630\u0641 \u0641\u0647\u0631\u0633 \u0644 %s","False":"\u062e\u0637\u0623","Feedback block":"\u062d\u0638\u0631 \u0627\u0644\u062a\u0639\u0644\u064a\u0642\u0627\u062a","Field delimiter":"\u0645\u062d\u062f\u062f \u0627\u0644\u0645\u062c\u0627\u0644","Field encloser":"\u0627\u0644\u062d\u0632\u0627\u0645 \u0627\u0644\u0645\u062c\u0627\u0644\u064a","Fields must match":"\u064a\u062c\u0628 \u0623\u0646 \u062a\u062a\u0637\u0627\u0628\u0642 \u0627\u0644\u0645\u062c\u0627\u0644\u0627\u062a","File":"\u0645\u0644\u0641","File download failed":"\u0641\u0634\u0644 \u062a\u0646\u0632\u064a\u0644 \u0627\u0644\u0645\u0644\u0641","File name":"\u0627\u0633\u0645 \u0627\u0644\u0645\u0644\u0641","File not found":"\u0644\u0645 \u064a\u062a\u0645 \u0627\u0644\u0639\u062b\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0645\u0644\u0641","File not found!":"\u0644\u0645 \u064a\u062a\u0645 \u0627\u0644\u0639\u062b\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0645\u0644\u0641!","File Properties":"\u062e\u0635\u0627\u0626\u0635 \u0627\u0644\u0645\u0644\u0641","file selected":"\u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0645\u062e\u062a\u0627\u0631 ","File Uploader":"\u0631\u0627\u0641\u0639 \u0627\u0644\u0645\u0644\u0641 ","files selected":"\u062a\u0645 \u062a\u062d\u062f\u064a\u062f \u0627\u0644\u0645\u0644\u0641\u0627\u062a","Filter":"\u0645\u0631\u0634\u062d","Filter by value":"\u062a\u0635\u0641\u064a\u0629 \u062d\u0633\u0628 \u0627\u0644\u0642\u064a\u0645\u0629 ","Filtering mode":"\u0637\u0631\u064a\u0642\u0629 \u0627\u0644\u0641\u0631\u0632","First Name":"\u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0623\u0648\u0644 ","First page":"\u0627\u0644\u0635\u0641\u062d\u0629 \u0627\u0644\u0623\u0648\u0644\u0649 ","First row column names":"\u0623\u0633\u0645\u0627\u0621 \u0623\u0639\u0645\u062f\u0629 \u0627\u0644\u0635\u0641 \u0627\u0644\u0623\u0648\u0644","Fit to width":"\u062a\u0639\u062f\u064a\u0644 \u0645\u0639 \u0627\u0644\u0639\u0631\u0636","Fixed":"\u0645\u062b\u0628\u062a","Fixed position in a shuffled the selection.":"\u0645\u0648\u0642\u0641 \u062b\u0627\u0628\u062a \u0641\u064a \u0627\u062e\u062a\u064a\u0627\u0631 \u0639\u0634\u0648\u0627\u0626\u064a.","Flag for Review":"\u0639\u0644\u0627\u0645\u0629 \u0644\u0644\u0645\u0631\u0627\u062c\u0639\u0629","Flag the current item for later review":"\u0636\u0639 \u0639\u0644\u0627\u0645\u0629 \u0639\u0644\u0649 \u0627\u0644\u0628\u0646\u062f \u0627\u0644\u062d\u0627\u0644\u064a \u0644\u0644\u0645\u0631\u0627\u062c\u0639\u0629 \u0644\u0627\u062d\u0642\u064b\u0627","Flagged":"\u0648\u0636\u0639 \u0639\u0644\u0627\u0645\u0629","Flagged for review":"\u062a\u0645 \u0648\u0636\u0639 \u0639\u0644\u0627\u0645\u0629 \u0644\u0644\u0645\u0631\u0627\u062c\u0639\u0629","floor":"floor","Forbid for all domains":"\u0645\u0646\u0639 \u0644\u062c\u0645\u064a\u0639 \u0627\u0644\u0645\u062c\u0627\u0644\u0627\u062a","Force HTTPS on this platform":"\u0641\u0631\u0636 HTTPS \u0639\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u0645\u0646\u0635\u0629","Force Release":"\u0625\u062c\u0628\u0627\u0631 \u0627\u0644\u0625\u0641\u0631\u0627\u062c","Force the item to be considered as informational and not taken into account in (un)answered \/ flagged counters.":"\u0625\u062c\u0628\u0627\u0631 \u0627\u0644\u0628\u0646\u062f \u0639\u0644\u0649 \u0627\u0639\u062a\u0628\u0627\u0631\u0647 \u0625\u0639\u0644\u0627\u0645\u064a\u064b\u0627 \u0648\u0644\u0627 \u064a\u0624\u062e\u0630 \u0641\u064a \u0627\u0644\u0627\u0639\u062a\u0628\u0627\u0631 \u0641\u064a (\u0639\u062f\u0645) \u0627\u0644\u0631\u062f \/ \u0627\u0644\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u062a\u064a \u062a\u0645 \u0648\u0636\u0639 \u0639\u0644\u0627\u0645\u0629 \u0639\u0644\u064a\u0647\u0627.","Forgot your password?":"\u0646\u0633\u064a\u062a \u0631\u0642\u0645\u0643 \u0627\u0644\u0633\u0631\u064a\u061f ","Form":"\u0627\u0644\u0634\u0643\u0644 ","Form data not saved.":"\u0644\u0645 \u064a\u062a\u0645 \u062d\u0641\u0638 \u0634\u0643\u0644 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a.","From":"\u0645\u0646 \u0639\u0646\u062f ","Fuzzy Matching":"\u0645\u0644\u0627\u0621\u0645\u0629 \u0636\u0628\u0627\u0628\u064a\u0629","generated-value":"\u0642\u064a\u0645\u0629 \u0645\u0648\u0644\u062f\u0629 ","Generis Form":"\u062c\u0646\u064a\u0633","Get History":"\u0627\u062d\u0635\u0644 \u0639\u0644\u0649 \u0627\u0644\u062a\u0627\u0631\u064a\u062e ","Get the history list":"\u0627\u062d\u0635\u0644 \u0639\u0644\u0649 \u0642\u0627\u0626\u0645\u0629 \u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0645\u062d\u0641\u0648\u0638\u0627\u062a","Go Back":"\u0631\u062c\u0648\u0639 \u0625\u0644\u0649 ","go back to home page":"\u0627\u0644\u0639\u0648\u062f\u0629 \u0627\u0644\u0649 \u0627\u0644\u0635\u0641\u062d\u0629 \u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629 ","Go to next item":"\u0627\u0646\u062a\u0642\u0644 \u0625\u0644\u0649 \u0627\u0644\u0628\u0646\u062f \u0627\u0644\u062a\u0627\u0644\u064a","Go to the current question":"\u0645\u0627 \u0647\u0648 \u0645\u0633\u0645\u0648\u062d \u0628\u0647","Go to the next item?":"\u0627\u0646\u062a\u0642\u0644 \u0625\u0644\u0649 \u0627\u0644\u0628\u0646\u062f \u0627\u0644\u062a\u0627\u0644\u064a?","Go to the next question":"\u0625\u0646\u062a\u0642\u0644 \u0644\u0644\u0633\u0624\u0627\u0644 \u0627\u0644\u062a\u0627\u0644\u064a","Go to the previous question":"\u0627\u0646\u062a\u0642\u0644 \u0625\u0644\u0649 \u0627\u0644\u0633\u0624\u0627\u0644 \u0627\u0644\u0633\u0627\u0628\u0642","Go to the top of the page":"\u0625\u0630\u0647\u0628 \u0625\u0644\u0649 \u0623\u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062d\u0629","Gray on Green":"\u0631\u0645\u0627\u062f\u064a \u0639\u0644\u0649 \u0623\u062e\u0636\u0631","Groups":"\u0645\u062c\u0645\u0648\u0639\u0627\u062a","Groups library":"\u0645\u0643\u062a\u0628\u0629 \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0627\u062a","Height":"\u0627\u0631\u062a\u0641\u0627\u0639","Hi, %s
You indicated that you have forgotten your TAO password.":"\u0645\u0631\u062d\u0628\u0627\u060c %s
\u0623\u0634\u0631\u062a \u0625\u0644\u0649 \u0623\u0646\u0643 \u0646\u0633\u064a\u062a \u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631 TAO \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0643.","Hide detailed report":"\u0625\u062e\u0641\u0627\u0621 \u0627\u0644\u062a\u0642\u0631\u064a\u0631 \u0627\u0644\u0645\u0641\u0635\u0644 ","Hide password":"\u0625\u062e\u0641\u0627\u0621 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 ","Hide Review":"\u0625\u062e\u0641\u0627\u0621 \u0627\u0644\u0645\u0631\u0627\u062c\u0639\u0629","Hide the review screen":"\u0625\u062e\u0641\u0627\u0621 \u0634\u0627\u0634\u0629 \u0627\u0644\u0645\u0631\u0627\u062c\u0639\u0629","Hide the warning automatically displayed when a test-taker exit a timed section.":"\u0625\u062e\u0641\u0627\u0621 \u0627\u0644\u062a\u062d\u0630\u064a\u0631 \u0627\u0644\u0645\u0639\u0631\u0648\u0636 \u0623\u062a\u0648\u0645\u0627\u062a\u064a\u0643\u064a\u0627 \u0639\u0646\u062f\u0645\u0627 \u064a\u0646\u0647\u064a \u0627\u0644\u0645\u062a\u0642\u062f\u0645 \u0644\u0644\u0631\u0627\u0626\u0632 \u062c\u0632\u0621 \u0645\u0646\u0647 \u0645\u062d\u062f\u062f \u0628\u0648\u0642\u062a.","Hide Timed Section Warning":"\u0625\u062e\u0641\u0627\u0621 \u062a\u062d\u0630\u064a\u0631 \u062c\u0632\u0621 \u0627\u0644\u0645\u062d\u062f\u062f \u0628\u0648\u0642\u062a","Hide timers":"\u0625\u062e\u0641\u0627\u0621 \u0636\u0628\u0637 \u0627\u0644\u0648\u0642\u062a","Highlight":"\u062a\u0633\u0644\u064a\u0637 \u0627\u0644\u0636\u0648\u0621","Highlight all":"\u062a\u0633\u0644\u064a\u0637 \u0627\u0644\u0636\u0648\u0621 \u0639\u0644\u0649 \u0627\u0644\u0643\u0644 ","Highlight Text":"\u062a\u0633\u0644\u064a\u0637 \u0627\u0644\u0636\u0648\u0621","Highlighter":"\u0627\u0644\u062a\u0633\u0637\u064a\u0631 \u0639\u0644\u0649 \u0646\u0635","hours":"\u0633\u0627\u0639\u0627\u062a","Html title":"\u0639\u0646\u0648\u0627\u0646 Html","Hyperbolic arc cosine":"\u062c\u064a\u0628 \u0627\u0644\u062a\u0645\u0627\u0645 \u0627\u0644\u0642\u0648\u0633 \u0627\u0644\u0632\u0627\u0626\u062f\u064a","Hyperbolic arc sine":"\u062c\u064a\u0628 \u0627\u0644\u0642\u0648\u0633 \u0627\u0644\u0632\u0627\u0626\u062f\u064a ","Hyperbolic arc tangent":"\u0638\u0644 \u0627\u0644\u0642\u0648\u0633 \u0627\u0644\u0632\u0627\u0626\u062f\u064a ","Hyperbolic cosine":"\u062c\u064a\u0628 \u0627\u0644\u062a\u0645\u0627\u0645 \u0627\u0644\u0632\u0627\u0626\u062f\u064a ","Hyperbolic sine":"\u0627\u0644\u062c\u064a\u0628 \u0627\u0644\u0632\u0627\u0626\u062f\u064a ","Hyperbolic tangent":"\u0638\u0644 \u0632\u0627\u0626\u062f\u064a ","I understand that this action is permanent.":"\u0623\u0646\u0627 \u0623\u0641\u0647\u0645 \u0623\u0646 \u0647\u0630\u0627 \u0627\u0644\u0625\u062c\u0631\u0627\u0621 \u062f\u0627\u0626\u0645. ","Identifier":"\u0627\u0644\u0645\u0639\u0631\u0641","If required it must appear (at least once) in the selection.":"\u0625\u0630\u0627 \u0644\u0632\u0645 \u0627\u0644\u0623\u0645\u0631 \u060c \u064a\u062c\u0628 \u0623\u0646 \u064a\u0638\u0647\u0631 (\u0645\u0631\u0629 \u0648\u0627\u062d\u062f\u0629 \u0639\u0644\u0649 \u0627\u0644\u0623\u0642\u0644) \u0641\u064a \u0627\u0644\u062c\u0632\u0621.","If required, it must appears at least once in the selection.":"\u0625\u0630\u0627 \u0644\u0632\u0645 \u0627\u0644\u0623\u0645\u0631 \u060c \u064a\u062c\u0628 \u0623\u0646 \u064a\u0638\u0647\u0631 \u0645\u0631\u0629 \u0648\u0627\u062d\u062f\u0629 \u0639\u0644\u0649 \u0627\u0644\u0623\u0642\u0644 \u0641\u064a \u0627\u0644\u062c\u0632\u0621.","If set, it causes the order of the child elements to be randomized, otherwise it uses the order in which the child elements are defined.":"\u0625\u0630\u0627 \u062a\u0645 \u062a\u0639\u064a\u064a\u0646\u0647 \u060c \u0641\u0625\u0646\u0647 \u064a\u062a\u0633\u0628\u0628 \u0641\u064a \u062a\u0631\u062a\u064a\u0628 \u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0641\u0631\u0639\u064a\u0629 \u0628\u0634\u0643\u0644 \u0639\u0634\u0648\u0627\u0626\u064a \u060c \u0648\u0625\u0644\u0627 \u0641\u0625\u0646\u0647 \u064a\u0633\u062a\u062e\u062f\u0645 \u0627\u0644\u062a\u0631\u062a\u064a\u0628 \u0627\u0644\u0630\u064a \u064a\u062a\u0645 \u062a\u062d\u062f\u064a\u062f \u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0641\u0631\u0639\u064a\u0629 \u0628\u0647.","If the candidate can skip the item, without submitting a response (default is true).":"\u0625\u0630\u0627 \u0643\u0627\u0646 \u0628\u0625\u0645\u0643\u0627\u0646 \u0627\u0644\u0645\u0631\u0634\u062d \u062a\u062e\u0637\u064a \u0627\u0644\u0628\u0646\u062f \u060c \u062f\u0648\u0646 \u0625\u0631\u0633\u0627\u0644 \u0631\u062f (\u0627\u0644\u0625\u0639\u062f\u0627\u062f \u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a \u0647\u0648 true).","If the category option is set, the score will also be processed per categories, and each results will take place in the PASS_xxx outcome, where xxx is the name of the category.":"\u0625\u0630\u0627 \u062a\u0645 \u062a\u0639\u064a\u064a\u0646 \u062e\u064a\u0627\u0631 \u0627\u0644\u0641\u0626\u0629 \u060c \u0641\u0633\u062a\u062a\u0645 \u0645\u0639\u0627\u0644\u062c\u0629 \u0627\u0644\u0646\u062a\u064a\u062c\u0629 \u0623\u064a\u0636\u064b\u0627 \u0644\u0643\u0644 \u0641\u0626\u0629 \u060c \u0648\u0633\u062a\u062d\u062f\u062b \u0643\u0644 \u0646\u062a\u064a\u062c\u0629 \u0641\u064a \u0646\u062a\u064a\u062c\u0629 PASS_xxx \u060c \u062d\u064a\u062b xxx \u0647\u0648 \u0627\u0633\u0645 \u0627\u0644\u0641\u0626\u0629.","If the category option is set, the score will also be processed per categories, and each results will take place in the SCORE_xxx outcome, where xxx is the name of the category.":"\u0625\u0630\u0627 \u062a\u0645 \u062a\u0639\u064a\u064a\u0646 \u062e\u064a\u0627\u0631 \u0627\u0644\u0641\u0626\u0629 \u060c \u0641\u0633\u062a\u062a\u0645 \u0645\u0639\u0627\u0644\u062c\u0629 \u0627\u0644\u0646\u062a\u064a\u062c\u0629 \u0623\u064a\u0636\u064b\u0627 \u0644\u0643\u0644 \u0641\u0626\u0629 \u060c \u0648\u0633\u062a\u062d\u062f\u062b \u0643\u0644 \u0646\u062a\u064a\u062c\u0629 \u0641\u064a \u0646\u062a\u064a\u062c\u0629 SCORE_xxx \u060c \u062d\u064a\u062b xxx \u0647\u0648 \u0627\u0633\u0645 \u0627\u0644\u0641\u0626\u0629.","If the connection cannot be restored, see option B.":"\u0625\u0630\u0627 \u062a\u0639\u0630\u0631 \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u060c \u0641\u0631\u0627\u062c\u0639 \u0627\u0644\u062e\u064a\u0627\u0631 \u0628.","If you do not wish to reset your password, just ignore this email and your password will remain the same.":"\u0625\u0630\u0627 \u0643\u0646\u062a \u0644\u0627 \u062a\u0631\u063a\u0628 \u0641\u064a \u0625\u0639\u0627\u062f\u0629 \u062a\u062d\u062f\u064a\u062f \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0643 \u060c \u0641\u062a\u062c\u0627\u0647\u0644 \u0647\u0630\u0627 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0648\u0633\u062a\u0638\u0644 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0643\u0645\u0627 \u0647\u064a.","If you need help, please contact our Helpline on 0330 088 4171.":"\u0625\u0630\u0627 \u0643\u0646\u062a \u0628\u062d\u0627\u062c\u0629 \u0625\u0644\u0649 \u0645\u0633\u0627\u0639\u062f\u0629 \u060c \u064a\u0631\u062c\u0649 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u062e\u0637 \u0627\u0644\u0645\u0633\u0627\u0639\u062f\u0629 \u0627\u0644\u062e\u0627\u0635 \u0628\u0646\u0627 \u0639\u0644\u0649 033088 4171.","Implications failed:":"\u0641\u0634\u0644 \u0627\u0644\u062a\u0623\u062b\u064a\u0631\u0627\u062a:","Import":"\u064a\u0633\u062a\u0648\u0631\u062f","Import ":"\u0627\u0633\u062a\u064a\u0631\u0627\u062f ","Import a %s into \u0022%s":"\u0627\u0633\u062a\u064a\u0631\u0627\u062f %s \u0625\u0644\u0649 %s","Import a QTI\/APIP Content Package":"\u0642\u0645 \u0628\u0627\u0633\u062a\u064a\u0631\u0627\u062f \u062d\u0632\u0645\u0629 \u0645\u062d\u062a\u0648\u0649 QTI \/ APIP","Import Completed":"\u0627\u0643\u062a\u0645\u0644 \u0627\u0644\u0627\u0633\u062a\u064a\u0631\u0627\u062f ","Import failed.":"\u0641\u0634\u0644 \u0627\u0644\u0627\u0633\u062a\u064a\u0631\u0627\u062f. ","Import Metadata from CSV file":"\u0627\u0633\u062a\u064a\u0631\u0627\u062f \u0627\u0644\u0645\u064a\u062a\u0627 \u0628\u064a\u0627\u0646\u0627\u062a \u0645\u0646 \u0645\u0644\u0641 CSV ","Import Metadata from RDF file":"\u0627\u0633\u062a\u064a\u0631\u0627\u062f \u0627\u0644\u0645\u064a\u062a\u0627 \u0628\u064a\u0627\u0646\u0627\u062a \u0645\u0646 \u0645\u0644\u0641 RDF ","Import QTI TEST into \u0022%s":"\u0627\u0633\u062a\u064a\u0631\u0627\u062f \u0631\u0627\u0626\u0632 QTI \u0625\u0644\u0649 \u0022%s","Import succeeded.":"\u0646\u062c\u062d \u0627\u0644\u0627\u0633\u062a\u064a\u0631\u0627\u062f. ","Imported %1$d\/%2$d. Some records are invalid.":"\u062a\u0645 \u0627\u0633\u062a\u064a\u0631\u0627\u062f %1$d\/%2$d \u0628\u0639\u0636 \u0627\u0644\u0633\u062c\u0644\u0627\u062a \u063a\u064a\u0631 \u0635\u0627\u0644\u062d\u0629. ","Imported %d resources":"\u062a\u0645 \u0627\u0633\u062a\u064a\u0631\u0627\u062f %d \u0645\u0646 \u0627\u0644\u0645\u0648\u0627\u0631\u062f ","Imported resource \u0022%s":"\u0627\u0644\u0645\u0648\u0631\u062f \u0627\u0644\u0645\u0633\u062a\u0648\u0631\u062f \u0022%s","impossible to update task status":"\u0645\u0646 \u0627\u0644\u0645\u0633\u062a\u062d\u064a\u0644 \u062a\u062d\u062f\u064a\u062b \u062d\u0627\u0644\u0629 \u0627\u0644\u0645\u0647\u0645\u0629 ","IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file could not be imported.":"\u062a\u0639\u0630\u0631 \u0627\u0633\u062a\u064a\u0631\u0627\u062f \u0628\u0646\u062f IMS QTI \u0627\u0644\u0645\u0634\u0627\u0631 \u0625\u0644\u064a\u0647 \u0643\u0640 \u0022%s\u0022 \u0641\u064a \u0645\u0644\u0641 IMS Manifest.","IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file successfully imported.":"\u062a\u0645 \u0627\u0633\u062a\u064a\u0631\u0627\u062f \u0628\u0646\u062f IMS QTI \u0627\u0644\u0645\u0634\u0627\u0631 \u0625\u0644\u064a\u0647 \u0643\u0640 \u0022%s\u0022 \u0641\u064a \u0645\u0644\u0641 IMS Manifest \u0628\u0646\u062c\u0627\u062d.","IMS QTI Test Package successfully imported.":"\u062a\u0645 \u0627\u0633\u062a\u064a\u0631\u0627\u062f \u062d\u0632\u0645\u0629 \u0627\u0644\u0631\u0648\u0627\u0626\u0632 IMS QTI \u0628\u0646\u062c\u0627\u062d.","IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file successfully imported.":"\u062a\u0645 \u0627\u0633\u062a\u064a\u0631\u0627\u062f \u0627\u0644\u0631\u0627\u0626\u0632 IMS QTI \u0627\u0644\u0645\u0634\u0627\u0631 \u0625\u0644\u064a\u0647 \u0643\u0640 \u0022%s\u0022 \u0641\u064a \u0645\u0644\u0641 IMS Manifest \u0628\u0646\u062c\u0627\u062d.","In progress":"\u0641\u064a \u062a\u0642\u062f\u0645","In this part of the test navigation is not allowed.":"\u0641\u064a \u0647\u0630\u0627 \u0627\u0644\u062c\u0632\u0621 \u0645\u0646 \u0627\u0644\u0631\u0627\u0626\u0632 \u0627\u0644\u062a\u0646\u0642\u0644 \u063a\u064a\u0631 \u0645\u0633\u0645\u0648\u062d \u0628\u0647.","Inclusive (AND)":"\u062f\u0627\u0645\u062c (\u0648)","Inconsistency at line %1d:":"\u0639\u062f\u0645 \u062a\u0646\u0627\u0633\u0642 \u0641\u064a \u0627\u0644\u0633\u0637\u0631 %1d:","Index has been deleted for %s":"\u062a\u0645 \u062d\u0630\u0641 \u0627\u0644\u0641\u0647\u0631\u0633 \u0644\u0640 %s","Individual":"\u0641\u0631\u062f\u064a","Infinity":"\u0627\u0644\u0644\u0627\u0646\u0647\u0627\u064a\u0629","Informational Item Usage":"\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0628\u0646\u062f \u0625\u0639\u0644\u0627\u0645\u064a\u0627\u0626\u064a","Injector has to contains a valid \u0022destination\u0022 field.":"\u064a\u062c\u0628 \u0623\u0646 \u064a\u062d\u062a\u0648\u064a \u0627\u0644\u062d\u0627\u0642\u0646 \u0639\u0644\u0649 \u0645\u062c\u0627\u0644 \u0645\u0636\u0628\u0648\u0637 \u0627\u0644\u0648\u062c\u0647\u0629.","Injector has to contains a valid \u0022source\u0022 field.":"\u064a\u062c\u0628 \u0623\u0646 \u064a\u062d\u062a\u0648\u064a \u0627\u0644\u062d\u0627\u0642\u0646 \u0639\u0644\u0649 \u0645\u062c\u0627\u0644 \u0645\u0636\u0628\u0648\u0637 \u0627\u0644\u0645\u0635\u062f\u0631.","Install":"\u062a\u062b\u0628\u064a\u062a","Installation done.":"\u062a\u0645 \u0627\u0644\u062a\u062b\u0628\u064a\u062a.","Installation...":"\u0627\u0644\u0646\u0635\u064a\u0628...","Installed Extensions":"\u0627\u0644\u0645\u0644\u062d\u0642\u0627\u062a \u0645\u062b\u0628\u062a\u0629","Installed Version":"\u0646\u0633\u062e\u0629 \u0645\u062b\u0628\u062a\u0629 ","Installing extension %s...":"\u064a\u062a\u0645 \u0627\u0644\u0622\u0646 \u062a\u062b\u0628\u064a\u062a \u0627\u0644\u0645\u0644\u062d\u0642 %s ... ","Instance saved":"\u062a\u0645 \u062d\u0641\u0638 \u0627\u0644\u0645\u062b\u0627\u0644 ","Interface language":"\u0644\u063a\u0629 \u0627\u0644\u0648\u0627\u062c\u0647\u0629","Internal server error!":"\u062e\u0637\u0623 \u0641\u064a \u0627\u0644\u062e\u0627\u062f\u0645 \u0627\u0644\u062f\u0627\u062e\u0644\u064a!","Invalid CSP header.":"\u0631\u0623\u0633 CSP \u063a\u064a\u0631 \u0645\u0636\u0628\u0648\u0637.","Invalid date range (must be after or the same as: %s)":"\u0646\u0637\u0627\u0642 \u0627\u0644\u062a\u0627\u0631\u064a\u062e \u063a\u064a\u0631 \u0645\u0636\u0628\u0648\u0637 (\u064a\u062c\u0628 \u0623\u0646 \u064a\u0643\u0648\u0646 \u0628\u0639\u062f \u0647\u0630\u0627 \u0627\u0644\u062a\u0627\u0631\u064a\u062e \u0623\u0648 \u0645\u062b\u0644 : %s)","Invalid date range (must be after: %s)":"\u0646\u0637\u0627\u0642 \u0627\u0644\u062a\u0627\u0631\u064a\u062e \u063a\u064a\u0631\u0645\u0636\u0628\u0648\u0637 (\u064a\u062c\u0628 \u0623\u0646 \u064a\u0643\u0648\u0646 \u0628\u0639\u062f: %s","Invalid date range (must be before or the same as: %s)":"\u0646\u0637\u0627\u0642 \u0627\u0644\u062a\u0627\u0631\u064a\u062e \u063a\u064a\u0631 \u0645\u0636\u0628\u0648\u0637 (\u064a\u062c\u0628 \u0623\u0646 \u064a\u0643\u0648\u0646 \u0642\u0628\u0644 \u0623\u0648 \u0646\u0641\u0633: %s)","Invalid date range (must be before: %s)":"\u0646\u0637\u0627\u0642 \u0627\u0644\u062a\u0627\u0631\u064a\u062e \u063a\u064a\u0631 \u0645\u0636\u0628\u0648\u0637 (\u064a\u062c\u0628 \u0623\u0646 \u064a\u0643\u0648\u0646 \u0642\u0628\u0644: %s)","Invalid field length":"\u0637\u0648\u0644 \u0627\u0644\u062d\u0642\u0644 \u063a\u064a\u0631 \u0635\u062d\u064a\u062d","Invalid field range (maximum value: %s)":"\u0646\u0637\u0627\u0642 \u0627\u0644\u062d\u0642\u0644 \u063a\u064a\u0631 \u0645\u0636\u0628\u0648\u0637 (\u0627\u0644\u0642\u064a\u0645\u0629 \u0627\u0644\u0642\u0635\u0648\u0649: %s)","Invalid field range (minimum value: %1$s, maximum value: %2$s)":"\u0646\u0637\u0627\u0642 \u0627\u0644\u062d\u0642\u0644 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d (\u0627\u0644\u062d\u062f \u0627\u0644\u0623\u062f\u0646\u0649 \u0644\u0644\u0642\u064a\u0645\u0629: %1$s \u060c \u0627\u0644\u062d\u062f \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0644\u0642\u064a\u0645\u0629: %2$s)","Invalid field range (minimum value: %s)":"\u0646\u0637\u0627\u0642 \u0627\u0644\u062d\u0642\u0644 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d (\u0627\u0644\u062d\u062f \u0627\u0644\u0623\u062f\u0646\u0649 \u0644\u0644\u0642\u064a\u0645\u0629: %s)","Invalid file size (minimum %1$s bytes, maximum %2$s bytes)":"\u062d\u062c\u0645 \u0627\u0644\u0645\u0644\u0641 \u063a\u064a\u0631 \u0645\u0636\u0628\u0648\u0637 (\u0627\u0644\u062d\u062f \u0627\u0644\u0623\u062f\u0646\u0649 %1$s \u0628\u0627\u064a\u062a \u060c \u0627\u0644\u062d\u062f \u0627\u0644\u0623\u0642\u0635\u0649 %2$s \u0628\u0627\u064a\u062a)","Invalid file type!":"\u0646\u0648\u0639 \u0627\u0644\u0645\u0644\u0641 \u063a\u064a\u0631 \u0645\u0636\u0628\u0648\u0637!","Invalid input":"\u0645\u062f\u062e\u0644 \u063a\u064a\u0631 \u0645\u0636\u0628\u0648\u0637","Invalid input for function":"\u0625\u062f\u062e\u0627\u0644 \u063a\u064a\u0631 \u0645\u0636\u0628\u0648\u0637 \u0644\u0644\u0648\u0638\u064a\u0641\u0629","Invalid JSON config file: %s":"\u0645\u0644\u0641 \u062a\u0643\u0648\u064a\u0646 JSON \u063a\u064a\u0631 \u0645\u0636\u0628\u0648\u0637: %s ","Invalid login or password. Please try again.":"\u0644\u0627 \u064a\u062a\u0637\u0627\u0628\u0642 \u0645\u0639 \u062d\u0633\u0627\u0628 \u0627\u0644\u062f\u062e\u0648\u0644 \u0623\u0648 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631. \u0627\u0644\u0645\u0631\u062c\u0648 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629.","Invalid login or password. Your account has been locked, please contact your administrator.":"\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u062f\u062e\u0648\u0644 \u062e\u0627\u0637\u0626\u0629 \u0627\u0648 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u062e\u0627\u0637\u0626\u0629. \u062a\u0645 \u0625\u063a\u0644\u0627\u0642 \u062d\u0633\u0627\u0628\u0643 \u060c \u064a\u0631\u062c\u0649 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0627\u0644\u0645\u0633\u0624\u0648\u0644.","invalid regular expression":"\u062a\u0639\u0628\u064a\u0631 \u0639\u0627\u062f\u064a \u063a\u064a\u0631 \u0645\u0636\u0628\u0648\u0637","Invalid values:":"\u0642\u064a\u0645 \u063a\u064a\u0631 \u0635\u062d\u064a\u062d\u0629:","is already used in the test.":"\u0645\u0633\u062a\u062e\u062f\u0645 \u0628\u0627\u0644\u0641\u0639\u0644 \u0641\u064a \u0627\u0644\u0631\u0627\u0626\u0632.","is not a valid identifier (alphanum, underscore, dash and dots)":"\u0644\u064a\u0633 \u0645\u0639\u0631\u0651\u0641\u064b\u0627 \u0645\u0636\u0628\u0648\u0637\u0627 (\u0623\u0628\u062c\u062f\u064a \u0631\u0642\u0645\u064a \u0648\u0634\u0631\u0637\u0629 \u0633\u0641\u0644\u064a\u0629 \u0648\u0634\u0631\u0637\u0629 \u0648\u0646\u0642\u0627\u0637)","is not a valid identifier (everything except spaces)":"\u0644\u064a\u0633 \u0645\u0639\u0631\u0651\u0641\u064b\u0627 \u0635\u0627\u0644\u062d\u064b\u0627 (\u0643\u0644 \u0634\u064a\u0621 \u0645\u0627 \u0639\u062f\u0627 \u0627\u0644\u0645\u0633\u0627\u0641\u0627\u062a)","It is not possible to save your responses while working offline.":"\u0644\u0627 \u064a\u0645\u0643\u0646 \u062d\u0641\u0638 \u0631\u062f\u0648\u062f\u0643 \u0623\u062b\u0646\u0627\u0621 \u0627\u0644\u0639\u0645\u0644 \u062f\u0648\u0646 \u0627\u062a\u0635\u0627\u0644.","Item \u0022%s\u0022 is completed.":"\u062a\u0645 \u0625\u0643\u0645\u0627\u0644 \u0627\u0644\u0628\u0646\u062f \u0022%s\u0022","Item %d":"\u0627\u0644\u0628\u0646\u062f %d","Item %d of %d":"\u0627\u0644\u0628\u0646\u062f %d \u0645\u0646 %d","Item %s loaded":"\u062a\u0645 \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0628\u0646\u062f %s","Item Reference Properties":"\u062e\u0635\u0627\u0626\u0635 \u0645\u0631\u062c\u0639 \u0627\u0644\u0628\u0646\u062f","Item response identifier does not match current item":"\u0645\u0639\u0631\u0651\u0641 \u062c\u0648\u0627\u0628 \u0627\u0644\u0628\u0646\u062f \u0644\u0627 \u064a\u062a\u0637\u0627\u0628\u0642 \u0645\u0639 \u0627\u0644\u0628\u0646\u062f \u0627\u0644\u062d\u0627\u0644\u064a","Item Session Control":"\u0639\u0646\u0635\u0631 \u0627\u0644\u062a\u062d\u0643\u0645 \u0641\u064a \u062f\u0648\u0631\u0629 \u0627\u0644\u0628\u0646\u062f","Items":"\u0628\u0646\u0648\u062f","items":"\u0628\u0646\u0648\u062f","Items can optionally be assigned to one or more categories.":"\u064a\u0645\u0643\u0646 \u062a\u062e\u0635\u064a\u0635 \u0627\u0644\u0628\u0646\u0648\u062f \u0627\u062e\u062a\u064a\u0627\u0631\u064a\u064b\u0627 \u0644\u0641\u0626\u0629 \u0648\u0627\u062d\u062f\u0629 \u0623\u0648 \u0623\u0643\u062b\u0631.","Items Compilation":"\u062a\u062c\u0645\u064a\u0639 \u0627\u0644\u0628\u0646\u0648\u062f","Items marked for later review":"\u0627\u0644\u0628\u0646\u0648\u062f \u0627\u0644\u0645\u062d\u062f\u062f\u0629 \u0644\u0644\u0645\u0631\u0627\u062c\u0639\u0629 \u0644\u0627\u062d\u0642\u064b\u0627","items per page":"\u0645\u0648\u0627\u062f \u0644\u0643\u0644 \u0635\u0641\u062d\u0629 ","Items with assessmentItemRef identifiers \u0022%s\u0022 are not registered in the related CAT endpoint.":"\u0644\u0645 \u064a\u062a\u0645 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u062a\u064a \u062a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 \u0645\u0639\u0631\u0641\u0627\u062a \u0645\u0646 \u0637\u0631\u0627\u0632 \u0022%s\u0022 \u0641\u064a \u0646\u0642\u0637\u0629 \u0646\u0647\u0627\u064a\u0629 CAT \u0630\u0627\u062a \u0627\u0644\u0635\u0644\u0629.","Jump Menu":"\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0627\u0646\u062a\u0642\u0627\u0644","Jump to:":"\u0627\u0646\u062a\u0642\u0644 \u0625\u0644\u0649:","Keep Together":"\u0627\u0644\u0627\u062d\u062a\u0641\u0627\u0638 \u0645\u0639\u0627","Keyboard Navigation":"\u0627\u0644\u062a\u0646\u0642\u0644 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0644\u0648\u062d\u0629 \u0627\u0644\u0645\u0641\u0627\u062a\u064a\u062d","Keyboard shortcuts for the Accessibility Tools are available to the Test-taker.":"\u0627\u062e\u062a\u0635\u0627\u0631\u0627\u062a \u0644\u0648\u062d\u0629 \u0627\u0644\u0645\u0641\u0627\u062a\u064a\u062d \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0623\u062f\u0648\u0627\u062a \u0625\u0645\u0643\u0627\u0646\u064a\u0629 \u0627\u0644\u0648\u0635\u0648\u0644 \u0645\u062a\u0627\u062d\u0629 \u0644\u0644\u0645\u062a\u0642\u062f\u0645 \u0644\u0644\u0631\u0627\u0626\u0632.","Label":"\u062a\u0633\u0645\u064a\u0629","Label Path":"\u0645\u0633\u0627\u0631 \u0627\u0644\u062a\u0633\u0645\u064a\u0629 ","Language":"\u0627\u0644\u0644\u063a\u0629","Last attempt before your account is locked.":"\u0622\u062e\u0631 \u0645\u062d\u0627\u0648\u0644\u0629 \u0642\u0628\u0644 \u0625\u063a\u0644\u0627\u0642 \u062d\u0633\u0627\u0628\u0643.","Last Name":"\u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0639\u0627\u0626\u0644\u064a ","Last page":"\u0627\u0644\u0635\u0641\u062d\u0629 \u0627\u0644\u0623\u062e\u064a\u0631\u0629 ","Last result":"\u0627\u0644\u0646\u062a\u064a\u062c\u0629 \u0627\u0644\u0623\u062e\u064a\u0631\u0629 ","Late submission allowed":"\u064a\u064f\u0633\u0645\u062d \u0628\u0627\u0644\u062a\u0642\u062f\u064a\u0645 \u0627\u0644\u0645\u062a\u0623\u062e\u0631","Leave a comment":"\u0627\u062a\u0631\u0643 \u062a\u0639\u0644\u064a\u0642\u0627","Left parenthesis":"\u0642\u0648\u0633 \u0623\u064a\u0633\u0631","less than a minute":"\u0623\u0642\u0644 \u0645\u0646 \u062f\u0642\u064a\u0642\u0629 ","Line Reader":"\u0642\u0627\u0631\u0626 \u0627\u0644\u062e\u0637","Linear":"\u062e\u0637\u064a","Link durations to activate the guided navigation":"\u0641\u062a\u0631\u0627\u062a \u0627\u0644\u0627\u0631\u062a\u0628\u0627\u0637 \u0644\u062a\u0646\u0634\u064a\u0637 \u0627\u0644\u062a\u0646\u0642\u0644 \u0627\u0644\u0645\u0648\u062c\u0647 \u0639\u0628\u0631 \u0627\u0644\u0623\u0646\u062a\u0631\u0646\u064a\u062a","List":"\u0642\u0627\u0626\u0645\u0629","List - Multiple choice - Check box":"\u0642\u0627\u0626\u0645\u0629 - \u0627\u0644\u0627\u062e\u062a\u064a\u0627\u0631 \u0645\u0646 \u0645\u062a\u0639\u062f\u062f - \u062e\u0627\u0646\u0629 \u0627\u0644\u0627\u062e\u062a\u064a\u0627\u0631 ","List - Multiple choice - Search input":"\u0627\u0644\u0642\u0627\u0626\u0645\u0629 - \u0627\u0644\u0627\u062e\u062a\u064a\u0627\u0631 \u0645\u0646 \u0645\u062a\u0639\u062f\u062f - \u0625\u062f\u062e\u0627\u0644 \u0627\u0644\u0628\u062d\u062b ","List - Single choice - Drop down":"\u0642\u0627\u0626\u0645\u0629 - \u062e\u064a\u0627\u0631 \u0648\u0627\u062d\u062f - \u0642\u0627\u0626\u0645\u0629 \u062c\u0627\u0631\u064a\u0629 ","List - Single choice - Radio button":"\u0642\u0627\u0626\u0645\u0629 - \u062e\u064a\u0627\u0631 \u0648\u0627\u062d\u062f - \u0632\u0631 \u0627\u062e\u062a\u064a\u0627\u0631 ","List - Single choice - Search input":"\u0642\u0627\u0626\u0645\u0629 - \u0627\u062e\u062a\u064a\u0627\u0631 \u0648\u0627\u062d\u062f - \u0625\u062f\u062e\u0627\u0644 \u0627\u0644\u0628\u062d\u062b ","List item URI duplications found":"\u062a\u0645 \u0627\u0644\u0639\u062b\u0648\u0631 \u0639\u0644\u0649 \u062a\u0643\u0631\u0627\u0631\u0627\u062a \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0628\u0646\u062f URI","List values":"List values","Load more":"\u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0645\u0632\u064a\u062f ","Loaded":"\u0645\u062d\u0645\u0644 ","Loaded at Startup":"\u064a\u062a\u0645 \u062a\u062d\u0645\u064a\u0644\u0647\u0627 \u0639\u0646\u062f \u0628\u062f\u0621 \u0627\u0644\u062a\u0634\u063a\u064a\u0644 ","Loading":"\u062c\u0627\u0631 \u0627\u0644\u062a\u062d\u0645\u064a\u0644","Loading status":"\u062d\u0627\u0644\u0629 \u0627\u0644\u062a\u062d\u0645\u064a\u0644","Loading task status ...":"\u062c\u0627\u0631\u064d \u062a\u062d\u0645\u064a\u0644 \u062d\u0627\u0644\u0629 \u0627\u0644\u0645\u0647\u0645\u0629 ...","locked by %s":"\u0645\u0624\u0645\u0646 \u0645\u0646 \u0642\u0628\u0644 %s","Locked duration : guided navigation. The test transition to the next item once the duration reaches 0.":"\u0645\u062f\u0629 \u0627\u0644\u062a\u0623\u0645\u064a\u0646: \u0627\u0644\u062a\u0646\u0642\u0644 \u0627\u0644\u0625\u0631\u0634\u0627\u062f\u064a. \u064a\u0646\u062a\u0642\u0644 \u0627\u0644\u0631\u0627\u0626\u0632 \u0625\u0644\u0649 \u0627\u0644\u0628\u0646\u062f \u0627\u0644\u062a\u0627\u0644\u064a \u0628\u0645\u062c\u0631\u062f \u0648\u0635\u0648\u0644 \u0627\u0644\u0645\u062f\u0629 \u0625\u0644\u0649 0.","Log in":"\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644","Log Out":"\u062a\u0633\u062c\u064a\u0644 \u062e\u0631\u0648\u062c","Login":"\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644","Login available":"\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0645\u062a\u0627\u062d","Login is already in use.":"\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0642\u064a\u062f \u0627\u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0628\u0627\u0644\u0641\u0639\u0644.","Login is empty.":"\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0641\u0627\u0631\u063a.","Logout":"\u062a\u0633\u062c\u064a\u0644 \u062e\u0631\u0648\u062c","Magnifier":"\u0627\u0644\u0645\u0643\u0628\u0631","Magnify less":"\u062a\u0643\u0628\u064a\u0631 \u0623\u0642\u0644","Magnify more":"\u062a\u0643\u0628\u064a\u0631 \u0623\u0643\u062b\u0631","Magnifying Glass":"\u0639\u062f\u0633\u0629 \u0645\u0643\u0628\u0631\u0629","Main Menu":"\u0627\u0644\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629","Main navigation":"\u0627\u0644\u062a\u0646\u0642\u0644 \u0627\u0644\u0631\u0626\u064a\u0633\u064a \u0639\u0628\u0631 \u0627\u0644\u0623\u0646\u062a\u0631\u0646\u064a\u062a","Maintenance service is already installed.":"\u062e\u062f\u0645\u0629 \u0627\u0644\u0635\u064a\u0627\u0646\u0629 \u0645\u062b\u0628\u062a\u0629 \u0645\u0633\u0628\u0642\u0627.","Maintenance service must have a persistence option.":"\u064a\u062c\u0628 \u0623\u0646 \u064a\u0643\u0648\u0646 \u0644\u062f\u0649 \u062e\u062f\u0645\u0629 \u0627\u0644\u0635\u064a\u0627\u0646\u0629 \u062e\u064a\u0627\u0631 \u0627\u0633\u062a\u0645\u0631\u0627\u0631.","Maintenance service was installed. Platform is disabled.":"\u062a\u0645 \u062a\u0631\u0643\u064a\u0628 \u062e\u062f\u0645\u0629 \u0627\u0644\u0635\u064a\u0627\u0646\u0629. \u0627\u0644\u0645\u0646\u0635\u0629 \u0645\u0639\u0637\u0644\u0629.","Maintenance service was installed. Platform is enabled.":"\u062a\u0645 \u062a\u0631\u0643\u064a\u0628 \u062e\u062f\u0645\u0629 \u0627\u0644\u0635\u064a\u0627\u0646\u0629. \u062a\u0645 \u062a\u0634\u063a\u064a\u0644 \u0627\u0644\u0645\u0646\u0635\u0629.","Maintenance storage driver is not set":"\u0644\u0645 \u064a\u062a\u0645 \u062a\u0639\u064a\u064a\u0646 \u0628\u0631\u0646\u0627\u0645\u062c \u062a\u0634\u063a\u064a\u0644 \u062a\u062e\u0632\u064a\u0646 \u0627\u0644\u0635\u064a\u0627\u0646\u0629","Manage Access Rights":"\u0625\u062f\u0627\u0631\u0629 \u062d\u0642\u0648\u0642 \u0627\u0644\u0648\u0635\u0648\u0644","Manage class schema":"\u0625\u062f\u0627\u0631\u0629 \u0645\u062e\u0637\u0637 \u0627\u0644\u0642\u0633\u0645","Manage data list":"\u0625\u062f\u0627\u0631\u0629 \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a","Manage groups":"\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0627\u062a","Manage items":"\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0628\u0646\u0648\u062f","Manage roles":"\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u0647\u0627\u0645","Manage Roles and apply them to users.":"\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u0647\u0627\u0645 \u0648\u062a\u0637\u0628\u064a\u0642\u0647\u0627 \u0639\u0644\u0649 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646.","Manage Rubric Blocks":"\u0625\u062f\u0627\u0631\u0629 \u0645\u062c\u0645\u0648\u0639\u0627\u062a \u0627\u0644\u0645\u0648\u0627\u062f","Manage test properties":"\u0625\u062f\u0627\u0631\u0629 \u062e\u0635\u0627\u0626\u0635 \u0627\u0644\u0631\u0627\u0626\u0632","Manage Tests":"\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0631\u0648\u0627\u0626\u0632","Manage tests":"\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0631\u0648\u0627\u0626\u0632","Manage users":"\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646","Manage Versioned File":"\u0625\u062f\u0627\u0631\u0629 \u0645\u0644\u0641 \u0627\u0644\u0625\u0635\u062f\u0627\u0631","Map the properties to the CSV columns":"CSV \u0627\u062e\u062a\u0631 \u0627\u0644\u062e\u0635\u0627\u0626\u0635 \u0627\u0644\u0645\u062a\u0639\u0644\u0642\u0629 \u0628\u0627\u0644\u0627\u0639\u0645\u062f\u0629","Mark for review":"\u0648\u0636\u0639 \u0639\u0644\u0627\u0645\u0629 \u0644\u0644\u0645\u0631\u0627\u062c\u0639\u0629","Masking":"\u0625\u062e\u0641\u0627\u0621","Match value":"\u0642\u064a\u0645\u0629 \u0627\u0644\u0645\u0642\u0627\u0631\u0646\u0629","Max Attempts":"\u0623\u0642\u0635\u0649 \u0639\u062f\u062f \u0645\u0646 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0627\u062a","Maximum Duration":"\u0627\u0644\u0645\u062f\u0629 \u0627\u0644\u0642\u0635\u0648\u0649","Maximum duration : the items times out when the duration reaches 0.":"\u0627\u0644\u0645\u062f\u0629 \u0627\u0644\u0642\u0635\u0648\u0649: \u062a\u0646\u062a\u0647\u064a \u0645\u0647\u0644\u0629 \u0627\u0644\u0628\u0646\u0648\u062f \u0639\u0646\u062f\u0645\u0627 \u062a\u0635\u0644 \u0627\u0644\u0645\u062f\u0629 \u0625\u0644\u0649 0.","Maximum duration for the all test.":"\u0627\u0644\u0645\u062f\u0629 \u0627\u0644\u0642\u0635\u0648\u0649 \u0644\u062c\u0645\u064a\u0639 \u0627\u0644\u0631\u0648\u0627\u0626\u0632.","Maximum duration for this item.":"\u0627\u0644\u0645\u062f\u0629 \u0627\u0644\u0642\u0635\u0648\u0649 \u0644\u0647\u0630\u0627 \u0627\u0644\u0628\u0646\u062f.","Maximum duration for this section.":"\u0627\u0644\u0645\u062f\u0629 \u0627\u0644\u0642\u0635\u0648\u0649 \u0644\u0647\u0630\u0627 \u0627\u0644\u062c\u0632\u0621.","Maximum duration for this test part.":"\u0627\u0644\u0645\u062f\u0629 \u0627\u0644\u0642\u0635\u0648\u0649 \u0644\u0647\u0630\u0627 \u0627\u0644\u062c\u0632\u0621 \u0645\u0646 \u0627\u0644\u0631\u0627\u0626\u0632.","Maximum selection reached":"\u062a\u0645 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u062d\u062f \u0627\u0644\u0623\u0642\u0635\u0649 \u0645\u0646 \u0627\u0644\u0627\u062e\u062a\u064a\u0627\u0631","Media resize along with their container, e.g. 50% means half of the container size not half of the media size.":"\u062a\u063a\u064a\u064a\u0631 \u062d\u062c\u0645 \u0627\u0644\u0648\u0633\u0627\u0626\u0637 \u0645\u0639 \u0627\u0644\u062d\u0627\u0648\u064a\u0629 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0647\u0627 \u060c \u0639\u0644\u0649 \u0633\u0628\u064a\u0644 \u0627\u0644\u0645\u062b\u0627\u0644 50\u066a \u062a\u0639\u0646\u064a \u0646\u0635\u0641 \u062d\u062c\u0645 \u0627\u0644\u062d\u0627\u0648\u064a\u0629 \u0648\u0644\u064a\u0633 \u0646\u0635\u0641 \u062d\u062c\u0645 \u0627\u0644\u0648\u0633\u0627\u0626\u0637.","Message":"\u0631\u0633\u0627\u0644\u0629","Messages":"\u0631\u0633\u0627\u0626\u0644","Metadata export is not available for test \u0022%s.":"\u062a\u0635\u062f\u064a\u0631 \u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u062a\u0639\u0631\u064a\u0641 \u063a\u064a\u0631 \u0645\u062a\u0627\u062d \u0644\u0644\u0631\u0627\u0626\u0632 \u0022%s.","Metadata export is not available for the selected resource.":"\u0644\u0627 \u064a\u062a\u0648\u0641\u0631 \u062a\u0635\u062f\u064a\u0631 \u0627\u0644\u0645\u064a\u062a\u0627\u0628\u064a\u0627\u0646\u0627\u062a \u0644\u0644\u0645\u0648\u0631\u062f \u0627\u0644\u0645\u062d\u062f\u062f.","Minimum Duration":"\u0627\u0644\u0645\u062f\u0629 \u0627\u0644\u062f\u0646\u064a\u0627","Minimum duration : enforces the test taker to stay on the item for the given duration.":"\u0627\u0644\u062d\u062f \u0627\u0644\u0623\u062f\u0646\u0649 \u0644\u0644\u0645\u062f\u0629: \u064a\u0641\u0631\u0636 \u0639\u0644\u0649 \u0627\u0644\u0645\u062a\u0642\u062f\u0645 \u0644\u0644\u0631\u0627\u0626\u0632 \u0627\u0644\u0628\u0642\u0627\u0621 \u0639\u0644\u0649 \u0627\u0644\u0628\u0646\u062f \u0637\u0648\u0627\u0644 \u0627\u0644\u0645\u062f\u0629 \u0627\u0644\u0645\u062d\u062f\u062f\u0629.","Minimum duration for the test.":"\u0627\u0644\u0645\u062f\u0629 \u0627\u0644\u062f\u0646\u064a\u0627 \u0644\u0644\u0631\u0627\u0626\u0632.","Minimum duration for this item.":"\u0627\u0644\u0645\u062f\u0629 \u0627\u0644\u062f\u0646\u064a\u0627 \u0644\u0647\u0630\u0627 \u0627\u0644\u0628\u0646\u062f.","Minimum duration for this section.":"\u0627\u0644\u0645\u062f\u0629 \u0627\u0644\u062f\u0646\u064a\u0627 \u0644\u0647\u0630\u0627 \u0627\u0644\u062c\u0632\u0621.","Minimum duration for this test part.":"\u0627\u0644\u0645\u062f\u0629 \u0627\u0644\u062f\u0646\u064a\u0627 \u0644\u0647\u0630\u0627 \u0627\u0644\u062c\u0632\u0621 \u0645\u0646 \u0627\u0644\u0631\u0627\u0626\u0632 .","minutes":"\u062f\u0642\u0627\u0626\u0642","Missed required parameter \u0027id\\\\":"\u062a\u0645 \u0641\u0642\u062f\u0627\u0646 \u0627\u0644\u0645\u0639\u0644\u0645 \u0627\u0644\u0645\u0637\u0644\u0648\u0628 \u0027id \\\u0022\n\nmsgid ","missing config %s for the service %s":"\u0627\u0644\u062a\u0643\u0648\u064a\u0646 \u0627\u0644\u0645\u0641\u0642\u0648\u062f %s \u0644\u0644\u062e\u062f\u0645\u0629 %s","Missing Parameters":"\u0627\u0644\u0645\u0639\u0627\u064a\u064a\u0631 \u0645\u0641\u0642\u0648\u062f\u0629","Missing required configuration option %s":"\u062e\u064a\u0627\u0631 \u0627\u0644\u062a\u0643\u0648\u064a\u0646 \u0627\u0644\u0645\u0637\u0644\u0648\u0628 \u0645\u0641\u0642\u0648\u062f %s","modulo":"modulo","More":"\u0623\u0643\u062b\u0631","Move":"\u062d\u0631\u0643","Move Down":"\u062a\u062d\u0631\u0643 \u0644\u0623\u0633\u0641\u0644","Move Left":"\u062a\u062d\u0631\u0643 \u064a\u0633\u0627\u0631\u0627 ","Move Right":"\u062a\u062d\u0631\u0643 \u064a\u0645\u064a\u0646\u0627","Move role":"\u0646\u0642\u0644 \u0627\u0644\u062f\u0648\u0631","Move the cursor one step on the left":"\u062d\u0631\u0643 \u0627\u0644\u0645\u0624\u0634\u0631 \u062e\u0637\u0648\u0629 \u0648\u0627\u062d\u062f\u0629 \u0639\u0644\u0649 \u0627\u0644\u064a\u0633\u0627\u0631","Move the cursor one step on the right":"\u062d\u0631\u0643 \u0627\u0644\u0645\u0624\u0634\u0631 \u062e\u0637\u0648\u0629 \u0648\u0627\u062d\u062f\u0629 \u0639\u0644\u0649 \u0627\u0644\u064a\u0645\u064a\u0646","Move to":"\u062d\u0631\u0643 \u0627\u0644\u0649","Move Up":"\u062a\u062d\u0631\u0643 \u0635\u0639\u0648\u062f\u0627","Moving this element will replace the properties of the previous class by those of the destination class :":"\u0633\u064a\u0624\u062f\u064a \u0646\u0642\u0644 \u0647\u0630\u0627 \u0627\u0644\u0639\u0646\u0635\u0631 \u0625\u0644\u0649 \u0627\u0633\u062a\u0628\u062f\u0627\u0644 \u062e\u0635\u0627\u0626\u0635 \u0627\u0644\u0642\u0633\u0645 \u0627\u0644\u0633\u0627\u0628\u0642 \u0628\u062e\u0635\u0627\u0626\u0635 \u0642\u0633\u0645 \u0627\u0644\u0648\u062c\u0647\u0629:","Moving to the next item without time limit reached message.":"\u0627\u0644\u0627\u0646\u062a\u0642\u0627\u0644 \u0625\u0644\u0649 \u0627\u0644\u0628\u0646\u062f \u0627\u0644\u062a\u0627\u0644\u064a \u062f\u0648\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u062d\u062f \u0632\u0645\u0646\u064a \u0627\u0644\u0631\u0633\u0627\u0644\u0629.","Multiple values delimiter":"\u0645\u062d\u062f\u062f \u0627\u0644\u0642\u064a\u0645 \u0627\u0644\u0645\u062a\u0639\u062f\u062f\u0629","Multiply the value by 10^x":"\u0627\u0636\u0631\u0628 \u0627\u0644\u0642\u064a\u0645\u0629 \u0628\u0640 10^x","Mute":"\u0635\u0627\u0645\u062a","My custom text translation":"\u062a\u0631\u062c\u0645\u062a\u064a \u0644\u0644\u0646\u0635 \u062e\u0627\u0635\u0629 \u0628\u064a","My settings":"\u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a","My settings (%s)":"\u0625\u0639\u062f\u0627\u062f\u0627\u062a\u064a (%s)","Name":"\u0627\u0644\u0627\u0633\u0645","name of the pupil":"\u0627\u0633\u0645 \u0627\u0644\u062a\u0644\u0645\u064a\u0630","Natural logarithm":"\u0627\u0644\u0644\u0648\u063a\u0627\u0631\u062a\u064a\u0645 \u0627\u0644\u0637\u0628\u064a\u0639\u064a","Navigation":"\u0627\u0644\u062a\u0646\u0642\u0644 \u0639\u0628\u0631 \u0627\u0644\u0627\u0646\u062a\u0631\u0646\u064a\u062a","Navigation shortcuts":"\u0627\u062e\u062a\u0635\u0627\u0631\u0627\u062a \u0627\u0644\u062a\u0646\u0642\u0644 \u0639\u0628\u0631 \u0627\u0644\u0623\u0646\u062a\u0631\u0646\u064a\u062a","Navigation Warnings":"\u062a\u062d\u0630\u064a\u0631\u0627\u062a \u0627\u0644\u062a\u0646\u0642\u0644 \u0639\u0628\u0631 \u0627\u0644\u0623\u0646\u062a\u0631\u0646\u064a\u062a","network":"\u0634\u0628\u0643\u0629 \u0627\u0644\u0627\u062a\u0635\u0627\u0644","New class":"\u0635\u0646\u0641 \u062c\u062f\u064a\u062f","New Group":"\u0645\u062c\u0645\u0648\u0639\u0629 \u062c\u062f\u064a\u062f\u0629","New item":"\u0628\u0646\u062f \u062c\u062f\u064a\u062f","New password":"\u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631 \u062c\u062f\u064a\u062f\u0629","New role":"\u0645\u0647\u0645\u0629 \u062c\u062f\u064a\u062f\u0629","New Rubric Block":"\u0643\u062a\u0644\u0629 \u0642\u0648\u0627\u0639\u062f \u062c\u062f\u064a\u062f\u0629","New section":"\u062c\u0632\u0621 \u062c\u062f\u064a\u062f","New test part":"\u062c\u0632\u0621 \u062c\u062f\u064a\u062f \u0645\u0646 \u0627\u0644\u0631\u0627\u0626\u0632","Next":"\u0627\u0644\u062a\u0627\u0644\u064a","Next match":"\u0627\u0644\u0645\u0644\u0627\u0621\u0645\u0629 \u0627\u0644\u062a\u0627\u0644\u064a\u0629","Next page":"\u0627\u0644\u0635\u0641\u062d\u0629 \u0627\u0644\u062a\u0627\u0644\u064a\u0629","Next Section":"\u0627\u0644\u062c\u0632\u0621 \u0627\u0644\u062a\u0627\u0644\u064a","No":"\u0644\u0627","No action specified":"\u0644\u0645 \u064a\u062a\u0645 \u062a\u062d\u062f\u064a\u062f \u0623\u064a \u0625\u062c\u0631\u0627\u0621","No CAT Engine configured for CAT Endpoint \u0022%s\u0022.":"\u0644\u0645 \u064a\u062a\u0645 \u062a\u0643\u0648\u064a\u0646 \u0645\u062d\u0631\u0643 CAT \u0644\u0646\u0642\u0637\u0629 \u0646\u0647\u0627\u064a\u0629 \u0022%s\u0022.","No client translation bundles updated":"\u0644\u0645 \u064a\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0631\u0632\u0645 \u062a\u0631\u062c\u0645\u0629 \u0627\u0644\u0632\u0628\u0648\u0646","No extensions available.":"\u0644\u0627 \u062a\u0648\u062c\u062f \u0627\u0645\u062a\u062f\u0627\u062f\u0627\u062a \u0645\u062a\u0627\u062d\u0629.","No file found at location \u0022%s\u0022.":"\u0644\u0645 \u064a\u062a\u0645 \u0627\u0644\u0639\u062b\u0648\u0631 \u0639\u0644\u0649 \u0645\u0644\u0641 \u0641\u064a \u0627\u0644\u0645\u0648\u0642\u0639 \u0022%s\u0022.","no file not found in this location":"\u0644\u0645 \u064a\u062a\u0645 \u0627\u0644\u0639\u062b\u0648\u0631 \u0639\u0644\u0649 \u0645\u0644\u0641 \u0641\u064a \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639","No file selected":"\u0644\u0645 \u064a\u062a\u0645 \u0627\u062e\u062a\u064a\u0627\u0631 \u0627\u064a \u0645\u0644\u0641","No files":"\u0644\u0627 \u0645\u0644\u0641\u0627\u062a","No item found. Please try other search criteria.":"\u0644\u0645 \u064a\u062a\u0645 \u0627\u0644\u0639\u062b\u0648\u0631 \u0639\u0644\u0649 \u0623\u064a \u0639\u0646\u0635\u0631. \u064a\u0631\u062c\u0649 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629 \u0628\u0645\u0639\u0627\u064a\u064a\u0631 \u0627\u0644\u0628\u062d\u062b \u0627\u0644\u0623\u062e\u0631\u0649.","no label":"\u0644\u0627 \u062a\u0648\u062c\u062f \u062a\u0633\u0645\u064a\u0629","No more attempts allowed for item \u0022%s\u0022.":"\u0644\u0627 \u0645\u0632\u064a\u062f \u0645\u0646 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0627\u062a \u0627\u0644\u0645\u0633\u0645\u0648\u062d \u0628\u0647\u0627 \u0644\u0644\u0628\u0646\u062f \u0022%s\u0022.","no outcome declaration found":"\u0644\u0645 \u064a\u062a\u0645 \u0627\u0644\u0639\u062b\u0648\u0631 \u0639\u0644\u0649 \u0625\u0639\u0644\u0627\u0646 \u0627\u0644\u0646\u062a\u064a\u062c\u0629","No outcome processing. Erase the existing rules, if any.":"\u0644\u0627 \u062a\u0648\u062c\u062f \u0645\u0639\u0627\u0644\u062c\u0629 \u0644\u0644\u0646\u062a\u0627\u0626\u062c. \u0627\u0645\u0633\u062d \u0627\u0644\u0642\u0648\u0627\u0639\u062f \u0627\u0644\u062d\u0627\u0644\u064a\u0629 \u060c \u0625\u0646 \u0648\u062c\u062f\u062a.","No reference to any IMS QTI Item found.":"\u0644\u0645 \u064a\u062a\u0645 \u0627\u0644\u0639\u062b\u0648\u0631 \u0639\u0644\u0649 \u0623\u064a \u0625\u0634\u0627\u0631\u0629 \u0625\u0644\u0649 \u0623\u064a \u0628\u0646\u062f IMS QTI.","No Task yet":"\u0644\u0627 \u062a\u0648\u062c\u062f \u0645\u0647\u0645\u0629 \u062d\u062a\u0649 \u0627\u0644\u0622\u0646","Node duplication has failed":"\u0641\u0634\u0644 \u0646\u0633\u062e \u0627\u0644\u0639\u0642\u062f\u0629","Non Linear":"\u063a\u064a\u0631 \u062e\u0637\u064a","None":"\u0644\u0627 \u0623\u062d\u062f","Not all test could be exported":"\u0644\u0627 \u064a\u0645\u0643\u0646 \u062a\u0635\u062f\u064a\u0631 \u0643\u0627\u0641\u0629 \u0627\u0644\u0627\u062e\u062a\u0628\u0627\u0631\u0627\u062a","Not answered":"\u0628\u0644\u0627 \u062c\u0648\u0627\u0628","Not enough arguments following: %s":" \u0627\u0644\u0645\u0628\u0631\u0631\u0627\u062a \u0627\u0644\u062a\u0627\u0644\u064a\u0629 \u063a\u064a\u0631 \u0643\u0627\u0641\u064a\u0629: %s","Not enough non-option arguments: got %s, need at least %s":"\u0644\u0627 \u062a\u0648\u062c\u062f \u0648\u0633\u0627\u0626\u0637 \u0643\u0627\u0641\u064a\u0629 \u063a\u064a\u0631 \u0645\u062a\u0639\u0644\u0642\u0629 \u0628\u0627\u0644\u062e\u064a\u0627\u0631\u0627\u062a: \u062d\u0635\u0644\u062a \u0639\u0644\u0649 %s \u060c \u0648\u062a\u062d\u062a\u0627\u062c \u0625\u0644\u0649 %s \u0639\u0644\u0649 \u0627\u0644\u0623\u0642\u0644","Not seen":"\u0644\u0645 \u064a\u0631","Not shuffled, the position remains fixed.":"\u0644\u0627 \u064a\u062a\u0645 \u062e\u0644\u0637\u0647 \u060c \u064a\u0638\u0644 \u0627\u0644\u0645\u0648\u0636\u0639 \u062b\u0627\u0628\u062a\u064b\u0627.","Not started":"\u0644\u0645 \u064a\u0628\u062f\u0623","Nothing imported":"\u0644\u0627 \u0634\u064a\u0621 \u0645\u0633\u062a\u0648\u0631\u062f","Nothing to install !":"\u0644\u0627 \u0634\u064a\u0621 \u0644\u062a\u062b\u0628\u064a\u062a\u0647 !","Nothing to list!":"\u0644\u0627 \u0634\u064a\u0621 \u0644\u0644\u0642\u0627\u0626\u0645\u0629 !","Notifications":"\u0625\u0634\u0639\u0627\u0631\u0627\u062a","notifications drivers aren\u0027t persistent. use a persistent database storage driver":"\u0625\u062e\u0637\u0627\u0631\u0627\u062a \u0628\u0631\u0646\u0627\u0645\u062c \u0627\u0644\u062a\u0639\u0631\u064a\u0641 \u0644\u064a\u0633\u062a \u0645\u0633\u062a\u0645\u0631\u0629. \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0628\u0631\u0646\u0627\u0645\u062c \u062a\u0634\u063a\u064a\u0644 \u062a\u062e\u0632\u064a\u0646 \u0642\u0627\u0639\u062f\u0629 \u0628\u064a\u0627\u0646\u0627\u062a \u062b\u0627\u0628\u062a","Nth root":"\u0627\u0644\u062c\u0630\u0631 \u0627\u0644\u062a\u0627\u0633\u0639","number":"\u0639\u062f\u062f","Number of elements":"\u0639\u062f\u062f \u0627\u0644\u0639\u0646\u0627\u0635\u0631","of":"\u0645\u0646","Off":"\u0625\u064a\u0642\u0627\u0641","Offline":"\u063a\u064a\u0631 \u0645\u062a\u0635\u0644 \u0639\u0644\u0649 \u0627\u0644\u0627\u0646\u062a\u0631\u0646\u062a","OK":"\u0646\u0639\u0645","Ok":"\u0646\u0639\u0645","OK & End test":"\u0645\u0648\u0627\u0641\u0642 \u0648\u0625\u0646\u0647\u0627\u0621 \u0627\u0644\u0631\u0627\u0626\u0632","Old Password":"\u0643\u0644\u0645\u0629 \u0627\u0644\u0633\u0631 \u0627\u0644\u0642\u062f\u064a\u0645\u0629","On":"\u0645\u0641\u062a\u0648\u062d","Once you close this section, you cannot return to it or change your answers.":"\u0628\u0645\u062c\u0631\u062f \u0625\u063a\u0644\u0627\u0642 \u0647\u0630\u0627 \u0627\u0644\u062c\u0632\u0621 \u060c \u0644\u0627 \u064a\u0645\u0643\u0646\u0643 \u0627\u0644\u0639\u0648\u062f\u0629 \u0625\u0644\u064a\u0647 \u0623\u0648 \u062a\u063a\u064a\u064a\u0631 \u0625\u062c\u0627\u0628\u0627\u062a\u0643.","One or more dependent IMS QTI Items could not be imported.":"\u062a\u0639\u0630\u0631 \u0627\u0633\u062a\u064a\u0631\u0627\u062f \u0628\u0646\u062f IMS QTI \u062a\u0627\u0628\u0639 \u0648\u0627\u062d\u062f \u0623\u0648 \u0623\u0643\u062b\u0631.","Online":"Online","Only allow for my own domain (%s)":"\u0627\u0644\u0633\u0645\u0627\u062d \u0644\u0645\u062c\u0627\u0644\u064a \u0641\u0642\u0637 (%s)","Only display the items marked for review":"\u0639\u0631\u0636 \u0641\u0642\u0637 \u0627\u0644\u0628\u0646\u0648\u062f \u0627\u0644\u0645\u062d\u062f\u062f\u0629 \u0644\u0644\u0645\u0631\u0627\u062c\u0639\u0629","Only display the unanswered items":"\u0627\u0639\u0631\u0636 \u0641\u0642\u0637 \u0627\u0644\u0628\u0646\u0648\u062f \u0627\u0644\u062a\u064a \u0644\u0645 \u064a\u062a\u0645 \u0627\u0644\u0631\u062f \u0639\u0644\u064a\u0647\u0627","Only one of the field must have value %s":"\u064a\u062c\u0628 \u0623\u0646 \u064a\u062d\u062a\u0648\u064a \u062d\u0642\u0644 \u0648\u0627\u062d\u062f \u0641\u0642\u0637 \u0639\u0644\u0649 \u0627\u0644\u0642\u064a\u0645\u0629 %s","Open Calculator":"\u0627\u0641\u062a\u062d \u0627\u0644\u062d\u0627\u0633\u0628\u0629","Open Keyboard Shortcuts":"\u0627\u0641\u062a\u062d \u0627\u062e\u062a\u0635\u0627\u0631\u0627\u062a \u0644\u0648\u062d\u0629 \u0627\u0644\u0645\u0641\u0627\u062a\u064a\u062d","Operated By ":"\u062a\u062f\u0627\u0631 \u0645\u0646","Option A":"\u0627\u0644\u062e\u064a\u0627\u0631 \u0623","Option B":"\u0627\u0644\u062e\u064a\u0627\u0631 \u0628","or":"\u0623\u0648","Ordering":"\u064a\u0623\u0645\u0631","Outcome":"\u062d\u0635\u064a\u0644\u0629","Outcome declarations":"\u062d\u0635\u064a\u0644\u0629 \u0627\u0644\u062a\u0635\u0631\u064a\u062d\u0627\u062a","Outcome processing":"\u062d\u0635\u064a\u0644\u0629 \u0645\u0639\u0627\u0644\u062c\u0629 \u0627\u0644\u0646\u062a\u0627\u0626\u062c","Outlook on the next Synchronization":"\u062a\u0648\u0642\u0639\u0627\u062a \u0628\u0634\u0623\u0646 \u0627\u0644\u062a\u0632\u0627\u0645\u0646 \u0627\u0644\u062a\u0627\u0644\u064a","Package is valid but no tests were found. Make sure that it contains valid QTI tests.":"\u0627\u0644\u062d\u0632\u0645\u0629 \u0635\u0627\u0644\u062d\u0629 \u0648\u0644\u0643\u0646 \u0644\u0645 \u064a\u062a\u0645 \u0627\u0644\u0639\u062b\u0648\u0631 \u0639\u0644\u0649 \u0627\u062e\u062a\u0628\u0627\u0631\u0627\u062a. \u062a\u0623\u0643\u062f \u0645\u0646 \u0627\u062d\u062a\u0648\u0627\u0626\u0647 \u0639\u0644\u0649 \u0627\u062e\u062a\u0628\u0627\u0631\u0627\u062a QTI \u0635\u0627\u0644\u062d\u0629.","Page":"\u0635\u0641\u062d\u0629","Part %d":"\u0627\u0644\u062c\u0632\u0621 %d","Passage":"\u0645\u0642\u0637\u0639","Password":"\u0643\u0644\u0645\u0629 \u0627\u0644\u0633\u0631","Password changed":"\u062a\u0645 \u062a\u063a\u064a\u064a\u0631 \u0643\u0644\u0645\u0629 \u0627\u0644\u0633\u0631","Password is empty.":"\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0641\u0627\u0631\u063a\u0629.","Password reset":"\u0625\u0639\u0627\u062f\u0629 \u062a\u0639\u064a\u064a\u0646 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631","Password successfully changed":"\u062a\u0645 \u062a\u063a\u064a\u064a\u0631 \u0643\u0644\u0645\u0629 \u0627\u0644\u0633\u0631 \u0628\u0646\u062c\u0627\u062d","Passwords are not matching":"\u0643\u0644\u0645\u0627\u062a \u0627\u0644\u0645\u0631\u0648\u0631 \u063a\u064a\u0631 \u0645\u062a\u0637\u0627\u0628\u0642\u0629","Pause":"\u0648\u0642\u0641\u0629","Pause the test":"\u0625\u064a\u0642\u0627\u0641 \u0627\u0644\u0631\u0627\u0626\u0632","Permission denied to write in the selected class":"\u062a\u0645 \u0631\u0641\u0636 \u0627\u0644\u0625\u0630\u0646 \u0628\u0627\u0644\u0643\u062a\u0627\u0628\u0629 \u0641\u064a \u0627\u0644\u0642\u0633\u0645 \u0627\u0644\u0645\u062d\u062f\u062f","Play":"\u0634\u063a\u0644","Please confirm deletion":"\u0627\u0644\u0631\u062c\u0627\u0621 \u062a\u0623\u0643\u064a\u062f \u0627\u0644\u062d\u0630\u0641","Please confirm deletion of %s.":"\u0627\u0644\u0631\u062c\u0627\u0621 \u062a\u0623\u0643\u064a\u062f \u062d\u0630\u0641 %s.","Please confirm deletion of user %s":"\u0627\u0644\u0631\u062c\u0627\u0621 \u062a\u0623\u0643\u064a\u062f \u062d\u0630\u0641 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 %s","Please confirm locking of account %s":"\u0627\u0644\u0631\u062c\u0627\u0621 \u062a\u0623\u0643\u064a\u062f \u0642\u0641\u0644 \u0627\u0644\u062d\u0633\u0627\u0628 %s","Please confirm property deletion!":"\u0627\u0644\u0631\u062c\u0627\u0621 \u062a\u0623\u0643\u064a\u062f \u062d\u0630\u0641 \u0627\u0644\u062e\u0627\u0635\u064a\u0629","Please confirm this operation.":"\u064a\u0631\u062c\u0649 \u062a\u0623\u0643\u064a\u062f \u0647\u0630\u0647 \u0627\u0644\u0639\u0645\u0644\u064a\u0629.","Please confirm unlocking of account %s":"\u0627\u0644\u0631\u062c\u0627\u0621 \u062a\u0623\u0643\u064a\u062f \u0641\u062a\u062d \u0627\u0644\u062d\u0633\u0627\u0628 %s","Please confirm you want to leave the test.":"\u064a\u0631\u062c\u0649 \u062a\u0623\u0643\u064a\u062f \u0631\u063a\u0628\u062a\u0643 \u0641\u064a \u062a\u0631\u0643 \u0627\u0644\u0631\u0627\u0626\u0632.","Please contact %s or an administrator to release it":"\u0627\u0644\u0631\u062c\u0627\u0621 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 %s \u0623\u0648 \u0628\u0627\u0644\u0645\u0633\u0624\u0648\u0644 \u0644\u0644\u0633\u0645\u0627\u062d","Please contact your administrator.":"\u0627\u0644\u0631\u062c\u0627\u0621 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0627\u0644\u0645\u0633\u0624\u0648\u0644 \u0627\u0644\u062e\u0627\u0635 \u0628\u0643.","Please contact your system administrator.":"\u0645\u0646 \u0641\u0636\u0644\u0643 \u062a\u0648\u0627\u0635\u0644 \u0645\u0639 \u0627\u0644\u0645\u0633\u0624\u0648\u0644 \u0639\u0646 \u0646\u0638\u0627\u0645\u0643.","Please define your search in the search panel.":"\u064a\u0631\u062c\u0649 \u062a\u062d\u062f\u064a\u062f \u0627\u0644\u0628\u062d\u062b \u0627\u0644\u062e\u0627\u0635 \u0628\u0643 \u0641\u064a \u0644\u0648\u062d\u0629 \u0627\u0644\u0628\u062d\u062b.","Please download the track and listen offline.":"\u064a\u0631\u062c\u0649 \u062a\u0646\u0632\u064a\u0644 \u0627\u0644\u0645\u0642\u0637\u0639 \u0627\u0644\u0635\u0648\u062a\u064a \u0648\u0627\u0644\u0627\u0633\u062a\u0645\u0627\u0639 \u0625\u0644\u064a\u0647 \u0628\u062f\u0648\u0646 \u0627\u0644\u0631\u0628\u0637 \u0628\u0627\u0644\u0623\u0646\u062a\u0631\u0646\u064a\u062a.","Please download the video and view offline.":"\u064a\u0631\u062c\u0649 \u062a\u0646\u0632\u064a\u0644 \u0627\u0644\u0641\u064a\u062f\u064a\u0648 \u0648\u0645\u0634\u0627\u0647\u062f\u062a\u0647 \u0641\u064a \u0648\u0636\u0639 \u0639\u062f\u0645 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0627\u0644\u0631\u0628\u0637.","Please give a message to your commit":"\u064a\u0631\u062c\u0649 \u0625\u0639\u0637\u0627\u0621 \u0631\u0633\u0627\u0644\u0629 \u0644\u0627\u0644\u062a\u0632\u0627\u0645\u0643","Please provide a reason":"\u064a\u0631\u062c\u0649 \u062a\u0642\u062f\u064a\u0645 \u0633\u0628\u0628","Please report bugs, ideas, comments or feedback on the TAO Forum":"\u064a\u0631\u062c\u0649 \u0627\u0644\u0625\u0628\u0644\u0627\u063a \u0639\u0646 \u0627\u0644\u0623\u062e\u0637\u0627\u0621 \u0623\u0648 \u0627\u0644\u0623\u0641\u0643\u0627\u0631 \u0623\u0648 \u0627\u0644\u062a\u0639\u0644\u064a\u0642\u0627\u062a \u0623\u0648 \u0627\u0644\u0645\u0644\u0627\u062d\u0638\u0627\u062a \u0639\u0644\u0649 \u0645\u0646\u0635\u0629 TAO","Please try reloading the page or pause the test. If you pause, you will be able to resume the test from this page.":"\u064a\u0631\u062c\u0649 \u0645\u062d\u0627\u0648\u0644\u0629 \u0625\u0639\u0627\u062f\u0629 \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0635\u0641\u062d\u0629 \u0623\u0648 \u0625\u064a\u0642\u0627\u0641 \u0627\u0644\u0631\u0627\u0626\u0632 \u0645\u0624\u0642\u062a\u064b\u0627. \u0625\u0630\u0627 \u062a\u0648\u0642\u0641\u062a \u0645\u0624\u0642\u062a\u064b\u0627 \u060c \u0641\u0633\u062a\u062a\u0645\u0643\u0646 \u0645\u0646 \u0627\u0633\u062a\u0626\u0646\u0627\u0641 \u0627\u0644\u0631\u0627\u0626\u0632 \u0645\u0646 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062d\u0629.","Please wait":"\u0627\u0644\u0645\u0631\u062c\u0648 \u0627\u0644\u0627\u0646\u062a\u0638\u0627\u0631","Please wait while ...":"\u0645\u0646 \u0641\u0636\u0644\u0643 \u0627\u0646\u062a\u0638\u0631 \u0628\u064a\u0646\u0645\u0627 ...","Please wait while we try to restore the connection.":"\u0627\u0644\u0631\u062c\u0627\u0621 \u0627\u0644\u0627\u0646\u062a\u0638\u0627\u0631 \u0628\u064a\u0646\u0645\u0627 \u0646\u062d\u0627\u0648\u0644 \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0627\u0644\u0627\u062a\u0635\u0627\u0644.","Positionals:":"\u0627\u0644\u0645\u0648\u0627\u0636\u0639:","Post install processing":"\u0645\u0639\u0627\u0644\u062c\u0629 \u0645\u0627 \u0628\u0639\u062f \u0627\u0644\u062a\u062b\u0628\u064a\u062a","Power of":"\u0642\u0648\u0629","Power of 10":"\u0642\u0648\u0629 10","Preparing installation...":"\u064a\u062a\u0645 \u0627\u0644\u0622\u0646 \u062a\u062d\u0636\u064a\u0631 \u0627\u0644\u062a\u062b\u0628\u064a\u062a ...","Preview":"\u0645\u0639\u0627\u064a\u0646\u0629","Preview the covered area":"\u0645\u0639\u0627\u064a\u0646\u0629 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0645\u063a\u0637\u0627\u0629","Previous":"\u0627\u0644\u0633\u0627\u0628\u0642","Previous match":"\u0627\u0644\u0645\u0637\u0627\u0628\u0642\u0629 \u0627\u0644\u0633\u0627\u0628\u0642\u0629","Previous page":"\u0627\u0644\u0635\u0641\u062d\u0629 \u0627\u0644\u0633\u0627\u0628\u0642\u0629","Proceed":"\u062a\u0642\u062f\u0645","PROCEED & END ASSESSMENT":"\u0627\u0644\u062a\u0642\u064a\u064a\u0645 \u0627\u0644\u0646\u0647\u0627\u0626\u064a","Proctor":"\u0645\u0631\u0627\u0642\u0628","Properties":"\u062e\u0635\u0627\u0626\u0635","Provided URL is not valid":"\u0639\u0646\u0648\u0627\u0646 URL \u0627\u0644\u0645\u0642\u062f\u0645 \u063a\u064a\u0631 \u0645\u0636\u0628\u0648\u0637","Publish":"\u064a\u0646\u0634\u0631","Publish the test":"\u0627\u0646\u0634\u0631 \u0627\u0644\u0631\u0627\u0626\u0632","QTI 2.1 Test Driver":"QTI 2.1 \u0627\u062e\u062a\u0628\u0627\u0631 \u0628\u0631\u0646\u0627\u0645\u062c \u0627\u0644\u062a\u0634\u063a\u064a\u0644","QTI Item Runner":"\u0639\u062f\u0627\u0621 \u0628\u0646\u062f QTI","QTI Test \u0022%s\u0022 publishing failed.":"\u0641\u0634\u0644 \u0646\u0634\u0631 \u0627\u0644\u0631\u0627\u0626\u0632 \u0022%s\u0022","QTI Test \u0022%s\u0022 successfully published.":"\u062a\u0645 \u0646\u0634\u0631 \u0627\u0644\u0631\u0627\u0626\u0632 \u0022%s\u0022 \u0628\u0646\u062c\u0627\u062d.","QTI Test Package 2.1":"\u062d\u0632\u0645\u0629 \u0627\u0644\u0631\u0627\u0626\u0632 QTI 2.1","QTI Test Package 2.2":"\u062d\u0632\u0645\u0629 \u0627\u0644\u0631\u0627\u0626\u0632 QTI 2.2","QTI\/APIP Test Content Package":"\u062d\u0632\u0645\u0629 \u0645\u062d\u062a\u0648\u0649 \u0627\u0644\u0631\u0627\u0626\u0632 QTI\/APIP","question":"\u0633\u0624\u0627\u0644","Question":"\u0633\u0624\u0627\u0644","questions":"\u0623\u0633\u0626\u0644\u0629","Queued":"\u0641\u064a \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0627\u0646\u062a\u0638\u0627\u0631","Rad":"Rad","Radian":"\u0631\u0627\u062f\u064a\u0627\u0646","random":"random","Random value":"\u0642\u064a\u0645\u0629 \u0639\u0634\u0648\u0627\u0626\u064a\u0629","Range field is required":"\u0646\u0637\u0627\u0642 \u0627\u0644\u0645\u062c\u0627\u0644","RDF":"\u0625\u0637\u0627\u0631 \u062a\u0648\u0635\u064a\u0641 \u0627\u0644\u0645\u0648\u0627\u0631\u062f","Reference":"\u0645\u0631\u062c\u0639","Refresh":"\u062a\u062d\u062f\u064a\u062b","Regenerate":"\u062a\u062c\u062f\u064a\u062f","Release":"\u0625\u0646\u062c\u0627\u0632","Releasing the lock might cause the work in progress by %s to be lost.":"\u0642\u062f \u064a\u0624\u062f\u064a \u0641\u062a\u062d \u0627\u0644\u0642\u0641\u0644 \u0625\u0644\u0649 \u0641\u0642\u062f \u0627\u0644\u0639\u0645\u0644 \u0627\u0644\u062c\u0627\u0631\u064a \u0628\u0648\u0627\u0633\u0637\u0629 %s.","Reload the page":"\u0623\u0639\u062f \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0635\u0641\u062d\u0629","remaining %s %s":"\u0627\u0644\u0645\u062a\u0628\u0642\u064a %s %s","Remind":"\u062a\u0630\u0643\u064a\u0631","Remind Last":"\u0622\u062e\u0631 \u062a\u0630\u0643\u064a\u0631","Remind the last value":"\u062a\u0630\u0643\u0631 \u0622\u062e\u0631 \u0642\u064a\u0645\u0629","Remind the next expression in the history":"\u062a\u0630\u0643\u064a\u0631 \u0627\u0644\u062a\u0639\u0628\u064a\u0631 \u0627\u0644\u062a\u0627\u0644\u064a \u0641\u064a \u0627\u0644\u0633\u062c\u0644","Remind the previous expression in the history":"\u062a\u0630\u0643\u064a\u0631 \u0627\u0644\u062a\u0639\u0628\u064a\u0631 \u0627\u0644\u0633\u0627\u0628\u0642 \u0641\u064a \u0627\u0644\u062a\u0627\u0631\u064a\u062e","Remind the recorded value":"\u062a\u0630\u0643\u0631 \u0627\u0644\u0642\u064a\u0645\u0629 \u0627\u0644\u0645\u0633\u062c\u0644\u0629","Remove":"\u0625\u0632\u0627\u0644\u0629","Remove criteria":"\u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u0645\u0639\u064a\u0627\u0631","Remove Item Reference":"\u0625\u0632\u0627\u0644\u0629 \u0645\u0631\u062c\u0639 \u0627\u0644\u0628\u0646\u062f","Remove Message":"\u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u0631\u0633\u0627\u0644\u0629","Remove Rubric Block":"\u0625\u0632\u0627\u0644\u0629 \u0642\u0627\u0644\u0628 \u0627\u0644\u0642\u0627\u0639\u062f\u0629","Remove Section":"\u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u062c\u0632\u0621","Remove Test Part":"\u0625\u0632\u0627\u0644\u0629 \u062c\u0632\u0621 \u0627\u0644\u0631\u0627\u0626\u0632","Remove this file":"\u0625\u0632\u0627\u0644\u0629 \u0647\u0630\u0627 \u0627\u0644\u0645\u0644\u0641","Removed %s directories":"\u062a\u0645\u062a \u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u062f\u0644\u0627\u0626\u0644 %s","Removed %s files":"\u062a\u0645\u062a \u0625\u0632\u0627\u0644\u0629 %s \u0645\u0644\u0641\u0627\u062a","Removing: %s":"\u0625\u0632\u0627\u0644\u0629: %s","Rename":"\u0625\u0639\u0627\u062f\u0629 \u062a\u0633\u0645\u064a\u0629","Repeat new password":"\u0643\u0631\u0631 \u0643\u0644\u0645\u0629 \u0627\u0644\u0633\u0631 \u0627\u0644\u062c\u062f\u064a\u062f\u0629","Repeat password":"\u0627\u0639\u062f \u0643\u0644\u0645\u0629 \u0627\u0644\u0633\u0631","Request a password reset via Email.":"\u0627\u0637\u0644\u0628 \u0625\u0639\u0627\u062f\u0629 \u062a\u0639\u064a\u064a\u0646 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0639\u0628\u0631 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a.","require notification ID":"\u062a\u062a\u0637\u0644\u0628 \u0645\u0639\u0631\u0641 \u0627\u0644\u0625\u0634\u0639\u0627\u0631","required":"\u0645\u0637\u0644\u0648\u0628","Required":"\u0645\u0637\u0644\u0648\u0628","Required field":"\u0645\u062c\u0627\u0644 \u0645\u0637\u0644\u0648\u0628","required length":"\u0627\u0644\u0637\u0648\u0644 \u0627\u0644\u0645\u0637\u0644\u0648\u0628","Requires":"\u064a\u062a\u0637\u0644\u0628","Reset":"\u0625\u0639\u0627\u062f\u0629 \u0636\u0628\u0637","Reset filters":"\u0625\u0639\u0627\u062f\u0629 \u062a\u0639\u064a\u064a\u0646 \u0627\u0644\u0645\u0641\u0631\u0632\u0627\u062a","Reset the range values":"\u0625\u0639\u0627\u062f\u0629 \u062a\u0639\u064a\u064a\u0646 \u0642\u064a\u0645 \u0627\u0644\u0646\u0637\u0627\u0642","Resource":"\u0645\u0648\u0631\u062f","Resource copied":"\u062a\u0645 \u0646\u0633\u062e \u0627\u0644\u0645\u0648\u0631\u062f","Resource deleted":"\u062a\u0645 \u062d\u0630\u0641 \u0627\u0644\u0645\u0648\u0631\u062f","Resource Identifier":"\u0645\u0639\u0631\u0641 \u0627\u0644\u0645\u0648\u0631\u062f","Resource Identifier could not be copied to the clipboard":"\u062a\u0639\u0630\u0631 \u0646\u0633\u062e \u0645\u0639\u0631\u0641 \u0627\u0644\u0645\u0648\u0631\u062f \u0625\u0644\u0649 \u0627\u0644\u062d\u0627\u0641\u0638\u0629","Resource Identifier has been copied to the clipboard":"\u062a\u0645 \u0646\u0633\u062e \u0645\u0639\u0631\u0641 \u0627\u0644\u0645\u0648\u0631\u062f \u0625\u0644\u0649 \u0627\u0644\u062d\u0627\u0641\u0638\u0629","Resource not imported due to multiple super classes":"\u0644\u0645 \u064a\u062a\u0645 \u0627\u0633\u062a\u064a\u0631\u0627\u062f \u0627\u0644\u0645\u0648\u0631\u062f \u0628\u0633\u0628\u0628 \u062a\u0639\u062f\u062f \u0627\u0644\u0623\u0642\u0633\u0627\u0645 \u0641\u0648\u0642 \u0627\u0644\u0639\u0627\u062f\u0629","Resource not imported due to multiple types":"\u0644\u0645 \u064a\u062a\u0645 \u0627\u0633\u062a\u064a\u0631\u0627\u062f \u0627\u0644\u0645\u0648\u0631\u062f \u0628\u0633\u0628\u0628 \u062a\u0639\u062f\u062f \u0627\u0644\u0623\u0646\u0648\u0627\u0639","Resource saved":"\u062a\u0645 \u062d\u0641\u0638 \u0627\u0644\u0645\u0648\u0631\u062f","Resource(s) successfully exported.":"\u062a\u0645 \u062a\u0635\u062f\u064a\u0631 \u0627\u0644\u0645\u0648\u0631\u062f (\u0627\u0644\u0645\u0648\u0627\u0631\u062f) \u0628\u0646\u062c\u0627\u062d.","resources":"\u0645\u0648\u0627\u0631\u062f","Resources moved":"\u0645\u0648\u0627\u0631\u062f \u0645\u0639\u0628\u0623\u0629 ","Resources successfully indexed":"\u0645\u0648\u0627\u0631\u062f \u0645\u0641\u0647\u0631\u0633\u0629 \u0628\u0646\u062c\u0627\u062d","Resources was not indexed":"\u0645\u0648\u0627\u0631\u062f \u0644\u0645 \u062a\u0641\u0647\u0631\u0633","Responsive mode":"\u0648\u0636\u0639\u064a\u0629 \u0627\u0644\u0627\u0633\u062a\u062c\u0627\u0628\u0629","Restore sound":"\u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0627\u0644\u0635\u0648\u062a","Return to sign in page":"\u0627\u0644\u0639\u0648\u062f\u0629 \u0625\u0644\u0649 \u0635\u0641\u062d\u0629 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644","Review":"\u0645\u0631\u0627\u062c\u0639\u0629","Review my Answers":"\u0645\u0631\u0627\u062c\u0639\u0629 \u062c\u0648\u0627\u0628\u064a","Right click the tree to manage your lists":"\u0627\u0633\u062a\u0639\u0645\u0644 \u0632\u0631 \u0627\u0644\u0646\u0642\u0631 \u064a\u0645\u064a\u0646\u0627 \u0644\u0625\u062f\u0627\u0631\u0629 \u0642\u0648\u0627\u0626\u0645\u0643","Right parenthesis":"\u0627\u0644\u0623\u0642\u0648\u0627\u0633 \u0627\u0644\u064a\u0645\u0646\u0649","Role saved":"\u0627\u0644\u062f\u0648\u0631 \u0627\u0644\u0645\u062d\u0641\u0648\u0638","Roles":"\u0623\u062f\u0648\u0627\u0631","Roles library":"\u0645\u0643\u062a\u0628\u0629 \u0627\u0644\u0623\u062f\u0648\u0627\u0631","round":"round","Round to closest whole number":"\u062a\u0642\u0631\u064a\u0628 \u0644\u0623\u0642\u0631\u0628 \u0639\u062f\u062f \u0635\u062d\u064a\u062d","Round to lower whole number":"\u062a\u0642\u0631\u064a\u0628 \u0644\u0644\u0639\u062f\u062f \u0627\u0644\u0635\u062d\u064a\u062d \u0627\u0644\u0635\u063a\u064a\u0631","Round to upper whole number":"\u062a\u0642\u0631\u064a\u0628 \u0644\u0644\u0639\u062f\u062f \u0627\u0644\u0635\u062d\u064a\u062d \u0627\u0644\u0623\u0643\u0628\u0631","Row %s":"\u0635\u0641 %s","Rubric Block":"\u0643\u062a\u0644\u0629 \u0627\u0644\u0642\u0627\u0639\u062f\u0629","Rubric Block Properties":"\u062e\u0635\u0627\u0626\u0635 \u0643\u062a\u0644\u0629 \u0627\u0644\u0642\u0648\u0627\u0639\u062f","Rubric Blocks":"\u0643\u062a\u0644\u0629 \u0627\u0644\u0642\u0648\u0627\u0639\u062f","Running task %s":"\u0645\u0647\u0645\u0629 \u0642\u064a\u062f \u0627\u0644\u062a\u0634\u063a\u064a\u0644 %s","Save":"\u0627\u062d\u0641\u0638","Saved":"\u062a\u0645 \u0627\u0644\u062d\u0641\u0638","Saved.":"\u062a\u0645 \u0627\u0644\u062d\u0641\u0638","Scientific Calculator":"\u0627\u0644\u062d\u0627\u0633\u0628\u0629 \u0627\u0644\u0639\u0644\u0645\u064a\u0629","Scope":"\u0646\u0637\u0627\u0642","Scorer":"\u062a\u0646\u0642\u064a\u0637","Scoring":"\u062a\u0646\u0642\u064a\u0637","Scratch Pad":"\u0627\u0644\u0630\u0627\u0643\u0631\u0629","Scratch pad":"\u0627\u0644\u0630\u0627\u0643\u0631\u0629","Scratchpad":"\u0627\u0644\u0630\u0627\u0643\u0631\u0629","Search":"\u0628\u062d\u062b","Search %s":"\u0628\u062d\u062b \u0641\u064a %s","Search by properties":"\u0627\u0644\u0628\u062d\u062b \u0639\u0646 \u0637\u0631\u064a\u0642 \u0627\u0644\u062e\u0635\u0627\u0626\u0635","Search sub-classes":"\u0628\u062d\u062b \u0627\u0644\u0623\u0642\u0633\u0627\u0645 \u0627\u0644\u0641\u0631\u0639\u064a\u0629","second":"\u062b\u0627\u0646\u064a\u0629","seconds":"\u062b\u0648\u0627\u0646\u064a","Section %d":"\u0642\u0633\u0645 %d","Section %d of %d":"\u0627\u0644\u0645\u0642\u0637\u0639 %d \u0645\u0646 %d","Section level category enables configuring the categories of its composing items all at once. A category in gray means that all items have that category. A category in white means that only a few items have that category.":"\u062a\u062a\u064a\u062d \u0641\u0626\u0629 \u0645\u0633\u062a\u0648\u0649 \u0627\u0644\u0642\u0633\u0645 \u062a\u0643\u0648\u064a\u0646 \u0641\u0626\u0627\u062a \u0627\u0644\u0628\u0646\u0648\u062f \u0627\u0644\u0645\u0643\u0648\u0646\u0629 \u0644\u0647\u0627 \u062f\u0641\u0639\u0629 \u0648\u0627\u062d\u062f\u0629. \u062a\u0639\u0646\u064a \u0627\u0644\u0641\u0626\u0629 \u0628\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0631\u0645\u0627\u062f\u064a \u0623\u0646 \u0643\u0644 \u0627\u0644\u0628\u0646\u0648\u062f \u0628\u0647\u0627 \u062a\u0644\u0643 \u0627\u0644\u0641\u0626\u0629. \u062a\u0639\u0646\u064a \u0627\u0644\u0641\u0626\u0629 \u0628\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0628\u064a\u0636 \u0623\u0646 \u0639\u062f\u062f\u064b\u0627 \u0642\u0644\u064a\u0644\u0627\u064b \u0641\u0642\u0637 \u0645\u0646 \u0627\u0644\u0628\u0646\u0648\u062f \u0628\u0647\u0627 \u0647\u0630\u0647 \u0627\u0644\u0641\u0626\u0629.","Section Properties":"\u062e\u0635\u0627\u0626\u0635 \u0627\u0644\u062c\u0632\u0621","Security":"\u0623\u0645\u0646","Security settings":"\u0627\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0627\u0645\u0627\u0646","select":"\u0627\u062e\u062a\u0631","Select":"\u0627\u062e\u062a\u0631","Select a blueprint":"\u0627\u062e\u062a\u0631 \u0627\u0644\u0637\u0628\u0627\u0639\u0629 \u0627\u0644\u0632\u0631\u0642\u0627\u0621","Select a class":"\u0627\u062e\u062a\u0631 \u0642\u0633\u0645\u0627","Select a destination":"\u0627\u062e\u062a\u0631 \u0648\u062c\u0647\u0629","Select a language":"\u0627\u062e\u062a\u0631 \u0627\u0644\u0644\u063a\u0629","Select Items":"\u0627\u062e\u062a\u0631 \u0627\u0644\u0628\u0646\u0648\u062f","Select loaded %s":"\u0627\u062e\u062a\u0631 \u0627\u0644\u062a\u062d\u0645\u064a\u0644 %s","Select the way the responses of your test should be processed":"\u062d\u062f\u062f \u0627\u0644\u0637\u0631\u064a\u0642\u0629 \u0627\u0644\u062a\u064a \u064a\u062c\u0628 \u0623\u0646 \u062a\u062a\u0645 \u0628\u0647\u0627 \u0645\u0639\u0627\u0644\u062c\u0629 \u0623\u062c\u0648\u0628\u0629 \u0627\u0644\u0631\u0627\u0626\u0632","Select this file":"\u0627\u062e\u062a\u0631 \u0647\u0630\u0627 \u0627\u0644\u0645\u0644\u0641","select...":"\u0627\u062e\u062a\u0631...","Selected":"\u062a\u0645 \u0627\u0644\u0627\u062e\u062a\u064a\u0627\u0631","Selected file:":":\u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0645\u062e\u062a\u0627\u0631-","Selection":"\u0627\u062e\u062a\u064a\u0627\u0631","Selection saved successfully":"\u062a\u0645 \u062d\u0641\u0638 \u0627\u0644\u0627\u062e\u062a\u064a\u0627\u0631 \u0628\u0646\u062c\u0627\u062d","self-locked":"\u0630\u0627\u062a\u064a \u0627\u0644\u0625\u0642\u0641\u0627\u0644","Send":"\u0623\u0631\u0633\u0644","Set outcome identifier the feedback block is related to":"\u062a\u0639\u064a\u064a\u0646 \u0645\u0639\u0631\u0641 \u0627\u0644\u0646\u062a\u064a\u062c\u0629 \u0627\u0644\u062a\u064a \u062a\u062a\u0639\u0644\u0642 \u0628\u0647\u0627 \u062d\u0632\u0645\u0629 \u0627\u0644\u062a\u0639\u0644\u064a\u0642\u0627\u062a","Set the cut score (or pass score ratio) associated to the test. It must be a float between 0 and 1.":"\u0642\u0645 \u0628\u062a\u0639\u064a\u064a\u0646 \u062f\u0631\u062c\u0629 \u0627\u0644\u0642\u0637\u0639 (\u0623\u0648 \u0646\u0633\u0628\u0629 \u0627\u0644\u0646\u062c\u0627\u062d) \u0627\u0644\u0645\u0631\u062a\u0628\u0637\u0629 \u0628\u0627\u0644\u0627\u062e\u062a\u0628\u0627\u0631. \u064a\u062c\u0628 \u0623\u0646 \u064a\u0643\u0648\u0646 \u0639\u062f\u062f\u064b\u0627 \u0639\u0634\u0631\u064a\u064b\u0627 \u0628\u064a\u0646 0 \u0648 1.","Set the rubric block as a feedback block":"\u0642\u0645 \u0628\u062a\u0639\u064a\u064a\u0646 \u0642\u0627\u0644\u0628 \u0627\u0644\u0645\u0639\u064a\u0627\u0631 \u063a\u064a\u0631 \u0627\u0644\u0642\u064a\u0627\u0633\u064a \u0643\u0643\u062a\u0644\u0629 \u0631\u062f\u0648\u062f \u0641\u0639\u0644","Set the trigonometric function to work in degrees":"\u0627\u0636\u0628\u0637 \u0627\u0644\u062f\u0627\u0644\u0629 \u0627\u0644\u0645\u062b\u0644\u062b\u064a\u0629 \u0644\u0644\u0639\u0645\u0644 \u0628\u0627\u0644\u062f\u0631\u062c\u0627\u062a","Set the trigonometric function to work in radians":"\u0627\u0636\u0628\u0637 \u0627\u0644\u062f\u0627\u0644\u0629 \u0627\u0644\u0645\u062b\u0644\u062b\u064a\u0629 \u0644\u062a\u0639\u0645\u0644 \u0628\u0648\u062d\u062f\u0627\u062a \u0627\u0644\u0631\u0627\u062f\u064a\u0627\u0646","Set the value of the outcome that will activate the feedback block":"\u0642\u0645 \u0628\u062a\u0639\u064a\u064a\u0646 \u0642\u064a\u0645\u0629 \u0627\u0644\u0646\u062a\u064a\u062c\u0629 \u0627\u0644\u062a\u064a \u0633\u062a\u0639\u0645\u0644 \u0639\u0644\u0649 \u062a\u0646\u0634\u064a\u0637 \u0643\u062a\u0644\u0629 \u0627\u0644\u062a\u0639\u0644\u064a\u0642\u0627\u062a","Set the weight identifier used to process the score":"\u0642\u0645 \u0628\u062a\u0639\u064a\u064a\u0646 \u0645\u0639\u0631\u0641 \u0627\u0644\u0648\u0632\u0646 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0644\u0645\u0639\u0627\u0644\u062c\u0629 \u0627\u0644\u0646\u062a\u064a\u062c\u0629","Set the XHTML-QTI class of the rubric block.":"\u0642\u0645 \u0628\u062a\u0639\u064a\u064a\u0646 \u0641\u0626\u0629 XHTML-QTI \u0644\u0643\u062a\u0644\u0629 \u0627\u0644\u0642\u0627\u0639\u062f\u0629.","Set the XHTML-QTI identifier of the rubric block.":"\u0642\u0645 \u0628\u062a\u0639\u064a\u064a\u0646 \u0645\u0639\u0631\u0641 XHTML-QTI \u0644\u0643\u062a\u0644\u0629 \u0627\u0644\u0642\u0627\u0639\u062f\u0629.","SetSynchronisationService successfully configured.":"\u062a\u0645 \u062a\u0643\u0648\u064a\u0646 SetSynchronisationService \u0628\u0646\u062c\u0627\u062d.","Settings":"\u0625\u0639\u062f\u0627\u062f\u0627\u062a","Settings updated":"\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a","Show detailed report":"\u0639\u0631\u0636 \u062a\u0642\u0631\u064a\u0631 \u0645\u0641\u0635\u0644","Show Feedback":"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u062a\u063a\u0630\u064a\u0629 \u0627\u0644\u0631\u0627\u062c\u0639\u0629","Show password":"\u0639\u0631\u0636 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631","Show Review":"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0645\u0631\u0627\u062c\u0639\u0629","Show Solution":"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u062d\u0644","Show the review screen":"\u0625\u0638\u0647\u0627\u0631 \u0645\u0631\u0627\u062c\u0639\u0629 \u0627\u0644\u0634\u0627\u0634\u0629","Show the solution once the answer is submitted.":"\u0627\u0639\u0631\u0636 \u0627\u0644\u062d\u0644 \u0628\u0645\u062c\u0631\u062f \u062a\u0642\u062f\u064a\u0645 \u0627\u0644\u0625\u062c\u0627\u0628\u0629.","Show timers":"\u0639\u0631\u0636 \u0636\u0628\u0637 \u0627\u0644\u0648\u0642\u062a","Show\/Hide the review screen":"\u0625\u0638\u0647\u0627\u0631 \/ \u0625\u062e\u0641\u0627\u0621 \u0634\u0627\u0634\u0629 \u0627\u0644\u0645\u0631\u0627\u062c\u0639\u0629","Shuffle":"\u0639\u062f\u0644","Sign change":"\u0642\u0645 \u0628\u0627\u0644\u062a\u063a\u064a\u064a\u0631","Simultaneous":"\u0645\u062a\u0632\u0627\u0645\u0646\u0629","sin":"sin","Sine":"\u0634\u0631\u0637","sinh":"sinh","Size":"\u062d\u062c\u0645","Skip":"\u062a\u062e\u0637\u0649","Skip & End Test":"\u062a\u062e\u0637\u064a \u0648\u0646\u0647\u0627\u064a\u0629 \u0627\u0644\u0631\u0627\u0626\u0632","Skip and end test":"\u062a\u062e\u0637\u064a \u0648\u0646\u0647\u0627\u064a\u0629 \u0627\u0644\u0631\u0627\u0626\u0632","Skip and go to the end of the test":"\u062a\u062e\u0637\u0649 \u0648\u0623\u0646\u0647\u064a \u0627\u0644\u0631\u0627\u0626\u0632","Skip and go to the next item":"\u062a\u062e\u0637\u0649 \u0648\u0627\u0646\u062a\u0642\u0644 \u0625\u0644\u0649 \u0627\u0644\u0628\u0646\u062f \u0627\u0644\u0645\u0648\u0627\u0644\u064a","Skip to the end of the test":"\u062a\u062e\u0637\u064a \u0625\u0644\u0649 \u0646\u0647\u0627\u064a\u0629 \u0627\u0644\u0631\u0627\u0626\u0632","Skip to the next item":"\u062a\u062e\u0637\u0649 \u0648\u0627\u0646\u062a\u0642\u0644 \u0625\u0644\u0649 \u0627\u0644\u062c\u0632\u0621 \u0627\u0644\u0645\u0648\u0627\u0644\u064a","Skip to the next section":"\u062a\u062e\u0637\u0649 \u0648\u0627\u0646\u062a\u0642\u0644 \u0625\u0644\u0649 \u0627\u0644\u0642\u0633\u0645 \u0627\u0644\u0645\u0648\u0627\u0644\u064a","Some resources have not been moved: %s":"\u0644\u0645 \u064a\u062a\u0645 \u0646\u0642\u0644 \u0628\u0639\u0636 \u0627\u0644\u0645\u0648\u0627\u0631\u062f: %s","Some rubric blocks have been updated to reflect the changes in the list of outcomes.":"\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0628\u0639\u0636 \u0645\u062c\u0645\u0648\u0639\u0627\u062a \u0642\u0648\u0627\u0639\u062f \u0627\u0644\u062a\u0642\u064a\u064a\u0645 \u0644\u062a\u0639\u0643\u0633 \u0627\u0644\u062a\u063a\u064a\u064a\u0631\u0627\u062a \u0641\u064a \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0646\u062a\u0627\u0626\u062c.","Something unexpected happened.":"\u062d\u062f\u062b \u0634\u064a\u0621 \u063a\u064a\u0631 \u0645\u062a\u0648\u0642\u0639.","Something went wrong...":"\u0647\u0646\u0627\u0643 \u062e\u0637\u0623 \u0645\u0627...","Sources that can embed this platform in an iFrame":"\u0627\u0644\u0645\u0635\u0627\u062f\u0631 \u0627\u0644\u062a\u064a \u064a\u0645\u0643\u0646\u0647\u0627 \u062a\u0636\u0645\u064a\u0646 \u0647\u0630\u0647 \u0627\u0644\u0645\u0646\u0635\u0629 \u0641\u064a iFrame","Speech speed":"\u0633\u0631\u0639\u0629 \u0627\u0644\u0643\u0644\u0627\u0645","Speed":"\u0633\u0631\u0639\u0629","Square root":"\u0627\u0644\u062c\u0630\u0631 \u0627\u0644\u062a\u0631\u0628\u064a\u0639\u064a","Start of document reached. Continuing from the end.":"\u0628\u062f\u0627\u064a\u0629 \u0627\u0644\u0645\u0633\u062a\u0646\u062f \u0627\u0644\u0645\u062a\u0627\u062d. \u0627\u0633\u062a\u0645\u0631\u0627\u0631 \u0645\u0646 \u0627\u0644\u0646\u0647\u0627\u064a\u0629.","Start Test-part":"\u0627\u0628\u062f\u0623 \u062c\u0632\u0621 \u0627\u0644\u0631\u0627\u0626\u0632","Status":"\u0627\u0644\u062d\u0627\u0644\u0629","Status of":"\u062d\u0627\u0644\u0629 ","Step 1: Download the file (see below when available).":"\u0627\u0644\u062e\u0637\u0648\u0629 1: \u0642\u0645 \u0628\u062a\u0646\u0632\u064a\u0644 \u0627\u0644\u0645\u0644\u0641 (\u0627\u0646\u0638\u0631 \u0623\u062f\u0646\u0627\u0647 \u0639\u0646\u062f\u0645\u0627 \u064a\u0643\u0648\u0646 \u0630\u0644\u0643 \u0645\u062a\u0627\u062d\u064b\u0627).","Step 2: When you are online again, please send the downloaded file to receptionbaseline@nfer.ac.uk together with the ":"\u0627\u0644\u062e\u0637\u0648\u0629 2: \u0639\u0646\u062f\u0645\u0627 \u062a\u0643\u0648\u0646 \u0645\u062a\u0635\u0644\u0627\u064b \u0628\u0627\u0644\u0625\u0646\u062a\u0631\u0646\u062a \u0645\u0631\u0629 \u0623\u062e\u0631\u0649 \u060c \u064a\u0631\u062c\u0649 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0630\u064a \u062a\u0645 \u062a\u0646\u0632\u064a\u0644\u0647 \u0625\u0644\u0649 Receptionbaseline@nfer.ac.uk ","Step 3: Once you have downloaded the file you can close the browser window. Do not do anything further with the assessment whilst it shows as \u0022in progress\u0022; the status will be updated once the helpline has uploaded the file.":"\u0627\u0644\u062e\u0637\u0648\u0629 3: \u0628\u0645\u062c\u0631\u062f \u062a\u0646\u0632\u064a\u0644 \u0627\u0644\u0645\u0644\u0641 \u060c \u064a\u0645\u0643\u0646\u0643 \u0625\u063a\u0644\u0627\u0642 \u0646\u0627\u0641\u0630\u0629 \u0627\u0644\u0645\u062a\u0635\u0641\u062d. \u0644\u0627 \u062a\u0641\u0639\u0644 \u0623\u064a \u0634\u064a\u0621 \u0622\u062e\u0631 \u0641\u064a\u0645\u0627 \u064a\u062a\u0639\u0644\u0642 \u0628\u0627\u0644\u062a\u0642\u064a\u064a\u0645 \u0639\u0646\u062f\u0645\u0627 \u064a\u0638\u0647\u0631 \u0639\u0644\u0649 \u0623\u0646\u0647 \u0022\u0642\u064a\u062f \u0627\u0644\u062a\u0642\u062f\u0645\u0022 \u061b \u0633\u064a\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u062d\u0627\u0644\u0629 \u0628\u0645\u062c\u0631\u062f \u0623\u0646 \u064a\u0642\u0648\u0645 \u062e\u0637 \u0627\u0644\u0645\u0633\u0627\u0639\u062f\u0629 \u0628\u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0645\u0644\u0641.","Stop":"\u0642\u0641","Store":"\u062e\u0632\u0646","Store the value a variable":"\u062a\u062e\u0632\u064a\u0646 \u0627\u0644\u0642\u064a\u0645\u0629 \u0645\u062a\u063a\u064a\u0631","string":"\u062e\u064a\u0637","Submission":"\u062a\u0633\u0644\u064a\u0645","Submit":"\u0625\u0631\u0633\u0627\u0644","Submit and go to the end of the test":"\u0623\u0631\u0633\u0644 \u0648\u0627\u0646\u062a\u0642\u0644 \u0625\u0644\u0649 \u0646\u0647\u0627\u064a\u0629\u0627\u0644\u0631\u0627\u0626\u0632","Submit and go to the item %s":"\u0623\u0631\u0633\u0644 \u0648\u0627\u0646\u062a\u0642\u0644 \u0625\u0644\u0649 \u0627\u0644\u0628\u0646\u062f %s","Submit and go to the next item":"\u0623\u0631\u0633\u0644 \u0648\u0627\u0646\u062a\u0642\u0644 \u0625\u0644\u0649 \u0627\u0644\u0628\u0646\u062f \u0627\u0644\u062a\u0627\u0644\u064a","Submit and go to the previous item":"\u0625\u0631\u0633\u0627\u0644 \u0648\u0627\u0644\u0631\u062c\u0648\u0639 \u0625\u0644\u0649 \u0627\u0644\u0628\u0646\u062f \u0627\u0644\u0633\u0627\u0628\u0642","SUBMIT THE TEST":"\u0642\u0645 \u0628\u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0631\u0627\u0626\u0632","SUBMIT THIS PART":"\u0642\u0645 \u0628\u0625\u0631\u0633\u0627\u0644 \u0647\u0630\u0627 \u0627\u0644\u062c\u0632\u0621 \u0645\u0646 \u0627\u0644\u0631\u0627\u0626\u0632","Success":"\u0646\u062c\u0627\u062d","Successfully cloned instance as %s":"\u062a\u0645 \u0627\u0633\u062a\u0646\u0633\u0627\u062e \u0627\u0644\u0645\u062b\u064a\u0644 \u0628\u0646\u062c\u0627\u062d \u0643\u0640 %s","Successfully deleted %s":"\u062a\u0645 \u062d\u0630\u0641 %s \u0628\u0646\u062c\u0627\u062d","Successfully imported \u0022%s":"\u062a\u0645 \u0628\u0646\u062c\u0627\u062d \u0627\u0633\u062a\u064a\u0631\u0627\u062f \u0022%s","Successfully imported %s tripples":"\u062a\u0645 \u0627\u0633\u062a\u064a\u0631\u0627\u062f %s \u0645\u062b\u0644\u062b\u0627\u062a \u0628\u0646\u062c\u0627\u062d","Successfully imported class \u0022%s":"\u062a\u0645 \u0627\u0633\u062a\u064a\u0631\u0627\u062f \u0627\u0644\u0642\u0633\u0645 \u0022%s \u0628\u0646\u062c\u0627\u062d","Successfully updated %s client translation bundles":"\u062a\u0645 \u0628\u0646\u062c\u0627\u062d \u062a\u062d\u062f\u064a\u062b \u0631\u0632\u0645 \u062a\u0631\u062c\u0645\u0629 \u0627\u0644\u0632\u0628\u0648\u0646 %s","Supported export formats":"\u0635\u064a\u063a \u0627\u0644\u0627\u0633\u062a\u064a\u0631\u0627\u062f \u0627\u0644\u0645\u0639\u062a\u0645\u062f\u0629","SVG image":"\u0635\u0648\u0631\u0629 SVG","Syntax error":"\u062e\u0637\u0623 \u0641\u064a \u0628\u0646\u0627\u0621 \u0627\u0644\u062c\u0645\u0644\u0629","tan":"tan","Tangent":"\u0645\u0645\u0627\u0633","tanh":"tanh","Tao Default Theme":"\u0627\u0644\u0645\u0648\u0636\u0648\u0639 \u0627\u0644\u0645\u0639\u062a\u0627\u062f TAO","TAO Home":"\u0627\u0644\u0635\u0641\u062d\u0629 \u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629 TAO","TAO Login":"TAO \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644","TAO platform is already on live mode since %s":" TAO \u0645\u0646\u0635\u0629 \u0642\u064a\u062f \u0627\u0644\u062a\u0634\u063a\u064a\u0644 \u0628\u0627\u0644\u0641\u0639\u0644 \u0641\u064a \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u0645\u0628\u0627\u0634\u0631 \u0645\u0646\u0630 %s","TAO platform is already on maintenance mode since %s":" TAO \u0645\u0646\u0635\u0629 \u0641\u064a \u0648\u0636\u0639 \u0627\u0644\u0635\u064a\u0627\u0646\u0629 \u0628\u0627\u0644\u0641\u0639\u0644 \u0645\u0646\u0630 %s","TAO platform is live since %s.":"\u0645\u0646\u0635\u0629 TAO \u0646\u0634\u0637 \u0645\u0646\u0630 %s.","TAO platform is now live. It was in maintenance since %s":"\u0645\u0646\u0635\u0629 TAO \u062a\u0639\u0645\u0644 \u0627\u0644\u0622\u0646.\u0643\u0627\u0646 \u0642\u064a\u062f \u0627\u0644\u0635\u064a\u0627\u0646\u0629 \u0645\u0646\u0630 %s","TAO platform is now under maintenance. It was in maintenance since %s":"\u0645\u0646\u0635\u0629 TAO \u0647\u064a \u0627\u0644\u0622\u0646 \u062a\u062d\u062a \u0627\u0644\u0635\u064a\u0627\u0646\u0629. \u0643\u0627\u0646 \u0642\u064a\u062f \u0627\u0644\u0635\u064a\u0627\u0646\u0629 \u0645\u0646\u0630 %s","TAO platform is under maintenance since %s":"\u0645\u0646\u0635\u0629 TAO \u062a\u062d\u062a \u0627\u0644\u0635\u064a\u0627\u0646\u0629 \u0645\u0646\u0630 %s","Task %s has been cancelled, message was not processed.":"\u062a\u0645 \u0625\u0644\u063a\u0627\u0621 \u0627\u0644\u0645\u0647\u0627\u0645 %s\u060c \u0627\u0644\u0631\u0633\u0627\u0644\u0629 \u0644\u0645 \u064a\u062a\u0645 \u0645\u0639\u0627\u0644\u062c\u062a\u0647\u0627","task created":"\u0645\u0647\u0627\u0645 \u062a\u0645 \u0625\u0646\u0634\u0627\u0624\u0647\u0627","Task Listing":"\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0645\u0647\u0627\u0645","Task Name":"\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0623\u0633\u0645\u0627\u0621","Task not found":"\u0644\u0645 \u064a\u062a\u0645 \u0627\u0644\u0639\u062b\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0645\u0647\u0645\u0629","Task not returned any report.":"\u0644\u0645 \u064a\u062a\u0645 \u0625\u0631\u062c\u0627\u0639 \u0627\u0644\u0645\u0647\u0645\u0629 \u0644\u0623\u064a \u062a\u0642\u0631\u064a\u0631.","technical":"\u062a\u0642\u0646\u064a","Term":"\u0645\u0635\u0637\u0644\u062d","Test":"\u0631\u0627\u0626\u0632","Test constructor":"\u0645\u0639\u062f \u0627\u0644\u0631\u0627\u0626\u0632","Test metadata successfully exported.":"\u062a\u0645 \u062a\u0635\u062f\u064a\u0631 \u0628\u064a\u0627\u0646\u0627\u062a \u062a\u0639\u0631\u064a\u0641 \u0627\u0644\u0631\u0627\u0626\u0632 \u0628\u0646\u062c\u0627\u062d.","Test Navigation":"\u0627\u062e\u062a\u0628\u0627\u0631 \u0627\u0644\u062a\u0635\u0641\u062d","Test Part Properties":"\u0627\u062e\u062a\u0628\u0627\u0631 \u062e\u0635\u0627\u0626\u0635 \u0627\u0644\u062c\u0632\u0621","Test Preview is not installed, please contact to your administrator.":"\u0644\u0645 \u064a\u062a\u0645 \u062a\u062b\u0628\u064a\u062a Test Preview \u060c \u064a\u0631\u062c\u0649 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0627\u0644\u0645\u0633\u0624\u0648\u0644.","Test Saved":"\u062a\u0645 \u062d\u0641\u0638 \u0627\u0644\u0631\u0627\u0626\u0632","Test status":"\u062d\u0627\u0644\u0629 \u0627\u0644\u0631\u0627\u0626\u0632","Test status and review structure":"\u062d\u0627\u0644\u0629 \u0627\u0644\u0631\u0627\u0626\u0632 \u0648\u0628\u0646\u064a\u0629 \u0627\u0644\u0645\u0631\u0627\u062c\u0639\u0629","Test Status and Structure":"\u062d\u0627\u0644\u0629 \u0627\u0644\u0631\u0627\u0626\u0632 \u0648\u0628\u0646\u064a\u0629 \u0627\u0644\u0645\u0631\u0627\u062c\u0639\u0629","Test-Taker Tools":"\u0623\u062f\u0648\u0627\u062a \u0627\u0644\u0631\u0627\u0626\u0632","Tests":"\u0627\u0644\u0631\u0648\u0627\u0626\u0632","Text - Long - Box":"\u0646\u0635 - \u0637\u0648\u064a\u0644 - \u0635\u0646\u062f\u0648\u0642","Text - Long - HTML editor":"\u0646\u0635 - \u0637\u0648\u064a\u0644 - \u0645\u062d\u0631\u0631 HTML","Text - Short - Field":"\u0646\u0635 - \u0642\u0635\u064a\u0631 - \u062d\u0642\u0644","Text content":"\u0645\u0635\u0645\u0648\u0646 \u0627\u0644\u0646\u0635","Text To Speech":"\u0646\u0635 \u0644\u0644\u0642\u0631\u0627\u0621\u0629","Text to Speech":"\u0646\u0635 \u0644\u0644\u0642\u0631\u0627\u0621\u0629","that was being taken.":"\u0627\u0644\u062a\u064a \u062a\u0645 \u0627\u062a\u062e\u0627\u0630\u0647\u0627.","The \u0027imsmanifest.xml\u0027 file found in the archive is not valid.":"\u0627\u0644\u0645\u0644\u0641 \u0022imsmanifest.xml\u0022 \u0627\u0644\u0645\u0648\u062c\u0648\u062f \u0641\u064a \u0627\u0644\u0623\u0631\u0634\u064a\u0641 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d.","The action will be applied to":"\u0633\u064a\u062a\u0645 \u062a\u0637\u0628\u064a\u0642 \u0627\u0644\u0625\u062c\u0631\u0627\u0621 \u0639\u0644\u0649","The action will be applied to the following":"\u0633\u064a\u062a\u0645 \u062a\u0637\u0628\u064a\u0642 \u0627\u0644\u0625\u062c\u0631\u0627\u0621 \u0639\u0644\u0649 \u0645\u0627 \u064a\u0644\u064a","The action will not be applied to ":"\u0644\u0646 \u064a\u062a\u0645 \u062a\u0637\u0628\u064a\u0642 \u0627\u0644\u0625\u062c\u0631\u0627\u0621 \u0639\u0644\u0649","The action will not be applied to the following":"\u0644\u0646 \u064a\u062a\u0645 \u062a\u0637\u0628\u064a\u0642 \u0627\u0644\u0625\u062c\u0631\u0627\u0621 \u0639\u0644\u0649 \u0645\u0627 \u064a\u0644\u064a","the assessment (LCL or Mathematics)":"\u0627\u0644\u062a\u0642\u064a\u064a\u0645 (LCL \u0623\u0648 \u0627\u0644\u0631\u064a\u0627\u0636\u064a\u0627\u062a)","The assessment has been created but is not already running.":"\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u062a\u0642\u064a\u064a\u0645 \u0648\u0644\u0643\u0646\u0647 \u0644\u064a\u0633 \u0642\u064a\u062f \u0627\u0644\u062a\u0634\u063a\u064a\u0644 \u0628\u0627\u0644\u0641\u0639\u0644.","The assessment has been suspended by an authorized proctor. If you wish to resume your assessment, please relaunch it and contact your proctor if required.":"\u062a\u0645 \u062a\u0639\u0644\u064a\u0642 \u0627\u0644\u062a\u0642\u064a\u064a\u0645 \u0645\u0646 \u0642\u0628\u0644 \u0645\u0631\u0627\u0642\u0628 \u0645\u0639\u062a\u0645\u062f. \u0625\u0630\u0627 \u0643\u0646\u062a \u062a\u0631\u063a\u0628 \u0641\u064a \u0627\u0633\u062a\u0626\u0646\u0627\u0641 \u0627\u0644\u062a\u0642\u064a\u064a\u0645 \u060c \u064a\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u0625\u0637\u0644\u0627\u0642\u0647 \u0648\u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0627\u0644\u0645\u0631\u0627\u0642\u0628 \u0627\u0644\u062e\u0627\u0635 \u0628\u0643 \u0625\u0630\u0627 \u0644\u0632\u0645 \u0627\u0644\u0623\u0645\u0631.","The assessment has been suspended. To resume your assessment, please relaunch it and contact your proctor if required.":"\u062a\u0645 \u062a\u0639\u0644\u064a\u0642 \u0627\u0644\u062a\u0642\u064a\u064a\u0645. \u0644\u0627\u0633\u062a\u0626\u0646\u0627\u0641 \u0627\u0644\u062a\u0642\u064a\u064a\u0645 \u060c \u064a\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u0625\u0637\u0644\u0627\u0642\u0647 \u0648\u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0627\u0644\u0645\u0631\u0627\u0642\u0628 \u0625\u0630\u0627 \u0644\u0632\u0645 \u0627\u0644\u0623\u0645\u0631.","The assessment has been suspended. To resume your assessment, please relaunch it.":"\u062a\u0645 \u062a\u0639\u0644\u064a\u0642 \u0627\u0644\u062a\u0642\u064a\u064a\u0645. \u0644\u0627\u0633\u062a\u0626\u0646\u0627\u0641 \u0627\u0644\u062a\u0642\u064a\u064a\u0645 \u0627\u0644\u062e\u0627\u0635 \u0628\u0643 \u060c \u064a\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u0625\u0637\u0644\u0627\u0642\u0647.","The assessment has been terminated.":"\u062a\u0645 \u0625\u0646\u0647\u0627\u0621 \u0627\u0644\u062a\u0642\u064a\u064a\u0645.","The assessment has been terminated. You cannot interact with it anymore.":"\u062a\u0645 \u0625\u0646\u0647\u0627\u0621 \u0627\u0644\u062a\u0642\u064a\u064a\u0645. \u0644\u0627 \u064a\u0645\u0643\u0646\u0643 \u0627\u0644\u062a\u0641\u0627\u0639\u0644 \u0645\u0639\u0647 \u0628\u0639\u062f \u0627\u0644\u0622\u0646.","The assessment is still running.":"\u0627\u0644\u062a\u0642\u064a\u064a\u0645 \u0644\u0627 \u064a\u0632\u0627\u0644 \u0642\u064a\u062f \u0627\u0644\u062a\u0634\u063a\u064a\u0644.","The candidate is not allowed to submit invalid responses.":"\u0644\u0627 \u064a\u0633\u0645\u062d \u0644\u0644\u0645\u0631\u0634\u062d \u0628\u062a\u0642\u062f\u064a\u0645 \u0631\u062f\u0648\u062f \u063a\u064a\u0631 \u0635\u062d\u064a\u062d\u0629.","The column ":"\u0627\u0644\u0639\u0645\u0648\u062f","The connection seems to be back, please proceed":"\u064a\u0628\u062f\u0648 \u0623\u0646 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0642\u062f \u0639\u0627\u062f \u060c \u064a\u0631\u062c\u0649 \u0627\u0644\u0645\u062a\u0627\u0628\u0639\u0629","the current question":"\u0627\u0644\u0633\u0624\u0627\u0644 \u0627\u0644\u062d\u0627\u0644\u064a","The dependency to the IMS QTI AssessmentItemRef \u0022%s\u0022 in the IMS Manifest file could not be resolved.":"\u062a\u0639\u0630\u0631 \u062d\u0644 \u062a\u0628\u0639\u064a\u0629 \u0022%s\u0022 \u0644\u0640 IMS QTI AssessmentItemRef \u0641\u064a \u0645\u0644\u0641 IMS Manifest.","The download will be available in %d<\/strong> seconds":"\u0633\u064a\u0643\u0648\u0646 \u0627\u0644\u062a\u0646\u0632\u064a\u0644 \u0645\u062a\u0627\u062d\u064b\u0627 \u0641\u064a \u063a\u0636\u0648\u0646 %d<\/strong> \u062b\u0627\u0646\u064a\u0629","The following criteria are not applicable to the selected class and have been removed from the search":"\u0627\u0644\u0645\u0639\u0627\u064a\u064a\u0631 \u0627\u0644\u062a\u0627\u0644\u064a\u0629 \u0644\u0627 \u062a\u0646\u0637\u0628\u0642 \u0639\u0644\u0649 \u0627\u0644\u0642\u0633\u0645 \u0627\u0644\u0645\u062e\u062a\u0627\u0631 \u0648\u062a\u0645\u062a \u0625\u0632\u0627\u0644\u062a\u0647\u0627 \u0645\u0646 \u0627\u0644\u0628\u062d\u062b","The following identifiers are not unique accross the test : %s":"\u0627\u0644\u0645\u0639\u0631\u0641\u0627\u062a \u0627\u0644\u062a\u0627\u0644\u064a\u0629 \u0644\u064a\u0633\u062a \u0641\u0631\u064a\u062f\u0629 \u0639\u0628\u0631 \u0627\u0644\u0631\u0648\u0627\u0626\u0632: %s","The format of this field is not valid.":"\u062a\u0646\u0633\u064a\u0642 \u0647\u0630\u0627 \u0627\u0644\u062d\u0642\u0644 \u063a\u064a\u0631 \u0645\u0636\u0628\u0648\u0637.","The identifier of the item reference.":"\u0645\u0639\u0631\u0651\u0641 \u0645\u0631\u062c\u0639 \u0627\u0644\u0628\u0646\u062f.","The identifier of the section.":"\u0645\u0639\u0631\u0651\u0641 \u0627\u0644\u0642\u0633\u0645.","The imported file is not properly UTF-8 encoded.":"\u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0630\u064a \u062a\u0645 \u0627\u0633\u062a\u064a\u0631\u0627\u062f\u0647 \u0644\u064a\u0633 \u0628\u062a\u0631\u0645\u064a\u0632 UTF-8 \u0628\u0634\u0643\u0644 \u0635\u062d\u064a\u062d.","The IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file was already stored in the Item Bank.":"\u062a\u0645 \u062a\u062e\u0632\u064a\u0646 \u0628\u0646\u062f IMS QTI \u0627\u0644\u0645\u0634\u0627\u0631 \u0625\u0644\u064a\u0647 \u0643\u0640 \u0022%s\u0022 \u0641\u064a \u0645\u0644\u0641 IMS Manifest \u0628\u0627\u0644\u0641\u0639\u0644 \u0641\u064a Item Bank.","The IMS QTI Test Package could not be imported.":"\u062a\u0639\u0630\u0631 \u0627\u0633\u062a\u064a\u0631\u0627\u062f \u062d\u0632\u0645\u0629 \u0627\u0644\u0631\u0627\u0626\u0632 IMS QTI.","The IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file could not be imported.":"\u062a\u0639\u0630\u0631 \u0627\u0633\u062a\u064a\u0631\u0627\u062f \u0627\u0644\u0631\u0627\u0626\u0632 IMS QTI \u0627\u0644\u0645\u0634\u0627\u0631 \u0625\u0644\u064a\u0647 \u0643\u0640 \u0022%s\u0022 \u0641\u064a \u0645\u0644\u0641 IMS Manifest.","The index identifier should not be empty":"\u064a\u062c\u0628 \u0623\u0644\u0627 \u064a\u0643\u0648\u0646 \u0645\u0639\u0631\u0641 \u0627\u0644\u0641\u0647\u0631\u0633 \u0641\u0627\u0631\u063a\u064b\u0627","The lock has been released":"\u062a\u0645 \u062a\u062d\u0631\u064a\u0631 \u0627\u0644\u0642\u0641\u0644","The navigation mode determines the general paths that the candidate may take. A linear mode restricts the candidate to attempt each item in turn. Non Linear removes this restriction.":"\u064a\u062d\u062f\u062f \u0648\u0636\u0639 \u0627\u0644\u062a\u0646\u0642\u0644 \u0627\u0644\u0645\u0633\u0627\u0631\u0627\u062a \u0627\u0644\u0639\u0627\u0645\u0629 \u0627\u0644\u062a\u064a \u0642\u062f \u064a\u0633\u0644\u0643\u0647\u0627 \u0627\u0644\u0645\u0631\u0634\u062d. \u064a\u0642\u064a\u062f \u0627\u0644\u0646\u0645\u0648\u0630\u062c \u0627\u0644\u062e\u0637\u064a \u0627\u0644\u0645\u0631\u0634\u062d \u0644\u0645\u062d\u0627\u0648\u0644\u0629 \u0643\u0644 \u0639\u0646\u0635\u0631 \u0628\u062f\u0648\u0631\u0647. \u063a\u064a\u0631 \u0627\u0644\u062e\u0637\u064a\u0629 \u0625\u0632\u0627\u0644\u0629 \u0647\u0630\u0627 \u0627\u0644\u0642\u064a\u062f.","The number of child elements to be selected.":"\u0639\u062f\u062f \u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0641\u0631\u0639\u064a\u0629 \u0627\u0644\u0645\u0637\u0644\u0648\u0628 \u062a\u062d\u062f\u064a\u062f\u0647\u0627.","The outcome \u0022%s\u0022 does not exist, but it is referenced by a feedback block!":"\u0627\u0644\u0646\u062a\u064a\u062c\u0629 \u0022%s\u0022 \u063a\u064a\u0631 \u0645\u0648\u062c\u0648\u062f\u0629 \u060c \u0648\u0644\u0643\u0646 \u062a\u0645\u062a \u0627\u0644\u0625\u0634\u0627\u0631\u0629 \u0625\u0644\u064a\u0647\u0627 \u0628\u0648\u0627\u0633\u0637\u0629 \u0643\u062a\u0644\u0629 \u0645\u0644\u0627\u062d\u0638\u0627\u062a!","The outcomes have been regenerated!":"\u062a\u0645 \u062a\u062c\u062f\u064a\u062f \u0627\u0644\u0646\u062a\u0627\u0626\u062c!","The principle identifier of the test.":"\u0627\u0644\u0645\u0639\u0631\u0641 \u0627\u0644\u0623\u0633\u0627\u0633\u064a \u0644\u0644\u0631\u0627\u0626\u0632.","The properties of the source class will be replaced by those of the destination class. This might result in a loss of metadata. Continue anyway?":"\u0633\u064a\u062a\u0645 \u0627\u0633\u062a\u0628\u062f\u0627\u0644 \u062e\u0635\u0627\u0626\u0635 \u0641\u0626\u0629 \u0627\u0644\u0645\u0635\u062f\u0631 \u0628\u062e\u0635\u0627\u0626\u0635 \u0641\u0626\u0629 \u0627\u0644\u0648\u062c\u0647\u0629. \u0642\u062f \u064a\u0624\u062f\u064a \u0647\u0630\u0627 \u0625\u0644\u0649 \u0641\u0642\u062f\u0627\u0646 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0648\u0635\u0641\u064a\u0629. \u0647\u0644 \u062a\u0631\u064a\u062f \u0627\u0644\u0627\u0633\u062a\u0645\u0631\u0627\u0631 \u0639\u0644\u0649 \u0623\u064a \u062d\u0627\u0644\u061f","The provided archive is invalid. Make sure it is not corrupted and that it contains an \u0027imsmanifest.xml\u0027 file.":"\u0627\u0644\u0623\u0631\u0634\u064a\u0641 \u0627\u0644\u0645\u0642\u062f\u0645 \u063a\u064a\u0631 \u0645\u0636\u0628\u0648\u0637. \u062a\u0623\u0643\u062f \u0645\u0646 \u0623\u0646\u0647 \u063a\u064a\u0631 \u062a\u0627\u0644\u0641 \u0648\u0623\u0646\u0647 \u064a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 \u0645\u0644\u0641 \u0022imsmanifest.xml\u0022.","The QTI Test \u0027%s\u0027 to be compiled must contain at least 1 QTI Item. None found.":"\u064a\u062c\u0628 \u0623\u0646 \u064a\u062d\u062a\u0648\u064a \u0631\u0627\u0626\u0632 QTI \u0027%s\u0027 \u0627\u0644\u0645\u0631\u0627\u062f \u062a\u0631\u062c\u0645\u062a\u0647 \u0639\u0644\u0649 \u0628\u0646\u062f QTI \u0648\u0627\u062d\u062f \u0639\u0644\u0649 \u0627\u0644\u0623\u0642\u0644. \u0644\u0627 \u0634\u064a\u0621 \u0648\u062c\u062f.","The QTI test could not be retrieved correctly.":"\u0644\u0627 \u064a\u0645\u0643\u0646 \u0627\u0633\u062a\u0631\u062c\u0627\u0639 \u0627\u0644\u0631\u0627\u0626\u0632 QTI \u0628\u0634\u0643\u0644 \u0635\u062d\u064a\u062d.","The QTI Test XML or one of its dependencies is malformed or empty.":"\u0645\u0644\u0641 XML \u0644\u0627\u062e\u062a\u0628\u0627\u0631 QTI \u0623\u0648 \u0623\u062d\u062f \u062a\u0628\u0639\u064a\u0627\u062a\u0647 \u063a\u064a\u0631 \u0635\u062d\u064a\u062d \u0623\u0648 \u0641\u0627\u0631\u063a.","The QTI-XML test could not be written correctly.":"\u062a\u0639\u0630\u0631 \u0643\u062a\u0627\u0628\u0629 \u0627\u0644\u0631\u0627\u0626\u0632 QTI-XML \u0628\u0634\u0643\u0644 \u0635\u062d\u064a\u062d.","The reference.":"\u0627\u0644\u0645\u0631\u062c\u0639.","The resources related to the IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file were rolled back.":"\u062a\u0645 \u0625\u0631\u062c\u0627\u0639 \u0627\u0644\u0645\u0648\u0627\u0631\u062f \u0627\u0644\u0645\u062a\u0639\u0644\u0642\u0629 \u0628\u0627\u0644\u0631\u0627\u0626\u0632 IMS QTI \u0627\u0644\u0645\u0634\u0627\u0631 \u0625\u0644\u064a\u0647 \u0643\u0640 \u0022%s\u0022 \u0641\u064a \u0645\u0644\u0641 IMS Manifest.","The score will be processed for the entire test. A sum of all SCORE outcomes will be computed and divided by the sum of MAX SCORE, the result will be compared to the cut score (or pass ratio), then the PASS_TOTAL outcome will be set accordingly.":"\u0633\u062a\u062a\u0645 \u0645\u0639\u0627\u0644\u062c\u0629 \u0627\u0644\u0646\u062a\u064a\u062c\u0629 \u0644\u0644\u0631\u0627\u0626\u0632 \u0628\u0623\u0643\u0645\u0644\u0647. \u0633\u064a\u062a\u0645 \u062d\u0633\u0627\u0628 \u0645\u062c\u0645\u0648\u0639 \u062c\u0645\u064a\u0639 \u0646\u062a\u0627\u0626\u062c SCORE \u0648\u0642\u0633\u0645\u062a\u0647\u0627 \u0639\u0644\u0649 \u0645\u062c\u0645\u0648\u0639 MAX SCORE \u060c \u0648\u0633\u062a\u062a\u0645 \u0645\u0642\u0627\u0631\u0646\u0629 \u0627\u0644\u0646\u062a\u064a\u062c\u0629 \u0628\u0646\u062a\u064a\u062c\u0629 \u0627\u0644\u0642\u0637\u0639 (\u0623\u0648 \u0646\u0633\u0628\u0629 \u0627\u0644\u0646\u062c\u0627\u062d) \u060c \u062b\u0645 \u0633\u064a\u062a\u0645 \u062a\u0639\u064a\u064a\u0646 \u0646\u062a\u064a\u062c\u0629 PASS_TOTAL \u0648\u0641\u0642\u064b\u0627 \u0644\u0630\u0644\u0643.","The score will be processed for the entire test. A sum of all SCORE outcomes will be computed, the result will take place in the SCORE_TOTAL outcome.":"\u0633\u062a\u062a\u0645 \u0645\u0639\u0627\u0644\u062c\u0629 \u0627\u0644\u0646\u062a\u064a\u062c\u0629 \u0644\u0644\u0631\u0627\u0626\u0632 \u0628\u0623\u0643\u0645\u0644\u0647. \u0633\u064a\u062a\u0645 \u062d\u0633\u0627\u0628 \u0645\u062c\u0645\u0648\u0639 \u062c\u0645\u064a\u0639 \u0646\u062a\u0627\u0626\u062c SCORE \u060c \u0648\u0633\u062a\u062d\u062f\u062b \u0627\u0644\u0646\u062a\u064a\u062c\u0629 \u0641\u064a \u0646\u062a\u064a\u062c\u0629 SCORE_TOTAL.","The section title.":"\u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0642\u0633\u0645.","The server has sent an empty response":"\u0623\u0631\u0633\u0644 \u0627\u0644\u062e\u0627\u062f\u0645 \u0631\u062f\u064b\u0627 \u0641\u0627\u0631\u063a\u064b\u0627","The submission mode determines when the candidate\u0027s responses are submitted for response processing. A testPart in individual mode requires the candidate to submit their responses on an item-by-item basis. In simultaneous mode the candidate\u0027s responses are all submitted together at the end of the testPart.":"\u064a\u062d\u062f\u062f \u0648\u0636\u0639 \u0627\u0644\u0625\u0631\u0633\u0627\u0644 \u0648\u0642\u062a \u0625\u0631\u0633\u0627\u0644 \u0623\u062c\u0648\u0628\u0629 \u0627\u0644\u0645\u0631\u0634\u062d \u0644\u0645\u0639\u0627\u0644\u062c\u062a\u0647\u0627. \u064a\u062a\u0637\u0644\u0628 \u0642\u0633\u0645 \u0645\u0646 \u0627\u0644\u0631\u0627\u0626\u0632 \u0641\u064a \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u0641\u0631\u062f\u064a \u0645\u0646 \u0627\u0644\u0645\u0631\u0634\u062d \u0625\u0631\u0633\u0627\u0644 \u0623\u062c\u0648\u0628\u062a\u0647 \u0639\u0644\u0649 \u0623\u0633\u0627\u0633 \u0643\u0644 \u0628\u0646\u062f \u0639\u0644\u0649 \u062d\u062f\u0629. \u0641\u064a \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u0645\u062a\u0632\u0627\u0645\u0646 \u060c \u064a\u062a\u0645 \u062a\u0642\u062f\u064a\u0645 \u062c\u0645\u064a\u0639 \u0623\u062c\u0648\u0628\u0629 \u0627\u0644\u0645\u0631\u0634\u062d \u0645\u0639\u064b\u0627 \u0641\u064a \u0646\u0647\u0627\u064a\u0629\u0642\u0633\u0645 \u0645\u0646 \u0627\u0644\u0631\u0627\u0626\u0632..","The test has been closed\/suspended!":"\u062a\u0645 \u0625\u063a\u0644\u0627\u0642 \u0627\u0644\u0631\u0627\u0626\u0632!","The test has been paused, we are unable to connect to the server.":"\u062a\u0645 \u0625\u064a\u0642\u0627\u0641 \u0627\u0644\u0631\u0627\u0626\u0632 \u0645\u0624\u0642\u062a\u064b\u0627 \u060c \u064a\u062a\u0639\u0630\u0631 \u0639\u0644\u064a\u0646\u0627 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0627\u0644\u062e\u0627\u062f\u0645.","The test has not been saved.":"\u0644\u0645 \u064a\u062a\u0645 \u062d\u0641\u0638 \u0627\u0644\u0631\u0627\u0626\u0632.","The test has unsaved changes, are you sure you want to leave?":"\u064a\u062d\u062a\u0648\u064a \u0627\u0644\u0631\u0627\u0626\u0632 \u0639\u0644\u0649 \u062a\u063a\u064a\u064a\u0631\u0627\u062a \u063a\u064a\u0631 \u0645\u062d\u0641\u0648\u0638\u0629 \u060c \u0647\u0644 \u0623\u0646\u062a \u0645\u062a\u0623\u0643\u062f \u0623\u0646\u0643 \u062a\u0631\u064a\u062f \u0627\u0644\u0645\u063a\u0627\u062f\u0631\u0629?","The test has unsaved changes, would you like to save it?":"\u064a\u062d\u062a\u0648\u064a \u0627\u0644\u0631\u0627\u0626\u0632 \u0639\u0644\u0649 \u062a\u063a\u064a\u064a\u0631\u0627\u062a \u063a\u064a\u0631 \u0645\u062d\u0641\u0648\u0638\u0629 \u060c \u0647\u0644 \u062a\u0631\u063a\u0628 \u0641\u064a \u062d\u0641\u0638\u0647?","The test needs to be saved before it can be previewed.":"\u064a\u062c\u0628 \u062d\u0641\u0638 \u0627\u0644\u0631\u0627\u0626\u0632 \u0642\u0628\u0644 \u0623\u0646 \u064a\u0645\u0643\u0646 \u0645\u0639\u0627\u064a\u0646\u062a\u0647.","The test part identifier.":"\u0645\u0639\u0631\u0651\u0641 \u062c\u0632\u0621 \u0627\u0644\u0631\u0627\u0626\u0632.","The test title.":"\u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0631\u0627\u0626\u0632.","The time limit has been reached for this part of the test.":"\u062a\u0645 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u062d\u062f \u0627\u0644\u0632\u0645\u0646\u064a \u0644\u0647\u0630\u0627 \u0627\u0644\u062c\u0632\u0621 \u0645\u0646 \u0627\u0644\u0631\u0627\u0626\u0632.","The uploaded file is too large (maximum %s bytes)":"\u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0630\u064a \u062a\u0645 \u062a\u062d\u0645\u064a\u0644\u0647 \u0643\u0628\u064a\u0631 \u062c\u062f\u064b\u0627 (\u0627\u0644\u062d\u062f \u0627\u0644\u0623\u0642\u0635\u0649 \u0647\u0648 %s \u0628\u0627\u064a\u062a)","The value for the property \u0022%s\u0022 must be unique.":"\u064a\u062c\u0628 \u0623\u0646 \u062a\u0643\u0648\u0646 \u0642\u064a\u0645\u0629 \u0627\u0644\u062e\u0627\u0635\u064a\u0629 \u0022%s\u0022 \u0648\u062d\u064a\u062f\u0629.","The value of this field must be a valid date format, e.g. YYYY-MM-DD":"\u064a\u062c\u0628 \u0623\u0646 \u062a\u0643\u0648\u0646 \u0642\u064a\u0645\u0629 \u0647\u0630\u0627 \u0627\u0644\u062d\u0642\u0644 \u0628\u062a\u0627\u0631\u064a\u062e \u0645\u0636\u0628\u0648\u0637 \u060c \u0639\u0644\u0649 \u0633\u0628\u064a\u0644 \u0627\u0644\u0645\u062b\u0627\u0644 YYYY-MM-DD","The value of this field must be an integer":"\u064a\u062c\u0628 \u0623\u0646 \u062a\u0643\u0648\u0646 \u0642\u064a\u0645\u0629 \u0647\u0630\u0627 \u0627\u0644\u062d\u0642\u0644 \u0639\u062f\u062f \u0635\u062d\u064a\u062d","The value of this field must be numeric":"\u064a\u062c\u0628 \u0623\u0646 \u062a\u0643\u0648\u0646 \u0642\u064a\u0645\u0629 \u0647\u0630\u0627 \u0627\u0644\u062d\u0642\u0644 \u0631\u0642\u0645\u064a\u0629","There are %s unanswered questions":"\u0647\u0646\u0627\u0643 %s \u0645\u0646 \u0627\u0644\u0623\u0633\u0626\u0644\u0629 \u0627\u0644\u062a\u064a \u0644\u0645 \u064a\u062a\u0645 \u0627\u0644\u0631\u062f \u0639\u0644\u064a\u0647\u0627","There are %s unanswered questions in this part of the test":"\u064a\u0648\u062c\u062f %s \u0623\u0633\u0626\u0644\u0629 \u0644\u0645 \u062a\u062a\u0645 \u0627\u0644\u0625\u062c\u0627\u0628\u0629 \u0639\u0644\u064a\u0647\u0627 \u0641\u064a \u0647\u0630\u0627 \u0627\u0644\u062c\u0632\u0621 \u0645\u0646 \u0627\u0644\u0631\u0627\u0626\u0632","There is %s unanswered question":"\u064a\u0648\u062c\u062f %s \u0633\u0624\u0627\u0644 \u0628\u062f\u0648\u0646 \u0625\u062c\u0627\u0628\u0629","There is %s unanswered question in this part of the test":"\u064a\u0648\u062c\u062f %s \u0633\u0624\u0627\u0644 \u0644\u0645 \u062a\u062a\u0645 \u0627\u0644\u0625\u062c\u0627\u0628\u0629 \u0639\u0644\u064a\u0647 \u0641\u064a \u0647\u0630\u0627 \u0627\u0644\u062c\u0632\u0621 \u0645\u0646 \u0627\u0644\u0631\u0627\u0626\u0632","There is not outcomes!":"\u0644\u0627 \u062a\u0648\u062c\u062f \u0646\u062a\u0627\u0626\u062c!","There is nothing to list!":"\u0644\u0627 \u064a\u0648\u062c\u062f \u0634\u064a\u0621 \u0644\u0625\u0636\u0627\u0641\u062a\u0647 \u0644\u0644\u0642\u0627\u0626\u0645\u0629!","This %s is currently checked out":"\u062a\u0645 \u0633\u062d\u0628 %s \u0647\u0630\u0627 \u062d\u0627\u0644\u064a\u0627\u064b","This constraint affects the visibility of feedback after the end of the last attempt.":"\u064a\u0624\u062b\u0631 \u0647\u0630\u0627 \u0627\u0644\u0642\u064a\u062f \u0639\u0644\u0649 \u0631\u0624\u064a\u0629 \u0627\u0644\u062a\u0639\u0644\u064a\u0642\u0627\u062a \u0628\u0639\u062f \u0646\u0647\u0627\u064a\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629 \u0627\u0644\u0623\u062e\u064a\u0631\u0629.","This constraint controls whether or not the candidate is allowed to provide a comment on the item during the session. Comments are not part of the assessed responses.":"\u064a\u062a\u062d\u0643\u0645 \u0647\u0630\u0627 \u0627\u0644\u0642\u064a\u062f \u0641\u064a \u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u064a\u064f\u0633\u0645\u062d \u0644\u0644\u0645\u0631\u0634\u062d \u0628\u062a\u0642\u062f\u064a\u0645 \u062a\u0639\u0644\u064a\u0642 \u0639\u0644\u0649 \u0627\u0644\u0628\u0646\u062f \u0623\u062b\u0646\u0627\u0621 \u0627\u0644\u062c\u0644\u0633\u0629 \u0623\u0645 \u0644\u0627. \u0627\u0644\u062a\u0639\u0644\u064a\u0642\u0627\u062a \u0644\u064a\u0633\u062a \u062c\u0632\u0621\u064b\u0627 \u0645\u0646 \u0627\u0644\u0631\u062f\u0648\u062f \u0627\u0644\u062a\u064a \u062a\u0645 \u062a\u0642\u064a\u064a\u0645\u0647\u0627.","This field is required":"\u0647\u0630\u0647 \u0627\u0644\u062e\u0627\u0646\u0629 \u0645\u0637\u0644\u0648\u0628\u0647","This field is too long":"\u0647\u0630\u0627 \u0627\u0644\u062d\u0642\u0644 \u0637\u0648\u064a\u0644 \u062c\u062f\u0627","This field is too short":"\u0647\u0630\u0627 \u0627\u0644\u062d\u0642\u0644 \u0642\u0635\u064a\u0631 \u062c\u062f\u0627","This functionality is blocked. Please contact with your administrator for more details.":"\u062a\u0645 \u062d\u0638\u0631 \u0647\u0630\u0647 \u0627\u0644\u0648\u0638\u064a\u0641\u0629. \u064a\u0631\u062c\u0649 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0627\u0644\u0645\u0633\u0624\u0648\u0644 \u0644\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0645\u0632\u064a\u062f \u0645\u0646 \u0627\u0644\u062a\u0641\u0627\u0635\u064a\u0644.","This is not a valid email address.":"\u0647\u0630\u0627 \u0644\u064a\u0633 \u0639\u0646\u0648\u0627\u0646 \u0628\u0631\u064a\u062f \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0635\u0627\u0644\u062d\u0627","this is required":"\u0647\u0630\u0627 \u0645\u0637\u0644\u0648\u0628","This Login is already in use":"\u0647\u0630\u0627 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0642\u064a\u062f \u0627\u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0628\u0627\u0644\u0641\u0639\u0644","This media cannot be played!":"\u0644\u0627 \u064a\u0645\u0643\u0646 \u062a\u0634\u063a\u064a\u0644 \u0647\u0630\u0647 \u0627\u0644\u0648\u0633\u0627\u0626\u0637!","This or one of %s must have a value":"\u064a\u062c\u0628 \u0623\u0646 \u064a\u0643\u0648\u0646 \u0644\u0647\u0630\u0627 \u0623\u0648 \u0648\u0627\u062d\u062f \u0645\u0646 %s \u0642\u064a\u0645\u0629","This password reset link is no longer valid. It may have already been used. If you still wish to reset your password please request a new link":"\u0631\u0627\u0628\u0637 \u0625\u0639\u0627\u062f\u0629 \u062a\u0639\u064a\u064a\u0646 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0644\u0645 \u064a\u0639\u062f \u0645\u0642\u0628\u0648\u0644\u0627. \u0631\u0628\u0645\u0627 \u062a\u0645 \u0627\u0633\u062a\u062e\u062f\u0627\u0645\u0647 \u0628\u0627\u0644\u0641\u0639\u0644. \u0625\u0630\u0627 \u0643\u0646\u062a \u0644\u0627 \u062a\u0632\u0627\u0644 \u062a\u0631\u063a\u0628 \u0641\u064a \u0625\u0639\u0627\u062f\u0629 \u062a\u0639\u064a\u064a\u0646 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0643 \u060c \u0641\u064a\u0631\u062c\u0649 \u0637\u0644\u0628 \u0627\u0631\u062a\u0628\u0627\u0637 \u062c\u062f\u064a\u062f","This resource is locked":"\u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0631\u062f \u0645\u0642\u0641\u0644","This role is still given to one or more users. Please remove the role to these users first.":"\u0644\u0627 \u064a\u0632\u0627\u0644 \u0647\u0630\u0627 \u0627\u0644\u062f\u0648\u0631 \u064a\u0639\u0637\u0649 \u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0648\u0627\u062d\u062f \u0623\u0648 \u0623\u0643\u062b\u0631. \u064a\u0631\u062c\u0649 \u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u062f\u0648\u0631 \u0644\u0647\u0624\u0644\u0627\u0621 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646 \u0623\u0648\u0644\u0627\u064b.","This should equal %s":"\u064a\u062c\u0628 \u0623\u0646 \u064a\u0633\u0627\u0648\u064a \u0647\u0630\u0627 %s","This should not equal %s":"\u064a\u062c\u0628 \u0623\u0644\u0627 \u064a\u0633\u0627\u0648\u064a \u0647\u0630\u0627 %s","This test has been suspended":"\u062a\u0645 \u062a\u0639\u0644\u064a\u0642 \u0647\u0630\u0627 \u0627\u0644\u0631\u0627\u0626\u0632","This test has been terminated":"\u062a\u0645 \u0625\u0646\u0647\u0627\u0621 \u0647\u0630\u0627 \u0627\u0644\u0631\u0627\u0626\u0632","time":"\u0632\u0645\u0646","Time limit reached for item \u0022%s\u0022.":"\u062a\u0645 \u0628\u0644\u0648\u063a \u0627\u0644\u062d\u062f \u0627\u0644\u0632\u0645\u0646\u064a \u0644\u0644\u0628\u0646\u062f \u0022%s\u0022.","Time limit reached, this part of the test has ended.":"\u062a\u0645 \u0628\u0644\u0648\u063a \u0627\u0644\u062d\u062f \u0627\u0644\u0632\u0645\u0646\u064a \u060c \u0648\u0627\u0646\u062a\u0647\u0649 \u0647\u0630\u0627 \u0627\u0644\u062c\u0632\u0621 \u0645\u0646 \u0627\u0644\u0631\u0627\u0626\u0632..","Time limit reached, this part of the test has ended. However you are allowed to finish the current item.":"\u062a\u0645 \u0628\u0644\u0648\u063a \u0627\u0644\u062d\u062f \u0627\u0644\u0632\u0645\u0646\u064a \u060c \u0648\u0627\u0646\u062a\u0647\u0649 \u0647\u0630\u0627 \u0627\u0644\u062c\u0632\u0621 \u0645\u0646 \u0627\u0644\u0631\u0627\u0626\u0632. \u0648\u0645\u0639 \u0630\u0644\u0643 \u060c \u064a\u064f\u0633\u0645\u062d \u0644\u0643 \u0628\u0625\u0646\u0647\u0627\u0621 \u0627\u0644\u0628\u0646\u062f \u0627\u0644\u062d\u0627\u0644\u064a.","Time Limits":"\u062d\u062f\u0648\u062f \u0627\u0644\u0648\u0642\u062a","Time Remaining":"\u0627\u0644\u0648\u0642\u062a \u0627\u0644\u0645\u062a\u0628\u0642\u064a","Time zone":"Time zone","Title":"\u0639\u0646\u0648\u0627\u0646","to":"\u0644","To reset your password, click the link below, or paste it into your browser. You will then be prompted to create a new password.":"\u0644\u0625\u0639\u0627\u062f\u0629 \u062a\u0639\u064a\u064a\u0646 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0643 \u060c \u0627\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0627\u0631\u062a\u0628\u0627\u0637 \u0623\u062f\u0646\u0627\u0647 \u060c \u0623\u0648 \u0627\u0644\u0635\u0642\u0647 \u0641\u064a \u0645\u062a\u0635\u0641\u062d\u0643. \u0633\u064a\u064f\u0637\u0644\u0628 \u0645\u0646\u0643 \u0628\u0639\u062f \u0630\u0644\u0643 \u0625\u0646\u0634\u0627\u0621 \u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631 \u062c\u062f\u064a\u062f\u0629.","to translate":"\u0644\u0644\u062a\u0631\u062c\u0645\u0629","Toggle multiple\/single selection":"\u062a\u0628\u062f\u064a\u0644 \u0627\u0644\u062a\u062d\u062f\u064a\u062f \u0627\u0644\u0645\u062a\u0639\u062f\u062f \/ \u0627\u0644\u0641\u0631\u062f\u064a","Toggle playback":"\u062a\u0628\u062f\u064a\u0644 \u0627\u0644\u062a\u0634\u063a\u064a\u0644","Toggle start from here mode":"\u062a\u0628\u062f\u064a\u0644 \u0627\u0644\u0628\u062f\u0621 \u0645\u0646 \u0647\u0646\u0627 \u0627\u0644\u0648\u0636\u0639","Toggle the date time picker":"\u062a\u0628\u062f\u064a\u0644 \u0645\u0646\u062a\u0642\u064a \u0627\u0644\u062a\u0627\u0631\u064a\u062e \u0648\u0627\u0644\u0648\u0642\u062a","Tokenizer":"\u0631\u0645\u0632\u064a\u0629","Too many non-option arguments: got %s, maximum of %s":"\u0639\u062f\u062f \u0643\u0628\u064a\u0631 \u062c\u062f\u064b\u0627 \u0645\u0646 \u0627\u0644\u0648\u0633\u0627\u0626\u0637 \u063a\u064a\u0631 \u0627\u0644\u0627\u062e\u062a\u064a\u0627\u0631\u064a\u0629: \u062d\u0635\u0644\u062a \u0639\u0644\u0649 %s \u060c \u0628\u062d\u062f \u0623\u0642\u0635\u0649 %s","Too many suggestions match your query. Only a few are listed":"\u0627\u0644\u0643\u062b\u064a\u0631 \u0645\u0646 \u0627\u0644\u0627\u0642\u062a\u0631\u0627\u062d\u0627\u062a \u062a\u0637\u0627\u0628\u0642 \u0627\u0633\u062a\u0641\u0633\u0627\u0631\u0643. \u064a\u062a\u0645 \u0633\u0631\u062f \u0639\u062f\u062f \u0642\u0644\u064a\u0644 \u0641\u0642\u0637","Tool box and flagging for review":"\u0645\u0631\u0628\u0639 \u0627\u0644\u0623\u062f\u0648\u0627\u062a \u0648\u0627\u0644\u0625\u0628\u0644\u0627\u063a \u0644\u0644\u0645\u0631\u0627\u062c\u0639\u0629","Toolbox":"\u0635\u0646\u062f\u0648\u0642 \u0627\u0644\u0623\u062f\u0648\u0627\u062a","Total duration":"\u0627\u0644\u0645\u062f\u0629 \u0627\u0644\u0625\u062c\u0645\u0627\u0644\u064a\u0629","Total score":"\u0645\u062c\u0645\u0648\u0639 \u0627\u0644\u0646\u0642\u0627\u0637","Total:":"\u0645\u062c\u0645\u0648\u0639:","Translate":"\u062a\u0631\u062c\u0645","Translate to":"\u062a\u0631\u062c\u0645 \u0627\u0644\u0649","Translation parameters":"\u0627\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u062a\u0631\u062c\u0645\u0629","Translation saved":"\u062d\u0641\u0638 \u0627\u0644\u062a\u0631\u062c\u0645\u0629","Transport Layer Security":"\u0623\u0645\u0646 \u0637\u0628\u0642\u0629 \u0627\u0644\u0646\u0642\u0644","Tree - Multiple node choice ":"\u0634\u062c\u0631\u0629 - \u0627\u062e\u062a\u064a\u0627\u0631 \u0639\u0642\u062f\u0629 \u0645\u062a\u0639\u062f\u062f\u0629","Tree values":"\u0642\u064a\u0645 \u0627\u0644\u0634\u062c\u0631\u0629","True":"\u062d\u0642\u064a\u0642\u064a","trunc":"trunc","Try connecting the machine to the internet via cable, or move to an area with a better wifi signal.":"\u062d\u0627\u0648\u0644 \u062a\u0648\u0635\u064a\u0644 \u0627\u0644\u062c\u0647\u0627\u0632 \u0628\u0627\u0644\u0625\u0646\u062a\u0631\u0646\u062a \u0639\u0628\u0631 \u0627\u0644\u0643\u0627\u0628\u0644 \u060c \u0623\u0648 \u0627\u0646\u062a\u0642\u0644 \u0625\u0644\u0649 \u0645\u0646\u0637\u0642\u0629 \u0628\u0647\u0627 \u0625\u0634\u0627\u0631\u0629 wifi \u0623\u0641\u0636\u0644.","Tutor":"\u0645\u062f\u0631\u0633 \u062e\u0627\u0635","Type":"\u0646\u0645\u0637","Type your search":"\u0627\u0643\u062a\u0628 \u0628\u062d\u062b\u0643","Unable to access your account?":"\u063a\u064a\u0631 \u0642\u0627\u062f\u0631 \u0639\u0644\u0649 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u062d\u0633\u0627\u0628\u0643\u061f","Unable to change passwords in demo mode":"\u062a\u0639\u0630\u0631 \u062a\u063a\u064a\u064a\u0631 \u0643\u0644\u0645\u0627\u062a \u0627\u0644\u0645\u0631\u0648\u0631 \u0641\u064a \u0648\u0636\u0639\u064a\u0629 \u0627\u0644\u062a\u062c\u0631\u064a\u0628","Unable to copy the resource":"\u063a\u064a\u0631 \u0642\u0627\u062f\u0631 \u0639\u0644\u0649 \u0646\u0633\u062e \u0627\u0644\u0645\u0648\u0631\u062f","Unable to delete %s":"\u063a\u064a\u0631 \u0642\u0627\u062f\u0631 \u0639\u0644\u0649 \u062d\u0630\u0641 %s","Unable to delete the selected resource":"\u062a\u0639\u0630\u0631 \u062d\u0630\u0641 \u0627\u0644\u0645\u0648\u0631\u062f \u0627\u0644\u0645\u062d\u062f\u062f","Unable to delete the selected resources":"\u062a\u0639\u0630\u0631 \u062d\u0630\u0641 \u0627\u0644\u0645\u0648\u0627\u0631\u062f \u0627\u0644\u0645\u062d\u062f\u062f\u0629","Unable to move the resources":"\u063a\u064a\u0631 \u0642\u0627\u062f\u0631 \u0639\u0644\u0649 \u0646\u0642\u0644 \u0627\u0644\u0645\u0648\u0627\u0631\u062f","Unable to open file %s":"\u063a\u064a\u0631 \u0642\u0627\u062f\u0631 \u0639\u0644\u0649 \u0641\u062a\u062d \u0627\u0644\u0645\u0644\u0641 %s","Unable to process your request":"\u063a\u064a\u0631 \u0642\u0627\u062f\u0631 \u0639\u0644\u0649 \u0645\u0639\u0627\u0644\u062c\u0629 \u0637\u0644\u0628\u0643","Unable to release the lock":"\u063a\u064a\u0631 \u0642\u0627\u062f\u0631 \u0639\u0644\u0649 \u062a\u062d\u0631\u064a\u0631 \u0627\u0644\u0642\u0641\u0644","Unable to remove the property.":"\u063a\u064a\u0631 \u0642\u0627\u062f\u0631 \u0639\u0644\u0649 \u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u062e\u0627\u0635\u064a\u0629.","Unable to save resource.":"\u062a\u0639\u0630\u0631 \u062d\u0641\u0638 \u0627\u0644\u0645\u0648\u0631\u062f.","unable to search into notification.":"\u063a\u064a\u0631 \u0642\u0627\u062f\u0631 \u0639\u0644\u0649 \u0627\u0644\u0628\u062d\u062b \u0641\u064a \u0627\u0644\u0625\u0634\u0639\u0627\u0631.","Unable to send the password reset request":"\u062a\u0639\u0630\u0631 \u0625\u0631\u0633\u0627\u0644 \u0637\u0644\u0628 \u0625\u0639\u0627\u062f\u0629 \u062a\u0639\u064a\u064a\u0646 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631","Unable to update the asset service":"\u062a\u0639\u0630\u0631 \u062a\u062d\u062f\u064a\u062b \u062e\u062f\u0645\u0629 \u0627\u0644\u0623\u0635\u0648\u0644","Unable to upload file":"\u0644\u0627 \u0627\u062a\u0645\u0643\u0646 \u0645\u0646 \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0645\u0644\u0641","Unable to upload file %s : %s":"\u062a\u0639\u0630\u0631 \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0645\u0644\u0641 %s : %s","Unanswered":"\u0644\u0645 \u064a\u062a\u0645 \u0627\u0644\u0631\u062f \u0639\u0644\u064a\u0647\u0627","Unanswered items":"\u0627\u0644\u0628\u0646\u0648\u062f \u0627\u0644\u062a\u064a \u0644\u0645 \u064a\u062a\u0645 \u0627\u0644\u0631\u062f \u0639\u0644\u064a\u0647\u0627","Unary operator +":"\u0639\u0627\u0645\u0644 \u0623\u062d\u0627\u062f\u064a +","Unary operator -":"\u0639\u0627\u0645\u0644 \u0623\u062d\u0627\u062f\u064a -","Uncheck all":"\u0627\u0644\u063a\u0627\u0621\u0627\u0644\u0643\u0644","Uncheck All":"\u0627\u0644\u063a\u0627\u0621\u0627\u0644\u0643\u0644","Undefined amount of the pages for pagination":"\u0643\u0645\u064a\u0629 \u063a\u064a\u0631 \u0645\u062d\u062f\u062f\u0629 \u0645\u0646 \u0627\u0644\u0635\u0641\u062d\u0627\u062a \u0644\u062a\u0631\u0642\u064a\u0645 \u0627\u0644\u0635\u0641\u062d\u0627\u062a","Undefined amount of the totalPages for pagination":"\u0643\u0645\u064a\u0629 \u063a\u064a\u0631 \u0645\u062d\u062f\u062f\u0629 \u0645\u0646 \u0625\u062c\u0645\u0627\u0644\u064a \u0627\u0644\u0635\u0641\u062d\u0627\u062a \u0627\u0644\u0645\u0631\u0627\u062f \u062a\u0631\u0642\u064a\u0645\u0647\u0627","Undo":"\u0627\u0644\u063a\u0627\u0621 \u0627\u0644\u062a\u062d\u0645\u064a\u0644","Unexpected error. Please contact administrator":"\u062e\u0637\u0623 \u063a\u064a\u0631 \u0645\u062a\u0648\u0642\u0639. \u064a\u0631\u062c\u0649 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0627\u0644\u0645\u0633\u0624\u0648\u0644","Unflag for Review":"Unflag \u0644\u0644\u0645\u0631\u0627\u062c\u0639\u0629","Uninstall of %s failed":"\u0641\u0634\u0644 \u0625\u0644\u063a\u0627\u0621 \u062a\u062b\u0628\u064a\u062a %s","Uninstalled %s":"\u062a\u0645 \u0625\u0644\u063a\u0627\u0621 \u062a\u062b\u0628\u064a\u062a %s","unknown":"\u063a\u064a\u0631 \u0645\u0639\u0631\u0648\u0641","Unknown Error":"\u062e\u0637\u0623 \u063a\u064a\u0631 \u0645\u0639\u0631\u0648\u0641","Unknown error.":"\u062e\u0637\u0623 \u063a\u064a\u0631 \u0645\u0639\u0631\u0648\u0641.","unkown task id %s":"\u0645\u0639\u0631\u0641 \u0645\u0647\u0645\u0629 \u063a\u064a\u0631 \u0645\u0639\u0631\u0648\u0641 %s","Unlink to use separated durations":"\u0625\u0644\u063a\u0627\u0621 \u0627\u0644\u0627\u0631\u062a\u0628\u0627\u0637 \u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0641\u062a\u0631\u0627\u062a \u0645\u0646\u0641\u0635\u0644\u0629","Unseen":"\u063a\u064a\u0631 \u0645\u0631\u0626\u064a","Update":"\u062a\u062d\u062f\u064a\u062b","Update ID : %s":"\u0645\u0639\u0631\u0641 \u0627\u0644\u062a\u062d\u062f\u064a\u062b: %s","Upload":"\u062a\u062d\u0645\u064a\u0644","Upload a QTI 2.1 Test Package File":"\u0642\u0645 \u0628\u062a\u062d\u0645\u064a\u0644 \u0645\u0644\u0641 \u062d\u0632\u0645\u0629 \u0627\u0644\u0631\u0648\u0627\u0626\u0632 QTI 2.1","Upload into:":"\u062a\u062d\u0645\u064a\u0644 \u0625\u0644\u0649:","URI Path":"\u0645\u0633\u0627\u0631 URI","Usage: ImportRdf RDF_FILE [MODEL_ID]":"\u0627\u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645: ImportRdf RDF_FILE [MODEL_ID]","USAGE: please provide a valid extension id as second parameter":"\u0627\u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645: \u064a\u0631\u062c\u0649 \u062a\u0642\u062f\u064a\u0645 \u0645\u0639\u0631\u0641 \u0645\u0644\u062d\u0642 \u0645\u0636\u0628\u0648\u0637 \u0643\u0645\u0639\u0627\u0645\u0644 \u062b\u0627\u0646\u064a","USAGE: please provide a valid service name as first parameter":"\u0627\u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645: \u064a\u0631\u062c\u0649 \u062a\u0642\u062f\u064a\u0645 \u0627\u0633\u0645 \u062e\u062f\u0645\u0629 \u0645\u0636\u0628\u0648\u0637 \u0643\u0645\u0639\u0627\u0645\u0644 \u0623\u0648\u0644","USAGE: please provide the service name as first parameter":"\u0627\u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645: \u064a\u0631\u062c\u0649 \u062a\u0642\u062f\u064a\u0645 \u0627\u0633\u0645 \u0627\u0644\u062e\u062f\u0645\u0629 \u0643\u0645\u0639\u0627\u0645\u0644 \u0623\u0648\u0644","Use a term":"\u0627\u0633\u062a\u062e\u062f\u0645 \u0645\u0635\u0637\u0644\u062d","Use a variable":"\u0627\u0633\u062a\u062e\u062f\u0645 \u0645\u062a\u063a\u064a\u0631","Use Ctrl\/Meta key or Lasso for multiple selection":"\u0627\u0633\u062a\u062e\u062f\u0645 \u0645\u0641\u062a\u0627\u062d Ctrl \/ Meta \u0623\u0648 Lasso \u0644\u0644\u0627\u062e\u062a\u064a\u0627\u0631 \u0627\u0644\u0645\u062a\u0639\u062f\u062f","Use default value":"\u0627\u0633\u062a\u062e\u062f\u0645 \u0627\u0644\u0642\u064a\u0645\u0629 \u0627\u0644\u0645\u0639\u062a\u0627\u062f\u0629","User":"\u0627\u0644\u0645\u0633\u062a\u0639\u0645\u0644","User %s can not be locked":"\u0644\u0627 \u064a\u0645\u0643\u0646 \u062a\u0623\u0645\u064a\u0646 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 %s","User %s can not be unlocked":"\u0644\u0627 \u064a\u0645\u0643\u0646 \u0625\u0644\u063a\u0627\u0621 \u062a\u0623\u0645\u064a\u0646 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 %s","User %s successfully locked":"\u062a\u0645 \u062a\u0623\u0645\u064a\u0646 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 %s \u0628\u0646\u062c\u0627\u062d","User %s successfully unlocked":"\u062a\u0645 \u062a\u0623\u0645\u064a\u0646 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 %s \u0628\u0646\u062c\u0627\u062d","User added":"\u0645\u0633\u062a\u062e\u062f\u0645 \u0645\u0636\u0627\u0641","User deleted successfully":"\u062a\u0645 \u062d\u0630\u0641 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0628\u0646\u062c\u0627\u062d","User deletion not permitted on a demo instance":"\u062d\u0630\u0641 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u063a\u064a\u0631 \u0645\u0633\u0645\u0648\u062d \u0628\u0647 \u0641\u064a \u0646\u0633\u062e\u0629 \u062a\u062c\u0631\u064a\u0628\u064a\u0629","User not found":"\u0644\u0645 \u064a\u062a\u0645 \u0627\u0644\u0639\u062b\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645","User saved":"\u062a\u0645 \u062d\u0641\u0638 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645","User Settings":"\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645","Users":"\u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646","Validate Responses":"\u062a\u062d\u0642\u0642 \u0645\u0646 \u0635\u062d\u0629 \u0627\u0644\u0631\u062f\u0648\u062f","Validation for field \u0027%s\u0027 has failed. Language does not exist in the system":"\u0641\u0634\u0644 \u0627\u0644\u062a\u062d\u0642\u0642 \u0645\u0646 \u0635\u062d\u0629 \u0627\u0644\u062d\u0642\u0644 \u0027%s\u0027. \u0627\u0644\u0644\u063a\u0629 \u063a\u064a\u0631 \u0645\u0648\u062c\u0648\u062f\u0629 \u0641\u064a \u0627\u0644\u0646\u0638\u0627\u0645","Validation for field \u0027%s\u0027 has failed. List of values expected":"\u0641\u0634\u0644 \u0627\u0644\u062a\u062d\u0642\u0642 \u0645\u0646 \u0635\u062d\u0629 \u0627\u0644\u062d\u0642\u0644 \u0027%s\u0027. \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0642\u064a\u0645 \u0627\u0644\u0645\u062a\u0648\u0642\u0639\u0629","Validation for field \u0027%s\u0027 has failed. Should not be empty":"\u0641\u0634\u0644 \u0627\u0644\u062a\u062d\u0642\u0642 \u0645\u0646 \u0635\u062d\u0629 \u0627\u0644\u062d\u0642\u0644 \u0027%s\u0027.. \u0644\u0627 \u064a\u062c\u0628 \u0623\u0646 \u062a\u0643\u0648\u0646 \u0641\u0627\u0631\u063a\u0629","Validation for field \u0027%s\u0027 has failed. Valid role expected. Given: %s":"\u0641\u0634\u0644 \u0627\u0644\u062a\u062d\u0642\u0642 \u0645\u0646 \u0635\u062d\u0629 \u0627\u0644\u062d\u0642\u0644 \u0027%s\u0027. \u064a\u062a\u0648\u0642\u0639 \u062f\u0648\u0631 \u0635\u0627\u0644\u062d. \u0645\u0639\u0637\u0649: %s","Validation for field \u0027%s\u0027 has failed. Valid URI expected":"\u0641\u0634\u0644 \u0627\u0644\u062a\u062d\u0642\u0642 \u0645\u0646 \u0635\u062d\u0629 \u0627\u0644\u062d\u0642\u0644 \u0027%s\u0027. \u0645\u062a\u0648\u0642\u0639 URI \u0635\u0627\u0644\u062d","Validation for field \u0027%s\u0027 has failed. Valid URI expected. Given: %s":"\u0641\u0634\u0644 \u0627\u0644\u062a\u062d\u0642\u0642 \u0645\u0646 \u0635\u062d\u0629 \u0627\u0644\u062d\u0642\u0644 \u0027%s\u0027.. \u0645\u062a\u0648\u0642\u0639 URI \u0635\u0627\u0644\u062d. \u0645\u0639\u0637\u0649: %s","Value":"\u0642\u064a\u0645\u0629","Value ellipsis":"\u0642\u064a\u0645\u0629 \u063a\u064a\u0631 \u062a\u0627\u0645\u0629","Value of E":"\u0642\u064a\u0645\u0629 \u0647","Value of PI":"\u0642\u064a\u0645\u0629 PI","Variable":"\u0645\u062a\u063a\u064a\u0631\u0629","Variable %s":"\u0627\u0644\u0645\u062a\u063a\u064a\u0631\u0629 %s","Version":"\u0635\u064a\u063a\u0629","View":"\u0645\u0639\u0627\u064a\u0646\u0629","View report":"\u0639\u0631\u0636 \u0627\u0644\u062a\u0642\u0631\u064a\u0631","View resources as a list":"\u0639\u0631\u0636 \u0627\u0644\u0645\u0648\u0627\u0631\u062f \u0639\u0644\u0649 \u0634\u0643\u0644 \u0642\u0627\u0626\u0645\u0629","View resources as a tree":"\u0639\u0631\u0636 \u0627\u0644\u0645\u0648\u0627\u0631\u062f \u0643\u0634\u062c\u0631\u0629","Viewed":"\u062a\u0645\u062a \u0645\u0639\u0627\u064a\u0646\u062a\u0647","Viewed items":"\u0627\u0644\u0628\u0646\u0648\u062f \u0627\u0644\u062a\u064a \u062a\u0645 \u0639\u0631\u0636\u0647\u0627","Views":"\u0627\u0644\u0622\u0631\u0627\u0621","Visible":"\u0645\u0631\u0626\u064a","Volume":"\u062d\u062c\u0645","Wait for your connection to come back online.":"\u0627\u0646\u062a\u0638\u0631 \u0627\u062a\u0635\u0627\u0644\u0643 \u0628\u0627\u0644\u0625\u0646\u062a\u0631\u0646\u062a \u0645\u0631\u0629 \u0623\u062e\u0631\u0649.","Wait is over":"\u0627\u0646\u062a\u0647\u0649 \u0627\u0644\u0627\u0646\u062a\u0638\u0627\u0631","Waiting":"\u0627\u0646\u062a\u0638\u0631","Warning \u2013 You have %s remaining to complete the test.":"\u062a\u062d\u0630\u064a\u0631 - \u0644\u062f\u064a\u0643 %s \u0645\u062a\u0628\u0642\u064a\u0629 \u0644\u0625\u0643\u0645\u0627\u0644 \u0627\u0644\u0631\u0627\u0626\u0632.","Warning \u2013 You have %s remaining to complete this item.":"\u062a\u062d\u0630\u064a\u0631 - \u0644\u062f\u064a\u0643 %s \u0645\u062a\u0628\u0642\u064a\u0629 \u0644\u0625\u0643\u0645\u0627\u0644 \u0647\u0630\u0627 \u0627\u0644\u0628\u0646\u062f.","Warning \u2013 You have %s remaining to complete this section.":"\u062a\u062d\u0630\u064a\u0631 - \u0644\u062f\u064a\u0643 %s \u0645\u062a\u0628\u0642\u064a\u0629 \u0644\u0625\u0643\u0645\u0627\u0644 \u0647\u0630\u0627 \u0627\u0644\u062c\u0632\u0621.","Warning \u2013 You have %s remaining to complete this test part.":"\u062a\u062d\u0630\u064a\u0631 - \u0644\u062f\u064a\u0643 %s \u0645\u062a\u0628\u0642\u064a\u0629 \u0644\u0625\u0643\u0645\u0627\u0644 \u062c\u0632\u0621 \u0627\u0644\u0631\u0627\u0626\u0632 \u0647\u0630\u0627.","Warning \u2013 You have %s remaining to complete this test.":"\u062a\u062d\u0630\u064a\u0631 - \u0644\u062f\u064a\u0643 %s \u0645\u062a\u0628\u0642\u064a\u0629 \u0644\u0625\u0643\u0645\u0627\u0644 \u0647\u0630\u0627 \u0627\u0644\u0631\u0627\u0626\u0632.","We are unable to connect the server to submit your results.":"\u0644\u0627 \u064a\u0645\u0643\u0646\u0646\u0627 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0627\u0644\u062e\u0627\u062f\u0645 \u0644\u0625\u0631\u0633\u0627\u0644 \u0646\u062a\u0627\u0626\u062c\u0643.","We are unable to connect to the server to retrieve the next item.":"\u0644\u0627 \u064a\u0645\u0643\u0646\u0646\u0627 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0627\u0644\u062e\u062f\u0648\u0645 \u0644\u0627\u0633\u062a\u0631\u062f\u0627\u062f \u0627\u0644\u0628\u0646\u062f \u0627\u0644\u062a\u0627\u0644\u064a.","Weight":"\u0648\u0632\u0646","Weights":"\u0623\u0648\u0632\u0627\u0646","When selecting child elements each element is normally eligible for selection once only.":"\u0639\u0646\u062f \u062a\u062d\u062f\u064a\u062f \u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0641\u0631\u0639\u064a\u0629 \u060c \u064a\u0643\u0648\u0646 \u0643\u0644 \u0639\u0646\u0635\u0631 \u0645\u0624\u0647\u0644\u0627\u064b \u0639\u0627\u062f\u0629\u064b \u0644\u0644\u0627\u062e\u062a\u064a\u0627\u0631 \u0645\u0631\u0629 \u0648\u0627\u062d\u062f\u0629 \u0641\u0642\u0637.","Whether a candidate\u0027s response that is beyond the maximum duration of the item should still be accepted.":"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0644\u0627 \u064a\u0632\u0627\u0644 \u064a\u062a\u0639\u064a\u0646 \u0642\u0628\u0648\u0644 \u0627\u0633\u062a\u062c\u0627\u0628\u0629 \u0627\u0644\u0645\u0631\u0634\u062d \u0627\u0644\u062a\u064a \u062a\u062a\u062c\u0627\u0648\u0632 \u0627\u0644\u062d\u062f \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0645\u062f\u0629 \u0627\u0644\u0628\u0646\u062f.","Whether a candidate\u0027s response that is beyond the maximum duration of the section should still be accepted.":"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u064a\u062c\u0628 \u0642\u0628\u0648\u0644 \u0625\u062c\u0627\u0628\u0629 \u0627\u0644\u0645\u0631\u0634\u062d \u0627\u0644\u062a\u064a \u062a\u062a\u062c\u0627\u0648\u0632 \u0627\u0644\u062d\u062f \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0645\u062f\u0629 \u0627\u0644\u0642\u0633\u0645.","Whether a candidate\u0027s response that is beyond the maximum duration of the test part should still be accepted.":"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u064a\u0646\u0628\u063a\u064a \u0642\u0628\u0648\u0644 \u0627\u0633\u062a\u062c\u0627\u0628\u0629 \u0627\u0644\u0645\u0631\u0634\u062d \u0627\u0644\u062a\u064a \u062a\u062a\u062c\u0627\u0648\u0632 \u0627\u0644\u062d\u062f \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0645\u062f\u0629 \u062c\u0632\u0621 \u0645\u0646 \u0627\u0644\u0631\u0627\u0626\u0632.","Whether a candidate\u0027s response that is beyond the maximum duration should still be accepted.":"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u064a\u062c\u0628 \u0642\u0628\u0648\u0644 \u0627\u0633\u062a\u062c\u0627\u0628\u0629 \u0627\u0644\u0645\u0631\u0634\u062d \u0627\u0644\u062a\u064a \u062a\u062a\u062c\u0627\u0648\u0632 \u0627\u0644\u062d\u062f \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0644\u0645\u062f\u0629.","White on Black":"\u0623\u0628\u064a\u0636 \u0639\u0644\u0649 \u0623\u0633\u0648\u062f","White on Blue (TAO standard theme)":"\u0623\u0628\u064a\u0636 \u0639\u0644\u0649 \u0623\u0632\u0631\u0642 (\u0633\u0645\u0629 \u0642\u064a\u0627\u0633\u064a\u0629 \u0644\u0640 TAO)","Who can view the rubric block during the delivery.":"\u0645\u0646 \u064a\u0645\u0643\u0646\u0647 \u0639\u0631\u0636 \u0642\u0627\u0644\u0628 \u0627\u0644\u062a\u0642\u064a\u064a\u0645 \u0623\u062b\u0646\u0627\u0621 \u0627\u0644\u062a\u0633\u0644\u064a\u0645.","Whole number part":"\u062c\u0632\u0621 \u0627\u0644\u0639\u062f\u062f \u0627\u0644\u0643\u0627\u0645\u0644","Width":"\u0639\u0631\u0636","With Replacement":"\u0645\u0639 \u0627\u0644\u0627\u0633\u062a\u0628\u062f\u0627\u0644","Wrong file mime type":"\u0646\u0648\u0639 \u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u062e\u0627\u0637\u0626 mime","Wrong or missing parameter extension, module or action":"\u0645\u0644\u062d\u0642 \u0645\u0639\u0644\u0645\u0629 \u0623\u0648 \u0648\u062d\u062f\u0629 \u0646\u0645\u0637\u064a\u0629 \u0623\u0648 \u0625\u062c\u0631\u0627\u0621 \u062e\u0627\u0637\u0626 \u0623\u0648 \u0645\u0641\u0642\u0648\u062f","Wrong parameter shownExtension":"\u062a\u0645 \u0639\u0631\u0636 \u0645\u0639\u0644\u0645\u0629 \u062e\u0627\u0637\u0626\u0629","XML Content":"\u0645\u062d\u062a\u0648\u0649 XML","XML Editor":"\u0645\u062d\u0631\u0631 XML","XML error at line %1$d column %2$d \u0022%3$s\u0022.":"\u062e\u0637\u0623 XML \u0641\u064a \u0627\u0644\u0633\u0637\u0631 %1$d \u0627\u0644\u0639\u0645\u0648\u062f %2$d \u0022%3$s\u0022.","Yellow on Blue":"\u0623\u0635\u0641\u0631 \u0639\u0644\u0649 \u0623\u0632\u0631\u0642","Yes":"\u0646\u0639\u0645","You answered %s of %s question(s) for this section of the test":"\u0644\u0642\u062f \u0623\u062c\u0628\u062a \u0639\u0644\u0649 %s \u0645\u0646 %s \u0633\u0624\u0627\u0644 (\u0623\u0633\u0626\u0644\u0629) \u0644\u0647\u0630\u0627 \u0627\u0644\u0645\u0642\u0637\u0639 \u0645\u0646 \u0627\u0644\u0627\u062e\u062a\u0628\u0627\u0631","You answered all %s question(s) in this section":"\u0644\u0642\u062f \u0623\u062c\u0628\u062a \u0639\u0644\u0649 \u0643\u0627\u0641\u0629 %s \u0633\u0624\u0627\u0644 (\u0623\u0633\u0626\u0644\u0629) \u0641\u064a \u0647\u0630\u0627 \u0627\u0644\u062c\u0632\u0621","You answered all %s question(s) in this test":"\u0644\u0642\u062f \u0623\u062c\u0628\u062a \u0639\u0644\u0649 \u0643\u0627\u0641\u0629 %s \u0633\u0624\u0627\u0644 (\u0623\u0633\u0626\u0644\u0629) \u0641\u064a \u0647\u0630\u0627 \u0627\u0644\u0631\u0627\u0626\u0632","You answered only %s of the %s question(s) in this section":"\u0644\u0642\u062f \u0623\u062c\u0628\u062a \u0639\u0644\u0649 %s \u0641\u0642\u0637 \u0645\u0646 %s \u0633\u0624\u0627\u0644 (\u0623\u0633\u0626\u0644\u0629) \u0641\u064a \u0647\u0630\u0627 \u0627\u0644\u062c\u0632\u0621","You are about to go to the next item. Click OK to continue and go to the next item.":"\u0623\u0646\u062a \u0639\u0644\u0649 \u0648\u0634\u0643 \u0627\u0644\u0627\u0646\u062a\u0642\u0627\u0644 \u0625\u0644\u0649 \u0627\u0644\u0628\u0646\u062f \u0627\u0644\u062a\u0627\u0644\u064a. \u0627\u0646\u0642\u0631 \u0641\u0648\u0642 \u0022\u0645\u0648\u0627\u0641\u0642\u0022 \u0644\u0644\u0645\u062a\u0627\u0628\u0639\u0629 \u0648\u0627\u0644\u0627\u0646\u062a\u0642\u0627\u0644 \u0625\u0644\u0649 \u0627\u0644\u0628\u0646\u062f \u0627\u0644\u062a\u0627\u0644\u064a.","You are about to go to the previous item. Click OK to continue and go to the previous item.":"\u0623\u0646\u062a \u0639\u0644\u0649 \u0648\u0634\u0643 \u0627\u0644\u0630\u0647\u0627\u0628 \u0625\u0644\u0649 \u0627\u0644\u0628\u0646\u062f \u0627\u0644\u0633\u0627\u0628\u0642. \u0627\u0646\u0642\u0631 \u0641\u0648\u0642 \u0022\u0645\u0648\u0627\u0641\u0642\u0022 \u0644\u0644\u0645\u062a\u0627\u0628\u0639\u0629 \u0648\u0627\u0644\u0627\u0646\u062a\u0642\u0627\u0644 \u0625\u0644\u0649 \u0627\u0644\u0628\u0646\u062f \u0627\u0644\u0633\u0627\u0628\u0642.","You are about to leave this section.":"\u0623\u0646\u062a \u0639\u0644\u0649 \u0648\u0634\u0643 \u0645\u063a\u0627\u062f\u0631\u0629 \u0647\u0630\u0627 \u0627\u0644\u0642\u0633\u0645.","You are about to submit the test.":"\u0623\u0646\u062a \u0639\u0644\u0649 \u0648\u0634\u0643 \u062a\u0642\u062f\u064a\u0645 \u0627\u0644\u0631\u0627\u0626\u0632.","You are about to submit the test. You will not be able to access this test once submitted. Click OK to continue and submit the test.":"\u0623\u0646\u062a \u0639\u0644\u0649 \u0648\u0634\u0643 \u062a\u0642\u062f\u064a\u0645 \u0627\u0644\u0631\u0627\u0626\u0632. \u0644\u0646 \u062a\u062a\u0645\u0643\u0646 \u0645\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0647\u0630\u0627 \u0627\u0644\u0631\u0627\u0626\u0632 \u0628\u0645\u062c\u0631\u062f \u0625\u0631\u0633\u0627\u0644\u0647. \u0627\u0646\u0642\u0631 \u0641\u0648\u0642 \u0022\u0645\u0648\u0627\u0641\u0642\u0022 \u0644\u0644\u0645\u062a\u0627\u0628\u0639\u0629 \u0648\u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0631\u0627\u0626\u0632.","You are about to submit this test part.":"\u0623\u0646\u062a \u0639\u0644\u0649 \u0648\u0634\u0643 \u0625\u0631\u0633\u0627\u0644 \u062c\u0632\u0621 \u0645\u0646 \u0647\u0630\u0627 \u0627\u0644\u0631\u0627\u0626\u0632.","You are currently working offline.":"\u0623\u0646\u062a \u062a\u0639\u0645\u0644 \u062d\u0627\u0644\u064a\u0627 \u062f\u0648\u0646 \u0627\u062a\u0635\u0627\u0644.","You are encountering a prolonged connectivity loss. ":"\u0623\u0646\u062a \u062a\u0648\u0627\u062c\u0647 \u0641\u0642\u062f\u0627\u0646 \u0627\u062a\u0635\u0627\u0644 \u0645\u0628\u0627\u0634\u0631","You are not allowed to write in the class %s":"\u063a\u064a\u0631 \u0645\u0633\u0645\u0648\u062d \u0644\u0643 \u0628\u0627\u0644\u0643\u062a\u0627\u0628\u0629 \u0641\u064a \u0627\u0644\u0642\u0633\u0645 %s","You are not authorised to remove this lock":"\u063a\u064a\u0631 \u0645\u0635\u0631\u062d \u0644\u0643 \u0628\u0625\u0632\u0627\u0644\u0629 \u0647\u0630\u0627 \u0627\u0644\u0642\u0641\u0644","You can magnify the content by up to 200%. Check your browser settings to find out how to do it.":"\u064a\u0645\u0643\u0646\u0643 \u062a\u0643\u0628\u064a\u0631 \u0627\u0644\u0645\u062d\u062a\u0648\u0649 \u0628\u0646\u0633\u0628\u0629 \u062a\u0635\u0644 \u0625\u0644\u0649 %200. \u062a\u062d\u0642\u0642 \u0645\u0646 \u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0645\u062a\u0635\u0641\u062d \u0627\u0644\u062e\u0627\u0635 \u0628\u0643 \u0644\u0645\u0639\u0631\u0641\u0629 \u0643\u064a\u0641\u064a\u0629 \u0627\u0644\u0642\u064a\u0627\u0645 \u0628\u0630\u0644\u0643.","You cannot delete the root node":"\u0644\u0627 \u064a\u0645\u0643\u0646\u0643 \u062d\u0630\u0641 \u0639\u0642\u062f\u0629 \u0627\u0644\u062c\u0630\u0631","You cannot move the selected resources in the class %s":"\u0644\u0627 \u064a\u0645\u0643\u0646\u0643 \u0646\u0642\u0644 \u0627\u0644\u0645\u0648\u0627\u0631\u062f \u0627\u0644\u0645\u062d\u062f\u062f\u0629 \u0641\u064a \u0627\u0644\u0641\u0635\u0644 \u0627\u0644\u062f\u0631\u0627\u0633\u064a %s","You currently have no access to the platform":"\u0644\u064a\u0633 \u0644\u062f\u064a\u0643 \u062d\u0627\u0644\u064a\u0627 \u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0645\u0646\u0635\u0629","You do not have the required rights to edit this resource.":"\u0644\u064a\u0633 \u0644\u062f\u064a\u0643 \u0627\u0644\u062d\u0642\u0648\u0642 \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629 \u0644\u062a\u062d\u0631\u064a\u0631 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0631\u062f.","You flagged %s item(s) that you can review now":"\u0644\u0642\u062f \u0642\u0645\u062a \u0628\u0648\u0636\u0639 \u0639\u0644\u0627\u0645\u0629 \u0639\u0644\u0649 %s \u0639\u0646\u0635\u0631 (\u0639\u0646\u0627\u0635\u0631) \u064a\u0645\u0643\u0646\u0643 \u0645\u0631\u0627\u062c\u0639\u062a\u0647\u0627 \u0627\u0644\u0622\u0646","You have %s item(s) marked for review.":"\u062a\u0645 \u062a\u0639\u0644\u064a\u0645 %s \u0639\u0646\u0635\u0631\u064b\u0627 \u0644\u0644\u0645\u0631\u0627\u062c\u0639\u0629.","You have %s left to answer remaining %s questions.":"\u0628\u0642\u064a \u0644\u062f\u064a\u0643 %s \u0644\u0644\u0625\u062c\u0627\u0628\u0629 \u0639\u0644\u0649 \u0623\u0633\u0626\u0644\u0629 %s \u0627\u0644\u0645\u062a\u0628\u0642\u064a\u0629.","You have %s remaining to complete the current item.":"\u0644\u062f\u064a\u0643 %s \u0645\u062a\u0628\u0642\u064a\u0629 \u0644\u0625\u0643\u0645\u0627\u0644 \u0627\u0644\u0628\u0646\u062f \u0627\u0644\u062d\u0627\u0644\u064a.","You have %s unanswered question(s)":"\u0644\u062f\u064a\u0643 %s \u0633\u0624\u0627\u0644 (\u0623\u0633\u0626\u0644\u0629) \u0644\u0645 \u064a\u062a\u0645 \u0627\u0644\u0631\u062f \u0639\u0644\u064a\u0647\u0627","You have %s unanswered question(s) and have %s item(s) marked for review.":"\u0644\u062f\u064a\u0643 %s \u0633\u0624\u0627\u0644 (\u0623\u0633\u0626\u0644\u0629) \u0644\u0645 \u064a\u062a\u0645 \u0627\u0644\u0631\u062f \u0639\u0644\u064a\u0647\u0627 \u0648\u062a\u0645 \u0648\u0636\u0639 \u0639\u0644\u0627\u0645\u0629 \u0639\u0644\u0649\u066a s \u0628\u0646\u062f (\u0628\u0646\u0648\u062f) \u0644\u0644\u0645\u0631\u0627\u062c\u0639\u0629.","You have %s unanswered question(s).":"\u0644\u062f\u064a\u0643 %s \u0633\u0624\u0627\u0644 (\u0623\u0633\u0626\u0644\u0629) \u0644\u0645 \u064a\u062a\u0645 \u0627\u0644\u0631\u062f \u0639\u0644\u064a\u0647\u0627.","You have been locked due to too many failed login attempts. ":"\u0644\u0642\u062f \u062a\u0645 \u0625\u063a\u0644\u0627\u0642 \u062d\u0633\u0627\u0628\u0643 \u0628\u0633\u0628\u0628 \u0645\u062d\u0627\u0648\u0644\u0627\u062a \u062a\u0633\u062c\u064a\u0644 \u062f\u062e\u0648\u0644 \u0641\u0627\u0634\u0644\u0629 \u0623\u0643\u062b\u0631 \u0645\u0646 \u0627\u0644\u0644\u0627\u0632\u0645.","You have been logged out. Please login again":"\u0644\u0642\u062f \u062a\u0645 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062e\u0631\u0648\u062c. \u0631\u062c\u0627\u0621 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644","You must activate JavaScript in your browser to run this application.":"\u064a\u062c\u0628 \u0639\u0644\u064a\u0643 \u062a\u0646\u0634\u064a\u0637 JavaScript \u0641\u064a \u0627\u0644\u0645\u062a\u0635\u0641\u062d \u0627\u0644\u062e\u0627\u0635 \u0628\u0643 \u0644\u062a\u0634\u063a\u064a\u0644 \u0647\u0630\u0627 \u0627\u0644\u062a\u0637\u0628\u064a\u0642.","You will not be able to access this test once submitted. Click \u0022%s\u0022 to continue and submit the test.":"\u0644\u0646 \u062a\u062a\u0645\u0643\u0646 \u0645\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0647\u0630\u0627 \u0627\u0644\u0627\u062e\u062a\u0628\u0627\u0631 \u0628\u0645\u062c\u0631\u062f \u0625\u0631\u0633\u0627\u0644\u0647. \u0627\u0646\u0642\u0631 \u0641\u0648\u0642 \u0022%s\u0022 \u0644\u0644\u0645\u062a\u0627\u0628\u0639\u0629 \u0648\u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0627\u062e\u062a\u0628\u0627\u0631.","Your account has been locked, please contact your administrator.":"\u062a\u0645 \u0625\u063a\u0644\u0627\u0642 \u062d\u0633\u0627\u0628\u0643 \u060c \u064a\u0631\u062c\u0649 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0627\u0644\u0645\u0633\u0624\u0648\u0644.","Your browser does not meet the technical requirements to run TAO.":"\u0627\u0644\u0645\u062a\u0635\u0641\u062d \u0627\u0644\u062e\u0627\u0635 \u0628\u0643 \u0644\u0627 \u064a\u0641\u064a \u0628\u0627\u0644\u0645\u062a\u0637\u0644\u0628\u0627\u062a \u0627\u0644\u0641\u0646\u064a\u0629 \u0644\u062a\u0634\u063a\u064a\u0644 TAO.","Your browser does not support copying to the clipboard":"\u0645\u062a\u0635\u0641\u062d\u0643 \u0644\u0627 \u064a\u062f\u0639\u0645 \u0627\u0644\u0646\u0633\u062e \u0625\u0644\u0649 \u0627\u0644\u062d\u0627\u0641\u0638\u0629","Your browser doesn\u2019t support the audio player.":"\u0645\u062a\u0635\u0641\u062d\u0643 \u0644\u0627\u064a\u062d\u062a\u0645\u0644 \u0645\u0634\u063a\u0644 \u0627\u0644\u0635\u0648\u062a.","Your browser doesn\u2019t support the video player.":"\u0645\u062a\u0635\u0641\u062d\u0643 \u0644\u0627 \u064a\u062d\u062a\u0645\u0644 \u0645\u0634\u063a\u0644 \u0627\u0644\u0641\u064a\u062f\u064a\u0648.","Your comment\u2026":"\u062a\u0639\u0644\u064a\u0642\u0643... ","Your connection seems to be back, please proceed.":"\u064a\u0628\u062f\u0648 \u0623\u0646 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0642\u062f \u0639\u0627\u062f \u060c \u064a\u0631\u062c\u0649 \u0627\u0644\u0645\u062a\u0627\u0628\u0639\u0629.","Your mail":"\u0628\u0631\u064a\u062f\u0643 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a","Your TAO Password":"\u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631 TAO \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0643","Zoom":"\u062a\u0643\u0628\u064a\u0631","Zoom in":"\u062a\u0643\u0628\u064a\u0631 \u0641\u064a","Zoom out":"\u062a\u0643\u0628\u064a\u0631 \u062e\u0627\u0631\u062c"} \ No newline at end of file +{" AND ":" AND "," and ":" \u0645\u0639 "," has been deleted successfully":"\u062a\u0645 \u062d\u0630\u0641\u0647 \u0628\u0646\u062c\u0627\u062d"," is ":"\u0647\u0648"," next":"\u0627\u0644\u062a\u0627\u0644\u064a"," Remove criteria":"\u062d\u0630\u0641 \u0627\u0644\u0645\u0639\u0627\u064a\u064a\u0631"," requires a subgrid adapter":"\u064a\u062d\u062a\u0627\u062c \u0625\u0644\u0649 \u0645\u062d\u0648\u0644 \u0627\u0644\u0634\u0628\u0643\u0629 \u0627\u0644\u0641\u0631\u0639\u064a\u0629","%1$s expected but %2$s detected":"\u0646\u0633\u0628\u0629 \u0645\u0626\u0648\u064a\u0629 (%1$s) \u0643\u0630\u0627 \u0645\u0631\u062a\u0642\u0628\u0629 \u0644\u0643\u0646 \u0646\u0633\u0628\u0629 \u0643\u0630\u0627 \u0645\u062a\u062d\u0642\u0642\u0629 (%2$s)","%d attempts left before your account is locked.":".\u0627\u0644\u0645\u062a\u0628\u0642\u0649 \u0644\u0643 \u0645\u0646 \u0627\u0644\u0648\u0642\u062a \u0628\u0627\u0644\u0646\u0633\u0628\u0629 \u0627\u0644\u0645\u0626\u0648\u064a\u0629 \u0642\u0628\u0644 \u0623\u0646 \u064a\u062a\u0645 \u0625\u0642\u0641\u0627\u0644 \u062d\u0633\u0627\u0628\u0643 %d","%d day":"%d \u0645\u0646 \u064a\u0648\u0645","%d days":"%d \u0645\u0646 \u0623\u064a\u0627\u0645","%h hour":"%h \u0645\u0646 \u0633\u0627\u0639\u0629","%h hours":"%h \u0645\u0646 \u0633\u0627\u0639\u0627\u062a","%i minute":"%i \u0645\u0646 \u062f\u0642\u064a\u0642\u0629","%i minutes":"%i \u0645\u0646 \u062f\u0642\u0627\u0626\u0642","%m month":"%m \u0645\u0646 \u0634\u0647\u0631","%m months":"%m \u0645\u0646 \u0634\u0647\u0648\u0631","%s %s selected":"%s %s \u0644\u0645\u0627 \u062a\u0645 \u0627\u0646\u062a\u0642\u0627\u0624\u0647","%s (%s kb)":"%s (%s \u0643 \u0628) \u0643\u064a\u0644\u0648 \u0628\u0627\u064a\u062a","%s Class saved":"\u062a\u0645 \u062d\u0641\u0638 \u0627\u0644\u0642\u0633\u0645 %s","%s classes":"%s \/ \u0623\u0642\u0633\u0627\u0645","%s Confirmation":"\u062a\u0623\u0643\u064a\u062f %s","%s could not be released":"\u062a\u0639\u0630\u0631 \u0639\u0631\u0636\u0647 %s","%s created":"\u062a\u0645 \u0627\u0644\u0625\u0646\u0634\u0627\u0621 %s","%s extension(s) to install.":"%s \u0627\u0644\u0645\u0644\u062d\u0642\u0627\u062a \u0627\u0644\u0645\u0631\u0627\u062f \u062a\u062b\u0628\u064a\u062a\u0647\u0627.","%s has been deleted":"\u062a\u0645 \u062d\u0630\u0641 %s","%s has been released":"%s \u062a\u0645 \u0639\u0631\u0636","%s instances":"\u0637\u0644\u0628\u0627\u062a %s","%s is of a type that cannot be published":"\u0645\u0646 \u0646\u0648\u0639 \u0644\u0627 \u064a\u0645\u0643\u0646 \u0646\u0634\u0631\u0647 %s","%s Locked":"\u0645\u0624\u0645\u0646 %s","%s to answer %s":" %s \u0644\u0644\u0625\u062c\u0627\u0628\u0629 \u0639\u0644\u0649 %s","%s\u0022 is not a valid index identifier. It must start with a letter and contain letters, numbers or underscores only":"%s \u0022\u0644\u064a\u0633 \u0645\u0639\u0631\u0641 \u0641\u0647\u0631\u0633 \u0635\u0627\u0644\u062d\u064b\u0627. \u064a\u062c\u0628 \u0623\u0646 \u064a\u0628\u062f\u0623 \u0628\u062d\u0631\u0641 \u0648\u0623\u0646 \u064a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 \u0623\u062d\u0631\u0641 \u0623\u0648 \u0623\u0631\u0642\u0627\u0645 \u0623\u0648 \u0634\u0631\u0637\u0627\u062a \u0633\u0641\u0644\u064a\u0629 \u0641\u0642\u0637","%y year":"\u0633\u0646\u0629 %y","%y years":"\u0633\u0646\u0648\u0627\u062a %y","(empty)":"(\u0641\u0627\u0631\u063a)","(Visual) Clear all active highlights":"(\u0645\u0631\u0626\u064a) \u0627\u0645\u0633\u062d \u0643\u0644 \u0627\u0644\u0625\u0636\u0627\u0621\u0627\u062a \u0627\u0644\u0646\u0634\u0637\u0629","(Visual) Highlight Text":"(\u0628\u0635\u0631\u064a) \u062a\u0645\u064a\u064a\u0632 \u0627\u0644\u0646\u0635","... reloading page.":"\u0625\u0639\u0627\u062f\u0629 \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0635\u0641\u062d\u0629.","Filters<\/del>":" \u0627\u0644\u0645\u0641\u0631\u0632\u0627\u062a <\/del>","Options<\/del>":" \u062e\u064a\u0627\u0631\u0627\u062a <\/del>"," %s <\/strong> has been moved to the background.":"\u062a\u0645 \u0646\u0642\u0644 %s <\/strong> \u0625\u0644\u0649 \u0627\u0644\u062e\u0644\u0641\u064a\u0629.","> Extension %s succesfully installed.":"> \u062a\u0645 \u062a\u062b\u0628\u064a\u062a \u0627\u0644\u0645\u0644\u062d\u0642 %s \u0628\u0646\u062c\u0627\u062d.","> Installation done.":" > \u062a\u0645 \u0627\u0644\u062a\u062b\u0628\u064a\u062a","a class":"\u0635\u0641 ","A date has to be a Datetime or timestamp":"\u064a\u062c\u0628 \u0623\u0646 \u064a\u0643\u0648\u0646 \u0627\u0644\u062a\u0627\u0631\u064a\u062e \u062a\u0627\u0631\u064a\u062e\u064b\u0627 \u0645\u062d\u062f\u062f\u0627 \u0632\u0645\u0646\u064a\u0627 \u0623\u0648 \u0630\u0627 \u0637\u0627\u0628\u0639\u064b \u0632\u0645\u0646\u064a","A fatal error occured during the installation process.":"\u062d\u062f\u062b \u062e\u0637\u0623 \u0623\u062b\u0646\u0627\u0621 \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062a\u062b\u0628\u064a\u062a .","A maintenance status must have a STATUS: \u0022%s\u0022 or \u0022%s":"\u064a\u062c\u0628 \u0623\u0646 \u064a\u0643\u0648\u0646 \u0644\u062d\u0627\u0644\u0629 \u0627\u0644\u0635\u064a\u0627\u0646\u0629 \u062d\u0627\u0644\u0629: \u0022%s\u0022 \u0623\u0648 \u0022%s","A message with further instructions has been sent to your email address: %s":"\u062a\u0645 \u0625\u0631\u0633\u0627\u0644 \u0631\u0633\u0627\u0644\u0629 \u062a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 \u0645\u0632\u064a\u062f \u0645\u0646 \u0627\u0644\u0625\u0631\u0634\u0627\u062f\u0627\u062a \u0625\u0644\u0649 \u0639\u0646\u0648\u0627\u0646 \u0628\u0631\u064a\u062f\u0643 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a: %s","A QTI Item involved in the QTI Test \u0027%s\u0027 could not be compiled.":"\u062a\u0639\u0630\u0631 \u062a\u062c\u0645\u064a\u0639 \u0628\u0646\u062f QTI \u0627\u0644\u0645\u062a\u0636\u0645\u0646 \u0641\u064a \u0631\u0627\u0626\u0632 QTI \u0027%s\u0027","A QTI Test must contain at least one QTI Item to be compiled. None found.":"\u064a\u062c\u0628 \u0623\u0646 \u064a\u062d\u062a\u0648\u064a \u0631\u0627\u0626\u0632 QTI \u0639\u0644\u0649 \u0628\u0646\u062f QTI \u0648\u0627\u062d\u062f \u0639\u0644\u0649 \u0627\u0644\u0623\u0642\u0644 \u0644\u064a\u062a\u0645 \u062a\u062c\u0645\u064a\u0639\u0647. \u0644\u0627 \u0634\u064a\u0621 \u0648\u062c\u062f.","A qti testpackage":"\u062d\u0632\u0645\u0629 \u0631\u0648\u0627\u0626\u0632 qti","A remote resource referenced in QTI test \u0027%s\u0027 could not be retrieved.":"\u062a\u0639\u0630\u0631 \u0627\u0633\u062a\u0631\u062f\u0627\u062f \u0645\u0648\u0631\u062f \u0628\u0639\u064a\u062f \u0645\u0634\u0627\u0631 \u0625\u0644\u064a\u0647 \u0641\u064a \u0631\u0627\u0626\u0632 QTI \u0027%s\u0027.","A response to every question in this item is required.":"\u0645\u0637\u0644\u0648\u0628 \u0625\u062c\u0627\u0628\u0629 \u0639\u0644\u0649 \u0643\u0644 \u0633\u0624\u0627\u0644 \u0641\u064a \u0647\u0630\u0627 \u0627\u0644\u0628\u0646\u062f.","A response to this item is required.":"\u0645\u0637\u0644\u0648\u0628 \u0627\u0644\u0625\u062c\u0627\u0628\u0629 \u0639\u0646 \u0647\u0630\u0627 \u0627\u0644\u0628\u0646\u062f.","A valid response to this item is required.":"\u0645\u0637\u0644\u0648\u0628 \u062c\u0648\u0627\u0628 \u0635\u062d\u064a\u062d \u0639\u0646 \u0647\u0630\u0627 \u0627\u0644\u0628\u0646\u062f.","A visible section is one that is identifiable by the candidate.":"\u0627\u0644\u0642\u0633\u0645 \u0627\u0644\u0645\u0631\u0626\u064a \u0647\u0648 \u0627\u0644\u0642\u0633\u0645 \u0627\u0644\u0630\u064a \u064a\u0645\u0643\u0646 \u0644\u0644\u0645\u0631\u0634\u062d \u062a\u062d\u062f\u064a\u062f\u0647.","About":"\u062d\u0648\u0644","abs":"abs","Absolute value":"\u0627\u0644\u0642\u064a\u0645\u0629 \u0627\u0644\u0645\u0637\u0644\u0642\u0629 ","AC":"AC","Access Denied":"\u0631\u0641\u0636 \u0627\u0644\u062f\u062e\u0648\u0644","Access denied. Please renew your authentication!":"!\u062a\u0645 \u0631\u0641\u0636 \u0627\u0644\u0648\u0635\u0648\u0644. \u064a\u0631\u062c\u0649 \u062a\u062c\u062f\u064a\u062f \u0627\u0644\u0645\u0635\u0627\u062f\u0642\u0629 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0643","Account status":"\u0648\u0636\u0639\u064a\u0629 \u0627\u0644\u062d\u0633\u0627\u0628","Action":"\u0625\u062c\u0631\u0627\u0621","Action %s - removed %s positions":"\u0627\u0644\u0625\u062c\u0631\u0627\u0621 %s - \u0625\u0632\u0627\u0644\u0629 %s \u0645\u0646 \u0627\u0644\u0645\u0648\u0627\u0636\u0639","Action `%s` is not configured in the action queue service":"\u0644\u0645 \u064a\u062a\u0645 \u062a\u0643\u0648\u064a\u0646 \u0627\u0644\u0625\u062c\u0631\u0627\u0621 `%s` \u0641\u064a \u062e\u062f\u0645\u0629 \u0642\u0627\u0626\u0645\u0629 \u0627\u0646\u062a\u0638\u0627\u0631 \u0627\u0644\u0625\u062c\u0631\u0627\u0621\u0627\u062a","Action was not executed yet":"\u0644\u0645 \u064a\u062a\u0645 \u062a\u0646\u0641\u064a\u0630 \u0627\u0644\u0625\u062c\u0631\u0627\u0621 \u0628\u0639\u062f ","Actions":"\u0625\u062c\u0631\u0627\u0621\u0627\u062a","Activated":"\u0645\u0641\u0639\u0644","Add":"\u0625\u0636\u0627\u0641\u0629","Add \/ Edit lists":"\u0625\u0636\u0627\u0641\u0629 \/ \u062a\u062d\u0631\u064a\u0631 \u0627\u0644\u0644\u0627\u0648\u0627\u0626\u062d","Add a CSV file":"\u0623\u0636\u0641 \u0645\u0644\u0641 CSV ","add a new weight":"\u0625\u0636\u0627\u0641\u0629 \u0648\u0632\u0646 \u062c\u062f\u064a\u062f","Add a user":"\u0627\u0636\u0627\u0641\u0629 \u0645\u0633\u062a\u062e\u062f\u0645","Add a zip file containing QTI\/APIP tests and items":"\u0623\u0636\u0641 \u0645\u0644\u0641\u064b\u0627 \u0645\u0636\u063a\u0648\u0637\u064b\u0627 \u064a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 \u0631\u0648\u0627\u0626\u0632 \u0648\u0628\u0646\u0648\u062f QTI \/ APIP","Add an RDF\/XML file":"\u0623\u0636\u0641 \u0645\u0644\u0641 RDF \/ XML","add criteria":"\u0623\u0636\u0641 \u0645\u0639\u0627\u064a\u064a\u0631","Add file(s)":"\u0623\u0636\u0641 \u0645\u0644\u0641\u0627\u062a","Add property":"\u0623\u0636\u0641 \u062e\u0627\u0635\u064a\u0627\u062a","Add selected item(s) here.":"\u0623\u0636\u0641 \u0627\u0644\u0628\u0646\u0648\u062f \u0627\u0644\u0645\u062d\u062f\u062f\u0629 \u0647\u0646\u0627.","Add the source file":"\u0623\u0636\u0641 \u0645\u0635\u062f\u0631 \u0627\u0644\u0645\u0644\u0641","Adding search index for %s":"\u0625\u0636\u0627\u0641\u0629 \u0641\u0647\u0631\u0633 \u0627\u0644\u0628\u062d\u062b \u0644\u0640 %s","Adding the new class has failed":"\u0625\u0636\u0627\u0641\u0629 \u0642\u0633\u0645 \u062c\u062f\u064a\u062f \u0628\u0627\u0621\u062a \u0628\u0627\u0644\u0641\u0634\u0644","Adding the new resource has failed":"\u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0645\u0648\u0631\u062f \u0627\u0644\u062c\u062f\u064a\u062f \u0628\u0627\u0621\u062a \u0628\u0627\u0644\u0641\u0634\u0644","Advanced search, add filters":"\u0628\u062d\u062b \u0645\u062a\u0642\u062f\u0645 \u060c \u0625\u0636\u0627\u0641\u0629 \u0645\u0641\u0631\u0632\u0627\u062a","After you complete the section it would be impossible to return to this section to make changes. Are you sure you want to end the section?":"\u0628\u0639\u062f \u0625\u0643\u0645\u0627\u0644 \u0647\u0630\u0627 \u0627\u0644\u062c\u0632\u0621 \u060c \u0633\u064a\u0643\u0648\u0646 \u0645\u0646 \u0627\u0644\u0645\u0633\u062a\u062d\u064a\u0644 \u0627\u0644\u0639\u0648\u062f\u0629 \u0625\u0644\u064a\u0647 \u0644\u0625\u062c\u0631\u0627\u0621 \u062a\u063a\u064a\u064a\u0631\u0627\u062a. \u0647\u0644 \u0623\u0646\u062a \u0645\u062a\u0623\u0643\u062f \u0623\u0646\u0643 \u062a\u0631\u064a\u062f \u0625\u0646\u0647\u0627\u0621 \u0647\u0630\u0627 \u0627\u0644\u062c\u0632\u0621?","aliases:":"\u0623\u0633\u0645\u0627\u0621 \u0645\u0633\u062a\u0639\u0627\u0631\u0629","all":"\u0643\u0644","All":"\u0627\u0644\u0643\u0644","All data will be removed in %s":"\u0633\u064a\u062a\u0645 \u062d\u0630\u0641 \u0643\u0627\u0641\u0629 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0641\u064a %s","All fields are required":"\u062c\u0645\u064a\u0639 \u0627\u0644\u062d\u0642\u0648\u0644 \u0645\u0637\u0644\u0648\u0628\u0629","All rights reserved.":"\u062c\u0645\u064a\u0639 \u0627\u0644\u062d\u0642\u0648\u0642 \u0645\u062d\u0641\u0648\u0638\u0629","Allow Comment":"\u0627\u0644\u0633\u0645\u0627\u062d \u0628\u0627\u0644\u062a\u0639\u0644\u064a\u0642","Allow for all domains":"\u0627\u0644\u0633\u0645\u0627\u062d \u0644\u062c\u0645\u064a\u0639 \u0627\u0644\u0645\u062c\u0627\u0644\u0627\u062a","Allow for the following domains":"\u0627\u0644\u0633\u0645\u0627\u062d \u0644\u0644\u0645\u062c\u0627\u0644\u0627\u062a \u0627\u0644\u062a\u0627\u0644\u064a\u0629","Allow Review":"\u0627\u0644\u0633\u0645\u0627\u062d \u0628\u0627\u0644\u0645\u0631\u0627\u062c\u0639\u0629","Allow Section Skipping":"\u0627\u0644\u0633\u0645\u0627\u062d \u0628\u062a\u062e\u0637\u064a \u0627\u0644\u062c\u0632\u0621","Allow Skipping":"\u0627\u0644\u0633\u0645\u0627\u062d \u0628\u0627\u0644\u062a\u062e\u0637\u064a","Allow skipping of the current section.":"\u0627\u0644\u0633\u0645\u0627\u062d \u0628\u062a\u062e\u0637\u064a \u0627\u0644\u062c\u0632\u0621 \u0627\u0644\u062d\u0627\u0644\u064a.","Allow Test-taker to playback media files associated according to APIP protocol to item content.":"\u0627\u0633\u0645\u062d \u0644\u0644\u0645\u062a\u0642\u062f\u0645\u0644\u0644\u0631\u0627\u0626\u0632 \u0628\u062a\u0634\u063a\u064a\u0644 \u0645\u0644\u0641\u0627\u062a \u0627\u0644\u0648\u0633\u0627\u0626\u0637 \u0627\u0644\u0645\u0631\u062a\u0628\u0637\u0629 \u0648\u0641\u0642\u064b\u0627 \u0644\u0628\u0631\u0648\u062a\u0648\u0643\u0648\u0644 APIP \u0644\u0645\u062d\u062a\u0648\u0649 \u0627\u0644\u0628\u0646\u062f.","Allow the candidate to review his answers.":"\u0627\u0633\u0645\u062d \u0644\u0644\u0645\u0631\u0634\u062d \u0628\u0645\u0631\u0627\u062c\u0639\u0629 \u0625\u062c\u0627\u0628\u0627\u062a\u0647.","Allow the test-taker to eliminate \/ strikethrough answers in choice interactions.":"\u0627\u0633\u0645\u062d \u0644\u0644\u0645\u062a\u0642\u062f\u0645 \u0644\u0644\u0631\u0627\u0626\u0632 \u0628\u0625\u0632\u0627\u0644\u0629 \/ \u064a\u062a\u0648\u0633\u0637\u0647 \u062e\u0637 \u0641\u064a \u0627\u0644\u0625\u062c\u0627\u0628\u0627\u062a \u0641\u064a \u062a\u0641\u0627\u0639\u0644\u0627\u062a \u0627\u0644\u0627\u062e\u062a\u064a\u0627\u0631.","Allow the test-taker to highlight parts of the item text.":"\u0627\u0633\u0645\u062d \u0644\u0644\u0645\u062a\u0642\u062f\u0645 \u0644\u0644\u0631\u0627\u0626\u0632 \u0628\u062a\u0645\u064a\u064a\u0632 \u0623\u062c\u0632\u0627\u0621 \u0645\u0646 \u0646\u0635 \u0627\u0644\u0628\u0646\u062f.","Allow the test-taker to mask and unmask answers in choice interactions.":"\u0627\u0633\u0645\u062d \u0644\u0644\u0645\u062a\u0642\u062f\u0645 \u0644\u0644\u0631\u0627\u0626\u0632 \u0628\u0625\u062e\u0641\u0627\u0621 \u0648\u0643\u0634\u0641 \u0627\u0644\u0625\u062c\u0627\u0628\u0627\u062a \u0641\u064a \u062a\u0641\u0627\u0639\u0644\u0627\u062a \u0627\u0644\u0631\u0627\u0626\u0632.","Allow the test-taker to mask parts of the item with a movable mask.":"\u0627\u0633\u0645\u062d \u0644\u0644\u0645\u062a\u0642\u062f\u0645 \u0644\u0644\u0631\u0627\u0626\u0632 \u0628\u0625\u062e\u0641\u0627\u0621 \u0623\u062c\u0632\u0627\u0621 \u0645\u0646 \u0627\u0644\u0628\u0646\u062f \u0628\u0642\u0646\u0627\u0639 \u0645\u062a\u062d\u0631\u0643.","Allow the test-taker to use a basic calculator.":"\u0627\u0633\u0645\u062d \u0644\u0644\u0645\u062a\u0642\u062f\u0645 \u0644\u0644\u0631\u0627\u0626\u0632 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0622\u0644\u0629 \u0627\u0644\u062d\u0627\u0633\u0628\u0629 \u0627\u0644\u0623\u0633\u0627\u0633\u064a\u0629.","Allow the test-taker to use a calculator respecting the order of operations (BODMAS).":"\u0627\u0633\u0645\u062d \u0644\u0644\u0645\u062a\u0642\u062f\u0645 \u0644\u0644\u0631\u0627\u0626\u0632 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0622\u0644\u0629 \u062d\u0627\u0633\u0628\u0629 \u062a\u062d\u062a\u0631\u0645 \u062a\u0631\u062a\u064a\u0628 \u0627\u0644\u0639\u0645\u0644\u064a\u0627\u062a (BODMAS).","Allow the test-taker to use a movable magnifier tool.":"\u0627\u0633\u0645\u062d \u0644\u0644\u0645\u062a\u0642\u062f\u0645 \u0644\u0644\u0631\u0627\u0626\u0632 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0623\u062f\u0627\u0629 \u0627\u0644\u0645\u0643\u0628\u0631 \u0627\u0644\u0645\u062a\u062d\u0631\u0643\u0629.","Allow the test-taker to use a scientific calculator.":"\u0627\u0633\u0645\u062d \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0622\u0644\u0629 \u0627\u0644\u062d\u0627\u0633\u0628\u0629 \u0627\u0644\u0639\u0644\u0645\u064a\u0629.","Allow the test-taker to visually isolate a line of text.":"\u0627\u0633\u0645\u062d \u0628\u0639\u0632\u0644 \u0633\u0637\u0631 \u0645\u0646 \u0627\u0644\u0646\u0635 \u0628\u0635\u0631\u064a\u064b\u0627.","Allows Test-taker to zoom in and out the item content.":"\u064a\u0633\u0645\u062d \u0628\u062a\u0643\u0628\u064a\u0631 \u0648\u062a\u0635\u063a\u064a\u0631 \u0645\u062d\u062a\u0648\u0649 \u0627\u0644\u0628\u0646\u062f.","Alpha version":"\u0646\u0633\u062e\u0629 \u0623\u0644\u0641\u0627","Also compute the score per categories":"\u0627\u062d\u0633\u0628 \u0623\u064a\u0636\u064b\u0627 \u0627\u0644\u0646\u062a\u064a\u062c\u0629 \u0644\u0643\u0644 \u0641\u0626\u0629","An email has been sent":"\u062a\u0645 \u0627\u0631\u0633\u0627\u0644 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a ","An error occured while retrieving items":"\u062d\u062f\u062b \u062e\u0637\u0623 \u0623\u062b\u0646\u0627\u0621 \u0627\u0633\u062a\u0631\u062f\u0627\u062f \u0627\u0644\u0628\u0646\u0648\u062f","An error occurred during results submission. Please retry.":"\u062d\u062f\u062b \u062e\u0637\u0623 \u0623\u062b\u0646\u0627\u0621 \u062a\u0642\u062f\u064a\u0645 \u0627\u0644\u0646\u062a\u0627\u0626\u062c. \u0627\u0644\u0631\u062c\u0627\u0621 \u0627\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629.","An error occurred during the test initialization!":"\u062d\u062f\u062b \u062e\u0637\u0623 \u0623\u062b\u0646\u0627\u0621 \u0628\u062f\u0621 \u0627\u0644\u0631\u0627\u0626\u0632!","An error occurred during the test, please content your administrator.":"\u062d\u062f\u062b \u062e\u0637\u0623 \u0623\u062b\u0646\u0627\u0621 \u0627\u0644\u0631\u0627\u0626\u0632\u060c \u064a\u0631\u062c\u0649 \u0645\u0631\u0627\u062c\u0639\u0629 \u0627\u0644\u0645\u0633\u0624\u0648\u0644 \u0627\u0644\u062e\u0627\u0635 \u0628\u0643.","An error occurred during user deletion":"\u062d\u062f\u062b \u062e\u0637\u0623 \u0623\u062b\u0646\u0627\u0621 \u062d\u0630\u0641 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645","An error occurred!":"\u062d\u062f\u062b \u062e\u0637\u0623!","An error occurs, please contact your administrator":"\u062d\u062f\u062b \u062e\u0637\u0623 \u060c \u064a\u0631\u062c\u0649 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0627\u0644\u0645\u0633\u0624\u0648\u0644","An exception occured while running \u0022%s":"\u062d\u062f\u062b \u0627\u0633\u062a\u062b\u0646\u0627\u0621 \u0623\u062b\u0646\u0627\u0621 \u062a\u0634\u063a\u064a\u0644 \u0022%s","an instance":"\u062d\u0627\u0644\u0629 \u0623\u0648 \u0645\u062b\u0627\u0644","An invisible section with a parent that is subject to shuffling can specify whether or not its children, which will appear to the candidate as if they were part of the parent, are shuffled as a block or mixed up with the other children of the parent section.":"\u064a\u0645\u0643\u0646 \u0644\u0644\u062c\u0632\u0621 \u063a\u064a\u0631 \u0627\u0644\u0645\u0631\u0626\u064a \u0645\u0639 \u0623\u062d\u062f \u0627\u0644\u0648\u0627\u0644\u062f\u064a\u0646 \u0627\u0644\u062e\u0627\u0636\u0639 \u0644\u0644\u062e\u0644\u0637 \u0623\u0646 \u064a\u062d\u062f\u062f \u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0623\u0637\u0641\u0627\u0644\u0647 \u060c \u0627\u0644\u0630\u064a\u0646 \u0633\u064a\u0638\u0647\u0631\u0648\u0646 \u0644\u0644\u0645\u0631\u0634\u062d \u0643\u0645\u0627 \u0644\u0648 \u0643\u0627\u0646\u0648\u0627 \u062c\u0632\u0621\u064b\u0627 \u0645\u0646 \u0627\u0644\u0648\u0627\u0644\u062f \u060c \u0642\u062f \u062a\u0645 \u062e\u0644\u0637\u0647\u0645 \u0643\u0643\u062a\u0644\u0629 \u0623\u0648 \u062e\u0644\u0637\u0647\u0645 \u0645\u0639 \u0627\u0644\u0623\u0637\u0641\u0627\u0644 \u0627\u0644\u0622\u062e\u0631\u064a\u0646 \u0644\u0644\u0642\u0633\u0645 \u0627\u0644\u0623\u0635\u0644\u064a \u0623\u0645 \u0644\u0627 .","An item involved in the test cannot be read or is not QTI compliant.":"\u0644\u0627 \u064a\u0645\u0643\u0646 \u0642\u0631\u0627\u0621\u0629 \u0639\u0646\u0635\u0631 \u0645\u0634\u0645\u0648\u0644 \u0641\u064a \u0627\u0644\u0631\u0627\u0626\u0632 \u0623\u0648 \u0623\u0646\u0647 \u063a\u064a\u0631 \u0645\u062a\u0648\u0627\u0641\u0642 \u0645\u0639 QTI.","An item involved in the test cannot be written.":"\u0644\u0627 \u064a\u0645\u0643\u0646 \u0643\u062a\u0627\u0628\u0629 \u0639\u0646\u0635\u0631 \u0645\u0634\u062a\u0631\u0643 \u0641\u064a \u0627\u0644\u0631\u0627\u0626\u0632.","An unknown error occured while compiled QTI Test \u0027%s\u0027.":"\u062d\u062f\u062b \u062e\u0637\u0623 \u063a\u064a\u0631 \u0645\u0639\u0631\u0648\u0641 \u0623\u062b\u0646\u0627\u0621 \u062a\u062c\u0645\u064a\u0639 \u0627\u0644\u0631\u0627\u0626\u0632 QTI \u0027%s\u0027 \u0628\u0631\u0645\u062c\u064a\u064b\u0627.","An unknown error occured while compiling QTI test \u0027%s\u0027.":"\u062d\u062f\u062b \u062e\u0637\u0623 \u063a\u064a\u0631 \u0645\u0639\u0631\u0648\u0641 \u0623\u062b\u0646\u0627\u0621 \u062a\u062c\u0645\u064a\u0639 \u0627\u0644\u0631\u0627\u0626\u0632 QTI \u0027%s\u0027.","An unrecoverable error occurred. Your test session will be paused.":"\u062d\u062f\u062b \u062e\u0637\u0623 \u0644\u0627 \u064a\u0645\u0643\u0646 \u0625\u0635\u0644\u0627\u062d\u0647. \u0633\u064a\u062a\u0645 \u0625\u064a\u0642\u0627\u0641 \u062c\u0644\u0633\u0629 \u0627\u0644\u0631\u0627\u0626\u0632 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0643 \u0645\u0624\u0642\u062a\u064b\u0627.","and":"\u0648","and flagged %s of them":"\u0648\u0639\u0644\u0645\u062a %s \u0645\u0646\u0647\u0645","and you flagged %s item(s) that you can review now":"\u0648\u0642\u0645\u062a \u0628\u0648\u0636\u0639 \u0639\u0644\u0627\u0645\u0629 \u0639\u0644\u0649 %s \u0639\u0646\u0635\u0631 (\u0639\u0646\u0627\u0635\u0631) \u064a\u0645\u0643\u0646\u0643 \u0645\u0631\u0627\u062c\u0639\u062a\u0647\u0627 \u0627\u0644\u0622\u0646","Ans":"Ans","Answer Eliminator":"\u0627\u0644\u062c\u0648\u0627\u0628 \u0627\u0644\u0645\u062d\u0630\u0648\u0641","Answer Masking":"\u0625\u062e\u0641\u0627\u0621 \u0627\u0644\u062c\u0648\u0627\u0628","Answered":"\u062a\u0645\u062a \u0627\u0644\u0625\u062c\u0627\u0628\u0629","APIP Text To Speech":"\u0646\u0635 \u0644\u0644\u062d\u062f\u064a\u062b APIP","Apply":"\u062a\u0637\u0628\u064a\u0642","Apply date range":"\u062a\u0637\u0628\u064a\u0642 \u0627\u0644\u0646\u0637\u0627\u0642 \u0627\u0644\u0632\u0645\u0646\u064a","Arc cosine":"\u0642\u0648\u0633 \u062c\u064a\u0628 \u0627\u0644\u062a\u0645\u0627\u0645","Arc sine":"\u0642\u0648\u0633 \u0627\u0644\u062c\u064a\u0628","Arc tangent":"\u0638\u0644 \u0627\u0644\u0642\u0648\u0633","Archived":"\u062a\u0645 \u062a\u0648\u062b\u064a\u0642\u0647","Are you sure to delete the versioned resource?\nThe history will be lost as well.":"\u0647\u0644 \u0623\u0646\u062a \u0645\u062a\u0623\u0643\u062f \u0645\u0646 \u062d\u0630\u0641 \u0627\u0644\u0645\u0648\u0631\u062f \u0627\u0644\u0630\u064a \u062a\u0645 \u0625\u0635\u062f\u0627\u0631\u0647\u061f\n\u0627\u0644\u0633\u062c\u0644\u0627\u062a \u0627\u0644\u0632\u0645\u0646\u064a\u0629 \u0633\u062a\u062d\u0630\u0641 \u0623\u064a\u0636\u0627","Are you sure you want to clear your answer and go to the next item? You will not be able to go back and provide an answer.":"\u0647\u0644 \u0623\u0646\u062a \u0645\u062a\u0623\u0643\u062f \u0623\u0646\u0643 \u062a\u0631\u064a\u062f \u0645\u0633\u062d \u0625\u062c\u0627\u0628\u062a\u0643 \u0648\u0627\u0644\u0627\u0646\u062a\u0642\u0627\u0644 \u0625\u0644\u0649 \u0627\u0644\u0628\u0646\u062f \u0627\u0644\u062a\u0627\u0644\u064a\u061f \u0644\u0646 \u062a\u062a\u0645\u0643\u0646 \u0645\u0646 \u0627\u0644\u0639\u0648\u062f\u0629 \u0648\u062a\u0642\u062f\u064a\u0645 \u0625\u062c\u0627\u0628\u0629.","Are you sure you want to delete it?":"\u0647\u0644 \u0623\u0646\u062a \u0645\u062a\u0623\u0643\u062f \u0623\u0646\u0643 \u062a\u0631\u064a\u062f \u062d\u0630\u0641 \u0630\u0644\u0643\u061f","Are you sure you want to end the test?":"\u0647\u0644 \u0623\u0646\u062a \u0645\u062a\u0623\u0643\u062f \u0623\u0646\u0643 \u062a\u0631\u064a\u062f \u0625\u0646\u0647\u0627\u0621 \u0627\u0644\u0631\u0627\u0626\u0632?","Are you sure you want to go to the next item? You will not be able to go back and change your answer.":"\u0647\u0644 \u0623\u0646\u062a \u0645\u062a\u0623\u0643\u062f \u0623\u0646\u0643 \u062a\u0631\u064a\u062f \u0627\u0644\u0627\u0646\u062a\u0642\u0627\u0644 \u0625\u0644\u0649 \u0627\u0644\u0628\u0646\u062f \u0627\u0644\u062a\u0627\u0644\u064a\u061f \u0644\u0646 \u062a\u062a\u0645\u0643\u0646 \u0645\u0646 \u0627\u0644\u0639\u0648\u062f\u0629 \u0648\u062a\u063a\u064a\u064a\u0631 \u0625\u062c\u0627\u0628\u062a\u0643.","Are you sure you want to go to the next item? You will not be able to go back and provide an answer.":"\u0647\u0644 \u0623\u0646\u062a \u0645\u062a\u0623\u0643\u062f \u0623\u0646\u0643 \u062a\u0631\u064a\u062f \u0627\u0644\u0627\u0646\u062a\u0642\u0627\u0644 \u0625\u0644\u0649 \u0627\u0644\u0628\u0646\u062f \u0627\u0644\u062a\u0627\u0644\u064a\u061f \u0644\u0646 \u062a\u062a\u0645\u0643\u0646 \u0645\u0646 \u0627\u0644\u0639\u0648\u062f\u0629 \u0648\u062a\u0642\u062f\u064a\u0645 \u0625\u062c\u0627\u0628\u0629.","Are you sure you want to go to the next item? You will not be able to go back.":"\u0647\u0644 \u0623\u0646\u062a \u0645\u062a\u0623\u0643\u062f \u0623\u0646\u0643 \u062a\u0631\u064a\u062f \u0627\u0644\u0627\u0646\u062a\u0642\u0627\u0644 \u0625\u0644\u0649 \u0627\u0644\u0628\u0646\u062f \u0627\u0644\u062a\u0627\u0644\u064a\u061f \u0644\u0646 \u062a\u062a\u0645\u0643\u0646 \u0645\u0646 \u0627\u0644\u0639\u0648\u062f\u0629.","Area Masking":"\u0627\u062e\u0641\u0627\u0621 \u0627\u0644\u062d\u064a\u0632","Argument check failed: %s":"\u062a\u0639\u0630\u0631 \u0627\u0644\u062a\u062d\u0642\u0642 \u0645\u0646 \u0627\u0644\u062d\u062c\u062c: %s","Arguments %s and %s are mutually exclusive":"\u062d\u062c\u062c %s \u0648 %s \u062a\u062a\u0646\u0627\u0641\u0649 \u0641\u064a\u0645\u0627 \u0628\u064a\u0646\u0647\u0627","Arguments separator":"\u0641\u0627\u0635\u0644 \u0628\u064a\u0646 \u0627\u0644\u062d\u062c\u062c","array":"\u0645\u0635\u0641\u0648\u0641\u0629","Assign":"\u062a\u0639\u064a\u064a\u0646","Assign User to role":"\u062a\u0639\u064a\u064a\u0646 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0644\u0644\u062f\u0648\u0631","Assign Users":"\u062a\u0639\u064a\u064a\u0646 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646","Associate a blueprint to a section allow you to validate this section against the specified blueprint.":"\u064a\u062a\u064a\u062d \u0644\u0643 \u0625\u0642\u0631\u0627\u0646 \u0645\u062e\u0637\u0637 \u0628\u062c\u0632\u0621 \u0627\u0644\u062a\u062d\u0642\u0642 \u0645\u0646 \u0635\u062d\u0629 \u0647\u0630\u0627 \u0627\u0644\u062c\u0632\u0621 \u0645\u0642\u0627\u0628\u0644 \u0627\u0644\u0645\u062e\u0637\u0637 \u0627\u0644\u0645\u062d\u062f\u062f.","Associate Blueprint":"\u0645\u062e\u0637\u0637 \u0645\u0634\u0627\u0631\u0643","At least one mandatory parameter was required but found missing in your request":"\u0645\u0637\u0644\u0648\u0628 \u0645\u0639\u0644\u0645\u0629 \u0625\u0644\u0632\u0627\u0645\u064a\u0629 \u0648\u0627\u062d\u062f\u0629 \u0639\u0644\u0649 \u0627\u0644\u0623\u0642\u0644 \u0648\u0644\u0643\u0646 \u062a\u0645 \u0627\u0644\u0639\u062b\u0648\u0631 \u0639\u0644\u064a\u0647\u0627 \u0645\u0641\u0642\u0648\u062f\u0629 \u0641\u064a \u0637\u0644\u0628\u0643","Author":"\u0643\u0627\u062a\u0628","Author Item":"\u0645\u0624\u0644\u0641 \u0627\u0644\u0628\u0646\u062f\/\u0627\u0644\u062a\u0645\u0631\u064a\u0646","Authoring":"\u0645\u062d\u0631\u0631","auto unlocked in %s":"\u062a\u0645 \u0641\u062a\u062d \u0627\u0644\u0642\u0641\u0644 \u062a\u0644\u0642\u0627\u0626\u064a\u064b\u0627 \u0641\u064a %s","Auxiliary file not found at location \u0022%s\u0022.":"\u0644\u0645 \u064a\u062a\u0645 \u0627\u0644\u0639\u062b\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0625\u0636\u0627\u0641\u064a \u0641\u064a \u0627\u0644\u0645\u0648\u0642\u0639 \u0022%s\u0022.","Available":"\u0645\u062a\u0648\u0641\u0631\u0629","Available Extensions":"\u0627\u0644\u0625\u0636\u0627\u0641\u0627\u062a \u0627\u0644\u0645\u062a\u0648\u0641\u0631\u0629","Back":"\u0639\u0648\u062f\u0629","Back to listing":"\u0627\u0644\u0639\u0648\u062f\u0629 \u0625\u0644\u0649 \u0627\u0644\u0642\u0627\u0626\u0645\u0629","Base-10 logarithm":"\u0642\u0627\u0639\u062f\u0629 \u0644\u0648\u063a\u0627\u0631\u064a\u062a\u0645 \u0627\u0644\u0639\u0634\u0631\u064a","Beta version":"\u0646\u0633\u062e\u0629 Beta","Binary operator *":"\u0639\u0627\u0645\u0644 \u062b\u0646\u0627\u0626\u064a *","Binary operator +":"\u0639\u0627\u0645\u0644 \u062b\u0646\u0627\u0626\u064a +","Binary operator -":"\u0639\u0627\u0645\u0644 \u062b\u0646\u0627\u0626\u064a -","Binary operator \/":"\u0639\u0627\u0645\u0644 \u062b\u0646\u0627\u0626\u064a \/","Binary operator modulo":"\u0645\u0639\u0627\u0645\u0644 \u0627\u0644\u0645\u0634\u063a\u0644 \u0627\u0644\u062b\u0646\u0627\u0626\u064a","Black on Cream":"\u0623\u0633\u0648\u062f \u0639\u0644\u0649 \u0643\u0631\u064a\u0645","Black on Light Blue":"\u0623\u0633\u0648\u062f \u0639\u0644\u0649 \u0623\u0632\u0631\u0642 \u0641\u0627\u062a\u062d ","Black on Light Magenta":"\u0623\u0633\u0648\u062f \u0639\u0644\u0649 \u0623\u0631\u062c\u0648\u0627\u0646\u064a \u0641\u0627\u062a\u062d","Black on White":"\u0623\u0633\u0648\u062f \u0639\u0644\u0649 \u062e\u0644\u0641\u064a\u0629 \u0628\u064a\u0636\u0627\u0621","boolean":"\u0646\u0648\u0639 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0645\u0646\u0637\u0642\u064a\u0629","Browse folders:":"\u062a\u0635\u0641\u062d \u0627\u0644\u0645\u062c\u0644\u062f\u0627\u062a:","Browse...":"\u062a\u0635\u0641\u062d ","C":"C","Calculator":"\u0622\u0644\u0629 \u062d\u0627\u0633\u0628\u0629","Calculator BODMAS":"\u0622\u0644\u0629 \u062d\u0627\u0633\u0628\u0629 BODMAS","Calendar":"\u062a\u0642\u0648\u064a\u0645 ","Can not playback media file!":"\u0644\u0627 \u064a\u0645\u0643\u0646 \u062a\u0634\u063a\u064a\u0644 \u0645\u0644\u0641 \u0627\u0644\u0648\u0633\u0627\u0626\u0637!","cancel":"\u0625\u0644\u063a\u0627\u0621 ","Cancel":"\u0625\u0644\u063a\u0627\u0621","CANCEL":"\u0625\u0644\u063a\u0627\u0621","cancel the action":"\u0625\u0644\u063a\u0627\u0621 \u0627\u0644\u0625\u062c\u0631\u0627\u0621","Cancelled":"\u062a\u0645 \u0627\u0644\u0625\u0644\u063a\u0627\u0621","Candidate":"\u0645\u0631\u0634\u062d","Cannot be edited":"\u0644\u0627 \u064a\u0645\u0643\u0646 \u0639\u0631\u0636\u0647","Cannot divide by zero":"\u0644\u0627 \u064a\u0645\u0643\u0646 \u0627\u0644\u0642\u0633\u0645\u0629 \u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u0631","Cardinality":"\u0639\u062f\u062f \u0639\u0646\u0627\u0635\u0631 \u0645\u062c\u0645\u0648\u0639\u0629","Case sensitive":"\u062d\u0633\u0627\u0633\u064a\u0629 \u0627\u0644\u062d\u0627\u0644\u0629","Categories":"\u0641\u0626\u0627\u062a","Category score":"\u0646\u062a\u064a\u062c\u0629 \u0641\u0626\u0629","ceil":"ceil","Change password":"\u062a\u063a\u064a\u064a\u0631 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 ","Change the current color preset":"\u0642\u0645 \u0628\u062a\u063a\u064a\u064a\u0631 \u0627\u0644\u0625\u0639\u062f\u0627\u062f \u0627\u0644\u0645\u0633\u0628\u0642 \u0644\u0644\u0648\u0646 \u0627\u0644\u062d\u0627\u0644\u064a","Change the password":"\u062a\u063a\u064a\u064a\u0631 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631","Change the sign of the current operand":"\u0642\u0645 \u0628\u062a\u063a\u064a\u064a\u0631 \u0639\u0644\u0627\u0645\u0629 \u0627\u0644\u0645\u0639\u0627\u0645\u0644 \u0627\u0644\u062d\u0627\u0644\u064a ","Check All":"\u062a\u062d\u0642\u0642 \u0645\u0646 \u0627\u0644\u0643\u0644 ","Check-in":"\u062a\u0633\u062c\u064a\u0644","choices:":"\u062e\u064a\u0627\u0631\u0627\u062a ","Choose a value...":"\u0627\u062e\u062a\u0631 \u0642\u064a\u0645\u0629 ..","Choose export format":"\u0627\u062e\u062a\u0631 \u0634\u0643\u0644 \u0627\u0644\u0625\u0631\u0633\u0627\u0644","Choose import format":"\u0627\u062e\u062a\u0631 \u0634\u0643\u0644 \u0627\u0644\u0627\u0633\u062a\u0642\u0628\u0627\u0644","Class":"\u0642\u0633\u0645","class selected":"\u0627\u0644\u0642\u0633\u0645 \u0627\u0644\u0630\u064a \u062a\u0645 \u0627\u062e\u062a\u064a\u0627\u0631\u0647 ","Class successfully created.":"\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0641\u0635\u0644 \u0628\u0646\u062c\u0627\u062d.","Class uri provided is not a valid class.":"\u0644\u064a\u0633\u062a \u0627\u0644\u0642\u0633\u0645 \u0627\u0644\u0645\u0636\u0628\u0648\u0637 uri \u0627\u0644\u0645\u0642\u062f\u0645\u0629.","Cleaning up tmp space complete":"\u0627\u0643\u062a\u0645\u0644 \u062a\u0646\u0638\u064a\u0641 \u0627\u0644\u062d\u064a\u0632 tmp","Cleaning up tmp space started":"\u0628\u062f\u0623 \u062a\u0646\u0638\u064a\u0641 \u0627\u0644\u062d\u064a\u0632 tmp ","Clear":"\u0648\u0627\u0636\u062d","Clear All":"\u0627\u0645\u0633\u062d \u0627\u0644\u0643\u0644","Clear all active highlights":"(\u0645\u0631\u0626\u064a) \u0627\u0645\u0633\u062d \u0643\u0644 \u0627\u0644\u0625\u0636\u0627\u0621\u0627\u062a \u0627\u0644\u0646\u0634\u0637\u0629","Clear all data":"\u0627\u0645\u0633\u062d \u0643\u0644 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a ","Clear expression":"\u062a\u0639\u0628\u064a\u0631 \u0648\u0627\u0636\u062d","Clear Highlights":"\u0645\u0633\u062d \u0627\u0644\u0646\u0642\u0627\u0637 \u0627\u0644\u0628\u0627\u0631\u0632\u0629","Clear history":"\u0642\u0635\u0629 \u0648\u0627\u0636\u062d\u0629 ","Clear History":"\u062a\u0627\u0631\u064a\u062e \u0648\u0627\u0636\u062d","Clear selection":"\u0627\u062e\u062a\u064a\u0627\u0631 \u0648\u0627\u0636\u062d ","Clear the date time picker":"\u0627\u0645\u0633\u062d \u0645\u0646\u062a\u0642\u064a \u0627\u0644\u062a\u0627\u0631\u064a\u062e \u0648\u0627\u0644\u0648\u0642\u062a ","Clear the stored variables":"\u0627\u0645\u0633\u062d \u0627\u0644\u0645\u062a\u063a\u064a\u0631\u0627\u062a \u0627\u0644\u0645\u062e\u0632\u0646\u0629 ","Click \u0022%s\u0022 to continue.":"\u0627\u0646\u0642\u0631 \u0641\u0648\u0642 \u0022%s\u0022 \u0644\u0644\u0645\u062a\u0627\u0628\u0639\u0629","Click to speak":"\u0627\u0646\u0642\u0631 \u0644\u0644\u062a\u062d\u062f\u062b","Close":"\u0623\u063a\u0644\u0642","Close dialog":"\u0623\u0646\u0647\u064a \u0627\u0644\u062d\u0648\u0627\u0631","Close Magnifier":"\u0623\u063a\u0644\u0642 \u0627\u0644\u0645\u0643\u0628\u0631","Close message":"\u0625\u0646\u0647\u0627\u0621 \u0627\u0644\u0631\u0633\u0627\u0644\u0629 ","Close the mask":"\u0623\u063a\u0644\u0642 \u0627\u0644\u0642\u0646\u0627\u0639","Close this Section":"\u0623\u063a\u0644\u0642 \u0647\u0630\u0627 \u0627\u0644\u062c\u0632\u0621","Code Version":"\u0631\u0645\u0632 \u0627\u0644\u0646\u0633\u062e\u0629","Collapse the review panel":"\u062a\u0635\u063a\u064a\u0631 \u0644\u0648\u062d\u0629 \u0627\u0644\u0645\u0631\u0627\u062c\u0639\u0629","Collecting of abandoned actions in the action queue ...":"\u062a\u062c\u0645\u064a\u0639 \u0627\u0644\u0625\u062c\u0631\u0627\u0621\u0627\u062a \u0627\u0644\u0645\u062a\u0631\u0648\u0643\u0629 \u0641\u064a \u0642\u0627\u0626\u0645\u0629 \u0627\u0646\u062a\u0638\u0627\u0631 \u0627\u0644\u0625\u062c\u0631\u0627\u0621\u0627\u062a ... ","Column":"\u0639\u0645\u0648\u062f","command":"\u0623\u0645\u0631 ","Commands:":"\u0623\u0648\u0627\u0645\u0631 ","Comment":"\u062a\u0639\u0644\u064a\u0642","comment...":"\u062a\u0639\u0644\u064a\u0642","Commit":"\u0627\u0631\u062a\u0643\u0628","Completed":"\u0645\u0646\u062c\u0632","Completed - Error":"\u0645\u0643\u062a\u0645\u0644 - \u062e\u0637\u0623","Completed items":"\u0627\u0644\u0628\u0646\u0648\u062f \u0627\u0644\u0645\u0643\u062a\u0645\u0644\u0629","Compute the expression":"\u0627\u062d\u0633\u0628 \u0627\u0644\u062a\u0639\u0628\u064a\u0631 ","Confirm":"\u062a\u0623\u0643\u062f ","Connect to the TAO platform":"\u0642\u0645 \u0628\u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0645\u0646\u0635\u0629 TAO ","Connected to server":"\u0645\u062a\u0635\u0644 \u0628\u0627\u0644\u062e\u0627\u062f\u0645","Continue":"\u0648\u0627\u0635\u0644 ","CONTINUE TO THE NEXT SECTION":"\u062a\u0627\u0628\u0639 \u0627\u0644\u062c\u0632\u0621 \u0627\u0644\u062a\u0627\u0644\u064a","Contrast":"\u062a\u0628\u0627\u064a\u0646","Controls the contribution of an individual item score to the overall test score.":"\u064a\u062a\u062d\u0643\u0645 \u0641\u064a \u0645\u0633\u0627\u0647\u0645\u0629 \u0628\u0646\u062f \u0641\u0631\u062f\u064a \u0641\u064a \u0646\u062a\u064a\u062c\u0629 \u0627\u0644\u0631\u0627\u0626\u0632 \u0627\u0644\u0625\u062c\u0645\u0627\u0644\u064a\u0629..","Controls the maximum number of attempts allowed. 0 means unlimited.":"\u064a\u062a\u062d\u0643\u0645 \u0641\u064a \u0627\u0644\u062d\u062f \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0639\u062f\u062f \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0627\u062a \u0627\u0644\u0645\u0633\u0645\u0648\u062d \u0628\u0647\u0627. 0 \u064a\u0639\u0646\u064a \u063a\u064a\u0631 \u0645\u062d\u062f\u0648\u062f.","Copy":"\u0646\u0633\u062e ","Copy to":"\u0646\u0633\u062e \u0627\u0644\u0649 ","Copy to clipboard":"\u0646\u0633\u062e \u0625\u0644\u0649 \u0627\u0644\u062d\u0627\u0641\u0638\u0629 ","cos":"cos","cosh":"cosh","Cosine":"\u062c\u064a\u0628 \u0627\u0644\u062a\u0645\u0627\u0645 ","count":"\u0639\u062f\u062f","Covers parts of the item":"\u064a\u063a\u0637\u064a \u0623\u062c\u0632\u0627\u0621 \u0645\u0646 \u0627\u0644\u0628\u0646\u062f","Create":"\u0625\u0646\u0634\u0627\u0621","Create instance of ":"\u0625\u0646\u0634\u0627\u0621 \u0645\u062b\u064a\u0644 \u0645\u0646 ","Created":"\u062a\u0645 \u0627\u0644\u0625\u0646\u0634\u0627\u0621","Creating report ...":"\u0625\u0639\u062f\u0627\u062f \u062a\u0642\u0631\u064a\u0631 ..","CSP Header settings were saved successfully!":"\u062a\u0645 \u062d\u0641\u0638 \u0645\u0639\u0627\u064a\u064a\u0631 \u0631\u0623\u0633 \u0627\u0644\u0635\u0641\u062d\u0629 CSP \u0628\u0646\u062c\u0627\u062d ! ","CSV":"\u0642\u064a\u0645\u0629 \u0645\u0641\u0635\u0648\u0644\u0629 \u0628\u0641\u0627\u0635\u0644\u0629 ","CSV Options":"CSV\u0627\u0644\u0642\u064a\u0645\u0629 \u0627\u0644\u0645\u0641\u0635\u0648\u0644\u0629 \u0628\u0641\u0627\u0635\u0644\u0629 \u062e\u064a\u0627\u0631\u0627\u062a","Cube root":"\u0627\u0644\u062c\u0630\u0631 \u0627\u0644\u062a\u0643\u0639\u064a\u0628\u064a ","Current language":"\u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u062d\u0627\u0644\u064a\u0629","Current playback position":"\u0645\u0648\u0636\u0639 \u0627\u0644\u062a\u0634\u063a\u064a\u0644 \u0627\u0644\u062d\u0627\u0644\u064a ","Custom":"\u0627\u0644\u0639\u0627\u062f\u0629","custom categories":"\u0641\u0626\u0627\u062a \u0645\u062e\u0635\u0635\u0629","Custom outcome processing. No changes will be made to the existing rules.":"\u0645\u0639\u0627\u0644\u062c\u0629 \u0627\u0644\u0646\u062a\u0627\u0626\u062c \u0627\u0644\u0645\u062e\u0635\u0635\u0629. \u0644\u0646 \u064a\u062a\u0645 \u0625\u062c\u0631\u0627\u0621 \u0623\u064a \u062a\u063a\u064a\u064a\u0631\u0627\u062a \u0639\u0644\u0649 \u0627\u0644\u0642\u0648\u0627\u0639\u062f \u0627\u0644\u062d\u0627\u0644\u064a\u0629.","Cut score":"\u0642\u0637\u0639 \u0627\u0644\u0646\u062a\u064a\u062c\u0629","Cut score (pass ratio)":"\u0642\u0637\u0639 \u0627\u0644\u062f\u0631\u062c\u0629 (\u0646\u0633\u0628\u0629 \u0627\u0644\u0646\u062c\u0627\u062d)","Data imported":"\u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0645\u0633\u062a\u0648\u0631\u062f\u0629","Data imported successfully":"\u062a\u0645 \u0627\u0633\u062a\u064a\u0631\u0627\u062f \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0628\u0646\u062c\u0627\u062d","Data imported. Some records are invalid.":"\u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0645\u0633\u062a\u0648\u0631\u062f\u0629. \u0628\u0639\u0636 \u0627\u0644\u0633\u062c\u0644\u0627\u062a \u063a\u064a\u0631 \u0635\u0627\u0644\u062d\u0629.","Data Language":"\u0644\u063a\u0629 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a","Data language":"\u0644\u063a\u0629 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a","Data not imported. All records are invalid.":"\u0644\u0645 \u064a\u062a\u0645 \u0627\u0633\u062a\u064a\u0631\u0627\u062f \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a. \u062c\u0645\u064a\u0639 \u0627\u0644\u0633\u062c\u0644\u0627\u062a \u063a\u064a\u0631 \u0635\u0627\u0644\u062d\u0629.","Data source URI":"\u0645\u0635\u062f\u0631 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a URI","Date":"\u0627\u0644\u062a\u0627\u0631\u064a\u062e","date range":"\u0627\u0644\u0645\u062c\u0627\u0644 \u0627\u0644\u0632\u0645\u0646\u064a","date time":"\u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0648\u0627\u0644\u062a\u0627\u0631\u064a\u062e ","date time range":"\u0627\u0644\u0645\u062c\u0627\u0644 \u0627\u0644\u0632\u0645\u0646\u064a","Default search":"\u0627\u0644\u0628\u062d\u062b \u0627\u0644\u0645\u0639\u062a\u0627\u062f","default:":"\u0627\u0646\u0639\u062f\u0627\u0645:","Define the default values":"\u062d\u062f\u062f \u0627\u0644\u0642\u064a\u0645 \u0627\u0644\u0645\u0639\u062a\u0627\u062f\u0629","Deg":"Deg","Degree":"\u062f\u0631\u062c\u0629 ","Delete":"\u062d\u0630\u0641","Delete Left":"\u062d\u0630\u0641 \u0627\u0644\u064a\u0633\u0627\u0631 ","Delete Right":"\u062d\u0630\u0641 \u0627\u0644\u064a\u0645\u064a\u0646 ","Delete the term on the left side of the cursor":"\u0627\u062d\u0630\u0641 \u0627\u0644\u0645\u0635\u0637\u0644\u062d \u0627\u0644\u0645\u0648\u062c\u0648\u062f \u0639\u0644\u0649 \u0627\u0644\u062c\u0627\u0646\u0628 \u0627\u0644\u0623\u064a\u0633\u0631 \u0645\u0646 \u0627\u0644\u0645\u0624\u0634\u0631 ","Delete the term on the right side of the cursor":"\u0627\u062d\u0630\u0641 \u0627\u0644\u0645\u0635\u0637\u0644\u062d \u0627\u0644\u0645\u0648\u062c\u0648\u062f \u0639\u0644\u0649 \u0627\u0644\u062c\u0627\u0646\u0628 \u0627\u0644\u0623\u064a\u0645\u0646 \u0645\u0646 \u0627\u0644\u0645\u0624\u0634\u0631 ","Deleting search index for %s":"\u062d\u0630\u0641 \u0641\u0647\u0631\u0633 \u0627\u0644\u0628\u062d\u062b \u0644 %s","Demo Sandbox":"\u062a\u062c\u0631\u064a\u0628 Sandbox","Did you mean %s?":"\u0647\u0644 \u062a\u0642\u0635\u062f %s?","Digit 0":"\u0639\u062f\u062f 0","Digit 1":"\u0639\u062f\u062f1","Digit 2":"\u0639\u062f\u062f 2","Digit 3":"\u0639\u062f\u062f 4","Digit 4":"\u0639\u062f\u062f 4","Digit 5":"\u0639\u062f\u062f 5","Digit 6":"\u0639\u062f\u062f 6","Digit 7":"\u0639\u062f\u062f7","Digit 8":"\u0639\u062f\u062f8","Digit 9":"\u0639\u062f\u062f9","Disable validation":"\u062a\u0639\u0637\u064a\u0644 \u0627\u0644\u062a\u062d\u0642\u0642 \u0645\u0646 \u0627\u0644\u0635\u062d\u0629","Disabled %s":"%s \u0645\u0639\u0637\u0644","Disconnected from server":"\u0645\u0641\u0635\u0648\u0644 \u0639\u0646 \u0627\u0644\u062e\u0627\u062f\u0645","Display a warning before the test-taker ends a test part and there are still items left unanswered or marked for review.":"\u0627\u0639\u0631\u0636 \u062a\u062d\u0630\u064a\u0631\u064b\u0627 \u0642\u0628\u0644 \u0623\u0646 \u064a\u0646\u0647\u064a \u0627\u0644\u0645\u062a\u0642\u062f\u0645 \u0644\u0644\u0631\u0627\u0626\u0632 \u062c\u0632\u0621\u064b\u0627 \u0645\u0646\u0647 \u0648\u0644\u0627 \u062a\u0632\u0627\u0644 \u0647\u0646\u0627\u0643 \u0628\u0646\u0648\u062f \u0644\u0645 \u062a\u062a\u0645 \u0627\u0644\u0625\u062c\u0627\u0628\u0629 \u0639\u0646\u0647\u0627 \u0623\u0648 \u062a\u0645 \u0648\u0636\u0639 \u0639\u0644\u0627\u0645\u0629 \u0639\u0644\u064a\u0647\u0627 \u0644\u0644\u0645\u0631\u0627\u062c\u0639\u0629..","Display a warning before the test-taker ends the test part.":"\u0639\u0631\u0636 \u062a\u062d\u0630\u064a\u0631 \u0642\u0628\u0644 \u0623\u0646 \u064a\u0646\u0647\u064a \u0627\u0644\u0645\u062a\u0642\u062f\u0645 \u0644\u0644\u0631\u0627\u0626\u0632 \u062c\u0632\u0621 \u0645\u0646\u0647.","Display a warning before the test-taker ends the test.":"\u0639\u0631\u0636 \u062a\u062d\u0630\u064a\u0631 \u0642\u0628\u0644 \u0623\u0646 \u064a\u0646\u0647\u064a \u0627\u0644\u0645\u062a\u0642\u062f\u0645 \u0644\u0644\u0631\u0627\u0626\u0632 \u0627\u0644\u0627\u062e\u062a\u0628\u0627\u0631..","Display a warning before the test-taker skips the section. Requires the Section Skipping option.":"\u0639\u0631\u0636 \u062a\u062d\u0630\u064a\u0631 \u0642\u0628\u0644 \u0623\u0646 \u064a\u062a\u062e\u0637\u0649 \u0627\u0644\u0645\u062a\u0642\u062f\u0645 \u0644\u0644\u0631\u0627\u0626\u0632 \u0627\u0644\u062c\u0632\u0621 \u0627\u0644\u0630\u064a \u0647\u0648 \u0628\u0635\u062f\u062f\u0647. \u064a\u0637\u0644\u0628 \u0627\u0644\u0627\u0646\u062a\u0642\u0627\u0644 \u0644\u0644\u062c\u0632\u0621 \u0627\u0644\u062a\u0627\u0644\u064a.","Display End Test Warning":"\u0639\u0631\u0636 \u062a\u062d\u0630\u064a\u0631 \u0646\u0647\u0627\u064a\u0629 \u0627\u0644\u0631\u0627\u0626\u0632","Display Next Part Warning":"\u0639\u0631\u0636 \u062a\u062d\u0630\u064a\u0631 \u0627\u0644\u0642\u0633\u0645 \u0627\u0644\u062a\u0627\u0644\u064a","Display Next Section Warning":"\u0639\u0631\u0636 \u062a\u062d\u0630\u064a\u0631 \u0627\u0644\u0642\u0633\u0645 \u0627\u0644\u062a\u0627\u0644\u064a","Display Unanswered Warning":"\u0639\u0631\u0636 \u062a\u062d\u0630\u064a\u0631 \u0644\u0645 \u064a\u062a\u0645 \u0627\u0644\u0631\u062f \u0639\u0644\u064a\u0647\u0627","Displayed label":"\u0627\u0644\u062a\u0633\u0645\u064a\u0629 \u0627\u0644\u0645\u0639\u0631\u0648\u0636\u0629","Displays a customisable magnifier":"\u064a\u0639\u0631\u0636 \u0627\u0644\u0645\u0643\u0628\u0631 \u0627\u0644\u0642\u0627\u0628\u0644 \u0644\u0644\u062a\u062e\u0635\u064a\u0635","Do not flag the current item for later review":"\u0644\u0627 \u062a\u0636\u0639 \u0639\u0644\u0627\u0645\u0629 \u0639\u0644\u0649 \u0627\u0644\u0628\u0646\u062f \u0627\u0644\u062d\u0627\u0644\u064a \u0644\u0644\u0645\u0631\u0627\u062c\u0639\u0629 \u0644\u0627\u062d\u0642\u064b\u0627","Do not rename it.":"\u0644\u0627 \u062a\u0642\u0645 \u0628\u0625\u0639\u0627\u062f\u0629 \u062a\u0633\u0645\u064a\u062a\u0647.","Do not show alert on timeout":"\u0644\u0627 \u062a\u0638\u0647\u0631 \u062a\u0646\u0628\u064a\u0647 \u0639\u0646\u062f \u0627\u0646\u062a\u0647\u0627\u0621 \u0627\u0644\u0645\u0647\u0644\u0629","Do you wish to install the following extension(s):\n%s?":"\u0647\u0644 \u062a\u0631\u063a\u0628 \u0641\u064a \u062a\u062b\u0628\u064a\u062a \u0627\u0644\u0645\u0644\u062d\u0642\u0627\u062a \u0627\u0644\u062a\u0627\u0644\u064a\u0629:\n %s?","does not match":"\u063a\u064a\u0631 \u0645\u0637\u0627\u0628\u0642 ","Don\u0027t set":"\u0644\u0627 \u062a\u062f\u0631\u062c","Don\\\u0027t save":"\u0644\u0627 \u062a\u062d\u0641\u0638","Dot":"\u0646\u0642\u0637\u0629","Download":"\u062a\u062d\u0645\u064a\u0644","Download the pupil responses and submit manually.":"\u0642\u0645 \u0628\u062a\u0646\u0632\u064a\u0644\u0623\u062c\u0648\u0628\u0629 \u0627\u0644\u062a\u0644\u0645\u064a\u0630 \u0648\u0625\u0631\u0633\u0627\u0644\u0647\u0627 \u064a\u062f\u0648\u064a\u064b\u0627.","Download this file":"\u062a\u062d\u0645\u064a\u0644 \u0647\u0630\u0627 \u0627\u0644\u0645\u0644\u0641","Drag file here":"\u0627\u0633\u062d\u0628 \u0627\u0644\u0645\u0644\u0641 \u0647\u0646\u0627 ","Drag files here":"\u0627\u0633\u062d\u0628 \u0627\u0644\u0645\u0644\u0641\u0627\u062a \u0647\u0646\u0627 ","Drop the files to upload":"\u0636\u0639 \u0627\u0644\u0645\u0644\u0641\u0627\u062a \u0644\u0644\u062a\u062d\u0645\u064a\u0644","Duplicate":"\u062a\u0643\u0631\u064a\u0631","Edit":"\u062a\u062d\u0631\u064a\u0631","Edit a user":"\u062a\u062d\u0631\u064a\u0631 \u0645\u0633\u062a\u062e\u062f\u0645","Edit class %s":"\u062a\u062d\u0631\u064a\u0631 \u0642\u0633\u0645 %s","Edit Instance":"\u062a\u062d\u0631\u064a\u0631 \u0627\u0644\u0645\u062b\u064a\u0644 ","Element":"\u0627\u0644\u0639\u0646\u0635\u0631","Element deleted.":"\u062a\u0645 \u062d\u0630\u0641 \u0627\u0644\u0639\u0646\u0635\u0631. ","Eliminate choices":"\u062a\u062e\u0644\u0635 \u0645\u0646 \u0627\u0644\u0627\u062e\u062a\u064a\u0627\u0631\u0627\u062a","Email":" \u0628\u0631\u064a\u062f \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a ","Enable Mark for Review":"\u062a\u0645\u0643\u064a\u0646 \u0648\u0636\u0639 \u0639\u0644\u0627\u0645\u0629 \u0644\u0644\u0645\u0631\u0627\u062c\u0639\u0629","Enable mark for review of items. Requires the Review Screen option.":"\u062a\u0645\u0643\u064a\u0646 \u0639\u0644\u0627\u0645\u0629 \u0644\u0645\u0631\u0627\u062c\u0639\u0629 \u0627\u0644\u0628\u0646\u0648\u062f. \u064a\u062a\u0637\u0644\u0628 \u062e\u064a\u0627\u0631 \u0634\u0627\u0634\u0629 \u0627\u0644\u0645\u0631\u0627\u062c\u0639\u0629.","Enable Review Screen":"\u062a\u0645\u0643\u064a\u0646 \u0634\u0627\u0634\u0629 \u0627\u0644\u0645\u0631\u0627\u062c\u0639\u0629","Enable selection":"\u062a\u0645\u0643\u064a\u0646 \u0627\u0644\u0627\u062e\u062a\u064a\u0627\u0631","Enable Skipping Ahead":"\u062a\u0645\u0643\u064a\u0646 \u0627\u0644\u062a\u062e\u0637\u064a \u0644\u0644\u0623\u0645\u0627\u0645","Enable text to speech":"\u062a\u0645\u0643\u064a\u0646 \u062a\u062d\u0648\u064a\u0644 \u0627\u0644\u0646\u0635 \u0625\u0644\u0649 \u0643\u0644\u0627\u0645 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u062c\u0647\u0627\u0632","Enable the item review screen \/ navigator.":"\u0642\u0645 \u0628\u062a\u0645\u0643\u064a\u0646 \u0634\u0627\u0634\u0629 \u0627\u0633\u062a\u0639\u0631\u0627\u0636 \u0627\u0644\u0628\u0646\u062f \/ \u0627\u0644\u0645\u062a\u0635\u0641\u062d.","enabled":"\u0645\u0645\u0643\u0646 ","Enabled %s":"\u0645\u0645\u0643\u0646 %s","Enables skipping to items within this section. Requires the review screen option.":"\u062a\u0645\u0643\u0646 \u0645\u0646 \u0627\u0644\u062a\u062e\u0637\u064a \u0625\u0644\u0649 \u0627\u0644\u0628\u0646\u0648\u062f \u062f\u0627\u062e\u0644 \u0647\u0630\u0627 \u0627\u0644\u062c\u0632\u0621. \u064a\u062a\u0637\u0644\u0628 \u062e\u064a\u0627\u0631 \u0634\u0627\u0634\u0629 \u0627\u0644\u0645\u0631\u0627\u062c\u0639\u0629.","End of document reached. Continuing from the beginning.":"\u062a\u0645 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0646\u0647\u0627\u064a\u0629 \u0627\u0644\u0645\u0633\u062a\u0646\u062f. \u0645\u0633\u062a\u0645\u0631 \u0645\u0646 \u0627\u0644\u0628\u062f\u0627\u064a\u0629. ","End Test":"\u0646\u0647\u0627\u064a\u0629 \u0627\u0644\u0631\u0627\u0626\u0632","End test":"\u0646\u0647\u0627\u064a\u0629 \u0627\u0644\u0631\u0627\u0626\u0632","Enter":"\u0623\u062f\u062e\u0644 ","Enter a blueprint":"\u0623\u062f\u062e\u0644 \u0645\u062e\u0637\u0637\u064b\u0627","Enter a custom category":"\u0623\u062f\u062e\u0644 \u0641\u0626\u0629 \u0645\u062e\u0635\u0635\u0629","Error":"\u062e\u0637\u0623","Error adding search index for %s with message %s":"\u062e\u0637\u0623 \u0641\u064a \u0625\u0636\u0627\u0641\u0629 \u0641\u0647\u0631\u0633 \u0627\u0644\u0628\u062d\u062b \u0644\u0640 %s \u0628\u0627\u0644\u0631\u0633\u0627\u0644\u0629 %s","Error during file import":"\u062e\u0637\u0623 \u0623\u062b\u0646\u0627\u0621 \u0627\u0633\u062a\u064a\u0631\u0627\u062f \u0627\u0644\u0645\u0644\u0641","Error found in the IMS QTI Test:\n%s":"\u062a\u0645 \u0627\u0644\u0639\u062b\u0648\u0631 \u0639\u0644\u0649 \u062e\u0637\u0623 \u0641\u064a \u0627\u062e\u062a\u0628\u0627\u0631 : IMS QTI\n%s","Error in result":"\u062e\u0637\u0623 \u0641\u064a \u0627\u0644\u0646\u062a\u064a\u062c\u0629","Error in syntax":"\u062e\u0637\u0623 \u0641\u064a \u0628\u0646\u0627\u0621 \u0627\u0644\u062c\u0645\u0644\u0629","Error in value":"\u062e\u0637\u0623 \u0641\u064a \u0627\u0644\u0642\u064a\u0645\u0629 ","Error: %s":"\u062e\u0637\u0623: %s","Examples:":"\u0623\u0645\u062b\u0644\u0629 ","Exclusive (OR)":"\u062d\u0635\u0631\u064a (\u0623\u0648)","Execute":"\u0646\u0641\u0630 ","Executing task %s failed":"\u0641\u0634\u0644 \u062a\u0646\u0641\u064a\u0630 \u0627\u0644\u0645\u0647\u0645\u0629 %s ","exp":"exp","Expand the review panel":"\u0642\u0645 \u0628\u062a\u0648\u0633\u064a\u0639 \u0644\u0648\u062d\u0629 \u0627\u0644\u0645\u0631\u0627\u062c\u0639\u0629","Exponent":"\u0627\u0644\u0623\u0633 ","Export":"\u062a\u0635\u062f\u064a\u0631","Export ":"\u062a\u0635\u062f\u064a\u0631 ","Export \u0022%s\u0022 in %s":"\u062a\u0635\u062f\u064a\u0631 \u0022%s\u0022 \u0641\u064a %s","Export CSV":"\u062a\u0635\u062f\u064a\u0631 CSV ","Export failed for the test \u0022%s":"\u0641\u0634\u0644 \u062a\u0635\u062f\u064a\u0631 \u0627\u0644\u0631\u0627\u0626\u0632 \u0022%s","Export failed.":"\u0641\u0634\u0644 \u0627\u0644\u0625\u0631\u0633\u0627\u0644","Export metadata":"\u062a\u0635\u062f\u064a\u0631 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0648\u0635\u0641\u064a\u0629","Export Metadata as RDF\/XML file":"\u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0645\u062a\u0627 \u0628\u064a\u0627\u0646\u0627\u062a \u0643\u0645\u0644\u0641 RDF \/ XML","Export QTI 2.1 Test Package":"\u062a\u0635\u062f\u064a\u0631 \u062d\u0632\u0645\u0629\u0631\u0648\u0627\u0626\u0632 QTI 2.1","Export QTI 2.2 Test Package":"\u062a\u0635\u062f\u064a\u0631 \u062d\u0632\u0645\u0629 \u0631\u0648\u0627\u0626\u0632 QTI 2.2","Export succeeded.":"\u062a\u0645 \u0627\u0644\u0625\u0631\u0633\u0627\u0644","Export successful for the test \u0022%s":"\u062a\u0645 \u0627\u0644\u062a\u0635\u062f\u064a\u0631 \u0628\u0646\u062c\u0627\u062d \u0644\u0644\u0631\u0627\u0626\u0632 \u0022%s","Extension \u0022%s\u0022 has been installed":"\u062a\u0645 \u062a\u062b\u0628\u064a\u062a \u0627\u0644\u0645\u0644\u062d\u0642 \u0022%s\u0022","Extensions manager":"\u0645\u062f\u064a\u0631 \u0627\u0644\u0645\u0644\u062d\u0642\u0627\u062a","Factorial":"\u0639\u0627\u0645\u0644\u064a","Failed":"\u0628\u0627\u0621\u062a \u0628\u0627\u0644\u0641\u0634\u0644","Failed to delete index for %s":"\u0641\u0634\u0644 \u062d\u0630\u0641 \u0641\u0647\u0631\u0633 \u0644 %s","False":"\u062e\u0637\u0623","Feedback block":"\u062d\u0638\u0631 \u0627\u0644\u062a\u0639\u0644\u064a\u0642\u0627\u062a","Field delimiter":"\u0645\u062d\u062f\u062f \u0627\u0644\u0645\u062c\u0627\u0644","Field encloser":"\u0627\u0644\u062d\u0632\u0627\u0645 \u0627\u0644\u0645\u062c\u0627\u0644\u064a","Fields must match":"\u064a\u062c\u0628 \u0623\u0646 \u062a\u062a\u0637\u0627\u0628\u0642 \u0627\u0644\u0645\u062c\u0627\u0644\u0627\u062a","File":"\u0645\u0644\u0641","File download failed":"\u0641\u0634\u0644 \u062a\u0646\u0632\u064a\u0644 \u0627\u0644\u0645\u0644\u0641","File name":"\u0627\u0633\u0645 \u0627\u0644\u0645\u0644\u0641","File not found":"\u0644\u0645 \u064a\u062a\u0645 \u0627\u0644\u0639\u062b\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0645\u0644\u0641","File not found!":"\u0644\u0645 \u064a\u062a\u0645 \u0627\u0644\u0639\u062b\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0645\u0644\u0641!","File Properties":"\u062e\u0635\u0627\u0626\u0635 \u0627\u0644\u0645\u0644\u0641","file selected":"\u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0645\u062e\u062a\u0627\u0631 ","File Uploader":"\u0631\u0627\u0641\u0639 \u0627\u0644\u0645\u0644\u0641 ","files selected":"\u062a\u0645 \u062a\u062d\u062f\u064a\u062f \u0627\u0644\u0645\u0644\u0641\u0627\u062a","Filter":"\u0645\u0631\u0634\u062d","Filter by value":"\u062a\u0635\u0641\u064a\u0629 \u062d\u0633\u0628 \u0627\u0644\u0642\u064a\u0645\u0629 ","Filtering mode":"\u0637\u0631\u064a\u0642\u0629 \u0627\u0644\u0641\u0631\u0632","First Name":"\u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0623\u0648\u0644 ","First page":"\u0627\u0644\u0635\u0641\u062d\u0629 \u0627\u0644\u0623\u0648\u0644\u0649 ","First row column names":"\u0623\u0633\u0645\u0627\u0621 \u0623\u0639\u0645\u062f\u0629 \u0627\u0644\u0635\u0641 \u0627\u0644\u0623\u0648\u0644","Fit to width":"\u062a\u0639\u062f\u064a\u0644 \u0645\u0639 \u0627\u0644\u0639\u0631\u0636","Fixed":"\u0645\u062b\u0628\u062a","Fixed position in a shuffled the selection.":"\u0645\u0648\u0642\u0641 \u062b\u0627\u0628\u062a \u0641\u064a \u0627\u062e\u062a\u064a\u0627\u0631 \u0639\u0634\u0648\u0627\u0626\u064a.","Flag for Review":"\u0639\u0644\u0627\u0645\u0629 \u0644\u0644\u0645\u0631\u0627\u062c\u0639\u0629","Flag the current item for later review":"\u0636\u0639 \u0639\u0644\u0627\u0645\u0629 \u0639\u0644\u0649 \u0627\u0644\u0628\u0646\u062f \u0627\u0644\u062d\u0627\u0644\u064a \u0644\u0644\u0645\u0631\u0627\u062c\u0639\u0629 \u0644\u0627\u062d\u0642\u064b\u0627","Flagged":"\u0648\u0636\u0639 \u0639\u0644\u0627\u0645\u0629","Flagged for review":"\u062a\u0645 \u0648\u0636\u0639 \u0639\u0644\u0627\u0645\u0629 \u0644\u0644\u0645\u0631\u0627\u062c\u0639\u0629","floor":"floor","Forbid for all domains":"\u0645\u0646\u0639 \u0644\u062c\u0645\u064a\u0639 \u0627\u0644\u0645\u062c\u0627\u0644\u0627\u062a","Force HTTPS on this platform":"\u0641\u0631\u0636 HTTPS \u0639\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u0645\u0646\u0635\u0629","Force Release":"\u0625\u062c\u0628\u0627\u0631 \u0627\u0644\u0625\u0641\u0631\u0627\u062c","Force the item to be considered as informational and not taken into account in (un)answered \/ flagged counters.":"\u0625\u062c\u0628\u0627\u0631 \u0627\u0644\u0628\u0646\u062f \u0639\u0644\u0649 \u0627\u0639\u062a\u0628\u0627\u0631\u0647 \u0625\u0639\u0644\u0627\u0645\u064a\u064b\u0627 \u0648\u0644\u0627 \u064a\u0624\u062e\u0630 \u0641\u064a \u0627\u0644\u0627\u0639\u062a\u0628\u0627\u0631 \u0641\u064a (\u0639\u062f\u0645) \u0627\u0644\u0631\u062f \/ \u0627\u0644\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u062a\u064a \u062a\u0645 \u0648\u0636\u0639 \u0639\u0644\u0627\u0645\u0629 \u0639\u0644\u064a\u0647\u0627.","Forgot your password?":"\u0646\u0633\u064a\u062a \u0631\u0642\u0645\u0643 \u0627\u0644\u0633\u0631\u064a\u061f ","Form":"\u0627\u0644\u0634\u0643\u0644 ","Form data not saved.":"\u0644\u0645 \u064a\u062a\u0645 \u062d\u0641\u0638 \u0634\u0643\u0644 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a.","From":"\u0645\u0646 \u0639\u0646\u062f ","Fuzzy Matching":"\u0645\u0644\u0627\u0621\u0645\u0629 \u0636\u0628\u0627\u0628\u064a\u0629","generated-value":"\u0642\u064a\u0645\u0629 \u0645\u0648\u0644\u062f\u0629 ","Generis Form":"\u062c\u0646\u064a\u0633","Get History":"\u0627\u062d\u0635\u0644 \u0639\u0644\u0649 \u0627\u0644\u062a\u0627\u0631\u064a\u062e ","Get the history list":"\u0627\u062d\u0635\u0644 \u0639\u0644\u0649 \u0642\u0627\u0626\u0645\u0629 \u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0645\u062d\u0641\u0648\u0638\u0627\u062a","Go Back":"\u0631\u062c\u0648\u0639 \u0625\u0644\u0649 ","go back to home page":"\u0627\u0644\u0639\u0648\u062f\u0629 \u0627\u0644\u0649 \u0627\u0644\u0635\u0641\u062d\u0629 \u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629 ","Go to next item":"\u0627\u0646\u062a\u0642\u0644 \u0625\u0644\u0649 \u0627\u0644\u0628\u0646\u062f \u0627\u0644\u062a\u0627\u0644\u064a","Go to the current question":"\u0645\u0627 \u0647\u0648 \u0645\u0633\u0645\u0648\u062d \u0628\u0647","Go to the next item?":"\u0627\u0646\u062a\u0642\u0644 \u0625\u0644\u0649 \u0627\u0644\u0628\u0646\u062f \u0627\u0644\u062a\u0627\u0644\u064a?","Go to the next question":"\u0625\u0646\u062a\u0642\u0644 \u0644\u0644\u0633\u0624\u0627\u0644 \u0627\u0644\u062a\u0627\u0644\u064a","Go to the previous question":"\u0627\u0646\u062a\u0642\u0644 \u0625\u0644\u0649 \u0627\u0644\u0633\u0624\u0627\u0644 \u0627\u0644\u0633\u0627\u0628\u0642","Go to the top of the page":"\u0625\u0630\u0647\u0628 \u0625\u0644\u0649 \u0623\u0639\u0644\u0649 \u0627\u0644\u0635\u0641\u062d\u0629","Gray on Green":"\u0631\u0645\u0627\u062f\u064a \u0639\u0644\u0649 \u0623\u062e\u0636\u0631","Groups":"\u0645\u062c\u0645\u0648\u0639\u0627\u062a","Groups library":"\u0645\u0643\u062a\u0628\u0629 \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0627\u062a","Height":"\u0627\u0631\u062a\u0641\u0627\u0639","Hi, %s
You indicated that you have forgotten your TAO password.":"\u0645\u0631\u062d\u0628\u0627\u060c %s
\u0623\u0634\u0631\u062a \u0625\u0644\u0649 \u0623\u0646\u0643 \u0646\u0633\u064a\u062a \u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631 TAO \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0643.","Hide detailed report":"\u0625\u062e\u0641\u0627\u0621 \u0627\u0644\u062a\u0642\u0631\u064a\u0631 \u0627\u0644\u0645\u0641\u0635\u0644 ","Hide password":"\u0625\u062e\u0641\u0627\u0621 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 ","Hide Review":"\u0625\u062e\u0641\u0627\u0621 \u0627\u0644\u0645\u0631\u0627\u062c\u0639\u0629","Hide the review screen":"\u0625\u062e\u0641\u0627\u0621 \u0634\u0627\u0634\u0629 \u0627\u0644\u0645\u0631\u0627\u062c\u0639\u0629","Hide the warning automatically displayed when a test-taker exit a timed section.":"\u0625\u062e\u0641\u0627\u0621 \u0627\u0644\u062a\u062d\u0630\u064a\u0631 \u0627\u0644\u0645\u0639\u0631\u0648\u0636 \u0623\u062a\u0648\u0645\u0627\u062a\u064a\u0643\u064a\u0627 \u0639\u0646\u062f\u0645\u0627 \u064a\u0646\u0647\u064a \u0627\u0644\u0645\u062a\u0642\u062f\u0645 \u0644\u0644\u0631\u0627\u0626\u0632 \u062c\u0632\u0621 \u0645\u0646\u0647 \u0645\u062d\u062f\u062f \u0628\u0648\u0642\u062a.","Hide Timed Section Warning":"\u0625\u062e\u0641\u0627\u0621 \u062a\u062d\u0630\u064a\u0631 \u062c\u0632\u0621 \u0627\u0644\u0645\u062d\u062f\u062f \u0628\u0648\u0642\u062a","Hide timers":"\u0625\u062e\u0641\u0627\u0621 \u0636\u0628\u0637 \u0627\u0644\u0648\u0642\u062a","Highlight":"\u062a\u0633\u0644\u064a\u0637 \u0627\u0644\u0636\u0648\u0621","Highlight all":"\u062a\u0633\u0644\u064a\u0637 \u0627\u0644\u0636\u0648\u0621 \u0639\u0644\u0649 \u0627\u0644\u0643\u0644 ","Highlight Text":"\u062a\u0633\u0644\u064a\u0637 \u0627\u0644\u0636\u0648\u0621","Highlighter":"\u0627\u0644\u062a\u0633\u0637\u064a\u0631 \u0639\u0644\u0649 \u0646\u0635","hours":"\u0633\u0627\u0639\u0627\u062a","Html title":"\u0639\u0646\u0648\u0627\u0646 Html","Hyperbolic arc cosine":"\u062c\u064a\u0628 \u0627\u0644\u062a\u0645\u0627\u0645 \u0627\u0644\u0642\u0648\u0633 \u0627\u0644\u0632\u0627\u0626\u062f\u064a","Hyperbolic arc sine":"\u062c\u064a\u0628 \u0627\u0644\u0642\u0648\u0633 \u0627\u0644\u0632\u0627\u0626\u062f\u064a ","Hyperbolic arc tangent":"\u0638\u0644 \u0627\u0644\u0642\u0648\u0633 \u0627\u0644\u0632\u0627\u0626\u062f\u064a ","Hyperbolic cosine":"\u062c\u064a\u0628 \u0627\u0644\u062a\u0645\u0627\u0645 \u0627\u0644\u0632\u0627\u0626\u062f\u064a ","Hyperbolic sine":"\u0627\u0644\u062c\u064a\u0628 \u0627\u0644\u0632\u0627\u0626\u062f\u064a ","Hyperbolic tangent":"\u0638\u0644 \u0632\u0627\u0626\u062f\u064a ","I understand that this action is permanent.":"\u0623\u0646\u0627 \u0623\u0641\u0647\u0645 \u0623\u0646 \u0647\u0630\u0627 \u0627\u0644\u0625\u062c\u0631\u0627\u0621 \u062f\u0627\u0626\u0645. ","Identifier":"\u0627\u0644\u0645\u0639\u0631\u0641","If required it must appear (at least once) in the selection.":"\u0625\u0630\u0627 \u0644\u0632\u0645 \u0627\u0644\u0623\u0645\u0631 \u060c \u064a\u062c\u0628 \u0623\u0646 \u064a\u0638\u0647\u0631 (\u0645\u0631\u0629 \u0648\u0627\u062d\u062f\u0629 \u0639\u0644\u0649 \u0627\u0644\u0623\u0642\u0644) \u0641\u064a \u0627\u0644\u062c\u0632\u0621.","If required, it must appears at least once in the selection.":"\u0625\u0630\u0627 \u0644\u0632\u0645 \u0627\u0644\u0623\u0645\u0631 \u060c \u064a\u062c\u0628 \u0623\u0646 \u064a\u0638\u0647\u0631 \u0645\u0631\u0629 \u0648\u0627\u062d\u062f\u0629 \u0639\u0644\u0649 \u0627\u0644\u0623\u0642\u0644 \u0641\u064a \u0627\u0644\u062c\u0632\u0621.","If set, it causes the order of the child elements to be randomized, otherwise it uses the order in which the child elements are defined.":"\u0625\u0630\u0627 \u062a\u0645 \u062a\u0639\u064a\u064a\u0646\u0647 \u060c \u0641\u0625\u0646\u0647 \u064a\u062a\u0633\u0628\u0628 \u0641\u064a \u062a\u0631\u062a\u064a\u0628 \u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0641\u0631\u0639\u064a\u0629 \u0628\u0634\u0643\u0644 \u0639\u0634\u0648\u0627\u0626\u064a \u060c \u0648\u0625\u0644\u0627 \u0641\u0625\u0646\u0647 \u064a\u0633\u062a\u062e\u062f\u0645 \u0627\u0644\u062a\u0631\u062a\u064a\u0628 \u0627\u0644\u0630\u064a \u064a\u062a\u0645 \u062a\u062d\u062f\u064a\u062f \u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0641\u0631\u0639\u064a\u0629 \u0628\u0647.","If the candidate can skip the item, without submitting a response (default is true).":"\u0625\u0630\u0627 \u0643\u0627\u0646 \u0628\u0625\u0645\u0643\u0627\u0646 \u0627\u0644\u0645\u0631\u0634\u062d \u062a\u062e\u0637\u064a \u0627\u0644\u0628\u0646\u062f \u060c \u062f\u0648\u0646 \u0625\u0631\u0633\u0627\u0644 \u0631\u062f (\u0627\u0644\u0625\u0639\u062f\u0627\u062f \u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a \u0647\u0648 true).","If the category option is set, the score will also be processed per categories, and each results will take place in the PASS_xxx outcome, where xxx is the name of the category.":"\u0625\u0630\u0627 \u062a\u0645 \u062a\u0639\u064a\u064a\u0646 \u062e\u064a\u0627\u0631 \u0627\u0644\u0641\u0626\u0629 \u060c \u0641\u0633\u062a\u062a\u0645 \u0645\u0639\u0627\u0644\u062c\u0629 \u0627\u0644\u0646\u062a\u064a\u062c\u0629 \u0623\u064a\u0636\u064b\u0627 \u0644\u0643\u0644 \u0641\u0626\u0629 \u060c \u0648\u0633\u062a\u062d\u062f\u062b \u0643\u0644 \u0646\u062a\u064a\u062c\u0629 \u0641\u064a \u0646\u062a\u064a\u062c\u0629 PASS_xxx \u060c \u062d\u064a\u062b xxx \u0647\u0648 \u0627\u0633\u0645 \u0627\u0644\u0641\u0626\u0629.","If the category option is set, the score will also be processed per categories, and each results will take place in the SCORE_xxx outcome, where xxx is the name of the category.":"\u0625\u0630\u0627 \u062a\u0645 \u062a\u0639\u064a\u064a\u0646 \u062e\u064a\u0627\u0631 \u0627\u0644\u0641\u0626\u0629 \u060c \u0641\u0633\u062a\u062a\u0645 \u0645\u0639\u0627\u0644\u062c\u0629 \u0627\u0644\u0646\u062a\u064a\u062c\u0629 \u0623\u064a\u0636\u064b\u0627 \u0644\u0643\u0644 \u0641\u0626\u0629 \u060c \u0648\u0633\u062a\u062d\u062f\u062b \u0643\u0644 \u0646\u062a\u064a\u062c\u0629 \u0641\u064a \u0646\u062a\u064a\u062c\u0629 SCORE_xxx \u060c \u062d\u064a\u062b xxx \u0647\u0648 \u0627\u0633\u0645 \u0627\u0644\u0641\u0626\u0629.","If the connection cannot be restored, see option B.":"\u0625\u0630\u0627 \u062a\u0639\u0630\u0631 \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u060c \u0641\u0631\u0627\u062c\u0639 \u0627\u0644\u062e\u064a\u0627\u0631 \u0628.","If you do not wish to reset your password, just ignore this email and your password will remain the same.":"\u0625\u0630\u0627 \u0643\u0646\u062a \u0644\u0627 \u062a\u0631\u063a\u0628 \u0641\u064a \u0625\u0639\u0627\u062f\u0629 \u062a\u062d\u062f\u064a\u062f \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0643 \u060c \u0641\u062a\u062c\u0627\u0647\u0644 \u0647\u0630\u0627 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0648\u0633\u062a\u0638\u0644 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0643\u0645\u0627 \u0647\u064a.","If you need help, please contact our Helpline on 0330 088 4171.":"\u0625\u0630\u0627 \u0643\u0646\u062a \u0628\u062d\u0627\u062c\u0629 \u0625\u0644\u0649 \u0645\u0633\u0627\u0639\u062f\u0629 \u060c \u064a\u0631\u062c\u0649 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u062e\u0637 \u0627\u0644\u0645\u0633\u0627\u0639\u062f\u0629 \u0627\u0644\u062e\u0627\u0635 \u0628\u0646\u0627 \u0639\u0644\u0649 033088 4171.","Implications failed:":"\u0641\u0634\u0644 \u0627\u0644\u062a\u0623\u062b\u064a\u0631\u0627\u062a:","Import":"\u064a\u0633\u062a\u0648\u0631\u062f","Import ":"\u0627\u0633\u062a\u064a\u0631\u0627\u062f ","Import a %s into \u0022%s":"\u0627\u0633\u062a\u064a\u0631\u0627\u062f %s \u0625\u0644\u0649 %s","Import a QTI\/APIP Content Package":"\u0642\u0645 \u0628\u0627\u0633\u062a\u064a\u0631\u0627\u062f \u062d\u0632\u0645\u0629 \u0645\u062d\u062a\u0648\u0649 QTI \/ APIP","Import Completed":"\u0627\u0643\u062a\u0645\u0644 \u0627\u0644\u0627\u0633\u062a\u064a\u0631\u0627\u062f ","Import failed.":"\u0641\u0634\u0644 \u0627\u0644\u0627\u0633\u062a\u064a\u0631\u0627\u062f. ","Import Metadata from CSV file":"\u0627\u0633\u062a\u064a\u0631\u0627\u062f \u0627\u0644\u0645\u064a\u062a\u0627 \u0628\u064a\u0627\u0646\u0627\u062a \u0645\u0646 \u0645\u0644\u0641 CSV ","Import Metadata from RDF file":"\u0627\u0633\u062a\u064a\u0631\u0627\u062f \u0627\u0644\u0645\u064a\u062a\u0627 \u0628\u064a\u0627\u0646\u0627\u062a \u0645\u0646 \u0645\u0644\u0641 RDF ","Import QTI TEST into \u0022%s":"\u0627\u0633\u062a\u064a\u0631\u0627\u062f \u0631\u0627\u0626\u0632 QTI \u0625\u0644\u0649 \u0022%s","Import succeeded.":"\u0646\u062c\u062d \u0627\u0644\u0627\u0633\u062a\u064a\u0631\u0627\u062f. ","Imported %1$d\/%2$d. Some records are invalid.":"\u062a\u0645 \u0627\u0633\u062a\u064a\u0631\u0627\u062f %1$d\/%2$d \u0628\u0639\u0636 \u0627\u0644\u0633\u062c\u0644\u0627\u062a \u063a\u064a\u0631 \u0635\u0627\u0644\u062d\u0629. ","Imported %d resources":"\u062a\u0645 \u0627\u0633\u062a\u064a\u0631\u0627\u062f %d \u0645\u0646 \u0627\u0644\u0645\u0648\u0627\u0631\u062f ","Imported resource \u0022%s":"\u0627\u0644\u0645\u0648\u0631\u062f \u0627\u0644\u0645\u0633\u062a\u0648\u0631\u062f \u0022%s","impossible to update task status":"\u0645\u0646 \u0627\u0644\u0645\u0633\u062a\u062d\u064a\u0644 \u062a\u062d\u062f\u064a\u062b \u062d\u0627\u0644\u0629 \u0627\u0644\u0645\u0647\u0645\u0629 ","IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file could not be imported.":"\u062a\u0639\u0630\u0631 \u0627\u0633\u062a\u064a\u0631\u0627\u062f \u0628\u0646\u062f IMS QTI \u0627\u0644\u0645\u0634\u0627\u0631 \u0625\u0644\u064a\u0647 \u0643\u0640 \u0022%s\u0022 \u0641\u064a \u0645\u0644\u0641 IMS Manifest.","IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file successfully imported.":"\u062a\u0645 \u0627\u0633\u062a\u064a\u0631\u0627\u062f \u0628\u0646\u062f IMS QTI \u0627\u0644\u0645\u0634\u0627\u0631 \u0625\u0644\u064a\u0647 \u0643\u0640 \u0022%s\u0022 \u0641\u064a \u0645\u0644\u0641 IMS Manifest \u0628\u0646\u062c\u0627\u062d.","IMS QTI Test Package successfully imported.":"\u062a\u0645 \u0627\u0633\u062a\u064a\u0631\u0627\u062f \u062d\u0632\u0645\u0629 \u0627\u0644\u0631\u0648\u0627\u0626\u0632 IMS QTI \u0628\u0646\u062c\u0627\u062d.","IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file successfully imported.":"\u062a\u0645 \u0627\u0633\u062a\u064a\u0631\u0627\u062f \u0627\u0644\u0631\u0627\u0626\u0632 IMS QTI \u0627\u0644\u0645\u0634\u0627\u0631 \u0625\u0644\u064a\u0647 \u0643\u0640 \u0022%s\u0022 \u0641\u064a \u0645\u0644\u0641 IMS Manifest \u0628\u0646\u062c\u0627\u062d.","In progress":"\u0641\u064a \u062a\u0642\u062f\u0645","In this part of the test navigation is not allowed.":"\u0641\u064a \u0647\u0630\u0627 \u0627\u0644\u062c\u0632\u0621 \u0645\u0646 \u0627\u0644\u0631\u0627\u0626\u0632 \u0627\u0644\u062a\u0646\u0642\u0644 \u063a\u064a\u0631 \u0645\u0633\u0645\u0648\u062d \u0628\u0647.","Inclusive (AND)":"\u062f\u0627\u0645\u062c (\u0648)","Inconsistency at line %1d:":"\u0639\u062f\u0645 \u062a\u0646\u0627\u0633\u0642 \u0641\u064a \u0627\u0644\u0633\u0637\u0631 %1d:","Index has been deleted for %s":"\u062a\u0645 \u062d\u0630\u0641 \u0627\u0644\u0641\u0647\u0631\u0633 \u0644\u0640 %s","Individual":"\u0641\u0631\u062f\u064a","Infinity":"\u0627\u0644\u0644\u0627\u0646\u0647\u0627\u064a\u0629","Informational Item Usage":"\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0628\u0646\u062f \u0625\u0639\u0644\u0627\u0645\u064a\u0627\u0626\u064a","Injector has to contains a valid \u0022destination\u0022 field.":"\u064a\u062c\u0628 \u0623\u0646 \u064a\u062d\u062a\u0648\u064a \u0627\u0644\u062d\u0627\u0642\u0646 \u0639\u0644\u0649 \u0645\u062c\u0627\u0644 \u0645\u0636\u0628\u0648\u0637 \u0627\u0644\u0648\u062c\u0647\u0629.","Injector has to contains a valid \u0022source\u0022 field.":"\u064a\u062c\u0628 \u0623\u0646 \u064a\u062d\u062a\u0648\u064a \u0627\u0644\u062d\u0627\u0642\u0646 \u0639\u0644\u0649 \u0645\u062c\u0627\u0644 \u0645\u0636\u0628\u0648\u0637 \u0627\u0644\u0645\u0635\u062f\u0631.","Install":"\u062a\u062b\u0628\u064a\u062a","Installation done.":"\u062a\u0645 \u0627\u0644\u062a\u062b\u0628\u064a\u062a.","Installation...":"\u0627\u0644\u0646\u0635\u064a\u0628...","Installed Extensions":"\u0627\u0644\u0645\u0644\u062d\u0642\u0627\u062a \u0645\u062b\u0628\u062a\u0629","Installed Version":"\u0646\u0633\u062e\u0629 \u0645\u062b\u0628\u062a\u0629 ","Installing extension %s...":"\u064a\u062a\u0645 \u0627\u0644\u0622\u0646 \u062a\u062b\u0628\u064a\u062a \u0627\u0644\u0645\u0644\u062d\u0642 %s ... ","Instance saved":"\u062a\u0645 \u062d\u0641\u0638 \u0627\u0644\u0645\u062b\u0627\u0644 ","Interface language":"\u0644\u063a\u0629 \u0627\u0644\u0648\u0627\u062c\u0647\u0629","Internal server error!":"\u062e\u0637\u0623 \u0641\u064a \u0627\u0644\u062e\u0627\u062f\u0645 \u0627\u0644\u062f\u0627\u062e\u0644\u064a!","Invalid CSP header.":"\u0631\u0623\u0633 CSP \u063a\u064a\u0631 \u0645\u0636\u0628\u0648\u0637.","Invalid date range (must be after or the same as: %s)":"\u0646\u0637\u0627\u0642 \u0627\u0644\u062a\u0627\u0631\u064a\u062e \u063a\u064a\u0631 \u0645\u0636\u0628\u0648\u0637 (\u064a\u062c\u0628 \u0623\u0646 \u064a\u0643\u0648\u0646 \u0628\u0639\u062f \u0647\u0630\u0627 \u0627\u0644\u062a\u0627\u0631\u064a\u062e \u0623\u0648 \u0645\u062b\u0644 : %s)","Invalid date range (must be after: %s)":"\u0646\u0637\u0627\u0642 \u0627\u0644\u062a\u0627\u0631\u064a\u062e \u063a\u064a\u0631\u0645\u0636\u0628\u0648\u0637 (\u064a\u062c\u0628 \u0623\u0646 \u064a\u0643\u0648\u0646 \u0628\u0639\u062f: %s","Invalid date range (must be before or the same as: %s)":"\u0646\u0637\u0627\u0642 \u0627\u0644\u062a\u0627\u0631\u064a\u062e \u063a\u064a\u0631 \u0645\u0636\u0628\u0648\u0637 (\u064a\u062c\u0628 \u0623\u0646 \u064a\u0643\u0648\u0646 \u0642\u0628\u0644 \u0623\u0648 \u0646\u0641\u0633: %s)","Invalid date range (must be before: %s)":"\u0646\u0637\u0627\u0642 \u0627\u0644\u062a\u0627\u0631\u064a\u062e \u063a\u064a\u0631 \u0645\u0636\u0628\u0648\u0637 (\u064a\u062c\u0628 \u0623\u0646 \u064a\u0643\u0648\u0646 \u0642\u0628\u0644: %s)","Invalid field length":"\u0637\u0648\u0644 \u0627\u0644\u062d\u0642\u0644 \u063a\u064a\u0631 \u0635\u062d\u064a\u062d","Invalid field range (maximum value: %s)":"\u0646\u0637\u0627\u0642 \u0627\u0644\u062d\u0642\u0644 \u063a\u064a\u0631 \u0645\u0636\u0628\u0648\u0637 (\u0627\u0644\u0642\u064a\u0645\u0629 \u0627\u0644\u0642\u0635\u0648\u0649: %s)","Invalid field range (minimum value: %1$s, maximum value: %2$s)":"\u0646\u0637\u0627\u0642 \u0627\u0644\u062d\u0642\u0644 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d (\u0627\u0644\u062d\u062f \u0627\u0644\u0623\u062f\u0646\u0649 \u0644\u0644\u0642\u064a\u0645\u0629: %1$s \u060c \u0627\u0644\u062d\u062f \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0644\u0642\u064a\u0645\u0629: %2$s)","Invalid field range (minimum value: %s)":"\u0646\u0637\u0627\u0642 \u0627\u0644\u062d\u0642\u0644 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d (\u0627\u0644\u062d\u062f \u0627\u0644\u0623\u062f\u0646\u0649 \u0644\u0644\u0642\u064a\u0645\u0629: %s)","Invalid file size (minimum %1$s bytes, maximum %2$s bytes)":"\u062d\u062c\u0645 \u0627\u0644\u0645\u0644\u0641 \u063a\u064a\u0631 \u0645\u0636\u0628\u0648\u0637 (\u0627\u0644\u062d\u062f \u0627\u0644\u0623\u062f\u0646\u0649 %1$s \u0628\u0627\u064a\u062a \u060c \u0627\u0644\u062d\u062f \u0627\u0644\u0623\u0642\u0635\u0649 %2$s \u0628\u0627\u064a\u062a)","Invalid file type!":"\u0646\u0648\u0639 \u0627\u0644\u0645\u0644\u0641 \u063a\u064a\u0631 \u0645\u0636\u0628\u0648\u0637!","Invalid input":"\u0645\u062f\u062e\u0644 \u063a\u064a\u0631 \u0645\u0636\u0628\u0648\u0637","Invalid input for function":"\u0625\u062f\u062e\u0627\u0644 \u063a\u064a\u0631 \u0645\u0636\u0628\u0648\u0637 \u0644\u0644\u0648\u0638\u064a\u0641\u0629","Invalid JSON config file: %s":"\u0645\u0644\u0641 \u062a\u0643\u0648\u064a\u0646 JSON \u063a\u064a\u0631 \u0645\u0636\u0628\u0648\u0637: %s ","Invalid login or password. Please try again.":"\u0644\u0627 \u064a\u062a\u0637\u0627\u0628\u0642 \u0645\u0639 \u062d\u0633\u0627\u0628 \u0627\u0644\u062f\u062e\u0648\u0644 \u0623\u0648 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631. \u0627\u0644\u0645\u0631\u062c\u0648 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629.","Invalid login or password. Your account has been locked, please contact your administrator.":"\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u062f\u062e\u0648\u0644 \u062e\u0627\u0637\u0626\u0629 \u0627\u0648 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u062e\u0627\u0637\u0626\u0629. \u062a\u0645 \u0625\u063a\u0644\u0627\u0642 \u062d\u0633\u0627\u0628\u0643 \u060c \u064a\u0631\u062c\u0649 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0627\u0644\u0645\u0633\u0624\u0648\u0644.","invalid regular expression":"\u062a\u0639\u0628\u064a\u0631 \u0639\u0627\u062f\u064a \u063a\u064a\u0631 \u0645\u0636\u0628\u0648\u0637","Invalid values:":"\u0642\u064a\u0645 \u063a\u064a\u0631 \u0635\u062d\u064a\u062d\u0629:","is already used in the test.":"\u0645\u0633\u062a\u062e\u062f\u0645 \u0628\u0627\u0644\u0641\u0639\u0644 \u0641\u064a \u0627\u0644\u0631\u0627\u0626\u0632.","is not a valid identifier (alphanum, underscore, dash and dots)":"\u0644\u064a\u0633 \u0645\u0639\u0631\u0651\u0641\u064b\u0627 \u0645\u0636\u0628\u0648\u0637\u0627 (\u0623\u0628\u062c\u062f\u064a \u0631\u0642\u0645\u064a \u0648\u0634\u0631\u0637\u0629 \u0633\u0641\u0644\u064a\u0629 \u0648\u0634\u0631\u0637\u0629 \u0648\u0646\u0642\u0627\u0637)","is not a valid identifier (everything except spaces)":"\u0644\u064a\u0633 \u0645\u0639\u0631\u0651\u0641\u064b\u0627 \u0635\u0627\u0644\u062d\u064b\u0627 (\u0643\u0644 \u0634\u064a\u0621 \u0645\u0627 \u0639\u062f\u0627 \u0627\u0644\u0645\u0633\u0627\u0641\u0627\u062a)","It is not possible to save your responses while working offline.":"\u0644\u0627 \u064a\u0645\u0643\u0646 \u062d\u0641\u0638 \u0631\u062f\u0648\u062f\u0643 \u0623\u062b\u0646\u0627\u0621 \u0627\u0644\u0639\u0645\u0644 \u062f\u0648\u0646 \u0627\u062a\u0635\u0627\u0644.","Item \u0022%s\u0022 is completed.":"\u062a\u0645 \u0625\u0643\u0645\u0627\u0644 \u0627\u0644\u0628\u0646\u062f \u0022%s\u0022","Item %d":"\u0627\u0644\u0628\u0646\u062f %d","Item %d of %d":"\u0627\u0644\u0628\u0646\u062f %d \u0645\u0646 %d","Item %s loaded":"\u062a\u0645 \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0628\u0646\u062f %s","Item Reference Properties":"\u062e\u0635\u0627\u0626\u0635 \u0645\u0631\u062c\u0639 \u0627\u0644\u0628\u0646\u062f","Item response identifier does not match current item":"\u0645\u0639\u0631\u0651\u0641 \u062c\u0648\u0627\u0628 \u0627\u0644\u0628\u0646\u062f \u0644\u0627 \u064a\u062a\u0637\u0627\u0628\u0642 \u0645\u0639 \u0627\u0644\u0628\u0646\u062f \u0627\u0644\u062d\u0627\u0644\u064a","Item Session Control":"\u0639\u0646\u0635\u0631 \u0627\u0644\u062a\u062d\u0643\u0645 \u0641\u064a \u062f\u0648\u0631\u0629 \u0627\u0644\u0628\u0646\u062f","items":"\u0628\u0646\u0648\u062f","Items":"\u0628\u0646\u0648\u062f","Items can optionally be assigned to one or more categories.":"\u064a\u0645\u0643\u0646 \u062a\u062e\u0635\u064a\u0635 \u0627\u0644\u0628\u0646\u0648\u062f \u0627\u062e\u062a\u064a\u0627\u0631\u064a\u064b\u0627 \u0644\u0641\u0626\u0629 \u0648\u0627\u062d\u062f\u0629 \u0623\u0648 \u0623\u0643\u062b\u0631.","Items Compilation":"\u062a\u062c\u0645\u064a\u0639 \u0627\u0644\u0628\u0646\u0648\u062f","Items marked for later review":"\u0627\u0644\u0628\u0646\u0648\u062f \u0627\u0644\u0645\u062d\u062f\u062f\u0629 \u0644\u0644\u0645\u0631\u0627\u062c\u0639\u0629 \u0644\u0627\u062d\u0642\u064b\u0627","items per page":"\u0645\u0648\u0627\u062f \u0644\u0643\u0644 \u0635\u0641\u062d\u0629 ","Items with assessmentItemRef identifiers \u0022%s\u0022 are not registered in the related CAT endpoint.":"\u0644\u0645 \u064a\u062a\u0645 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u062a\u064a \u062a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 \u0645\u0639\u0631\u0641\u0627\u062a \u0645\u0646 \u0637\u0631\u0627\u0632 \u0022%s\u0022 \u0641\u064a \u0646\u0642\u0637\u0629 \u0646\u0647\u0627\u064a\u0629 CAT \u0630\u0627\u062a \u0627\u0644\u0635\u0644\u0629.","Jump Menu":"\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0627\u0646\u062a\u0642\u0627\u0644","Jump to:":"\u0627\u0646\u062a\u0642\u0644 \u0625\u0644\u0649:","Keep Together":"\u0627\u0644\u0627\u062d\u062a\u0641\u0627\u0638 \u0645\u0639\u0627","Keyboard Navigation":"\u0627\u0644\u062a\u0646\u0642\u0644 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0644\u0648\u062d\u0629 \u0627\u0644\u0645\u0641\u0627\u062a\u064a\u062d","Keyboard shortcuts for the Accessibility Tools are available to the Test-taker.":"\u0627\u062e\u062a\u0635\u0627\u0631\u0627\u062a \u0644\u0648\u062d\u0629 \u0627\u0644\u0645\u0641\u0627\u062a\u064a\u062d \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0623\u062f\u0648\u0627\u062a \u0625\u0645\u0643\u0627\u0646\u064a\u0629 \u0627\u0644\u0648\u0635\u0648\u0644 \u0645\u062a\u0627\u062d\u0629 \u0644\u0644\u0645\u062a\u0642\u062f\u0645 \u0644\u0644\u0631\u0627\u0626\u0632.","Label":"\u062a\u0633\u0645\u064a\u0629","Label Path":"\u0645\u0633\u0627\u0631 \u0627\u0644\u062a\u0633\u0645\u064a\u0629 ","Language":"\u0627\u0644\u0644\u063a\u0629","Last attempt before your account is locked.":"\u0622\u062e\u0631 \u0645\u062d\u0627\u0648\u0644\u0629 \u0642\u0628\u0644 \u0625\u063a\u0644\u0627\u0642 \u062d\u0633\u0627\u0628\u0643.","Last Name":"\u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0639\u0627\u0626\u0644\u064a ","Last page":"\u0627\u0644\u0635\u0641\u062d\u0629 \u0627\u0644\u0623\u062e\u064a\u0631\u0629 ","Last result":"\u0627\u0644\u0646\u062a\u064a\u062c\u0629 \u0627\u0644\u0623\u062e\u064a\u0631\u0629 ","Late submission allowed":"\u064a\u064f\u0633\u0645\u062d \u0628\u0627\u0644\u062a\u0642\u062f\u064a\u0645 \u0627\u0644\u0645\u062a\u0623\u062e\u0631","Leave a comment":"\u0627\u062a\u0631\u0643 \u062a\u0639\u0644\u064a\u0642\u0627","Left parenthesis":"\u0642\u0648\u0633 \u0623\u064a\u0633\u0631","less than a minute":"\u0623\u0642\u0644 \u0645\u0646 \u062f\u0642\u064a\u0642\u0629 ","Line Reader":"\u0642\u0627\u0631\u0626 \u0627\u0644\u062e\u0637","Linear":"\u062e\u0637\u064a","Link durations to activate the guided navigation":"\u0641\u062a\u0631\u0627\u062a \u0627\u0644\u0627\u0631\u062a\u0628\u0627\u0637 \u0644\u062a\u0646\u0634\u064a\u0637 \u0627\u0644\u062a\u0646\u0642\u0644 \u0627\u0644\u0645\u0648\u062c\u0647 \u0639\u0628\u0631 \u0627\u0644\u0623\u0646\u062a\u0631\u0646\u064a\u062a","List":"\u0642\u0627\u0626\u0645\u0629","List - Multiple choice - Check box":"\u0642\u0627\u0626\u0645\u0629 - \u0627\u0644\u0627\u062e\u062a\u064a\u0627\u0631 \u0645\u0646 \u0645\u062a\u0639\u062f\u062f - \u062e\u0627\u0646\u0629 \u0627\u0644\u0627\u062e\u062a\u064a\u0627\u0631 ","List - Multiple choice - Search input":"\u0627\u0644\u0642\u0627\u0626\u0645\u0629 - \u0627\u0644\u0627\u062e\u062a\u064a\u0627\u0631 \u0645\u0646 \u0645\u062a\u0639\u062f\u062f - \u0625\u062f\u062e\u0627\u0644 \u0627\u0644\u0628\u062d\u062b ","List - Single choice - Drop down":"\u0642\u0627\u0626\u0645\u0629 - \u062e\u064a\u0627\u0631 \u0648\u0627\u062d\u062f - \u0642\u0627\u0626\u0645\u0629 \u062c\u0627\u0631\u064a\u0629 ","List - Single choice - Radio button":"\u0642\u0627\u0626\u0645\u0629 - \u062e\u064a\u0627\u0631 \u0648\u0627\u062d\u062f - \u0632\u0631 \u0627\u062e\u062a\u064a\u0627\u0631 ","List - Single choice - Search input":"\u0642\u0627\u0626\u0645\u0629 - \u0627\u062e\u062a\u064a\u0627\u0631 \u0648\u0627\u062d\u062f - \u0625\u062f\u062e\u0627\u0644 \u0627\u0644\u0628\u062d\u062b ","List item URI duplications found":"\u062a\u0645 \u0627\u0644\u0639\u062b\u0648\u0631 \u0639\u0644\u0649 \u062a\u0643\u0631\u0627\u0631\u0627\u062a \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0628\u0646\u062f URI","List values":"List values","Load more":"\u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0645\u0632\u064a\u062f ","Loaded":"\u0645\u062d\u0645\u0644 ","Loaded at Startup":"\u064a\u062a\u0645 \u062a\u062d\u0645\u064a\u0644\u0647\u0627 \u0639\u0646\u062f \u0628\u062f\u0621 \u0627\u0644\u062a\u0634\u063a\u064a\u0644 ","Loading":"\u062c\u0627\u0631 \u0627\u0644\u062a\u062d\u0645\u064a\u0644","Loading status":"\u062d\u0627\u0644\u0629 \u0627\u0644\u062a\u062d\u0645\u064a\u0644","Loading task status ...":"\u062c\u0627\u0631\u064d \u062a\u062d\u0645\u064a\u0644 \u062d\u0627\u0644\u0629 \u0627\u0644\u0645\u0647\u0645\u0629 ...","locked by %s":"\u0645\u0624\u0645\u0646 \u0645\u0646 \u0642\u0628\u0644 %s","Locked duration : guided navigation. The test transition to the next item once the duration reaches 0.":"\u0645\u062f\u0629 \u0627\u0644\u062a\u0623\u0645\u064a\u0646: \u0627\u0644\u062a\u0646\u0642\u0644 \u0627\u0644\u0625\u0631\u0634\u0627\u062f\u064a. \u064a\u0646\u062a\u0642\u0644 \u0627\u0644\u0631\u0627\u0626\u0632 \u0625\u0644\u0649 \u0627\u0644\u0628\u0646\u062f \u0627\u0644\u062a\u0627\u0644\u064a \u0628\u0645\u062c\u0631\u062f \u0648\u0635\u0648\u0644 \u0627\u0644\u0645\u062f\u0629 \u0625\u0644\u0649 0.","Log in":"\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644","Log Out":"\u062a\u0633\u062c\u064a\u0644 \u062e\u0631\u0648\u062c","Login":"\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644","Login available":"\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0645\u062a\u0627\u062d","Login is already in use.":"\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0642\u064a\u062f \u0627\u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0628\u0627\u0644\u0641\u0639\u0644.","Login is empty.":"\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0641\u0627\u0631\u063a.","Logout":"\u062a\u0633\u062c\u064a\u0644 \u062e\u0631\u0648\u062c","Magnifier":"\u0627\u0644\u0645\u0643\u0628\u0631","Magnify less":"\u062a\u0643\u0628\u064a\u0631 \u0623\u0642\u0644","Magnify more":"\u062a\u0643\u0628\u064a\u0631 \u0623\u0643\u062b\u0631","Magnifying Glass":"\u0639\u062f\u0633\u0629 \u0645\u0643\u0628\u0631\u0629","Main Menu":"\u0627\u0644\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629","Main navigation":"\u0627\u0644\u062a\u0646\u0642\u0644 \u0627\u0644\u0631\u0626\u064a\u0633\u064a \u0639\u0628\u0631 \u0627\u0644\u0623\u0646\u062a\u0631\u0646\u064a\u062a","Maintenance service is already installed.":"\u062e\u062f\u0645\u0629 \u0627\u0644\u0635\u064a\u0627\u0646\u0629 \u0645\u062b\u0628\u062a\u0629 \u0645\u0633\u0628\u0642\u0627.","Maintenance service must have a persistence option.":"\u064a\u062c\u0628 \u0623\u0646 \u064a\u0643\u0648\u0646 \u0644\u062f\u0649 \u062e\u062f\u0645\u0629 \u0627\u0644\u0635\u064a\u0627\u0646\u0629 \u062e\u064a\u0627\u0631 \u0627\u0633\u062a\u0645\u0631\u0627\u0631.","Maintenance service was installed. Platform is disabled.":"\u062a\u0645 \u062a\u0631\u0643\u064a\u0628 \u062e\u062f\u0645\u0629 \u0627\u0644\u0635\u064a\u0627\u0646\u0629. \u0627\u0644\u0645\u0646\u0635\u0629 \u0645\u0639\u0637\u0644\u0629.","Maintenance service was installed. Platform is enabled.":"\u062a\u0645 \u062a\u0631\u0643\u064a\u0628 \u062e\u062f\u0645\u0629 \u0627\u0644\u0635\u064a\u0627\u0646\u0629. \u062a\u0645 \u062a\u0634\u063a\u064a\u0644 \u0627\u0644\u0645\u0646\u0635\u0629.","Maintenance storage driver is not set":"\u0644\u0645 \u064a\u062a\u0645 \u062a\u0639\u064a\u064a\u0646 \u0628\u0631\u0646\u0627\u0645\u062c \u062a\u0634\u063a\u064a\u0644 \u062a\u062e\u0632\u064a\u0646 \u0627\u0644\u0635\u064a\u0627\u0646\u0629","Manage Access Rights":"\u0625\u062f\u0627\u0631\u0629 \u062d\u0642\u0648\u0642 \u0627\u0644\u0648\u0635\u0648\u0644","Manage class schema":"\u0625\u062f\u0627\u0631\u0629 \u0645\u062e\u0637\u0637 \u0627\u0644\u0642\u0633\u0645","Manage data list":"\u0625\u062f\u0627\u0631\u0629 \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a","Manage groups":"\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0627\u062a","Manage items":"\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0628\u0646\u0648\u062f","Manage roles":"\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u0647\u0627\u0645","Manage Roles and apply them to users.":"\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u0647\u0627\u0645 \u0648\u062a\u0637\u0628\u064a\u0642\u0647\u0627 \u0639\u0644\u0649 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646.","Manage Rubric Blocks":"\u0625\u062f\u0627\u0631\u0629 \u0645\u062c\u0645\u0648\u0639\u0627\u062a \u0627\u0644\u0645\u0648\u0627\u062f","Manage test properties":"\u0625\u062f\u0627\u0631\u0629 \u062e\u0635\u0627\u0626\u0635 \u0627\u0644\u0631\u0627\u0626\u0632","Manage tests":"\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0631\u0648\u0627\u0626\u0632","Manage Tests":"\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0631\u0648\u0627\u0626\u0632","Manage users":"\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646","Manage Versioned File":"\u0625\u062f\u0627\u0631\u0629 \u0645\u0644\u0641 \u0627\u0644\u0625\u0635\u062f\u0627\u0631","Map the properties to the CSV columns":"CSV \u0627\u062e\u062a\u0631 \u0627\u0644\u062e\u0635\u0627\u0626\u0635 \u0627\u0644\u0645\u062a\u0639\u0644\u0642\u0629 \u0628\u0627\u0644\u0627\u0639\u0645\u062f\u0629","Mark for review":"\u0648\u0636\u0639 \u0639\u0644\u0627\u0645\u0629 \u0644\u0644\u0645\u0631\u0627\u062c\u0639\u0629","Masking":"\u0625\u062e\u0641\u0627\u0621","Match value":"\u0642\u064a\u0645\u0629 \u0627\u0644\u0645\u0642\u0627\u0631\u0646\u0629","Max Attempts":"\u0623\u0642\u0635\u0649 \u0639\u062f\u062f \u0645\u0646 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0627\u062a","Maximum Duration":"\u0627\u0644\u0645\u062f\u0629 \u0627\u0644\u0642\u0635\u0648\u0649","Maximum duration : the items times out when the duration reaches 0.":"\u0627\u0644\u0645\u062f\u0629 \u0627\u0644\u0642\u0635\u0648\u0649: \u062a\u0646\u062a\u0647\u064a \u0645\u0647\u0644\u0629 \u0627\u0644\u0628\u0646\u0648\u062f \u0639\u0646\u062f\u0645\u0627 \u062a\u0635\u0644 \u0627\u0644\u0645\u062f\u0629 \u0625\u0644\u0649 0.","Maximum duration for the all test.":"\u0627\u0644\u0645\u062f\u0629 \u0627\u0644\u0642\u0635\u0648\u0649 \u0644\u062c\u0645\u064a\u0639 \u0627\u0644\u0631\u0648\u0627\u0626\u0632.","Maximum duration for this item.":"\u0627\u0644\u0645\u062f\u0629 \u0627\u0644\u0642\u0635\u0648\u0649 \u0644\u0647\u0630\u0627 \u0627\u0644\u0628\u0646\u062f.","Maximum duration for this section.":"\u0627\u0644\u0645\u062f\u0629 \u0627\u0644\u0642\u0635\u0648\u0649 \u0644\u0647\u0630\u0627 \u0627\u0644\u062c\u0632\u0621.","Maximum duration for this test part.":"\u0627\u0644\u0645\u062f\u0629 \u0627\u0644\u0642\u0635\u0648\u0649 \u0644\u0647\u0630\u0627 \u0627\u0644\u062c\u0632\u0621 \u0645\u0646 \u0627\u0644\u0631\u0627\u0626\u0632.","Maximum selection reached":"\u062a\u0645 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u062d\u062f \u0627\u0644\u0623\u0642\u0635\u0649 \u0645\u0646 \u0627\u0644\u0627\u062e\u062a\u064a\u0627\u0631","Media resize along with their container, e.g. 50% means half of the container size not half of the media size.":"\u062a\u063a\u064a\u064a\u0631 \u062d\u062c\u0645 \u0627\u0644\u0648\u0633\u0627\u0626\u0637 \u0645\u0639 \u0627\u0644\u062d\u0627\u0648\u064a\u0629 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0647\u0627 \u060c \u0639\u0644\u0649 \u0633\u0628\u064a\u0644 \u0627\u0644\u0645\u062b\u0627\u0644 50\u066a \u062a\u0639\u0646\u064a \u0646\u0635\u0641 \u062d\u062c\u0645 \u0627\u0644\u062d\u0627\u0648\u064a\u0629 \u0648\u0644\u064a\u0633 \u0646\u0635\u0641 \u062d\u062c\u0645 \u0627\u0644\u0648\u0633\u0627\u0626\u0637.","Message":"\u0631\u0633\u0627\u0644\u0629","Messages":"\u0631\u0633\u0627\u0626\u0644","Metadata export is not available for test \u0022%s.":"\u062a\u0635\u062f\u064a\u0631 \u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u062a\u0639\u0631\u064a\u0641 \u063a\u064a\u0631 \u0645\u062a\u0627\u062d \u0644\u0644\u0631\u0627\u0626\u0632 \u0022%s.","Metadata export is not available for the selected resource.":"\u0644\u0627 \u064a\u062a\u0648\u0641\u0631 \u062a\u0635\u062f\u064a\u0631 \u0627\u0644\u0645\u064a\u062a\u0627\u0628\u064a\u0627\u0646\u0627\u062a \u0644\u0644\u0645\u0648\u0631\u062f \u0627\u0644\u0645\u062d\u062f\u062f.","Minimum Duration":"\u0627\u0644\u0645\u062f\u0629 \u0627\u0644\u062f\u0646\u064a\u0627","Minimum duration : enforces the test taker to stay on the item for the given duration.":"\u0627\u0644\u062d\u062f \u0627\u0644\u0623\u062f\u0646\u0649 \u0644\u0644\u0645\u062f\u0629: \u064a\u0641\u0631\u0636 \u0639\u0644\u0649 \u0627\u0644\u0645\u062a\u0642\u062f\u0645 \u0644\u0644\u0631\u0627\u0626\u0632 \u0627\u0644\u0628\u0642\u0627\u0621 \u0639\u0644\u0649 \u0627\u0644\u0628\u0646\u062f \u0637\u0648\u0627\u0644 \u0627\u0644\u0645\u062f\u0629 \u0627\u0644\u0645\u062d\u062f\u062f\u0629.","Minimum duration for the test.":"\u0627\u0644\u0645\u062f\u0629 \u0627\u0644\u062f\u0646\u064a\u0627 \u0644\u0644\u0631\u0627\u0626\u0632.","Minimum duration for this item.":"\u0627\u0644\u0645\u062f\u0629 \u0627\u0644\u062f\u0646\u064a\u0627 \u0644\u0647\u0630\u0627 \u0627\u0644\u0628\u0646\u062f.","Minimum duration for this section.":"\u0627\u0644\u0645\u062f\u0629 \u0627\u0644\u062f\u0646\u064a\u0627 \u0644\u0647\u0630\u0627 \u0627\u0644\u062c\u0632\u0621.","Minimum duration for this test part.":"\u0627\u0644\u0645\u062f\u0629 \u0627\u0644\u062f\u0646\u064a\u0627 \u0644\u0647\u0630\u0627 \u0627\u0644\u062c\u0632\u0621 \u0645\u0646 \u0627\u0644\u0631\u0627\u0626\u0632 .","minutes":"\u062f\u0642\u0627\u0626\u0642","Missed required parameter \\\u0027id\\\u0027":"\u062a\u0645 \u0641\u0642\u062f\u0627\u0646 \u0627\u0644\u0645\u0639\u0644\u0645 \u0627\u0644\u0645\u0637\u0644\u0648\u0628 \\\u0027id\\\u0027msgid ","missing config %s for the service %s":"\u0627\u0644\u062a\u0643\u0648\u064a\u0646 \u0627\u0644\u0645\u0641\u0642\u0648\u062f %s \u0644\u0644\u062e\u062f\u0645\u0629 %s","Missing Parameters":"\u0627\u0644\u0645\u0639\u0627\u064a\u064a\u0631 \u0645\u0641\u0642\u0648\u062f\u0629","Missing required configuration option %s":"\u062e\u064a\u0627\u0631 \u0627\u0644\u062a\u0643\u0648\u064a\u0646 \u0627\u0644\u0645\u0637\u0644\u0648\u0628 \u0645\u0641\u0642\u0648\u062f %s","modulo":"modulo","More":"\u0623\u0643\u062b\u0631","Move":"\u062d\u0631\u0643","Move Down":"\u062a\u062d\u0631\u0643 \u0644\u0623\u0633\u0641\u0644","Move Left":"\u062a\u062d\u0631\u0643 \u064a\u0633\u0627\u0631\u0627 ","Move Right":"\u062a\u062d\u0631\u0643 \u064a\u0645\u064a\u0646\u0627","Move role":"\u0646\u0642\u0644 \u0627\u0644\u062f\u0648\u0631","Move the cursor one step on the left":"\u062d\u0631\u0643 \u0627\u0644\u0645\u0624\u0634\u0631 \u062e\u0637\u0648\u0629 \u0648\u0627\u062d\u062f\u0629 \u0639\u0644\u0649 \u0627\u0644\u064a\u0633\u0627\u0631","Move the cursor one step on the right":"\u062d\u0631\u0643 \u0627\u0644\u0645\u0624\u0634\u0631 \u062e\u0637\u0648\u0629 \u0648\u0627\u062d\u062f\u0629 \u0639\u0644\u0649 \u0627\u0644\u064a\u0645\u064a\u0646","Move to":"\u062d\u0631\u0643 \u0627\u0644\u0649","Move Up":"\u062a\u062d\u0631\u0643 \u0635\u0639\u0648\u062f\u0627","Moving this element will replace the properties of the previous class by those of the destination class :":"\u0633\u064a\u0624\u062f\u064a \u0646\u0642\u0644 \u0647\u0630\u0627 \u0627\u0644\u0639\u0646\u0635\u0631 \u0625\u0644\u0649 \u0627\u0633\u062a\u0628\u062f\u0627\u0644 \u062e\u0635\u0627\u0626\u0635 \u0627\u0644\u0642\u0633\u0645 \u0627\u0644\u0633\u0627\u0628\u0642 \u0628\u062e\u0635\u0627\u0626\u0635 \u0642\u0633\u0645 \u0627\u0644\u0648\u062c\u0647\u0629:","Moving to the next item without time limit reached message.":"\u0627\u0644\u0627\u0646\u062a\u0642\u0627\u0644 \u0625\u0644\u0649 \u0627\u0644\u0628\u0646\u062f \u0627\u0644\u062a\u0627\u0644\u064a \u062f\u0648\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u062d\u062f \u0632\u0645\u0646\u064a \u0627\u0644\u0631\u0633\u0627\u0644\u0629.","Multiple values delimiter":"\u0645\u062d\u062f\u062f \u0627\u0644\u0642\u064a\u0645 \u0627\u0644\u0645\u062a\u0639\u062f\u062f\u0629","Multiply the value by 10^x":"\u0627\u0636\u0631\u0628 \u0627\u0644\u0642\u064a\u0645\u0629 \u0628\u0640 10^x","Mute":"\u0635\u0627\u0645\u062a","My custom text translation":"\u062a\u0631\u062c\u0645\u062a\u064a \u0644\u0644\u0646\u0635 \u062e\u0627\u0635\u0629 \u0628\u064a","My settings":"\u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a","My settings (%s)":"\u0625\u0639\u062f\u0627\u062f\u0627\u062a\u064a (%s)","Name":"\u0627\u0644\u0627\u0633\u0645","name of the pupil":"\u0627\u0633\u0645 \u0627\u0644\u062a\u0644\u0645\u064a\u0630","Natural logarithm":"\u0627\u0644\u0644\u0648\u063a\u0627\u0631\u062a\u064a\u0645 \u0627\u0644\u0637\u0628\u064a\u0639\u064a","Navigation":"\u0627\u0644\u062a\u0646\u0642\u0644 \u0639\u0628\u0631 \u0627\u0644\u0627\u0646\u062a\u0631\u0646\u064a\u062a","Navigation shortcuts":"\u0627\u062e\u062a\u0635\u0627\u0631\u0627\u062a \u0627\u0644\u062a\u0646\u0642\u0644 \u0639\u0628\u0631 \u0627\u0644\u0623\u0646\u062a\u0631\u0646\u064a\u062a","Navigation Warnings":"\u062a\u062d\u0630\u064a\u0631\u0627\u062a \u0627\u0644\u062a\u0646\u0642\u0644 \u0639\u0628\u0631 \u0627\u0644\u0623\u0646\u062a\u0631\u0646\u064a\u062a","network":"\u0634\u0628\u0643\u0629 \u0627\u0644\u0627\u062a\u0635\u0627\u0644","New class":"\u0635\u0646\u0641 \u062c\u062f\u064a\u062f","New Group":"\u0645\u062c\u0645\u0648\u0639\u0629 \u062c\u062f\u064a\u062f\u0629","New item":"\u0628\u0646\u062f \u062c\u062f\u064a\u062f","New password":"\u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631 \u062c\u062f\u064a\u062f\u0629","New role":"\u0645\u0647\u0645\u0629 \u062c\u062f\u064a\u062f\u0629","New Rubric Block":"\u0643\u062a\u0644\u0629 \u0642\u0648\u0627\u0639\u062f \u062c\u062f\u064a\u062f\u0629","New section":"\u062c\u0632\u0621 \u062c\u062f\u064a\u062f","New test part":"\u062c\u0632\u0621 \u062c\u062f\u064a\u062f \u0645\u0646 \u0627\u0644\u0631\u0627\u0626\u0632","Next":"\u0627\u0644\u062a\u0627\u0644\u064a","Next match":"\u0627\u0644\u0645\u0644\u0627\u0621\u0645\u0629 \u0627\u0644\u062a\u0627\u0644\u064a\u0629","Next page":"\u0627\u0644\u0635\u0641\u062d\u0629 \u0627\u0644\u062a\u0627\u0644\u064a\u0629","Next Section":"\u0627\u0644\u062c\u0632\u0621 \u0627\u0644\u062a\u0627\u0644\u064a","No":"\u0644\u0627","No action specified":"\u0644\u0645 \u064a\u062a\u0645 \u062a\u062d\u062f\u064a\u062f \u0623\u064a \u0625\u062c\u0631\u0627\u0621","No CAT Engine configured for CAT Endpoint \u0022%s\u0022.":"\u0644\u0645 \u064a\u062a\u0645 \u062a\u0643\u0648\u064a\u0646 \u0645\u062d\u0631\u0643 CAT \u0644\u0646\u0642\u0637\u0629 \u0646\u0647\u0627\u064a\u0629 \u0022%s\u0022.","No client translation bundles updated":"\u0644\u0645 \u064a\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0631\u0632\u0645 \u062a\u0631\u062c\u0645\u0629 \u0627\u0644\u0632\u0628\u0648\u0646","No extensions available.":"\u0644\u0627 \u062a\u0648\u062c\u062f \u0627\u0645\u062a\u062f\u0627\u062f\u0627\u062a \u0645\u062a\u0627\u062d\u0629.","No file found at location \u0022%s\u0022.":"\u0644\u0645 \u064a\u062a\u0645 \u0627\u0644\u0639\u062b\u0648\u0631 \u0639\u0644\u0649 \u0645\u0644\u0641 \u0641\u064a \u0627\u0644\u0645\u0648\u0642\u0639 \u0022%s\u0022.","no file not found in this location":"\u0644\u0645 \u064a\u062a\u0645 \u0627\u0644\u0639\u062b\u0648\u0631 \u0639\u0644\u0649 \u0645\u0644\u0641 \u0641\u064a \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639","No file selected":"\u0644\u0645 \u064a\u062a\u0645 \u0627\u062e\u062a\u064a\u0627\u0631 \u0627\u064a \u0645\u0644\u0641","No files":"\u0644\u0627 \u0645\u0644\u0641\u0627\u062a","No item found. Please try other search criteria.":"\u0644\u0645 \u064a\u062a\u0645 \u0627\u0644\u0639\u062b\u0648\u0631 \u0639\u0644\u0649 \u0623\u064a \u0639\u0646\u0635\u0631. \u064a\u0631\u062c\u0649 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629 \u0628\u0645\u0639\u0627\u064a\u064a\u0631 \u0627\u0644\u0628\u062d\u062b \u0627\u0644\u0623\u062e\u0631\u0649.","no label":"\u0644\u0627 \u062a\u0648\u062c\u062f \u062a\u0633\u0645\u064a\u0629","No more attempts allowed for item \u0022%s\u0022.":"\u0644\u0627 \u0645\u0632\u064a\u062f \u0645\u0646 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0627\u062a \u0627\u0644\u0645\u0633\u0645\u0648\u062d \u0628\u0647\u0627 \u0644\u0644\u0628\u0646\u062f \u0022%s\u0022.","no outcome declaration found":"\u0644\u0645 \u064a\u062a\u0645 \u0627\u0644\u0639\u062b\u0648\u0631 \u0639\u0644\u0649 \u0625\u0639\u0644\u0627\u0646 \u0627\u0644\u0646\u062a\u064a\u062c\u0629","No outcome processing. Erase the existing rules, if any.":"\u0644\u0627 \u062a\u0648\u062c\u062f \u0645\u0639\u0627\u0644\u062c\u0629 \u0644\u0644\u0646\u062a\u0627\u0626\u062c. \u0627\u0645\u0633\u062d \u0627\u0644\u0642\u0648\u0627\u0639\u062f \u0627\u0644\u062d\u0627\u0644\u064a\u0629 \u060c \u0625\u0646 \u0648\u062c\u062f\u062a.","No reference to any IMS QTI Item found.":"\u0644\u0645 \u064a\u062a\u0645 \u0627\u0644\u0639\u062b\u0648\u0631 \u0639\u0644\u0649 \u0623\u064a \u0625\u0634\u0627\u0631\u0629 \u0625\u0644\u0649 \u0623\u064a \u0628\u0646\u062f IMS QTI.","No Task yet":"\u0644\u0627 \u062a\u0648\u062c\u062f \u0645\u0647\u0645\u0629 \u062d\u062a\u0649 \u0627\u0644\u0622\u0646","Node duplication has failed":"\u0641\u0634\u0644 \u0646\u0633\u062e \u0627\u0644\u0639\u0642\u062f\u0629","Non Linear":"\u063a\u064a\u0631 \u062e\u0637\u064a","None":"\u0644\u0627 \u0623\u062d\u062f","Not all test could be exported":"\u0644\u0627 \u064a\u0645\u0643\u0646 \u062a\u0635\u062f\u064a\u0631 \u0643\u0627\u0641\u0629 \u0627\u0644\u0627\u062e\u062a\u0628\u0627\u0631\u0627\u062a","Not answered":"\u0628\u0644\u0627 \u062c\u0648\u0627\u0628","Not enough arguments following: %s":" \u0627\u0644\u0645\u0628\u0631\u0631\u0627\u062a \u0627\u0644\u062a\u0627\u0644\u064a\u0629 \u063a\u064a\u0631 \u0643\u0627\u0641\u064a\u0629: %s","Not enough non-option arguments: got %s, need at least %s":"\u0644\u0627 \u062a\u0648\u062c\u062f \u0648\u0633\u0627\u0626\u0637 \u0643\u0627\u0641\u064a\u0629 \u063a\u064a\u0631 \u0645\u062a\u0639\u0644\u0642\u0629 \u0628\u0627\u0644\u062e\u064a\u0627\u0631\u0627\u062a: \u062d\u0635\u0644\u062a \u0639\u0644\u0649 %s \u060c \u0648\u062a\u062d\u062a\u0627\u062c \u0625\u0644\u0649 %s \u0639\u0644\u0649 \u0627\u0644\u0623\u0642\u0644","Not seen":"\u0644\u0645 \u064a\u0631","Not shuffled, the position remains fixed.":"\u0644\u0627 \u064a\u062a\u0645 \u062e\u0644\u0637\u0647 \u060c \u064a\u0638\u0644 \u0627\u0644\u0645\u0648\u0636\u0639 \u062b\u0627\u0628\u062a\u064b\u0627.","Not started":"\u0644\u0645 \u064a\u0628\u062f\u0623","Nothing imported":"\u0644\u0627 \u0634\u064a\u0621 \u0645\u0633\u062a\u0648\u0631\u062f","Nothing to install !":"\u0644\u0627 \u0634\u064a\u0621 \u0644\u062a\u062b\u0628\u064a\u062a\u0647 !","Nothing to list!":"\u0644\u0627 \u0634\u064a\u0621 \u0644\u0644\u0642\u0627\u0626\u0645\u0629 !","Notifications":"\u0625\u0634\u0639\u0627\u0631\u0627\u062a","notifications drivers aren\u0027t persistent. use a persistent database storage driver":"\u0625\u062e\u0637\u0627\u0631\u0627\u062a \u0628\u0631\u0646\u0627\u0645\u062c \u0627\u0644\u062a\u0639\u0631\u064a\u0641 \u0644\u064a\u0633\u062a \u0645\u0633\u062a\u0645\u0631\u0629. \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0628\u0631\u0646\u0627\u0645\u062c \u062a\u0634\u063a\u064a\u0644 \u062a\u062e\u0632\u064a\u0646 \u0642\u0627\u0639\u062f\u0629 \u0628\u064a\u0627\u0646\u0627\u062a \u062b\u0627\u0628\u062a","Nth root":"\u0627\u0644\u062c\u0630\u0631 \u0627\u0644\u062a\u0627\u0633\u0639","number":"\u0639\u062f\u062f","Number of elements":"\u0639\u062f\u062f \u0627\u0644\u0639\u0646\u0627\u0635\u0631","of":"\u0645\u0646","Off":"\u0625\u064a\u0642\u0627\u0641","Offline":"\u063a\u064a\u0631 \u0645\u062a\u0635\u0644 \u0639\u0644\u0649 \u0627\u0644\u0627\u0646\u062a\u0631\u0646\u062a","OK":"\u0646\u0639\u0645","Ok":"\u0646\u0639\u0645","OK & End test":"\u0645\u0648\u0627\u0641\u0642 \u0648\u0625\u0646\u0647\u0627\u0621 \u0627\u0644\u0631\u0627\u0626\u0632","Old Password":"\u0643\u0644\u0645\u0629 \u0627\u0644\u0633\u0631 \u0627\u0644\u0642\u062f\u064a\u0645\u0629","On":"\u0645\u0641\u062a\u0648\u062d","Once you close this section, you cannot return to it or change your answers.":"\u0628\u0645\u062c\u0631\u062f \u0625\u063a\u0644\u0627\u0642 \u0647\u0630\u0627 \u0627\u0644\u062c\u0632\u0621 \u060c \u0644\u0627 \u064a\u0645\u0643\u0646\u0643 \u0627\u0644\u0639\u0648\u062f\u0629 \u0625\u0644\u064a\u0647 \u0623\u0648 \u062a\u063a\u064a\u064a\u0631 \u0625\u062c\u0627\u0628\u0627\u062a\u0643.","One or more dependent IMS QTI Items could not be imported.":"\u062a\u0639\u0630\u0631 \u0627\u0633\u062a\u064a\u0631\u0627\u062f \u0628\u0646\u062f IMS QTI \u062a\u0627\u0628\u0639 \u0648\u0627\u062d\u062f \u0623\u0648 \u0623\u0643\u062b\u0631.","Online":"Online","Only allow for my own domain (%s)":"\u0627\u0644\u0633\u0645\u0627\u062d \u0644\u0645\u062c\u0627\u0644\u064a \u0641\u0642\u0637 (%s)","Only display the items marked for review":"\u0639\u0631\u0636 \u0641\u0642\u0637 \u0627\u0644\u0628\u0646\u0648\u062f \u0627\u0644\u0645\u062d\u062f\u062f\u0629 \u0644\u0644\u0645\u0631\u0627\u062c\u0639\u0629","Only display the unanswered items":"\u0627\u0639\u0631\u0636 \u0641\u0642\u0637 \u0627\u0644\u0628\u0646\u0648\u062f \u0627\u0644\u062a\u064a \u0644\u0645 \u064a\u062a\u0645 \u0627\u0644\u0631\u062f \u0639\u0644\u064a\u0647\u0627","Only one of the field must have value %s":"\u064a\u062c\u0628 \u0623\u0646 \u064a\u062d\u062a\u0648\u064a \u062d\u0642\u0644 \u0648\u0627\u062d\u062f \u0641\u0642\u0637 \u0639\u0644\u0649 \u0627\u0644\u0642\u064a\u0645\u0629 %s","Open Calculator":"\u0627\u0641\u062a\u062d \u0627\u0644\u062d\u0627\u0633\u0628\u0629","Open Keyboard Shortcuts":"\u0627\u0641\u062a\u062d \u0627\u062e\u062a\u0635\u0627\u0631\u0627\u062a \u0644\u0648\u062d\u0629 \u0627\u0644\u0645\u0641\u0627\u062a\u064a\u062d","Operated By ":"\u062a\u062f\u0627\u0631 \u0645\u0646","Option A":"\u0627\u0644\u062e\u064a\u0627\u0631 \u0623","Option B":"\u0627\u0644\u062e\u064a\u0627\u0631 \u0628","or":"\u0623\u0648","Ordering":"\u064a\u0623\u0645\u0631","Outcome":"\u062d\u0635\u064a\u0644\u0629","Outcome declarations":"\u062d\u0635\u064a\u0644\u0629 \u0627\u0644\u062a\u0635\u0631\u064a\u062d\u0627\u062a","Outcome processing":"\u062d\u0635\u064a\u0644\u0629 \u0645\u0639\u0627\u0644\u062c\u0629 \u0627\u0644\u0646\u062a\u0627\u0626\u062c","Outlook on the next Synchronization":"\u062a\u0648\u0642\u0639\u0627\u062a \u0628\u0634\u0623\u0646 \u0627\u0644\u062a\u0632\u0627\u0645\u0646 \u0627\u0644\u062a\u0627\u0644\u064a","Package is valid but no tests were found. Make sure that it contains valid QTI tests.":"\u0627\u0644\u062d\u0632\u0645\u0629 \u0635\u0627\u0644\u062d\u0629 \u0648\u0644\u0643\u0646 \u0644\u0645 \u064a\u062a\u0645 \u0627\u0644\u0639\u062b\u0648\u0631 \u0639\u0644\u0649 \u0627\u062e\u062a\u0628\u0627\u0631\u0627\u062a. \u062a\u0623\u0643\u062f \u0645\u0646 \u0627\u062d\u062a\u0648\u0627\u0626\u0647 \u0639\u0644\u0649 \u0627\u062e\u062a\u0628\u0627\u0631\u0627\u062a QTI \u0635\u0627\u0644\u062d\u0629.","Page":"\u0635\u0641\u062d\u0629","Part %d":"\u0627\u0644\u062c\u0632\u0621 %d","Passage":"\u0645\u0642\u0637\u0639","Password":"\u0643\u0644\u0645\u0629 \u0627\u0644\u0633\u0631","Password changed":"\u062a\u0645 \u062a\u063a\u064a\u064a\u0631 \u0643\u0644\u0645\u0629 \u0627\u0644\u0633\u0631","Password is empty.":"\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0641\u0627\u0631\u063a\u0629.","Password reset":"\u0625\u0639\u0627\u062f\u0629 \u062a\u0639\u064a\u064a\u0646 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631","Password successfully changed":"\u062a\u0645 \u062a\u063a\u064a\u064a\u0631 \u0643\u0644\u0645\u0629 \u0627\u0644\u0633\u0631 \u0628\u0646\u062c\u0627\u062d","Passwords are not matching":"\u0643\u0644\u0645\u0627\u062a \u0627\u0644\u0645\u0631\u0648\u0631 \u063a\u064a\u0631 \u0645\u062a\u0637\u0627\u0628\u0642\u0629","Pause":"\u0648\u0642\u0641\u0629","Pause the test":"\u0625\u064a\u0642\u0627\u0641 \u0627\u0644\u0631\u0627\u0626\u0632","Permission denied to write in the selected class":"\u062a\u0645 \u0631\u0641\u0636 \u0627\u0644\u0625\u0630\u0646 \u0628\u0627\u0644\u0643\u062a\u0627\u0628\u0629 \u0641\u064a \u0627\u0644\u0642\u0633\u0645 \u0627\u0644\u0645\u062d\u062f\u062f","Play":"\u0634\u063a\u0644","Please confirm deletion":"\u0627\u0644\u0631\u062c\u0627\u0621 \u062a\u0623\u0643\u064a\u062f \u0627\u0644\u062d\u0630\u0641","Please confirm deletion of %s.":"\u0627\u0644\u0631\u062c\u0627\u0621 \u062a\u0623\u0643\u064a\u062f \u062d\u0630\u0641 %s.","Please confirm deletion of user %s":"\u0627\u0644\u0631\u062c\u0627\u0621 \u062a\u0623\u0643\u064a\u062f \u062d\u0630\u0641 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 %s","Please confirm locking of account %s":"\u0627\u0644\u0631\u062c\u0627\u0621 \u062a\u0623\u0643\u064a\u062f \u0642\u0641\u0644 \u0627\u0644\u062d\u0633\u0627\u0628 %s","Please confirm property deletion!":"\u0627\u0644\u0631\u062c\u0627\u0621 \u062a\u0623\u0643\u064a\u062f \u062d\u0630\u0641 \u0627\u0644\u062e\u0627\u0635\u064a\u0629","Please confirm this operation.":"\u064a\u0631\u062c\u0649 \u062a\u0623\u0643\u064a\u062f \u0647\u0630\u0647 \u0627\u0644\u0639\u0645\u0644\u064a\u0629.","Please confirm unlocking of account %s":"\u0627\u0644\u0631\u062c\u0627\u0621 \u062a\u0623\u0643\u064a\u062f \u0641\u062a\u062d \u0627\u0644\u062d\u0633\u0627\u0628 %s","Please confirm you want to leave the test.":"\u064a\u0631\u062c\u0649 \u062a\u0623\u0643\u064a\u062f \u0631\u063a\u0628\u062a\u0643 \u0641\u064a \u062a\u0631\u0643 \u0627\u0644\u0631\u0627\u0626\u0632.","Please contact %s or an administrator to release it":"\u0627\u0644\u0631\u062c\u0627\u0621 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 %s \u0623\u0648 \u0628\u0627\u0644\u0645\u0633\u0624\u0648\u0644 \u0644\u0644\u0633\u0645\u0627\u062d","Please contact your administrator.":"\u0627\u0644\u0631\u062c\u0627\u0621 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0627\u0644\u0645\u0633\u0624\u0648\u0644 \u0627\u0644\u062e\u0627\u0635 \u0628\u0643.","Please contact your system administrator.":"\u0645\u0646 \u0641\u0636\u0644\u0643 \u062a\u0648\u0627\u0635\u0644 \u0645\u0639 \u0627\u0644\u0645\u0633\u0624\u0648\u0644 \u0639\u0646 \u0646\u0638\u0627\u0645\u0643.","Please define your search in the search panel.":"\u064a\u0631\u062c\u0649 \u062a\u062d\u062f\u064a\u062f \u0627\u0644\u0628\u062d\u062b \u0627\u0644\u062e\u0627\u0635 \u0628\u0643 \u0641\u064a \u0644\u0648\u062d\u0629 \u0627\u0644\u0628\u062d\u062b.","Please download the track and listen offline.":"\u064a\u0631\u062c\u0649 \u062a\u0646\u0632\u064a\u0644 \u0627\u0644\u0645\u0642\u0637\u0639 \u0627\u0644\u0635\u0648\u062a\u064a \u0648\u0627\u0644\u0627\u0633\u062a\u0645\u0627\u0639 \u0625\u0644\u064a\u0647 \u0628\u062f\u0648\u0646 \u0627\u0644\u0631\u0628\u0637 \u0628\u0627\u0644\u0623\u0646\u062a\u0631\u0646\u064a\u062a.","Please download the video and view offline.":"\u064a\u0631\u062c\u0649 \u062a\u0646\u0632\u064a\u0644 \u0627\u0644\u0641\u064a\u062f\u064a\u0648 \u0648\u0645\u0634\u0627\u0647\u062f\u062a\u0647 \u0641\u064a \u0648\u0636\u0639 \u0639\u062f\u0645 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0627\u0644\u0631\u0628\u0637.","Please give a message to your commit":"\u064a\u0631\u062c\u0649 \u0625\u0639\u0637\u0627\u0621 \u0631\u0633\u0627\u0644\u0629 \u0644\u0627\u0644\u062a\u0632\u0627\u0645\u0643","Please provide a reason":"\u064a\u0631\u062c\u0649 \u062a\u0642\u062f\u064a\u0645 \u0633\u0628\u0628","Please report bugs, ideas, comments or feedback on the TAO Forum":"\u064a\u0631\u062c\u0649 \u0627\u0644\u0625\u0628\u0644\u0627\u063a \u0639\u0646 \u0627\u0644\u0623\u062e\u0637\u0627\u0621 \u0623\u0648 \u0627\u0644\u0623\u0641\u0643\u0627\u0631 \u0623\u0648 \u0627\u0644\u062a\u0639\u0644\u064a\u0642\u0627\u062a \u0623\u0648 \u0627\u0644\u0645\u0644\u0627\u062d\u0638\u0627\u062a \u0639\u0644\u0649 \u0645\u0646\u0635\u0629 TAO","Please try reloading the page or pause the test. If you pause, you will be able to resume the test from this page.":"\u064a\u0631\u062c\u0649 \u0645\u062d\u0627\u0648\u0644\u0629 \u0625\u0639\u0627\u062f\u0629 \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0635\u0641\u062d\u0629 \u0623\u0648 \u0625\u064a\u0642\u0627\u0641 \u0627\u0644\u0631\u0627\u0626\u0632 \u0645\u0624\u0642\u062a\u064b\u0627. \u0625\u0630\u0627 \u062a\u0648\u0642\u0641\u062a \u0645\u0624\u0642\u062a\u064b\u0627 \u060c \u0641\u0633\u062a\u062a\u0645\u0643\u0646 \u0645\u0646 \u0627\u0633\u062a\u0626\u0646\u0627\u0641 \u0627\u0644\u0631\u0627\u0626\u0632 \u0645\u0646 \u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062d\u0629.","Please wait":"\u0627\u0644\u0645\u0631\u062c\u0648 \u0627\u0644\u0627\u0646\u062a\u0638\u0627\u0631","Please wait while ...":"\u0645\u0646 \u0641\u0636\u0644\u0643 \u0627\u0646\u062a\u0638\u0631 \u0628\u064a\u0646\u0645\u0627 ...","Please wait while we try to restore the connection.":"\u0627\u0644\u0631\u062c\u0627\u0621 \u0627\u0644\u0627\u0646\u062a\u0638\u0627\u0631 \u0628\u064a\u0646\u0645\u0627 \u0646\u062d\u0627\u0648\u0644 \u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0627\u0644\u0627\u062a\u0635\u0627\u0644.","Positionals:":"\u0627\u0644\u0645\u0648\u0627\u0636\u0639:","Post install processing":"\u0645\u0639\u0627\u0644\u062c\u0629 \u0645\u0627 \u0628\u0639\u062f \u0627\u0644\u062a\u062b\u0628\u064a\u062a","Power of":"\u0642\u0648\u0629","Power of 10":"\u0642\u0648\u0629 10","Preparing installation...":"\u064a\u062a\u0645 \u0627\u0644\u0622\u0646 \u062a\u062d\u0636\u064a\u0631 \u0627\u0644\u062a\u062b\u0628\u064a\u062a ...","Preview":"\u0645\u0639\u0627\u064a\u0646\u0629","Preview the covered area":"\u0645\u0639\u0627\u064a\u0646\u0629 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0645\u063a\u0637\u0627\u0629","Previous":"\u0627\u0644\u0633\u0627\u0628\u0642","Previous match":"\u0627\u0644\u0645\u0637\u0627\u0628\u0642\u0629 \u0627\u0644\u0633\u0627\u0628\u0642\u0629","Previous page":"\u0627\u0644\u0635\u0641\u062d\u0629 \u0627\u0644\u0633\u0627\u0628\u0642\u0629","Proceed":"\u062a\u0642\u062f\u0645","PROCEED & END ASSESSMENT":"\u0627\u0644\u062a\u0642\u064a\u064a\u0645 \u0627\u0644\u0646\u0647\u0627\u0626\u064a","Proctor":"\u0645\u0631\u0627\u0642\u0628","Properties":"\u062e\u0635\u0627\u0626\u0635","Provided URL is not valid":"\u0639\u0646\u0648\u0627\u0646 URL \u0627\u0644\u0645\u0642\u062f\u0645 \u063a\u064a\u0631 \u0645\u0636\u0628\u0648\u0637","Publish":"\u064a\u0646\u0634\u0631","Publish the test":"\u0627\u0646\u0634\u0631 \u0627\u0644\u0631\u0627\u0626\u0632","QTI 2.1 Test Driver":"QTI 2.1 \u0627\u062e\u062a\u0628\u0627\u0631 \u0628\u0631\u0646\u0627\u0645\u062c \u0627\u0644\u062a\u0634\u063a\u064a\u0644","QTI Item Runner":"\u0639\u062f\u0627\u0621 \u0628\u0646\u062f QTI","QTI Test \u0022%s\u0022 publishing failed.":"\u0641\u0634\u0644 \u0646\u0634\u0631 \u0627\u0644\u0631\u0627\u0626\u0632 \u0022%s\u0022","QTI Test \u0022%s\u0022 successfully published.":"\u062a\u0645 \u0646\u0634\u0631 \u0627\u0644\u0631\u0627\u0626\u0632 \u0022%s\u0022 \u0628\u0646\u062c\u0627\u062d.","QTI Test Package 2.1":"\u062d\u0632\u0645\u0629 \u0627\u0644\u0631\u0627\u0626\u0632 QTI 2.1","QTI Test Package 2.2":"\u062d\u0632\u0645\u0629 \u0627\u0644\u0631\u0627\u0626\u0632 QTI 2.2","QTI\/APIP Test Content Package":"\u062d\u0632\u0645\u0629 \u0645\u062d\u062a\u0648\u0649 \u0627\u0644\u0631\u0627\u0626\u0632 QTI\/APIP","Question":"\u0633\u0624\u0627\u0644","question":"\u0633\u0624\u0627\u0644","questions":"\u0623\u0633\u0626\u0644\u0629","Queued":"\u0641\u064a \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0627\u0646\u062a\u0638\u0627\u0631","Rad":"Rad","Radian":"\u0631\u0627\u062f\u064a\u0627\u0646","random":"random","Random value":"\u0642\u064a\u0645\u0629 \u0639\u0634\u0648\u0627\u0626\u064a\u0629","Range field is required":"\u0646\u0637\u0627\u0642 \u0627\u0644\u0645\u062c\u0627\u0644","RDF":"\u0625\u0637\u0627\u0631 \u062a\u0648\u0635\u064a\u0641 \u0627\u0644\u0645\u0648\u0627\u0631\u062f","Reference":"\u0645\u0631\u062c\u0639","Refresh":"\u062a\u062d\u062f\u064a\u062b","Regenerate":"\u062a\u062c\u062f\u064a\u062f","Release":"\u0625\u0646\u062c\u0627\u0632","Releasing the lock might cause the work in progress by %s to be lost.":"\u0642\u062f \u064a\u0624\u062f\u064a \u0641\u062a\u062d \u0627\u0644\u0642\u0641\u0644 \u0625\u0644\u0649 \u0641\u0642\u062f \u0627\u0644\u0639\u0645\u0644 \u0627\u0644\u062c\u0627\u0631\u064a \u0628\u0648\u0627\u0633\u0637\u0629 %s.","Reload the page":"\u0623\u0639\u062f \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0635\u0641\u062d\u0629","remaining %s %s":"\u0627\u0644\u0645\u062a\u0628\u0642\u064a %s %s","Remind":"\u062a\u0630\u0643\u064a\u0631","Remind Last":"\u0622\u062e\u0631 \u062a\u0630\u0643\u064a\u0631","Remind the last value":"\u062a\u0630\u0643\u0631 \u0622\u062e\u0631 \u0642\u064a\u0645\u0629","Remind the next expression in the history":"\u062a\u0630\u0643\u064a\u0631 \u0627\u0644\u062a\u0639\u0628\u064a\u0631 \u0627\u0644\u062a\u0627\u0644\u064a \u0641\u064a \u0627\u0644\u0633\u062c\u0644","Remind the previous expression in the history":"\u062a\u0630\u0643\u064a\u0631 \u0627\u0644\u062a\u0639\u0628\u064a\u0631 \u0627\u0644\u0633\u0627\u0628\u0642 \u0641\u064a \u0627\u0644\u062a\u0627\u0631\u064a\u062e","Remind the recorded value":"\u062a\u0630\u0643\u0631 \u0627\u0644\u0642\u064a\u0645\u0629 \u0627\u0644\u0645\u0633\u062c\u0644\u0629","Remove":"\u0625\u0632\u0627\u0644\u0629","Remove criteria":"\u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u0645\u0639\u064a\u0627\u0631","Remove Item Reference":"\u0625\u0632\u0627\u0644\u0629 \u0645\u0631\u062c\u0639 \u0627\u0644\u0628\u0646\u062f","Remove Message":"\u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u0631\u0633\u0627\u0644\u0629","Remove Rubric Block":"\u0625\u0632\u0627\u0644\u0629 \u0642\u0627\u0644\u0628 \u0627\u0644\u0642\u0627\u0639\u062f\u0629","Remove Section":"\u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u062c\u0632\u0621","Remove Test Part":"\u0625\u0632\u0627\u0644\u0629 \u062c\u0632\u0621 \u0627\u0644\u0631\u0627\u0626\u0632","Remove this file":"\u0625\u0632\u0627\u0644\u0629 \u0647\u0630\u0627 \u0627\u0644\u0645\u0644\u0641","Removed %s directories":"\u062a\u0645\u062a \u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u062f\u0644\u0627\u0626\u0644 %s","Removed %s files":"\u062a\u0645\u062a \u0625\u0632\u0627\u0644\u0629 %s \u0645\u0644\u0641\u0627\u062a","Removing: %s":"\u0625\u0632\u0627\u0644\u0629: %s","Rename":"\u0625\u0639\u0627\u062f\u0629 \u062a\u0633\u0645\u064a\u0629","Repeat new password":"\u0643\u0631\u0631 \u0643\u0644\u0645\u0629 \u0627\u0644\u0633\u0631 \u0627\u0644\u062c\u062f\u064a\u062f\u0629","Repeat password":"\u0627\u0639\u062f \u0643\u0644\u0645\u0629 \u0627\u0644\u0633\u0631","Request a password reset via Email.":"\u0627\u0637\u0644\u0628 \u0625\u0639\u0627\u062f\u0629 \u062a\u0639\u064a\u064a\u0646 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0639\u0628\u0631 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a.","require notification ID":"\u062a\u062a\u0637\u0644\u0628 \u0645\u0639\u0631\u0641 \u0627\u0644\u0625\u0634\u0639\u0627\u0631","Required":"\u0645\u0637\u0644\u0648\u0628","required":"\u0645\u0637\u0644\u0648\u0628","Required field":"\u0645\u062c\u0627\u0644 \u0645\u0637\u0644\u0648\u0628","required length":"\u0627\u0644\u0637\u0648\u0644 \u0627\u0644\u0645\u0637\u0644\u0648\u0628","Requires":"\u064a\u062a\u0637\u0644\u0628","Reset":"\u0625\u0639\u0627\u062f\u0629 \u0636\u0628\u0637","Reset filters":"\u0625\u0639\u0627\u062f\u0629 \u062a\u0639\u064a\u064a\u0646 \u0627\u0644\u0645\u0641\u0631\u0632\u0627\u062a","Reset the range values":"\u0625\u0639\u0627\u062f\u0629 \u062a\u0639\u064a\u064a\u0646 \u0642\u064a\u0645 \u0627\u0644\u0646\u0637\u0627\u0642","Resource":"\u0645\u0648\u0631\u062f","Resource copied":"\u062a\u0645 \u0646\u0633\u062e \u0627\u0644\u0645\u0648\u0631\u062f","Resource deleted":"\u062a\u0645 \u062d\u0630\u0641 \u0627\u0644\u0645\u0648\u0631\u062f","Resource Identifier":"\u0645\u0639\u0631\u0641 \u0627\u0644\u0645\u0648\u0631\u062f","Resource Identifier could not be copied to the clipboard":"\u062a\u0639\u0630\u0631 \u0646\u0633\u062e \u0645\u0639\u0631\u0641 \u0627\u0644\u0645\u0648\u0631\u062f \u0625\u0644\u0649 \u0627\u0644\u062d\u0627\u0641\u0638\u0629","Resource Identifier has been copied to the clipboard":"\u062a\u0645 \u0646\u0633\u062e \u0645\u0639\u0631\u0641 \u0627\u0644\u0645\u0648\u0631\u062f \u0625\u0644\u0649 \u0627\u0644\u062d\u0627\u0641\u0638\u0629","Resource not imported due to multiple super classes":"\u0644\u0645 \u064a\u062a\u0645 \u0627\u0633\u062a\u064a\u0631\u0627\u062f \u0627\u0644\u0645\u0648\u0631\u062f \u0628\u0633\u0628\u0628 \u062a\u0639\u062f\u062f \u0627\u0644\u0623\u0642\u0633\u0627\u0645 \u0641\u0648\u0642 \u0627\u0644\u0639\u0627\u062f\u0629","Resource not imported due to multiple types":"\u0644\u0645 \u064a\u062a\u0645 \u0627\u0633\u062a\u064a\u0631\u0627\u062f \u0627\u0644\u0645\u0648\u0631\u062f \u0628\u0633\u0628\u0628 \u062a\u0639\u062f\u062f \u0627\u0644\u0623\u0646\u0648\u0627\u0639","Resource saved":"\u062a\u0645 \u062d\u0641\u0638 \u0627\u0644\u0645\u0648\u0631\u062f","Resource(s) successfully exported.":"\u062a\u0645 \u062a\u0635\u062f\u064a\u0631 \u0627\u0644\u0645\u0648\u0631\u062f (\u0627\u0644\u0645\u0648\u0627\u0631\u062f) \u0628\u0646\u062c\u0627\u062d.","resources":"\u0645\u0648\u0627\u0631\u062f","Resources moved":"\u0645\u0648\u0627\u0631\u062f \u0645\u0639\u0628\u0623\u0629 ","Resources successfully indexed":"\u0645\u0648\u0627\u0631\u062f \u0645\u0641\u0647\u0631\u0633\u0629 \u0628\u0646\u062c\u0627\u062d","Resources was not indexed":"\u0645\u0648\u0627\u0631\u062f \u0644\u0645 \u062a\u0641\u0647\u0631\u0633","Responsive mode":"\u0648\u0636\u0639\u064a\u0629 \u0627\u0644\u0627\u0633\u062a\u062c\u0627\u0628\u0629","Restore sound":"\u0627\u0633\u062a\u0639\u0627\u062f\u0629 \u0627\u0644\u0635\u0648\u062a","Return to sign in page":"\u0627\u0644\u0639\u0648\u062f\u0629 \u0625\u0644\u0649 \u0635\u0641\u062d\u0629 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644","Review":"\u0645\u0631\u0627\u062c\u0639\u0629","Review my Answers":"\u0645\u0631\u0627\u062c\u0639\u0629 \u062c\u0648\u0627\u0628\u064a","Right click the tree to manage your lists":"\u0627\u0633\u062a\u0639\u0645\u0644 \u0632\u0631 \u0627\u0644\u0646\u0642\u0631 \u064a\u0645\u064a\u0646\u0627 \u0644\u0625\u062f\u0627\u0631\u0629 \u0642\u0648\u0627\u0626\u0645\u0643","Right parenthesis":"\u0627\u0644\u0623\u0642\u0648\u0627\u0633 \u0627\u0644\u064a\u0645\u0646\u0649","Role saved":"\u0627\u0644\u062f\u0648\u0631 \u0627\u0644\u0645\u062d\u0641\u0648\u0638","Roles":"\u0623\u062f\u0648\u0627\u0631","Roles library":"\u0645\u0643\u062a\u0628\u0629 \u0627\u0644\u0623\u062f\u0648\u0627\u0631","round":"round","Round to closest whole number":"\u062a\u0642\u0631\u064a\u0628 \u0644\u0623\u0642\u0631\u0628 \u0639\u062f\u062f \u0635\u062d\u064a\u062d","Round to lower whole number":"\u062a\u0642\u0631\u064a\u0628 \u0644\u0644\u0639\u062f\u062f \u0627\u0644\u0635\u062d\u064a\u062d \u0627\u0644\u0635\u063a\u064a\u0631","Round to upper whole number":"\u062a\u0642\u0631\u064a\u0628 \u0644\u0644\u0639\u062f\u062f \u0627\u0644\u0635\u062d\u064a\u062d \u0627\u0644\u0623\u0643\u0628\u0631","Row %s":"\u0635\u0641 %s","Rubric Block":"\u0643\u062a\u0644\u0629 \u0627\u0644\u0642\u0627\u0639\u062f\u0629","Rubric Block Properties":"\u062e\u0635\u0627\u0626\u0635 \u0643\u062a\u0644\u0629 \u0627\u0644\u0642\u0648\u0627\u0639\u062f","Rubric Blocks":"\u0643\u062a\u0644\u0629 \u0627\u0644\u0642\u0648\u0627\u0639\u062f","Running task %s":"\u0645\u0647\u0645\u0629 \u0642\u064a\u062f \u0627\u0644\u062a\u0634\u063a\u064a\u0644 %s","Save":"\u0627\u062d\u0641\u0638","Saved":"\u062a\u0645 \u0627\u0644\u062d\u0641\u0638","Saved.":"\u062a\u0645 \u0627\u0644\u062d\u0641\u0638","Scientific Calculator":"\u0627\u0644\u062d\u0627\u0633\u0628\u0629 \u0627\u0644\u0639\u0644\u0645\u064a\u0629","Scope":"\u0646\u0637\u0627\u0642","Scorer":"\u062a\u0646\u0642\u064a\u0637","Scoring":"\u062a\u0646\u0642\u064a\u0637","Scratch Pad":"\u0627\u0644\u0630\u0627\u0643\u0631\u0629","Scratch pad":"\u0627\u0644\u0630\u0627\u0643\u0631\u0629","Scratchpad":"\u0627\u0644\u0630\u0627\u0643\u0631\u0629","Search":"\u0628\u062d\u062b","Search %s":"\u0628\u062d\u062b \u0641\u064a %s","Search by properties":"\u0627\u0644\u0628\u062d\u062b \u0639\u0646 \u0637\u0631\u064a\u0642 \u0627\u0644\u062e\u0635\u0627\u0626\u0635","Search sub-classes":"\u0628\u062d\u062b \u0627\u0644\u0623\u0642\u0633\u0627\u0645 \u0627\u0644\u0641\u0631\u0639\u064a\u0629","second":"\u062b\u0627\u0646\u064a\u0629","seconds":"\u062b\u0648\u0627\u0646\u064a","Section %d":"\u0642\u0633\u0645 %d","Section %d of %d":"\u0627\u0644\u0645\u0642\u0637\u0639 %d \u0645\u0646 %d","Section level category enables configuring the categories of its composing items all at once. A category in gray means that all items have that category. A category in white means that only a few items have that category.":"\u062a\u062a\u064a\u062d \u0641\u0626\u0629 \u0645\u0633\u062a\u0648\u0649 \u0627\u0644\u0642\u0633\u0645 \u062a\u0643\u0648\u064a\u0646 \u0641\u0626\u0627\u062a \u0627\u0644\u0628\u0646\u0648\u062f \u0627\u0644\u0645\u0643\u0648\u0646\u0629 \u0644\u0647\u0627 \u062f\u0641\u0639\u0629 \u0648\u0627\u062d\u062f\u0629. \u062a\u0639\u0646\u064a \u0627\u0644\u0641\u0626\u0629 \u0628\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0631\u0645\u0627\u062f\u064a \u0623\u0646 \u0643\u0644 \u0627\u0644\u0628\u0646\u0648\u062f \u0628\u0647\u0627 \u062a\u0644\u0643 \u0627\u0644\u0641\u0626\u0629. \u062a\u0639\u0646\u064a \u0627\u0644\u0641\u0626\u0629 \u0628\u0627\u0644\u0644\u0648\u0646 \u0627\u0644\u0623\u0628\u064a\u0636 \u0623\u0646 \u0639\u062f\u062f\u064b\u0627 \u0642\u0644\u064a\u0644\u0627\u064b \u0641\u0642\u0637 \u0645\u0646 \u0627\u0644\u0628\u0646\u0648\u062f \u0628\u0647\u0627 \u0647\u0630\u0647 \u0627\u0644\u0641\u0626\u0629.","Section Properties":"\u062e\u0635\u0627\u0626\u0635 \u0627\u0644\u062c\u0632\u0621","Security":"\u0623\u0645\u0646","Security settings":"\u0627\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0627\u0645\u0627\u0646","Select":"\u0627\u062e\u062a\u0631","select":"\u0627\u062e\u062a\u0631","Select a blueprint":"\u0627\u062e\u062a\u0631 \u0627\u0644\u0637\u0628\u0627\u0639\u0629 \u0627\u0644\u0632\u0631\u0642\u0627\u0621","Select a class":"\u0627\u062e\u062a\u0631 \u0642\u0633\u0645\u0627","Select a destination":"\u0627\u062e\u062a\u0631 \u0648\u062c\u0647\u0629","Select a language":"\u0627\u062e\u062a\u0631 \u0627\u0644\u0644\u063a\u0629","Select Items":"\u0627\u062e\u062a\u0631 \u0627\u0644\u0628\u0646\u0648\u062f","Select loaded %s":"\u0627\u062e\u062a\u0631 \u0627\u0644\u062a\u062d\u0645\u064a\u0644 %s","Select the way the responses of your test should be processed":"\u062d\u062f\u062f \u0627\u0644\u0637\u0631\u064a\u0642\u0629 \u0627\u0644\u062a\u064a \u064a\u062c\u0628 \u0623\u0646 \u062a\u062a\u0645 \u0628\u0647\u0627 \u0645\u0639\u0627\u0644\u062c\u0629 \u0623\u062c\u0648\u0628\u0629 \u0627\u0644\u0631\u0627\u0626\u0632","Select this file":"\u0627\u062e\u062a\u0631 \u0647\u0630\u0627 \u0627\u0644\u0645\u0644\u0641","select...":"\u0627\u062e\u062a\u0631...","Selected":"\u062a\u0645 \u0627\u0644\u0627\u062e\u062a\u064a\u0627\u0631","Selected file:":":\u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0645\u062e\u062a\u0627\u0631-","Selection":"\u0627\u062e\u062a\u064a\u0627\u0631","Selection saved successfully":"\u062a\u0645 \u062d\u0641\u0638 \u0627\u0644\u0627\u062e\u062a\u064a\u0627\u0631 \u0628\u0646\u062c\u0627\u062d","self-locked":"\u0630\u0627\u062a\u064a \u0627\u0644\u0625\u0642\u0641\u0627\u0644","Send":"\u0623\u0631\u0633\u0644","Set outcome identifier the feedback block is related to":"\u062a\u0639\u064a\u064a\u0646 \u0645\u0639\u0631\u0641 \u0627\u0644\u0646\u062a\u064a\u062c\u0629 \u0627\u0644\u062a\u064a \u062a\u062a\u0639\u0644\u0642 \u0628\u0647\u0627 \u062d\u0632\u0645\u0629 \u0627\u0644\u062a\u0639\u0644\u064a\u0642\u0627\u062a","Set the cut score (or pass score ratio) associated to the test. It must be a float between 0 and 1.":"\u0642\u0645 \u0628\u062a\u0639\u064a\u064a\u0646 \u062f\u0631\u062c\u0629 \u0627\u0644\u0642\u0637\u0639 (\u0623\u0648 \u0646\u0633\u0628\u0629 \u0627\u0644\u0646\u062c\u0627\u062d) \u0627\u0644\u0645\u0631\u062a\u0628\u0637\u0629 \u0628\u0627\u0644\u0627\u062e\u062a\u0628\u0627\u0631. \u064a\u062c\u0628 \u0623\u0646 \u064a\u0643\u0648\u0646 \u0639\u062f\u062f\u064b\u0627 \u0639\u0634\u0631\u064a\u064b\u0627 \u0628\u064a\u0646 0 \u0648 1.","Set the rubric block as a feedback block":"\u0642\u0645 \u0628\u062a\u0639\u064a\u064a\u0646 \u0642\u0627\u0644\u0628 \u0627\u0644\u0645\u0639\u064a\u0627\u0631 \u063a\u064a\u0631 \u0627\u0644\u0642\u064a\u0627\u0633\u064a \u0643\u0643\u062a\u0644\u0629 \u0631\u062f\u0648\u062f \u0641\u0639\u0644","Set the trigonometric function to work in degrees":"\u0627\u0636\u0628\u0637 \u0627\u0644\u062f\u0627\u0644\u0629 \u0627\u0644\u0645\u062b\u0644\u062b\u064a\u0629 \u0644\u0644\u0639\u0645\u0644 \u0628\u0627\u0644\u062f\u0631\u062c\u0627\u062a","Set the trigonometric function to work in radians":"\u0627\u0636\u0628\u0637 \u0627\u0644\u062f\u0627\u0644\u0629 \u0627\u0644\u0645\u062b\u0644\u062b\u064a\u0629 \u0644\u062a\u0639\u0645\u0644 \u0628\u0648\u062d\u062f\u0627\u062a \u0627\u0644\u0631\u0627\u062f\u064a\u0627\u0646","Set the value of the outcome that will activate the feedback block":"\u0642\u0645 \u0628\u062a\u0639\u064a\u064a\u0646 \u0642\u064a\u0645\u0629 \u0627\u0644\u0646\u062a\u064a\u062c\u0629 \u0627\u0644\u062a\u064a \u0633\u062a\u0639\u0645\u0644 \u0639\u0644\u0649 \u062a\u0646\u0634\u064a\u0637 \u0643\u062a\u0644\u0629 \u0627\u0644\u062a\u0639\u0644\u064a\u0642\u0627\u062a","Set the weight identifier used to process the score":"\u0642\u0645 \u0628\u062a\u0639\u064a\u064a\u0646 \u0645\u0639\u0631\u0641 \u0627\u0644\u0648\u0632\u0646 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0644\u0645\u0639\u0627\u0644\u062c\u0629 \u0627\u0644\u0646\u062a\u064a\u062c\u0629","Set the XHTML-QTI class of the rubric block.":"\u0642\u0645 \u0628\u062a\u0639\u064a\u064a\u0646 \u0641\u0626\u0629 XHTML-QTI \u0644\u0643\u062a\u0644\u0629 \u0627\u0644\u0642\u0627\u0639\u062f\u0629.","Set the XHTML-QTI identifier of the rubric block.":"\u0642\u0645 \u0628\u062a\u0639\u064a\u064a\u0646 \u0645\u0639\u0631\u0641 XHTML-QTI \u0644\u0643\u062a\u0644\u0629 \u0627\u0644\u0642\u0627\u0639\u062f\u0629.","SetSynchronisationService successfully configured.":"\u062a\u0645 \u062a\u0643\u0648\u064a\u0646 SetSynchronisationService \u0628\u0646\u062c\u0627\u062d.","Settings":"\u0625\u0639\u062f\u0627\u062f\u0627\u062a","Settings updated":"\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a","Show detailed report":"\u0639\u0631\u0636 \u062a\u0642\u0631\u064a\u0631 \u0645\u0641\u0635\u0644","Show Feedback":"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u062a\u063a\u0630\u064a\u0629 \u0627\u0644\u0631\u0627\u062c\u0639\u0629","Show password":"\u0639\u0631\u0636 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631","Show Review":"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0645\u0631\u0627\u062c\u0639\u0629","Show Solution":"\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u062d\u0644","Show the review screen":"\u0625\u0638\u0647\u0627\u0631 \u0645\u0631\u0627\u062c\u0639\u0629 \u0627\u0644\u0634\u0627\u0634\u0629","Show the solution once the answer is submitted.":"\u0627\u0639\u0631\u0636 \u0627\u0644\u062d\u0644 \u0628\u0645\u062c\u0631\u062f \u062a\u0642\u062f\u064a\u0645 \u0627\u0644\u0625\u062c\u0627\u0628\u0629.","Show timers":"\u0639\u0631\u0636 \u0636\u0628\u0637 \u0627\u0644\u0648\u0642\u062a","Show\/Hide the review screen":"\u0625\u0638\u0647\u0627\u0631 \/ \u0625\u062e\u0641\u0627\u0621 \u0634\u0627\u0634\u0629 \u0627\u0644\u0645\u0631\u0627\u062c\u0639\u0629","Shuffle":"\u0639\u062f\u0644","Sign change":"\u0642\u0645 \u0628\u0627\u0644\u062a\u063a\u064a\u064a\u0631","Simultaneous":"\u0645\u062a\u0632\u0627\u0645\u0646\u0629","sin":"sin","Sine":"\u0634\u0631\u0637","sinh":"sinh","Size":"\u062d\u062c\u0645","Skip":"\u062a\u062e\u0637\u0649","Skip & End Test":"\u062a\u062e\u0637\u064a \u0648\u0646\u0647\u0627\u064a\u0629 \u0627\u0644\u0631\u0627\u0626\u0632","Skip and end test":"\u062a\u062e\u0637\u064a \u0648\u0646\u0647\u0627\u064a\u0629 \u0627\u0644\u0631\u0627\u0626\u0632","Skip and go to the end of the test":"\u062a\u062e\u0637\u0649 \u0648\u0623\u0646\u0647\u064a \u0627\u0644\u0631\u0627\u0626\u0632","Skip and go to the next item":"\u062a\u062e\u0637\u0649 \u0648\u0627\u0646\u062a\u0642\u0644 \u0625\u0644\u0649 \u0627\u0644\u0628\u0646\u062f \u0627\u0644\u0645\u0648\u0627\u0644\u064a","Skip to the end of the test":"\u062a\u062e\u0637\u064a \u0625\u0644\u0649 \u0646\u0647\u0627\u064a\u0629 \u0627\u0644\u0631\u0627\u0626\u0632","Skip to the next item":"\u062a\u062e\u0637\u0649 \u0648\u0627\u0646\u062a\u0642\u0644 \u0625\u0644\u0649 \u0627\u0644\u062c\u0632\u0621 \u0627\u0644\u0645\u0648\u0627\u0644\u064a","Skip to the next section":"\u062a\u062e\u0637\u0649 \u0648\u0627\u0646\u062a\u0642\u0644 \u0625\u0644\u0649 \u0627\u0644\u0642\u0633\u0645 \u0627\u0644\u0645\u0648\u0627\u0644\u064a","Some resources have not been moved: %s":"\u0644\u0645 \u064a\u062a\u0645 \u0646\u0642\u0644 \u0628\u0639\u0636 \u0627\u0644\u0645\u0648\u0627\u0631\u062f: %s","Some rubric blocks have been updated to reflect the changes in the list of outcomes.":"\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0628\u0639\u0636 \u0645\u062c\u0645\u0648\u0639\u0627\u062a \u0642\u0648\u0627\u0639\u062f \u0627\u0644\u062a\u0642\u064a\u064a\u0645 \u0644\u062a\u0639\u0643\u0633 \u0627\u0644\u062a\u063a\u064a\u064a\u0631\u0627\u062a \u0641\u064a \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0646\u062a\u0627\u0626\u062c.","Something unexpected happened.":"\u062d\u062f\u062b \u0634\u064a\u0621 \u063a\u064a\u0631 \u0645\u062a\u0648\u0642\u0639.","Something went wrong...":"\u0647\u0646\u0627\u0643 \u062e\u0637\u0623 \u0645\u0627...","Sources that can embed this platform in an iFrame":"\u0627\u0644\u0645\u0635\u0627\u062f\u0631 \u0627\u0644\u062a\u064a \u064a\u0645\u0643\u0646\u0647\u0627 \u062a\u0636\u0645\u064a\u0646 \u0647\u0630\u0647 \u0627\u0644\u0645\u0646\u0635\u0629 \u0641\u064a iFrame","Speech speed":"\u0633\u0631\u0639\u0629 \u0627\u0644\u0643\u0644\u0627\u0645","Speed":"\u0633\u0631\u0639\u0629","Square root":"\u0627\u0644\u062c\u0630\u0631 \u0627\u0644\u062a\u0631\u0628\u064a\u0639\u064a","Start of document reached. Continuing from the end.":"\u0628\u062f\u0627\u064a\u0629 \u0627\u0644\u0645\u0633\u062a\u0646\u062f \u0627\u0644\u0645\u062a\u0627\u062d. \u0627\u0633\u062a\u0645\u0631\u0627\u0631 \u0645\u0646 \u0627\u0644\u0646\u0647\u0627\u064a\u0629.","Start Test-part":"\u0627\u0628\u062f\u0623 \u062c\u0632\u0621 \u0627\u0644\u0631\u0627\u0626\u0632","Status":"\u0627\u0644\u062d\u0627\u0644\u0629","Status of":"\u062d\u0627\u0644\u0629 ","Step 1: Download the file (see below when available).":"\u0627\u0644\u062e\u0637\u0648\u0629 1: \u0642\u0645 \u0628\u062a\u0646\u0632\u064a\u0644 \u0627\u0644\u0645\u0644\u0641 (\u0627\u0646\u0638\u0631 \u0623\u062f\u0646\u0627\u0647 \u0639\u0646\u062f\u0645\u0627 \u064a\u0643\u0648\u0646 \u0630\u0644\u0643 \u0645\u062a\u0627\u062d\u064b\u0627).","Step 2: When you are online again, please send the downloaded file to receptionbaseline@nfer.ac.uk together with the ":"\u0627\u0644\u062e\u0637\u0648\u0629 2: \u0639\u0646\u062f\u0645\u0627 \u062a\u0643\u0648\u0646 \u0645\u062a\u0635\u0644\u0627\u064b \u0628\u0627\u0644\u0625\u0646\u062a\u0631\u0646\u062a \u0645\u0631\u0629 \u0623\u062e\u0631\u0649 \u060c \u064a\u0631\u062c\u0649 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0630\u064a \u062a\u0645 \u062a\u0646\u0632\u064a\u0644\u0647 \u0625\u0644\u0649 Receptionbaseline@nfer.ac.uk ","Step 3: Once you have downloaded the file you can close the browser window. Do not do anything further with the assessment whilst it shows as \u0022in progress\u0022; the status will be updated once the helpline has uploaded the file.":"\u0627\u0644\u062e\u0637\u0648\u0629 3: \u0628\u0645\u062c\u0631\u062f \u062a\u0646\u0632\u064a\u0644 \u0627\u0644\u0645\u0644\u0641 \u060c \u064a\u0645\u0643\u0646\u0643 \u0625\u063a\u0644\u0627\u0642 \u0646\u0627\u0641\u0630\u0629 \u0627\u0644\u0645\u062a\u0635\u0641\u062d. \u0644\u0627 \u062a\u0641\u0639\u0644 \u0623\u064a \u0634\u064a\u0621 \u0622\u062e\u0631 \u0641\u064a\u0645\u0627 \u064a\u062a\u0639\u0644\u0642 \u0628\u0627\u0644\u062a\u0642\u064a\u064a\u0645 \u0639\u0646\u062f\u0645\u0627 \u064a\u0638\u0647\u0631 \u0639\u0644\u0649 \u0623\u0646\u0647 \u0022\u0642\u064a\u062f \u0627\u0644\u062a\u0642\u062f\u0645\u0022 \u061b \u0633\u064a\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u062d\u0627\u0644\u0629 \u0628\u0645\u062c\u0631\u062f \u0623\u0646 \u064a\u0642\u0648\u0645 \u062e\u0637 \u0627\u0644\u0645\u0633\u0627\u0639\u062f\u0629 \u0628\u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0645\u0644\u0641.","Stop":"\u0642\u0641","Store":"\u062e\u0632\u0646","Store the value a variable":"\u062a\u062e\u0632\u064a\u0646 \u0627\u0644\u0642\u064a\u0645\u0629 \u0645\u062a\u063a\u064a\u0631","string":"\u062e\u064a\u0637","Submission":"\u062a\u0633\u0644\u064a\u0645","Submit":"\u0625\u0631\u0633\u0627\u0644","Submit and go to the end of the test":"\u0623\u0631\u0633\u0644 \u0648\u0627\u0646\u062a\u0642\u0644 \u0625\u0644\u0649 \u0646\u0647\u0627\u064a\u0629\u0627\u0644\u0631\u0627\u0626\u0632","Submit and go to the item %s":"\u0623\u0631\u0633\u0644 \u0648\u0627\u0646\u062a\u0642\u0644 \u0625\u0644\u0649 \u0627\u0644\u0628\u0646\u062f %s","Submit and go to the next item":"\u0623\u0631\u0633\u0644 \u0648\u0627\u0646\u062a\u0642\u0644 \u0625\u0644\u0649 \u0627\u0644\u0628\u0646\u062f \u0627\u0644\u062a\u0627\u0644\u064a","Submit and go to the previous item":"\u0625\u0631\u0633\u0627\u0644 \u0648\u0627\u0644\u0631\u062c\u0648\u0639 \u0625\u0644\u0649 \u0627\u0644\u0628\u0646\u062f \u0627\u0644\u0633\u0627\u0628\u0642","SUBMIT THE TEST":"\u0642\u0645 \u0628\u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0631\u0627\u0626\u0632","SUBMIT THIS PART":"\u0642\u0645 \u0628\u0625\u0631\u0633\u0627\u0644 \u0647\u0630\u0627 \u0627\u0644\u062c\u0632\u0621 \u0645\u0646 \u0627\u0644\u0631\u0627\u0626\u0632","Success":"\u0646\u062c\u0627\u062d","Successfully cloned instance as %s":"\u062a\u0645 \u0627\u0633\u062a\u0646\u0633\u0627\u062e \u0627\u0644\u0645\u062b\u064a\u0644 \u0628\u0646\u062c\u0627\u062d \u0643\u0640 %s","Successfully deleted %s":"\u062a\u0645 \u062d\u0630\u0641 %s \u0628\u0646\u062c\u0627\u062d","Successfully imported \u0022%s":"\u062a\u0645 \u0628\u0646\u062c\u0627\u062d \u0627\u0633\u062a\u064a\u0631\u0627\u062f \u0022%s","Successfully imported %s tripples":"\u062a\u0645 \u0627\u0633\u062a\u064a\u0631\u0627\u062f %s \u0645\u062b\u0644\u062b\u0627\u062a \u0628\u0646\u062c\u0627\u062d","Successfully imported class \u0022%s":"\u062a\u0645 \u0627\u0633\u062a\u064a\u0631\u0627\u062f \u0627\u0644\u0642\u0633\u0645 \u0022%s \u0628\u0646\u062c\u0627\u062d","Successfully updated %s client translation bundles":"\u062a\u0645 \u0628\u0646\u062c\u0627\u062d \u062a\u062d\u062f\u064a\u062b \u0631\u0632\u0645 \u062a\u0631\u062c\u0645\u0629 \u0627\u0644\u0632\u0628\u0648\u0646 %s","Supported export formats":"\u0635\u064a\u063a \u0627\u0644\u0627\u0633\u062a\u064a\u0631\u0627\u062f \u0627\u0644\u0645\u0639\u062a\u0645\u062f\u0629","SVG image":"\u0635\u0648\u0631\u0629 SVG","Syntax error":"\u062e\u0637\u0623 \u0641\u064a \u0628\u0646\u0627\u0621 \u0627\u0644\u062c\u0645\u0644\u0629","tan":"tan","Tangent":"\u0645\u0645\u0627\u0633","tanh":"tanh","Tao Default Theme":"\u0627\u0644\u0645\u0648\u0636\u0648\u0639 \u0627\u0644\u0645\u0639\u062a\u0627\u062f TAO","TAO Home":"\u0627\u0644\u0635\u0641\u062d\u0629 \u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629 TAO","TAO Login":"TAO \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644","TAO platform is already on live mode since %s":" TAO \u0645\u0646\u0635\u0629 \u0642\u064a\u062f \u0627\u0644\u062a\u0634\u063a\u064a\u0644 \u0628\u0627\u0644\u0641\u0639\u0644 \u0641\u064a \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u0645\u0628\u0627\u0634\u0631 \u0645\u0646\u0630 %s","TAO platform is already on maintenance mode since %s":" TAO \u0645\u0646\u0635\u0629 \u0641\u064a \u0648\u0636\u0639 \u0627\u0644\u0635\u064a\u0627\u0646\u0629 \u0628\u0627\u0644\u0641\u0639\u0644 \u0645\u0646\u0630 %s","TAO platform is live since %s.":"\u0645\u0646\u0635\u0629 TAO \u0646\u0634\u0637 \u0645\u0646\u0630 %s.","TAO platform is now live. It was in maintenance since %s":"\u0645\u0646\u0635\u0629 TAO \u062a\u0639\u0645\u0644 \u0627\u0644\u0622\u0646.\u0643\u0627\u0646 \u0642\u064a\u062f \u0627\u0644\u0635\u064a\u0627\u0646\u0629 \u0645\u0646\u0630 %s","TAO platform is now under maintenance. It was in maintenance since %s":"\u0645\u0646\u0635\u0629 TAO \u0647\u064a \u0627\u0644\u0622\u0646 \u062a\u062d\u062a \u0627\u0644\u0635\u064a\u0627\u0646\u0629. \u0643\u0627\u0646 \u0642\u064a\u062f \u0627\u0644\u0635\u064a\u0627\u0646\u0629 \u0645\u0646\u0630 %s","TAO platform is under maintenance since %s":"\u0645\u0646\u0635\u0629 TAO \u062a\u062d\u062a \u0627\u0644\u0635\u064a\u0627\u0646\u0629 \u0645\u0646\u0630 %s","Task %s has been cancelled, message was not processed.":"\u062a\u0645 \u0625\u0644\u063a\u0627\u0621 \u0627\u0644\u0645\u0647\u0627\u0645 %s\u060c \u0627\u0644\u0631\u0633\u0627\u0644\u0629 \u0644\u0645 \u064a\u062a\u0645 \u0645\u0639\u0627\u0644\u062c\u062a\u0647\u0627","task created":"\u0645\u0647\u0627\u0645 \u062a\u0645 \u0625\u0646\u0634\u0627\u0624\u0647\u0627","Task Listing":"\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0645\u0647\u0627\u0645","Task Name":"\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0623\u0633\u0645\u0627\u0621","Task not found":"\u0644\u0645 \u064a\u062a\u0645 \u0627\u0644\u0639\u062b\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0645\u0647\u0645\u0629","Task not returned any report.":"\u0644\u0645 \u064a\u062a\u0645 \u0625\u0631\u062c\u0627\u0639 \u0627\u0644\u0645\u0647\u0645\u0629 \u0644\u0623\u064a \u062a\u0642\u0631\u064a\u0631.","technical":"\u062a\u0642\u0646\u064a","Term":"\u0645\u0635\u0637\u0644\u062d","Test":"\u0631\u0627\u0626\u0632","Test constructor":"\u0645\u0639\u062f \u0627\u0644\u0631\u0627\u0626\u0632","Test metadata successfully exported.":"\u062a\u0645 \u062a\u0635\u062f\u064a\u0631 \u0628\u064a\u0627\u0646\u0627\u062a \u062a\u0639\u0631\u064a\u0641 \u0627\u0644\u0631\u0627\u0626\u0632 \u0628\u0646\u062c\u0627\u062d.","Test Navigation":"\u0627\u062e\u062a\u0628\u0627\u0631 \u0627\u0644\u062a\u0635\u0641\u062d","Test Part Properties":"\u0627\u062e\u062a\u0628\u0627\u0631 \u062e\u0635\u0627\u0626\u0635 \u0627\u0644\u062c\u0632\u0621","Test Preview is not installed, please contact to your administrator.":"\u0644\u0645 \u064a\u062a\u0645 \u062a\u062b\u0628\u064a\u062a Test Preview \u060c \u064a\u0631\u062c\u0649 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0627\u0644\u0645\u0633\u0624\u0648\u0644.","Test Saved":"\u062a\u0645 \u062d\u0641\u0638 \u0627\u0644\u0631\u0627\u0626\u0632","Test status":"\u062d\u0627\u0644\u0629 \u0627\u0644\u0631\u0627\u0626\u0632","Test status and review structure":"\u062d\u0627\u0644\u0629 \u0627\u0644\u0631\u0627\u0626\u0632 \u0648\u0628\u0646\u064a\u0629 \u0627\u0644\u0645\u0631\u0627\u062c\u0639\u0629","Test Status and Structure":"\u062d\u0627\u0644\u0629 \u0627\u0644\u0631\u0627\u0626\u0632 \u0648\u0628\u0646\u064a\u0629 \u0627\u0644\u0645\u0631\u0627\u062c\u0639\u0629","Test-Taker Tools":"\u0623\u062f\u0648\u0627\u062a \u0627\u0644\u0631\u0627\u0626\u0632","Tests":"\u0627\u0644\u0631\u0648\u0627\u0626\u0632","Text - Long - Box":"\u0646\u0635 - \u0637\u0648\u064a\u0644 - \u0635\u0646\u062f\u0648\u0642","Text - Long - HTML editor":"\u0646\u0635 - \u0637\u0648\u064a\u0644 - \u0645\u062d\u0631\u0631 HTML","Text - Short - Field":"\u0646\u0635 - \u0642\u0635\u064a\u0631 - \u062d\u0642\u0644","Text content":"\u0645\u0635\u0645\u0648\u0646 \u0627\u0644\u0646\u0635","Text to Speech":"\u0646\u0635 \u0644\u0644\u0642\u0631\u0627\u0621\u0629","Text To Speech":"\u0646\u0635 \u0644\u0644\u0642\u0631\u0627\u0621\u0629","that was being taken.":"\u0627\u0644\u062a\u064a \u062a\u0645 \u0627\u062a\u062e\u0627\u0630\u0647\u0627.","The \u0027imsmanifest.xml\u0027 file found in the archive is not valid.":"\u0627\u0644\u0645\u0644\u0641 \u0022imsmanifest.xml\u0022 \u0627\u0644\u0645\u0648\u062c\u0648\u062f \u0641\u064a \u0627\u0644\u0623\u0631\u0634\u064a\u0641 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d.","The action will be applied to":"\u0633\u064a\u062a\u0645 \u062a\u0637\u0628\u064a\u0642 \u0627\u0644\u0625\u062c\u0631\u0627\u0621 \u0639\u0644\u0649","The action will be applied to the following":"\u0633\u064a\u062a\u0645 \u062a\u0637\u0628\u064a\u0642 \u0627\u0644\u0625\u062c\u0631\u0627\u0621 \u0639\u0644\u0649 \u0645\u0627 \u064a\u0644\u064a","The action will not be applied to ":"\u0644\u0646 \u064a\u062a\u0645 \u062a\u0637\u0628\u064a\u0642 \u0627\u0644\u0625\u062c\u0631\u0627\u0621 \u0639\u0644\u0649","The action will not be applied to the following":"\u0644\u0646 \u064a\u062a\u0645 \u062a\u0637\u0628\u064a\u0642 \u0627\u0644\u0625\u062c\u0631\u0627\u0621 \u0639\u0644\u0649 \u0645\u0627 \u064a\u0644\u064a","the assessment (LCL or Mathematics)":"\u0627\u0644\u062a\u0642\u064a\u064a\u0645 (LCL \u0623\u0648 \u0627\u0644\u0631\u064a\u0627\u0636\u064a\u0627\u062a)","The assessment has been created but is not already running.":"\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u062a\u0642\u064a\u064a\u0645 \u0648\u0644\u0643\u0646\u0647 \u0644\u064a\u0633 \u0642\u064a\u062f \u0627\u0644\u062a\u0634\u063a\u064a\u0644 \u0628\u0627\u0644\u0641\u0639\u0644.","The assessment has been suspended by an authorized proctor. If you wish to resume your assessment, please relaunch it and contact your proctor if required.":"\u062a\u0645 \u062a\u0639\u0644\u064a\u0642 \u0627\u0644\u062a\u0642\u064a\u064a\u0645 \u0645\u0646 \u0642\u0628\u0644 \u0645\u0631\u0627\u0642\u0628 \u0645\u0639\u062a\u0645\u062f. \u0625\u0630\u0627 \u0643\u0646\u062a \u062a\u0631\u063a\u0628 \u0641\u064a \u0627\u0633\u062a\u0626\u0646\u0627\u0641 \u0627\u0644\u062a\u0642\u064a\u064a\u0645 \u060c \u064a\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u0625\u0637\u0644\u0627\u0642\u0647 \u0648\u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0627\u0644\u0645\u0631\u0627\u0642\u0628 \u0627\u0644\u062e\u0627\u0635 \u0628\u0643 \u0625\u0630\u0627 \u0644\u0632\u0645 \u0627\u0644\u0623\u0645\u0631.","The assessment has been suspended. To resume your assessment, please relaunch it and contact your proctor if required.":"\u062a\u0645 \u062a\u0639\u0644\u064a\u0642 \u0627\u0644\u062a\u0642\u064a\u064a\u0645. \u0644\u0627\u0633\u062a\u0626\u0646\u0627\u0641 \u0627\u0644\u062a\u0642\u064a\u064a\u0645 \u060c \u064a\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u0625\u0637\u0644\u0627\u0642\u0647 \u0648\u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0627\u0644\u0645\u0631\u0627\u0642\u0628 \u0625\u0630\u0627 \u0644\u0632\u0645 \u0627\u0644\u0623\u0645\u0631.","The assessment has been suspended. To resume your assessment, please relaunch it.":"\u062a\u0645 \u062a\u0639\u0644\u064a\u0642 \u0627\u0644\u062a\u0642\u064a\u064a\u0645. \u0644\u0627\u0633\u062a\u0626\u0646\u0627\u0641 \u0627\u0644\u062a\u0642\u064a\u064a\u0645 \u0627\u0644\u062e\u0627\u0635 \u0628\u0643 \u060c \u064a\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u0625\u0637\u0644\u0627\u0642\u0647.","The assessment has been terminated.":"\u062a\u0645 \u0625\u0646\u0647\u0627\u0621 \u0627\u0644\u062a\u0642\u064a\u064a\u0645.","The assessment has been terminated. You cannot interact with it anymore.":"\u062a\u0645 \u0625\u0646\u0647\u0627\u0621 \u0627\u0644\u062a\u0642\u064a\u064a\u0645. \u0644\u0627 \u064a\u0645\u0643\u0646\u0643 \u0627\u0644\u062a\u0641\u0627\u0639\u0644 \u0645\u0639\u0647 \u0628\u0639\u062f \u0627\u0644\u0622\u0646.","The assessment is still running.":"\u0627\u0644\u062a\u0642\u064a\u064a\u0645 \u0644\u0627 \u064a\u0632\u0627\u0644 \u0642\u064a\u062f \u0627\u0644\u062a\u0634\u063a\u064a\u0644.","The candidate is not allowed to submit invalid responses.":"\u0644\u0627 \u064a\u0633\u0645\u062d \u0644\u0644\u0645\u0631\u0634\u062d \u0628\u062a\u0642\u062f\u064a\u0645 \u0631\u062f\u0648\u062f \u063a\u064a\u0631 \u0635\u062d\u064a\u062d\u0629.","The column ":"\u0627\u0644\u0639\u0645\u0648\u062f","The connection seems to be back, please proceed":"\u064a\u0628\u062f\u0648 \u0623\u0646 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0642\u062f \u0639\u0627\u062f \u060c \u064a\u0631\u062c\u0649 \u0627\u0644\u0645\u062a\u0627\u0628\u0639\u0629","the current question":"\u0627\u0644\u0633\u0624\u0627\u0644 \u0627\u0644\u062d\u0627\u0644\u064a","The dependency to the IMS QTI AssessmentItemRef \u0022%s\u0022 in the IMS Manifest file could not be resolved.":"\u062a\u0639\u0630\u0631 \u062d\u0644 \u062a\u0628\u0639\u064a\u0629 \u0022%s\u0022 \u0644\u0640 IMS QTI AssessmentItemRef \u0641\u064a \u0645\u0644\u0641 IMS Manifest.","The download will be available in %d<\/strong> seconds":"\u0633\u064a\u0643\u0648\u0646 \u0627\u0644\u062a\u0646\u0632\u064a\u0644 \u0645\u062a\u0627\u062d\u064b\u0627 \u0641\u064a \u063a\u0636\u0648\u0646 %d<\/strong> \u062b\u0627\u0646\u064a\u0629","The following criteria are not applicable to the selected class and have been removed from the search":"\u0627\u0644\u0645\u0639\u0627\u064a\u064a\u0631 \u0627\u0644\u062a\u0627\u0644\u064a\u0629 \u0644\u0627 \u062a\u0646\u0637\u0628\u0642 \u0639\u0644\u0649 \u0627\u0644\u0642\u0633\u0645 \u0627\u0644\u0645\u062e\u062a\u0627\u0631 \u0648\u062a\u0645\u062a \u0625\u0632\u0627\u0644\u062a\u0647\u0627 \u0645\u0646 \u0627\u0644\u0628\u062d\u062b","The following identifiers are not unique accross the test : %s":"\u0627\u0644\u0645\u0639\u0631\u0641\u0627\u062a \u0627\u0644\u062a\u0627\u0644\u064a\u0629 \u0644\u064a\u0633\u062a \u0641\u0631\u064a\u062f\u0629 \u0639\u0628\u0631 \u0627\u0644\u0631\u0648\u0627\u0626\u0632: %s","The format of this field is not valid.":"\u062a\u0646\u0633\u064a\u0642 \u0647\u0630\u0627 \u0627\u0644\u062d\u0642\u0644 \u063a\u064a\u0631 \u0645\u0636\u0628\u0648\u0637.","The identifier of the item reference.":"\u0645\u0639\u0631\u0651\u0641 \u0645\u0631\u062c\u0639 \u0627\u0644\u0628\u0646\u062f.","The identifier of the section.":"\u0645\u0639\u0631\u0651\u0641 \u0627\u0644\u0642\u0633\u0645.","The imported file is not properly UTF-8 encoded.":"\u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0630\u064a \u062a\u0645 \u0627\u0633\u062a\u064a\u0631\u0627\u062f\u0647 \u0644\u064a\u0633 \u0628\u062a\u0631\u0645\u064a\u0632 UTF-8 \u0628\u0634\u0643\u0644 \u0635\u062d\u064a\u062d.","The IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file was already stored in the Item Bank.":"\u062a\u0645 \u062a\u062e\u0632\u064a\u0646 \u0628\u0646\u062f IMS QTI \u0627\u0644\u0645\u0634\u0627\u0631 \u0625\u0644\u064a\u0647 \u0643\u0640 \u0022%s\u0022 \u0641\u064a \u0645\u0644\u0641 IMS Manifest \u0628\u0627\u0644\u0641\u0639\u0644 \u0641\u064a Item Bank.","The IMS QTI Test Package could not be imported.":"\u062a\u0639\u0630\u0631 \u0627\u0633\u062a\u064a\u0631\u0627\u062f \u062d\u0632\u0645\u0629 \u0627\u0644\u0631\u0627\u0626\u0632 IMS QTI.","The IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file could not be imported.":"\u062a\u0639\u0630\u0631 \u0627\u0633\u062a\u064a\u0631\u0627\u062f \u0627\u0644\u0631\u0627\u0626\u0632 IMS QTI \u0627\u0644\u0645\u0634\u0627\u0631 \u0625\u0644\u064a\u0647 \u0643\u0640 \u0022%s\u0022 \u0641\u064a \u0645\u0644\u0641 IMS Manifest.","The index identifier should not be empty":"\u064a\u062c\u0628 \u0623\u0644\u0627 \u064a\u0643\u0648\u0646 \u0645\u0639\u0631\u0641 \u0627\u0644\u0641\u0647\u0631\u0633 \u0641\u0627\u0631\u063a\u064b\u0627","The lock has been released":"\u062a\u0645 \u062a\u062d\u0631\u064a\u0631 \u0627\u0644\u0642\u0641\u0644","The navigation mode determines the general paths that the candidate may take. A linear mode restricts the candidate to attempt each item in turn. Non Linear removes this restriction.":"\u064a\u062d\u062f\u062f \u0648\u0636\u0639 \u0627\u0644\u062a\u0646\u0642\u0644 \u0627\u0644\u0645\u0633\u0627\u0631\u0627\u062a \u0627\u0644\u0639\u0627\u0645\u0629 \u0627\u0644\u062a\u064a \u0642\u062f \u064a\u0633\u0644\u0643\u0647\u0627 \u0627\u0644\u0645\u0631\u0634\u062d. \u064a\u0642\u064a\u062f \u0627\u0644\u0646\u0645\u0648\u0630\u062c \u0627\u0644\u062e\u0637\u064a \u0627\u0644\u0645\u0631\u0634\u062d \u0644\u0645\u062d\u0627\u0648\u0644\u0629 \u0643\u0644 \u0639\u0646\u0635\u0631 \u0628\u062f\u0648\u0631\u0647. \u063a\u064a\u0631 \u0627\u0644\u062e\u0637\u064a\u0629 \u0625\u0632\u0627\u0644\u0629 \u0647\u0630\u0627 \u0627\u0644\u0642\u064a\u062f.","The number of child elements to be selected.":"\u0639\u062f\u062f \u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0641\u0631\u0639\u064a\u0629 \u0627\u0644\u0645\u0637\u0644\u0648\u0628 \u062a\u062d\u062f\u064a\u062f\u0647\u0627.","The outcome \u0022%s\u0022 does not exist, but it is referenced by a feedback block!":"\u0627\u0644\u0646\u062a\u064a\u062c\u0629 \u0022%s\u0022 \u063a\u064a\u0631 \u0645\u0648\u062c\u0648\u062f\u0629 \u060c \u0648\u0644\u0643\u0646 \u062a\u0645\u062a \u0627\u0644\u0625\u0634\u0627\u0631\u0629 \u0625\u0644\u064a\u0647\u0627 \u0628\u0648\u0627\u0633\u0637\u0629 \u0643\u062a\u0644\u0629 \u0645\u0644\u0627\u062d\u0638\u0627\u062a!","The outcomes have been regenerated!":"\u062a\u0645 \u062a\u062c\u062f\u064a\u062f \u0627\u0644\u0646\u062a\u0627\u0626\u062c!","The principle identifier of the test.":"\u0627\u0644\u0645\u0639\u0631\u0641 \u0627\u0644\u0623\u0633\u0627\u0633\u064a \u0644\u0644\u0631\u0627\u0626\u0632.","The properties of the source class will be replaced by those of the destination class. This might result in a loss of metadata. Continue anyway?":"\u0633\u064a\u062a\u0645 \u0627\u0633\u062a\u0628\u062f\u0627\u0644 \u062e\u0635\u0627\u0626\u0635 \u0641\u0626\u0629 \u0627\u0644\u0645\u0635\u062f\u0631 \u0628\u062e\u0635\u0627\u0626\u0635 \u0641\u0626\u0629 \u0627\u0644\u0648\u062c\u0647\u0629. \u0642\u062f \u064a\u0624\u062f\u064a \u0647\u0630\u0627 \u0625\u0644\u0649 \u0641\u0642\u062f\u0627\u0646 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0648\u0635\u0641\u064a\u0629. \u0647\u0644 \u062a\u0631\u064a\u062f \u0627\u0644\u0627\u0633\u062a\u0645\u0631\u0627\u0631 \u0639\u0644\u0649 \u0623\u064a \u062d\u0627\u0644\u061f","The provided archive is invalid. Make sure it is not corrupted and that it contains an \u0027imsmanifest.xml\u0027 file.":"\u0627\u0644\u0623\u0631\u0634\u064a\u0641 \u0627\u0644\u0645\u0642\u062f\u0645 \u063a\u064a\u0631 \u0645\u0636\u0628\u0648\u0637. \u062a\u0623\u0643\u062f \u0645\u0646 \u0623\u0646\u0647 \u063a\u064a\u0631 \u062a\u0627\u0644\u0641 \u0648\u0623\u0646\u0647 \u064a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 \u0645\u0644\u0641 \u0022imsmanifest.xml\u0022.","The QTI Test \u0027%s\u0027 to be compiled must contain at least 1 QTI Item. None found.":"\u064a\u062c\u0628 \u0623\u0646 \u064a\u062d\u062a\u0648\u064a \u0631\u0627\u0626\u0632 QTI \u0027%s\u0027 \u0627\u0644\u0645\u0631\u0627\u062f \u062a\u0631\u062c\u0645\u062a\u0647 \u0639\u0644\u0649 \u0628\u0646\u062f QTI \u0648\u0627\u062d\u062f \u0639\u0644\u0649 \u0627\u0644\u0623\u0642\u0644. \u0644\u0627 \u0634\u064a\u0621 \u0648\u062c\u062f.","The QTI test could not be retrieved correctly.":"\u0644\u0627 \u064a\u0645\u0643\u0646 \u0627\u0633\u062a\u0631\u062c\u0627\u0639 \u0627\u0644\u0631\u0627\u0626\u0632 QTI \u0628\u0634\u0643\u0644 \u0635\u062d\u064a\u062d.","The QTI Test XML or one of its dependencies is malformed or empty.":"\u0645\u0644\u0641 XML \u0644\u0627\u062e\u062a\u0628\u0627\u0631 QTI \u0623\u0648 \u0623\u062d\u062f \u062a\u0628\u0639\u064a\u0627\u062a\u0647 \u063a\u064a\u0631 \u0635\u062d\u064a\u062d \u0623\u0648 \u0641\u0627\u0631\u063a.","The QTI-XML test could not be written correctly.":"\u062a\u0639\u0630\u0631 \u0643\u062a\u0627\u0628\u0629 \u0627\u0644\u0631\u0627\u0626\u0632 QTI-XML \u0628\u0634\u0643\u0644 \u0635\u062d\u064a\u062d.","The reference.":"\u0627\u0644\u0645\u0631\u062c\u0639.","The resources related to the IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file were rolled back.":"\u062a\u0645 \u0625\u0631\u062c\u0627\u0639 \u0627\u0644\u0645\u0648\u0627\u0631\u062f \u0627\u0644\u0645\u062a\u0639\u0644\u0642\u0629 \u0628\u0627\u0644\u0631\u0627\u0626\u0632 IMS QTI \u0627\u0644\u0645\u0634\u0627\u0631 \u0625\u0644\u064a\u0647 \u0643\u0640 \u0022%s\u0022 \u0641\u064a \u0645\u0644\u0641 IMS Manifest.","The score will be processed for the entire test. A sum of all SCORE outcomes will be computed and divided by the sum of MAX SCORE, the result will be compared to the cut score (or pass ratio), then the PASS_TOTAL outcome will be set accordingly.":"\u0633\u062a\u062a\u0645 \u0645\u0639\u0627\u0644\u062c\u0629 \u0627\u0644\u0646\u062a\u064a\u062c\u0629 \u0644\u0644\u0631\u0627\u0626\u0632 \u0628\u0623\u0643\u0645\u0644\u0647. \u0633\u064a\u062a\u0645 \u062d\u0633\u0627\u0628 \u0645\u062c\u0645\u0648\u0639 \u062c\u0645\u064a\u0639 \u0646\u062a\u0627\u0626\u062c SCORE \u0648\u0642\u0633\u0645\u062a\u0647\u0627 \u0639\u0644\u0649 \u0645\u062c\u0645\u0648\u0639 MAX SCORE \u060c \u0648\u0633\u062a\u062a\u0645 \u0645\u0642\u0627\u0631\u0646\u0629 \u0627\u0644\u0646\u062a\u064a\u062c\u0629 \u0628\u0646\u062a\u064a\u062c\u0629 \u0627\u0644\u0642\u0637\u0639 (\u0623\u0648 \u0646\u0633\u0628\u0629 \u0627\u0644\u0646\u062c\u0627\u062d) \u060c \u062b\u0645 \u0633\u064a\u062a\u0645 \u062a\u0639\u064a\u064a\u0646 \u0646\u062a\u064a\u062c\u0629 PASS_TOTAL \u0648\u0641\u0642\u064b\u0627 \u0644\u0630\u0644\u0643.","The score will be processed for the entire test. A sum of all SCORE outcomes will be computed, the result will take place in the SCORE_TOTAL outcome.":"\u0633\u062a\u062a\u0645 \u0645\u0639\u0627\u0644\u062c\u0629 \u0627\u0644\u0646\u062a\u064a\u062c\u0629 \u0644\u0644\u0631\u0627\u0626\u0632 \u0628\u0623\u0643\u0645\u0644\u0647. \u0633\u064a\u062a\u0645 \u062d\u0633\u0627\u0628 \u0645\u062c\u0645\u0648\u0639 \u062c\u0645\u064a\u0639 \u0646\u062a\u0627\u0626\u062c SCORE \u060c \u0648\u0633\u062a\u062d\u062f\u062b \u0627\u0644\u0646\u062a\u064a\u062c\u0629 \u0641\u064a \u0646\u062a\u064a\u062c\u0629 SCORE_TOTAL.","The section title.":"\u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0642\u0633\u0645.","The server has sent an empty response":"\u0623\u0631\u0633\u0644 \u0627\u0644\u062e\u0627\u062f\u0645 \u0631\u062f\u064b\u0627 \u0641\u0627\u0631\u063a\u064b\u0627","The submission mode determines when the candidate\u0027s responses are submitted for response processing. A testPart in individual mode requires the candidate to submit their responses on an item-by-item basis. In simultaneous mode the candidate\u0027s responses are all submitted together at the end of the testPart.":"\u064a\u062d\u062f\u062f \u0648\u0636\u0639 \u0627\u0644\u0625\u0631\u0633\u0627\u0644 \u0648\u0642\u062a \u0625\u0631\u0633\u0627\u0644 \u0623\u062c\u0648\u0628\u0629 \u0627\u0644\u0645\u0631\u0634\u062d \u0644\u0645\u0639\u0627\u0644\u062c\u062a\u0647\u0627. \u064a\u062a\u0637\u0644\u0628 \u0642\u0633\u0645 \u0645\u0646 \u0627\u0644\u0631\u0627\u0626\u0632 \u0641\u064a \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u0641\u0631\u062f\u064a \u0645\u0646 \u0627\u0644\u0645\u0631\u0634\u062d \u0625\u0631\u0633\u0627\u0644 \u0623\u062c\u0648\u0628\u062a\u0647 \u0639\u0644\u0649 \u0623\u0633\u0627\u0633 \u0643\u0644 \u0628\u0646\u062f \u0639\u0644\u0649 \u062d\u062f\u0629. \u0641\u064a \u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u0645\u062a\u0632\u0627\u0645\u0646 \u060c \u064a\u062a\u0645 \u062a\u0642\u062f\u064a\u0645 \u062c\u0645\u064a\u0639 \u0623\u062c\u0648\u0628\u0629 \u0627\u0644\u0645\u0631\u0634\u062d \u0645\u0639\u064b\u0627 \u0641\u064a \u0646\u0647\u0627\u064a\u0629\u0642\u0633\u0645 \u0645\u0646 \u0627\u0644\u0631\u0627\u0626\u0632..","The test has been closed\/suspended!":"\u062a\u0645 \u0625\u063a\u0644\u0627\u0642 \u0627\u0644\u0631\u0627\u0626\u0632!","The test has been paused, we are unable to connect to the server.":"\u062a\u0645 \u0625\u064a\u0642\u0627\u0641 \u0627\u0644\u0631\u0627\u0626\u0632 \u0645\u0624\u0642\u062a\u064b\u0627 \u060c \u064a\u062a\u0639\u0630\u0631 \u0639\u0644\u064a\u0646\u0627 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0627\u0644\u062e\u0627\u062f\u0645.","The test has not been saved.":"\u0644\u0645 \u064a\u062a\u0645 \u062d\u0641\u0638 \u0627\u0644\u0631\u0627\u0626\u0632.","The test has unsaved changes, are you sure you want to leave?":"\u064a\u062d\u062a\u0648\u064a \u0627\u0644\u0631\u0627\u0626\u0632 \u0639\u0644\u0649 \u062a\u063a\u064a\u064a\u0631\u0627\u062a \u063a\u064a\u0631 \u0645\u062d\u0641\u0648\u0638\u0629 \u060c \u0647\u0644 \u0623\u0646\u062a \u0645\u062a\u0623\u0643\u062f \u0623\u0646\u0643 \u062a\u0631\u064a\u062f \u0627\u0644\u0645\u063a\u0627\u062f\u0631\u0629?","The test has unsaved changes, would you like to save it?":"\u064a\u062d\u062a\u0648\u064a \u0627\u0644\u0631\u0627\u0626\u0632 \u0639\u0644\u0649 \u062a\u063a\u064a\u064a\u0631\u0627\u062a \u063a\u064a\u0631 \u0645\u062d\u0641\u0648\u0638\u0629 \u060c \u0647\u0644 \u062a\u0631\u063a\u0628 \u0641\u064a \u062d\u0641\u0638\u0647?","The test needs to be saved before it can be previewed.":"\u064a\u062c\u0628 \u062d\u0641\u0638 \u0627\u0644\u0631\u0627\u0626\u0632 \u0642\u0628\u0644 \u0623\u0646 \u064a\u0645\u0643\u0646 \u0645\u0639\u0627\u064a\u0646\u062a\u0647.","The test part identifier.":"\u0645\u0639\u0631\u0651\u0641 \u062c\u0632\u0621 \u0627\u0644\u0631\u0627\u0626\u0632.","The test title.":"\u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0631\u0627\u0626\u0632.","The time limit has been reached for this part of the test.":"\u062a\u0645 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u062d\u062f \u0627\u0644\u0632\u0645\u0646\u064a \u0644\u0647\u0630\u0627 \u0627\u0644\u062c\u0632\u0621 \u0645\u0646 \u0627\u0644\u0631\u0627\u0626\u0632.","The uploaded file is too large (maximum %s bytes)":"\u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0630\u064a \u062a\u0645 \u062a\u062d\u0645\u064a\u0644\u0647 \u0643\u0628\u064a\u0631 \u062c\u062f\u064b\u0627 (\u0627\u0644\u062d\u062f \u0627\u0644\u0623\u0642\u0635\u0649 \u0647\u0648 %s \u0628\u0627\u064a\u062a)","The value for the property \u0022%s\u0022 must be unique.":"\u064a\u062c\u0628 \u0623\u0646 \u062a\u0643\u0648\u0646 \u0642\u064a\u0645\u0629 \u0627\u0644\u062e\u0627\u0635\u064a\u0629 \u0022%s\u0022 \u0648\u062d\u064a\u062f\u0629.","The value of this field must be a valid date format, e.g. YYYY-MM-DD":"\u064a\u062c\u0628 \u0623\u0646 \u062a\u0643\u0648\u0646 \u0642\u064a\u0645\u0629 \u0647\u0630\u0627 \u0627\u0644\u062d\u0642\u0644 \u0628\u062a\u0627\u0631\u064a\u062e \u0645\u0636\u0628\u0648\u0637 \u060c \u0639\u0644\u0649 \u0633\u0628\u064a\u0644 \u0627\u0644\u0645\u062b\u0627\u0644 YYYY-MM-DD","The value of this field must be an integer":"\u064a\u062c\u0628 \u0623\u0646 \u062a\u0643\u0648\u0646 \u0642\u064a\u0645\u0629 \u0647\u0630\u0627 \u0627\u0644\u062d\u0642\u0644 \u0639\u062f\u062f \u0635\u062d\u064a\u062d","The value of this field must be numeric":"\u064a\u062c\u0628 \u0623\u0646 \u062a\u0643\u0648\u0646 \u0642\u064a\u0645\u0629 \u0647\u0630\u0627 \u0627\u0644\u062d\u0642\u0644 \u0631\u0642\u0645\u064a\u0629","There are %s unanswered questions":"\u0647\u0646\u0627\u0643 %s \u0645\u0646 \u0627\u0644\u0623\u0633\u0626\u0644\u0629 \u0627\u0644\u062a\u064a \u0644\u0645 \u064a\u062a\u0645 \u0627\u0644\u0631\u062f \u0639\u0644\u064a\u0647\u0627","There are %s unanswered questions in this part of the test":"\u064a\u0648\u062c\u062f %s \u0623\u0633\u0626\u0644\u0629 \u0644\u0645 \u062a\u062a\u0645 \u0627\u0644\u0625\u062c\u0627\u0628\u0629 \u0639\u0644\u064a\u0647\u0627 \u0641\u064a \u0647\u0630\u0627 \u0627\u0644\u062c\u0632\u0621 \u0645\u0646 \u0627\u0644\u0631\u0627\u0626\u0632","There is %s unanswered question":"\u064a\u0648\u062c\u062f %s \u0633\u0624\u0627\u0644 \u0628\u062f\u0648\u0646 \u0625\u062c\u0627\u0628\u0629","There is %s unanswered question in this part of the test":"\u064a\u0648\u062c\u062f %s \u0633\u0624\u0627\u0644 \u0644\u0645 \u062a\u062a\u0645 \u0627\u0644\u0625\u062c\u0627\u0628\u0629 \u0639\u0644\u064a\u0647 \u0641\u064a \u0647\u0630\u0627 \u0627\u0644\u062c\u0632\u0621 \u0645\u0646 \u0627\u0644\u0631\u0627\u0626\u0632","There is not outcomes!":"\u0644\u0627 \u062a\u0648\u062c\u062f \u0646\u062a\u0627\u0626\u062c!","There is nothing to list!":"\u0644\u0627 \u064a\u0648\u062c\u062f \u0634\u064a\u0621 \u0644\u0625\u0636\u0627\u0641\u062a\u0647 \u0644\u0644\u0642\u0627\u0626\u0645\u0629!","This %s is currently checked out":"\u062a\u0645 \u0633\u062d\u0628 %s \u0647\u0630\u0627 \u062d\u0627\u0644\u064a\u0627\u064b","This constraint affects the visibility of feedback after the end of the last attempt.":"\u064a\u0624\u062b\u0631 \u0647\u0630\u0627 \u0627\u0644\u0642\u064a\u062f \u0639\u0644\u0649 \u0631\u0624\u064a\u0629 \u0627\u0644\u062a\u0639\u0644\u064a\u0642\u0627\u062a \u0628\u0639\u062f \u0646\u0647\u0627\u064a\u0629 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629 \u0627\u0644\u0623\u062e\u064a\u0631\u0629.","This constraint controls whether or not the candidate is allowed to provide a comment on the item during the session. Comments are not part of the assessed responses.":"\u064a\u062a\u062d\u0643\u0645 \u0647\u0630\u0627 \u0627\u0644\u0642\u064a\u062f \u0641\u064a \u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u064a\u064f\u0633\u0645\u062d \u0644\u0644\u0645\u0631\u0634\u062d \u0628\u062a\u0642\u062f\u064a\u0645 \u062a\u0639\u0644\u064a\u0642 \u0639\u0644\u0649 \u0627\u0644\u0628\u0646\u062f \u0623\u062b\u0646\u0627\u0621 \u0627\u0644\u062c\u0644\u0633\u0629 \u0623\u0645 \u0644\u0627. \u0627\u0644\u062a\u0639\u0644\u064a\u0642\u0627\u062a \u0644\u064a\u0633\u062a \u062c\u0632\u0621\u064b\u0627 \u0645\u0646 \u0627\u0644\u0631\u062f\u0648\u062f \u0627\u0644\u062a\u064a \u062a\u0645 \u062a\u0642\u064a\u064a\u0645\u0647\u0627.","This field is required":"\u0647\u0630\u0647 \u0627\u0644\u062e\u0627\u0646\u0629 \u0645\u0637\u0644\u0648\u0628\u0647","This field is too long":"\u0647\u0630\u0627 \u0627\u0644\u062d\u0642\u0644 \u0637\u0648\u064a\u0644 \u062c\u062f\u0627","This field is too short":"\u0647\u0630\u0627 \u0627\u0644\u062d\u0642\u0644 \u0642\u0635\u064a\u0631 \u062c\u062f\u0627","This functionality is blocked. Please contact with your administrator for more details.":"\u062a\u0645 \u062d\u0638\u0631 \u0647\u0630\u0647 \u0627\u0644\u0648\u0638\u064a\u0641\u0629. \u064a\u0631\u062c\u0649 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0627\u0644\u0645\u0633\u0624\u0648\u0644 \u0644\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0645\u0632\u064a\u062f \u0645\u0646 \u0627\u0644\u062a\u0641\u0627\u0635\u064a\u0644.","This is not a valid email address.":"\u0647\u0630\u0627 \u0644\u064a\u0633 \u0639\u0646\u0648\u0627\u0646 \u0628\u0631\u064a\u062f \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0635\u0627\u0644\u062d\u0627","this is required":"\u0647\u0630\u0627 \u0645\u0637\u0644\u0648\u0628","This Login is already in use":"\u0647\u0630\u0627 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0642\u064a\u062f \u0627\u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0628\u0627\u0644\u0641\u0639\u0644","This media cannot be played!":"\u0644\u0627 \u064a\u0645\u0643\u0646 \u062a\u0634\u063a\u064a\u0644 \u0647\u0630\u0647 \u0627\u0644\u0648\u0633\u0627\u0626\u0637!","This or one of %s must have a value":"\u064a\u062c\u0628 \u0623\u0646 \u064a\u0643\u0648\u0646 \u0644\u0647\u0630\u0627 \u0623\u0648 \u0648\u0627\u062d\u062f \u0645\u0646 %s \u0642\u064a\u0645\u0629","This password reset link is no longer valid. It may have already been used. If you still wish to reset your password please request a new link":"\u0631\u0627\u0628\u0637 \u0625\u0639\u0627\u062f\u0629 \u062a\u0639\u064a\u064a\u0646 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0644\u0645 \u064a\u0639\u062f \u0645\u0642\u0628\u0648\u0644\u0627. \u0631\u0628\u0645\u0627 \u062a\u0645 \u0627\u0633\u062a\u062e\u062f\u0627\u0645\u0647 \u0628\u0627\u0644\u0641\u0639\u0644. \u0625\u0630\u0627 \u0643\u0646\u062a \u0644\u0627 \u062a\u0632\u0627\u0644 \u062a\u0631\u063a\u0628 \u0641\u064a \u0625\u0639\u0627\u062f\u0629 \u062a\u0639\u064a\u064a\u0646 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0643 \u060c \u0641\u064a\u0631\u062c\u0649 \u0637\u0644\u0628 \u0627\u0631\u062a\u0628\u0627\u0637 \u062c\u062f\u064a\u062f","This resource is locked":"\u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0631\u062f \u0645\u0642\u0641\u0644","This role is still given to one or more users. Please remove the role to these users first.":"\u0644\u0627 \u064a\u0632\u0627\u0644 \u0647\u0630\u0627 \u0627\u0644\u062f\u0648\u0631 \u064a\u0639\u0637\u0649 \u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0648\u0627\u062d\u062f \u0623\u0648 \u0623\u0643\u062b\u0631. \u064a\u0631\u062c\u0649 \u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u062f\u0648\u0631 \u0644\u0647\u0624\u0644\u0627\u0621 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646 \u0623\u0648\u0644\u0627\u064b.","This should equal %s":"\u064a\u062c\u0628 \u0623\u0646 \u064a\u0633\u0627\u0648\u064a \u0647\u0630\u0627 %s","This should not equal %s":"\u064a\u062c\u0628 \u0623\u0644\u0627 \u064a\u0633\u0627\u0648\u064a \u0647\u0630\u0627 %s","This test has been suspended":"\u062a\u0645 \u062a\u0639\u0644\u064a\u0642 \u0647\u0630\u0627 \u0627\u0644\u0631\u0627\u0626\u0632","This test has been terminated":"\u062a\u0645 \u0625\u0646\u0647\u0627\u0621 \u0647\u0630\u0627 \u0627\u0644\u0631\u0627\u0626\u0632","time":"\u0632\u0645\u0646","Time limit reached for item \u0022%s\u0022.":"\u062a\u0645 \u0628\u0644\u0648\u063a \u0627\u0644\u062d\u062f \u0627\u0644\u0632\u0645\u0646\u064a \u0644\u0644\u0628\u0646\u062f \u0022%s\u0022.","Time limit reached, this part of the test has ended.":"\u062a\u0645 \u0628\u0644\u0648\u063a \u0627\u0644\u062d\u062f \u0627\u0644\u0632\u0645\u0646\u064a \u060c \u0648\u0627\u0646\u062a\u0647\u0649 \u0647\u0630\u0627 \u0627\u0644\u062c\u0632\u0621 \u0645\u0646 \u0627\u0644\u0631\u0627\u0626\u0632..","Time limit reached, this part of the test has ended. However you are allowed to finish the current item.":"\u062a\u0645 \u0628\u0644\u0648\u063a \u0627\u0644\u062d\u062f \u0627\u0644\u0632\u0645\u0646\u064a \u060c \u0648\u0627\u0646\u062a\u0647\u0649 \u0647\u0630\u0627 \u0627\u0644\u062c\u0632\u0621 \u0645\u0646 \u0627\u0644\u0631\u0627\u0626\u0632. \u0648\u0645\u0639 \u0630\u0644\u0643 \u060c \u064a\u064f\u0633\u0645\u062d \u0644\u0643 \u0628\u0625\u0646\u0647\u0627\u0621 \u0627\u0644\u0628\u0646\u062f \u0627\u0644\u062d\u0627\u0644\u064a.","Time Limits":"\u062d\u062f\u0648\u062f \u0627\u0644\u0648\u0642\u062a","Time Remaining":"\u0627\u0644\u0648\u0642\u062a \u0627\u0644\u0645\u062a\u0628\u0642\u064a","Time zone":"Time zone","Title":"\u0639\u0646\u0648\u0627\u0646","to":"\u0644","To reset your password, click the link below, or paste it into your browser. You will then be prompted to create a new password.":"\u0644\u0625\u0639\u0627\u062f\u0629 \u062a\u0639\u064a\u064a\u0646 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0643 \u060c \u0627\u0646\u0642\u0631 \u0641\u0648\u0642 \u0627\u0644\u0627\u0631\u062a\u0628\u0627\u0637 \u0623\u062f\u0646\u0627\u0647 \u060c \u0623\u0648 \u0627\u0644\u0635\u0642\u0647 \u0641\u064a \u0645\u062a\u0635\u0641\u062d\u0643. \u0633\u064a\u064f\u0637\u0644\u0628 \u0645\u0646\u0643 \u0628\u0639\u062f \u0630\u0644\u0643 \u0625\u0646\u0634\u0627\u0621 \u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631 \u062c\u062f\u064a\u062f\u0629.","to translate":"\u0644\u0644\u062a\u0631\u062c\u0645\u0629","Toggle multiple\/single selection":"\u062a\u0628\u062f\u064a\u0644 \u0627\u0644\u062a\u062d\u062f\u064a\u062f \u0627\u0644\u0645\u062a\u0639\u062f\u062f \/ \u0627\u0644\u0641\u0631\u062f\u064a","Toggle playback":"\u062a\u0628\u062f\u064a\u0644 \u0627\u0644\u062a\u0634\u063a\u064a\u0644","Toggle start from here mode":"\u062a\u0628\u062f\u064a\u0644 \u0627\u0644\u0628\u062f\u0621 \u0645\u0646 \u0647\u0646\u0627 \u0627\u0644\u0648\u0636\u0639","Toggle the date time picker":"\u062a\u0628\u062f\u064a\u0644 \u0645\u0646\u062a\u0642\u064a \u0627\u0644\u062a\u0627\u0631\u064a\u062e \u0648\u0627\u0644\u0648\u0642\u062a","Tokenizer":"\u0631\u0645\u0632\u064a\u0629","Too many non-option arguments: got %s, maximum of %s":"\u0639\u062f\u062f \u0643\u0628\u064a\u0631 \u062c\u062f\u064b\u0627 \u0645\u0646 \u0627\u0644\u0648\u0633\u0627\u0626\u0637 \u063a\u064a\u0631 \u0627\u0644\u0627\u062e\u062a\u064a\u0627\u0631\u064a\u0629: \u062d\u0635\u0644\u062a \u0639\u0644\u0649 %s \u060c \u0628\u062d\u062f \u0623\u0642\u0635\u0649 %s","Too many suggestions match your query. Only a few are listed":"\u0627\u0644\u0643\u062b\u064a\u0631 \u0645\u0646 \u0627\u0644\u0627\u0642\u062a\u0631\u0627\u062d\u0627\u062a \u062a\u0637\u0627\u0628\u0642 \u0627\u0633\u062a\u0641\u0633\u0627\u0631\u0643. \u064a\u062a\u0645 \u0633\u0631\u062f \u0639\u062f\u062f \u0642\u0644\u064a\u0644 \u0641\u0642\u0637","Tool box and flagging for review":"\u0645\u0631\u0628\u0639 \u0627\u0644\u0623\u062f\u0648\u0627\u062a \u0648\u0627\u0644\u0625\u0628\u0644\u0627\u063a \u0644\u0644\u0645\u0631\u0627\u062c\u0639\u0629","Toolbox":"\u0635\u0646\u062f\u0648\u0642 \u0627\u0644\u0623\u062f\u0648\u0627\u062a","Total duration":"\u0627\u0644\u0645\u062f\u0629 \u0627\u0644\u0625\u062c\u0645\u0627\u0644\u064a\u0629","Total score":"\u0645\u062c\u0645\u0648\u0639 \u0627\u0644\u0646\u0642\u0627\u0637","Total:":"\u0645\u062c\u0645\u0648\u0639:","Translate":"\u062a\u0631\u062c\u0645","Translate to":"\u062a\u0631\u062c\u0645 \u0627\u0644\u0649","Translation parameters":"\u0627\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u062a\u0631\u062c\u0645\u0629","Translation saved":"\u062d\u0641\u0638 \u0627\u0644\u062a\u0631\u062c\u0645\u0629","Transport Layer Security":"\u0623\u0645\u0646 \u0637\u0628\u0642\u0629 \u0627\u0644\u0646\u0642\u0644","Tree - Multiple node choice ":"\u0634\u062c\u0631\u0629 - \u0627\u062e\u062a\u064a\u0627\u0631 \u0639\u0642\u062f\u0629 \u0645\u062a\u0639\u062f\u062f\u0629","Tree values":"\u0642\u064a\u0645 \u0627\u0644\u0634\u062c\u0631\u0629","True":"\u062d\u0642\u064a\u0642\u064a","trunc":"trunc","Try connecting the machine to the internet via cable, or move to an area with a better wifi signal.":"\u062d\u0627\u0648\u0644 \u062a\u0648\u0635\u064a\u0644 \u0627\u0644\u062c\u0647\u0627\u0632 \u0628\u0627\u0644\u0625\u0646\u062a\u0631\u0646\u062a \u0639\u0628\u0631 \u0627\u0644\u0643\u0627\u0628\u0644 \u060c \u0623\u0648 \u0627\u0646\u062a\u0642\u0644 \u0625\u0644\u0649 \u0645\u0646\u0637\u0642\u0629 \u0628\u0647\u0627 \u0625\u0634\u0627\u0631\u0629 wifi \u0623\u0641\u0636\u0644.","Tutor":"\u0645\u062f\u0631\u0633 \u062e\u0627\u0635","Type":"\u0646\u0645\u0637","Type your search":"\u0627\u0643\u062a\u0628 \u0628\u062d\u062b\u0643","Unable to access your account?":"\u063a\u064a\u0631 \u0642\u0627\u062f\u0631 \u0639\u0644\u0649 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u062d\u0633\u0627\u0628\u0643\u061f","Unable to change passwords in demo mode":"\u062a\u0639\u0630\u0631 \u062a\u063a\u064a\u064a\u0631 \u0643\u0644\u0645\u0627\u062a \u0627\u0644\u0645\u0631\u0648\u0631 \u0641\u064a \u0648\u0636\u0639\u064a\u0629 \u0627\u0644\u062a\u062c\u0631\u064a\u0628","Unable to copy the resource":"\u063a\u064a\u0631 \u0642\u0627\u062f\u0631 \u0639\u0644\u0649 \u0646\u0633\u062e \u0627\u0644\u0645\u0648\u0631\u062f","Unable to delete %s":"\u063a\u064a\u0631 \u0642\u0627\u062f\u0631 \u0639\u0644\u0649 \u062d\u0630\u0641 %s","Unable to delete the selected resource":"\u062a\u0639\u0630\u0631 \u062d\u0630\u0641 \u0627\u0644\u0645\u0648\u0631\u062f \u0627\u0644\u0645\u062d\u062f\u062f","Unable to delete the selected resources":"\u062a\u0639\u0630\u0631 \u062d\u0630\u0641 \u0627\u0644\u0645\u0648\u0627\u0631\u062f \u0627\u0644\u0645\u062d\u062f\u062f\u0629","Unable to move the resources":"\u063a\u064a\u0631 \u0642\u0627\u062f\u0631 \u0639\u0644\u0649 \u0646\u0642\u0644 \u0627\u0644\u0645\u0648\u0627\u0631\u062f","Unable to open file %s":"\u063a\u064a\u0631 \u0642\u0627\u062f\u0631 \u0639\u0644\u0649 \u0641\u062a\u062d \u0627\u0644\u0645\u0644\u0641 %s","Unable to process your request":"\u063a\u064a\u0631 \u0642\u0627\u062f\u0631 \u0639\u0644\u0649 \u0645\u0639\u0627\u0644\u062c\u0629 \u0637\u0644\u0628\u0643","Unable to release the lock":"\u063a\u064a\u0631 \u0642\u0627\u062f\u0631 \u0639\u0644\u0649 \u062a\u062d\u0631\u064a\u0631 \u0627\u0644\u0642\u0641\u0644","Unable to remove the property.":"\u063a\u064a\u0631 \u0642\u0627\u062f\u0631 \u0639\u0644\u0649 \u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u062e\u0627\u0635\u064a\u0629.","Unable to save resource.":"\u062a\u0639\u0630\u0631 \u062d\u0641\u0638 \u0627\u0644\u0645\u0648\u0631\u062f.","unable to search into notification.":"\u063a\u064a\u0631 \u0642\u0627\u062f\u0631 \u0639\u0644\u0649 \u0627\u0644\u0628\u062d\u062b \u0641\u064a \u0627\u0644\u0625\u0634\u0639\u0627\u0631.","Unable to send the password reset request":"\u062a\u0639\u0630\u0631 \u0625\u0631\u0633\u0627\u0644 \u0637\u0644\u0628 \u0625\u0639\u0627\u062f\u0629 \u062a\u0639\u064a\u064a\u0646 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631","Unable to update the asset service":"\u062a\u0639\u0630\u0631 \u062a\u062d\u062f\u064a\u062b \u062e\u062f\u0645\u0629 \u0627\u0644\u0623\u0635\u0648\u0644","Unable to upload file":"\u0644\u0627 \u0627\u062a\u0645\u0643\u0646 \u0645\u0646 \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0645\u0644\u0641","Unable to upload file %s : %s":"\u062a\u0639\u0630\u0631 \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0645\u0644\u0641 %s : %s","Unanswered":"\u0644\u0645 \u064a\u062a\u0645 \u0627\u0644\u0631\u062f \u0639\u0644\u064a\u0647\u0627","Unanswered items":"\u0627\u0644\u0628\u0646\u0648\u062f \u0627\u0644\u062a\u064a \u0644\u0645 \u064a\u062a\u0645 \u0627\u0644\u0631\u062f \u0639\u0644\u064a\u0647\u0627","Unary operator +":"\u0639\u0627\u0645\u0644 \u0623\u062d\u0627\u062f\u064a +","Unary operator -":"\u0639\u0627\u0645\u0644 \u0623\u062d\u0627\u062f\u064a -","Uncheck All":"\u0627\u0644\u063a\u0627\u0621\u0627\u0644\u0643\u0644","Uncheck all":"\u0627\u0644\u063a\u0627\u0621\u0627\u0644\u0643\u0644","Undefined amount of the pages for pagination":"\u0643\u0645\u064a\u0629 \u063a\u064a\u0631 \u0645\u062d\u062f\u062f\u0629 \u0645\u0646 \u0627\u0644\u0635\u0641\u062d\u0627\u062a \u0644\u062a\u0631\u0642\u064a\u0645 \u0627\u0644\u0635\u0641\u062d\u0627\u062a","Undefined amount of the totalPages for pagination":"\u0643\u0645\u064a\u0629 \u063a\u064a\u0631 \u0645\u062d\u062f\u062f\u0629 \u0645\u0646 \u0625\u062c\u0645\u0627\u0644\u064a \u0627\u0644\u0635\u0641\u062d\u0627\u062a \u0627\u0644\u0645\u0631\u0627\u062f \u062a\u0631\u0642\u064a\u0645\u0647\u0627","Undo":"\u0627\u0644\u063a\u0627\u0621 \u0627\u0644\u062a\u062d\u0645\u064a\u0644","Unexpected error. Please contact administrator":"\u062e\u0637\u0623 \u063a\u064a\u0631 \u0645\u062a\u0648\u0642\u0639. \u064a\u0631\u062c\u0649 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0627\u0644\u0645\u0633\u0624\u0648\u0644","Unflag for Review":"Unflag \u0644\u0644\u0645\u0631\u0627\u062c\u0639\u0629","Uninstall of %s failed":"\u0641\u0634\u0644 \u0625\u0644\u063a\u0627\u0621 \u062a\u062b\u0628\u064a\u062a %s","Uninstalled %s":"\u062a\u0645 \u0625\u0644\u063a\u0627\u0621 \u062a\u062b\u0628\u064a\u062a %s","unknown":"\u063a\u064a\u0631 \u0645\u0639\u0631\u0648\u0641","Unknown Error":"\u062e\u0637\u0623 \u063a\u064a\u0631 \u0645\u0639\u0631\u0648\u0641","Unknown error.":"\u062e\u0637\u0623 \u063a\u064a\u0631 \u0645\u0639\u0631\u0648\u0641.","unkown task id %s":"\u0645\u0639\u0631\u0641 \u0645\u0647\u0645\u0629 \u063a\u064a\u0631 \u0645\u0639\u0631\u0648\u0641 %s","Unlink to use separated durations":"\u0625\u0644\u063a\u0627\u0621 \u0627\u0644\u0627\u0631\u062a\u0628\u0627\u0637 \u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0641\u062a\u0631\u0627\u062a \u0645\u0646\u0641\u0635\u0644\u0629","Unseen":"\u063a\u064a\u0631 \u0645\u0631\u0626\u064a","Update":"\u062a\u062d\u062f\u064a\u062b","Update ID : %s":"\u0645\u0639\u0631\u0641 \u0627\u0644\u062a\u062d\u062f\u064a\u062b: %s","Upload":"\u062a\u062d\u0645\u064a\u0644","Upload a QTI 2.1 Test Package File":"\u0642\u0645 \u0628\u062a\u062d\u0645\u064a\u0644 \u0645\u0644\u0641 \u062d\u0632\u0645\u0629 \u0627\u0644\u0631\u0648\u0627\u0626\u0632 QTI 2.1","Upload into:":"\u062a\u062d\u0645\u064a\u0644 \u0625\u0644\u0649:","URI Path":"\u0645\u0633\u0627\u0631 URI","Usage: ImportRdf RDF_FILE [MODEL_ID]":"\u0627\u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645: ImportRdf RDF_FILE [MODEL_ID]","USAGE: please provide a valid extension id as second parameter":"\u0627\u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645: \u064a\u0631\u062c\u0649 \u062a\u0642\u062f\u064a\u0645 \u0645\u0639\u0631\u0641 \u0645\u0644\u062d\u0642 \u0645\u0636\u0628\u0648\u0637 \u0643\u0645\u0639\u0627\u0645\u0644 \u062b\u0627\u0646\u064a","USAGE: please provide a valid service name as first parameter":"\u0627\u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645: \u064a\u0631\u062c\u0649 \u062a\u0642\u062f\u064a\u0645 \u0627\u0633\u0645 \u062e\u062f\u0645\u0629 \u0645\u0636\u0628\u0648\u0637 \u0643\u0645\u0639\u0627\u0645\u0644 \u0623\u0648\u0644","USAGE: please provide the service name as first parameter":"\u0627\u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645: \u064a\u0631\u062c\u0649 \u062a\u0642\u062f\u064a\u0645 \u0627\u0633\u0645 \u0627\u0644\u062e\u062f\u0645\u0629 \u0643\u0645\u0639\u0627\u0645\u0644 \u0623\u0648\u0644","Use a term":"\u0627\u0633\u062a\u062e\u062f\u0645 \u0645\u0635\u0637\u0644\u062d","Use a variable":"\u0627\u0633\u062a\u062e\u062f\u0645 \u0645\u062a\u063a\u064a\u0631","Use Ctrl\/Meta key or Lasso for multiple selection":"\u0627\u0633\u062a\u062e\u062f\u0645 \u0645\u0641\u062a\u0627\u062d Ctrl \/ Meta \u0623\u0648 Lasso \u0644\u0644\u0627\u062e\u062a\u064a\u0627\u0631 \u0627\u0644\u0645\u062a\u0639\u062f\u062f","Use default value":"\u0627\u0633\u062a\u062e\u062f\u0645 \u0627\u0644\u0642\u064a\u0645\u0629 \u0627\u0644\u0645\u0639\u062a\u0627\u062f\u0629","User":"\u0627\u0644\u0645\u0633\u062a\u0639\u0645\u0644","User %s can not be locked":"\u0644\u0627 \u064a\u0645\u0643\u0646 \u062a\u0623\u0645\u064a\u0646 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 %s","User %s can not be unlocked":"\u0644\u0627 \u064a\u0645\u0643\u0646 \u0625\u0644\u063a\u0627\u0621 \u062a\u0623\u0645\u064a\u0646 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 %s","User %s successfully locked":"\u062a\u0645 \u062a\u0623\u0645\u064a\u0646 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 %s \u0628\u0646\u062c\u0627\u062d","User %s successfully unlocked":"\u062a\u0645 \u062a\u0623\u0645\u064a\u0646 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 %s \u0628\u0646\u062c\u0627\u062d","User added":"\u0645\u0633\u062a\u062e\u062f\u0645 \u0645\u0636\u0627\u0641","User deleted successfully":"\u062a\u0645 \u062d\u0630\u0641 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0628\u0646\u062c\u0627\u062d","User deletion not permitted on a demo instance":"\u062d\u0630\u0641 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u063a\u064a\u0631 \u0645\u0633\u0645\u0648\u062d \u0628\u0647 \u0641\u064a \u0646\u0633\u062e\u0629 \u062a\u062c\u0631\u064a\u0628\u064a\u0629","User not found":"\u0644\u0645 \u064a\u062a\u0645 \u0627\u0644\u0639\u062b\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645","User saved":"\u062a\u0645 \u062d\u0641\u0638 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645","User Settings":"\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645","Users":"\u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646","Validate Responses":"\u062a\u062d\u0642\u0642 \u0645\u0646 \u0635\u062d\u0629 \u0627\u0644\u0631\u062f\u0648\u062f","Validation for field \u0027%s\u0027 has failed. Language does not exist in the system":"\u0641\u0634\u0644 \u0627\u0644\u062a\u062d\u0642\u0642 \u0645\u0646 \u0635\u062d\u0629 \u0627\u0644\u062d\u0642\u0644 \u0027%s\u0027. \u0627\u0644\u0644\u063a\u0629 \u063a\u064a\u0631 \u0645\u0648\u062c\u0648\u062f\u0629 \u0641\u064a \u0627\u0644\u0646\u0638\u0627\u0645","Validation for field \u0027%s\u0027 has failed. List of values expected":"\u0641\u0634\u0644 \u0627\u0644\u062a\u062d\u0642\u0642 \u0645\u0646 \u0635\u062d\u0629 \u0627\u0644\u062d\u0642\u0644 \u0027%s\u0027. \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0642\u064a\u0645 \u0627\u0644\u0645\u062a\u0648\u0642\u0639\u0629","Validation for field \u0027%s\u0027 has failed. Should not be empty":"\u0641\u0634\u0644 \u0627\u0644\u062a\u062d\u0642\u0642 \u0645\u0646 \u0635\u062d\u0629 \u0627\u0644\u062d\u0642\u0644 \u0027%s\u0027.. \u0644\u0627 \u064a\u062c\u0628 \u0623\u0646 \u062a\u0643\u0648\u0646 \u0641\u0627\u0631\u063a\u0629","Validation for field \u0027%s\u0027 has failed. Valid role expected. Given: %s":"\u0641\u0634\u0644 \u0627\u0644\u062a\u062d\u0642\u0642 \u0645\u0646 \u0635\u062d\u0629 \u0627\u0644\u062d\u0642\u0644 \u0027%s\u0027. \u064a\u062a\u0648\u0642\u0639 \u062f\u0648\u0631 \u0635\u0627\u0644\u062d. \u0645\u0639\u0637\u0649: %s","Validation for field \u0027%s\u0027 has failed. Valid URI expected":"\u0641\u0634\u0644 \u0627\u0644\u062a\u062d\u0642\u0642 \u0645\u0646 \u0635\u062d\u0629 \u0627\u0644\u062d\u0642\u0644 \u0027%s\u0027. \u0645\u062a\u0648\u0642\u0639 URI \u0635\u0627\u0644\u062d","Validation for field \u0027%s\u0027 has failed. Valid URI expected. Given: %s":"\u0641\u0634\u0644 \u0627\u0644\u062a\u062d\u0642\u0642 \u0645\u0646 \u0635\u062d\u0629 \u0627\u0644\u062d\u0642\u0644 \u0027%s\u0027.. \u0645\u062a\u0648\u0642\u0639 URI \u0635\u0627\u0644\u062d. \u0645\u0639\u0637\u0649: %s","Value":"\u0642\u064a\u0645\u0629","Value ellipsis":"\u0642\u064a\u0645\u0629 \u063a\u064a\u0631 \u062a\u0627\u0645\u0629","Value of E":"\u0642\u064a\u0645\u0629 \u0647","Value of PI":"\u0642\u064a\u0645\u0629 PI","Variable":"\u0645\u062a\u063a\u064a\u0631\u0629","Variable %s":"\u0627\u0644\u0645\u062a\u063a\u064a\u0631\u0629 %s","Version":"\u0635\u064a\u063a\u0629","View":"\u0645\u0639\u0627\u064a\u0646\u0629","View report":"\u0639\u0631\u0636 \u0627\u0644\u062a\u0642\u0631\u064a\u0631","View resources as a list":"\u0639\u0631\u0636 \u0627\u0644\u0645\u0648\u0627\u0631\u062f \u0639\u0644\u0649 \u0634\u0643\u0644 \u0642\u0627\u0626\u0645\u0629","View resources as a tree":"\u0639\u0631\u0636 \u0627\u0644\u0645\u0648\u0627\u0631\u062f \u0643\u0634\u062c\u0631\u0629","Viewed":"\u062a\u0645\u062a \u0645\u0639\u0627\u064a\u0646\u062a\u0647","Viewed items":"\u0627\u0644\u0628\u0646\u0648\u062f \u0627\u0644\u062a\u064a \u062a\u0645 \u0639\u0631\u0636\u0647\u0627","Views":"\u0627\u0644\u0622\u0631\u0627\u0621","Visible":"\u0645\u0631\u0626\u064a","Volume":"\u062d\u062c\u0645","Wait for your connection to come back online.":"\u0627\u0646\u062a\u0638\u0631 \u0627\u062a\u0635\u0627\u0644\u0643 \u0628\u0627\u0644\u0625\u0646\u062a\u0631\u0646\u062a \u0645\u0631\u0629 \u0623\u062e\u0631\u0649.","Wait is over":"\u0627\u0646\u062a\u0647\u0649 \u0627\u0644\u0627\u0646\u062a\u0638\u0627\u0631","Waiting":"\u0627\u0646\u062a\u0638\u0631","Warning \u2013 You have %s remaining to complete the test.":"\u062a\u062d\u0630\u064a\u0631 - \u0644\u062f\u064a\u0643 %s \u0645\u062a\u0628\u0642\u064a\u0629 \u0644\u0625\u0643\u0645\u0627\u0644 \u0627\u0644\u0631\u0627\u0626\u0632.","Warning \u2013 You have %s remaining to complete this item.":"\u062a\u062d\u0630\u064a\u0631 - \u0644\u062f\u064a\u0643 %s \u0645\u062a\u0628\u0642\u064a\u0629 \u0644\u0625\u0643\u0645\u0627\u0644 \u0647\u0630\u0627 \u0627\u0644\u0628\u0646\u062f.","Warning \u2013 You have %s remaining to complete this section.":"\u062a\u062d\u0630\u064a\u0631 - \u0644\u062f\u064a\u0643 %s \u0645\u062a\u0628\u0642\u064a\u0629 \u0644\u0625\u0643\u0645\u0627\u0644 \u0647\u0630\u0627 \u0627\u0644\u062c\u0632\u0621.","Warning \u2013 You have %s remaining to complete this test part.":"\u062a\u062d\u0630\u064a\u0631 - \u0644\u062f\u064a\u0643 %s \u0645\u062a\u0628\u0642\u064a\u0629 \u0644\u0625\u0643\u0645\u0627\u0644 \u062c\u0632\u0621 \u0627\u0644\u0631\u0627\u0626\u0632 \u0647\u0630\u0627.","Warning \u2013 You have %s remaining to complete this test.":"\u062a\u062d\u0630\u064a\u0631 - \u0644\u062f\u064a\u0643 %s \u0645\u062a\u0628\u0642\u064a\u0629 \u0644\u0625\u0643\u0645\u0627\u0644 \u0647\u0630\u0627 \u0627\u0644\u0631\u0627\u0626\u0632.","We are unable to connect the server to submit your results.":"\u0644\u0627 \u064a\u0645\u0643\u0646\u0646\u0627 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0627\u0644\u062e\u0627\u062f\u0645 \u0644\u0625\u0631\u0633\u0627\u0644 \u0646\u062a\u0627\u0626\u062c\u0643.","We are unable to connect to the server to retrieve the next item.":"\u0644\u0627 \u064a\u0645\u0643\u0646\u0646\u0627 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0627\u0644\u062e\u062f\u0648\u0645 \u0644\u0627\u0633\u062a\u0631\u062f\u0627\u062f \u0627\u0644\u0628\u0646\u062f \u0627\u0644\u062a\u0627\u0644\u064a.","Weight":"\u0648\u0632\u0646","Weights":"\u0623\u0648\u0632\u0627\u0646","When selecting child elements each element is normally eligible for selection once only.":"\u0639\u0646\u062f \u062a\u062d\u062f\u064a\u062f \u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0641\u0631\u0639\u064a\u0629 \u060c \u064a\u0643\u0648\u0646 \u0643\u0644 \u0639\u0646\u0635\u0631 \u0645\u0624\u0647\u0644\u0627\u064b \u0639\u0627\u062f\u0629\u064b \u0644\u0644\u0627\u062e\u062a\u064a\u0627\u0631 \u0645\u0631\u0629 \u0648\u0627\u062d\u062f\u0629 \u0641\u0642\u0637.","Whether a candidate\u0027s response that is beyond the maximum duration of the item should still be accepted.":"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0644\u0627 \u064a\u0632\u0627\u0644 \u064a\u062a\u0639\u064a\u0646 \u0642\u0628\u0648\u0644 \u0627\u0633\u062a\u062c\u0627\u0628\u0629 \u0627\u0644\u0645\u0631\u0634\u062d \u0627\u0644\u062a\u064a \u062a\u062a\u062c\u0627\u0648\u0632 \u0627\u0644\u062d\u062f \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0645\u062f\u0629 \u0627\u0644\u0628\u0646\u062f.","Whether a candidate\u0027s response that is beyond the maximum duration of the section should still be accepted.":"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u064a\u062c\u0628 \u0642\u0628\u0648\u0644 \u0625\u062c\u0627\u0628\u0629 \u0627\u0644\u0645\u0631\u0634\u062d \u0627\u0644\u062a\u064a \u062a\u062a\u062c\u0627\u0648\u0632 \u0627\u0644\u062d\u062f \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0645\u062f\u0629 \u0627\u0644\u0642\u0633\u0645.","Whether a candidate\u0027s response that is beyond the maximum duration of the test part should still be accepted.":"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u064a\u0646\u0628\u063a\u064a \u0642\u0628\u0648\u0644 \u0627\u0633\u062a\u062c\u0627\u0628\u0629 \u0627\u0644\u0645\u0631\u0634\u062d \u0627\u0644\u062a\u064a \u062a\u062a\u062c\u0627\u0648\u0632 \u0627\u0644\u062d\u062f \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0645\u062f\u0629 \u062c\u0632\u0621 \u0645\u0646 \u0627\u0644\u0631\u0627\u0626\u0632.","Whether a candidate\u0027s response that is beyond the maximum duration should still be accepted.":"\u0645\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u064a\u062c\u0628 \u0642\u0628\u0648\u0644 \u0627\u0633\u062a\u062c\u0627\u0628\u0629 \u0627\u0644\u0645\u0631\u0634\u062d \u0627\u0644\u062a\u064a \u062a\u062a\u062c\u0627\u0648\u0632 \u0627\u0644\u062d\u062f \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0644\u0645\u062f\u0629.","White on Black":"\u0623\u0628\u064a\u0636 \u0639\u0644\u0649 \u0623\u0633\u0648\u062f","White on Blue (TAO standard theme)":"\u0623\u0628\u064a\u0636 \u0639\u0644\u0649 \u0623\u0632\u0631\u0642 (\u0633\u0645\u0629 \u0642\u064a\u0627\u0633\u064a\u0629 \u0644\u0640 TAO)","Who can view the rubric block during the delivery.":"\u0645\u0646 \u064a\u0645\u0643\u0646\u0647 \u0639\u0631\u0636 \u0642\u0627\u0644\u0628 \u0627\u0644\u062a\u0642\u064a\u064a\u0645 \u0623\u062b\u0646\u0627\u0621 \u0627\u0644\u062a\u0633\u0644\u064a\u0645.","Whole number part":"\u062c\u0632\u0621 \u0627\u0644\u0639\u062f\u062f \u0627\u0644\u0643\u0627\u0645\u0644","Width":"\u0639\u0631\u0636","With Replacement":"\u0645\u0639 \u0627\u0644\u0627\u0633\u062a\u0628\u062f\u0627\u0644","Wrong file mime type":"\u0646\u0648\u0639 \u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u062e\u0627\u0637\u0626 mime","Wrong or missing parameter extension, module or action":"\u0645\u0644\u062d\u0642 \u0645\u0639\u0644\u0645\u0629 \u0623\u0648 \u0648\u062d\u062f\u0629 \u0646\u0645\u0637\u064a\u0629 \u0623\u0648 \u0625\u062c\u0631\u0627\u0621 \u062e\u0627\u0637\u0626 \u0623\u0648 \u0645\u0641\u0642\u0648\u062f","Wrong parameter shownExtension":"\u062a\u0645 \u0639\u0631\u0636 \u0645\u0639\u0644\u0645\u0629 \u062e\u0627\u0637\u0626\u0629","XML Content":"\u0645\u062d\u062a\u0648\u0649 XML","XML Editor":"\u0645\u062d\u0631\u0631 XML","XML error at line %1$d column %2$d \u0022%3$s\u0022.":"\u062e\u0637\u0623 XML \u0641\u064a \u0627\u0644\u0633\u0637\u0631 %1$d \u0627\u0644\u0639\u0645\u0648\u062f %2$d \u0022%3$s\u0022.","Yellow on Blue":"\u0623\u0635\u0641\u0631 \u0639\u0644\u0649 \u0623\u0632\u0631\u0642","Yes":"\u0646\u0639\u0645","You answered %s of %s question(s) for this section of the test":"\u0644\u0642\u062f \u0623\u062c\u0628\u062a \u0639\u0644\u0649 %s \u0645\u0646 %s \u0633\u0624\u0627\u0644 (\u0623\u0633\u0626\u0644\u0629) \u0644\u0647\u0630\u0627 \u0627\u0644\u0645\u0642\u0637\u0639 \u0645\u0646 \u0627\u0644\u0627\u062e\u062a\u0628\u0627\u0631","You answered all %s question(s) in this section":"\u0644\u0642\u062f \u0623\u062c\u0628\u062a \u0639\u0644\u0649 \u0643\u0627\u0641\u0629 %s \u0633\u0624\u0627\u0644 (\u0623\u0633\u0626\u0644\u0629) \u0641\u064a \u0647\u0630\u0627 \u0627\u0644\u062c\u0632\u0621","You answered all %s question(s) in this test":"\u0644\u0642\u062f \u0623\u062c\u0628\u062a \u0639\u0644\u0649 \u0643\u0627\u0641\u0629 %s \u0633\u0624\u0627\u0644 (\u0623\u0633\u0626\u0644\u0629) \u0641\u064a \u0647\u0630\u0627 \u0627\u0644\u0631\u0627\u0626\u0632","You answered only %s of the %s question(s) in this section":"\u0644\u0642\u062f \u0623\u062c\u0628\u062a \u0639\u0644\u0649 %s \u0641\u0642\u0637 \u0645\u0646 %s \u0633\u0624\u0627\u0644 (\u0623\u0633\u0626\u0644\u0629) \u0641\u064a \u0647\u0630\u0627 \u0627\u0644\u062c\u0632\u0621","You are about to go to the next item. Click OK to continue and go to the next item.":"\u0623\u0646\u062a \u0639\u0644\u0649 \u0648\u0634\u0643 \u0627\u0644\u0627\u0646\u062a\u0642\u0627\u0644 \u0625\u0644\u0649 \u0627\u0644\u0628\u0646\u062f \u0627\u0644\u062a\u0627\u0644\u064a. \u0627\u0646\u0642\u0631 \u0641\u0648\u0642 \u0022\u0645\u0648\u0627\u0641\u0642\u0022 \u0644\u0644\u0645\u062a\u0627\u0628\u0639\u0629 \u0648\u0627\u0644\u0627\u0646\u062a\u0642\u0627\u0644 \u0625\u0644\u0649 \u0627\u0644\u0628\u0646\u062f \u0627\u0644\u062a\u0627\u0644\u064a.","You are about to go to the previous item. Click OK to continue and go to the previous item.":"\u0623\u0646\u062a \u0639\u0644\u0649 \u0648\u0634\u0643 \u0627\u0644\u0630\u0647\u0627\u0628 \u0625\u0644\u0649 \u0627\u0644\u0628\u0646\u062f \u0627\u0644\u0633\u0627\u0628\u0642. \u0627\u0646\u0642\u0631 \u0641\u0648\u0642 \u0022\u0645\u0648\u0627\u0641\u0642\u0022 \u0644\u0644\u0645\u062a\u0627\u0628\u0639\u0629 \u0648\u0627\u0644\u0627\u0646\u062a\u0642\u0627\u0644 \u0625\u0644\u0649 \u0627\u0644\u0628\u0646\u062f \u0627\u0644\u0633\u0627\u0628\u0642.","You are about to leave this section.":"\u0623\u0646\u062a \u0639\u0644\u0649 \u0648\u0634\u0643 \u0645\u063a\u0627\u062f\u0631\u0629 \u0647\u0630\u0627 \u0627\u0644\u0642\u0633\u0645.","You are about to submit the test.":"\u0623\u0646\u062a \u0639\u0644\u0649 \u0648\u0634\u0643 \u062a\u0642\u062f\u064a\u0645 \u0627\u0644\u0631\u0627\u0626\u0632.","You are about to submit the test. You will not be able to access this test once submitted. Click OK to continue and submit the test.":"\u0623\u0646\u062a \u0639\u0644\u0649 \u0648\u0634\u0643 \u062a\u0642\u062f\u064a\u0645 \u0627\u0644\u0631\u0627\u0626\u0632. \u0644\u0646 \u062a\u062a\u0645\u0643\u0646 \u0645\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0647\u0630\u0627 \u0627\u0644\u0631\u0627\u0626\u0632 \u0628\u0645\u062c\u0631\u062f \u0625\u0631\u0633\u0627\u0644\u0647. \u0627\u0646\u0642\u0631 \u0641\u0648\u0642 \u0022\u0645\u0648\u0627\u0641\u0642\u0022 \u0644\u0644\u0645\u062a\u0627\u0628\u0639\u0629 \u0648\u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0631\u0627\u0626\u0632.","You are about to submit this test part.":"\u0623\u0646\u062a \u0639\u0644\u0649 \u0648\u0634\u0643 \u0625\u0631\u0633\u0627\u0644 \u062c\u0632\u0621 \u0645\u0646 \u0647\u0630\u0627 \u0627\u0644\u0631\u0627\u0626\u0632.","You are currently working offline.":"\u0623\u0646\u062a \u062a\u0639\u0645\u0644 \u062d\u0627\u0644\u064a\u0627 \u062f\u0648\u0646 \u0627\u062a\u0635\u0627\u0644.","You are encountering a prolonged connectivity loss. ":"\u0623\u0646\u062a \u062a\u0648\u0627\u062c\u0647 \u0641\u0642\u062f\u0627\u0646 \u0627\u062a\u0635\u0627\u0644 \u0645\u0628\u0627\u0634\u0631","You are not allowed to write in the class %s":"\u063a\u064a\u0631 \u0645\u0633\u0645\u0648\u062d \u0644\u0643 \u0628\u0627\u0644\u0643\u062a\u0627\u0628\u0629 \u0641\u064a \u0627\u0644\u0642\u0633\u0645 %s","You are not authorised to remove this lock":"\u063a\u064a\u0631 \u0645\u0635\u0631\u062d \u0644\u0643 \u0628\u0625\u0632\u0627\u0644\u0629 \u0647\u0630\u0627 \u0627\u0644\u0642\u0641\u0644","You can magnify the content by up to 200%. Check your browser settings to find out how to do it.":"\u064a\u0645\u0643\u0646\u0643 \u062a\u0643\u0628\u064a\u0631 \u0627\u0644\u0645\u062d\u062a\u0648\u0649 \u0628\u0646\u0633\u0628\u0629 \u062a\u0635\u0644 \u0625\u0644\u0649 %200. \u062a\u062d\u0642\u0642 \u0645\u0646 \u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0645\u062a\u0635\u0641\u062d \u0627\u0644\u062e\u0627\u0635 \u0628\u0643 \u0644\u0645\u0639\u0631\u0641\u0629 \u0643\u064a\u0641\u064a\u0629 \u0627\u0644\u0642\u064a\u0627\u0645 \u0628\u0630\u0644\u0643.","You cannot delete the root node":"\u0644\u0627 \u064a\u0645\u0643\u0646\u0643 \u062d\u0630\u0641 \u0639\u0642\u062f\u0629 \u0627\u0644\u062c\u0630\u0631","You cannot move the selected resources in the class %s":"\u0644\u0627 \u064a\u0645\u0643\u0646\u0643 \u0646\u0642\u0644 \u0627\u0644\u0645\u0648\u0627\u0631\u062f \u0627\u0644\u0645\u062d\u062f\u062f\u0629 \u0641\u064a \u0627\u0644\u0641\u0635\u0644 \u0627\u0644\u062f\u0631\u0627\u0633\u064a %s","You currently have no access to the platform":"\u0644\u064a\u0633 \u0644\u062f\u064a\u0643 \u062d\u0627\u0644\u064a\u0627 \u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0645\u0646\u0635\u0629","You do not have the required rights to edit this resource.":"\u0644\u064a\u0633 \u0644\u062f\u064a\u0643 \u0627\u0644\u062d\u0642\u0648\u0642 \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629 \u0644\u062a\u062d\u0631\u064a\u0631 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0631\u062f.","You flagged %s item(s) that you can review now":"\u0644\u0642\u062f \u0642\u0645\u062a \u0628\u0648\u0636\u0639 \u0639\u0644\u0627\u0645\u0629 \u0639\u0644\u0649 %s \u0639\u0646\u0635\u0631 (\u0639\u0646\u0627\u0635\u0631) \u064a\u0645\u0643\u0646\u0643 \u0645\u0631\u0627\u062c\u0639\u062a\u0647\u0627 \u0627\u0644\u0622\u0646","You have %s item(s) marked for review.":"\u062a\u0645 \u062a\u0639\u0644\u064a\u0645 %s \u0639\u0646\u0635\u0631\u064b\u0627 \u0644\u0644\u0645\u0631\u0627\u062c\u0639\u0629.","You have %s left to answer remaining %s questions.":"\u0628\u0642\u064a \u0644\u062f\u064a\u0643 %s \u0644\u0644\u0625\u062c\u0627\u0628\u0629 \u0639\u0644\u0649 \u0623\u0633\u0626\u0644\u0629 %s \u0627\u0644\u0645\u062a\u0628\u0642\u064a\u0629.","You have %s remaining to complete the current item.":"\u0644\u062f\u064a\u0643 %s \u0645\u062a\u0628\u0642\u064a\u0629 \u0644\u0625\u0643\u0645\u0627\u0644 \u0627\u0644\u0628\u0646\u062f \u0627\u0644\u062d\u0627\u0644\u064a.","You have %s unanswered question(s)":"\u0644\u062f\u064a\u0643 %s \u0633\u0624\u0627\u0644 (\u0623\u0633\u0626\u0644\u0629) \u0644\u0645 \u064a\u062a\u0645 \u0627\u0644\u0631\u062f \u0639\u0644\u064a\u0647\u0627","You have %s unanswered question(s) and have %s item(s) marked for review.":"\u0644\u062f\u064a\u0643 %s \u0633\u0624\u0627\u0644 (\u0623\u0633\u0626\u0644\u0629) \u0644\u0645 \u064a\u062a\u0645 \u0627\u0644\u0631\u062f \u0639\u0644\u064a\u0647\u0627 \u0648\u062a\u0645 \u0648\u0636\u0639 \u0639\u0644\u0627\u0645\u0629 \u0639\u0644\u0649\u066a s \u0628\u0646\u062f (\u0628\u0646\u0648\u062f) \u0644\u0644\u0645\u0631\u0627\u062c\u0639\u0629.","You have %s unanswered question(s).":"\u0644\u062f\u064a\u0643 %s \u0633\u0624\u0627\u0644 (\u0623\u0633\u0626\u0644\u0629) \u0644\u0645 \u064a\u062a\u0645 \u0627\u0644\u0631\u062f \u0639\u0644\u064a\u0647\u0627.","You have been locked due to too many failed login attempts. ":"\u0644\u0642\u062f \u062a\u0645 \u0625\u063a\u0644\u0627\u0642 \u062d\u0633\u0627\u0628\u0643 \u0628\u0633\u0628\u0628 \u0645\u062d\u0627\u0648\u0644\u0627\u062a \u062a\u0633\u062c\u064a\u0644 \u062f\u062e\u0648\u0644 \u0641\u0627\u0634\u0644\u0629 \u0623\u0643\u062b\u0631 \u0645\u0646 \u0627\u0644\u0644\u0627\u0632\u0645.","You have been logged out. Please login again":"\u0644\u0642\u062f \u062a\u0645 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062e\u0631\u0648\u062c. \u0631\u062c\u0627\u0621 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644","You must activate JavaScript in your browser to run this application.":"\u064a\u062c\u0628 \u0639\u0644\u064a\u0643 \u062a\u0646\u0634\u064a\u0637 JavaScript \u0641\u064a \u0627\u0644\u0645\u062a\u0635\u0641\u062d \u0627\u0644\u062e\u0627\u0635 \u0628\u0643 \u0644\u062a\u0634\u063a\u064a\u0644 \u0647\u0630\u0627 \u0627\u0644\u062a\u0637\u0628\u064a\u0642.","You will not be able to access this test once submitted. Click \u0022%s\u0022 to continue and submit the test.":"\u0644\u0646 \u062a\u062a\u0645\u0643\u0646 \u0645\u0646 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0647\u0630\u0627 \u0627\u0644\u0627\u062e\u062a\u0628\u0627\u0631 \u0628\u0645\u062c\u0631\u062f \u0625\u0631\u0633\u0627\u0644\u0647. \u0627\u0646\u0642\u0631 \u0641\u0648\u0642 \u0022%s\u0022 \u0644\u0644\u0645\u062a\u0627\u0628\u0639\u0629 \u0648\u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0627\u062e\u062a\u0628\u0627\u0631.","Your account has been locked, please contact your administrator.":"\u062a\u0645 \u0625\u063a\u0644\u0627\u0642 \u062d\u0633\u0627\u0628\u0643 \u060c \u064a\u0631\u062c\u0649 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0627\u0644\u0645\u0633\u0624\u0648\u0644.","Your browser does not meet the technical requirements to run TAO.":"\u0627\u0644\u0645\u062a\u0635\u0641\u062d \u0627\u0644\u062e\u0627\u0635 \u0628\u0643 \u0644\u0627 \u064a\u0641\u064a \u0628\u0627\u0644\u0645\u062a\u0637\u0644\u0628\u0627\u062a \u0627\u0644\u0641\u0646\u064a\u0629 \u0644\u062a\u0634\u063a\u064a\u0644 TAO.","Your browser does not support copying to the clipboard":"\u0645\u062a\u0635\u0641\u062d\u0643 \u0644\u0627 \u064a\u062f\u0639\u0645 \u0627\u0644\u0646\u0633\u062e \u0625\u0644\u0649 \u0627\u0644\u062d\u0627\u0641\u0638\u0629","Your browser doesn\u2019t support the audio player.":"\u0645\u062a\u0635\u0641\u062d\u0643 \u0644\u0627\u064a\u062d\u062a\u0645\u0644 \u0645\u0634\u063a\u0644 \u0627\u0644\u0635\u0648\u062a.","Your browser doesn\u2019t support the video player.":"\u0645\u062a\u0635\u0641\u062d\u0643 \u0644\u0627 \u064a\u062d\u062a\u0645\u0644 \u0645\u0634\u063a\u0644 \u0627\u0644\u0641\u064a\u062f\u064a\u0648.","Your comment\u2026":"\u062a\u0639\u0644\u064a\u0642\u0643... ","Your connection seems to be back, please proceed.":"\u064a\u0628\u062f\u0648 \u0623\u0646 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0642\u062f \u0639\u0627\u062f \u060c \u064a\u0631\u062c\u0649 \u0627\u0644\u0645\u062a\u0627\u0628\u0639\u0629.","Your mail":"\u0628\u0631\u064a\u062f\u0643 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a","Your TAO Password":"\u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631 TAO \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0643","Zoom":"\u062a\u0643\u0628\u064a\u0631","Zoom in":"\u062a\u0643\u0628\u064a\u0631 \u0641\u064a","Zoom out":"\u062a\u0643\u0628\u064a\u0631 \u062e\u0627\u0631\u062c"} \ No newline at end of file diff --git a/locales/ar-arb/qtiCat.rdf.po b/locales/ar-arb/qtiCat.rdf.po index 8c46a55c4f..a00082e336 100644 --- a/locales/ar-arb/qtiCat.rdf.po +++ b/locales/ar-arb/qtiCat.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:35:59\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:18\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: ar-arb\n" diff --git a/locales/ar-arb/qtitest.rdf.po b/locales/ar-arb/qtitest.rdf.po index b377ac9de8..eb443dae78 100644 --- a/locales/ar-arb/qtitest.rdf.po +++ b/locales/ar-arb/qtitest.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:35:59\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:18\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: ar-arb\n" diff --git a/locales/ar-arb/taoQtiTestItemRunner.rdf.po b/locales/ar-arb/taoQtiTestItemRunner.rdf.po index 27a1b2de9e..670a5cd32f 100644 --- a/locales/ar-arb/taoQtiTestItemRunner.rdf.po +++ b/locales/ar-arb/taoQtiTestItemRunner.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:35:59\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:18\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: ar-arb\n" diff --git a/locales/da-DK/messages.po b/locales/da-DK/messages.po index ead9f22de1..a6d9473fa2 100644 --- a/locales/da-DK/messages.po +++ b/locales/da-DK/messages.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:35:59\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:18\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: da-DK\n" @@ -22,6 +22,9 @@ msgstr "" msgid "(Visual) Highlight Text" msgstr "" +msgid "A concurrent delivery has been detected. Please use the last open session. The present window can be closed." +msgstr "" + msgid "A QTI Item involved in the QTI Test '%s' could not be compiled." msgstr "" @@ -46,6 +49,9 @@ msgstr "" msgid "A visible section is one that is identifiable by the candidate." msgstr "" +msgid "Accessibility tool that enables Test Taker to have the item content read aloud." +msgstr "" + msgid "Activated" msgstr "" @@ -58,6 +64,9 @@ msgstr "" msgid "Add selected item(s) here." msgstr "" +msgid "Add Subsection" +msgstr "" + msgid "Add the source file" msgstr "" @@ -223,6 +232,15 @@ msgstr "" msgid "Black on White" msgstr "" +msgid "Bookmark question" +msgstr "" + +msgid "Bookmark the current question for later review" +msgstr "" + +msgid "Bookmarked question %s" +msgstr "" + msgid "Calculator" msgstr "" @@ -268,6 +286,9 @@ msgstr "" msgid "Click \"%s\" to continue" msgstr "" +msgid "Click \"%s\" to continue." +msgstr "" + msgid "Click to speak" msgstr "" @@ -361,6 +382,9 @@ msgstr "" msgid "Displays a customisable magnifier" msgstr "" +msgid "Do not bookmark the current question for later review" +msgstr "" + msgid "Do not flag the current item for later review" msgstr "" @@ -431,12 +455,21 @@ msgstr "" msgid "Expand the review panel" msgstr "" +msgid "Export" +msgstr "" + msgid "Export failed for the test \"%s" msgstr "" +msgid "Export failed. Key uri nor classUri in formValues are not defined" +msgstr "" + msgid "Export metadata" msgstr "" +msgid "Export QTI %s Test Package" +msgstr "" + msgid "Export QTI 2.1 Test Package" msgstr "" @@ -506,6 +539,9 @@ msgstr "" msgid "Hide Review" msgstr "" +msgid "Hide test overview panel" +msgstr "" + msgid "Hide the review screen" msgstr "" @@ -557,6 +593,9 @@ msgstr "" msgid "If the connection cannot be restored, see option B." msgstr "" +msgid "If you leave the test, your changes will not be saved due to invalid test settings. Are you sure you wish to leave?" +msgstr "" + msgid "If you need help, please contact our Helpline on 0330 088 4171." msgstr "" @@ -590,6 +629,9 @@ msgstr "" msgid "Individual" msgstr "" +msgid "Informational item" +msgstr "" + msgid "Informational Item Usage" msgstr "" @@ -701,11 +743,11 @@ msgstr "" msgid "Manage test properties" msgstr "" -#, tao-public -msgid "Manage tests" +msgid "Manage Tests" msgstr "" -msgid "Manage Tests" +#, tao-public +msgid "Manage tests" msgstr "" msgid "Mark for review" @@ -765,9 +807,15 @@ msgstr "" msgid "Missed required parameter \'id\'" msgstr "" +msgid "Missed required parameter \'id\'" +msgstr "" + msgid "Missed test package file" msgstr "" +msgid "Missing filename for QTI Test export" +msgstr "" + msgid "Missing required configuration option %s" msgstr "" @@ -816,12 +864,18 @@ msgstr "" msgid "No" msgstr "" +msgid "NO" +msgstr "" + msgid "No CAT Engine configured for CAT Endpoint \"%s\"." msgstr "" msgid "No file found at location \"%s\"." msgstr "" +msgid "No instance in form to export" +msgstr "" + msgid "No more attempts allowed for item \"%s\"." msgstr "" @@ -963,6 +1017,12 @@ msgstr "" msgid "QTI Test \"%s\" successfully published." msgstr "" +msgid "QTI Test Metadata" +msgstr "" + +msgid "QTI Test Package %s" +msgstr "" + msgid "QTI Test Package 2.1" msgstr "" @@ -978,6 +1038,9 @@ msgstr "" msgid "Question" msgstr "" +msgid "Question %s" +msgstr "" + msgid "questions" msgstr "" @@ -1002,6 +1065,9 @@ msgstr "" msgid "Remove Section" msgstr "" +msgid "Remove Subsection" +msgstr "" + msgid "Remove Test Part" msgstr "" @@ -1017,6 +1083,9 @@ msgstr "" msgid "Resource(s) successfully exported." msgstr "" +msgid "ResultTransmission event successfully registered" +msgstr "" + msgid "Review" msgstr "" @@ -1047,10 +1116,10 @@ msgstr "" msgid "Scoring" msgstr "" -msgid "Scratch pad" +msgid "Scratch Pad" msgstr "" -msgid "Scratch Pad" +msgid "Scratch pad" msgstr "" msgid "Scratchpad" @@ -1125,6 +1194,9 @@ msgstr "" msgid "Show Solution" msgstr "" +msgid "Show test overview panel" +msgstr "" + msgid "Show the review screen" msgstr "" @@ -1233,6 +1305,12 @@ msgstr "" msgid "Test Navigation" msgstr "" +msgid "Test overview" +msgstr "" + +msgid "Test part level category enables configuring the categories of its composing items all at once. A category in gray means that all items have that category. A category in white means that only a few items have that category." +msgstr "" + msgid "Test Part Properties" msgstr "" @@ -1348,6 +1426,9 @@ msgstr "" msgid "The provided archive is invalid. Make sure it is not corrupted and that it contains an 'imsmanifest.xml' file." msgstr "" +msgid "The QTI Item with URI '%s' cannot be found." +msgstr "" + msgid "The QTI Test '%s' to be compiled must contain at least 1 QTI Item. None found." msgstr "" @@ -1378,6 +1459,14 @@ msgstr "" msgid "The submission mode determines when the candidate's responses are submitted for response processing. A testPart in individual mode requires the candidate to submit their responses on an item-by-item basis. In simultaneous mode the candidate's responses are all submitted together at the end of the testPart." msgstr "" +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"" +msgstr "" + +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"Please fix the invalid settings and try again." +msgstr "" + msgid "The test has been closed/suspended!" msgstr "" @@ -1598,6 +1687,9 @@ msgstr "" msgid "Yes" msgstr "" +msgid "YES" +msgstr "" + msgid "You answered %s of %s question(s) for this section of the test" msgstr "" diff --git a/locales/da-DK/messages_po.js b/locales/da-DK/messages_po.js index 8c5b35e875..084c5b17ea 100644 --- a/locales/da-DK/messages_po.js +++ b/locales/da-DK/messages_po.js @@ -1 +1 @@ -{" next":"n\u00e6ste"," requires a subgrid adapter":" kr\u00e6ver en subgrid adapter","%s extension(s) to install.":"%s udvidelse(r) at installere.","(empty)":"(tom)","> Extension %s succesfully installed.":">Udvidelse %s installeret med succes.","> Installation done.":"> Installation udf\u00f8rt.","A fatal error occured during the installation process.":"En fatal fejl opstod under installationen.","Access denied. Please renew your authentication!":"Adgang n\u00e6gtet. Forny din adgang!","Actions":"Handlinger","Add":"Tilf\u00f8j","Add a user":"Opret en bruger","all":"alle","Are you sure to delete the versioned resource?\nThe history will be lost as well.":"Er du sikker p\u00e5 du vil slette versioneret ressource?\nHistorikken vil blive slettet.","Assign User to role":"Tildel bruger til rolle","Author":"Forfatter","Authoring":"Oprette","Available Extensions":"Tilg\u00e6ngelige udvidelser","Cancel":"Afslutte","Change password":"\u00c6ndre adgangskode","Change the password":"\u00c6ndre password","Check All":"V\u00e6lg alle","Check all":"Tjek alle","class selected":"klasse valg","Column":"Kolonne","Combine a selection of items into tests.":"Kombinerer et udvalg af items til tests.","Create":"Oprette","Create and design items and exercises.":"Opret og design items og \u00f8velser.","Create instance of ":"Oprette forekomst af ","CSV Options":"CSV Muligheder","Current language":"Aktuelt sprog","Data imported successfully":"Data importeret succesfuldt","Data Language":"Data sprog","Data language":"Data sprog","Define the default values":"Definere bestemte v\u00e6rdier","Delete":"Slet","Do you wish to install the following extension(s):\n%s?":"Vil du installere disse udvidelse(r):\n%s?","Don\u0027t set":"Fastset ikke","Download":"Hent","Duplicate":"Kopier","Edit":"Rediger","Edit a user":"Rediger en bruger","Edit Instance":"Rediger forekomst","Element":"Element","Error":"Fejl","Error during file import":"Fejl under fil import","Exclusive (OR)":"Eksklusive (ELLER)","Export":"Eksport","Extensions manager":"Udvidelses manager","Field delimiter":"Felt afgr\u00e6nsning","Field encloser":"Felt afslutter","File":"Fil","File name":"Filnavn","Filter":"Filter","Filtering mode":"Filtreringsmetode","First Name":"Fornavn","First row column names":"F\u00f8rste r\u00e6kke kolonnenavne","Group test takers according to global features and classifications.":"Gruppe test tagere i forhold til globale egenskaber og klassifikationer.","Groups":"Grupper","Groups library":"Gruppe arkiv","Import":"Importere","Inclusive (AND)":"Inklusive (OG)","Install":"Installer","Installation done.":"Installation udf\u00f8rt.","Installation...":"Installation...","Installed Extensions":"Installerede udvidelser","Installing extension %s...":"Installer udvidelser %s...","Instance saved":"Forekomst gemt","Interface Language":"Interface sprog","Interface language":"Interface sprog","Invalid field length":"Forkert feltl\u00e6ngde","Invalid file type!":"Forkert filtype!","Invalid login or password. Please try again.":"Ingen konto matcher det angivne log ind \/ password","Items":"Item","Items library":"Item arkiv","Label":"Etikette","Language":"Sprog","Last Name":"Efternavn","List":"Liste","Loaded":"Indl\u00e6ste","Loaded at Startup":"Indl\u00e6st ved opstart","Login":"Log ind","Login available":"Login tilg\u00e6ngeligt","Manage data list":"Administrere dataliste","Manage groups":"Administrere grupper","Manage items":"Administrere item","Manage roles":"Administrer roller","Manage Roles and apply them to users.":"Administrer Roller og knyt dem til brugere.","Manage test takers":"Administrer test tagere","Manage tests":"Administrer test","Manage users":"Administrere brugere","Manage Versioned File":"Administrer versioneret fil","Map the properties to the CSV columns":"Kortl\u00e6gge egenskaber hos CSV-kollonner","Move":"Flyt","Move to":"Flyt til","Multiple values delimiter":"Flere v\u00e6rdier afgr\u00e6nser","My settings":"Mine indstillinger","Name":"Navn","New class":"Ny klasse","New Group":"Ny gruppe","New password":"Nyt password","New test":"Ny klasse","New test-taker":"Ny test tager","Next":"N\u00e6ste","No":"Nej","No extensions available.":"Ingen tilg\u00e6ngelig udvidelse.","Nothing imported":"Intet importeret","Nothing to install !":"Intet at installere !","Number of elements":"Antal elementer","Old Password":"Gammelt password","Password":"Adgangskode","Password changed":"Adgangskode \u00e6ndret","Passwords are not matching":"Adgangskoder matcher ikke","Please confirm deletion":"Vil du virkelig slette","Please confirm property deletion!":"Vil du virkelig slette egenskab!","Preview":"Forh\u00e5ndsvisning","Record and manage test takers.":"Optag og administrer test tagere.","Remove":"Fjern","Rename":"Omd\u00f8b","Repeat new password":"Gentag nyt password","Requires":"Kr\u00e6ver","Resource saved":"Ressource gemt","Right click the tree to manage your lists":"H\u00f8jreklik p\u00e5 tr\u00e6et for at administrere dine lister","Role saved":"Roller gemt","Roles":"Roller","Roles library":"Rolle arkiv","Save":"Gem","Search":"S\u00f8g","select":"v\u00e6lg","Select":"V\u00e6lg","Select a language":"V\u00e6lg sprog","Selected file:":"Valgte filer:","Selection saved successfully":"Det valgte er gemt","Settings":"Indstillinger","Settings updated":"Indstillinger opdateret","Supported export formats":"Underst\u00f8ttet eksport format","TAO Home":"TAO Home","Test takers library":"Test tager arkiv","Tests":"Tests","Tests library":"Test arkiv","The column ":"Kolonnen ","The value of this field must be a valid date format, e.g. YYYY-MM-DD":"V\u00e6rdien af feltet skal v\u00e6re et validt datoformat fx. YYYY-MM-DD","The value of this field must be an integer":"V\u00e6rdien af dette felt skal v\u00e6re et heltal","The value of this field must be numeric":"V\u00e6rdien af dette felt skal v\u00e6re et heltal","This field is required":"Dette felt er p\u00e5kr\u00e6vet","This field is too long":"Feltet er for langt","This field is too short":"Feltet er for kort","This Login is already in use":"Dette login er allerede i brug","This role is still given to one or more users. Please remove the role to these users first.":"Denne rolle er stadig knytte til en eller flere brugere. Fjern rollen til disse brugere f\u00f8rst.","Translate":"Overs\u00e6t","Translate to":"Overs\u00e6t til","Translation parameters":"Overs\u00e6ttelses parameter","Translation saved":"Overs\u00e6ttelse gemt","Type":"Skriv","Unable to change passwords in demo mode":"Det er ikke muligt at \u00e6ndre adgangskode i demo versionen","Uncheck all":"Frav\u00e6lg alle","Uncheck All":"Frav\u00e6lg alle","Upload":"Upload","Use default value":"Brug standardv\u00e6rdi","User added":"Bruger tilf\u00f8jet","User deleted successfully":"Bruger slettet","User saved":"Bruger gemt","Users":"Brugere","Version":"Version","Yes":"Ja"} \ No newline at end of file +{" next":"n\u00e6ste"," requires a subgrid adapter":" kr\u00e6ver en subgrid adapter","%s extension(s) to install.":"%s udvidelse(r) at installere.","(empty)":"(tom)","> Extension %s succesfully installed.":">Udvidelse %s installeret med succes.","> Installation done.":"> Installation udf\u00f8rt.","A fatal error occured during the installation process.":"En fatal fejl opstod under installationen.","Access denied. Please renew your authentication!":"Adgang n\u00e6gtet. Forny din adgang!","Actions":"Handlinger","Add":"Tilf\u00f8j","Add a user":"Opret en bruger","all":"alle","Are you sure to delete the versioned resource?\nThe history will be lost as well.":"Er du sikker p\u00e5 du vil slette versioneret ressource?\nHistorikken vil blive slettet.","Assign User to role":"Tildel bruger til rolle","Author":"Forfatter","Authoring":"Oprette","Available Extensions":"Tilg\u00e6ngelige udvidelser","Cancel":"Afslutte","Change password":"\u00c6ndre adgangskode","Change the password":"\u00c6ndre password","Check All":"V\u00e6lg alle","Check all":"Tjek alle","class selected":"klasse valg","Column":"Kolonne","Combine a selection of items into tests.":"Kombinerer et udvalg af items til tests.","Create":"Oprette","Create and design items and exercises.":"Opret og design items og \u00f8velser.","Create instance of ":"Oprette forekomst af ","CSV Options":"CSV Muligheder","Current language":"Aktuelt sprog","Data imported successfully":"Data importeret succesfuldt","Data Language":"Data sprog","Data language":"Data sprog","Define the default values":"Definere bestemte v\u00e6rdier","Delete":"Slet","Do you wish to install the following extension(s):\n%s?":"Vil du installere disse udvidelse(r):\n%s?","Don\u0027t set":"Fastset ikke","Download":"Hent","Duplicate":"Kopier","Edit":"Rediger","Edit a user":"Rediger en bruger","Edit Instance":"Rediger forekomst","Element":"Element","Error":"Fejl","Error during file import":"Fejl under fil import","Exclusive (OR)":"Eksklusive (ELLER)","Export":"Eksport","Extensions manager":"Udvidelses manager","Field delimiter":"Felt afgr\u00e6nsning","Field encloser":"Felt afslutter","File":"Fil","File name":"Filnavn","Filter":"Filter","Filtering mode":"Filtreringsmetode","First Name":"Fornavn","First row column names":"F\u00f8rste r\u00e6kke kolonnenavne","Group test takers according to global features and classifications.":"Gruppe test tagere i forhold til globale egenskaber og klassifikationer.","Groups":"Grupper","Groups library":"Gruppe arkiv","Import":"Importere","Inclusive (AND)":"Inklusive (OG)","Install":"Installer","Installation done.":"Installation udf\u00f8rt.","Installation...":"Installation...","Installed Extensions":"Installerede udvidelser","Installing extension %s...":"Installer udvidelser %s...","Instance saved":"Forekomst gemt","Interface language":"Interface sprog","Interface Language":"Interface sprog","Invalid field length":"Forkert feltl\u00e6ngde","Invalid file type!":"Forkert filtype!","Invalid login or password. Please try again.":"Ingen konto matcher det angivne log ind \/ password","Items":"Item","Items library":"Item arkiv","Label":"Etikette","Language":"Sprog","Last Name":"Efternavn","List":"Liste","Loaded":"Indl\u00e6ste","Loaded at Startup":"Indl\u00e6st ved opstart","Login":"Log ind","Login available":"Login tilg\u00e6ngeligt","Manage data list":"Administrere dataliste","Manage groups":"Administrere grupper","Manage items":"Administrere item","Manage roles":"Administrer roller","Manage Roles and apply them to users.":"Administrer Roller og knyt dem til brugere.","Manage test takers":"Administrer test tagere","Manage tests":"Administrer test","Manage users":"Administrere brugere","Manage Versioned File":"Administrer versioneret fil","Map the properties to the CSV columns":"Kortl\u00e6gge egenskaber hos CSV-kollonner","Move":"Flyt","Move to":"Flyt til","Multiple values delimiter":"Flere v\u00e6rdier afgr\u00e6nser","My settings":"Mine indstillinger","Name":"Navn","New class":"Ny klasse","New Group":"Ny gruppe","New password":"Nyt password","New test":"Ny klasse","New test-taker":"Ny test tager","Next":"N\u00e6ste","No":"Nej","No extensions available.":"Ingen tilg\u00e6ngelig udvidelse.","Nothing imported":"Intet importeret","Nothing to install !":"Intet at installere !","Number of elements":"Antal elementer","Old Password":"Gammelt password","Password":"Adgangskode","Password changed":"Adgangskode \u00e6ndret","Passwords are not matching":"Adgangskoder matcher ikke","Please confirm deletion":"Vil du virkelig slette","Please confirm property deletion!":"Vil du virkelig slette egenskab!","Preview":"Forh\u00e5ndsvisning","Record and manage test takers.":"Optag og administrer test tagere.","Remove":"Fjern","Rename":"Omd\u00f8b","Repeat new password":"Gentag nyt password","Requires":"Kr\u00e6ver","Resource saved":"Ressource gemt","Right click the tree to manage your lists":"H\u00f8jreklik p\u00e5 tr\u00e6et for at administrere dine lister","Role saved":"Roller gemt","Roles":"Roller","Roles library":"Rolle arkiv","Save":"Gem","Search":"S\u00f8g","select":"v\u00e6lg","Select":"V\u00e6lg","Select a language":"V\u00e6lg sprog","Selected file:":"Valgte filer:","Selection saved successfully":"Det valgte er gemt","Settings":"Indstillinger","Settings updated":"Indstillinger opdateret","Supported export formats":"Underst\u00f8ttet eksport format","TAO Home":"TAO Home","Test takers library":"Test tager arkiv","Tests":"Tests","Tests library":"Test arkiv","The column ":"Kolonnen ","The value of this field must be a valid date format, e.g. YYYY-MM-DD":"V\u00e6rdien af feltet skal v\u00e6re et validt datoformat fx. YYYY-MM-DD","The value of this field must be an integer":"V\u00e6rdien af dette felt skal v\u00e6re et heltal","The value of this field must be numeric":"V\u00e6rdien af dette felt skal v\u00e6re et heltal","This field is required":"Dette felt er p\u00e5kr\u00e6vet","This field is too long":"Feltet er for langt","This field is too short":"Feltet er for kort","This Login is already in use":"Dette login er allerede i brug","This role is still given to one or more users. Please remove the role to these users first.":"Denne rolle er stadig knytte til en eller flere brugere. Fjern rollen til disse brugere f\u00f8rst.","Translate":"Overs\u00e6t","Translate to":"Overs\u00e6t til","Translation parameters":"Overs\u00e6ttelses parameter","Translation saved":"Overs\u00e6ttelse gemt","Type":"Skriv","Unable to change passwords in demo mode":"Det er ikke muligt at \u00e6ndre adgangskode i demo versionen","Uncheck all":"Frav\u00e6lg alle","Uncheck All":"Frav\u00e6lg alle","Upload":"Upload","Use default value":"Brug standardv\u00e6rdi","User added":"Bruger tilf\u00f8jet","User deleted successfully":"Bruger slettet","User saved":"Bruger gemt","Users":"Brugere","Version":"Version","Yes":"Ja"} \ No newline at end of file diff --git a/locales/da-DK/qtiCat.rdf.po b/locales/da-DK/qtiCat.rdf.po index 3e4f6fb254..7288c7328a 100644 --- a/locales/da-DK/qtiCat.rdf.po +++ b/locales/da-DK/qtiCat.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:35:59\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:18\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: da-DK\n" diff --git a/locales/da-DK/qtitest.rdf.po b/locales/da-DK/qtitest.rdf.po index 8d0d4932d4..6fa3442ba8 100644 --- a/locales/da-DK/qtitest.rdf.po +++ b/locales/da-DK/qtitest.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:35:59\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:18\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: da-DK\n" diff --git a/locales/da-DK/taoQtiTestItemRunner.rdf.po b/locales/da-DK/taoQtiTestItemRunner.rdf.po index 0d83bbb683..210d2b3ba6 100644 --- a/locales/da-DK/taoQtiTestItemRunner.rdf.po +++ b/locales/da-DK/taoQtiTestItemRunner.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:35:59\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:18\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: da-DK\n" diff --git a/locales/de-DE/messages.po b/locales/de-DE/messages.po index 2b70f65995..67ad594e0e 100644 --- a/locales/de-DE/messages.po +++ b/locales/de-DE/messages.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint155\n" -"PO-Revision-Date: 2021-06-02T12:04:32\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:18\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: de-DE\n" @@ -22,6 +22,9 @@ msgstr "" msgid "(Visual) Highlight Text" msgstr "" +msgid "A concurrent delivery has been detected. Please use the last open session. The present window can be closed." +msgstr "" + msgid "A QTI Item involved in the QTI Test '%s' could not be compiled." msgstr "Ein QTI Element involviert im QTI Test '%s' konnte nicht kompiliert werden." @@ -46,6 +49,9 @@ msgstr "" msgid "A visible section is one that is identifiable by the candidate." msgstr "Eine sichtbare Sektion, ist eine Sektion, die vom Kandidaten identifiziert werden." +msgid "Accessibility tool that enables Test Taker to have the item content read aloud." +msgstr "" + msgid "Activated" msgstr "" @@ -58,6 +64,9 @@ msgstr "ZIP-Datei mit QTI/APIP Tests und Elementen hinzufügen" msgid "Add selected item(s) here." msgstr "Hier ausgewählte(s) Element(e) hinzufügen." +msgid "Add Subsection" +msgstr "" + msgid "Add the source file" msgstr "Quelldatei hinzufügen" @@ -223,6 +232,15 @@ msgstr "Schwarz auf Violett" msgid "Black on White" msgstr "Schwarz auf Weiß" +msgid "Bookmark question" +msgstr "" + +msgid "Bookmark the current question for later review" +msgstr "" + +msgid "Bookmarked question %s" +msgstr "" + msgid "Calculator" msgstr "" @@ -268,6 +286,9 @@ msgstr "" msgid "Click \"%s\" to continue" msgstr "" +msgid "Click \"%s\" to continue." +msgstr "" + msgid "Click to speak" msgstr "" @@ -361,6 +382,9 @@ msgstr "" msgid "Displays a customisable magnifier" msgstr "" +msgid "Do not bookmark the current question for later review" +msgstr "" + msgid "Do not flag the current item for later review" msgstr "Kennzeichnung zur späteren Überprüfung aufheben" @@ -432,12 +456,21 @@ msgstr "Fehler im IMS QTI Test gefunden:\n" msgid "Expand the review panel" msgstr "Vorschau ausklappen" +msgid "Export" +msgstr "" + msgid "Export failed for the test \"%s" msgstr "Fehler beim Exportieren in Test: %s" +msgid "Export failed. Key uri nor classUri in formValues are not defined" +msgstr "" + msgid "Export metadata" msgstr "" +msgid "Export QTI %s Test Package" +msgstr "" + msgid "Export QTI 2.1 Test Package" msgstr "QTI 2.1 Testpaket exportieren" @@ -507,6 +540,9 @@ msgstr "Grau auf Grün" msgid "Hide Review" msgstr "" +msgid "Hide test overview panel" +msgstr "" + msgid "Hide the review screen" msgstr "Inhalt ausblenden" @@ -558,6 +594,9 @@ msgstr "" msgid "If the connection cannot be restored, see option B." msgstr "" +msgid "If you leave the test, your changes will not be saved due to invalid test settings. Are you sure you wish to leave?" +msgstr "" + msgid "If you need help, please contact our Helpline on 0330 088 4171." msgstr "" @@ -591,6 +630,9 @@ msgstr "Inkonsistenz in Zeile %1d:" msgid "Individual" msgstr "Individuell" +msgid "Informational item" +msgstr "" + msgid "Informational Item Usage" msgstr "" @@ -702,13 +744,13 @@ msgstr "Rubrik-Blöcke verwalten" msgid "Manage test properties" msgstr "Test-Eigenschaften verwalten" +msgid "Manage Tests" +msgstr "Tests verwalten" + #, tao-public msgid "Manage tests" msgstr "" -msgid "Manage Tests" -msgstr "Tests verwalten" - msgid "Mark for review" msgstr "Zur Bewertung markieren" @@ -763,12 +805,15 @@ msgstr "Minimale Dauer für diesen Testteil." msgid "minutes" msgstr "" -msgid "Missed required parameter \'id\" +msgid "Missed required parameter \'id\'" msgstr "" msgid "Missed test package file" msgstr "" +msgid "Missing filename for QTI Test export" +msgstr "" + msgid "Missing required configuration option %s" msgstr "" @@ -817,12 +862,18 @@ msgstr "Nächster Abschnitt" msgid "No" msgstr "Nein" +msgid "NO" +msgstr "" + msgid "No CAT Engine configured for CAT Endpoint \"%s\"." msgstr "" msgid "No file found at location \"%s\"." msgstr "Keine Datei unter Pfad \"%s\" gefunden." +msgid "No instance in form to export" +msgstr "" + msgid "No more attempts allowed for item \"%s\"." msgstr "Für Element \"%s\" sind keine weiteren Versuche erlaubt." @@ -856,12 +907,12 @@ msgstr "Nicht gemischt, die Position bleibt festgelegt." msgid "Offline" msgstr "" -msgid "OK" -msgstr "" - msgid "Ok" msgstr "OK" +msgid "OK" +msgstr "" + msgid "OK & End test" msgstr "" @@ -964,6 +1015,12 @@ msgstr "Veröffentlichen von QTI Test \"%s\" fehlgeschlagen." msgid "QTI Test \"%s\" successfully published." msgstr "QTI Test \"%s\" wurde erfolgreich veröffentlicht." +msgid "QTI Test Metadata" +msgstr "" + +msgid "QTI Test Package %s" +msgstr "" + msgid "QTI Test Package 2.1" msgstr "QTI Test-Paket 2.1" @@ -979,6 +1036,9 @@ msgstr "" msgid "Question" msgstr "" +msgid "Question %s" +msgstr "" + msgid "questions" msgstr "" @@ -1003,6 +1063,9 @@ msgstr "Rubrik-Block entfernen" msgid "Remove Section" msgstr "Abschnitt entfernen" +msgid "Remove Subsection" +msgstr "" + msgid "Remove Test Part" msgstr "" @@ -1018,6 +1081,9 @@ msgstr "Filter zurücksetzen" msgid "Resource(s) successfully exported." msgstr "" +msgid "ResultTransmission event successfully registered" +msgstr "" + msgid "Review" msgstr "Überprüfen" @@ -1126,6 +1192,9 @@ msgstr "" msgid "Show Solution" msgstr "Lösung anzeigen" +msgid "Show test overview panel" +msgstr "" + msgid "Show the review screen" msgstr "Inhalt anzeigen" @@ -1234,6 +1303,12 @@ msgstr "" msgid "Test Navigation" msgstr "" +msgid "Test overview" +msgstr "" + +msgid "Test part level category enables configuring the categories of its composing items all at once. A category in gray means that all items have that category. A category in white means that only a few items have that category." +msgstr "" + msgid "Test Part Properties" msgstr "" @@ -1262,10 +1337,10 @@ msgstr "" msgid "Text content" msgstr "" -msgid "Text to Speech" +msgid "Text To Speech" msgstr "" -msgid "Text To Speech" +msgid "Text to Speech" msgstr "" msgid "that was being taken." @@ -1349,6 +1424,9 @@ msgstr "Der Hauptbezeichner des Tests." msgid "The provided archive is invalid. Make sure it is not corrupted and that it contains an 'imsmanifest.xml' file." msgstr "Das bereitgestellte Archiv ist ungültig. Prüfen Sie, dass die Datei nicht fehlerhaft ist und eine imsmanifest.xml Datei enthält." +msgid "The QTI Item with URI '%s' cannot be found." +msgstr "" + msgid "The QTI Test '%s' to be compiled must contain at least 1 QTI Item. None found." msgstr "Der zu kompilierende QTI Test '%s' muss mindestens 1 QTI Element enthalten. Keiner gefunden." @@ -1379,6 +1457,14 @@ msgstr "Der Abschnittstitel" msgid "The submission mode determines when the candidate's responses are submitted for response processing. A testPart in individual mode requires the candidate to submit their responses on an item-by-item basis. In simultaneous mode the candidate's responses are all submitted together at the end of the testPart." msgstr "Der Eingabemodus bestimmt wann die Antworten des Kandidaten verarbeitet werden. Beim Test Teil im individuellen Modus ist es notwendig das der Kandidat seine Antworten auf Element-nach-Element Basis abgibt. Im Simultanmodus werden alle Antworten am Ende des Test Teil zusammen eingereicht." +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"" +msgstr "" + +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"Please fix the invalid settings and try again." +msgstr "" + msgid "The test has been closed/suspended!" msgstr "" @@ -1596,6 +1682,9 @@ msgstr "XML Fehler in Zeile %1$d Spalte %2$d \"%3$s\"." msgid "Yellow on Blue" msgstr "Gelb auf Blau" +msgid "YES" +msgstr "" + msgid "Yes" msgstr "Ja" diff --git a/locales/de-DE/messages_po.js b/locales/de-DE/messages_po.js index fb73e23356..edcf3ac5ff 100755 --- a/locales/de-DE/messages_po.js +++ b/locales/de-DE/messages_po.js @@ -1 +1 @@ -{" and ":" und "," has been deleted successfully":" wurde erfolgreich gel\u00f6scht"," next":" n\u00e4chstes"," requires a subgrid adapter":" ben\u00f6tigt einen Subgrid Adapter","%1$s expected but %2$s detected":"%1$s erwartet, aber %2$s gefunden","%d day":"%d Tag","%d days":"%d Tage","%h hour":"%h Stunde","%h hours":"%h Stunden","%i minute":"%i Minute","%i minutes":"%i Minuten","%m month":"%m Monat","%m months":"%m Monate","%s (%s kb)":"%s (%s kb)","%s Class saved":"%s Klasse gespeichert","%s could not be released":"%s konnte nicht freigegeben werden","%s extension(s) to install.":"%s Erweiterung(en) zum Installieren.","%s has been deleted":"%s wurde gel\u00f6scht","%s has been released":"%s wurde freigegeben","%s is of a type that cannot be published":"%s : Typ kann nicht ver\u00f6ffentlicht werden","%s Locked":"%s gesperrt","%s\u0022 is not a valid index identifier. It must start with a letter and contain letters, numbers or underscores only":"%s\u0022 ist kein g\u00fcltiger Index-Identifikator. Der Identifikator muss mit einem Buchstaben beginnen und darf nur Buchstaben, Ziffern und Unterstriche enthalten","%y year":"%y Jahr","%y years":"%y Jahre","(empty)":"(leer)","... reloading page.":"... Seite wird neu geladen.","Filters<\/del>":"Filter<\/del>","Options<\/del>":"Optionen<\/del>","> Extension %s succesfully installed.":"> Erweiterung %s wurde erfolgreich installiert.","> Installation done.":"> Installation beendet.","A fatal error occured during the installation process.":"Ein schwerwiegender Fehler ist w\u00e4hrend der Installation aufgetreten.","A message with further instructions has been sent to your email address: %s":"Eine Nachricht mit weiteren Anweisungen wurde an ihre E-Mail Adresse gesendet: %s","A QTI Item involved in the QTI Test \u0027%s\u0027 could not be compiled.":"Ein QTI Element involviert im QTI Test \u0027%s\u0027 konnte nicht kompiliert werden.","A QTI Test must contain at least one QTI Item to be compiled. None found.":"Ein QTI Test muss mindestens ein zu kompilierendes QTI Element enthalten. Es wurde keines gefunden.","A qti testpackage":"Ein QTI Testpaket","A remote resource referenced in QTI test \u0027%s\u0027 could not be retrieved.":"Eine entfernte Ressource, die im QTI Test \u0027%s\u0027 angegeben ist, konnte nicht abgeholt werden.","A visible section is one that is identifiable by the candidate.":"Eine sichtbare Sektion, ist eine Sektion, die vom Kandidaten identifiziert werden.","Access Denied":"Zugriff verweigert","Access denied. Please renew your authentication!":"Zugriff verweigert. Bitte neu authentifizieren!","Action":"Aktion","Actions":"Aktionen","Add":"Hinzuf\u00fcgen","Add a CSV file":"CSV-Datei hinzuf\u00fcgen","Add a user":"Benutzer hinzuf\u00fcgen","Add a zip file containing QTI\/APIP tests and items":"ZIP-Datei mit QTI\/APIP Tests und Elementen hinzuf\u00fcgen","Add an RDF\/XML file":"RDF\/XML-Datei hinzuf\u00fcgen","Add Consumer":"Abnehmer hinzuf\u00fcgen","Add file(s)":"Datei(en) hinzuf\u00fcgen","Add property":"Eigenschaft hinzuf\u00fcgen","Add selected item(s) here.":"Hier ausgew\u00e4hlte(s) Element(e) hinzuf\u00fcgen.","Add the source file":"Quelldatei hinzuf\u00fcgen","After you complete the section it would be impossible to return to this section to make changes. Are you sure you want to end the section?":"Wenn dieser Abschnitt abgeschlossen wird, k\u00f6nnen daran keine \u00c4nderungen mehr vorgenommen werden. Wollen Sie diesen Abschnitt wirklich abschlie\u00dfen?","all":"Alle","All":"Alle","All data will be removed in %s":"Alle Daten in %s werden entfernt","All fields are required":"Alle Felder sind erforderlich","All rights reserved.":"Alle Rechte vorbehalten.","Allow Comment":"Kommentar erlauben","Allow Review":"Bewertung erlauben","Allow Skipping":"\u00dcberspringen erlauben","Allow the candidate to review his answers.":"Dem Kandidaten erlauben seine Antworten zu \u00fcberpr\u00fcfen.","Alpha version":"Alpha Version","An email has been sent":"Eine E-Mail wurde versendet","An error occurs, please contact your administrator":"Es ist ein Fehler aufgetreten, bitte kontaktieren Sie Ihren Administrator","An invisible section with a parent that is subject to shuffling can specify whether or not its children, which will appear to the candidate as if they were part of the parent, are shuffled as a block or mixed up with the other children of the parent section.":"Ein nicht sichtbarer Abschnitt mit einem \u00fcbergeordneten Parameter, der Mischfunktion \u00fcbernehmen soll, kann spezifizieren ob die Kinderparameter, die dem Kandidaten wie ein Teil des \u00fcbergeordneten Parameters angezeigt werden, als Block gemischt oder mit anderen Kinderparametern des \u00fcbergeordneten Parameters vermischt werden sollen.","An item involved in the test cannot be read or is not QTI compliant.":"Ein Element des Tests kann nicht gelesen werden oder ist nicht QTI konform.","An item involved in the test cannot be written.":"Ein Element im Test kann nicht geschrieben werden.","An unknown error occured while compiled QTI Test \u0027%s\u0027.":"Beim Kompilieren des QTI Tests \u0027%s\u0027 trat ein unbekannter Fehler auf.","An unknown error occured while compiling QTI test \u0027%s\u0027.":"Beim Kompilieren des QTI Tests \u0027%s\u0027 trat ein unbekannter Fehler auf.","Answered":"Beantwortet","Are you sure to delete the versioned resource?\nThe history will be lost as well.":"Versionierte Ressource wirklich l\u00f6schen?\nFr\u00fchere Versionen werden dabei auch gel\u00f6scht.","Are you sure you want to delete it?":"Sind Sie sicher, dass Sie dies l\u00f6schen m\u00f6chten?","Are you sure you want to end the test?":"Sind Sie sicher, dass Sie den Test beenden m\u00f6chten?","Assign User to role":"Benutzer zu einer Rolle zuweisen","Assign Users":"Benutzer zuweisen","Author":"Autor","Author Item":"Element bearbeiten","Authoring":"Verfassen","Auxiliary file not found at location \u0022%s\u0022.":"Hilfsdatei konnte unter dem angegebenen Pfad \u0022%s\u0022 nicht gefunden werden.","Available":"Verf\u00fcgbar","Available Extensions":"Verf\u00fcgbare Erweiterungen","Back to listing":"Zur\u00fcck zur Auflistung","Beta version":"Beta-Version","Black on Cream":"Schwarz auf Beige","Black on Light Blue":"Schwarz auf Hellblau","Black on Light Magenta":"Schwarz auf Violett","Black on White":"Schwarz auf Wei\u00df","Browse folders:":"Ordner durchsuchen:","Browse...":"Durchsuchen\u2026","Calendar":"Kalender","Cancel":"Abbrechen","cancel":"abbrechen","cancel the action":"Aktion abbrechen","Candidate":"Kandidat","Cannot be edited":"Kann nicht bearbeitet werden","Categories":"Kategorien","Change password":"Passwort \u00e4ndern","Change the current color preset":"Kontrast ver\u00e4ndern","Change the password":"Passwort \u00e4ndern","Check All":"Alle markieren","Check all":"Alles markieren","Check-in":"Check-In","Choose export format":"Export-Format w\u00e4hlen","Choose import format":"Import-Format w\u00e4hlen","class selected":"Klasse ausgew\u00e4hlt","Clear all active highlights":"Markierung aufheben","Click to reload.":"Klicken Sie, um neu zu laden.","Collapse the review panel":"Das Vorschau-Panel zusammenklappen","Column":"Spalte","Combine a selection of items into tests.":"Eine Auswahl von Elementen zu einem Test kombinieren.","Comment":"Kommentar","comment...":"kommentieren...","Commit":"Abschicken","Completed items":"Beantwortete Fragen","Confirm":"Best\u00e4tigen","Connect to the TAO platform":"mit TAO Plattform verbinden","Continue":"Fortfahren","Controls the maximum number of attempts allowed. 0 means unlimited.":"Gibt die maximal erlaubte Anzahl an Versuchen vor. 0 bedeutet Unendlich.","Create":"Erstellen","Create and design items and exercises.":"Elemente und \u00dcbungen erstellen und gestalten.","Create instance of ":"Instanz erstellen von","CSV":"CSV","CSV Options":"CSV-Optionen","Current language":"Aktuelle Sprache","Data imported":"Daten importiert","Data imported successfully":"Daten erfolgreich importiert","Data imported. Some records are invalid.":"Daten importiert. Einige Eintr\u00e4ge sind ung\u00fcltig.","Data Language":"Datensprache","Data language":"Datensprache","Data not imported. All records are invalid.":"Keine Daten importiert. Alle Eintr\u00e4ge sind ung\u00fcltig.","Date":"Datum","Default search":"Standard-Suche","Define the default values":"Festlegen der Standardwerte","Delete":"L\u00f6schen","Deliveries":"Bereitstellungen","Demo Sandbox":"Demo Sandbox","Disable validation":"Validierung ausschalten","Disabled %s":"%s deaktiviert","Do not flag the current item for later review":"Kennzeichnung zur sp\u00e4teren \u00dcberpr\u00fcfung aufheben","Do you wish to install the following extension(s):\n%s?":"M\u00f6chten Sie folgende Erweiterung(en) installieren: \n%s?","does not match":"Keine \u00dcbereinstimmung","Don\u0027t set":"Nicht festlegen","Download":"Herunterladen","Download this file":"Diese Datei herunterladen","Drag file here":"Datei hierher ziehen","Drag files here":"Dateien hierher ziehen","Drop the files to upload":"Dateien zum Hochladen ablegen","Duplicate":"Duplizieren","Edit":"Bearbeiten","Edit a user":"Benutzer bearbeiten","Edit class %s":"Klasse %s bearbeiten","Edit Instance":"Instanz bearbeiten","Element":"Element","Element deleted.":"Element gel\u00f6scht.","Email":"E-Mail","Enable selection":"Auswahl aktivieren","End test":"Test beenden","End Test":"Test beenden","Enter":"Eingabe","Error":"Fehler","Error during file import":"Fehler beim Dateiimport","Error found in the IMS QTI Test:\n%s":"Fehler im IMS QTI Test gefunden:\n%s","Exclusive (OR)":"Exklusiv (ODER)","Expand the review panel":"Vorschau ausklappen","Export":"Export","Export ":"Exportieren ","Export failed for the test \u0022%s":"Fehler beim Exportieren in Test: %s","Export Metadata as RDF\/XML file":"Metadaten als RDF\/XML-Datei exportieren","Export QTI 2.1 Test Package":"QTI 2.1 Testpaket exportieren","Export Table":"Tabelle exportieren","Extensions manager":"Erweiterungsverwaltung","False":"Falsch","Field delimiter":"Feldbegrenzer","Field encloser":"Feldumrander","File":"Datei","File name":"Dateiname","File Properties":"Datei-Eigenschaften","file selected":"Datei ausgew\u00e4hlt","File Uploader":"Datei-Uploader","files selected":"Dateien ausgew\u00e4hlt","Filter":"Filter","Filtering mode":"Filtermodus","First Name":"Vorname","First row column names":"Spaltennamen erste Zeile","Fixed":"Fest","Fixed position in a shuffled the selection.":"Feste Position in einer gemischten Auswahl.","Flag the current item for later review":"Zur sp\u00e4teren \u00dcberpr\u00fcfung kennzeichnen","Flagged":"Zu \u00fcberpr\u00fcfen","Force Release":"Ver\u00f6ffentlichung erzwingen","Forgot your password?":"Passwort vergessen?","Fuzzy Matching":"Ungenaue \u00dcbereinstimmung","Go Back":"Zur\u00fcck","Gray on Green":"Grau auf Gr\u00fcn","Group test takers according to global features and classifications.":"Gruppieren von Testteilnehmern nach globalen Eigenschaften und Klassifizierungen.","Groups":"Gruppen","Groups library":"Gruppen-Bibliothek","Height":"H\u00f6he","Help":"Hilfe","Hi, %s
You indicated that you have forgotten your TAO password.":"Hallo, %s
Haben Sie ihr TAO-Passwort vergessen?","Hide detailed report":"Detaillierten Bericht verbergen","Hide the review screen":"Inhalt ausblenden","Hide timers":"Verf\u00fcgbare Zeit ausblenden","Highlight Text":"Text markieren","hours":"Stunden","Identifier":"Bezeichner","If required it must appear (at least once) in the selection.":"Wenn ben\u00f6tigt muss es mindestens ein mal in der Auswahl vorkommen.","If required, it must appears at least once in the selection.":"Wenn ben\u00f6tigt muss es mindestens ein mal in der Auswahl vorkommen.","If set, it causes the order of the child elements to be randomized, otherwise it uses the order in which the child elements are defined.":"Wenn gesetzt, wird die Reihenfolge der Kinderelemente zuf\u00e4llig dargestellt, ansonsten werden die Kinderelemente in der Reihenfolge dargestellt wie definiert.","If you do not wish to reset your password, just ignore this email and your password will remain the same.":"Wenn Sie ihr Passwort nicht zur\u00fccksetzen wollen, ignorieren Sie diese E-Mail und ihr Passwort wird nicht ge\u00e4ndert.","Import":"Importieren","Import ":"Importieren ","Import Metadata from CSV file":"Metadaten aus CSV-Datei importieren","Import Metadata from RDF file":"Metadaten aus RDF-Datei importieren","IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file could not be imported.":"IMS QTI Element, in der IMS Manifest Datei referenziert als \u0022%s\u0022, konnte nicht importiert werden.","IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file successfully imported.":"IMS QTI Element, in der IMS Manifest Datei referenziert als \u0022%s\u0022, wurde erfolgreich importiert.","IMS QTI Test Package successfully imported.":"IMS QTI Testpaket erfolgreich importiert.","IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file successfully imported.":"IMS QTI Testreferenz, in der IMS Manifest Datei angegeben als \u0022%s\u0022, wurde erfolgreich importiert.","In this part of the test navigation is not allowed.":"In diesem Teil des Tests ist die Navigation nicht erlaubt.","Inclusive (AND)":"Inklusiv (UND)","Inconsistency at line %1d:":"Inkonsistenz in Zeile %1d:","Index":"Index","Individual":"Individuell","Install":"Installieren","Installation done.":"Installation beendet.","Installation...":"Installation...","Installed Extensions":"Installierte Erweiterungen","Installing extension %s...":"Installieren der Erweiterung %s...","Instance saved":"Instanz gespeichert","Interface Language":"Sprache der Benutzeroberfl\u00e4che","Interface language":"Sprache der Benutzeroberfl\u00e4che","Invalid date range (must be after or the same as: %s)":"Ung\u00fcltige Werte (muss nach oder gleich sein: %s)","Invalid date range (must be after: %s)":"Ung\u00fcltige Werte (muss nach %s sein)","Invalid date range (must be before or the same as: %s)":"Ung\u00fcltige Werte (muss vor oder gleich sein: %s)","Invalid date range (must be before: %s)":"Ung\u00fcltige Werte (muss vor %s sein)","Invalid field length":"Ung\u00fcltige Feldl\u00e4nge","Invalid field range (maximum value: %s)":"Ung\u00fcltige Feldl\u00e4nge (Maximalwert: %s)","Invalid field range (minimum value: %1$s, maximum value: %2$s)":"Ung\u00fcltige Feldl\u00e4nge (Minimalwert: %1$s, Maximalwert: %2$s)","Invalid field range (minimum value: %s)":"Ung\u00fcltige Feldl\u00e4nge (Minimalwert: %s)","Invalid file size (minimum %1$s bytes, maximum %2$s bytes)":"Ung\u00fcltige Dateigr\u00f6\u00dfe (Minimum %1$s Bytes, Maximal %2$s bytes)","Invalid file type!":"Ung\u00fcltiger Dateityp!","Invalid login or password. Please try again.":"Falscher Login oder Passwort. Bitte erneut versuchen.","invalid regular expression":"ung\u00fcltiger regul\u00e4rer Ausdruck","is already used in the test.":"wird bereits im Test verwendet.","is not a valid identifier (alphanum, underscore, dash and dots)":"Ist kein g\u00fcltiger Bezeichner (Alphanumerisch, Unterstrich, Bindestrich und Punkte erlaubt)","is not a valid identifier (everything except spaces)":"Ist kein g\u00fcltiger Bezeicher (alles au\u00dfer Leerzeichen)","Item %d of %d":"Element %d von %d","Item Reference Properties":"Element Referenz-Eigenschaften","Item Session Control":"Element-Sitzungskontrolle","Items":"Elemente","Items can optionally be assigned to one or more categories.":"Elemente k\u00f6nnen manuell zu einer oder mehreren Kategorien hinzugef\u00fcgt werden.","Items Compilation":"Element-Zusammenstellung","Items library":"Element-Bibliothek","Items marked for later review":"Zur sp\u00e4teren \u00dcberpr\u00fcfung gekennzeichnete Fragen","Keep Together":"Zusammenhalten","Label":"Bezeichnung","Language":"Sprache","Last Name":"Nachname","Late submission allowed":"Sp\u00e4tere Bereitstellung erlaubt","less than a minute":"weniger als eine Minute","Linear":"Linear","List":"Liste","List - Multiple choice - Check box":"Liste - Multiple Choice - Kontrollk\u00e4stchen","List - Single choice - Drop down":"Liste - Auswahl - Aufklappmen\u00fc","List - Single choice - Radio button":"Liste - Auswahl - Optionsfeld","Loaded":"Geladen","Loaded at Startup":"beim Starten geladen","Loading":"Laden","Log in":"anmelden","Log Out":"abmelden","Login":"Anmeldung","Login available":"Anmeldung verf\u00fcgbar","LTI":"LTI","LTI Consumers":"LTI Abnehmer","Manage data list":"Daten-Liste verwalten","Manage groups":"Gruppen verwalten","Manage items":"Elemente verwalten","Manage Results":"Ergebnisse verwalten","Manage roles":"Rollen verwalten","Manage Roles and apply them to users.":"Rollen verwalten und Benutzern hinzuf\u00fcgen","Manage Rubric Blocks":"Rubrik-Bl\u00f6cke verwalten","Manage test properties":"Test-Eigenschaften verwalten","Manage test takers":"Testpersonen verwalten","Manage Tests":"Tests verwalten","Manage tests":"Tests verwalten","Manage users":"Benuter verwalten","Manage Versioned File":"versionierte Dateien verwalten","Map the properties to the CSV columns":"Eigenschaften auf die CSV Spalten abbilden","Mark for review":"Zur Bewertung markieren","Max Attempts":"Maximale Versuche","Maximum Duration":"Maximale Dauer","Maximum duration for the all test.":"Maximale Dauer f\u00fcr den gesamten Test.","Maximum duration for this item.":"Maximale Dauer f\u00fcr dieses Element.","Maximum duration for this section.":"Maximale Dauer f\u00fcr diesen Abschnitt.","Maximum duration for this test part.":"Maximale Dauer f\u00fcr diesen Testteil.","Message":"Nachricht","Minimum Duration":"Minimale Dauer","Minimum duration for the test.":"Minimale Dauer f\u00fcr den Test.","Minimum duration for this item.":"Minimale Dauer f\u00fcr dieses Element.","Minimum duration for this section.":"Minimale Dauer f\u00fcr diesen Abschnitt.","Minimum duration for this test part.":"Minimale Dauer f\u00fcr diesen Testteil.","minutes":"Minuten","More":"Mehr","Move":"Verschieben","Move Down":"Gehe nach unten","Move role":"Rolle verschieben","Move to":"Verschieben nach","Move Up":"Gehe nach oben","Moving this element will replace the properties of the previous class by those of the destination class :":"Das Verschieben dieses Elements wird die Eigenschaften der vorherigen Klasse mit den Eigenschaften der Ziel-Klasse \u00fcberschreiben :","Multiple values delimiter":"Trennsymbol mehrerer Elemente","My settings":"Meine Einstellungen","My settings (%s)":"Meine Einstellungen (%s)","Name":"Name","Navigation":"Navigation","New class":"Neue Klasse","New Group":"neue Gruppe","New item":"Neues Element","New password":"Neues Passwort","New role":"Neue Rolle","New Rubric Block":"Neuer Rubrik-Block","New test":"Neuer Test","New test part":"Neuer Test-Teil","New test-taker":"Neue Test-Person","Next":"Weiter","Next Section":"N\u00e4chster Abschnitt","No":"Nein","No action specified":"Keine Aktion festgelegt","No extensions available.":"Keine Erweiterungen verf\u00fcgbar.","No file found at location \u0022%s\u0022.":"Keine Datei unter Pfad \u0022%s\u0022 gefunden.","no file not found in this location":"Datei wurde unter diesem Pfad nicht gefunden","No file selected":"keine Datei ausgew\u00e4hlt","No files":"keine Dateien","no label":"keine Beschriftung","No more attempts allowed for item \u0022%s\u0022.":"F\u00fcr Element \u0022%s\u0022 sind keine weiteren Versuche erlaubt.","No reference to any IMS QTI Item found.":"Keine Referenz auf ein IMS QTI Element gefunden.","Non Linear":"Nichtlinear","Not shuffled, the position remains fixed.":"Nicht gemischt, die Position bleibt festgelegt.","Nothing imported":"nichts importiert","Nothing to install !":"Nichts zu installieren!","Nothing to list!":"Nichts aufzulisten!","Number of elements":"Anzahl der Elemente","of":"von","OK":"OK","Ok":"OK","Old Password":"altes Passwort","One or more dependent IMS QTI Items could not be imported.":"Eine oder mehrere abh\u00e4ngige IMS QTI Elemente konnten nicht importiert werden.","Only display the items marked for review":"Nur die zur sp\u00e4teren \u00dcberpr\u00fcfung gekennzeichneten Fragen anzeigen","Only display the unanswered items":"Nur die unbeantworteten Fragen anzeigen","or":"oder","Ordering":"Sortierung","Package is valid but no tests were found. Make sure that it contains valid QTI tests.":"Paket ist g\u00fcltig, aber es wurden keine Tests gefunden. Stellen Sie sicher, dass das Paket g\u00fcltige QTI Tests enth\u00e4lt.","Page":"Seite","Part %d":"Teil %d","Password":"Passwort","Password changed":"Passwort ge\u00e4ndert","Password reset":"Passwort zur\u00fccksetzen","Password successfully changed":"Passwort wurde erfolgreich ge\u00e4ndert","Passwords are not matching":"Passw\u00f6rter stimmen nicht \u00fcberein","Please confirm deletion":"Wollen Sie wirklich l\u00f6schen?","Please confirm property deletion!":"M\u00f6chten Sie die Eigenschaft wirklich l\u00f6schen?","Please confirm this operation.":"Bitte Aktion best\u00e4tigen.","Please contact %s or an administrator to release it":"Zur Freigabe wenden Sie sich an %s oder den Administrator","Please give a message to your commit":"bitte machen Sie eine Anmerkung zu ihren abgeschickten Daten","Please provide a reason":"bitte Grund angeben","Please wait while we try to restore the connection.":"Haben Sie bitte einen Moment, wir versuchen die Verbindung wiederherzustellen.","Post install processing":"Post-Install Abfertigung","Preparing installation...":"Installation wird vorbereitet...","Preview":"Vorschau","Previous":"Zur\u00fcck","Proctor":"Aufsicht","Properties":"Eigenschaften","Provided URL is not valid":"die angegebene URL ist nicht g\u00fcltig","QTI 2.1 Test Driver":"QTI 2.1 Test-Treiber","QTI Item Runner":"QTI Element-Ausf\u00fchrer","QTI Test \u0022%s\u0022 publishing failed.":"Ver\u00f6ffentlichen von QTI Test \u0022%s\u0022 fehlgeschlagen.","QTI Test \u0022%s\u0022 successfully published.":"QTI Test \u0022%s\u0022 wurde erfolgreich ver\u00f6ffentlicht.","QTI Test Package 2.1":"QTI Test-Paket 2.1","RDF":"RDF","Record and manage test takers.":"Testpersonen erstellen und verwalten","Reference":"Referenz","Release":"Version","Releasing the lock might cause the work in progress by %s to be lost.":"Das Aufheben der Sperre kann zum Verlust der \u00c4nderungen von %s f\u00fchren.","Remove":"Entfernen","Remove Item Reference":"Element-Referenz entfernen","Remove Message":"Nachricht entfernen","Remove Rubric Block":"Rubrik-Block entfernen","Remove Section":"Abschnitt entfernen","Remove this file":"Datei entfernen","Rename":"umbenennen","Repeat new password":"neues Passwort wiederholen","Request a password reset via Email.":"Passwort per Email zur\u00fccksetzen.","Required":"Erforderlich","Required field":"Erforderliches Feld","required length":"vorausgesetzte L\u00e4nge","Requires":"Ben\u00f6tigt","Reset":"Zur\u00fccksetzen","Reset filters":"Filter zur\u00fccksetzen","Resource":"Ressource","Resource not imported due to multiple super classes":"Ressource wurde nicht importiert, weil mehrere Eltern-Klassen angegeben wurden","Resource not imported due to multiple types":"Ressource wurde nicht importiert, weil mehrere Typen angegeben wurden","Resource saved":"Ressource gespeichert","Responsive mode":"Antwort Modus","Results":"Ergbnisse","Results library":"Ergebnisbibliothek","Return to sign in page":"Zur\u00fcck zum Login","Review":"\u00dcberpr\u00fcfen","Right click the tree to manage your lists":"zur Verwaltung der Listen klicken Sie bitte mit der rechten Maustaste auf den Baum","Role saved":"Rolle gespeichert","Roles":"Rollen","Roles library":"Rollenverwaltung","Rubric Block":"Rubrik-Block","Rubric Block Properties":"Rubrik-Block Eigenschaften","Rubric Blocks":"Rubrik-Bl\u00f6cke","Save":"Speichern","Scope":"Rahmen","Scorer":"Punktez\u00e4hler","Search":"Suchen","Search %s":"Suche %s","Search sub-classes":"Durchsuche Unterklassen","seconds":"Sekunden","Section level category enables configuring the categories of its composing items all at once. A category in gray means that all items have that category. A category in white means that only a few items have that category.":"Die Abschnitts-Kategorie erlaubt das Bearbeiten aller Elemente der Kategorien auf einmal. Eine graue Kategorie bedeutet, dass alle Elemente Mitglieder dieser Kategorie sind. Eine wei\u00dfe Kategorie bedeutet, dass nur einige Elemente Mitglieder dieser Kategorie sind.","Section Properties":"Abschnitts-Eigenschaften","select":"ausw\u00e4hlen","Select":"Ausw\u00e4hlen","Select a language":"Sprache ausw\u00e4hlen","Select Items":"Elemente ausw\u00e4hlen","Select this file":"Diese Datei ausw\u00e4hlen","select...":"ausw\u00e4hlen...","Selected file:":"Ausgew\u00e4hlte Datei:","Selection":"Auswahl","Selection saved successfully":"Auswahl erfolgreich gespeichert","Send":"Senden","Settings":"Einstellungen","Settings updated":"Einstellungen aktualisiert","Show detailed report":"Zeige Detailbericht","Show Feedback":"Feedback anzeigen","Show Solution":"L\u00f6sung anzeigen","Show the review screen":"Inhalt anzeigen","Show the solution once the answer is submitted.":"L\u00f6sung nach Einreichen der Antwort anzeigen.","Show timers":"Verf\u00fcgbare Zeit anzeigen","Show\/Hide the review screen":"Zeige\/Verberge die Vorschau","Shuffle":"Mischen","Simultaneous":"Gleichzeitig","Size":"Gr\u00f6\u00dfe","Skip":"\u00dcberspringen","Skip & End Test":"\u00dcberspringen und Test beenden","Skip to the end of the test":"Zum Ende des Tests springen","Skip to the next item":"Zum n\u00e4chsten Element springen","Skip to the next section":"Zum n\u00e4chsten Abschnitt springen","Start Test-part":"Test-Teil starten","Submission":"Eingabe","Submit and go to the end of the test":"Test beenden","Submit and go to the next item":"Zur n\u00e4chsten Seite wechseln","Submit and go to the previous item":"Zur vorherigen Seite zur\u00fcckkehren","Success":"Erfolg","Successfully imported \u0022%s":"Erfolgreich importiert \u0022%s","Successfully imported %s tripples":"%s Tripel erfolgreich importiert","Successfully imported class \u0022%s":"Klasse erfolgreich importiert \u0022%s","Supported export formats":"Unterst\u00fctzte Exportformate","Tao Default Theme":"Tao Standard Design","TAO Home":"TAO Home","TAO Login":"TAO Login","Test":"Test","Test constructor":"Test-Konstruktor","Test Saved":"Test gespeichert","Test status":"Statut des Tests","Test takers library":"Testpersonen-Bibliothek","Test-takers":"Testpersonen","Tests":"Tests","Tests library":"Tests-Bibliothek","Text - Long - Box":"Text - Lang - Box","Text - Long - HTML editor":"Text - Lang - HTML Editor","Text - Short - Field":"Text - Kurz - Feld","The \u0027imsmanifest.xml\u0027 file found in the archive is not valid.":"Die im Archiv gefundene \u0027imsmanifest.xml\u0027-Datei ist ung\u00fcltig.","The action will be applied to":"Die Aktion wird ausgef\u00fchrt f\u00fcr","The action will be applied to the following":"Die Aktion wird f\u00fcr folgende Elemente ausgef\u00fchrt","The column ":"Die Spalte ","The dependency to the IMS QTI AssessmentItemRef \u0022%s\u0022 in the IMS Manifest file could not be resolved.":"Die Abh\u00e4ngigkeit zu IMS QTI AssessmentItemRef \u0022%s\u0022 im IMS Manifest konnte nicht aufgel\u00f6st werden.","The format of this field is not valid.":"Das Format f\u00fcr dieses Feld ist nicht g\u00fcltig.","The identifier of the item reference.":"Der Bezeichner der Element-Referenz.","The identifier of the section.":"Der Bezeichner des Abschnitts.","The imported file is not properly UTF-8 encoded.":"Die importierte Datei ist nicht korrekt UTF-8 encodiert.","The IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file was already stored in the Item Bank.":"Das IMS QTI Element, in der IMS Manifest Datei referenziert als \u0022%s\u0022, wurder bereits in der Element-Bank gespeichert.","The IMS QTI Test Package could not be imported.":"IMS QTI Test Paket konnte nicht importiert werden.","The IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file could not be imported.":"Der IMS QTI Test, referenziert als \u0022%s\u0022 in der IMS Manifest Datei konnte nicht importiert werden.","The index identifier should not be empty":"Der Index Bezeichner darf nicht leer sein","The lock has been released":"Die Sperre wurde aufgehoben","The navigation mode determines the general paths that the candidate may take. A linear mode restricts the candidate to attempt each item in turn. Non Linear removes this restriction.":"Der Navigationsmodus bestimmt den generellen Weg den der Kandidat nimmt. Ein linearer Modus zwingt den Kandidaten dazu, jedes Element in der vorgegebenen Reihenfolge zu versuchen. Nicht-Linear entfernt diese Beschr\u00e4nkung.","The number of child elements to be selected.":"Die Anzahl der auszuw\u00e4hlenden Kinderelemente.","The principle identifier of the test.":"Der Hauptbezeichner des Tests.","The provided archive is invalid. Make sure it is not corrupted and that it contains an \u0027imsmanifest.xml\u0027 file.":"Das bereitgestellte Archiv ist ung\u00fcltig. Pr\u00fcfen Sie, dass die Datei nicht fehlerhaft ist und eine imsmanifest.xml Datei enth\u00e4lt.","The QTI Test \u0027%s\u0027 to be compiled must contain at least 1 QTI Item. None found.":"Der zu kompilierende QTI Test \u0027%s\u0027 muss mindestens 1 QTI Element enthalten. Keiner gefunden.","The QTI test could not be retrieved correctly.":"Der QTI Test konnte nicht ordnungsgem\u00e4\u00df abgerufen werden.","The QTI Test XML or one of its dependencies is malformed or empty.":"Die QTI Test XML oder eine ihrer Abh\u00e4ngigkeiten ist fehlerhaft oder leer.","The QTI-XML test could not be written correctly.":"Der QTI-XML Test konnte nicht ordentlich geschrieben werden.","The reference.":"Die Referenz","The resources related to the IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file were rolled back.":"Die Ressource in Verbindung zum IMS QTI Test, in der IMS Manifest Datei referenziert als \u0022%s\u0022, wurde zur\u00fcckgesetzt.","The section title.":"Der Abschnittstitel","The submission mode determines when the candidate\u0027s responses are submitted for response processing. A testPart in individual mode requires the candidate to submit their responses on an item-by-item basis. In simultaneous mode the candidate\u0027s responses are all submitted together at the end of the testPart.":"Der Eingabemodus bestimmt wann die Antworten des Kandidaten verarbeitet werden. Beim Test Teil im individuellen Modus ist es notwendig das der Kandidat seine Antworten auf Element-nach-Element Basis abgibt. Im Simultanmodus werden alle Antworten am Ende des Test Teil zusammen eingereicht.","The test part identifier.":"Der Bezeichner des Teiltests.","The test title.":"Der Testtitel","The uploaded file is too large (maximum %s bytes)":"Die \u00fcbermittelte Datei ist zu gro\u00df (maximal %s bytes)","The value for the property \u0022%s\u0022 must be unique.":"Der Wert f\u00fcr die Eigenschaft \u0022%s\u0022 muss eindeutig sein.","The value of this field must be a valid date format, e.g. YYYY-MM-DD":"Der Wert f\u00fcr dieses Feld muss das g\u00fcltiges Datumsformat haben: YYYY-MM-DD","The value of this field must be an integer":"Der Wert dieses Feldes muss einer Ganzzahl entsprechen","The value of this field must be numeric":"Der Wert dieses Feldes muss numerisch sein","There is nothing to list!":"Es gibt nichts zum Auflisten","This %s is currently checked out":"Dieses %s ist derzeit nicht verf\u00fcgbar","This constraint affects the visibility of feedback after the end of the last attempt.":"Diese Einschr\u00e4nkung beeintr\u00e4chtigt die Sichtbarkeit des Feedback nach dem letzten Versuch.","This constraint controls whether or not the candidate is allowed to provide a comment on the item during the session. Comments are not part of the assessed responses.":"Dies regelt, ob ein Kandidat Kommentare zu einem Element abgeben kann. Kommentare werden nicht gewertet.","This field is required":"Dieses Feld wird ben\u00f6tigt","This field is too long":"Dieses Feld ist zu lang","This field is too short":"Dieses Feld ist zu kurz","This is not a valid email address.":"Das ist keine g\u00fcltige E-Mail Adresse.","this is required":"das ist erforderlich","This Login is already in use":"Diese Benutzerkennung ist bereits in Verwendung","This password reset link is no longer valid. It may have already been used. If you still wish to reset your password please request a new link":"Der Link zum Zur\u00fccksetzen des Passworts ist nicht l\u00e4nger g\u00fcltig. Es kann sein, dass er bereits verwendet wurde. Wenn Sie Ihr Passwort immer noch zur\u00fccksetzen wollen, fordern Sie bitte einen neuen Link an.","This resource is locked":"Die Ressource ist gesperrt","This role is still given to one or more users. Please remove the role to these users first.":"Die Rolle ist noch einem oder mehreren Benutzern zugewiesen. Bitte entfernen sie zuerst diese Zuweisung(en).","This should equal %s":"Sollte gleich %s sein","This should not equal %s":"Sollte nicht gleich %s sein","This test has been suspended":"Dieser Test wurde suspendiert","This test has been terminated":"Dieser Test wurde terminiert","Time limit reached for item \u0022%s\u0022.":"Zeitbegrenzung f\u00fcr Element \u0022%s\u0022 wurde erreicht.","Time limit reached, this part of the test has ended.":"Zeitbegrenzung erreicht, dieser Teil des Tests ist beendet.","Time Limits":"Zeitbegrenzungen","Time zone":"Zeitzone","Title":"Titel","To reset your password, click the link below, or paste it into your browser. You will then be prompted to create a new password.":"Um Ihr Passwort zur\u00fcckzusetzen, klicken Sie auf den Link unten, oder f\u00fcgen sie Ihn in die Addresszeile ihres Browsers ein. Anschlie\u00dfend werden Sie dazu aufgefordert ein neues Passwort festzulegen.","to translate":"zu \u00fcbersetzen","Tokenizer":"Tokenizer","Too many suggestions match your query. Only a few are listed":"Ihre Abfrage liefert zu viele Ergebnisse. Nur einige davon werden angezeigt","Translate":"\u00dcbersetzen","Translate to":"\u00dcbersetzen in","Translation parameters":"\u00dcbersetzungsparameter","Translation saved":"\u00dcbersetzung gespeichert","Tree - Multiple node choice ":"Baum - Mehrfache Knotenauswahl ","True":"Wahr","Tutor":"Tutor","Type":"Typ","Unable to access your account?":"K\u00f6nnen Sie sich nicht anmelden?","Unable to change passwords in demo mode":"Passwort kann im Demo Modus nicht ge\u00e4ndert werden","Unable to delete %s":"%s kann nicht gel\u00f6scht werden","Unable to delete the selected resource":"Die ausgew\u00e4hlte Ressource kann nicht gel\u00f6scht werden","Unable to open file %s":"Datei kann nicht ge\u00f6ffnet werden%s","Unable to release the lock":"Die Sperre kann nicht aufgehoben werden","Unable to remove the property.":"Eigenschaft kann nicht entfernt werden.","Unable to send the password reset request":"Die Anfrage zur Zur\u00fccksetzung des Passworts konnte nicht verschickt werden.","Unable to upload file":"Die Datei konnte nicht hochgeladen werden","Unable to upload file %s : %s":"Die Datei %s konnte nicht hochgeladen werden: %s","Unanswered":"Unbeantwortet","Unanswered items":"Nicht beantwortete Fragen","Uncheck all":"Alles abw\u00e4hlen","Uncheck All":"Nichts ausw\u00e4hlen","Undo":"R\u00fcckg\u00e4ngig","Uninstall of %s failed":"Deinstallation von %s fehlgeschlagen","Uninstalled %s":"%s deinstalliert","unknown":"unbekannt","Unknown Error":"Unbekannter Fehler","Unknown error.":"Unbekannter Fehler.","Update":"Aktualisierung","Upload":"Hochladen","Upload a QTI 2.1 Test Package File":"QTI 2.1 Testpaket-Datei hochladen","Upload into:":"Hochladen nach:","Usage: ImportRdf RDF_FILE [MODEL_ID]":"Verwendung: ImportRdf RDF_FILE [MODEL_ID]","Use Ctrl\/Meta key or Lasso for multiple selection":"Strg\/Meta-Taste oder Lasso f\u00fcr Mehrfachauswahl verwenden","Use default value":"Standardwerte verwenden","User":"Benutzer","User added":"Benutzer hinzugef\u00fcgt","User deleted successfully":"Benutzer erfolgreich gel\u00f6scht","User not found":"Benutzer nicht gefunden","User saved":"Benutzer gespeichert","User Settings":"Benutzereinstellungen","Users":"Benutzer","Validate Responses":"Antworten validieren","Version":"Version","View and format the collected results.":"Anzeigen und Formatieren der gesammelten Ergebnisse.","Viewed":"Angesehene Seiten","Viewed items":"Angesehene Seiten","Views":"Ansichten","Visible":"Sichtbar","Warning \u2013 You have %s remaining to complete the test.":"Warnung - Sie haben noch %s um den Test zu vervollst\u00e4ndigen.","When selecting child elements each element is normally eligible for selection once only.":"Beim Ausw\u00e4hlen von Kinderelementen ist jeder Bestandteil normalerweise nur ein mal ausw\u00e4hlbar.","Whether a candidate\u0027s response that is beyond the maximum duration of the item should still be accepted.":"Soll die Antwort eines Kandidaten, der die maximale Dauer des Elements \u00fcberschritten hat, trotzdem akzeptiert werden?","Whether a candidate\u0027s response that is beyond the maximum duration of the section should still be accepted.":"Soll die Antwort eines Kandidaten, der die maximale Dauer des Abschnitts \u00fcberschritten hat, trotzdem akzeptiert werden?","Whether a candidate\u0027s response that is beyond the maximum duration of the test part should still be accepted.":"Soll die Antwort eines Kandidaten, der die maximale Dauer des Tests \u00fcberschritten hat, trotzdem akzeptiert werden?","Whether a candidate\u0027s response that is beyond the maximum duration should still be accepted.":"Soll die Antwort eines Kandidaten, der die maximale Dauer \u00fcberschritten hat, trotzdem akzeptiert werden?","White on Black":"Wei\u00df auf Schwarz","White on Blue (TAO standard theme)":"Wei\u00df auf Blau (Standard)","Who can view the rubric block during the delivery.":"Wer den Rubrik-Block w\u00e4hrend der Bereitstellung sehen kann.","Width":"Breite","With Replacement":"Mit Austausch","XML error at line %1$d column %2$d \u0022%3$s\u0022.":"XML Fehler in Zeile %1$d Spalte %2$d \u0022%3$s\u0022.","Yellow on Blue":"Gelb auf Blau","Yes":"Ja","You are encountering a prolonged connectivity loss.":"Die Verbindung ist seit l\u00e4ngerer Zeit unterbrochen.","You are encountering a prolonged connectivity loss. ":"Die Verbindung ist seit l\u00e4ngerer Zeit unterbrochen. Klicken Sie, um neu zu laden.","You are not authorised to remove this lock":"Sie haben keine Berechtigung zum Aufheben der Sperre","You cannot delete the root node":"Sie k\u00f6nnen den Wurzelknoten nicht l\u00f6schen","You currently have no access to the platform":"Sie haben im Moment keinen Zugriff zur Plattform","You do not have the required rights to edit this resource.":"Sie haben nicht die erforderlichen Rechte um die Ressource zu bearbeiten.","You have %s item(s) marked for review.":"Sie haben %s Element(e) zur \u00dcberpr\u00fcfung markiert.","You have %s unanswered question(s) and have %s item(s) marked for review.":"Sie haben %s unbeantwortete Frage(n) und %s Element(e) zur \u00dcberpr\u00fcfung markiert.","You have %s unanswered question(s).":"Sie haben %s unbeantwortete Frage(n).","You must activate JavaScript in your browser to run this application.":"Um diese Anwendung auszuf\u00fchren muss JavaScript in Ihrem Browser aktiviert werden.","Your comment\u2026":"Ihr Kommentar...","Your mail":"Ihre Nachrichten","Your TAO Password":"Ihr TAO Passwort","Zoom in":"Heranzoomen","Zoom out":"Herauszoomen"} \ No newline at end of file +{" and ":" und "," has been deleted successfully":" wurde erfolgreich gel\u00f6scht"," next":" n\u00e4chstes"," requires a subgrid adapter":" ben\u00f6tigt einen Subgrid Adapter","%1$s expected but %2$s detected":"%1$s erwartet, aber %2$s gefunden","%d day":"%d Tag","%d days":"%d Tage","%h hour":"%h Stunde","%h hours":"%h Stunden","%i minute":"%i Minute","%i minutes":"%i Minuten","%m month":"%m Monat","%m months":"%m Monate","%s (%s kb)":"%s (%s kb)","%s Class saved":"%s Klasse gespeichert","%s could not be released":"%s konnte nicht freigegeben werden","%s extension(s) to install.":"%s Erweiterung(en) zum Installieren.","%s has been deleted":"%s wurde gel\u00f6scht","%s has been released":"%s wurde freigegeben","%s is of a type that cannot be published":"%s : Typ kann nicht ver\u00f6ffentlicht werden","%s Locked":"%s gesperrt","%s\u0022 is not a valid index identifier. It must start with a letter and contain letters, numbers or underscores only":"%s\u0022 ist kein g\u00fcltiger Index-Identifikator. Der Identifikator muss mit einem Buchstaben beginnen und darf nur Buchstaben, Ziffern und Unterstriche enthalten","%y year":"%y Jahr","%y years":"%y Jahre","(empty)":"(leer)","... reloading page.":"... Seite wird neu geladen.","Filters<\/del>":"Filter<\/del>","Options<\/del>":"Optionen<\/del>","> Extension %s succesfully installed.":"> Erweiterung %s wurde erfolgreich installiert.","> Installation done.":"> Installation beendet.","A fatal error occured during the installation process.":"Ein schwerwiegender Fehler ist w\u00e4hrend der Installation aufgetreten.","A message with further instructions has been sent to your email address: %s":"Eine Nachricht mit weiteren Anweisungen wurde an ihre E-Mail Adresse gesendet: %s","A QTI Item involved in the QTI Test \u0027%s\u0027 could not be compiled.":"Ein QTI Element involviert im QTI Test \u0027%s\u0027 konnte nicht kompiliert werden.","A QTI Test must contain at least one QTI Item to be compiled. None found.":"Ein QTI Test muss mindestens ein zu kompilierendes QTI Element enthalten. Es wurde keines gefunden.","A qti testpackage":"Ein QTI Testpaket","A remote resource referenced in QTI test \u0027%s\u0027 could not be retrieved.":"Eine entfernte Ressource, die im QTI Test \u0027%s\u0027 angegeben ist, konnte nicht abgeholt werden.","A visible section is one that is identifiable by the candidate.":"Eine sichtbare Sektion, ist eine Sektion, die vom Kandidaten identifiziert werden.","Access Denied":"Zugriff verweigert","Access denied. Please renew your authentication!":"Zugriff verweigert. Bitte neu authentifizieren!","Action":"Aktion","Actions":"Aktionen","Add":"Hinzuf\u00fcgen","Add a CSV file":"CSV-Datei hinzuf\u00fcgen","Add a user":"Benutzer hinzuf\u00fcgen","Add a zip file containing QTI\/APIP tests and items":"ZIP-Datei mit QTI\/APIP Tests und Elementen hinzuf\u00fcgen","Add an RDF\/XML file":"RDF\/XML-Datei hinzuf\u00fcgen","Add Consumer":"Abnehmer hinzuf\u00fcgen","Add file(s)":"Datei(en) hinzuf\u00fcgen","Add property":"Eigenschaft hinzuf\u00fcgen","Add selected item(s) here.":"Hier ausgew\u00e4hlte(s) Element(e) hinzuf\u00fcgen.","Add the source file":"Quelldatei hinzuf\u00fcgen","After you complete the section it would be impossible to return to this section to make changes. Are you sure you want to end the section?":"Wenn dieser Abschnitt abgeschlossen wird, k\u00f6nnen daran keine \u00c4nderungen mehr vorgenommen werden. Wollen Sie diesen Abschnitt wirklich abschlie\u00dfen?","all":"Alle","All":"Alle","All data will be removed in %s":"Alle Daten in %s werden entfernt","All fields are required":"Alle Felder sind erforderlich","All rights reserved.":"Alle Rechte vorbehalten.","Allow Comment":"Kommentar erlauben","Allow Review":"Bewertung erlauben","Allow Skipping":"\u00dcberspringen erlauben","Allow the candidate to review his answers.":"Dem Kandidaten erlauben seine Antworten zu \u00fcberpr\u00fcfen.","Alpha version":"Alpha Version","An email has been sent":"Eine E-Mail wurde versendet","An error occurs, please contact your administrator":"Es ist ein Fehler aufgetreten, bitte kontaktieren Sie Ihren Administrator","An invisible section with a parent that is subject to shuffling can specify whether or not its children, which will appear to the candidate as if they were part of the parent, are shuffled as a block or mixed up with the other children of the parent section.":"Ein nicht sichtbarer Abschnitt mit einem \u00fcbergeordneten Parameter, der Mischfunktion \u00fcbernehmen soll, kann spezifizieren ob die Kinderparameter, die dem Kandidaten wie ein Teil des \u00fcbergeordneten Parameters angezeigt werden, als Block gemischt oder mit anderen Kinderparametern des \u00fcbergeordneten Parameters vermischt werden sollen.","An item involved in the test cannot be read or is not QTI compliant.":"Ein Element des Tests kann nicht gelesen werden oder ist nicht QTI konform.","An item involved in the test cannot be written.":"Ein Element im Test kann nicht geschrieben werden.","An unknown error occured while compiled QTI Test \u0027%s\u0027.":"Beim Kompilieren des QTI Tests \u0027%s\u0027 trat ein unbekannter Fehler auf.","An unknown error occured while compiling QTI test \u0027%s\u0027.":"Beim Kompilieren des QTI Tests \u0027%s\u0027 trat ein unbekannter Fehler auf.","Answered":"Beantwortet","Are you sure to delete the versioned resource?\nThe history will be lost as well.":"Versionierte Ressource wirklich l\u00f6schen?\nFr\u00fchere Versionen werden dabei auch gel\u00f6scht.","Are you sure you want to delete it?":"Sind Sie sicher, dass Sie dies l\u00f6schen m\u00f6chten?","Are you sure you want to end the test?":"Sind Sie sicher, dass Sie den Test beenden m\u00f6chten?","Assign User to role":"Benutzer zu einer Rolle zuweisen","Assign Users":"Benutzer zuweisen","Author":"Autor","Author Item":"Element bearbeiten","Authoring":"Verfassen","Auxiliary file not found at location \u0022%s\u0022.":"Hilfsdatei konnte unter dem angegebenen Pfad \u0022%s\u0022 nicht gefunden werden.","Available":"Verf\u00fcgbar","Available Extensions":"Verf\u00fcgbare Erweiterungen","Back to listing":"Zur\u00fcck zur Auflistung","Beta version":"Beta-Version","Black on Cream":"Schwarz auf Beige","Black on Light Blue":"Schwarz auf Hellblau","Black on Light Magenta":"Schwarz auf Violett","Black on White":"Schwarz auf Wei\u00df","Browse folders:":"Ordner durchsuchen:","Browse...":"Durchsuchen\u2026","Calendar":"Kalender","cancel":"abbrechen","Cancel":"Abbrechen","cancel the action":"Aktion abbrechen","Candidate":"Kandidat","Cannot be edited":"Kann nicht bearbeitet werden","Categories":"Kategorien","Change password":"Passwort \u00e4ndern","Change the current color preset":"Kontrast ver\u00e4ndern","Change the password":"Passwort \u00e4ndern","Check all":"Alles markieren","Check All":"Alle markieren","Check-in":"Check-In","Choose export format":"Export-Format w\u00e4hlen","Choose import format":"Import-Format w\u00e4hlen","class selected":"Klasse ausgew\u00e4hlt","Clear all active highlights":"Markierung aufheben","Click to reload.":"Klicken Sie, um neu zu laden.","Collapse the review panel":"Das Vorschau-Panel zusammenklappen","Column":"Spalte","Combine a selection of items into tests.":"Eine Auswahl von Elementen zu einem Test kombinieren.","Comment":"Kommentar","comment...":"kommentieren...","Commit":"Abschicken","Completed items":"Beantwortete Fragen","Confirm":"Best\u00e4tigen","Connect to the TAO platform":"mit TAO Plattform verbinden","Continue":"Fortfahren","Controls the maximum number of attempts allowed. 0 means unlimited.":"Gibt die maximal erlaubte Anzahl an Versuchen vor. 0 bedeutet Unendlich.","Create":"Erstellen","Create and design items and exercises.":"Elemente und \u00dcbungen erstellen und gestalten.","Create instance of ":"Instanz erstellen von","CSV":"CSV","CSV Options":"CSV-Optionen","Current language":"Aktuelle Sprache","Data imported":"Daten importiert","Data imported successfully":"Daten erfolgreich importiert","Data imported. Some records are invalid.":"Daten importiert. Einige Eintr\u00e4ge sind ung\u00fcltig.","Data Language":"Datensprache","Data language":"Datensprache","Data not imported. All records are invalid.":"Keine Daten importiert. Alle Eintr\u00e4ge sind ung\u00fcltig.","Date":"Datum","Default search":"Standard-Suche","Define the default values":"Festlegen der Standardwerte","Delete":"L\u00f6schen","Deliveries":"Bereitstellungen","Demo Sandbox":"Demo Sandbox","Disable validation":"Validierung ausschalten","Disabled %s":"%s deaktiviert","Do not flag the current item for later review":"Kennzeichnung zur sp\u00e4teren \u00dcberpr\u00fcfung aufheben","Do you wish to install the following extension(s):\n%s?":"M\u00f6chten Sie folgende Erweiterung(en) installieren: \n%s?","does not match":"Keine \u00dcbereinstimmung","Don\u0027t set":"Nicht festlegen","Download":"Herunterladen","Download this file":"Diese Datei herunterladen","Drag file here":"Datei hierher ziehen","Drag files here":"Dateien hierher ziehen","Drop the files to upload":"Dateien zum Hochladen ablegen","Duplicate":"Duplizieren","Edit":"Bearbeiten","Edit a user":"Benutzer bearbeiten","Edit class %s":"Klasse %s bearbeiten","Edit Instance":"Instanz bearbeiten","Element":"Element","Element deleted.":"Element gel\u00f6scht.","Email":"E-Mail","Enable selection":"Auswahl aktivieren","End test":"Test beenden","End Test":"Test beenden","Enter":"Eingabe","Error":"Fehler","Error during file import":"Fehler beim Dateiimport","Error found in the IMS QTI Test:\n%s":"Fehler im IMS QTI Test gefunden:\n%s","Exclusive (OR)":"Exklusiv (ODER)","Expand the review panel":"Vorschau ausklappen","Export":"Export","Export ":"Exportieren ","Export failed for the test \u0022%s":"Fehler beim Exportieren in Test: %s","Export Metadata as RDF\/XML file":"Metadaten als RDF\/XML-Datei exportieren","Export QTI 2.1 Test Package":"QTI 2.1 Testpaket exportieren","Export Table":"Tabelle exportieren","Extensions manager":"Erweiterungsverwaltung","False":"Falsch","Field delimiter":"Feldbegrenzer","Field encloser":"Feldumrander","File":"Datei","File name":"Dateiname","File Properties":"Datei-Eigenschaften","file selected":"Datei ausgew\u00e4hlt","File Uploader":"Datei-Uploader","files selected":"Dateien ausgew\u00e4hlt","Filter":"Filter","Filtering mode":"Filtermodus","First Name":"Vorname","First row column names":"Spaltennamen erste Zeile","Fixed":"Fest","Fixed position in a shuffled the selection.":"Feste Position in einer gemischten Auswahl.","Flag the current item for later review":"Zur sp\u00e4teren \u00dcberpr\u00fcfung kennzeichnen","Flagged":"Zu \u00fcberpr\u00fcfen","Force Release":"Ver\u00f6ffentlichung erzwingen","Forgot your password?":"Passwort vergessen?","Fuzzy Matching":"Ungenaue \u00dcbereinstimmung","Go Back":"Zur\u00fcck","Gray on Green":"Grau auf Gr\u00fcn","Group test takers according to global features and classifications.":"Gruppieren von Testteilnehmern nach globalen Eigenschaften und Klassifizierungen.","Groups":"Gruppen","Groups library":"Gruppen-Bibliothek","Height":"H\u00f6he","Help":"Hilfe","Hi, %s
You indicated that you have forgotten your TAO password.":"Hallo, %s
Haben Sie ihr TAO-Passwort vergessen?","Hide detailed report":"Detaillierten Bericht verbergen","Hide the review screen":"Inhalt ausblenden","Hide timers":"Verf\u00fcgbare Zeit ausblenden","Highlight Text":"Text markieren","hours":"Stunden","Identifier":"Bezeichner","If required it must appear (at least once) in the selection.":"Wenn ben\u00f6tigt muss es mindestens ein mal in der Auswahl vorkommen.","If required, it must appears at least once in the selection.":"Wenn ben\u00f6tigt muss es mindestens ein mal in der Auswahl vorkommen.","If set, it causes the order of the child elements to be randomized, otherwise it uses the order in which the child elements are defined.":"Wenn gesetzt, wird die Reihenfolge der Kinderelemente zuf\u00e4llig dargestellt, ansonsten werden die Kinderelemente in der Reihenfolge dargestellt wie definiert.","If you do not wish to reset your password, just ignore this email and your password will remain the same.":"Wenn Sie ihr Passwort nicht zur\u00fccksetzen wollen, ignorieren Sie diese E-Mail und ihr Passwort wird nicht ge\u00e4ndert.","Import":"Importieren","Import ":"Importieren ","Import Metadata from CSV file":"Metadaten aus CSV-Datei importieren","Import Metadata from RDF file":"Metadaten aus RDF-Datei importieren","IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file could not be imported.":"IMS QTI Element, in der IMS Manifest Datei referenziert als \u0022%s\u0022, konnte nicht importiert werden.","IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file successfully imported.":"IMS QTI Element, in der IMS Manifest Datei referenziert als \u0022%s\u0022, wurde erfolgreich importiert.","IMS QTI Test Package successfully imported.":"IMS QTI Testpaket erfolgreich importiert.","IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file successfully imported.":"IMS QTI Testreferenz, in der IMS Manifest Datei angegeben als \u0022%s\u0022, wurde erfolgreich importiert.","In this part of the test navigation is not allowed.":"In diesem Teil des Tests ist die Navigation nicht erlaubt.","Inclusive (AND)":"Inklusiv (UND)","Inconsistency at line %1d:":"Inkonsistenz in Zeile %1d:","Index":"Index","Individual":"Individuell","Install":"Installieren","Installation done.":"Installation beendet.","Installation...":"Installation...","Installed Extensions":"Installierte Erweiterungen","Installing extension %s...":"Installieren der Erweiterung %s...","Instance saved":"Instanz gespeichert","Interface Language":"Sprache der Benutzeroberfl\u00e4che","Interface language":"Sprache der Benutzeroberfl\u00e4che","Invalid date range (must be after or the same as: %s)":"Ung\u00fcltige Werte (muss nach oder gleich sein: %s)","Invalid date range (must be after: %s)":"Ung\u00fcltige Werte (muss nach %s sein)","Invalid date range (must be before or the same as: %s)":"Ung\u00fcltige Werte (muss vor oder gleich sein: %s)","Invalid date range (must be before: %s)":"Ung\u00fcltige Werte (muss vor %s sein)","Invalid field length":"Ung\u00fcltige Feldl\u00e4nge","Invalid field range (maximum value: %s)":"Ung\u00fcltige Feldl\u00e4nge (Maximalwert: %s)","Invalid field range (minimum value: %1$s, maximum value: %2$s)":"Ung\u00fcltige Feldl\u00e4nge (Minimalwert: %1$s, Maximalwert: %2$s)","Invalid field range (minimum value: %s)":"Ung\u00fcltige Feldl\u00e4nge (Minimalwert: %s)","Invalid file size (minimum %1$s bytes, maximum %2$s bytes)":"Ung\u00fcltige Dateigr\u00f6\u00dfe (Minimum %1$s Bytes, Maximal %2$s bytes)","Invalid file type!":"Ung\u00fcltiger Dateityp!","Invalid login or password. Please try again.":"Falscher Login oder Passwort. Bitte erneut versuchen.","invalid regular expression":"ung\u00fcltiger regul\u00e4rer Ausdruck","is already used in the test.":"wird bereits im Test verwendet.","is not a valid identifier (alphanum, underscore, dash and dots)":"Ist kein g\u00fcltiger Bezeichner (Alphanumerisch, Unterstrich, Bindestrich und Punkte erlaubt)","is not a valid identifier (everything except spaces)":"Ist kein g\u00fcltiger Bezeicher (alles au\u00dfer Leerzeichen)","Item %d of %d":"Element %d von %d","Item Reference Properties":"Element Referenz-Eigenschaften","Item Session Control":"Element-Sitzungskontrolle","Items":"Elemente","Items can optionally be assigned to one or more categories.":"Elemente k\u00f6nnen manuell zu einer oder mehreren Kategorien hinzugef\u00fcgt werden.","Items Compilation":"Element-Zusammenstellung","Items library":"Element-Bibliothek","Items marked for later review":"Zur sp\u00e4teren \u00dcberpr\u00fcfung gekennzeichnete Fragen","Keep Together":"Zusammenhalten","Label":"Bezeichnung","Language":"Sprache","Last Name":"Nachname","Late submission allowed":"Sp\u00e4tere Bereitstellung erlaubt","less than a minute":"weniger als eine Minute","Linear":"Linear","List":"Liste","List - Multiple choice - Check box":"Liste - Multiple Choice - Kontrollk\u00e4stchen","List - Single choice - Drop down":"Liste - Auswahl - Aufklappmen\u00fc","List - Single choice - Radio button":"Liste - Auswahl - Optionsfeld","Loaded":"Geladen","Loaded at Startup":"beim Starten geladen","Loading":"Laden","Log in":"anmelden","Log Out":"abmelden","Login":"Anmeldung","Login available":"Anmeldung verf\u00fcgbar","LTI":"LTI","LTI Consumers":"LTI Abnehmer","Mail":"E-Mail","Manage data list":"Daten-Liste verwalten","Manage groups":"Gruppen verwalten","Manage items":"Elemente verwalten","Manage Results":"Ergebnisse verwalten","Manage roles":"Rollen verwalten","Manage Roles and apply them to users.":"Rollen verwalten und Benutzern hinzuf\u00fcgen","Manage Rubric Blocks":"Rubrik-Bl\u00f6cke verwalten","Manage test properties":"Test-Eigenschaften verwalten","Manage test takers":"Testpersonen verwalten","Manage tests":"Tests verwalten","Manage Tests":"Tests verwalten","Manage users":"Benuter verwalten","Manage Versioned File":"versionierte Dateien verwalten","Map the properties to the CSV columns":"Eigenschaften auf die CSV Spalten abbilden","Mark for review":"Zur Bewertung markieren","Max Attempts":"Maximale Versuche","Maximum Duration":"Maximale Dauer","Maximum duration for the all test.":"Maximale Dauer f\u00fcr den gesamten Test.","Maximum duration for this item.":"Maximale Dauer f\u00fcr dieses Element.","Maximum duration for this section.":"Maximale Dauer f\u00fcr diesen Abschnitt.","Maximum duration for this test part.":"Maximale Dauer f\u00fcr diesen Testteil.","Message":"Nachricht","minimum %s":"mindestens %s","Minimum Duration":"Minimale Dauer","Minimum duration for the test.":"Minimale Dauer f\u00fcr den Test.","Minimum duration for this item.":"Minimale Dauer f\u00fcr dieses Element.","Minimum duration for this section.":"Minimale Dauer f\u00fcr diesen Abschnitt.","Minimum duration for this test part.":"Minimale Dauer f\u00fcr diesen Testteil.","minutes":"Minuten","More":"Mehr","Move":"Verschieben","Move Down":"Gehe nach unten","Move role":"Rolle verschieben","Move to":"Verschieben nach","Move Up":"Gehe nach oben","Moving this element will replace the properties of the previous class by those of the destination class :":"Das Verschieben dieses Elements wird die Eigenschaften der vorherigen Klasse mit den Eigenschaften der Ziel-Klasse \u00fcberschreiben :","Multiple values delimiter":"Trennsymbol mehrerer Elemente","Must include at least one letter":"Muss mindestens einen Buchstaben beinhalten","Must include at least one number":"Muss mindestens eine Ziffer beinhalten","Must include at least one special letter":"Muss mindestens ein Sonderzeichen beinhalten","Must include lower case letters":"Muss mindestens einen Kleinbuchstaben beinhalten","Must include upper case letters":"Muss mindestens einen Grossbuchstaben beinhalte","My settings":"Meine Einstellungen","My settings (%s)":"Meine Einstellungen (%s)","Name":"Name","Navigation":"Navigation","New class":"Neue Klasse","New Group":"neue Gruppe","New item":"Neues Element","New password":"Neues Passwort","New role":"Neue Rolle","New Rubric Block":"Neuer Rubrik-Block","New test":"Neuer Test","New test part":"Neuer Test-Teil","New test-taker":"Neue Test-Person","Next":"Weiter","Next Section":"N\u00e4chster Abschnitt","No":"Nein","No action specified":"Keine Aktion festgelegt","No extensions available.":"Keine Erweiterungen verf\u00fcgbar.","No file found at location \u0022%s\u0022.":"Keine Datei unter Pfad \u0022%s\u0022 gefunden.","no file not found in this location":"Datei wurde unter diesem Pfad nicht gefunden","No file selected":"keine Datei ausgew\u00e4hlt","No files":"keine Dateien","no label":"keine Beschriftung","No more attempts allowed for item \u0022%s\u0022.":"F\u00fcr Element \u0022%s\u0022 sind keine weiteren Versuche erlaubt.","No reference to any IMS QTI Item found.":"Keine Referenz auf ein IMS QTI Element gefunden.","Non Linear":"Nichtlinear","Not shuffled, the position remains fixed.":"Nicht gemischt, die Position bleibt festgelegt.","Nothing imported":"nichts importiert","Nothing to install !":"Nichts zu installieren!","Nothing to list!":"Nichts aufzulisten!","Number of elements":"Anzahl der Elemente","of":"von","OK":"OK","Ok":"OK","Old Password":"altes Passwort","One or more dependent IMS QTI Items could not be imported.":"Eine oder mehrere abh\u00e4ngige IMS QTI Elemente konnten nicht importiert werden.","Only display the items marked for review":"Nur die zur sp\u00e4teren \u00dcberpr\u00fcfung gekennzeichneten Fragen anzeigen","Only display the unanswered items":"Nur die unbeantworteten Fragen anzeigen","or":"oder","Ordering":"Sortierung","Package is valid but no tests were found. Make sure that it contains valid QTI tests.":"Paket ist g\u00fcltig, aber es wurden keine Tests gefunden. Stellen Sie sicher, dass das Paket g\u00fcltige QTI Tests enth\u00e4lt.","Page":"Seite","Part %d":"Teil %d","Password":"Passwort","Password changed":"Passwort ge\u00e4ndert","Password reset":"Passwort zur\u00fccksetzen","Password successfully changed":"Passwort wurde erfolgreich ge\u00e4ndert","Passwords are not matching":"Passw\u00f6rter stimmen nicht \u00fcberein","Please confirm deletion":"Wollen Sie wirklich l\u00f6schen?","Please confirm property deletion!":"M\u00f6chten Sie die Eigenschaft wirklich l\u00f6schen?","Please confirm this operation.":"Bitte Aktion best\u00e4tigen.","Please contact %s or an administrator to release it":"Zur Freigabe wenden Sie sich an %s oder den Administrator","Please give a message to your commit":"bitte machen Sie eine Anmerkung zu ihren abgeschickten Daten","Please provide a reason":"bitte Grund angeben","Please wait while we try to restore the connection.":"Haben Sie bitte einen Moment, wir versuchen die Verbindung wiederherzustellen.","Post install processing":"Post-Install Abfertigung","Preparing installation...":"Installation wird vorbereitet...","Preview":"Vorschau","Previous":"Zur\u00fcck","Proctor":"Aufsicht","Properties":"Eigenschaften","Provided URL is not valid":"die angegebene URL ist nicht g\u00fcltig","QTI 2.1 Test Driver":"QTI 2.1 Test-Treiber","QTI Item Runner":"QTI Element-Ausf\u00fchrer","QTI Test \u0022%s\u0022 publishing failed.":"Ver\u00f6ffentlichen von QTI Test \u0022%s\u0022 fehlgeschlagen.","QTI Test \u0022%s\u0022 successfully published.":"QTI Test \u0022%s\u0022 wurde erfolgreich ver\u00f6ffentlicht.","QTI Test Package 2.1":"QTI Test-Paket 2.1","RDF":"RDF","Record and manage test takers.":"Testpersonen erstellen und verwalten","Reference":"Referenz","Release":"Version","Releasing the lock might cause the work in progress by %s to be lost.":"Das Aufheben der Sperre kann zum Verlust der \u00c4nderungen von %s f\u00fchren.","Remove":"Entfernen","Remove Item Reference":"Element-Referenz entfernen","Remove Message":"Nachricht entfernen","Remove Rubric Block":"Rubrik-Block entfernen","Remove Section":"Abschnitt entfernen","Remove this file":"Datei entfernen","Rename":"umbenennen","Repeat new password":"neues Passwort wiederholen","Repeat password":"Passwort wiederholen","Request a password reset via Email.":"Passwort per Email zur\u00fccksetzen.","Required":"Erforderlich","Required field":"Erforderliches Feld","required length":"vorausgesetzte L\u00e4nge","Requires":"Ben\u00f6tigt","Reset":"Zur\u00fccksetzen","Reset filters":"Filter zur\u00fccksetzen","Resource":"Ressource","Resource Identifier":"Ressourcen ID","Resource not imported due to multiple super classes":"Ressource wurde nicht importiert, weil mehrere Eltern-Klassen angegeben wurden","Resource not imported due to multiple types":"Ressource wurde nicht importiert, weil mehrere Typen angegeben wurden","Resource saved":"Ressource gespeichert","Responsive mode":"Antwort Modus","Results":"Ergbnisse","Results library":"Ergebnisbibliothek","Return to sign in page":"Zur\u00fcck zum Login","Review":"\u00dcberpr\u00fcfen","Right click the tree to manage your lists":"zur Verwaltung der Listen klicken Sie bitte mit der rechten Maustaste auf den Baum","Role saved":"Rolle gespeichert","Roles":"Rollen","Roles library":"Rollenverwaltung","Rubric Block":"Rubrik-Block","Rubric Block Properties":"Rubrik-Block Eigenschaften","Rubric Blocks":"Rubrik-Bl\u00f6cke","Save":"Speichern","Scope":"Rahmen","Scorer":"Punktez\u00e4hler","Search":"Suchen","Search %s":"Suche %s","Search sub-classes":"Durchsuche Unterklassen","seconds":"Sekunden","Section level category enables configuring the categories of its composing items all at once. A category in gray means that all items have that category. A category in white means that only a few items have that category.":"Die Abschnitts-Kategorie erlaubt das Bearbeiten aller Elemente der Kategorien auf einmal. Eine graue Kategorie bedeutet, dass alle Elemente Mitglieder dieser Kategorie sind. Eine wei\u00dfe Kategorie bedeutet, dass nur einige Elemente Mitglieder dieser Kategorie sind.","Section Properties":"Abschnitts-Eigenschaften","Select":"Ausw\u00e4hlen","select":"ausw\u00e4hlen","Select a language":"Sprache ausw\u00e4hlen","Select Items":"Elemente ausw\u00e4hlen","Select this file":"Diese Datei ausw\u00e4hlen","select...":"ausw\u00e4hlen...","Selected file:":"Ausgew\u00e4hlte Datei:","Selection":"Auswahl","Selection saved successfully":"Auswahl erfolgreich gespeichert","Send":"Senden","Settings":"Einstellungen","Settings updated":"Einstellungen aktualisiert","Show detailed report":"Zeige Detailbericht","Show Feedback":"Feedback anzeigen","Show Solution":"L\u00f6sung anzeigen","Show the review screen":"Inhalt anzeigen","Show the solution once the answer is submitted.":"L\u00f6sung nach Einreichen der Antwort anzeigen.","Show timers":"Verf\u00fcgbare Zeit anzeigen","Show\/Hide the review screen":"Zeige\/Verberge die Vorschau","Shuffle":"Mischen","Simultaneous":"Gleichzeitig","Size":"Gr\u00f6\u00dfe","Skip":"\u00dcberspringen","Skip & End Test":"\u00dcberspringen und Test beenden","Skip to the end of the test":"Zum Ende des Tests springen","Skip to the next item":"Zum n\u00e4chsten Element springen","Skip to the next section":"Zum n\u00e4chsten Abschnitt springen","Start Test-part":"Test-Teil starten","Submission":"Eingabe","Submit and go to the end of the test":"Test beenden","Submit and go to the next item":"Zur n\u00e4chsten Seite wechseln","Submit and go to the previous item":"Zur vorherigen Seite zur\u00fcckkehren","Success":"Erfolg","Successfully imported \u0022%s":"Erfolgreich importiert \u0022%s","Successfully imported %s tripples":"%s Tripel erfolgreich importiert","Successfully imported class \u0022%s":"Klasse erfolgreich importiert \u0022%s","Supported export formats":"Unterst\u00fctzte Exportformate","Tao Default Theme":"Tao Standard Design","TAO Home":"TAO Home","TAO Login":"TAO Login","Test":"Test","Test constructor":"Test-Konstruktor","Test Saved":"Test gespeichert","Test status":"Statut des Tests","Test takers library":"Testpersonen-Bibliothek","Test-takers":"Testpersonen","Tests":"Tests","Tests library":"Tests-Bibliothek","Text - Long - Box":"Text - Lang - Box","Text - Long - HTML editor":"Text - Lang - HTML Editor","Text - Short - Field":"Text - Kurz - Feld","The \u0027imsmanifest.xml\u0027 file found in the archive is not valid.":"Die im Archiv gefundene \u0027imsmanifest.xml\u0027-Datei ist ung\u00fcltig.","The action will be applied to":"Die Aktion wird ausgef\u00fchrt f\u00fcr","The action will be applied to the following":"Die Aktion wird f\u00fcr folgende Elemente ausgef\u00fchrt","The column ":"Die Spalte ","The dependency to the IMS QTI AssessmentItemRef \u0022%s\u0022 in the IMS Manifest file could not be resolved.":"Die Abh\u00e4ngigkeit zu IMS QTI AssessmentItemRef \u0022%s\u0022 im IMS Manifest konnte nicht aufgel\u00f6st werden.","The format of this field is not valid.":"Das Format f\u00fcr dieses Feld ist nicht g\u00fcltig.","The identifier of the item reference.":"Der Bezeichner der Element-Referenz.","The identifier of the section.":"Der Bezeichner des Abschnitts.","The imported file is not properly UTF-8 encoded.":"Die importierte Datei ist nicht korrekt UTF-8 encodiert.","The IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file was already stored in the Item Bank.":"Das IMS QTI Element, in der IMS Manifest Datei referenziert als \u0022%s\u0022, wurder bereits in der Element-Bank gespeichert.","The IMS QTI Test Package could not be imported.":"IMS QTI Test Paket konnte nicht importiert werden.","The IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file could not be imported.":"Der IMS QTI Test, referenziert als \u0022%s\u0022 in der IMS Manifest Datei konnte nicht importiert werden.","The index identifier should not be empty":"Der Index Bezeichner darf nicht leer sein","The lock has been released":"Die Sperre wurde aufgehoben","The navigation mode determines the general paths that the candidate may take. A linear mode restricts the candidate to attempt each item in turn. Non Linear removes this restriction.":"Der Navigationsmodus bestimmt den generellen Weg den der Kandidat nimmt. Ein linearer Modus zwingt den Kandidaten dazu, jedes Element in der vorgegebenen Reihenfolge zu versuchen. Nicht-Linear entfernt diese Beschr\u00e4nkung.","The number of child elements to be selected.":"Die Anzahl der auszuw\u00e4hlenden Kinderelemente.","The principle identifier of the test.":"Der Hauptbezeichner des Tests.","The provided archive is invalid. Make sure it is not corrupted and that it contains an \u0027imsmanifest.xml\u0027 file.":"Das bereitgestellte Archiv ist ung\u00fcltig. Pr\u00fcfen Sie, dass die Datei nicht fehlerhaft ist und eine imsmanifest.xml Datei enth\u00e4lt.","The QTI Test \u0027%s\u0027 to be compiled must contain at least 1 QTI Item. None found.":"Der zu kompilierende QTI Test \u0027%s\u0027 muss mindestens 1 QTI Element enthalten. Keiner gefunden.","The QTI test could not be retrieved correctly.":"Der QTI Test konnte nicht ordnungsgem\u00e4\u00df abgerufen werden.","The QTI Test XML or one of its dependencies is malformed or empty.":"Die QTI Test XML oder eine ihrer Abh\u00e4ngigkeiten ist fehlerhaft oder leer.","The QTI-XML test could not be written correctly.":"Der QTI-XML Test konnte nicht ordentlich geschrieben werden.","The reference.":"Die Referenz","The resources related to the IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file were rolled back.":"Die Ressource in Verbindung zum IMS QTI Test, in der IMS Manifest Datei referenziert als \u0022%s\u0022, wurde zur\u00fcckgesetzt.","The section title.":"Der Abschnittstitel","The submission mode determines when the candidate\u0027s responses are submitted for response processing. A testPart in individual mode requires the candidate to submit their responses on an item-by-item basis. In simultaneous mode the candidate\u0027s responses are all submitted together at the end of the testPart.":"Der Eingabemodus bestimmt wann die Antworten des Kandidaten verarbeitet werden. Beim Test Teil im individuellen Modus ist es notwendig das der Kandidat seine Antworten auf Element-nach-Element Basis abgibt. Im Simultanmodus werden alle Antworten am Ende des Test Teil zusammen eingereicht.","The test part identifier.":"Der Bezeichner des Teiltests.","The test title.":"Der Testtitel","The uploaded file is too large (maximum %s bytes)":"Die \u00fcbermittelte Datei ist zu gro\u00df (maximal %s bytes)","The value for the property \u0022%s\u0022 must be unique.":"Der Wert f\u00fcr die Eigenschaft \u0022%s\u0022 muss eindeutig sein.","The value of this field must be a valid date format, e.g. YYYY-MM-DD":"Der Wert f\u00fcr dieses Feld muss das g\u00fcltiges Datumsformat haben: YYYY-MM-DD","The value of this field must be an integer":"Der Wert dieses Feldes muss einer Ganzzahl entsprechen","The value of this field must be numeric":"Der Wert dieses Feldes muss numerisch sein","There is nothing to list!":"Es gibt nichts zum Auflisten","This %s is currently checked out":"Dieses %s ist derzeit nicht verf\u00fcgbar","This constraint affects the visibility of feedback after the end of the last attempt.":"Diese Einschr\u00e4nkung beeintr\u00e4chtigt die Sichtbarkeit des Feedback nach dem letzten Versuch.","This constraint controls whether or not the candidate is allowed to provide a comment on the item during the session. Comments are not part of the assessed responses.":"Dies regelt, ob ein Kandidat Kommentare zu einem Element abgeben kann. Kommentare werden nicht gewertet.","This field is required":"Dieses Feld wird ben\u00f6tigt","This field is too long":"Dieses Feld ist zu lang","This field is too short":"Eingabe zu kurz","This is not a valid email address.":"Das ist keine g\u00fcltige E-Mail Adresse.","this is required":"das ist erforderlich","This Login is already in use":"Diese Benutzerkennung ist bereits in Verwendung","This password reset link is no longer valid. It may have already been used. If you still wish to reset your password please request a new link":"Der Link zum Zur\u00fccksetzen des Passworts ist nicht l\u00e4nger g\u00fcltig. Es kann sein, dass er bereits verwendet wurde. Wenn Sie Ihr Passwort immer noch zur\u00fccksetzen wollen, fordern Sie bitte einen neuen Link an.","This resource is locked":"Die Ressource ist gesperrt","This role is still given to one or more users. Please remove the role to these users first.":"Die Rolle ist noch einem oder mehreren Benutzern zugewiesen. Bitte entfernen sie zuerst diese Zuweisung(en).","This should equal %s":"Sollte gleich %s sein","This should not equal %s":"Sollte nicht gleich %s sein","This test has been suspended":"Dieser Test wurde suspendiert","This test has been terminated":"Dieser Test wurde terminiert","Time limit reached for item \u0022%s\u0022.":"Zeitbegrenzung f\u00fcr Element \u0022%s\u0022 wurde erreicht.","Time limit reached, this part of the test has ended.":"Zeitbegrenzung erreicht, dieser Teil des Tests ist beendet.","Time Limits":"Zeitbegrenzungen","Time zone":"Zeitzone","Title":"Titel","To reset your password, click the link below, or paste it into your browser. You will then be prompted to create a new password.":"Um Ihr Passwort zur\u00fcckzusetzen, klicken Sie auf den Link unten, oder f\u00fcgen sie Ihn in die Addresszeile ihres Browsers ein. Anschlie\u00dfend werden Sie dazu aufgefordert ein neues Passwort festzulegen.","to translate":"zu \u00fcbersetzen","Tokenizer":"Tokenizer","Too many suggestions match your query. Only a few are listed":"Ihre Abfrage liefert zu viele Ergebnisse. Nur einige davon werden angezeigt","Translate":"\u00dcbersetzen","Translate to":"\u00dcbersetzen in","Translation parameters":"\u00dcbersetzungsparameter","Translation saved":"\u00dcbersetzung gespeichert","Tree - Multiple node choice ":"Baum - Mehrfache Knotenauswahl ","True":"Wahr","Tutor":"Tutor","Type":"Typ","Unable to access your account?":"K\u00f6nnen Sie sich nicht anmelden?","Unable to change passwords in demo mode":"Passwort kann im Demo Modus nicht ge\u00e4ndert werden","Unable to delete %s":"%s kann nicht gel\u00f6scht werden","Unable to delete the selected resource":"Die ausgew\u00e4hlte Ressource kann nicht gel\u00f6scht werden","Unable to open file %s":"Datei kann nicht ge\u00f6ffnet werden%s","Unable to release the lock":"Die Sperre kann nicht aufgehoben werden","Unable to remove the property.":"Eigenschaft kann nicht entfernt werden.","Unable to send the password reset request":"Die Anfrage zur Zur\u00fccksetzung des Passworts konnte nicht verschickt werden.","Unable to upload file":"Die Datei konnte nicht hochgeladen werden","Unable to upload file %s : %s":"Die Datei %s konnte nicht hochgeladen werden: %s","Unanswered":"Unbeantwortet","Unanswered items":"Nicht beantwortete Fragen","Uncheck All":"Nichts ausw\u00e4hlen","Uncheck all":"Alles abw\u00e4hlen","Undo":"R\u00fcckg\u00e4ngig","Uninstall of %s failed":"Deinstallation von %s fehlgeschlagen","Uninstalled %s":"%s deinstalliert","unknown":"unbekannt","Unknown Error":"Unbekannter Fehler","Unknown error.":"Unbekannter Fehler.","Update":"Aktualisierung","Upload":"Hochladen","Upload a QTI 2.1 Test Package File":"QTI 2.1 Testpaket-Datei hochladen","Upload into:":"Hochladen nach:","Usage: ImportRdf RDF_FILE [MODEL_ID]":"Verwendung: ImportRdf RDF_FILE [MODEL_ID]","Use Ctrl\/Meta key or Lasso for multiple selection":"Strg\/Meta-Taste oder Lasso f\u00fcr Mehrfachauswahl verwenden","Use default value":"Standardwerte verwenden","User":"Benutzer","User added":"Benutzer hinzugef\u00fcgt","User deleted successfully":"Benutzer erfolgreich gel\u00f6scht","User not found":"Benutzer nicht gefunden","User saved":"Benutzer gespeichert","User Settings":"Benutzereinstellungen","Users":"Benutzer","Validate Responses":"Antworten validieren","Version":"Version","View and format the collected results.":"Anzeigen und Formatieren der gesammelten Ergebnisse.","Viewed":"Angesehene Seiten","Viewed items":"Angesehene Seiten","Views":"Ansichten","Visible":"Sichtbar","Warning \u2013 You have %s remaining to complete the test.":"Warnung - Sie haben noch %s um den Test zu vervollst\u00e4ndigen.","When selecting child elements each element is normally eligible for selection once only.":"Beim Ausw\u00e4hlen von Kinderelementen ist jeder Bestandteil normalerweise nur ein mal ausw\u00e4hlbar.","Whether a candidate\u0027s response that is beyond the maximum duration of the item should still be accepted.":"Soll die Antwort eines Kandidaten, der die maximale Dauer des Elements \u00fcberschritten hat, trotzdem akzeptiert werden?","Whether a candidate\u0027s response that is beyond the maximum duration of the section should still be accepted.":"Soll die Antwort eines Kandidaten, der die maximale Dauer des Abschnitts \u00fcberschritten hat, trotzdem akzeptiert werden?","Whether a candidate\u0027s response that is beyond the maximum duration of the test part should still be accepted.":"Soll die Antwort eines Kandidaten, der die maximale Dauer des Tests \u00fcberschritten hat, trotzdem akzeptiert werden?","Whether a candidate\u0027s response that is beyond the maximum duration should still be accepted.":"Soll die Antwort eines Kandidaten, der die maximale Dauer \u00fcberschritten hat, trotzdem akzeptiert werden?","White on Black":"Wei\u00df auf Schwarz","White on Blue (TAO standard theme)":"Wei\u00df auf Blau (Standard)","Who can view the rubric block during the delivery.":"Wer den Rubrik-Block w\u00e4hrend der Bereitstellung sehen kann.","Width":"Breite","With Replacement":"Mit Austausch","XML error at line %1$d column %2$d \u0022%3$s\u0022.":"XML Fehler in Zeile %1$d Spalte %2$d \u0022%3$s\u0022.","Yellow on Blue":"Gelb auf Blau","Yes":"Ja","You are encountering a prolonged connectivity loss.":"Die Verbindung ist seit l\u00e4ngerer Zeit unterbrochen.","You are encountering a prolonged connectivity loss. ":"Die Verbindung ist seit l\u00e4ngerer Zeit unterbrochen. Klicken Sie, um neu zu laden.","You are not authorised to remove this lock":"Sie haben keine Berechtigung zum Aufheben der Sperre","You cannot delete the root node":"Sie k\u00f6nnen den Wurzelknoten nicht l\u00f6schen","You currently have no access to the platform":"Sie haben im Moment keinen Zugriff zur Plattform","You do not have the required rights to edit this resource.":"Sie haben nicht die erforderlichen Rechte um die Ressource zu bearbeiten.","You have %s item(s) marked for review.":"Sie haben %s Element(e) zur \u00dcberpr\u00fcfung markiert.","You have %s unanswered question(s) and have %s item(s) marked for review.":"Sie haben %s unbeantwortete Frage(n) und %s Element(e) zur \u00dcberpr\u00fcfung markiert.","You have %s unanswered question(s).":"Sie haben %s unbeantwortete Frage(n).","You must activate JavaScript in your browser to run this application.":"Um diese Anwendung auszuf\u00fchren muss JavaScript in Ihrem Browser aktiviert werden.","Your comment\u2026":"Ihr Kommentar...","Your mail":"Ihre Nachrichten","Your TAO Password":"Ihr TAO Passwort","Zoom in":"Heranzoomen","Zoom out":"Herauszoomen"} \ No newline at end of file diff --git a/locales/de-DE/qtiCat.rdf.po b/locales/de-DE/qtiCat.rdf.po index 8f71f2013b..2045a5f7a6 100644 --- a/locales/de-DE/qtiCat.rdf.po +++ b/locales/de-DE/qtiCat.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint155\n" -"PO-Revision-Date: 2021-06-02T12:04:32\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:18\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: de-DE\n" diff --git a/locales/de-DE/qtitest.rdf.po b/locales/de-DE/qtitest.rdf.po index 21e5f54c8b..76e375f34d 100644 --- a/locales/de-DE/qtitest.rdf.po +++ b/locales/de-DE/qtitest.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint155\n" -"PO-Revision-Date: 2021-06-02T12:04:32\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:18\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: de-DE\n" diff --git a/locales/de-DE/taoQtiTestItemRunner.rdf.po b/locales/de-DE/taoQtiTestItemRunner.rdf.po index 87298f25ad..048ceb7c9a 100644 --- a/locales/de-DE/taoQtiTestItemRunner.rdf.po +++ b/locales/de-DE/taoQtiTestItemRunner.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint155\n" -"PO-Revision-Date: 2021-06-02T12:04:32\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:18\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: de-DE\n" diff --git a/locales/el-GR/messages.po b/locales/el-GR/messages.po index 7e070a53b8..dd03af6e08 100644 --- a/locales/el-GR/messages.po +++ b/locales/el-GR/messages.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:00\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:18\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: el-GR\n" @@ -22,6 +22,9 @@ msgstr "" msgid "(Visual) Highlight Text" msgstr "" +msgid "A concurrent delivery has been detected. Please use the last open session. The present window can be closed." +msgstr "" + msgid "A QTI Item involved in the QTI Test '%s' could not be compiled." msgstr "" @@ -46,6 +49,9 @@ msgstr "" msgid "A visible section is one that is identifiable by the candidate." msgstr "" +msgid "Accessibility tool that enables Test Taker to have the item content read aloud." +msgstr "" + msgid "Activated" msgstr "" @@ -58,6 +64,9 @@ msgstr "" msgid "Add selected item(s) here." msgstr "" +msgid "Add Subsection" +msgstr "" + msgid "Add the source file" msgstr "" @@ -223,6 +232,15 @@ msgstr "" msgid "Black on White" msgstr "" +msgid "Bookmark question" +msgstr "" + +msgid "Bookmark the current question for later review" +msgstr "" + +msgid "Bookmarked question %s" +msgstr "" + msgid "Calculator" msgstr "" @@ -268,6 +286,9 @@ msgstr "" msgid "Click \"%s\" to continue" msgstr "" +msgid "Click \"%s\" to continue." +msgstr "" + msgid "Click to speak" msgstr "" @@ -361,6 +382,9 @@ msgstr "" msgid "Displays a customisable magnifier" msgstr "" +msgid "Do not bookmark the current question for later review" +msgstr "" + msgid "Do not flag the current item for later review" msgstr "" @@ -431,12 +455,21 @@ msgstr "" msgid "Expand the review panel" msgstr "" +msgid "Export" +msgstr "" + msgid "Export failed for the test \"%s" msgstr "" +msgid "Export failed. Key uri nor classUri in formValues are not defined" +msgstr "" + msgid "Export metadata" msgstr "" +msgid "Export QTI %s Test Package" +msgstr "" + msgid "Export QTI 2.1 Test Package" msgstr "" @@ -506,6 +539,9 @@ msgstr "" msgid "Hide Review" msgstr "" +msgid "Hide test overview panel" +msgstr "" + msgid "Hide the review screen" msgstr "" @@ -557,6 +593,9 @@ msgstr "" msgid "If the connection cannot be restored, see option B." msgstr "" +msgid "If you leave the test, your changes will not be saved due to invalid test settings. Are you sure you wish to leave?" +msgstr "" + msgid "If you need help, please contact our Helpline on 0330 088 4171." msgstr "" @@ -590,6 +629,9 @@ msgstr "" msgid "Individual" msgstr "" +msgid "Informational item" +msgstr "" + msgid "Informational Item Usage" msgstr "" @@ -701,11 +743,11 @@ msgstr "" msgid "Manage test properties" msgstr "" -#, tao-public -msgid "Manage tests" +msgid "Manage Tests" msgstr "" -msgid "Manage Tests" +#, tao-public +msgid "Manage tests" msgstr "" msgid "Mark for review" @@ -762,12 +804,15 @@ msgstr "" msgid "minutes" msgstr "" -msgid "Missed required parameter \'id\" +msgid "Missed required parameter \'id\'" msgstr "" msgid "Missed test package file" msgstr "" +msgid "Missing filename for QTI Test export" +msgstr "" + msgid "Missing required configuration option %s" msgstr "" @@ -816,12 +861,18 @@ msgstr "" msgid "No" msgstr "" +msgid "NO" +msgstr "" + msgid "No CAT Engine configured for CAT Endpoint \"%s\"." msgstr "" msgid "No file found at location \"%s\"." msgstr "" +msgid "No instance in form to export" +msgstr "" + msgid "No more attempts allowed for item \"%s\"." msgstr "" @@ -855,10 +906,10 @@ msgstr "" msgid "Offline" msgstr "" -msgid "OK" +msgid "Ok" msgstr "" -msgid "Ok" +msgid "OK" msgstr "" msgid "OK & End test" @@ -963,6 +1014,12 @@ msgstr "" msgid "QTI Test \"%s\" successfully published." msgstr "" +msgid "QTI Test Metadata" +msgstr "" + +msgid "QTI Test Package %s" +msgstr "" + msgid "QTI Test Package 2.1" msgstr "" @@ -978,6 +1035,9 @@ msgstr "" msgid "Question" msgstr "" +msgid "Question %s" +msgstr "" + msgid "questions" msgstr "" @@ -1002,6 +1062,9 @@ msgstr "" msgid "Remove Section" msgstr "" +msgid "Remove Subsection" +msgstr "" + msgid "Remove Test Part" msgstr "" @@ -1017,6 +1080,9 @@ msgstr "" msgid "Resource(s) successfully exported." msgstr "" +msgid "ResultTransmission event successfully registered" +msgstr "" + msgid "Review" msgstr "" @@ -1125,6 +1191,9 @@ msgstr "" msgid "Show Solution" msgstr "" +msgid "Show test overview panel" +msgstr "" + msgid "Show the review screen" msgstr "" @@ -1233,6 +1302,12 @@ msgstr "" msgid "Test Navigation" msgstr "" +msgid "Test overview" +msgstr "" + +msgid "Test part level category enables configuring the categories of its composing items all at once. A category in gray means that all items have that category. A category in white means that only a few items have that category." +msgstr "" + msgid "Test Part Properties" msgstr "" @@ -1261,10 +1336,10 @@ msgstr "" msgid "Text content" msgstr "" -msgid "Text to Speech" +msgid "Text To Speech" msgstr "" -msgid "Text To Speech" +msgid "Text to Speech" msgstr "" msgid "that was being taken." @@ -1348,6 +1423,9 @@ msgstr "" msgid "The provided archive is invalid. Make sure it is not corrupted and that it contains an 'imsmanifest.xml' file." msgstr "" +msgid "The QTI Item with URI '%s' cannot be found." +msgstr "" + msgid "The QTI Test '%s' to be compiled must contain at least 1 QTI Item. None found." msgstr "" @@ -1378,6 +1456,14 @@ msgstr "" msgid "The submission mode determines when the candidate's responses are submitted for response processing. A testPart in individual mode requires the candidate to submit their responses on an item-by-item basis. In simultaneous mode the candidate's responses are all submitted together at the end of the testPart." msgstr "" +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"" +msgstr "" + +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"Please fix the invalid settings and try again." +msgstr "" + msgid "The test has been closed/suspended!" msgstr "" @@ -1595,6 +1681,9 @@ msgstr "" msgid "Yellow on Blue" msgstr "" +msgid "YES" +msgstr "" + msgid "Yes" msgstr "" diff --git a/locales/el-GR/qtiCat.rdf.po b/locales/el-GR/qtiCat.rdf.po index 6e9125eb7c..9b5b04e69b 100644 --- a/locales/el-GR/qtiCat.rdf.po +++ b/locales/el-GR/qtiCat.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:00\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:18\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: el-GR\n" diff --git a/locales/el-GR/qtitest.rdf.po b/locales/el-GR/qtitest.rdf.po index 73414cf85e..eff8dbe861 100644 --- a/locales/el-GR/qtitest.rdf.po +++ b/locales/el-GR/qtitest.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:00\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:18\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: el-GR\n" diff --git a/locales/el-GR/taoQtiTestItemRunner.rdf.po b/locales/el-GR/taoQtiTestItemRunner.rdf.po index c5cbe2b7d8..acf6865b78 100644 --- a/locales/el-GR/taoQtiTestItemRunner.rdf.po +++ b/locales/el-GR/taoQtiTestItemRunner.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:00\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:18\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: el-GR\n" diff --git a/locales/en-GB/messages.po b/locales/en-GB/messages.po index 6f8067b1c7..a4d6dae237 100644 --- a/locales/en-GB/messages.po +++ b/locales/en-GB/messages.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:00\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:18\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: en-GB\n" @@ -22,6 +22,9 @@ msgstr "" msgid "(Visual) Highlight Text" msgstr "" +msgid "A concurrent delivery has been detected. Please use the last open session. The present window can be closed." +msgstr "" + msgid "A QTI Item involved in the QTI Test '%s' could not be compiled." msgstr "" @@ -46,6 +49,9 @@ msgstr "" msgid "A visible section is one that is identifiable by the candidate." msgstr "" +msgid "Accessibility tool that enables Test Taker to have the item content read aloud." +msgstr "" + msgid "Activated" msgstr "" @@ -58,6 +64,9 @@ msgstr "" msgid "Add selected item(s) here." msgstr "" +msgid "Add Subsection" +msgstr "" + msgid "Add the source file" msgstr "" @@ -223,6 +232,15 @@ msgstr "" msgid "Black on White" msgstr "" +msgid "Bookmark question" +msgstr "" + +msgid "Bookmark the current question for later review" +msgstr "" + +msgid "Bookmarked question %s" +msgstr "" + msgid "Calculator" msgstr "" @@ -268,6 +286,9 @@ msgstr "" msgid "Click \"%s\" to continue" msgstr "" +msgid "Click \"%s\" to continue." +msgstr "" + msgid "Click to speak" msgstr "" @@ -361,6 +382,9 @@ msgstr "" msgid "Displays a customisable magnifier" msgstr "" +msgid "Do not bookmark the current question for later review" +msgstr "" + msgid "Do not flag the current item for later review" msgstr "" @@ -431,12 +455,21 @@ msgstr "" msgid "Expand the review panel" msgstr "" +msgid "Export" +msgstr "" + msgid "Export failed for the test \"%s" msgstr "" +msgid "Export failed. Key uri nor classUri in formValues are not defined" +msgstr "" + msgid "Export metadata" msgstr "" +msgid "Export QTI %s Test Package" +msgstr "" + msgid "Export QTI 2.1 Test Package" msgstr "" @@ -506,6 +539,9 @@ msgstr "Grey on Green" msgid "Hide Review" msgstr "" +msgid "Hide test overview panel" +msgstr "" + msgid "Hide the review screen" msgstr "" @@ -557,6 +593,9 @@ msgstr "" msgid "If the connection cannot be restored, see option B." msgstr "" +msgid "If you leave the test, your changes will not be saved due to invalid test settings. Are you sure you wish to leave?" +msgstr "" + msgid "If you need help, please contact our Helpline on 0330 088 4171." msgstr "" @@ -590,6 +629,9 @@ msgstr "" msgid "Individual" msgstr "" +msgid "Informational item" +msgstr "" + msgid "Informational Item Usage" msgstr "" @@ -701,11 +743,11 @@ msgstr "" msgid "Manage test properties" msgstr "" -#, tao-public -msgid "Manage tests" +msgid "Manage Tests" msgstr "" -msgid "Manage Tests" +#, tao-public +msgid "Manage tests" msgstr "" msgid "Mark for review" @@ -762,12 +804,15 @@ msgstr "" msgid "minutes" msgstr "" -msgid "Missed required parameter \'id\" +msgid "Missed required parameter \'id\'" msgstr "" msgid "Missed test package file" msgstr "" +msgid "Missing filename for QTI Test export" +msgstr "" + msgid "Missing required configuration option %s" msgstr "" @@ -816,12 +861,18 @@ msgstr "" msgid "No" msgstr "" +msgid "NO" +msgstr "" + msgid "No CAT Engine configured for CAT Endpoint \"%s\"." msgstr "" msgid "No file found at location \"%s\"." msgstr "" +msgid "No instance in form to export" +msgstr "" + msgid "No more attempts allowed for item \"%s\"." msgstr "" @@ -855,10 +906,10 @@ msgstr "" msgid "Offline" msgstr "" -msgid "OK" +msgid "Ok" msgstr "" -msgid "Ok" +msgid "OK" msgstr "" msgid "OK & End test" @@ -963,6 +1014,12 @@ msgstr "" msgid "QTI Test \"%s\" successfully published." msgstr "" +msgid "QTI Test Metadata" +msgstr "" + +msgid "QTI Test Package %s" +msgstr "" + msgid "QTI Test Package 2.1" msgstr "" @@ -978,6 +1035,9 @@ msgstr "" msgid "Question" msgstr "" +msgid "Question %s" +msgstr "" + msgid "questions" msgstr "" @@ -1002,6 +1062,9 @@ msgstr "" msgid "Remove Section" msgstr "" +msgid "Remove Subsection" +msgstr "" + msgid "Remove Test Part" msgstr "" @@ -1017,6 +1080,9 @@ msgstr "" msgid "Resource(s) successfully exported." msgstr "" +msgid "ResultTransmission event successfully registered" +msgstr "" + msgid "Review" msgstr "" @@ -1125,6 +1191,9 @@ msgstr "" msgid "Show Solution" msgstr "" +msgid "Show test overview panel" +msgstr "" + msgid "Show the review screen" msgstr "" @@ -1233,6 +1302,12 @@ msgstr "" msgid "Test Navigation" msgstr "" +msgid "Test overview" +msgstr "" + +msgid "Test part level category enables configuring the categories of its composing items all at once. A category in gray means that all items have that category. A category in white means that only a few items have that category." +msgstr "" + msgid "Test Part Properties" msgstr "" @@ -1261,10 +1336,10 @@ msgstr "" msgid "Text content" msgstr "" -msgid "Text to Speech" +msgid "Text To Speech" msgstr "" -msgid "Text To Speech" +msgid "Text to Speech" msgstr "" msgid "that was being taken." @@ -1348,6 +1423,9 @@ msgstr "" msgid "The provided archive is invalid. Make sure it is not corrupted and that it contains an 'imsmanifest.xml' file." msgstr "" +msgid "The QTI Item with URI '%s' cannot be found." +msgstr "" + msgid "The QTI Test '%s' to be compiled must contain at least 1 QTI Item. None found." msgstr "" @@ -1378,6 +1456,14 @@ msgstr "" msgid "The submission mode determines when the candidate's responses are submitted for response processing. A testPart in individual mode requires the candidate to submit their responses on an item-by-item basis. In simultaneous mode the candidate's responses are all submitted together at the end of the testPart." msgstr "" +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"" +msgstr "" + +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"Please fix the invalid settings and try again." +msgstr "" + msgid "The test has been closed/suspended!" msgstr "" @@ -1595,6 +1681,9 @@ msgstr "" msgid "Yellow on Blue" msgstr "" +msgid "YES" +msgstr "" + msgid "Yes" msgstr "" diff --git a/locales/en-GB/qtiCat.rdf.po b/locales/en-GB/qtiCat.rdf.po index 1fb83a3467..50c25ae427 100644 --- a/locales/en-GB/qtiCat.rdf.po +++ b/locales/en-GB/qtiCat.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:01\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:18\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: en-GB\n" diff --git a/locales/en-GB/qtitest.rdf.po b/locales/en-GB/qtitest.rdf.po index ca79f2aa44..a91a9a6b2b 100644 --- a/locales/en-GB/qtitest.rdf.po +++ b/locales/en-GB/qtitest.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:00\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:18\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: en-GB\n" diff --git a/locales/en-GB/taoQtiTestItemRunner.rdf.po b/locales/en-GB/taoQtiTestItemRunner.rdf.po index 0257700553..5b2e0403f9 100644 --- a/locales/en-GB/taoQtiTestItemRunner.rdf.po +++ b/locales/en-GB/taoQtiTestItemRunner.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:00\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:18\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: en-GB\n" diff --git a/locales/en-US/messages.po b/locales/en-US/messages.po index f5d4672d6b..194a867b8f 100644 --- a/locales/en-US/messages.po +++ b/locales/en-US/messages.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:01\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:19\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: en-US\n" @@ -22,6 +22,9 @@ msgstr "" msgid "(Visual) Highlight Text" msgstr "" +msgid "A concurrent delivery has been detected. Please use the last open session. The present window can be closed." +msgstr "" + msgid "A QTI Item involved in the QTI Test '%s' could not be compiled." msgstr "" @@ -46,6 +49,9 @@ msgstr "" msgid "A visible section is one that is identifiable by the candidate." msgstr "" +msgid "Accessibility tool that enables Test Taker to have the item content read aloud." +msgstr "" + msgid "Activated" msgstr "" @@ -58,6 +64,9 @@ msgstr "" msgid "Add selected item(s) here." msgstr "" +msgid "Add Subsection" +msgstr "" + msgid "Add the source file" msgstr "" @@ -223,6 +232,15 @@ msgstr "" msgid "Black on White" msgstr "" +msgid "Bookmark question" +msgstr "" + +msgid "Bookmark the current question for later review" +msgstr "" + +msgid "Bookmarked question %s" +msgstr "" + msgid "Calculator" msgstr "" @@ -268,6 +286,9 @@ msgstr "" msgid "Click \"%s\" to continue" msgstr "" +msgid "Click \"%s\" to continue." +msgstr "" + msgid "Click to speak" msgstr "" @@ -361,6 +382,9 @@ msgstr "" msgid "Displays a customisable magnifier" msgstr "" +msgid "Do not bookmark the current question for later review" +msgstr "" + msgid "Do not flag the current item for later review" msgstr "" @@ -431,12 +455,21 @@ msgstr "" msgid "Expand the review panel" msgstr "" +msgid "Export" +msgstr "" + msgid "Export failed for the test \"%s" msgstr "" +msgid "Export failed. Key uri nor classUri in formValues are not defined" +msgstr "" + msgid "Export metadata" msgstr "" +msgid "Export QTI %s Test Package" +msgstr "" + msgid "Export QTI 2.1 Test Package" msgstr "" @@ -506,6 +539,9 @@ msgstr "" msgid "Hide Review" msgstr "" +msgid "Hide test overview panel" +msgstr "" + msgid "Hide the review screen" msgstr "" @@ -557,6 +593,9 @@ msgstr "" msgid "If the connection cannot be restored, see option B." msgstr "" +msgid "If you leave the test, your changes will not be saved due to invalid test settings. Are you sure you wish to leave?" +msgstr "" + msgid "If you need help, please contact our Helpline on 0330 088 4171." msgstr "" @@ -590,6 +629,9 @@ msgstr "" msgid "Individual" msgstr "" +msgid "Informational item" +msgstr "" + msgid "Informational Item Usage" msgstr "" @@ -701,11 +743,11 @@ msgstr "" msgid "Manage test properties" msgstr "" -#, tao-public -msgid "Manage tests" +msgid "Manage Tests" msgstr "" -msgid "Manage Tests" +#, tao-public +msgid "Manage tests" msgstr "" msgid "Mark for review" @@ -762,12 +804,18 @@ msgstr "" msgid "minutes" msgstr "" -msgid "Missed required parameter \'id\" +msgid "Missed required parameter \'id\'" +msgstr "" + +msgid "Missed required parameter \'id\'" msgstr "" msgid "Missed test package file" msgstr "" +msgid "Missing filename for QTI Test export" +msgstr "" + msgid "Missing required configuration option %s" msgstr "" @@ -816,12 +864,18 @@ msgstr "" msgid "No" msgstr "" +msgid "NO" +msgstr "" + msgid "No CAT Engine configured for CAT Endpoint \"%s\"." msgstr "" msgid "No file found at location \"%s\"." msgstr "" +msgid "No instance in form to export" +msgstr "" + msgid "No more attempts allowed for item \"%s\"." msgstr "" @@ -963,6 +1017,12 @@ msgstr "" msgid "QTI Test \"%s\" successfully published." msgstr "" +msgid "QTI Test Metadata" +msgstr "" + +msgid "QTI Test Package %s" +msgstr "" + msgid "QTI Test Package 2.1" msgstr "" @@ -978,6 +1038,9 @@ msgstr "" msgid "Question" msgstr "" +msgid "Question %s" +msgstr "" + msgid "questions" msgstr "" @@ -1002,6 +1065,9 @@ msgstr "" msgid "Remove Section" msgstr "" +msgid "Remove Subsection" +msgstr "" + msgid "Remove Test Part" msgstr "" @@ -1017,6 +1083,9 @@ msgstr "" msgid "Resource(s) successfully exported." msgstr "" +msgid "ResultTransmission event successfully registered" +msgstr "" + msgid "Review" msgstr "" @@ -1047,10 +1116,10 @@ msgstr "" msgid "Scoring" msgstr "" -msgid "Scratch pad" +msgid "Scratch Pad" msgstr "" -msgid "Scratch Pad" +msgid "Scratch pad" msgstr "" msgid "Scratchpad" @@ -1125,6 +1194,9 @@ msgstr "" msgid "Show Solution" msgstr "" +msgid "Show test overview panel" +msgstr "" + msgid "Show the review screen" msgstr "" @@ -1233,6 +1305,12 @@ msgstr "" msgid "Test Navigation" msgstr "" +msgid "Test overview" +msgstr "" + +msgid "Test part level category enables configuring the categories of its composing items all at once. A category in gray means that all items have that category. A category in white means that only a few items have that category." +msgstr "" + msgid "Test Part Properties" msgstr "" @@ -1348,6 +1426,9 @@ msgstr "" msgid "The provided archive is invalid. Make sure it is not corrupted and that it contains an 'imsmanifest.xml' file." msgstr "" +msgid "The QTI Item with URI '%s' cannot be found." +msgstr "" + msgid "The QTI Test '%s' to be compiled must contain at least 1 QTI Item. None found." msgstr "" @@ -1378,6 +1459,14 @@ msgstr "" msgid "The submission mode determines when the candidate's responses are submitted for response processing. A testPart in individual mode requires the candidate to submit their responses on an item-by-item basis. In simultaneous mode the candidate's responses are all submitted together at the end of the testPart." msgstr "" +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"" +msgstr "" + +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"Please fix the invalid settings and try again." +msgstr "" + msgid "The test has been closed/suspended!" msgstr "" @@ -1598,6 +1687,9 @@ msgstr "" msgid "Yes" msgstr "" +msgid "YES" +msgstr "" + msgid "You answered %s of %s question(s) for this section of the test" msgstr "" diff --git a/locales/en-US/qtiCat.rdf.po b/locales/en-US/qtiCat.rdf.po index 3c21856f24..67a3d567af 100644 --- a/locales/en-US/qtiCat.rdf.po +++ b/locales/en-US/qtiCat.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:01\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:19\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: en-US\n" diff --git a/locales/en-US/qtitest.rdf.po b/locales/en-US/qtitest.rdf.po index 1a340ee544..5aec76fdd3 100644 --- a/locales/en-US/qtitest.rdf.po +++ b/locales/en-US/qtitest.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:01\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:19\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: en-US\n" diff --git a/locales/en-US/taoQtiTestItemRunner.rdf.po b/locales/en-US/taoQtiTestItemRunner.rdf.po index 0b7b34a7f5..3b53de3133 100644 --- a/locales/en-US/taoQtiTestItemRunner.rdf.po +++ b/locales/en-US/taoQtiTestItemRunner.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:01\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:19\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: en-US\n" diff --git a/locales/es-ES/messages.po b/locales/es-ES/messages.po index 65eeb431f2..efcf33799e 100644 --- a/locales/es-ES/messages.po +++ b/locales/es-ES/messages.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:01\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:19\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: es-ES\n" @@ -22,6 +22,9 @@ msgstr "(Visual) Borrar todos los puntos resaldados activos" msgid "(Visual) Highlight Text" msgstr "(Visual) Texto Resaltado" +msgid "A concurrent delivery has been detected. Please use the last open session. The present window can be closed." +msgstr "" + msgid "A QTI Item involved in the QTI Test '%s' could not be compiled." msgstr "Un Elemento QTI involucrado en la Prueba '%s' QTI no pudo ser compilado." @@ -46,6 +49,9 @@ msgstr "Se requiere una respuesta válida a este ítem." msgid "A visible section is one that is identifiable by the candidate." msgstr "Una sección visible es una que es identificable por el candidato." +msgid "Accessibility tool that enables Test Taker to have the item content read aloud." +msgstr "" + msgid "Activated" msgstr "Activado" @@ -58,6 +64,9 @@ msgstr "Añadir un archivo zip que contiene pruebas QTI/APIP y elementos" msgid "Add selected item(s) here." msgstr "Añadir elemento(s) seleccionados aqui." +msgid "Add Subsection" +msgstr "" + msgid "Add the source file" msgstr "Añadir el archivo origen" @@ -223,6 +232,15 @@ msgstr "Negro sobre Magenta Claro" msgid "Black on White" msgstr "Negro sobre Blanco" +msgid "Bookmark question" +msgstr "" + +msgid "Bookmark the current question for later review" +msgstr "" + +msgid "Bookmarked question %s" +msgstr "" + msgid "Calculator" msgstr "Calculadora" @@ -361,6 +379,9 @@ msgstr "Etiqueta mostrada" msgid "Displays a customisable magnifier" msgstr "Muestra una lupa adaptable" +msgid "Do not bookmark the current question for later review" +msgstr "" + msgid "Do not flag the current item for later review" msgstr "No marcar el ítem actual para revisión posterior" @@ -406,10 +427,10 @@ msgstr "Activar la pantalla de revisión/navegador de ítems." msgid "Enables skipping to items within this section. Requires the review screen option." msgstr "Permite saltar a otros elementos de esta sección. Requiere la opción Pantalla de revisión." -msgid "End test" +msgid "End Test" msgstr "Finalizar prueba" -msgid "End Test" +msgid "End test" msgstr "Finalizar prueba" msgid "Enter a blueprint" @@ -432,12 +453,21 @@ msgstr "Error encontrado en la prueba IMS QTI :\n" msgid "Expand the review panel" msgstr "Expandir el panel de revisión" +msgid "Export" +msgstr "" + msgid "Export failed for the test \"%s" msgstr "La exportación falló para la prueba \"%s" +msgid "Export failed. Key uri nor classUri in formValues are not defined" +msgstr "" + msgid "Export metadata" msgstr "Exportar metadatos" +msgid "Export QTI %s Test Package" +msgstr "" + msgid "Export QTI 2.1 Test Package" msgstr "Exportar Paquete de Prueba QTI 2.1" @@ -507,6 +537,9 @@ msgstr "Gris sobre Verde" msgid "Hide Review" msgstr "Esconder revisión" +msgid "Hide test overview panel" +msgstr "" + msgid "Hide the review screen" msgstr "Esconder la pantalla de revisión" @@ -558,6 +591,9 @@ msgstr "Si se establece la opción de categoría, el puntaje también se procesa msgid "If the connection cannot be restored, see option B." msgstr "Si no se puede restablecer la conexión, véase la opción B." +msgid "If you leave the test, your changes will not be saved due to invalid test settings. Are you sure you wish to leave?" +msgstr "" + msgid "If you need help, please contact our Helpline on 0330 088 4171." msgstr "Si necesita ayuda, por favor contacte con nuestra línea de ayuda en el 0330 088 4171." @@ -591,6 +627,9 @@ msgstr "Inconsistencia en linea %1d:" msgid "Individual" msgstr "Individual" +msgid "Informational item" +msgstr "" + msgid "Informational Item Usage" msgstr "Uso de ítem informativo" @@ -630,12 +669,12 @@ msgstr "El identificador de respuesta del elemento no coincide con el elemento a msgid "Item Session Control" msgstr "Control de Sesión de Elemento" -msgid "items" -msgstr "elementos" - msgid "Items" msgstr "Elementos" +msgid "items" +msgstr "elementos" + msgid "Items can optionally be assigned to one or more categories." msgstr "Los elementos opcionalmente pueden ser asignados a una o más categorías." @@ -763,12 +802,15 @@ msgstr "Minima duración para esta parte de la prueba." msgid "minutes" msgstr "minutos" -msgid "Missed required parameter \'id\" +msgid "Missed required parameter \'id\'" msgstr "Se omitió el parámetro requerido \'id\'" msgid "Missed test package file" msgstr "Se omitió el archivo de paquete de la prueba" +msgid "Missing filename for QTI Test export" +msgstr "" + msgid "Missing required configuration option %s" msgstr "Falta la opción de configuración requerida %s" @@ -817,12 +859,18 @@ msgstr "Sección siguiente" msgid "No" msgstr "No" +msgid "NO" +msgstr "" + msgid "No CAT Engine configured for CAT Endpoint \"%s\"." msgstr "No hay ningún motor CAT configurado para el punto final CAT \"%s\"." msgid "No file found at location \"%s\"." msgstr "Archivo no encontrado en ubicación \"%s\"." +msgid "No instance in form to export" +msgstr "" + msgid "No more attempts allowed for item \"%s\"." msgstr "No se permiten más intentos para el elemento \"%s\"." @@ -964,6 +1012,12 @@ msgstr "Publicación de prueba \"%s\" QTI fallida." msgid "QTI Test \"%s\" successfully published." msgstr "Prueba \"%s\" QTI publicada satisfactoriamente." +msgid "QTI Test Metadata" +msgstr "" + +msgid "QTI Test Package %s" +msgstr "" + msgid "QTI Test Package 2.1" msgstr "Paquete de Prueba QTI 2.1" @@ -973,11 +1027,14 @@ msgstr "Paquete de prueba QTI 2.2" msgid "QTI/APIP Test Content Package" msgstr "Paquete con contenido de prueba QTI/APIP" +msgid "Question" +msgstr "Pregunta" + msgid "question" msgstr "pregunta" -msgid "Question" -msgstr "Pregunta" +msgid "Question %s" +msgstr "" msgid "questions" msgstr "preguntas" @@ -1003,6 +1060,9 @@ msgstr "Eliminar Bloque de Rúbrica" msgid "Remove Section" msgstr "Eliminar Sección" +msgid "Remove Subsection" +msgstr "" + msgid "Remove Test Part" msgstr "Retire la parte de la prueba" @@ -1018,6 +1078,9 @@ msgstr "Restaurar filtros" msgid "Resource(s) successfully exported." msgstr "Recursos exportados satisfactoriamente." +msgid "ResultTransmission event successfully registered" +msgstr "" + msgid "Review" msgstr "Revisión" @@ -1048,12 +1111,12 @@ msgstr "Puntuador" msgid "Scoring" msgstr "Puntaje" -msgid "Scratch pad" -msgstr "Bloc de notas" - msgid "Scratch Pad" msgstr "Bloc de Notas" +msgid "Scratch pad" +msgstr "Bloc de notas" + msgid "Scratchpad" msgstr "Bloc de notas" @@ -1126,6 +1189,9 @@ msgstr "Mostrar revisión" msgid "Show Solution" msgstr "Mostrar Solución" +msgid "Show test overview panel" +msgstr "" + msgid "Show the review screen" msgstr "Mostrar la pantalla de revisión" @@ -1234,6 +1300,12 @@ msgstr "Los metadatos de la prueba se exportaron satisfactoriamente." msgid "Test Navigation" msgstr "Navegación por la prueba" +msgid "Test overview" +msgstr "" + +msgid "Test part level category enables configuring the categories of its composing items all at once. A category in gray means that all items have that category. A category in white means that only a few items have that category." +msgstr "" + msgid "Test Part Properties" msgstr "Propiedades de la parte de prueba" @@ -1262,12 +1334,12 @@ msgstr "Pruebas" msgid "Text content" msgstr "Contenido del texto" -msgid "Text to Speech" -msgstr "Texto a Voz" - msgid "Text To Speech" msgstr "Texto A Voz" +msgid "Text to Speech" +msgstr "Texto a Voz" + msgid "that was being taken." msgstr "que estaba siendo tomada." @@ -1349,6 +1421,9 @@ msgstr "El identificador principio de la prueba." msgid "The provided archive is invalid. Make sure it is not corrupted and that it contains an 'imsmanifest.xml' file." msgstr "El archivo proporcionado no es válido. Asegúrese de que no está dañado y que contiene un archivo 'imsmanifest.xml'." +msgid "The QTI Item with URI '%s' cannot be found." +msgstr "" + msgid "The QTI Test '%s' to be compiled must contain at least 1 QTI Item. None found." msgstr "La prueba '%s' QTI para ser compilada debe contener al menos 1 Elemento QTI. Ninguno encontrado." @@ -1380,6 +1455,14 @@ msgstr "El título de sección." msgid "The submission mode determines when the candidate's responses are submitted for response processing. A testPart in individual mode requires the candidate to submit their responses on an item-by-item basis. In simultaneous mode the candidate's responses are all submitted together at the end of the testPart." msgstr "El modo de presentación determina cuando las respuestas de los candidatos se presentan para el procesamiento de la respuesta. Un testPart en modo individual requiere que el candidato presente sus respuestas en una base elemento por elemento. En el modo simultáneo las respuestas de los candidatos están presentadas juntas al final del testPart." +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"" +msgstr "" + +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"Please fix the invalid settings and try again." +msgstr "" + msgid "The test has been closed/suspended!" msgstr "¡La evaluación se cerró/se suspendió!" @@ -1597,6 +1680,9 @@ msgstr "error XML en la linea %1$d columna %2$d \"%3$s\"." msgid "Yellow on Blue" msgstr "Amarillo sobre Azul" +msgid "YES" +msgstr "" + msgid "Yes" msgstr "Sí" diff --git a/locales/es-ES/messages_po.js b/locales/es-ES/messages_po.js index da711081a3..1f5fc95118 100644 --- a/locales/es-ES/messages_po.js +++ b/locales/es-ES/messages_po.js @@ -1 +1 @@ -{" and ":" y "," has been deleted successfully":" ha sido borrado exitosamente"," next":" siguiente"," requires a subgrid adapter":" requiere un adaptador de sub rejilla","%d day":"d\u00eda %d","%d days":"%d d\u00edas","%h hour":"hora %h","%h hours":"%h horas","%i minute":"minuto %i","%i minutes":"%i minutos","%m month":"mes %m","%m months":"%m meses","%s (%s kb)":"%s (%s kb)","%s Class saved":"%s Clase guardada","%s could not be released":"%s no pudo ser liberado","%s extension(s) to install.":"%s extensi\u00f3n(es) a instalar.","%s has been deleted":"%s ha sido eliminado","%s has been released":"%s ha sido liberado","%s is of a type that cannot be published":"%s es de un tipo que no puede ser publicado","%s Locked":"%s Bloqueado","%s to answer %s":"%s por responder %s","%s\u0022 is not a valid index identifier. It must start with a letter and contain letters, numbers or underscores only":"%s\u0022 no es un identificador de \u00edndice v\u00e1lido. Este debe comenzar con una letra y contener letras, n\u00fameros o guiones bajos solamente.","%y year":"%y a\u00f1o","%y years":"%y a\u00f1os","(empty)":"(vac\u00eda)","(Visual) Clear all active highlights":"(Visual) Borrar todos los puntos resaldados activos","(Visual) Highlight Text":"(Visual) Texto Resaltado","... reloading page.":"...recargando p\u00e1gina.","Filters<\/del>":"Filtros<\/del>","Options<\/del>":"Opciones<\/del>","> Extension %s succesfully installed.":">Extensi\u00f3n %s instalada satisfactoriamente.","> Installation done.":">Instalaci\u00f3n hecha.","A fatal error occured during the installation process.":"Un error fatal a ocurrido durante el proceso de instalaci\u00f3n.","A message with further instructions has been sent to your email address: %s":"Un mensaje con instrucciones adicionales ha sido enviada a su e-mail: %s","A QTI Item involved in the QTI Test \u0027%s\u0027 could not be compiled.":"Un Elemento QTI involucrado en la Prueba \u0027%s\u0027 QTI no pudo ser compilado.","A QTI Test must contain at least one QTI Item to be compiled. None found.":"Una prueba QTI debe contener al menos un Elemento QTI para ser compilado. Ninguno encontrado.","A qti testpackage":"Un paquete de pruebas QTI","A remote resource referenced in QTI test \u0027%s\u0027 could not be retrieved.":"Un recurso remoto referencia en prueba \u0027%s\u0027 QTI no se pudo recuperar.","A response to every question in this item is required.":"Se requiere una respuesta a todas las preguntas de este \u00edtem.","A response to this item is required.":"Se requiere una respuesta a este art\u00edculo.","A valid response to this item is required.":"Se requiere una respuesta v\u00e1lida a este \u00edtem.","A visible section is one that is identifiable by the candidate.":"Una secci\u00f3n visible es una que es identificable por el candidato.","Access Denied":"Acceso denegado","Access denied. Please renew your authentication!":"Acceso denegado. Por favor renueve su autenticaci\u00f3n!","Actions":"Acciones","Activated":"Activado","Add":"Agregar","Add a CSV file":"Agregar archivo CSV","add a new weight":"A\u00f1adir nueva ponderaci\u00f3n","Add a user":"Agregar un usuario","Add a zip file containing QTI\/APIP tests and items":"A\u00f1adir un archivo zip que contiene pruebas QTI\/APIP y elementos","Add an RDF\/XML file":"Agregar archivo RDF\/XML","Add Consumer":"A\u00f1adit consumidor","Add file(s)":"A\u00f1adir archivo(s)","Add property":"A\u00f1adir propiedad","Add selected item(s) here.":"A\u00f1adir elemento(s) seleccionados aqui.","Add the source file":"A\u00f1adir el archivo origen","After you complete the section it would be impossible to return to this section to make changes. Are you sure you want to end the section?":"Despu\u00e9s de que complete la secci\u00f3n, no podr\u00e1 regresar a ella para realizar cambios. \u00bfEst\u00e1 seguro de que desea terminar la secci\u00f3n?","all":"todos","All":"Todos","All data will be removed in %s":"Todos los datos seran removidos en %s","All fields are required":"Todos los campos son obligatorios","Allow Comment":"Permitir Comentario","Allow Review":"Permitir Revisi\u00f3n","Allow Section Skipping":"Permitir saltarse secci\u00f3n","Allow Skipping":"Permitir Saltarse","Allow skipping of the current section.":"Permitir saltarse la secci\u00f3n actual.","Allow Test-taker to playback media files associated according to APIP protocol to item content.":"Permitir al examinado reproducir los archivos multimedia asociados seg\u00fan el protocolo APIP al contenido del art\u00edculo.","Allow the candidate to review his answers.":"Permitir al candidato revisar sus respuestas.","Allow the test-taker to eliminate \/ strikethrough answers in choice interactions.":"Permitir que el examinado elimine\/tache respuestas en las interacciones con opciones.","Allow the test-taker to highlight parts of the item text.":"Permitir que el examinado resalte partes del texto del \u00edtem.","Allow the test-taker to mask and unmask answers in choice interactions.":"Permitir que el examinado oculte y muestre respuestas en las interacciones con opciones.","Allow the test-taker to mask parts of the item with a movable mask.":"Permitir que el examinado oculte partes del \u00edtem con una m\u00e1scara movible.","Allow the test-taker to use a basic calculator.":"Permitir que el examinado utilice una calculadora b\u00e1sica.","Allow the test-taker to use a calculator respecting the order of operations (BODMAS).":"Permitir que el examinado utilice una calculadora respetando el orden de las operaciones (BODMAS).","Allow the test-taker to use a movable magnifier tool.":"Permitir que el examinado utilice una herramienta de ampliaci\u00f3n movible.","Allow the test-taker to use a scientific calculator.":"Permitir que el examinado utilice una calculadora cient\u00edfica.","Allow the test-taker to visually isolate a line of text.":"Permitir que el examinado a\u00edsle visualmente una l\u00ednea de texto.","Allows Test-taker to zoom in and out the item content.":"Permitir que el examinado acerque y aleje el contenido del \u00edtem.","Alpha version":"Versi\u00f3n alpha","Also compute the score per categories":"Calcular tambi\u00e9n el puntaje por categor\u00edas","An email has been sent":"Un email ha sido enviado","An error occured while retrieving items":"Se produjo un error al recuperar \u00edtems","An error occurred during results submission. Please retry.":"Se produjo un error al enviar resultados. Vuelva a intentarlo.","An error occurred during the test initialization!":"Se produjo un error al inicializar la prueba.","An error occurred during the test, please content your administrator.":"Se produjo un error durante la prueba, p\u00f3ngase en contacto con el administrador.","An error occurred!":"Se produjo un error.","An error occurs, please contact your administrator":"Se produjo un error, p\u00f3ngase en contacto con el administrador.","An invisible section with a parent that is subject to shuffling can specify whether or not its children, which will appear to the candidate as if they were part of the parent, are shuffled as a block or mixed up with the other children of the parent section.":"Una secci\u00f3n invisible con un padre que est\u00e1 sujeto a barajar puede especificar si o no a sus hijos, lo que le aparece al candidato como si fueran parte de los padres, se barajan como un bloque o se mezcla con los otros hijos de la secci\u00f3n de los padres.","An item involved in the test cannot be read or is not QTI compliant.":"Un elemento involucrado en la prueba no se puede leer o no es compatible con QTI.","An item involved in the test cannot be written.":"Un elemento involucrado en la prueba no se puede escribir.","An unknown error occured while compiled QTI Test \u0027%s\u0027.":"Ha ocurrido un error desconocido mientras compilaba la prueba \u0027%s\u0027 QTI.","An unknown error occured while compiling QTI test \u0027%s\u0027.":"Un error desconocido ocurri\u00f3 durante la compilaci\u00f3n de la prueba \u0027%s\u0027 QTI.","An unrecoverable error occurred. Your test session will be paused.":"Se produjo un error irrecuperable. La sesi\u00f3n de su prueba se pausar\u00e1.","and":"y","and flagged %s of them":"y marc\u00f3 %s de ellas","and you flagged %s item(s) that you can review now":"y marcaste %s art\u00edculos que puedes revisar ahora","Answer Eliminator":"Eliminador de respuesta","Answer Masking":"Ocultamiento de respuesta","Answered":"Respondido","APIP Text To Speech":"Texto a Voz APIP","Are you sure to delete the versioned resource?\nThe history will be lost as well.":"Est\u00e1 seguro de borrar este recurso versionado?\nla historia se perder\u00e1 tambi\u00e9n.","Are you sure you want to clear your answer and go to the next item? You will not be able to go back and provide an answer.":"\u00bfEst\u00e1 seguro de que desea borrar su respuesta y pasar al siguiente \u00edtem? No podr\u00e1 retroceder para proporcionar una respuesta.","Are you sure you want to delete it?":"Est\u00e1 seguro de querer borrarlo?","Are you sure you want to end the test?":"\u00bfEst\u00e1 seguro(a) de que desea finalizar la prueba?","Are you sure you want to go to the next item? You will not be able to go back and change your answer.":"\u00bfEst\u00e1 seguro de que desea pasar al siguiente \u00edtem? No podr\u00e1 retroceder y cambiar su respuesta.","Are you sure you want to go to the next item? You will not be able to go back and provide an answer.":"\u00bfEst\u00e1 seguro de que desea pasar al siguiente \u00edtem? No podr\u00e1 retroceder y proporcionar una respuesta.","Are you sure you want to go to the next item? You will not be able to go back.":"\u00bfEst\u00e1 seguro de que desea pasar al siguiente \u00edtem? No podr\u00e1 retroceder.","Area Masking":"Ocultamiento de \u00e1rea","Assessment Activity":"Actividad de evaluaci\u00f3n","Assign User to role":"Asignar rol a usuario","Assign Users":"Asignar Usuarios","Associate a blueprint to a section allow you to validate this section against the specified blueprint.":"Asociar un blueprint a una secci\u00f3n permite validar esta secci\u00f3n con el plano especificado.","Associate Blueprint":"Asociar blueprint","At least one mandatory parameter was required but found missing in your request":"Se necesitaba como m\u00ednimo un par\u00e1metro obligatorio que no estaba presente en la solicitud","Author":"Autor","Author Item":"Elemento de autor","Authoring":"Autor\u00eda","Auxiliary file not found at location \u0022%s\u0022.":"Archivo auxiliar no encontrado en la ubicaci\u00f3n \u0022%s\u0022.","Available Extensions":"Extensiones disponibles","Back to listing":"Volver a la lista","Beta version":"Versi\u00f3n beta","Black on Cream":"Negro sobre Crema","Black on Light Blue":"Negro sobre Azul Claro","Black on Light Magenta":"Negro sobre Magenta Claro","Black on White":"Negro sobre Blanco","Browse folders:":"Examinar las carpetas:","Calculator":"Calculadora","Calculator BODMAS":"Calculadora BODMAS","Calendar":"Calendario","Can not playback media file!":"No se puede reproducir el archivo multimedia!","CANCEL":"CANCELAR","Cancel":"Cancelar","Candidate":"Candidato","Cannot be edited":"No puede ser editado","Cardinality":"Cardinalidad","Categories":"Categor\u00edas","Category score":"Puntaje de categor\u00eda","Change password":"Cambiar contrase\u00f1a","Change the current color preset":"Cambiar el color predeterminado actual","Change the password":"Cambiar la contrase\u00f1a","Check All":"Seleccionar Todo","Check all":"Seleccionar todo","Check-in":"Registrarse","Choose export format":"Elegir formato para exportar","Choose import format":"Elegir formato para importar","Class":"Clase","class selected":"clase seleccionada","Class successfully created.":"La clase se cre\u00f3 satisfactoriamente.","Clear all active highlights":"Borrar todos los resaltados activos","Clear Highlights":"Borrar resaltados","Click \u0022%s\u0022 to continue.":"Haga clic en \u0022%s\u0022 para continuar","Click to speak":"Haga clic para hablar","Close":"Cerrar","Close Magnifier":"Cerrar aumento","Close the mask":"Cerrar ocultamiento","Close this Section":"Cerrar esta secci\u00f3n","Collapse the review panel":"Contraer el panel de revisi\u00f3n","Column":"Columna","Combine a selection of items into tests.":"Unir una selecci\u00f3n de articulos dentro de la prueba.","Comment":"Comentario","Commit":"Efectuar","Completed items":"\u00cdtems completados","Confirm":"Confirmar","Connect to the TAO platform":"Conectar a la plataforma TAO","Connected to server":"Conectado al servidor","Continue":"Continuar","CONTINUE TO THE NEXT SECTION":"CONTINUAR A LA SIGUIENTE SECCI\u00d3N","Contrast":"Contraste","Controls the contribution of an individual item score to the overall test score.":"Controla la contribuci\u00f3n del puntaje de un \u00edtem individual al puntaje total de la prueba.","Controls the maximum number of attempts allowed. 0 means unlimited.":"Controla el n\u00famero m\u00e1ximo de intentos permitidos. 0 significa ilimitado.","Covers parts of the item":"Cubre partes del \u00edtem","Create":"Crear","Create instance of ":"Crear una instancia de ","CSV":"CSV","CSV Options":"Opciones CSV","Current language":"Idioma actual","Custom":"Personalizar","custom categories":"categor\u00edas personalizadas","Custom outcome processing. No changes will be made to the existing rules.":"Procesamiento de resultados personalizado. No se realizar\u00e1n cambios en las reglas existentes.","Cut score":"Puntaje de corte","Cut score (pass ratio)":"Puntaje de corte (ratio de aprobado)","Data imported":"Datos importados","Data imported successfully":"Datos importados exitosamente","Data Language":"Idioma de Datos","Data language":"Idioma de datos","Date":"Fecha","Default search":"B\u00fasqueda por defecto","Define the default values":"Define los valores por defecto","Delete":"Eliminar","Deliveries":"Entregas","Deliveries library":"Biblioteca de entregas","Demo Sandbox":"Demo Sanbox","Disable validation":"Desactivar validaci\u00f3n","Disabled %s":"Deshabilitada %s","Disconnected from server":"Desconectado del servidor","Display a warning before the test-taker ends a test part and there are still items left unanswered or marked for review.":"Mostrar una advertencia antes de que el examinado finalice una parte de una prueba si todav\u00eda hay \u00edtems por responder o marcados para revisar.","Display a warning before the test-taker ends the test part.":"Mostrar una advertencia antes de que el examinado finalice una parte de la prueba.","Display a warning before the test-taker ends the test.":"Mostrar una advertencia antes de que el examinado finalice la prueba.","Display a warning before the test-taker skips the section. Requires the Section Skipping option.":"Mostrar una advertencia antes de que el examinado se salte la secci\u00f3n. Requiere la opci\u00f3n Saltar secci\u00f3n.","Display End Test Warning":"Mostrar advertencia de fin de prueba","Display Next Part Warning":"Mostrar advertencia de parte siguiente","Display Next Section Warning":"Mostrar advertencia de secci\u00f3n siguiente","Display Unanswered Warning":"Mostrar advertencia de falta de respuesta","Displayed label":"Etiqueta mostrada","Displays a customisable magnifier":"Muestra una lupa adaptable","Do not flag the current item for later review":"No marcar el \u00edtem actual para revisi\u00f3n posterior","Do not rename it.":"No renombrar.","Do not show alert on timeout":"No mostrar alerta sobre tiempo de espera","Do you wish to install the following extension(s):\n%s?":"Desea instalar la siguiente extension(es): \n%s?","does not match":"no coincide","Don\u0027t set":"No configurado","Don\\\u0027t save":"No guardar","Download":"Descragar","Download the pupil responses and submit manually.":"Descargue las respuestas de los alumnos y env\u00edelas manualmente.","Download this file":"Descargar este archivo","Drag file here":"Arrastre el archivo aqu\u00ed","Drag files here":"Arrastre los archivos aqu\u00ed","Drop the files to upload":"Suelte los archivos a cargar","Duplicate":"Duplicar","Edit":"Editar","Edit a user":"Editar un usuario","Edit class %s":"Editar clase %s","Edit Instance":"Editar instancia","Element deleted.":"Elemento eliminado.","Eliminate choices":"Eliminar opciones","Email":"Elemnto no eliminado","Enable Mark for Review":"Activar marca para revisi\u00f3n","Enable mark for review of items. Requires the Review Screen option.":"Activar marca para revisi\u00f3n de elementos. Requiere la opci\u00f3n de Pantalla de revisi\u00f3n.","Enable Review Screen":"Activar la pantalla de revisi\u00f3n","Enable selection":"Habilitar seleccio\u0301n","Enable Skipping Ahead":"Activar Saltar adelante","Enable text to speech":"Habilitar texto a voz","Enable the item review screen \/ navigator.":"Activar la pantalla de revisi\u00f3n\/navegador de \u00edtems.","Enables skipping to items within this section. Requires the review screen option.":"Permite saltar a otros elementos de esta secci\u00f3n. Requiere la opci\u00f3n Pantalla de revisi\u00f3n.","End test":"Finalizar prueba","End Test":"Finalizar prueba","Enter":"Entrar","Enter a blueprint":"Ingresar un blueprint","Enter a custom category":"Ingresar una categor\u00eda personalizada","Error":"Error","Error during file import":"Error durante la importaci\u00f3n","Error found in the IMS QTI Test:\n%s":"Error encontrado en la prueba IMS QTI :\n%s","Exclusive (OR)":"(OR) exclusivo","Expand the review panel":"Expandir el panel de revisi\u00f3n","Export":"Exportar","Export ":"Exportar ","Export failed for the test \u0022%s":"La exportaci\u00f3n fall\u00f3 para la prueba \u0022%s","Export Irregularities":"Exportar irregularidades","Export metadata":"Exportar metadatos","Export Metadata as RDF\/XML file":"Exportar metadatos como archivo RDF\/XML","Export QTI 2.1 Test Package":"Exportar Paquete de Prueba QTI 2.1","Export QTI 2.2 Test Package":"Exportar Paquete de prueba QTI 2.2","Export successful for the test \u0022%s":"La exportaci\u00f3n fue satisfactoria para la prueba \u0022%s","Export Table":"Exportar Tabla","Extensions manager":"Administrador de extensiones","False":"Falso","Feedback block":"Bloque de comentarios","Field delimiter":"Separador de campos","Field encloser":"Delimitador de campos","File":"Archivo","File name":"Nombre de archivo","File not found":"Archivo no encontrado","File not found!":"Archivo no encontrado.","File Properties":"Propiedades de Archivo","file selected":"archivo seleccionado","File Uploader":"Cargador de archivos","files selected":"archivos seleccionados","Filter":"Filtro","Filtering mode":"Modo de filtrado","First Name":"Nombre","First row column names":"Nombre de columnas en primer rengl\u00f3n","Fixed":"Fijo","Fixed position in a shuffled the selection.":"Posici\u00f3n fija en un barajada selecci\u00f3n.","Flag for Review":"Marcar para revisi\u00f3n","Flag the current item for later review":"Marcar el \u00edtem actual para revisi\u00f3n posterior","Flagged":"Marcado","Flagged for review":"Marcado para revisi\u00f3n","Force Release":"Forzar liberaci\u00f3n","Force the item to be considered as informational and not taken into account in (un)answered \/ flagged counters.":"Forzar que el \u00edtem se considere informativo y no se tenga en cuenta en los contadores de \u00edtems con\/sin respuesta o marcados.","Forgot your password?":"\u00bfOlvidaste tu contrase\u00f1a?","Fuzzy Matching":"Coincidencia confusa","Go Back":"Regresar","Go to next item":"Ir al siguiente \u00edtem","Go to the current question":"Ir a la pregunta actual","Go to the next item?":"\u00bfDesea ir al siguiente \u00edtem?","Go to the next question":"Pasa a la siguiente pregunta","Go to the previous question":"Ir a la pregunta anterior","Go to the top of the page":"Ir al principio de la p\u00e1gina","Gray on Green":"Gris sobre Verde","Group test takers according to global features and classifications.":"Grupo de participantes de acuerdo con las caracter\u00edsticas globales y clasificaciones.","Groups":"Grupos","Groups library":"Biblioteca de grupos","Height":"Altura","Hi, %s
You indicated that you have forgotten your TAO password.":"Hola,%s
Usted indic\u00f3 que ha olvidado su contrase\u00f1a TAO.","Hide detailed report":"Ocultar reporte dellado","Hide Review":"Esconder revisi\u00f3n","Hide the review screen":"Esconder la pantalla de revisi\u00f3n","Hide the warning automatically displayed when a test-taker exit a timed section.":"Ocultar la advertencia que se muestra autom\u00e1ticamente cuando un examinado sale de una secci\u00f3n temporalizada.","Hide Timed Section Warning":"Ocultar advertencia de secci\u00f3n temporalizada","Hide timers":"Temporizador oculto","Highlight":"Resaltar","Highlight Text":"Resaltar texto","Highlighter":"Resaltador","hours":"horas","Html title":"T\u00edtulo HTML","Identifier":"Identificador","If required it must appear (at least once) in the selection.":"Si es requerido debe aparecer (al menos una vez) en la selecci\u00f3n.","If required, it must appears at least once in the selection.":"Si es requerido, debe aparece al menos una vez en la selecci\u00f3n.","If set, it causes the order of the child elements to be randomized, otherwise it uses the order in which the child elements are defined.":"Si se establece, hace que el orden de los elementos secundarios se ordenen al azar, de lo contrario se utiliza el orden en que los elementos secundarios son definidos.","If the candidate can skip the item, without submitting a response (default is true).":"Indica si el candidato puede saltarse el \u00edtem sin tener que enviar una respuesta (el valor predeterminado es Verdadero).","If the category option is set, the score will also be processed per categories, and each results will take place in the PASS_xxx outcome, where xxx is the name of the category.":"Si se establece la opci\u00f3n de categor\u00eda, el puntaje tambi\u00e9n se procesar\u00e1 por categor\u00edas y los resultados tendr\u00e1n lugar en PASS_xxx, siendo xxx el nombre de la categor\u00eda.","If the category option is set, the score will also be processed per categories, and each results will take place in the SCORE_xxx outcome, where xxx is the name of the category.":"Si se establece la opci\u00f3n de categor\u00eda, el puntaje tambi\u00e9n se procesar\u00e1 por categor\u00edas y los resultados tendr\u00e1n lugar en SCORE_xxx, siendo xxx el nombre de la categor\u00eda.","If the connection cannot be restored, see option B.":"Si no se puede restablecer la conexi\u00f3n, v\u00e9ase la opci\u00f3n B.","If you do not wish to reset your password, just ignore this email and your password will remain the same.":"Si usted no desea restablecer su contrase\u00f1a, simplemente ignore este correo electr\u00f3nico y su contrase\u00f1a seguir\u00e1 siendo la misma.","If you need help, please contact our Helpline on 0330 088 4171.":"Si necesita ayuda, por favor contacte con nuestra l\u00ednea de ayuda en el 0330 088 4171.","Import":"Importar","Import ":"Importar ","Import a QTI\/APIP Content Package":"Importar paquete de contenido QTI\/APIP","Import Metadata from CSV file":"Importar Metadatos de un archivo CSV","Import Metadata from RDF file":"Importar Metadatos de archivo RDF","Import QTI TEST into \u0022%s":"Importar PRUEBA QTI en \u0022%s","IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file could not be imported.":"Elemento IMS QTI referenciado como \u0022%s\u0022 en el archivo Manifiesto IMS no podr\u00e1 ser importado.","IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file successfully imported.":"Elemento IMS QTI referenciado como \u0022%s\u0022 en el archivo Manifiesto IMS importado satisfactoriamente.","IMS QTI Test Package successfully imported.":"Paquete de Prueba IMS QTI importado satisfactoriamente.","IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file successfully imported.":"Prueba IMS QTI referenciada como \u0022%s\u0022 en el archivo Manifiesto IMS importada satisfactoriamente.","In this part of the test navigation is not allowed.":"En esta parte de la prueba no se permite navegar.","Inclusive (AND)":"Inclusivo (AND)","Inconsistency at line %1d:":"Inconsistencia en linea %1d:","Index":"I\u0301ndice","Individual":"Individual","Informational Item Usage":"Uso de \u00edtem informativo","Install":"Instalar","Installation done.":"Instalaci\u00f3n completada.","Installation...":"Instalando...","Installed Extensions":"Extensiones instaladas","Installing extension %s...":"Instalando extensi\u00f3n %s...","Instance saved":"Instancia guardada","Interface Language":"Lenguaje de interface","Interface language":"Lenguaje de interface","Internal server error!":"Error interno del servidor.","Invalid field length":"Longitud de campo no v\u00e1lido","Invalid file type!":"Tipo de archivo inv\u00e1lido!","Invalid login or password. Please try again.":"Usuario o contrase\u00f1a invalida. Por favor intente nuevamente.","invalid regular expression":"expresi\u00f3n regular invalida","is already used in the test.":"ya se utiliza en la prueba.","is not a valid identifier (alphanum, underscore, dash and dots)":"no es un identificador v\u00e1lido (alfanum\u00e9rico, guiones bajos, guiones y puntos)","is not a valid identifier (everything except spaces)":"no es un identificador v\u00e1lido (todo excepto espacios)","It is not possible to save your responses while working offline.":"No es posible guardar las respuestas mientras se trabaja fuera de l\u00ednea.","Item \u0022%s\u0022 is completed.":"El \u00edtem \u0022%s\u0022 est\u00e1 completo.","Item %d":"Elemento %d","Item %d of %d":"Elemento %d de %d","Item %s loaded":"Elemento %s cargado","Item Reference Properties":"Elemento Referencia Propiedades","Item response identifier does not match current item":"El identificador de respuesta del elemento no coincide con el elemento actual","Item Session Control":"Control de Sesi\u00f3n de Elemento","items":"elementos","Items":"Elementos","Items can optionally be assigned to one or more categories.":"Los elementos opcionalmente pueden ser asignados a una o m\u00e1s categor\u00edas.","Items Compilation":"Compilaci\u00f3n de Elementos","Items library":"Biblioteca de elementos","Items marked for later review":"\u00cdtems marcados para revisi\u00f3n posterior","Items with assessmentItemRef identifiers \u0022%s\u0022 are not registered in the related CAT endpoint.":"Los \u00edtems con identificadores assessmentItemRef \u0022%s\u0022 no se registran en el punto final CAT relacionado.","Jump Menu":"Saltar Men\u00fa","Jump to:":"Saltar a:","Keep Together":"Mantener junto","Keyboard Navigation":"Navegaci\u00f3n por teclado","Keyboard shortcuts for the Accessibility Tools are available to the Test-taker.":"Los atajos de teclado para las Herramientas de Accesibilidad est\u00e1n disponibles para el examinado.","Label":"Etiqueta","Language":"Idioma","Last Name":"Apellido","Late submission allowed":"Envio tard\u00edo permitido","Leave a comment":"Dejar un comentario","less than a minute":"menos de un minuto","Line Reader":"Lector de l\u00ednea","Linear":"Lineal","Link durations to activate the guided navigation":"Enlazar duraciones para activar navegaci\u00f3n guiada","List":"Lista","List - Multiple choice - Check box":"Lista - Opciones m\u00faltiples - Selecci\u00f3n","List - Single choice - Drop down":"Lista - Opci\u00f3n sencilla - Lista de selecci\u00f3n","List - Single choice - Radio button":"Lista - Opci\u00f3n sencilla - Selecci\u00f3n \u00fanica","Loaded":"Cargado","Loaded at Startup":"Cargar al Inicio","Locked duration : guided navigation. The test transition to the next item once the duration reaches 0.":"Duraci\u00f3n bloqueada: navegaci\u00f3n guiada. La prueba pasa al siguiente \u00edtem una vez que la duraci\u00f3n alcanza 0.","Log in":"Iniciar sesi\u00f3n","Log Out":"Cerrar la sesio\u0301n","Login":"Inicio de sesi\u00f3n","Login available":"Inicio de sesi\u00f3n diponible","LTI Consumers":"Consumidor LTI","Magnifier":"Aumento","Magnify less":"Aumentar menos","Magnify more":"Aumentar m\u00e1s","Magnifying Glass":"Lente de aumento","Main navigation":"Navegaci\u00f3n principal","Manage data list":"Administrar lista de datos","Manage groups":"Gestionar grupos","Manage items":"Gestionar elementos","Manage Results":"Gestionar resultados","Manage roles":"Administrar roles","Manage Roles and apply them to users.":"Adminstrar Roles y aplicarlos a usuarios.","Manage Rubric Blocks":"Administrar Bloques de R\u00fabrica","Manage test properties":"Administrar las propiedades de prueba","Manage test takers":"Administrar participantes","Manage Tests":"Gestionar Pruebas","Manage tests":"Gestionar pruebas","Manage users":"Adminstrar usuarios","Manage Versioned File":"Ardministrar Archivos Versionados","Map the properties to the CSV columns":"Mapa de las propiedades a las columnas CSV","Mark for review":"Marcar para revisi\u00f3n","Masking":"Ocultamiento","Match value":"Coincidir con el valor","Max Attempts":"Intentos M\u00e1ximos","Maximum Duration":"M\u00e1xima Duraci\u00f3n","Maximum duration : the items times out when the duration reaches 0.":"Duraci\u00f3n m\u00e1xima: los \u00edtems exceden el tiempo definido cuando la duraci\u00f3n alcanza 0.","Maximum duration for the all test.":"M\u00e1xima duraci\u00f3n para toda la prueba.","Maximum duration for this item.":"M\u00e1xima duraci\u00f3n para este elemento.","Maximum duration for this section.":"M\u00e1xima duraci\u00f3n para esta secci\u00f3n.","Maximum duration for this test part.":"M\u00e1xima duraci\u00f3n para esta parte de la prueba.","Message":"Mensaje","Metadata export is not available for test \u0022%s.":"La exportaci\u00f3n de metadatos no est\u00e1 disponible para la prueba \u0022%s.","Minimum Duration":"Minima Duraci\u00f3n","Minimum duration : enforces the test taker to stay on the item for the given duration.":"Duraci\u00f3n m\u00ednima: fuerza al examinado a quedarse en el \u00edtem durante el tiempo establecido.","Minimum duration for the test.":"Minima duraci\u00f3n para la prueba.","Minimum duration for this item.":"Minima duraci\u00f3n para la este elemento.","Minimum duration for this section.":"Minima duraci\u00f3n para esta secci\u00f3n.","Minimum duration for this test part.":"Minima duraci\u00f3n para esta parte de la prueba.","minutes":"minutos","Missed required parameter \\\u0027id\\":"Se omiti\u00f3 el par\u00e1metro requerido \\\u0027id\\\u0027","Missed test package file":"Se omiti\u00f3 el archivo de paquete de la prueba","Missing required configuration option %s":"Falta la opci\u00f3n de configuraci\u00f3n requerida %s","More":"M\u00e1s","Move":"Mover","Move Down":"Mover hacia abajo","Move role":"Mover role","Move to":"Mover a","Move Up":"Mover hacia arriba","Moving this element will replace the properties of the previous class by those of the destination class :":"Mover este elemento reemplazar\u00e1 las propiedades de la clase anterior por los de la clase destino :","Moving to the next item without time limit reached message.":"Pasar al siguiente \u00edtem sin el mensaje de l\u00edmite de tiempo alcanzado.","Multiple values delimiter":"Delimitador de m\u00faltiples valores","My settings":"Mi configuraci\u00f3n","My settings (%s)":"Mis configuraciones (%s)","Name":"Nombre","name of the pupil":"nombre del alumno","Navigation":"Navegacio\u0301n","Navigation shortcuts":"Atajos de Navegaci\u00f3n","Navigation Warnings":"Advertencias de navegaci\u00f3n","network":"red","New class":"Nueva clase","New delivery":"Nueva entrega","New Group":"Nuevo grupo","New item":"Elemento nuevo","New password":"Nueva contrase\u00f1a","New role":"Nuevo rol","New Rubric Block":"Nuevo Bloque de R\u00fabrica","New section":"Nueva secci\u00f3n","New test":"Nueva clase","New test part":"Nueva parte de prueba","New test-taker":"Nuevo participante","Next":"Siguiente","Next Section":"Secci\u00f3n siguiente","No":"No","No CAT Engine configured for CAT Endpoint \u0022%s\u0022.":"No hay ning\u00fan motor CAT configurado para el punto final CAT \u0022%s\u0022.","No extensions available.":"No hay extensiones disponibles.","No file found at location \u0022%s\u0022.":"Archivo no encontrado en ubicaci\u00f3n \u0022%s\u0022.","no file not found in this location":"ning\u00fan archivo se encuentra en esta ubicaci\u00f3n","No file selected":"No se seleccion\u00f3 ning\u00fan archivo","No files":"Sin archivos","no label":"sin etiqueta","No more attempts allowed for item \u0022%s\u0022.":"No se permiten m\u00e1s intentos para el elemento \u0022%s\u0022.","no outcome declaration found":"no se encontr\u00f3 ninguna declaraci\u00f3n de resultado","No outcome processing. Erase the existing rules, if any.":"No se procesa ning\u00fan resultado. Borre las reglas existentes, si las hay.","No reference to any IMS QTI Item found.":"No hay referencia a ning\u00fan elemento IMS QTI encontrado.","Non Linear":"No Lineal","None":"Ninguno","Not all test could be exported":"No se pudo exportar toda la prueba","Not answered":"No contestado","Not seen":"No se ha visto","Not shuffled, the position remains fixed.":"No reorganizado, la posici\u00f3n permanece fija.","Nothing imported":"Nada importado","Nothing to install !":"No hay nada para instalar !","Number of elements":"N\u00famero de elementos","Offline":"Fuera de l\u00ednea","OK":"Aceptar","Ok":"Aceptar","OK & End test":"Aceptar y finalizar la prueba","Old Password":"Contrase\u00f1a antigua","Once you close this section, you cannot return to it or change your answers.":"Una vez que cierre esta \u00a0secci\u00f3n, no podr\u00e1 volver a ella ni cambiar sus respuestas.","One or more dependent IMS QTI Items could not be imported.":"Uno o m\u00e1s Elementos IMS QTI dependientes no pod\u00edan ser importados.","Online":"En l\u00ednea","Only display the items marked for review":"Mostrar solo los \u00edtems marcados para revisi\u00f3n","Only display the unanswered items":"Mostrar solo los \u00edtems sin respuesta","Open Calculator":"Abrir calculadora","Open Keyboard Shortcuts":"Abrir atajos de teclado","Option A":"Opci\u00f3n A","Option B":"Opci\u00f3n B","or":"o","Ordering":"Ordenamiento","Outcome":"Resultado","Outcome declarations":"Declaraciones de resultados","Outcome processing":"Procesamiento de resultados","Package is valid but no tests were found. Make sure that it contains valid QTI tests.":"El paquete es v\u00e1lido, pero no se encontraron pruebas. Aseg\u00farese de que contiene pruebas QTI v\u00e1lidas.","Page":"P\u00e1gina","Part %d":"Parte %d","Passage":"Pasaje","Password":"Contrase\u00f1a","Password changed":"Contrase\u00f1a cambiada","Password successfully changed":"Contrase\u00f1a cambiada correctamente","Pause":"Pausar","Pause the test":"Pausar la prueba","Play":"Reproducir","Please confirm deletion":"Por favor confirme eliminaci\u00f3n","Please confirm this operation.":"Por favor confirma esta operaci\u00f3n.","Please confirm you want to leave the test.":"Confirme que desea abandonar la prueba.","Please contact %s or an administrator to release it":"Por favor, p\u00f3ngase en contacto con %s o un administrador para liberarlo","Please give a message to your commit":"Por favor dejar un mensaje a su compromiso","Please try reloading the page or pause the test. If you pause, you will be able to resume the test from this page.":"Por favor, intente recargar la p\u00e1gina o pausar la prueba. Si hace una pausa, podr\u00e1 reanudar la prueba desde esta p\u00e1gina.","Please wait":"Espera","Please wait while we try to restore the connection.":"Por favor espere mientras intenta restablecer la conexi\u00f3n.","Post install processing":"Fijar proceso de instalaci\u00f3n","Prepare, publish deliveries sessions.":"Preparar, publicar sesiones de entregas.","Preparing installation...":"Preparando instalaci\u00f3n...","Preview":"Vista preliminar","Preview the covered area":"Vista preliminar del \u00e1rea cubierta","Previous":"Anterior","PROCEED & END ASSESSMENT":"PROCEDER Y FINALIZAR LA EVALUACI\u00d3N","Proctor":"Proctor","Properties":"Propiedades","QTI 2.1 Test Driver":"Conductor de Prueba QTI 2.1","QTI Item Runner":"Ejecutor de elemento QTI","QTI Test \u0022%s\u0022 publishing failed.":"Publicaci\u00f3n de prueba \u0022%s\u0022 QTI fallida.","QTI Test \u0022%s\u0022 successfully published.":"Prueba \u0022%s\u0022 QTI publicada satisfactoriamente.","QTI Test Package 2.1":"Paquete de Prueba QTI 2.1","QTI Test Package 2.2":"Paquete de prueba QTI 2.2","QTI\/APIP Test Content Package":"Paquete con contenido de prueba QTI\/APIP","Question":"Pregunta","question":"pregunta","questions":"preguntas","Record and manage test takers.":"Resgistro y gesti\u00f3n de participantes.","Reference":"Referencia","Regenerate":"Regenerar","Release":"Liberaci\u00f3n","Reload the page":"Recargar la p\u00e1gina","remaining %s %s":"restante %s %s","Remove":"Remover","Remove Item Reference":"Eliminar Referencia de Elemento","Remove Message":"Eliminar mensaje","Remove Rubric Block":"Eliminar Bloque de R\u00fabrica","Remove Section":"Eliminar Secci\u00f3n","Remove Test Part":"Retire la parte de la prueba","Remove this file":"Remover este archivo","Rename":"Renombrar","Repeat new password":"Repita la nueva contrase\u00f1a","Required":"Requerido","Required field":"Campo requerido","required length":"longitud requerida","Requires":"Requiere","Reset":"Reiniciar","Reset filters":"Restaurar filtros","Resource":"Recurso","Resource not imported due to multiple super classes":"Recurso no importado debido a m\u00faltiples clases s\u00faper","Resource not imported due to multiple types":"Recurso no importado debido a m\u00faltiples tipos","Resource saved":"Recurso guardado","Resource(s) successfully exported.":"Recursos exportados satisfactoriamente.","Responsive mode":"Modo responsivo","Results":"Resultados","Results library":"Biblioteca de resultados","Return to sign in page":"Regresar a p\u00e1gina de ingreso","Review":"Revisi\u00f3n","Review my Answers":"Revisar mis respuestas","Right click the tree to manage your lists":"Clic derecho en el \u00e1rbol para administrar tus listas","Role saved":"Rol guardado","Roles":"Roles","Roles library":"Libreria de roles","Rubric Block":"Bloque de R\u00fabrica","Rubric Block Properties":"Propiedades de Bloque de R\u00fabrica","Rubric Blocks":"Bloque de R\u00fabrica","Save":"Guardar","Saved":"Guardado","Scientific Calculator":"Calculadora cient\u00edfica","Scope":"\u00c1mbito","Scorer":"Puntuador","Scoring":"Puntaje","Scratch Pad":"Bloc de Notas","Scratch pad":"Bloc de notas","Scratchpad":"Bloc de notas","Search":"B\u00fasqueda","Search %s":"Buscar %s","Search sub-classes":"Buscar sub-clases","seconds":"segundos","Section %d":"Secci\u00f3n %d","Section %d of %d":"Secci\u00f3n %d de %d","Section level category enables configuring the categories of its composing items all at once. A category in gray means that all items have that category. A category in white means that only a few items have that category.":"La categor\u00eda de nivel de secci\u00f3n permite configurar las categor\u00edas de los \u00edtems que la componen de una sola vez. Una categor\u00eda en gris significa que todos los \u00edtems tienen esa categor\u00eda. Una categor\u00eda en blanco significa que solo algunos \u00edtems tienen esa categor\u00eda.","Section Properties":"Propiedades de secci\u00f3n","select":"seleccionar","Select":"Seleccionar","Select a blueprint":"Seleccionar un blueprint","Select a language":"Seleccionar un idioma","Select Items":"Seleccionar elementos","Select the way the responses of your test should be processed":"Seleccione c\u00f3mo deben procesarse las respuestas de su prueba","Select this file":"Seleccione este archivo","Selected file:":"Archivo seleccionado:","Selection":"Seleccio\u0301n","Selection saved successfully":"Selecci\u00f3n guardada correctamente","Send":"Enviar","Set outcome identifier the feedback block is related to":"Establecer el identificador de resultado con el que est\u00e1 relacionado el bloque de comentarios","Set the cut score (or pass score ratio) associated to the test. It must be a float between 0 and 1.":"Establecer el puntaje de corte (o ratio de puntaje de aprobado) asociado con la prueba. Debe ser un n\u00famero de coma flotante entre 0 y 1.","Set the rubric block as a feedback block":"Establecer el bloque de r\u00fabrica como bloque de comentarios","Set the value of the outcome that will activate the feedback block":"Establecer el valor del resultado que activar\u00e1 el bloque de comentarios","Set the weight identifier used to process the score":"Establecer el identificador de ponderaci\u00f3n utilizado para procesar el puntaje","Set the XHTML-QTI class of the rubric block.":"Establecer la clase XHTML-QTI para el bloque de r\u00fabrica.","Set the XHTML-QTI identifier of the rubric block.":"Establecer el identificador XHTML-QTI para el bloque de r\u00fabrica.","SetSynchronisationService successfully configured.":"Se ha configurado con \u00e9xito SetSynchronisationService.","Settings":"Ajustes","Settings updated":"Configuraci\u00f3n actualizada","Show detailed report":"Muestrar reporte detallado","Show Feedback":"Mostrar comentarios","Show Review":"Mostrar revisi\u00f3n","Show Solution":"Mostrar Soluci\u00f3n","Show the review screen":"Mostrar la pantalla de revisi\u00f3n","Show the solution once the answer is submitted.":"Mostrar la soluci\u00f3n antes de que la respuesta sea enviada.","Show timers":"Muestra el temporizador","Show\/Hide the review screen":"Mostrar\/esconder la pantalla de revisi\u00f3n","Shuffle":"Aleatorio","Simultaneous":"Sim\u00faltanea","Size":"Taman\u0303o","Skip":"Omitir","Skip & End Test":"Saltar & Fin de Prueba","Skip and end test":"Saltar y finalizar prueba","Skip and go to the end of the test":"Saltar e ir al final de la prueba","Skip and go to the next item":"Saltar e ir al siguiente \u00edtem","Skip to the end of the test":"Omitir hasta el fin de la prueba","Skip to the next item":"Saltar al elemento siguiente","Skip to the next section":"Saltar a la siguiente secci\u00f3n","Some rubric blocks have been updated to reflect the changes in the list of outcomes.":"Algunos bloques de r\u00fabrica se actualizaron para reflejar los cambios de la lista de resultados.","Something unexpected happened.":"Ocurri\u00f3 algo inesperado.","Something went wrong...":"Algo sali\u00f3 mal...","Speech speed":"Velocidad del habla","Speed":"Velocidad","Start Test-part":"Iniciar parte de la Prueba","Step 1: Download the file (see below when available).":"Paso 1: Descargar el archivo (ver abajo cuando est\u00e9 disponible).","Step 2: When you are online again, please send the downloaded file to receptionbaseline@nfer.ac.uk together with the ":"Paso 2: Cuando est\u00e9 en l\u00ednea de nuevo, por favor env\u00ede el archivo descargado a receptionbaseline@nfer.ac.uk junto con el ","Step 3: Once you have downloaded the file you can close the browser window. Do not do anything further with the assessment whilst it shows as \u0022in progress\u0022; the status will be updated once the helpline has uploaded the file.":"Paso 3: Una vez que haya descargado el archivo puede cerrar la ventana del navegador. No haga nada m\u00e1s con la evaluaci\u00f3n mientras se muestra como \u0022en progreso\u0022; el estado se actualizar\u00e1 una vez que la l\u00ednea de ayuda haya subido el archivo.","Stop":"Detener","Submission":"Env\u00edo","Submit and go to the end of the test":"Enviar e ir al final de la prueba","Submit and go to the item %s":"Som\u00e9tase y vaya al art\u00edculo %s","Submit and go to the next item":"Enviar e ir al elemento siguiente","Submit and go to the previous item":"Enviar e ir al elemento anterior","SUBMIT THE TEST":"ENVIAR LA PRUEBA","SUBMIT THIS PART":"ENVIAR ESTA PARTE","Success":"Correcto","Successfully imported \u0022%s":"%s Importado satisfactoriamente\u0022","Successfully imported class \u0022%s":"%s Clase importada satisfactoriamente\u0022","Supported export formats":"Formatos exportados soportados","TAO Home":"Inicio TAO","TAO Login":"Iniciar sesi\u00f3n TAO","technical":"t\u00e9cnico","Test":"Prueba","Test constructor":"Constructor de prueba","Test metadata successfully exported.":"Los metadatos de la prueba se exportaron satisfactoriamente.","Test Navigation":"Navegaci\u00f3n por la prueba","Test Part Properties":"Propiedades de la parte de prueba","Test Preview is not installed, please contact to your administrator.":"La vista previa de la prueba no est\u00e1 instalada, por favor contacte con su administrador.","Test Saved":"Prueba Guardada","Test status":"Estado de la prueba","Test status and review structure":"Estado de las pruebas y estructura de revisi\u00f3n","Test Status and Structure":"Estado de las pruebas y Estructura","Test takers library":"Biblioteca de participantes","Test-Taker Tools":"Herramientas de examinado","Test-takers":"Participantes","Tests":"Pruebas","Tests library":"Biblioteca de pruebas","Text - Long - Box":"Texto - Largo - Caja","Text - Long - HTML editor":"Texto - Longitud - editor HTML","Text - Short - Field":"Texto - Short - Campo","Text content":"Contenido del texto","Text to Speech":"Texto a Voz","Text To Speech":"Texto A Voz","that was being taken.":"que estaba siendo tomada.","The \u0027imsmanifest.xml\u0027 file found in the archive is not valid.":"El archivo \u0027imsmanifest.xml\u0027 encontrado en el archivo no es v\u00e1lido.","the assessment (LCL or Mathematics)":"la evaluaci\u00f3n (LCL o Matem\u00e1ticas)","The assessment has been created but is not already running.":"Se cre\u00f3 la evaluaci\u00f3n pero a\u00fan no funciona.","The assessment has been suspended by an authorized proctor. If you wish to resume your assessment, please relaunch it and contact your proctor if required.":"La evaluaci\u00f3n fue suspendida por un coordinador autorizado. Si desea retomar su evaluaci\u00f3n, vuelva a iniciarla y contacte a su coordinador si es necesario.","The assessment has been suspended. To resume your assessment, please relaunch it and contact your proctor if required.":"Se suspendi\u00f3 la evaluaci\u00f3n. Para reanudar su evaluaci\u00f3n, vuelva a iniciarla y p\u00f3ngase en contacto con su supervisor si es necesario.","The assessment has been suspended. To resume your assessment, please relaunch it.":"La evaluaci\u00f3n ha sido suspendida. Para reanudar su evaluaci\u00f3n, por favor reinicie.","The assessment has been terminated.":"La evaluaci\u00f3n se ha terminado.","The assessment has been terminated. You cannot interact with it anymore.":"La evaluaci\u00f3n se ha terminado. Ya no puede interactuar con ella.","The assessment is still running.":"La evaluaci\u00f3n sigue ejecut\u00e1ndose.","The candidate is not allowed to submit invalid responses.":"Al candidato no se le permite enviar respuestas equivocadas.","The column ":"La columna ","The connection seems to be back, please proceed":"Parece que se retom\u00f3 la conexi\u00f3n. Contin\u00fae.","the current question":"la pregunta actual","The dependency to the IMS QTI AssessmentItemRef \u0022%s\u0022 in the IMS Manifest file could not be resolved.":"No se pudo resolver la dependencia a IMS QTI AssessmentItemRef \u0022%s\u0022 en el archivo de manifiesto de IMS.","The download will be available in %d<\/strong> seconds":"La descarga estar\u00e1 disponible en %d<\/strong> segundos","The following identifiers are not unique accross the test : %s":"Los identificadores siguientes no son \u00fanicos en la prueba: %s","The identifier of the item reference.":"El identificador de la referencia del elemento.","The identifier of the section.":"El identificador de la secci\u00f3n.","The IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file was already stored in the Item Bank.":"El \u00edtem IMS QTI al que se hace referencia como \u0022%s\u0022 en el archivo de manifiesto de IMS ya se almacen\u00f3 en el banco de \u00edtems.","The IMS QTI Test Package could not be imported.":"El Paquete de Prueba IMS QTI no pudo ser importado.","The IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file could not be imported.":"La Prueba IMS QTI referenciada como \u0022%s\u0022 en el archivo Manifiesto IMS no pudo ser importada.","The index identifier should not be empty":"El identificador de \u00edndice no debe ser vacio","The lock has been released":"El bloqueo ha sido liberado","The navigation mode determines the general paths that the candidate may take. A linear mode restricts the candidate to attempt each item in turn. Non Linear removes this restriction.":"El modo de navegaci\u00f3n determina los caminos generales que el candidato puede tomar. un modo lineal restringe el candidato a intentar por cada elemento en turno. No Lineal elimina esta restricci\u00f3n.","The number of child elements to be selected.":"El n\u00famero de elementos secundarios seran seleccionados.","The outcome \u0022%s\u0022 does not exist, but it is referenced by a feedback block!":"El resultado \u0022%s\u0022 no existe, pero se hace referencia a \u00e9l en un bloque de comentarios.","The outcomes have been regenerated!":"Los resultados se generaron de nuevo.","The principle identifier of the test.":"El identificador principio de la prueba.","The provided archive is invalid. Make sure it is not corrupted and that it contains an \u0027imsmanifest.xml\u0027 file.":"El archivo proporcionado no es v\u00e1lido. Aseg\u00farese de que no est\u00e1 da\u00f1ado y que contiene un archivo \u0027imsmanifest.xml\u0027.","The QTI Test \u0027%s\u0027 to be compiled must contain at least 1 QTI Item. None found.":"La prueba \u0027%s\u0027 QTI para ser compilada debe contener al menos 1 Elemento QTI. Ninguno encontrado.","The QTI test could not be retrieved correctly.":"La prueba QTI No se pudo recuperar correctamente.","The QTI Test XML or one of its dependencies is malformed or empty.":"El XML de la Prueba QTI o una de sus dependencias esta mal formado o vac\u00edo.","The QTI-XML test could not be written correctly.":"La prueba QTI-XML no se puede escribir correctamente.","The reference.":"La referencia.","The resources related to the IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file were rolled back.":"Los recursos relacionados con la Prueba de QTI IMS referenciada como \u0022%s\\\n\u0022en el archivo Manifiesto IMS se deshacen.","The score will be processed for the entire test. A sum of all SCORE outcomes will be computed and divided by the sum of MAX SCORE, the result will be compared to the cut score (or pass ratio), then the PASS_TOTAL outcome will be set accordingly.":"Se procesar\u00e1 el puntaje para toda la prueba. Se calcular\u00e1 una suma de todos los resultados de PUNTAJE y se dividir\u00e1 por la suma del MAX SCORE; el resultado obtenido se comparar\u00e1 con el puntaje de corte (o ratio de aprobado) y, a continuaci\u00f3n, se establecer\u00e1 el resultado de PASS_TOTAL en consecuencia.","The score will be processed for the entire test. A sum of all SCORE outcomes will be computed, the result will take place in the SCORE_TOTAL outcome.":"Se procesar\u00e1 el puntaje para toda la prueba. Se calcular\u00e1 una suma de todos los resultados de SCORE; el resultado tendr\u00e1 lugar en SCORE_TOTAL.","The section title.":"El t\u00edtulo de secci\u00f3n.","The submission mode determines when the candidate\u0027s responses are submitted for response processing. A testPart in individual mode requires the candidate to submit their responses on an item-by-item basis. In simultaneous mode the candidate\u0027s responses are all submitted together at the end of the testPart.":"El modo de presentaci\u00f3n determina cuando las respuestas de los candidatos se presentan para el procesamiento de la respuesta. Un testPart en modo individual requiere que el candidato presente sus respuestas en una base elemento por elemento. En el modo simult\u00e1neo las respuestas de los candidatos est\u00e1n presentadas juntas al final del testPart.","The test has been closed\/suspended!":"\u00a1La evaluaci\u00f3n se cerr\u00f3\/se suspendi\u00f3!","The test has been paused, we are unable to connect to the server.":"La prueba se paus\u00f3; no podemos establecer conexi\u00f3n con el servidor.","The test has not been saved.":"No se guard\u00f3 la prueba.","The test has unsaved changes, are you sure you want to leave?":"La prueba tiene cambios no guardados, \u00bfest\u00e1s seguro de que quieres irte?","The test has unsaved changes, would you like to save it?":"La prueba tiene cambios sin guardar, \u00bfle gustar\u00eda guardarla?","The test needs to be saved before it can be previewed.":"La prueba tiene que ser guardada antes de que pueda ser vista previamente.","The test part identifier.":"El identificador de parte de prueba.","The test title.":"El t\u00edtulo de prueba.","The time limit has been reached for this part of the test.":"Se ha alcanzado el l\u00edmite de tiempo para esta parte de la prueba.","The value of this field must be a valid date format, e.g. YYYY-MM-DD":"El valor de este campo debe ser un formato de fecha v\u00e1lido, por ejemplo YYYY-MM-DD","The value of this field must be an integer":"El valor de este campo debe ser un entero","The value of this field must be numeric":"El valor de este campo debe ser num\u00e9rico","There are %s unanswered questions":"Hay %s preguntas sin responder","There are %s unanswered questions in this part of the test":"Hay %s preguntas sin responder en esta parte de la prueba","There is %s unanswered question":"Hay %s pregunta sin responder","There is %s unanswered question in this part of the test":"Hay %s pregunta sin responder en esta parte de la prueba","There is not outcomes!":"No hay ning\u00fan resultado.","This %s is currently checked out":"Este %s esta actualmente desprotegido","This constraint affects the visibility of feedback after the end of the last attempt.":"Esta restricci\u00f3n afecta la visibilidad de la retroalimentaci\u00f3n despu\u00e9s del final del \u00faltimo intento.","This constraint controls whether or not the candidate is allowed to provide a comment on the item during the session. Comments are not part of the assessed responses.":"Esta restricci\u00f3n controla si se permite o no al candidato proporcionar un comentario sobre el tema durante la sesi\u00f3n. Los comentarios no son parte de las respuestas evaluadas.","This field is required":"\u00c9ste campo es requerdido","This field is too long":"La campo es demasiado largo","This field is too short":"Esta campo es demasiado corto","This functionality is blocked. Please contact with your administrator for more details.":"Esta funcionalidad est\u00e1 bloqueada. Por favor, contacta con tu administrador para m\u00e1s detalles.","This is not a valid email address.":"Esta direcci\u00f3n de email no es v\u00e1lida.","this is required":"esto es requerido","This Login is already in use":"Este Login ya est\u00e1 siendo usado","This password reset link is no longer valid. It may have already been used. If you still wish to reset your password please request a new link":"Este enlace de restablecimiento de contrase\u00f1a ya no es v\u00e1lido. Puede que ya se ha utilizado. Si a\u00fan desea restablecer su contrase\u00f1a, por favor solicitar un nuevo enlace","This resource is locked":"El recurso est\u00e1 bloqueado","This role is still given to one or more users. Please remove the role to these users first.":"Este rol todav\u00eda se da a uno o m\u00e1s usuarios. Por favor, remueva el rol a estos usuarios primero.","This test has been suspended":"Esta prueba ha sido suspendida","This test has been terminated":"Esta prueba es terminado","Time limit reached for item \u0022%s\u0022.":"Alcanz\u00f3 el l\u00edmite de tiempo para el \u00edtem \u0022%s\u0022.","Time limit reached, this part of the test has ended.":"Alcanz\u00f3 el l\u00edmite de tiempo, esta parte de la prueba ha finalizado.","Time limit reached, this part of the test has ended. However you are allowed to finish the current item.":"Se alcanz\u00f3 el l\u00edmite de tiempo. Esta parte de la prueba finaliz\u00f3. No obstante, puede finalizar el \u00edtem actual.","Time Limits":"Tiempo L\u00edmite","Time Remaining":"Tiempo restante","Time zone":"Zona horaria","Title":"Ti\u0301tulo","To reset your password, click the link below, or paste it into your browser. You will then be prompted to create a new password.":"Para restablecer su contrase\u00f1a, haga clic en el enlace de abajo, o pegarlo en su navegador. A continuaci\u00f3n se le pedir\u00e1 que cree una nueva contrase\u00f1a.","to translate":"traducir a","Toggle playback":"Reproducir la Conmutaci\u00f3n","Toggle start from here mode":"Cambie el modo de inicio desde aqu\u00ed","Tokenizer":"Marcador","Too many suggestions match your query. Only a few are listed":"Demasiadas sugerencias coinciden con tu consulta. S\u00f3lo unas pocas son listadas","Tool box and flagging for review":"Caja de herramientas y marcado para revisi\u00f3n","Toolbox":"Caja de herramientas","Tools":"Herramientas","Total score":"Puntaje total","Translate":"Traducci\u00f3n","Translate to":"Traducir a","Translation parameters":"Par\u00e1metros de traducci\u00f3n","Translation saved":"Traducci\u00f3n guardada","True":"Verdadero","Try connecting the machine to the internet via cable, or move to an area with a better wifi signal.":"Intenta conectar el equipo a Internet por cable, o mu\u00e9vete a un \u00e1rea con una mejor se\u00f1al wifi.","Tutor":"Tutor","Type":"Tipo","Unable to access your account?":"No pudo acceder a su cuenta?","Unable to change passwords in demo mode":"No se pudede cambiar la contrase\u00f1a en modo demo","Unable to delete %s":"No se puede eliminar %s","Unable to delete the selected resource":"No se puede elminar el recurso seleccionado","Unable to release the lock":"No es posible liberar el bloqueo","Unable to remove the property.":"No es posible remover la propiedad.","Unable to send the password reset request":"No es posible enviar la solicitud de restablecimiento de contrase\u00f1a","Unable to upload file":"No es posible subir el archivo","Unable to upload file %s : %s":"No es posible subir el archivo %s : %s","Unanswered":"Sin responder","Unanswered items":"Elemento sin responder","Undo":"Deshacer","Unflag for Review":"Desmarcar para revisi\u00f3n","Uninstall of %s failed":"Desintalaci\u00f3n de %s fallida","Uninstalled %s":"Desintalada %s","unknown":"desconocido","Unknown Error":"Error desconocido","Unknown error.":"Error desconocido.","Unlink to use separated durations":"Anular enlace para utilizar duraciones independientes","Unseen":"No visto","Update":"Actualizar","Upload":"Subir","Upload a QTI 2.1 Test Package File":"Subir un Archivo de Paquete de Prueba QTI 2.1","Upload into:":"Subir en:","Use Ctrl\/Meta key or Lasso for multiple selection":"Utilice Ctrl\/Alt o Lasso para selecci\u00f3n m\u00faltiple","Use default value":"Usar valor predeterminado","User":"Usuario","User added":"Usuario a\u00f1adido","User deleted successfully":"Usuario eliminado correctamente","User not found":"Usuario no encontrado","User saved":"Usuario guardado","Users":"Usuarios","Validate Responses":"Respuestas Validadas","Value":"Valor","Version":"Versi\u00f3n","View and format the collected results.":"Ver y dar formato a los resultados coleccionados.","Viewed":"Visto","Viewed items":"Elementos vistos","Views":"Vistas","Visible":"Visible","Volume":"Volumen","Wait for your connection to come back online.":"Espere que su conexi\u00f3n vuelva a estar en l\u00ednea.","Warning \u2013 You have %s remaining to complete the test.":"Advertencia \u2013 Le quedan %s minutos para completar la prueba.","Warning \u2013 You have %s remaining to complete this item.":"Advertencia: le quedan %s para completar este \u00edtem.","Warning \u2013 You have %s remaining to complete this section.":"Advertencia: le quedan %s para completar esta secci\u00f3n.","Warning \u2013 You have %s remaining to complete this test part.":"Advertencia: le quedan %s para completar esta parte de la prueba.","Warning \u2013 You have %s remaining to complete this test.":"Advertencia: Le queda(n) %s para completar esta prueba.","We are unable to connect the server to submit your results.":"No podemos conectar con el servidor para enviar los resultados.","We are unable to connect to the server to retrieve the next item.":"No se puede conectar al servidor para recuperar el siguiente elemento.","Weight":"Ponderaci\u00f3n","Weights":"Ponderaciones","When selecting child elements each element is normally eligible for selection once only.":"Cuando seleccione elementos secundarios de cada elemento es normalmente elegible para la selecci\u00f3n de una sola vez.","Whether a candidate\u0027s response that is beyond the maximum duration of the item should still be accepted.":"Si la respuesta de un candidato que ha superado la duraci\u00f3n m\u00e1xima del elemento a\u00fan debe ser aceptada.","Whether a candidate\u0027s response that is beyond the maximum duration of the section should still be accepted.":"Si la respuesta de un candidato que ha superado la duraci\u00f3n m\u00e1xima de la secci\u00f3n a\u00fan debe ser aceptada.","Whether a candidate\u0027s response that is beyond the maximum duration of the test part should still be accepted.":"Si la respuesta de un candidato que ha superado la duraci\u00f3n m\u00e1xima de la parte de una prueba a\u00fan debe ser aceptada.","Whether a candidate\u0027s response that is beyond the maximum duration should still be accepted.":"Si la respuesta de un candidato que ha superado la duraci\u00f3n m\u00e1xima a\u00fan debe ser aceptada.","White on Black":"Blanco sobre Negro","White on Blue (TAO standard theme)":"Blanco sobre Azul (tema est\u00e1ndar de TAO)","Who can view the rubric block during the delivery.":"Qui\u00e9n puede ver el bloque r\u00fabrica durante la entrega.","With Replacement":"Con Remplazo","Wrong file mime type":"Tipo mime de archivo incorrecto","XML Content":"Contexto XML","XML Editor":"Editor XML","XML error at line %1$d column %2$d \u0022%3$s\u0022.":"error XML en la linea %1$d columna %2$d \u0022%3$s\u0022.","Yellow on Blue":"Amarillo sobre Azul","Yes":"S\u00ed","You answered %s of %s question(s) for this section of the test":"Usted respondi\u00f3 %s de %s pregunta(s) para esta secci\u00f3n de la prueba","You answered all %s question(s) in this section":"Usted respondio a las %s preguntas en esta secci\u00f3n","You answered all %s question(s) in this test":"Usted respondio a las %s preguntas en esta prueba","You answered only %s of the %s question(s) in this section":"Usted respondi\u00f3 s\u00f3lo %s de las preguntas %s en esta secci\u00f3n","You are about to go to the next item. Click OK to continue and go to the next item.":"Est\u00e1 a punto de pasar al siguiente \u00edtem. Haga clic en \u0022OK\u0022 para continuar e ir al siguiente \u00edtem.","You are about to go to the previous item. Click OK to continue and go to the previous item.":"Est\u00e1 a punto de volver al \u00edtem anterior. Haga clic en \u0022OK\u0022 para continuar e ir al \u00edtem anterior.","You are about to leave this section.":"Est\u00e1 a punto de salir de esta secci\u00f3n.","You are about to submit the test.":"Est\u00e1 a punto de entregar la prueba.","You are about to submit the test. You will not be able to access this test once submitted. Click OK to continue and submit the test.":"Est\u00e1 a punto de enviar la prueba. No podr\u00e1 acceder a esta prueba despu\u00e9s de enviarla. Haga clic en \u0022OK\u0022 para continuar y enviar la prueba.","You are about to submit this test part.":"Est\u00e1 a punto de entregar esta parte de la prueba.","You are currently working offline.":"Actualmente est\u00e1 trabajando fuera de l\u00ednea.","You are encountering a prolonged connectivity loss. ":"Usted est\u00e1 encontrando una p\u00e9rdida de conectividad prolongada. ","You are not authorised to remove this lock":"No estas autorizado para remover este bloqueo","You can magnify the content by up to 200%. Check your browser settings to find out how to do it.":"Puedes ampliar el contenido hasta un 200%. Comprueba la configuraci\u00f3n de tu navegador para saber c\u00f3mo hacerlo.","You cannot delete the root node":"Tu no puedes eliminar el nodo root","You currently have no access to the platform":"Actualmente no tienes acceso a la plataforma","You do not have the required rights to edit this resource.":"Usted no tiene los derechos necesarios para editar este recurso.","You have %s item(s) marked for review.":"Tiene %s \u00edtem(s) marcado(s) para revisi\u00f3n.","You have %s left to answer remaining %s questions.":"Te quedan %s para responder las %s preguntas restantes.","You have %s remaining to complete the current item.":"Te quedan %s para completar el elemento actual.","You have %s unanswered question(s)":"Tienes %s preguntas sin respuesta","You have %s unanswered question(s) and have %s item(s) marked for review.":"Tiene %s pregunta(s) sin respuesta y %s \u00edtem(s) marcado(s) para revisi\u00f3n.","You have %s unanswered question(s).":"Tiene %s pregunta(s) sin respuesta.","You must activate JavaScript in your browser to run this application.":"Debes activar JavaScript en tu navegador para correr esta aplicaci\u00f3n.","You will not be able to access this test once submitted. Click \u0022%s\u0022 to continue and submit the test.":"No podr\u00e1s acceder a esta prueba una vez que la hayas enviado. Haga clic en \u0022%s\u0022 para continuar y enviar la prueba.","Your comment\u2026":"Su comentario\u2026","Your connection seems to be back, please proceed.":"Su conexi\u00f3n parece haber vuelto, por favor proceda.","Your mail":"Tu email","Your TAO Password":"Tu contrase\u00f1a TAO","Zoom":"Zoom","Zoom in":"Acercar","Zoom out":"Alejar"} \ No newline at end of file +{" and ":" y "," has been deleted successfully":" ha sido borrado exitosamente"," next":" siguiente"," requires a subgrid adapter":" requiere un adaptador de sub rejilla","%d day":"d\u00eda %d","%d days":"%d d\u00edas","%h hour":"hora %h","%h hours":"%h horas","%i minute":"minuto %i","%i minutes":"%i minutos","%m month":"mes %m","%m months":"%m meses","%s (%s kb)":"%s (%s kb)","%s Class saved":"%s Clase guardada","%s could not be released":"%s no pudo ser liberado","%s extension(s) to install.":"%s extensi\u00f3n(es) a instalar.","%s has been deleted":"%s ha sido eliminado","%s has been released":"%s ha sido liberado","%s is of a type that cannot be published":"%s es de un tipo que no puede ser publicado","%s Locked":"%s Bloqueado","%s to answer %s":"%s por responder %s","%s\u0022 is not a valid index identifier. It must start with a letter and contain letters, numbers or underscores only":"%s\u0022 no es un identificador de \u00edndice v\u00e1lido. Este debe comenzar con una letra y contener letras, n\u00fameros o guiones bajos solamente.","%y year":"%y a\u00f1o","%y years":"%y a\u00f1os","(empty)":"(vac\u00eda)","(Visual) Clear all active highlights":"(Visual) Borrar todos los puntos resaldados activos","(Visual) Highlight Text":"(Visual) Texto Resaltado","... reloading page.":"...recargando p\u00e1gina.","Filters<\/del>":"Filtros<\/del>","Options<\/del>":"Opciones<\/del>","> Extension %s succesfully installed.":">Extensi\u00f3n %s instalada satisfactoriamente.","> Installation done.":">Instalaci\u00f3n hecha.","A fatal error occured during the installation process.":"Un error fatal a ocurrido durante el proceso de instalaci\u00f3n.","A message with further instructions has been sent to your email address: %s":"Un mensaje con instrucciones adicionales ha sido enviada a su e-mail: %s","A QTI Item involved in the QTI Test \u0027%s\u0027 could not be compiled.":"Un Elemento QTI involucrado en la Prueba \u0027%s\u0027 QTI no pudo ser compilado.","A QTI Test must contain at least one QTI Item to be compiled. None found.":"Una prueba QTI debe contener al menos un Elemento QTI para ser compilado. Ninguno encontrado.","A qti testpackage":"Un paquete de pruebas QTI","A remote resource referenced in QTI test \u0027%s\u0027 could not be retrieved.":"Un recurso remoto referencia en prueba \u0027%s\u0027 QTI no se pudo recuperar.","A response to every question in this item is required.":"Se requiere una respuesta a todas las preguntas de este \u00edtem.","A response to this item is required.":"Se requiere una respuesta a este art\u00edculo.","A valid response to this item is required.":"Se requiere una respuesta v\u00e1lida a este \u00edtem.","A visible section is one that is identifiable by the candidate.":"Una secci\u00f3n visible es una que es identificable por el candidato.","Access Denied":"Acceso denegado","Access denied. Please renew your authentication!":"Acceso denegado. Por favor renueve su autenticaci\u00f3n!","Actions":"Acciones","Activated":"Activado","Add":"Agregar","Add a CSV file":"Agregar archivo CSV","add a new weight":"A\u00f1adir nueva ponderaci\u00f3n","Add a user":"Agregar un usuario","Add a zip file containing QTI\/APIP tests and items":"A\u00f1adir un archivo zip que contiene pruebas QTI\/APIP y elementos","Add an RDF\/XML file":"Agregar archivo RDF\/XML","Add Consumer":"A\u00f1adit consumidor","Add file(s)":"A\u00f1adir archivo(s)","Add property":"A\u00f1adir propiedad","Add selected item(s) here.":"A\u00f1adir elemento(s) seleccionados aqui.","Add the source file":"A\u00f1adir el archivo origen","After you complete the section it would be impossible to return to this section to make changes. Are you sure you want to end the section?":"Despu\u00e9s de que complete la secci\u00f3n, no podr\u00e1 regresar a ella para realizar cambios. \u00bfEst\u00e1 seguro de que desea terminar la secci\u00f3n?","all":"todos","All":"Todos","All data will be removed in %s":"Todos los datos seran removidos en %s","All fields are required":"Todos los campos son obligatorios","Allow Comment":"Permitir Comentario","Allow Review":"Permitir Revisi\u00f3n","Allow Section Skipping":"Permitir saltarse secci\u00f3n","Allow Skipping":"Permitir Saltarse","Allow skipping of the current section.":"Permitir saltarse la secci\u00f3n actual.","Allow Test-taker to playback media files associated according to APIP protocol to item content.":"Permitir al examinado reproducir los archivos multimedia asociados seg\u00fan el protocolo APIP al contenido del art\u00edculo.","Allow the candidate to review his answers.":"Permitir al candidato revisar sus respuestas.","Allow the test-taker to eliminate \/ strikethrough answers in choice interactions.":"Permitir que el examinado elimine\/tache respuestas en las interacciones con opciones.","Allow the test-taker to highlight parts of the item text.":"Permitir que el examinado resalte partes del texto del \u00edtem.","Allow the test-taker to mask and unmask answers in choice interactions.":"Permitir que el examinado oculte y muestre respuestas en las interacciones con opciones.","Allow the test-taker to mask parts of the item with a movable mask.":"Permitir que el examinado oculte partes del \u00edtem con una m\u00e1scara movible.","Allow the test-taker to use a basic calculator.":"Permitir que el examinado utilice una calculadora b\u00e1sica.","Allow the test-taker to use a calculator respecting the order of operations (BODMAS).":"Permitir que el examinado utilice una calculadora respetando el orden de las operaciones (BODMAS).","Allow the test-taker to use a movable magnifier tool.":"Permitir que el examinado utilice una herramienta de ampliaci\u00f3n movible.","Allow the test-taker to use a scientific calculator.":"Permitir que el examinado utilice una calculadora cient\u00edfica.","Allow the test-taker to visually isolate a line of text.":"Permitir que el examinado a\u00edsle visualmente una l\u00ednea de texto.","Allows Test-taker to zoom in and out the item content.":"Permitir que el examinado acerque y aleje el contenido del \u00edtem.","Alpha version":"Versi\u00f3n alpha","Also compute the score per categories":"Calcular tambi\u00e9n el puntaje por categor\u00edas","An email has been sent":"Un email ha sido enviado","An error occured while retrieving items":"Se produjo un error al recuperar \u00edtems","An error occurred during results submission. Please retry.":"Se produjo un error al enviar resultados. Vuelva a intentarlo.","An error occurred during the test initialization!":"Se produjo un error al inicializar la prueba.","An error occurred during the test, please content your administrator.":"Se produjo un error durante la prueba, p\u00f3ngase en contacto con el administrador.","An error occurred!":"Se produjo un error.","An error occurs, please contact your administrator":"Se produjo un error, p\u00f3ngase en contacto con el administrador.","An invisible section with a parent that is subject to shuffling can specify whether or not its children, which will appear to the candidate as if they were part of the parent, are shuffled as a block or mixed up with the other children of the parent section.":"Una secci\u00f3n invisible con un padre que est\u00e1 sujeto a barajar puede especificar si o no a sus hijos, lo que le aparece al candidato como si fueran parte de los padres, se barajan como un bloque o se mezcla con los otros hijos de la secci\u00f3n de los padres.","An item involved in the test cannot be read or is not QTI compliant.":"Un elemento involucrado en la prueba no se puede leer o no es compatible con QTI.","An item involved in the test cannot be written.":"Un elemento involucrado en la prueba no se puede escribir.","An unknown error occured while compiled QTI Test \u0027%s\u0027.":"Ha ocurrido un error desconocido mientras compilaba la prueba \u0027%s\u0027 QTI.","An unknown error occured while compiling QTI test \u0027%s\u0027.":"Un error desconocido ocurri\u00f3 durante la compilaci\u00f3n de la prueba \u0027%s\u0027 QTI.","An unrecoverable error occurred. Your test session will be paused.":"Se produjo un error irrecuperable. La sesi\u00f3n de su prueba se pausar\u00e1.","and":"y","and flagged %s of them":"y marc\u00f3 %s de ellas","and you flagged %s item(s) that you can review now":"y marcaste %s art\u00edculos que puedes revisar ahora","Answer Eliminator":"Eliminador de respuesta","Answer Masking":"Ocultamiento de respuesta","Answered":"Respondido","APIP Text To Speech":"Texto a Voz APIP","Are you sure to delete the versioned resource?\nThe history will be lost as well.":"Est\u00e1 seguro de borrar este recurso versionado?\nla historia se perder\u00e1 tambi\u00e9n.","Are you sure you want to clear your answer and go to the next item? You will not be able to go back and provide an answer.":"\u00bfEst\u00e1 seguro de que desea borrar su respuesta y pasar al siguiente \u00edtem? No podr\u00e1 retroceder para proporcionar una respuesta.","Are you sure you want to delete it?":"Est\u00e1 seguro de querer borrarlo?","Are you sure you want to end the test?":"\u00bfEst\u00e1 seguro(a) de que desea finalizar la prueba?","Are you sure you want to go to the next item? You will not be able to go back and change your answer.":"\u00bfEst\u00e1 seguro de que desea pasar al siguiente \u00edtem? No podr\u00e1 retroceder y cambiar su respuesta.","Are you sure you want to go to the next item? You will not be able to go back and provide an answer.":"\u00bfEst\u00e1 seguro de que desea pasar al siguiente \u00edtem? No podr\u00e1 retroceder y proporcionar una respuesta.","Are you sure you want to go to the next item? You will not be able to go back.":"\u00bfEst\u00e1 seguro de que desea pasar al siguiente \u00edtem? No podr\u00e1 retroceder.","Area Masking":"Ocultamiento de \u00e1rea","Assessment Activity":"Actividad de evaluaci\u00f3n","Assign User to role":"Asignar rol a usuario","Assign Users":"Asignar Usuarios","Associate a blueprint to a section allow you to validate this section against the specified blueprint.":"Asociar un blueprint a una secci\u00f3n permite validar esta secci\u00f3n con el plano especificado.","Associate Blueprint":"Asociar blueprint","At least one mandatory parameter was required but found missing in your request":"Se necesitaba como m\u00ednimo un par\u00e1metro obligatorio que no estaba presente en la solicitud","Author":"Autor","Author Item":"Elemento de autor","Authoring":"Autor\u00eda","Auxiliary file not found at location \u0022%s\u0022.":"Archivo auxiliar no encontrado en la ubicaci\u00f3n \u0022%s\u0022.","Available Extensions":"Extensiones disponibles","Back to listing":"Volver a la lista","Beta version":"Versi\u00f3n beta","Black on Cream":"Negro sobre Crema","Black on Light Blue":"Negro sobre Azul Claro","Black on Light Magenta":"Negro sobre Magenta Claro","Black on White":"Negro sobre Blanco","Browse folders:":"Examinar las carpetas:","Calculator":"Calculadora","Calculator BODMAS":"Calculadora BODMAS","Calendar":"Calendario","Can not playback media file!":"No se puede reproducir el archivo multimedia!","Cancel":"Cancelar","CANCEL":"CANCELAR","Candidate":"Candidato","Cannot be edited":"No puede ser editado","Cardinality":"Cardinalidad","Categories":"Categor\u00edas","Category score":"Puntaje de categor\u00eda","Change password":"Cambiar contrase\u00f1a","Change the current color preset":"Cambiar el color predeterminado actual","Change the password":"Cambiar la contrase\u00f1a","Check All":"Seleccionar Todo","Check all":"Seleccionar todo","Check-in":"Registrarse","Choose export format":"Elegir formato para exportar","Choose import format":"Elegir formato para importar","Class":"Clase","class selected":"clase seleccionada","Class successfully created.":"La clase se cre\u00f3 satisfactoriamente.","Clear all active highlights":"Borrar todos los resaltados activos","Clear Highlights":"Borrar resaltados","Click \u0022%s\u0022 to continue.":"Haga clic en \u0022%s\u0022 para continuar","Click to speak":"Haga clic para hablar","Close":"Cerrar","Close Magnifier":"Cerrar aumento","Close the mask":"Cerrar ocultamiento","Close this Section":"Cerrar esta secci\u00f3n","Collapse the review panel":"Contraer el panel de revisi\u00f3n","Column":"Columna","Combine a selection of items into tests.":"Unir una selecci\u00f3n de articulos dentro de la prueba.","Comment":"Comentario","Commit":"Efectuar","Completed items":"\u00cdtems completados","Confirm":"Confirmar","Connect to the TAO platform":"Conectar a la plataforma TAO","Connected to server":"Conectado al servidor","Continue":"Continuar","CONTINUE TO THE NEXT SECTION":"CONTINUAR A LA SIGUIENTE SECCI\u00d3N","Contrast":"Contraste","Controls the contribution of an individual item score to the overall test score.":"Controla la contribuci\u00f3n del puntaje de un \u00edtem individual al puntaje total de la prueba.","Controls the maximum number of attempts allowed. 0 means unlimited.":"Controla el n\u00famero m\u00e1ximo de intentos permitidos. 0 significa ilimitado.","Covers parts of the item":"Cubre partes del \u00edtem","Create":"Crear","Create instance of ":"Crear una instancia de ","CSV":"CSV","CSV Options":"Opciones CSV","Current language":"Idioma actual","Custom":"Personalizar","custom categories":"categor\u00edas personalizadas","Custom outcome processing. No changes will be made to the existing rules.":"Procesamiento de resultados personalizado. No se realizar\u00e1n cambios en las reglas existentes.","Cut score":"Puntaje de corte","Cut score (pass ratio)":"Puntaje de corte (ratio de aprobado)","Data imported":"Datos importados","Data imported successfully":"Datos importados exitosamente","Data Language":"Idioma de Datos","Data language":"Idioma de datos","Date":"Fecha","Default search":"B\u00fasqueda por defecto","Define the default values":"Define los valores por defecto","Delete":"Eliminar","Deliveries":"Entregas","Deliveries library":"Biblioteca de entregas","Demo Sandbox":"Demo Sanbox","Disable validation":"Desactivar validaci\u00f3n","Disabled %s":"Deshabilitada %s","Disconnected from server":"Desconectado del servidor","Display a warning before the test-taker ends a test part and there are still items left unanswered or marked for review.":"Mostrar una advertencia antes de que el examinado finalice una parte de una prueba si todav\u00eda hay \u00edtems por responder o marcados para revisar.","Display a warning before the test-taker ends the test part.":"Mostrar una advertencia antes de que el examinado finalice una parte de la prueba.","Display a warning before the test-taker ends the test.":"Mostrar una advertencia antes de que el examinado finalice la prueba.","Display a warning before the test-taker skips the section. Requires the Section Skipping option.":"Mostrar una advertencia antes de que el examinado se salte la secci\u00f3n. Requiere la opci\u00f3n Saltar secci\u00f3n.","Display End Test Warning":"Mostrar advertencia de fin de prueba","Display Next Part Warning":"Mostrar advertencia de parte siguiente","Display Next Section Warning":"Mostrar advertencia de secci\u00f3n siguiente","Display Unanswered Warning":"Mostrar advertencia de falta de respuesta","Displayed label":"Etiqueta mostrada","Displays a customisable magnifier":"Muestra una lupa adaptable","Do not flag the current item for later review":"No marcar el \u00edtem actual para revisi\u00f3n posterior","Do not rename it.":"No renombrar.","Do not show alert on timeout":"No mostrar alerta sobre tiempo de espera","Do you wish to install the following extension(s):\n%s?":"Desea instalar la siguiente extension(es): \n%s?","does not match":"no coincide","Don\u0027t set":"No configurado","Don\\\u0027t save":"No guardar","Download":"Descragar","Download the pupil responses and submit manually.":"Descargue las respuestas de los alumnos y env\u00edelas manualmente.","Download this file":"Descargar este archivo","Drag file here":"Arrastre el archivo aqu\u00ed","Drag files here":"Arrastre los archivos aqu\u00ed","Drop the files to upload":"Suelte los archivos a cargar","Duplicate":"Duplicar","Edit":"Editar","Edit a user":"Editar un usuario","Edit class %s":"Editar clase %s","Edit Instance":"Editar instancia","Element deleted.":"Elemento eliminado.","Eliminate choices":"Eliminar opciones","Email":"Elemnto no eliminado","Enable Mark for Review":"Activar marca para revisi\u00f3n","Enable mark for review of items. Requires the Review Screen option.":"Activar marca para revisi\u00f3n de elementos. Requiere la opci\u00f3n de Pantalla de revisi\u00f3n.","Enable Review Screen":"Activar la pantalla de revisi\u00f3n","Enable selection":"Habilitar seleccio\u0301n","Enable Skipping Ahead":"Activar Saltar adelante","Enable text to speech":"Habilitar texto a voz","Enable the item review screen \/ navigator.":"Activar la pantalla de revisi\u00f3n\/navegador de \u00edtems.","Enables skipping to items within this section. Requires the review screen option.":"Permite saltar a otros elementos de esta secci\u00f3n. Requiere la opci\u00f3n Pantalla de revisi\u00f3n.","End test":"Finalizar prueba","End Test":"Finalizar prueba","Enter":"Entrar","Enter a blueprint":"Ingresar un blueprint","Enter a custom category":"Ingresar una categor\u00eda personalizada","Error":"Error","Error during file import":"Error durante la importaci\u00f3n","Error found in the IMS QTI Test:\n%s":"Error encontrado en la prueba IMS QTI :\n%s","Exclusive (OR)":"(OR) exclusivo","Expand the review panel":"Expandir el panel de revisi\u00f3n","Export":"Exportar","Export ":"Exportar ","Export failed for the test \u0022%s":"La exportaci\u00f3n fall\u00f3 para la prueba \u0022%s","Export Irregularities":"Exportar irregularidades","Export metadata":"Exportar metadatos","Export Metadata as RDF\/XML file":"Exportar metadatos como archivo RDF\/XML","Export QTI 2.1 Test Package":"Exportar Paquete de Prueba QTI 2.1","Export QTI 2.2 Test Package":"Exportar Paquete de prueba QTI 2.2","Export successful for the test \u0022%s":"La exportaci\u00f3n fue satisfactoria para la prueba \u0022%s","Export Table":"Exportar Tabla","Extensions manager":"Administrador de extensiones","False":"Falso","Feedback block":"Bloque de comentarios","Field delimiter":"Separador de campos","Field encloser":"Delimitador de campos","File":"Archivo","File name":"Nombre de archivo","File not found":"Archivo no encontrado","File not found!":"Archivo no encontrado.","File Properties":"Propiedades de Archivo","file selected":"archivo seleccionado","File Uploader":"Cargador de archivos","files selected":"archivos seleccionados","Filter":"Filtro","Filtering mode":"Modo de filtrado","First Name":"Nombre","First row column names":"Nombre de columnas en primer rengl\u00f3n","Fixed":"Fijo","Fixed position in a shuffled the selection.":"Posici\u00f3n fija en un barajada selecci\u00f3n.","Flag for Review":"Marcar para revisi\u00f3n","Flag the current item for later review":"Marcar el \u00edtem actual para revisi\u00f3n posterior","Flagged":"Marcado","Flagged for review":"Marcado para revisi\u00f3n","Force Release":"Forzar liberaci\u00f3n","Force the item to be considered as informational and not taken into account in (un)answered \/ flagged counters.":"Forzar que el \u00edtem se considere informativo y no se tenga en cuenta en los contadores de \u00edtems con\/sin respuesta o marcados.","Forgot your password?":"\u00bfOlvidaste tu contrase\u00f1a?","Fuzzy Matching":"Coincidencia confusa","Go Back":"Regresar","Go to next item":"Ir al siguiente \u00edtem","Go to the current question":"Ir a la pregunta actual","Go to the next item?":"\u00bfDesea ir al siguiente \u00edtem?","Go to the next question":"Pasa a la siguiente pregunta","Go to the previous question":"Ir a la pregunta anterior","Go to the top of the page":"Ir al principio de la p\u00e1gina","Gray on Green":"Gris sobre Verde","Group test takers according to global features and classifications.":"Grupo de participantes de acuerdo con las caracter\u00edsticas globales y clasificaciones.","Groups":"Grupos","Groups library":"Biblioteca de grupos","Height":"Altura","Hi, %s
You indicated that you have forgotten your TAO password.":"Hola,%s
Usted indic\u00f3 que ha olvidado su contrase\u00f1a TAO.","Hide detailed report":"Ocultar reporte dellado","Hide Review":"Esconder revisi\u00f3n","Hide the review screen":"Esconder la pantalla de revisi\u00f3n","Hide the warning automatically displayed when a test-taker exit a timed section.":"Ocultar la advertencia que se muestra autom\u00e1ticamente cuando un examinado sale de una secci\u00f3n temporalizada.","Hide Timed Section Warning":"Ocultar advertencia de secci\u00f3n temporalizada","Hide timers":"Temporizador oculto","Highlight":"Resaltar","Highlight Text":"Resaltar texto","Highlighter":"Resaltador","hours":"horas","Html title":"T\u00edtulo HTML","Identifier":"Identificador","If required it must appear (at least once) in the selection.":"Si es requerido debe aparecer (al menos una vez) en la selecci\u00f3n.","If required, it must appears at least once in the selection.":"Si es requerido, debe aparece al menos una vez en la selecci\u00f3n.","If set, it causes the order of the child elements to be randomized, otherwise it uses the order in which the child elements are defined.":"Si se establece, hace que el orden de los elementos secundarios se ordenen al azar, de lo contrario se utiliza el orden en que los elementos secundarios son definidos.","If the candidate can skip the item, without submitting a response (default is true).":"Indica si el candidato puede saltarse el \u00edtem sin tener que enviar una respuesta (el valor predeterminado es Verdadero).","If the category option is set, the score will also be processed per categories, and each results will take place in the PASS_xxx outcome, where xxx is the name of the category.":"Si se establece la opci\u00f3n de categor\u00eda, el puntaje tambi\u00e9n se procesar\u00e1 por categor\u00edas y los resultados tendr\u00e1n lugar en PASS_xxx, siendo xxx el nombre de la categor\u00eda.","If the category option is set, the score will also be processed per categories, and each results will take place in the SCORE_xxx outcome, where xxx is the name of the category.":"Si se establece la opci\u00f3n de categor\u00eda, el puntaje tambi\u00e9n se procesar\u00e1 por categor\u00edas y los resultados tendr\u00e1n lugar en SCORE_xxx, siendo xxx el nombre de la categor\u00eda.","If the connection cannot be restored, see option B.":"Si no se puede restablecer la conexi\u00f3n, v\u00e9ase la opci\u00f3n B.","If you do not wish to reset your password, just ignore this email and your password will remain the same.":"Si usted no desea restablecer su contrase\u00f1a, simplemente ignore este correo electr\u00f3nico y su contrase\u00f1a seguir\u00e1 siendo la misma.","If you need help, please contact our Helpline on 0330 088 4171.":"Si necesita ayuda, por favor contacte con nuestra l\u00ednea de ayuda en el 0330 088 4171.","Import":"Importar","Import ":"Importar ","Import a QTI\/APIP Content Package":"Importar paquete de contenido QTI\/APIP","Import Metadata from CSV file":"Importar Metadatos de un archivo CSV","Import Metadata from RDF file":"Importar Metadatos de archivo RDF","Import QTI TEST into \u0022%s":"Importar PRUEBA QTI en \u0022%s","IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file could not be imported.":"Elemento IMS QTI referenciado como \u0022%s\u0022 en el archivo Manifiesto IMS no podr\u00e1 ser importado.","IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file successfully imported.":"Elemento IMS QTI referenciado como \u0022%s\u0022 en el archivo Manifiesto IMS importado satisfactoriamente.","IMS QTI Test Package successfully imported.":"Paquete de Prueba IMS QTI importado satisfactoriamente.","IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file successfully imported.":"Prueba IMS QTI referenciada como \u0022%s\u0022 en el archivo Manifiesto IMS importada satisfactoriamente.","In this part of the test navigation is not allowed.":"En esta parte de la prueba no se permite navegar.","Inclusive (AND)":"Inclusivo (AND)","Inconsistency at line %1d:":"Inconsistencia en linea %1d:","Index":"I\u0301ndice","Individual":"Individual","Informational Item Usage":"Uso de \u00edtem informativo","Install":"Instalar","Installation done.":"Instalaci\u00f3n completada.","Installation...":"Instalando...","Installed Extensions":"Extensiones instaladas","Installing extension %s...":"Instalando extensi\u00f3n %s...","Instance saved":"Instancia guardada","Interface Language":"Lenguaje de interface","Interface language":"Lenguaje de interface","Internal server error!":"Error interno del servidor.","Invalid field length":"Longitud de campo no v\u00e1lido","Invalid file type!":"Tipo de archivo inv\u00e1lido!","Invalid login or password. Please try again.":"Usuario o contrase\u00f1a invalida. Por favor intente nuevamente.","invalid regular expression":"expresi\u00f3n regular invalida","is already used in the test.":"ya se utiliza en la prueba.","is not a valid identifier (alphanum, underscore, dash and dots)":"no es un identificador v\u00e1lido (alfanum\u00e9rico, guiones bajos, guiones y puntos)","is not a valid identifier (everything except spaces)":"no es un identificador v\u00e1lido (todo excepto espacios)","It is not possible to save your responses while working offline.":"No es posible guardar las respuestas mientras se trabaja fuera de l\u00ednea.","Item \u0022%s\u0022 is completed.":"El \u00edtem \u0022%s\u0022 est\u00e1 completo.","Item %d":"Elemento %d","Item %d of %d":"Elemento %d de %d","Item %s loaded":"Elemento %s cargado","Item Reference Properties":"Elemento Referencia Propiedades","Item response identifier does not match current item":"El identificador de respuesta del elemento no coincide con el elemento actual","Item Session Control":"Control de Sesi\u00f3n de Elemento","items":"elementos","Items":"Elementos","Items can optionally be assigned to one or more categories.":"Los elementos opcionalmente pueden ser asignados a una o m\u00e1s categor\u00edas.","Items Compilation":"Compilaci\u00f3n de Elementos","Items library":"Biblioteca de elementos","Items marked for later review":"\u00cdtems marcados para revisi\u00f3n posterior","Items with assessmentItemRef identifiers \u0022%s\u0022 are not registered in the related CAT endpoint.":"Los \u00edtems con identificadores assessmentItemRef \u0022%s\u0022 no se registran en el punto final CAT relacionado.","Jump Menu":"Saltar Men\u00fa","Jump to:":"Saltar a:","Keep Together":"Mantener junto","Keyboard Navigation":"Navegaci\u00f3n por teclado","Keyboard shortcuts for the Accessibility Tools are available to the Test-taker.":"Los atajos de teclado para las Herramientas de Accesibilidad est\u00e1n disponibles para el examinado.","Label":"Etiqueta","Language":"Idioma","Last Name":"Apellido","Late submission allowed":"Envio tard\u00edo permitido","Leave a comment":"Dejar un comentario","less than a minute":"menos de un minuto","Line Reader":"Lector de l\u00ednea","Linear":"Lineal","Link durations to activate the guided navigation":"Enlazar duraciones para activar navegaci\u00f3n guiada","List":"Lista","List - Multiple choice - Check box":"Lista - Opciones m\u00faltiples - Selecci\u00f3n","List - Single choice - Drop down":"Lista - Opci\u00f3n sencilla - Lista de selecci\u00f3n","List - Single choice - Radio button":"Lista - Opci\u00f3n sencilla - Selecci\u00f3n \u00fanica","Loaded":"Cargado","Loaded at Startup":"Cargar al Inicio","Locked duration : guided navigation. The test transition to the next item once the duration reaches 0.":"Duraci\u00f3n bloqueada: navegaci\u00f3n guiada. La prueba pasa al siguiente \u00edtem una vez que la duraci\u00f3n alcanza 0.","Log in":"Iniciar sesi\u00f3n","Log Out":"Cerrar la sesio\u0301n","Login":"Inicio de sesi\u00f3n","Login available":"Inicio de sesi\u00f3n diponible","LTI Consumers":"Consumidor LTI","Magnifier":"Aumento","Magnify less":"Aumentar menos","Magnify more":"Aumentar m\u00e1s","Magnifying Glass":"Lente de aumento","Main navigation":"Navegaci\u00f3n principal","Manage data list":"Administrar lista de datos","Manage groups":"Gestionar grupos","Manage items":"Gestionar elementos","Manage Results":"Gestionar resultados","Manage roles":"Administrar roles","Manage Roles and apply them to users.":"Adminstrar Roles y aplicarlos a usuarios.","Manage Rubric Blocks":"Administrar Bloques de R\u00fabrica","Manage test properties":"Administrar las propiedades de prueba","Manage test takers":"Administrar participantes","Manage Tests":"Gestionar Pruebas","Manage tests":"Gestionar pruebas","Manage users":"Adminstrar usuarios","Manage Versioned File":"Ardministrar Archivos Versionados","Map the properties to the CSV columns":"Mapa de las propiedades a las columnas CSV","Mark for review":"Marcar para revisi\u00f3n","Masking":"Ocultamiento","Match value":"Coincidir con el valor","Max Attempts":"Intentos M\u00e1ximos","Maximum Duration":"M\u00e1xima Duraci\u00f3n","Maximum duration : the items times out when the duration reaches 0.":"Duraci\u00f3n m\u00e1xima: los \u00edtems exceden el tiempo definido cuando la duraci\u00f3n alcanza 0.","Maximum duration for the all test.":"M\u00e1xima duraci\u00f3n para toda la prueba.","Maximum duration for this item.":"M\u00e1xima duraci\u00f3n para este elemento.","Maximum duration for this section.":"M\u00e1xima duraci\u00f3n para esta secci\u00f3n.","Maximum duration for this test part.":"M\u00e1xima duraci\u00f3n para esta parte de la prueba.","Message":"Mensaje","Metadata export is not available for test \u0022%s.":"La exportaci\u00f3n de metadatos no est\u00e1 disponible para la prueba \u0022%s.","Minimum Duration":"Minima Duraci\u00f3n","Minimum duration : enforces the test taker to stay on the item for the given duration.":"Duraci\u00f3n m\u00ednima: fuerza al examinado a quedarse en el \u00edtem durante el tiempo establecido.","Minimum duration for the test.":"Minima duraci\u00f3n para la prueba.","Minimum duration for this item.":"Minima duraci\u00f3n para la este elemento.","Minimum duration for this section.":"Minima duraci\u00f3n para esta secci\u00f3n.","Minimum duration for this test part.":"Minima duraci\u00f3n para esta parte de la prueba.","minutes":"minutos","Missed required parameter \\\u0027id\\\u0027":"Se omiti\u00f3 el par\u00e1metro requerido \\\u0027id\\\u0027","Missed test package file":"Se omiti\u00f3 el archivo de paquete de la prueba","Missing required configuration option %s":"Falta la opci\u00f3n de configuraci\u00f3n requerida %s","More":"M\u00e1s","Move":"Mover","Move Down":"Mover hacia abajo","Move role":"Mover role","Move to":"Mover a","Move Up":"Mover hacia arriba","Moving this element will replace the properties of the previous class by those of the destination class :":"Mover este elemento reemplazar\u00e1 las propiedades de la clase anterior por los de la clase destino :","Moving to the next item without time limit reached message.":"Pasar al siguiente \u00edtem sin el mensaje de l\u00edmite de tiempo alcanzado.","Multiple values delimiter":"Delimitador de m\u00faltiples valores","My settings":"Mi configuraci\u00f3n","My settings (%s)":"Mis configuraciones (%s)","Name":"Nombre","name of the pupil":"nombre del alumno","Navigation":"Navegacio\u0301n","Navigation shortcuts":"Atajos de Navegaci\u00f3n","Navigation Warnings":"Advertencias de navegaci\u00f3n","network":"red","New class":"Nueva clase","New delivery":"Nueva entrega","New Group":"Nuevo grupo","New item":"Elemento nuevo","New password":"Nueva contrase\u00f1a","New role":"Nuevo rol","New Rubric Block":"Nuevo Bloque de R\u00fabrica","New section":"Nueva secci\u00f3n","New test":"Nueva clase","New test part":"Nueva parte de prueba","New test-taker":"Nuevo participante","Next":"Siguiente","Next Section":"Secci\u00f3n siguiente","No":"No","No CAT Engine configured for CAT Endpoint \u0022%s\u0022.":"No hay ning\u00fan motor CAT configurado para el punto final CAT \u0022%s\u0022.","No extensions available.":"No hay extensiones disponibles.","No file found at location \u0022%s\u0022.":"Archivo no encontrado en ubicaci\u00f3n \u0022%s\u0022.","no file not found in this location":"ning\u00fan archivo se encuentra en esta ubicaci\u00f3n","No file selected":"No se seleccion\u00f3 ning\u00fan archivo","No files":"Sin archivos","no label":"sin etiqueta","No more attempts allowed for item \u0022%s\u0022.":"No se permiten m\u00e1s intentos para el elemento \u0022%s\u0022.","no outcome declaration found":"no se encontr\u00f3 ninguna declaraci\u00f3n de resultado","No outcome processing. Erase the existing rules, if any.":"No se procesa ning\u00fan resultado. Borre las reglas existentes, si las hay.","No reference to any IMS QTI Item found.":"No hay referencia a ning\u00fan elemento IMS QTI encontrado.","Non Linear":"No Lineal","None":"Ninguno","Not all test could be exported":"No se pudo exportar toda la prueba","Not answered":"No contestado","Not seen":"No se ha visto","Not shuffled, the position remains fixed.":"No reorganizado, la posici\u00f3n permanece fija.","Nothing imported":"Nada importado","Nothing to install !":"No hay nada para instalar !","Number of elements":"N\u00famero de elementos","Offline":"Fuera de l\u00ednea","OK":"Aceptar","Ok":"Aceptar","OK & End test":"Aceptar y finalizar la prueba","Old Password":"Contrase\u00f1a antigua","Once you close this section, you cannot return to it or change your answers.":"Una vez que cierre esta \u00a0secci\u00f3n, no podr\u00e1 volver a ella ni cambiar sus respuestas.","One or more dependent IMS QTI Items could not be imported.":"Uno o m\u00e1s Elementos IMS QTI dependientes no pod\u00edan ser importados.","Online":"En l\u00ednea","Only display the items marked for review":"Mostrar solo los \u00edtems marcados para revisi\u00f3n","Only display the unanswered items":"Mostrar solo los \u00edtems sin respuesta","Open Calculator":"Abrir calculadora","Open Keyboard Shortcuts":"Abrir atajos de teclado","Option A":"Opci\u00f3n A","Option B":"Opci\u00f3n B","or":"o","Ordering":"Ordenamiento","Outcome":"Resultado","Outcome declarations":"Declaraciones de resultados","Outcome processing":"Procesamiento de resultados","Package is valid but no tests were found. Make sure that it contains valid QTI tests.":"El paquete es v\u00e1lido, pero no se encontraron pruebas. Aseg\u00farese de que contiene pruebas QTI v\u00e1lidas.","Page":"P\u00e1gina","Part %d":"Parte %d","Passage":"Pasaje","Password":"Contrase\u00f1a","Password changed":"Contrase\u00f1a cambiada","Password successfully changed":"Contrase\u00f1a cambiada correctamente","Pause":"Pausar","Pause the test":"Pausar la prueba","Play":"Reproducir","Please confirm deletion":"Por favor confirme eliminaci\u00f3n","Please confirm this operation.":"Por favor confirma esta operaci\u00f3n.","Please confirm you want to leave the test.":"Confirme que desea abandonar la prueba.","Please contact %s or an administrator to release it":"Por favor, p\u00f3ngase en contacto con %s o un administrador para liberarlo","Please give a message to your commit":"Por favor dejar un mensaje a su compromiso","Please try reloading the page or pause the test. If you pause, you will be able to resume the test from this page.":"Por favor, intente recargar la p\u00e1gina o pausar la prueba. Si hace una pausa, podr\u00e1 reanudar la prueba desde esta p\u00e1gina.","Please wait":"Espera","Please wait while we try to restore the connection.":"Por favor espere mientras intenta restablecer la conexi\u00f3n.","Post install processing":"Fijar proceso de instalaci\u00f3n","Prepare, publish deliveries sessions.":"Preparar, publicar sesiones de entregas.","Preparing installation...":"Preparando instalaci\u00f3n...","Preview":"Vista preliminar","Preview the covered area":"Vista preliminar del \u00e1rea cubierta","Previous":"Anterior","PROCEED & END ASSESSMENT":"PROCEDER Y FINALIZAR LA EVALUACI\u00d3N","Proctor":"Proctor","Properties":"Propiedades","QTI 2.1 Test Driver":"Conductor de Prueba QTI 2.1","QTI Item Runner":"Ejecutor de elemento QTI","QTI Test \u0022%s\u0022 publishing failed.":"Publicaci\u00f3n de prueba \u0022%s\u0022 QTI fallida.","QTI Test \u0022%s\u0022 successfully published.":"Prueba \u0022%s\u0022 QTI publicada satisfactoriamente.","QTI Test Package 2.1":"Paquete de Prueba QTI 2.1","QTI Test Package 2.2":"Paquete de prueba QTI 2.2","QTI\/APIP Test Content Package":"Paquete con contenido de prueba QTI\/APIP","question":"pregunta","Question":"Pregunta","questions":"preguntas","Record and manage test takers.":"Resgistro y gesti\u00f3n de participantes.","Reference":"Referencia","Regenerate":"Regenerar","Release":"Liberaci\u00f3n","Reload the page":"Recargar la p\u00e1gina","remaining %s %s":"restante %s %s","Remove":"Remover","Remove Item Reference":"Eliminar Referencia de Elemento","Remove Message":"Eliminar mensaje","Remove Rubric Block":"Eliminar Bloque de R\u00fabrica","Remove Section":"Eliminar Secci\u00f3n","Remove Test Part":"Retire la parte de la prueba","Remove this file":"Remover este archivo","Rename":"Renombrar","Repeat new password":"Repita la nueva contrase\u00f1a","Required":"Requerido","Required field":"Campo requerido","required length":"longitud requerida","Requires":"Requiere","Reset":"Reiniciar","Reset filters":"Restaurar filtros","Resource":"Recurso","Resource not imported due to multiple super classes":"Recurso no importado debido a m\u00faltiples clases s\u00faper","Resource not imported due to multiple types":"Recurso no importado debido a m\u00faltiples tipos","Resource saved":"Recurso guardado","Resource(s) successfully exported.":"Recursos exportados satisfactoriamente.","Responsive mode":"Modo responsivo","Results":"Resultados","Results library":"Biblioteca de resultados","Return to sign in page":"Regresar a p\u00e1gina de ingreso","Review":"Revisi\u00f3n","Review my Answers":"Revisar mis respuestas","Right click the tree to manage your lists":"Clic derecho en el \u00e1rbol para administrar tus listas","Role saved":"Rol guardado","Roles":"Roles","Roles library":"Libreria de roles","Rubric Block":"Bloque de R\u00fabrica","Rubric Block Properties":"Propiedades de Bloque de R\u00fabrica","Rubric Blocks":"Bloque de R\u00fabrica","Save":"Guardar","Saved":"Guardado","Scientific Calculator":"Calculadora cient\u00edfica","Scope":"\u00c1mbito","Scorer":"Puntuador","Scoring":"Puntaje","Scratch pad":"Bloc de notas","Scratch Pad":"Bloc de Notas","Scratchpad":"Bloc de notas","Search":"B\u00fasqueda","Search %s":"Buscar %s","Search sub-classes":"Buscar sub-clases","seconds":"segundos","Section %d":"Secci\u00f3n %d","Section %d of %d":"Secci\u00f3n %d de %d","Section level category enables configuring the categories of its composing items all at once. A category in gray means that all items have that category. A category in white means that only a few items have that category.":"La categor\u00eda de nivel de secci\u00f3n permite configurar las categor\u00edas de los \u00edtems que la componen de una sola vez. Una categor\u00eda en gris significa que todos los \u00edtems tienen esa categor\u00eda. Una categor\u00eda en blanco significa que solo algunos \u00edtems tienen esa categor\u00eda.","Section Properties":"Propiedades de secci\u00f3n","Select":"Seleccionar","select":"seleccionar","Select a blueprint":"Seleccionar un blueprint","Select a language":"Seleccionar un idioma","Select Items":"Seleccionar elementos","Select the way the responses of your test should be processed":"Seleccione c\u00f3mo deben procesarse las respuestas de su prueba","Select this file":"Seleccione este archivo","Selected file:":"Archivo seleccionado:","Selection":"Seleccio\u0301n","Selection saved successfully":"Selecci\u00f3n guardada correctamente","Send":"Enviar","Set outcome identifier the feedback block is related to":"Establecer el identificador de resultado con el que est\u00e1 relacionado el bloque de comentarios","Set the cut score (or pass score ratio) associated to the test. It must be a float between 0 and 1.":"Establecer el puntaje de corte (o ratio de puntaje de aprobado) asociado con la prueba. Debe ser un n\u00famero de coma flotante entre 0 y 1.","Set the rubric block as a feedback block":"Establecer el bloque de r\u00fabrica como bloque de comentarios","Set the value of the outcome that will activate the feedback block":"Establecer el valor del resultado que activar\u00e1 el bloque de comentarios","Set the weight identifier used to process the score":"Establecer el identificador de ponderaci\u00f3n utilizado para procesar el puntaje","Set the XHTML-QTI class of the rubric block.":"Establecer la clase XHTML-QTI para el bloque de r\u00fabrica.","Set the XHTML-QTI identifier of the rubric block.":"Establecer el identificador XHTML-QTI para el bloque de r\u00fabrica.","SetSynchronisationService successfully configured.":"Se ha configurado con \u00e9xito SetSynchronisationService.","Settings":"Ajustes","Settings updated":"Configuraci\u00f3n actualizada","Show detailed report":"Muestrar reporte detallado","Show Feedback":"Mostrar comentarios","Show Review":"Mostrar revisi\u00f3n","Show Solution":"Mostrar Soluci\u00f3n","Show the review screen":"Mostrar la pantalla de revisi\u00f3n","Show the solution once the answer is submitted.":"Mostrar la soluci\u00f3n antes de que la respuesta sea enviada.","Show timers":"Muestra el temporizador","Show\/Hide the review screen":"Mostrar\/esconder la pantalla de revisi\u00f3n","Shuffle":"Aleatorio","Simultaneous":"Sim\u00faltanea","Size":"Taman\u0303o","Skip":"Omitir","Skip & End Test":"Saltar & Fin de Prueba","Skip and end test":"Saltar y finalizar prueba","Skip and go to the end of the test":"Saltar e ir al final de la prueba","Skip and go to the next item":"Saltar e ir al siguiente \u00edtem","Skip to the end of the test":"Omitir hasta el fin de la prueba","Skip to the next item":"Saltar al elemento siguiente","Skip to the next section":"Saltar a la siguiente secci\u00f3n","Some rubric blocks have been updated to reflect the changes in the list of outcomes.":"Algunos bloques de r\u00fabrica se actualizaron para reflejar los cambios de la lista de resultados.","Something unexpected happened.":"Ocurri\u00f3 algo inesperado.","Something went wrong...":"Algo sali\u00f3 mal...","Speech speed":"Velocidad del habla","Speed":"Velocidad","Start Test-part":"Iniciar parte de la Prueba","Step 1: Download the file (see below when available).":"Paso 1: Descargar el archivo (ver abajo cuando est\u00e9 disponible).","Step 2: When you are online again, please send the downloaded file to receptionbaseline@nfer.ac.uk together with the ":"Paso 2: Cuando est\u00e9 en l\u00ednea de nuevo, por favor env\u00ede el archivo descargado a receptionbaseline@nfer.ac.uk junto con el ","Step 3: Once you have downloaded the file you can close the browser window. Do not do anything further with the assessment whilst it shows as \u0022in progress\u0022; the status will be updated once the helpline has uploaded the file.":"Paso 3: Una vez que haya descargado el archivo puede cerrar la ventana del navegador. No haga nada m\u00e1s con la evaluaci\u00f3n mientras se muestra como \u0022en progreso\u0022; el estado se actualizar\u00e1 una vez que la l\u00ednea de ayuda haya subido el archivo.","Stop":"Detener","Submission":"Env\u00edo","Submit and go to the end of the test":"Enviar e ir al final de la prueba","Submit and go to the item %s":"Som\u00e9tase y vaya al art\u00edculo %s","Submit and go to the next item":"Enviar e ir al elemento siguiente","Submit and go to the previous item":"Enviar e ir al elemento anterior","SUBMIT THE TEST":"ENVIAR LA PRUEBA","SUBMIT THIS PART":"ENVIAR ESTA PARTE","Success":"Correcto","Successfully imported \u0022%s":"%s Importado satisfactoriamente\u0022","Successfully imported class \u0022%s":"%s Clase importada satisfactoriamente\u0022","Supported export formats":"Formatos exportados soportados","TAO Home":"Inicio TAO","TAO Login":"Iniciar sesi\u00f3n TAO","technical":"t\u00e9cnico","Test":"Prueba","Test constructor":"Constructor de prueba","Test metadata successfully exported.":"Los metadatos de la prueba se exportaron satisfactoriamente.","Test Navigation":"Navegaci\u00f3n por la prueba","Test Part Properties":"Propiedades de la parte de prueba","Test Preview is not installed, please contact to your administrator.":"La vista previa de la prueba no est\u00e1 instalada, por favor contacte con su administrador.","Test Saved":"Prueba Guardada","Test status":"Estado de la prueba","Test status and review structure":"Estado de las pruebas y estructura de revisi\u00f3n","Test Status and Structure":"Estado de las pruebas y Estructura","Test takers library":"Biblioteca de participantes","Test-Taker Tools":"Herramientas de examinado","Test-takers":"Participantes","Tests":"Pruebas","Tests library":"Biblioteca de pruebas","Text - Long - Box":"Texto - Largo - Caja","Text - Long - HTML editor":"Texto - Longitud - editor HTML","Text - Short - Field":"Texto - Short - Campo","Text content":"Contenido del texto","Text to Speech":"Texto a Voz","Text To Speech":"Texto A Voz","that was being taken.":"que estaba siendo tomada.","The \u0027imsmanifest.xml\u0027 file found in the archive is not valid.":"El archivo \u0027imsmanifest.xml\u0027 encontrado en el archivo no es v\u00e1lido.","the assessment (LCL or Mathematics)":"la evaluaci\u00f3n (LCL o Matem\u00e1ticas)","The assessment has been created but is not already running.":"Se cre\u00f3 la evaluaci\u00f3n pero a\u00fan no funciona.","The assessment has been suspended by an authorized proctor. If you wish to resume your assessment, please relaunch it and contact your proctor if required.":"La evaluaci\u00f3n fue suspendida por un coordinador autorizado. Si desea retomar su evaluaci\u00f3n, vuelva a iniciarla y contacte a su coordinador si es necesario.","The assessment has been suspended. To resume your assessment, please relaunch it and contact your proctor if required.":"Se suspendi\u00f3 la evaluaci\u00f3n. Para reanudar su evaluaci\u00f3n, vuelva a iniciarla y p\u00f3ngase en contacto con su supervisor si es necesario.","The assessment has been suspended. To resume your assessment, please relaunch it.":"La evaluaci\u00f3n ha sido suspendida. Para reanudar su evaluaci\u00f3n, por favor reinicie.","The assessment has been terminated.":"La evaluaci\u00f3n se ha terminado.","The assessment has been terminated. You cannot interact with it anymore.":"La evaluaci\u00f3n se ha terminado. Ya no puede interactuar con ella.","The assessment is still running.":"La evaluaci\u00f3n sigue ejecut\u00e1ndose.","The candidate is not allowed to submit invalid responses.":"Al candidato no se le permite enviar respuestas equivocadas.","The column ":"La columna ","The connection seems to be back, please proceed":"Parece que se retom\u00f3 la conexi\u00f3n. Contin\u00fae.","the current question":"la pregunta actual","The dependency to the IMS QTI AssessmentItemRef \u0022%s\u0022 in the IMS Manifest file could not be resolved.":"No se pudo resolver la dependencia a IMS QTI AssessmentItemRef \u0022%s\u0022 en el archivo de manifiesto de IMS.","The download will be available in %d<\/strong> seconds":"La descarga estar\u00e1 disponible en %d<\/strong> segundos","The following identifiers are not unique accross the test : %s":"Los identificadores siguientes no son \u00fanicos en la prueba: %s","The identifier of the item reference.":"El identificador de la referencia del elemento.","The identifier of the section.":"El identificador de la secci\u00f3n.","The IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file was already stored in the Item Bank.":"El \u00edtem IMS QTI al que se hace referencia como \u0022%s\u0022 en el archivo de manifiesto de IMS ya se almacen\u00f3 en el banco de \u00edtems.","The IMS QTI Test Package could not be imported.":"El Paquete de Prueba IMS QTI no pudo ser importado.","The IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file could not be imported.":"La Prueba IMS QTI referenciada como \u0022%s\u0022 en el archivo Manifiesto IMS no pudo ser importada.","The index identifier should not be empty":"El identificador de \u00edndice no debe ser vacio","The lock has been released":"El bloqueo ha sido liberado","The navigation mode determines the general paths that the candidate may take. A linear mode restricts the candidate to attempt each item in turn. Non Linear removes this restriction.":"El modo de navegaci\u00f3n determina los caminos generales que el candidato puede tomar. un modo lineal restringe el candidato a intentar por cada elemento en turno. No Lineal elimina esta restricci\u00f3n.","The number of child elements to be selected.":"El n\u00famero de elementos secundarios seran seleccionados.","The outcome \u0022%s\u0022 does not exist, but it is referenced by a feedback block!":"El resultado \u0022%s\u0022 no existe, pero se hace referencia a \u00e9l en un bloque de comentarios.","The outcomes have been regenerated!":"Los resultados se generaron de nuevo.","The principle identifier of the test.":"El identificador principio de la prueba.","The provided archive is invalid. Make sure it is not corrupted and that it contains an \u0027imsmanifest.xml\u0027 file.":"El archivo proporcionado no es v\u00e1lido. Aseg\u00farese de que no est\u00e1 da\u00f1ado y que contiene un archivo \u0027imsmanifest.xml\u0027.","The QTI Test \u0027%s\u0027 to be compiled must contain at least 1 QTI Item. None found.":"La prueba \u0027%s\u0027 QTI para ser compilada debe contener al menos 1 Elemento QTI. Ninguno encontrado.","The QTI test could not be retrieved correctly.":"La prueba QTI No se pudo recuperar correctamente.","The QTI Test XML or one of its dependencies is malformed or empty.":"El XML de la Prueba QTI o una de sus dependencias esta mal formado o vac\u00edo.","The QTI-XML test could not be written correctly.":"La prueba QTI-XML no se puede escribir correctamente.","The reference.":"La referencia.","The resources related to the IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file were rolled back.":"Los recursos relacionados con la Prueba de QTI IMS referenciada como \u0022%s\\\n\u0022en el archivo Manifiesto IMS se deshacen.","The score will be processed for the entire test. A sum of all SCORE outcomes will be computed and divided by the sum of MAX SCORE, the result will be compared to the cut score (or pass ratio), then the PASS_TOTAL outcome will be set accordingly.":"Se procesar\u00e1 el puntaje para toda la prueba. Se calcular\u00e1 una suma de todos los resultados de PUNTAJE y se dividir\u00e1 por la suma del MAX SCORE; el resultado obtenido se comparar\u00e1 con el puntaje de corte (o ratio de aprobado) y, a continuaci\u00f3n, se establecer\u00e1 el resultado de PASS_TOTAL en consecuencia.","The score will be processed for the entire test. A sum of all SCORE outcomes will be computed, the result will take place in the SCORE_TOTAL outcome.":"Se procesar\u00e1 el puntaje para toda la prueba. Se calcular\u00e1 una suma de todos los resultados de SCORE; el resultado tendr\u00e1 lugar en SCORE_TOTAL.","The section title.":"El t\u00edtulo de secci\u00f3n.","The submission mode determines when the candidate\u0027s responses are submitted for response processing. A testPart in individual mode requires the candidate to submit their responses on an item-by-item basis. In simultaneous mode the candidate\u0027s responses are all submitted together at the end of the testPart.":"El modo de presentaci\u00f3n determina cuando las respuestas de los candidatos se presentan para el procesamiento de la respuesta. Un testPart en modo individual requiere que el candidato presente sus respuestas en una base elemento por elemento. En el modo simult\u00e1neo las respuestas de los candidatos est\u00e1n presentadas juntas al final del testPart.","The test has been closed\/suspended!":"\u00a1La evaluaci\u00f3n se cerr\u00f3\/se suspendi\u00f3!","The test has been paused, we are unable to connect to the server.":"La prueba se paus\u00f3; no podemos establecer conexi\u00f3n con el servidor.","The test has not been saved.":"No se guard\u00f3 la prueba.","The test has unsaved changes, are you sure you want to leave?":"La prueba tiene cambios no guardados, \u00bfest\u00e1s seguro de que quieres irte?","The test has unsaved changes, would you like to save it?":"La prueba tiene cambios sin guardar, \u00bfle gustar\u00eda guardarla?","The test needs to be saved before it can be previewed.":"La prueba tiene que ser guardada antes de que pueda ser vista previamente.","The test part identifier.":"El identificador de parte de prueba.","The test title.":"El t\u00edtulo de prueba.","The time limit has been reached for this part of the test.":"Se ha alcanzado el l\u00edmite de tiempo para esta parte de la prueba.","The value of this field must be a valid date format, e.g. YYYY-MM-DD":"El valor de este campo debe ser un formato de fecha v\u00e1lido, por ejemplo YYYY-MM-DD","The value of this field must be an integer":"El valor de este campo debe ser un entero","The value of this field must be numeric":"El valor de este campo debe ser num\u00e9rico","There are %s unanswered questions":"Hay %s preguntas sin responder","There are %s unanswered questions in this part of the test":"Hay %s preguntas sin responder en esta parte de la prueba","There is %s unanswered question":"Hay %s pregunta sin responder","There is %s unanswered question in this part of the test":"Hay %s pregunta sin responder en esta parte de la prueba","There is not outcomes!":"No hay ning\u00fan resultado.","This %s is currently checked out":"Este %s esta actualmente desprotegido","This constraint affects the visibility of feedback after the end of the last attempt.":"Esta restricci\u00f3n afecta la visibilidad de la retroalimentaci\u00f3n despu\u00e9s del final del \u00faltimo intento.","This constraint controls whether or not the candidate is allowed to provide a comment on the item during the session. Comments are not part of the assessed responses.":"Esta restricci\u00f3n controla si se permite o no al candidato proporcionar un comentario sobre el tema durante la sesi\u00f3n. Los comentarios no son parte de las respuestas evaluadas.","This field is required":"\u00c9ste campo es requerdido","This field is too long":"La campo es demasiado largo","This field is too short":"Esta campo es demasiado corto","This functionality is blocked. Please contact with your administrator for more details.":"Esta funcionalidad est\u00e1 bloqueada. Por favor, contacta con tu administrador para m\u00e1s detalles.","This is not a valid email address.":"Esta direcci\u00f3n de email no es v\u00e1lida.","this is required":"esto es requerido","This Login is already in use":"Este Login ya est\u00e1 siendo usado","This password reset link is no longer valid. It may have already been used. If you still wish to reset your password please request a new link":"Este enlace de restablecimiento de contrase\u00f1a ya no es v\u00e1lido. Puede que ya se ha utilizado. Si a\u00fan desea restablecer su contrase\u00f1a, por favor solicitar un nuevo enlace","This resource is locked":"El recurso est\u00e1 bloqueado","This role is still given to one or more users. Please remove the role to these users first.":"Este rol todav\u00eda se da a uno o m\u00e1s usuarios. Por favor, remueva el rol a estos usuarios primero.","This test has been suspended":"Esta prueba ha sido suspendida","This test has been terminated":"Esta prueba es terminado","Time limit reached for item \u0022%s\u0022.":"Alcanz\u00f3 el l\u00edmite de tiempo para el \u00edtem \u0022%s\u0022.","Time limit reached, this part of the test has ended.":"Alcanz\u00f3 el l\u00edmite de tiempo, esta parte de la prueba ha finalizado.","Time limit reached, this part of the test has ended. However you are allowed to finish the current item.":"Se alcanz\u00f3 el l\u00edmite de tiempo. Esta parte de la prueba finaliz\u00f3. No obstante, puede finalizar el \u00edtem actual.","Time Limits":"Tiempo L\u00edmite","Time Remaining":"Tiempo restante","Time zone":"Zona horaria","Title":"Ti\u0301tulo","To reset your password, click the link below, or paste it into your browser. You will then be prompted to create a new password.":"Para restablecer su contrase\u00f1a, haga clic en el enlace de abajo, o pegarlo en su navegador. A continuaci\u00f3n se le pedir\u00e1 que cree una nueva contrase\u00f1a.","to translate":"traducir a","Toggle playback":"Reproducir la Conmutaci\u00f3n","Toggle start from here mode":"Cambie el modo de inicio desde aqu\u00ed","Tokenizer":"Marcador","Too many suggestions match your query. Only a few are listed":"Demasiadas sugerencias coinciden con tu consulta. S\u00f3lo unas pocas son listadas","Tool box and flagging for review":"Caja de herramientas y marcado para revisi\u00f3n","Toolbox":"Caja de herramientas","Tools":"Herramientas","Total score":"Puntaje total","Translate":"Traducci\u00f3n","Translate to":"Traducir a","Translation parameters":"Par\u00e1metros de traducci\u00f3n","Translation saved":"Traducci\u00f3n guardada","True":"Verdadero","Try connecting the machine to the internet via cable, or move to an area with a better wifi signal.":"Intenta conectar el equipo a Internet por cable, o mu\u00e9vete a un \u00e1rea con una mejor se\u00f1al wifi.","Tutor":"Tutor","Type":"Tipo","Unable to access your account?":"No pudo acceder a su cuenta?","Unable to change passwords in demo mode":"No se pudede cambiar la contrase\u00f1a en modo demo","Unable to delete %s":"No se puede eliminar %s","Unable to delete the selected resource":"No se puede elminar el recurso seleccionado","Unable to release the lock":"No es posible liberar el bloqueo","Unable to remove the property.":"No es posible remover la propiedad.","Unable to send the password reset request":"No es posible enviar la solicitud de restablecimiento de contrase\u00f1a","Unable to upload file":"No es posible subir el archivo","Unable to upload file %s : %s":"No es posible subir el archivo %s : %s","Unanswered":"Sin responder","Unanswered items":"Elemento sin responder","Undo":"Deshacer","Unflag for Review":"Desmarcar para revisi\u00f3n","Uninstall of %s failed":"Desintalaci\u00f3n de %s fallida","Uninstalled %s":"Desintalada %s","unknown":"desconocido","Unknown Error":"Error desconocido","Unknown error.":"Error desconocido.","Unlink to use separated durations":"Anular enlace para utilizar duraciones independientes","Unseen":"No visto","Update":"Actualizar","Upload":"Subir","Upload a QTI 2.1 Test Package File":"Subir un Archivo de Paquete de Prueba QTI 2.1","Upload into:":"Subir en:","Use Ctrl\/Meta key or Lasso for multiple selection":"Utilice Ctrl\/Alt o Lasso para selecci\u00f3n m\u00faltiple","Use default value":"Usar valor predeterminado","User":"Usuario","User added":"Usuario a\u00f1adido","User deleted successfully":"Usuario eliminado correctamente","User not found":"Usuario no encontrado","User saved":"Usuario guardado","Users":"Usuarios","Validate Responses":"Respuestas Validadas","Value":"Valor","Version":"Versi\u00f3n","View and format the collected results.":"Ver y dar formato a los resultados coleccionados.","Viewed":"Visto","Viewed items":"Elementos vistos","Views":"Vistas","Visible":"Visible","Volume":"Volumen","Wait for your connection to come back online.":"Espere que su conexi\u00f3n vuelva a estar en l\u00ednea.","Warning \u2013 You have %s remaining to complete the test.":"Advertencia \u2013 Le quedan %s minutos para completar la prueba.","Warning \u2013 You have %s remaining to complete this item.":"Advertencia: le quedan %s para completar este \u00edtem.","Warning \u2013 You have %s remaining to complete this section.":"Advertencia: le quedan %s para completar esta secci\u00f3n.","Warning \u2013 You have %s remaining to complete this test part.":"Advertencia: le quedan %s para completar esta parte de la prueba.","Warning \u2013 You have %s remaining to complete this test.":"Advertencia: Le queda(n) %s para completar esta prueba.","We are unable to connect the server to submit your results.":"No podemos conectar con el servidor para enviar los resultados.","We are unable to connect to the server to retrieve the next item.":"No se puede conectar al servidor para recuperar el siguiente elemento.","Weight":"Ponderaci\u00f3n","Weights":"Ponderaciones","When selecting child elements each element is normally eligible for selection once only.":"Cuando seleccione elementos secundarios de cada elemento es normalmente elegible para la selecci\u00f3n de una sola vez.","Whether a candidate\u0027s response that is beyond the maximum duration of the item should still be accepted.":"Si la respuesta de un candidato que ha superado la duraci\u00f3n m\u00e1xima del elemento a\u00fan debe ser aceptada.","Whether a candidate\u0027s response that is beyond the maximum duration of the section should still be accepted.":"Si la respuesta de un candidato que ha superado la duraci\u00f3n m\u00e1xima de la secci\u00f3n a\u00fan debe ser aceptada.","Whether a candidate\u0027s response that is beyond the maximum duration of the test part should still be accepted.":"Si la respuesta de un candidato que ha superado la duraci\u00f3n m\u00e1xima de la parte de una prueba a\u00fan debe ser aceptada.","Whether a candidate\u0027s response that is beyond the maximum duration should still be accepted.":"Si la respuesta de un candidato que ha superado la duraci\u00f3n m\u00e1xima a\u00fan debe ser aceptada.","White on Black":"Blanco sobre Negro","White on Blue (TAO standard theme)":"Blanco sobre Azul (tema est\u00e1ndar de TAO)","Who can view the rubric block during the delivery.":"Qui\u00e9n puede ver el bloque r\u00fabrica durante la entrega.","With Replacement":"Con Remplazo","Wrong file mime type":"Tipo mime de archivo incorrecto","XML Content":"Contexto XML","XML Editor":"Editor XML","XML error at line %1$d column %2$d \u0022%3$s\u0022.":"error XML en la linea %1$d columna %2$d \u0022%3$s\u0022.","Yellow on Blue":"Amarillo sobre Azul","Yes":"S\u00ed","You answered %s of %s question(s) for this section of the test":"Usted respondi\u00f3 %s de %s pregunta(s) para esta secci\u00f3n de la prueba","You answered all %s question(s) in this section":"Usted respondio a las %s preguntas en esta secci\u00f3n","You answered all %s question(s) in this test":"Usted respondio a las %s preguntas en esta prueba","You answered only %s of the %s question(s) in this section":"Usted respondi\u00f3 s\u00f3lo %s de las preguntas %s en esta secci\u00f3n","You are about to go to the next item. Click OK to continue and go to the next item.":"Est\u00e1 a punto de pasar al siguiente \u00edtem. Haga clic en \u0022OK\u0022 para continuar e ir al siguiente \u00edtem.","You are about to go to the previous item. Click OK to continue and go to the previous item.":"Est\u00e1 a punto de volver al \u00edtem anterior. Haga clic en \u0022OK\u0022 para continuar e ir al \u00edtem anterior.","You are about to leave this section.":"Est\u00e1 a punto de salir de esta secci\u00f3n.","You are about to submit the test.":"Est\u00e1 a punto de entregar la prueba.","You are about to submit the test. You will not be able to access this test once submitted. Click OK to continue and submit the test.":"Est\u00e1 a punto de enviar la prueba. No podr\u00e1 acceder a esta prueba despu\u00e9s de enviarla. Haga clic en \u0022OK\u0022 para continuar y enviar la prueba.","You are about to submit this test part.":"Est\u00e1 a punto de entregar esta parte de la prueba.","You are currently working offline.":"Actualmente est\u00e1 trabajando fuera de l\u00ednea.","You are encountering a prolonged connectivity loss. ":"Usted est\u00e1 encontrando una p\u00e9rdida de conectividad prolongada. ","You are not authorised to remove this lock":"No estas autorizado para remover este bloqueo","You can magnify the content by up to 200%. Check your browser settings to find out how to do it.":"Puedes ampliar el contenido hasta un 200%. Comprueba la configuraci\u00f3n de tu navegador para saber c\u00f3mo hacerlo.","You cannot delete the root node":"Tu no puedes eliminar el nodo root","You currently have no access to the platform":"Actualmente no tienes acceso a la plataforma","You do not have the required rights to edit this resource.":"Usted no tiene los derechos necesarios para editar este recurso.","You have %s item(s) marked for review.":"Tiene %s \u00edtem(s) marcado(s) para revisi\u00f3n.","You have %s left to answer remaining %s questions.":"Te quedan %s para responder las %s preguntas restantes.","You have %s remaining to complete the current item.":"Te quedan %s para completar el elemento actual.","You have %s unanswered question(s)":"Tienes %s preguntas sin respuesta","You have %s unanswered question(s) and have %s item(s) marked for review.":"Tiene %s pregunta(s) sin respuesta y %s \u00edtem(s) marcado(s) para revisi\u00f3n.","You have %s unanswered question(s).":"Tiene %s pregunta(s) sin respuesta.","You must activate JavaScript in your browser to run this application.":"Debes activar JavaScript en tu navegador para correr esta aplicaci\u00f3n.","You will not be able to access this test once submitted. Click \u0022%s\u0022 to continue and submit the test.":"No podr\u00e1s acceder a esta prueba una vez que la hayas enviado. Haga clic en \u0022%s\u0022 para continuar y enviar la prueba.","Your comment\u2026":"Su comentario\u2026","Your connection seems to be back, please proceed.":"Su conexi\u00f3n parece haber vuelto, por favor proceda.","Your mail":"Tu email","Your TAO Password":"Tu contrase\u00f1a TAO","Zoom":"Zoom","Zoom in":"Acercar","Zoom out":"Alejar"} \ No newline at end of file diff --git a/locales/es-ES/qtiCat.rdf.po b/locales/es-ES/qtiCat.rdf.po index 77f2305564..77683ddbc0 100644 --- a/locales/es-ES/qtiCat.rdf.po +++ b/locales/es-ES/qtiCat.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:01\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:19\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: es-ES\n" diff --git a/locales/es-ES/qtitest.rdf.po b/locales/es-ES/qtitest.rdf.po index 9ea4656e74..da85673c44 100644 --- a/locales/es-ES/qtitest.rdf.po +++ b/locales/es-ES/qtitest.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:01\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:19\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: es-ES\n" diff --git a/locales/es-ES/taoQtiTestItemRunner.rdf.po b/locales/es-ES/taoQtiTestItemRunner.rdf.po index 259ffd0b0d..2140a151a2 100644 --- a/locales/es-ES/taoQtiTestItemRunner.rdf.po +++ b/locales/es-ES/taoQtiTestItemRunner.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:01\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:19\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: es-ES\n" diff --git a/locales/es-MX/messages.po b/locales/es-MX/messages.po index 7e7c497c9e..eb36d15617 100644 --- a/locales/es-MX/messages.po +++ b/locales/es-MX/messages.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:02\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:19\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: es-MX\n" @@ -22,6 +22,9 @@ msgstr "(Visual) Borrar todos los puntos resaldados activos" msgid "(Visual) Highlight Text" msgstr "(Visual) Texto Resaltado" +msgid "A concurrent delivery has been detected. Please use the last open session. The present window can be closed." +msgstr "" + msgid "A QTI Item involved in the QTI Test '%s' could not be compiled." msgstr "Un Elemento QTI involucrado en la Prueba '%s' QTI no pudo ser compilado." @@ -46,6 +49,9 @@ msgstr "Se requiere una respuesta válida a este ítem." msgid "A visible section is one that is identifiable by the candidate." msgstr "Una sección visible es una que es identificable por el candidato." +msgid "Accessibility tool that enables Test Taker to have the item content read aloud." +msgstr "" + msgid "Activated" msgstr "Activado" @@ -58,6 +64,9 @@ msgstr "Añadir un archivo zip que contiene pruebas QTI/APIP y elementos" msgid "Add selected item(s) here." msgstr "Añadir elemento(s) seleccionados aqui." +msgid "Add Subsection" +msgstr "" + msgid "Add the source file" msgstr "Añadir el archivo origen" @@ -223,6 +232,15 @@ msgstr "Negro sobre Magenta Claro" msgid "Black on White" msgstr "Negro sobre Blanco" +msgid "Bookmark question" +msgstr "" + +msgid "Bookmark the current question for later review" +msgstr "" + +msgid "Bookmarked question %s" +msgstr "" + msgid "Calculator" msgstr "Calculadora" @@ -361,6 +379,9 @@ msgstr "Etiqueta mostrada" msgid "Displays a customisable magnifier" msgstr "Muestra una lupa adaptable" +msgid "Do not bookmark the current question for later review" +msgstr "" + msgid "Do not flag the current item for later review" msgstr "No marcar el ítem actual para revisión posterior" @@ -406,10 +427,10 @@ msgstr "Activar la pantalla de revisión/navegador de ítems." msgid "Enables skipping to items within this section. Requires the review screen option." msgstr "Permite saltar a otros elementos de esta sección. Requiere la opción Pantalla de revisión." -msgid "End test" +msgid "End Test" msgstr "Finalizar prueba" -msgid "End Test" +msgid "End test" msgstr "Finalizar prueba" msgid "Enter a blueprint" @@ -432,12 +453,21 @@ msgstr "Error encontrado en la prueba IMS QTI :\n" msgid "Expand the review panel" msgstr "Expandir el panel de revisión" +msgid "Export" +msgstr "" + msgid "Export failed for the test \"%s" msgstr "La exportación falló para la prueba \"%s" +msgid "Export failed. Key uri nor classUri in formValues are not defined" +msgstr "" + msgid "Export metadata" msgstr "Exportar metadatos" +msgid "Export QTI %s Test Package" +msgstr "" + msgid "Export QTI 2.1 Test Package" msgstr "Exportar Paquete de Prueba QTI 2.1" @@ -507,6 +537,9 @@ msgstr "Gris sobre Verde" msgid "Hide Review" msgstr "Esconder revisión" +msgid "Hide test overview panel" +msgstr "" + msgid "Hide the review screen" msgstr "Esconder la pantalla de revisión" @@ -558,6 +591,9 @@ msgstr "Si se establece la opción de categoría, el puntaje también se procesa msgid "If the connection cannot be restored, see option B." msgstr "Si no se puede restablecer la conexión, véase la opción B." +msgid "If you leave the test, your changes will not be saved due to invalid test settings. Are you sure you wish to leave?" +msgstr "" + msgid "If you need help, please contact our Helpline on 0330 088 4171." msgstr "Si necesita ayuda, por favor contacte con nuestra línea de ayuda en el 0330 088 4171." @@ -591,6 +627,9 @@ msgstr "Inconsistencia en linea %1d:" msgid "Individual" msgstr "Individual" +msgid "Informational item" +msgstr "" + msgid "Informational Item Usage" msgstr "Uso de ítem informativo" @@ -630,12 +669,12 @@ msgstr "El identificador de respuesta del elemento no coincide con el elemento a msgid "Item Session Control" msgstr "Control de Sesión de Elemento" -msgid "items" -msgstr "elementos" - msgid "Items" msgstr "Elementos" +msgid "items" +msgstr "elementos" + msgid "Items can optionally be assigned to one or more categories." msgstr "Los elementos opcionalmente pueden ser asignados a una o más categorías." @@ -763,12 +802,15 @@ msgstr "Minima duración para esta parte de la prueba." msgid "minutes" msgstr "minutos" -msgid "Missed required parameter \'id\" +msgid "Missed required parameter \'id\'" msgstr "Se omitió el parámetro requerido \'id\'" msgid "Missed test package file" msgstr "Se omitió el archivo de paquete de la prueba" +msgid "Missing filename for QTI Test export" +msgstr "" + msgid "Missing required configuration option %s" msgstr "Falta la opción de configuración requerida %s" @@ -817,12 +859,18 @@ msgstr "Sección siguiente" msgid "No" msgstr "No" +msgid "NO" +msgstr "" + msgid "No CAT Engine configured for CAT Endpoint \"%s\"." msgstr "No hay ningún motor CAT configurado para el punto final CAT \"%s\"." msgid "No file found at location \"%s\"." msgstr "Archivo no encontrado en ubicación \"%s\"." +msgid "No instance in form to export" +msgstr "" + msgid "No more attempts allowed for item \"%s\"." msgstr "No se permiten más intentos para el elemento \"%s\"." @@ -964,6 +1012,12 @@ msgstr "Publicación de prueba \"%s\" QTI fallida." msgid "QTI Test \"%s\" successfully published." msgstr "Prueba \"%s\" QTI publicada satisfactoriamente." +msgid "QTI Test Metadata" +msgstr "" + +msgid "QTI Test Package %s" +msgstr "" + msgid "QTI Test Package 2.1" msgstr "Paquete de Prueba QTI 2.1" @@ -973,11 +1027,14 @@ msgstr "Paquete de prueba QTI 2.2" msgid "QTI/APIP Test Content Package" msgstr "Paquete con contenido de prueba QTI/APIP" +msgid "Question" +msgstr "Pregunta" + msgid "question" msgstr "pregunta" -msgid "Question" -msgstr "Pregunta" +msgid "Question %s" +msgstr "" msgid "questions" msgstr "preguntas" @@ -1003,6 +1060,9 @@ msgstr "Eliminar Bloque de Rúbrica" msgid "Remove Section" msgstr "Eliminar Sección" +msgid "Remove Subsection" +msgstr "" + msgid "Remove Test Part" msgstr "Retire la parte de la prueba" @@ -1018,6 +1078,9 @@ msgstr "Restaurar filtros" msgid "Resource(s) successfully exported." msgstr "Recursos exportados satisfactoriamente." +msgid "ResultTransmission event successfully registered" +msgstr "" + msgid "Review" msgstr "Revisión" @@ -1048,12 +1111,12 @@ msgstr "Puntuador" msgid "Scoring" msgstr "Puntaje" -msgid "Scratch pad" -msgstr "Bloc de notas" - msgid "Scratch Pad" msgstr "Bloc de Notas" +msgid "Scratch pad" +msgstr "Bloc de notas" + msgid "Scratchpad" msgstr "Bloc de notas" @@ -1126,6 +1189,9 @@ msgstr "Mostrar revisión" msgid "Show Solution" msgstr "Mostrar Solución" +msgid "Show test overview panel" +msgstr "" + msgid "Show the review screen" msgstr "Mostrar la pantalla de revisión" @@ -1234,6 +1300,12 @@ msgstr "Los metadatos de la prueba se exportaron satisfactoriamente." msgid "Test Navigation" msgstr "Navegación por la prueba" +msgid "Test overview" +msgstr "" + +msgid "Test part level category enables configuring the categories of its composing items all at once. A category in gray means that all items have that category. A category in white means that only a few items have that category." +msgstr "" + msgid "Test Part Properties" msgstr "Propiedades de la parte de prueba" @@ -1262,12 +1334,12 @@ msgstr "Pruebas" msgid "Text content" msgstr "Contenido del texto" -msgid "Text to Speech" -msgstr "Texto a Voz" - msgid "Text To Speech" msgstr "Texto A Voz" +msgid "Text to Speech" +msgstr "Texto a Voz" + msgid "that was being taken." msgstr "que estaba siendo tomada." @@ -1349,6 +1421,9 @@ msgstr "El identificador principio de la prueba." msgid "The provided archive is invalid. Make sure it is not corrupted and that it contains an 'imsmanifest.xml' file." msgstr "El archivo proporcionado no es válido. Asegúrese de que no está dañado y que contiene un archivo 'imsmanifest.xml'." +msgid "The QTI Item with URI '%s' cannot be found." +msgstr "" + msgid "The QTI Test '%s' to be compiled must contain at least 1 QTI Item. None found." msgstr "La prueba '%s' QTI para ser compilada debe contener al menos 1 Elemento QTI. Ninguno encontrado." @@ -1380,6 +1455,14 @@ msgstr "El título de sección." msgid "The submission mode determines when the candidate's responses are submitted for response processing. A testPart in individual mode requires the candidate to submit their responses on an item-by-item basis. In simultaneous mode the candidate's responses are all submitted together at the end of the testPart." msgstr "El modo de presentación determina cuando las respuestas de los candidatos se presentan para el procesamiento de la respuesta. Un testPart en modo individual requiere que el candidato presente sus respuestas en una base elemento por elemento. En el modo simultáneo las respuestas de los candidatos están presentadas juntas al final del testPart." +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"" +msgstr "" + +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"Please fix the invalid settings and try again." +msgstr "" + msgid "The test has been closed/suspended!" msgstr "¡La evaluación se cerró/se suspendió!" @@ -1597,6 +1680,9 @@ msgstr "error XML en la linea %1$d columna %2$d \"%3$s\"." msgid "Yellow on Blue" msgstr "Amarillo sobre Azul" +msgid "YES" +msgstr "" + msgid "Yes" msgstr "Sí" diff --git a/locales/es-MX/messages_po.js b/locales/es-MX/messages_po.js index 4c62e85db3..2e62493335 100644 --- a/locales/es-MX/messages_po.js +++ b/locales/es-MX/messages_po.js @@ -1 +1 @@ -{" and ":" y "," has been deleted successfully":" ha sido borrado exitosamente"," next":" siguiente"," requires a subgrid adapter":" requiere un adaptador de sub rejilla","%d day":"d\u00eda %d","%d days":"%d d\u00edas","%h hour":"hora %h","%h hours":"%h horas","%i minute":"minuto %i","%i minutes":"%i minutos","%m month":"mes %m","%m months":"%m meses","%s (%s kb)":"%s (%s kb)","%s Class saved":"%s Clase guardada","%s could not be released":"%s no pudo ser liberado","%s extension(s) to install.":"%s extensi\u00f3n(es) a instalar.","%s has been deleted":"%s ha sido eliminado","%s has been released":"%s ha sido liberado","%s is of a type that cannot be published":"%s es de un tipo que no puede ser publicado","%s Locked":"%s Bloqueado","%s to answer %s":"%s por responder %s","%s\u0022 is not a valid index identifier. It must start with a letter and contain letters, numbers or underscores only":"%s\u0022 no es un identificador de \u00edndice v\u00e1lido. Este debe comenzar con una letra y contener letras, n\u00fameros o guiones bajos solamente.","%y year":"%y a\u00f1o","%y years":"%y a\u00f1os","(empty)":"(vac\u00eda)","(Visual) Clear all active highlights":"(Visual) Borrar todos los puntos resaldados activos","(Visual) Highlight Text":"(Visual) Texto Resaltado","... reloading page.":"...recargando p\u00e1gina.","Filters<\/del>":"Filtros<\/del>","Options<\/del>":"Opciones<\/del>","> Extension %s succesfully installed.":">Extensi\u00f3n %s instalada satisfactoriamente.","> Installation done.":">Instalaci\u00f3n hecha.","A fatal error occured during the installation process.":"Un error fatal a ocurrido durante el proceso de instalaci\u00f3n.","A message with further instructions has been sent to your email address: %s":"Un mensaje con instrucciones adicionales ha sido enviada a su e-mail: %s","A QTI Item involved in the QTI Test \u0027%s\u0027 could not be compiled.":"Un Elemento QTI involucrado en la Prueba \u0027%s\u0027 QTI no pudo ser compilado.","A QTI Test must contain at least one QTI Item to be compiled. None found.":"Una prueba QTI debe contener al menos un Elemento QTI para ser compilado. Ninguno encontrado.","A qti testpackage":"Un paquete de pruebas QTI","A remote resource referenced in QTI test \u0027%s\u0027 could not be retrieved.":"Un recurso remoto referencia en prueba \u0027%s\u0027 QTI no se pudo recuperar.","A response to every question in this item is required.":"Se requiere una respuesta a todas las preguntas de este \u00edtem.","A response to this item is required.":"Se requiere una respuesta a este art\u00edculo.","A valid response to this item is required.":"Se requiere una respuesta v\u00e1lida a este \u00edtem.","A visible section is one that is identifiable by the candidate.":"Una secci\u00f3n visible es una que es identificable por el candidato.","Access Denied":"Acceso denegado","Access denied. Please renew your authentication!":"Acceso denegado. Por favor renueve su autenticaci\u00f3n!","Actions":"Acciones","Activated":"Activado","Add":"Agregar","Add a CSV file":"Agregar archivo CSV","add a new weight":"A\u00f1adir nueva ponderaci\u00f3n","Add a user":"Agregar un usuario","Add a zip file containing QTI\/APIP tests and items":"A\u00f1adir un archivo zip que contiene pruebas QTI\/APIP y elementos","Add an RDF\/XML file":"Agregar archivo RDF\/XML","Add file(s)":"A\u00f1adir archivo(s)","Add property":"A\u00f1adir propiedad","Add selected item(s) here.":"A\u00f1adir elemento(s) seleccionados aqui.","Add the source file":"A\u00f1adir el archivo origen","After you complete the section it would be impossible to return to this section to make changes. Are you sure you want to end the section?":"Despu\u00e9s de que complete la secci\u00f3n, no podr\u00e1 regresar a ella para realizar cambios. \u00bfEst\u00e1 seguro de que desea terminar la secci\u00f3n?","all":"todos","All":"Todos","All data will be removed in %s":"Todos los datos seran removidos en %s","All fields are required":"Todos los campos son obligatorios","All rights reserved.":"Todos los derechos reservados.","Allow Comment":"Permitir Comentario","Allow Review":"Permitir Revisi\u00f3n","Allow Section Skipping":"Permitir saltarse secci\u00f3n","Allow Skipping":"Permitir Saltarse","Allow skipping of the current section.":"Permitir saltarse la secci\u00f3n actual.","Allow Test-taker to playback media files associated according to APIP protocol to item content.":"Permitir al examinado reproducir los archivos multimedia asociados seg\u00fan el protocolo APIP al contenido del art\u00edculo.","Allow the candidate to review his answers.":"Permitir al candidato revisar sus respuestas.","Allow the test-taker to eliminate \/ strikethrough answers in choice interactions.":"Permitir que el examinado elimine\/tache respuestas en las interacciones con opciones.","Allow the test-taker to highlight parts of the item text.":"Permitir que el examinado resalte partes del texto del \u00edtem.","Allow the test-taker to mask and unmask answers in choice interactions.":"Permitir que el examinado oculte y muestre respuestas en las interacciones con opciones.","Allow the test-taker to mask parts of the item with a movable mask.":"Permitir que el examinado oculte partes del \u00edtem con una m\u00e1scara movible.","Allow the test-taker to use a basic calculator.":"Permitir que el examinado utilice una calculadora b\u00e1sica.","Allow the test-taker to use a calculator respecting the order of operations (BODMAS).":"Permitir que el examinado utilice una calculadora respetando el orden de las operaciones (BODMAS).","Allow the test-taker to use a movable magnifier tool.":"Permitir que el examinado utilice una herramienta de ampliaci\u00f3n movible.","Allow the test-taker to use a scientific calculator.":"Permitir que el examinado utilice una calculadora cient\u00edfica.","Allow the test-taker to visually isolate a line of text.":"Permitir que el examinado a\u00edsle visualmente una l\u00ednea de texto.","Allows Test-taker to zoom in and out the item content.":"Permitir que el examinado acerque y aleje el contenido del \u00edtem.","Alpha version":"Versi\u00f3n alpha","Also compute the score per categories":"Calcular tambi\u00e9n el puntaje por categor\u00edas","An email has been sent":"Un email ha sido enviado","An error occured while retrieving items":"Se produjo un error al recuperar \u00edtems","An error occurred during results submission. Please retry.":"Se produjo un error al enviar resultados. Vuelva a intentarlo.","An error occurred during the test initialization!":"Se produjo un error al inicializar la prueba.","An error occurred during the test, please content your administrator.":"Se produjo un error durante la prueba, p\u00f3ngase en contacto con el administrador.","An error occurred!":"Se produjo un error.","An error occurs, please contact your administrator":"Se produjo un error, p\u00f3ngase en contacto con el administrador.","An invisible section with a parent that is subject to shuffling can specify whether or not its children, which will appear to the candidate as if they were part of the parent, are shuffled as a block or mixed up with the other children of the parent section.":"Una secci\u00f3n invisible con un padre que est\u00e1 sujeto a barajar puede especificar si o no a sus hijos, lo que le aparece al candidato como si fueran parte de los padres, se barajan como un bloque o se mezcla con los otros hijos de la secci\u00f3n de los padres.","An item involved in the test cannot be read or is not QTI compliant.":"Un elemento involucrado en la prueba no se puede leer o no es compatible con QTI.","An item involved in the test cannot be written.":"Un elemento involucrado en la prueba no se puede escribir.","An unknown error occured while compiled QTI Test \u0027%s\u0027.":"Ha ocurrido un error desconocido mientras compilaba la prueba \u0027%s\u0027 QTI.","An unknown error occured while compiling QTI test \u0027%s\u0027.":"Un error desconocido ocurri\u00f3 durante la compilaci\u00f3n de la prueba \u0027%s\u0027 QTI.","An unrecoverable error occurred. Your test session will be paused.":"Se produjo un error irrecuperable. La sesi\u00f3n de su prueba se pausar\u00e1.","and":"y","and flagged %s of them":"y marc\u00f3 %s de ellas","and you flagged %s item(s) that you can review now":"y marcaste %s art\u00edculos que puedes revisar ahora","Answer Eliminator":"Eliminador de respuesta","Answer Masking":"Ocultamiento de respuesta","Answered":"Respondido","APIP Text To Speech":"Texto a Voz APIP","Are you sure to delete the versioned resource?\nThe history will be lost as well.":"Est\u00e1 seguro de borrar este recurso versionado?\nla historia se perder\u00e1 tambi\u00e9n.","Are you sure you want to clear your answer and go to the next item? You will not be able to go back and provide an answer.":"\u00bfEst\u00e1 seguro de que desea borrar su respuesta y pasar al siguiente \u00edtem? No podr\u00e1 retroceder para proporcionar una respuesta.","Are you sure you want to delete it?":"Est\u00e1 seguro de querer borrarlo?","Are you sure you want to end the test?":"\u00bfEst\u00e1 seguro(a) de que desea finalizar la prueba?","Are you sure you want to go to the next item? You will not be able to go back and change your answer.":"\u00bfEst\u00e1 seguro de que desea pasar al siguiente \u00edtem? No podr\u00e1 retroceder y cambiar su respuesta.","Are you sure you want to go to the next item? You will not be able to go back and provide an answer.":"\u00bfEst\u00e1 seguro de que desea pasar al siguiente \u00edtem? No podr\u00e1 retroceder y proporcionar una respuesta.","Are you sure you want to go to the next item? You will not be able to go back.":"\u00bfEst\u00e1 seguro de que desea pasar al siguiente \u00edtem? No podr\u00e1 retroceder.","Area Masking":"Ocultamiento de \u00e1rea","Assessment Activity":"Actividad de evaluaci\u00f3n","Assign User to role":"Asignar rol a usuario","Assign Users":"Asignar Usuarios","Associate a blueprint to a section allow you to validate this section against the specified blueprint.":"Asociar un blueprint a una secci\u00f3n permite validar esta secci\u00f3n con el plano especificado.","Associate Blueprint":"Asociar blueprint","At least one mandatory parameter was required but found missing in your request":"Se necesitaba como m\u00ednimo un par\u00e1metro obligatorio que no estaba presente en la solicitud","Author":"Autor","Author Item":"Elemento de autor","Authoring":"Autoria","Auxiliary file not found at location \u0022%s\u0022.":"Archivo auxiliar no encontrado en la ubicaci\u00f3n \u0022%s\u0022.","Available Extensions":"Extensiones disponibles","Back to listing":"Volver a la lista","Beta version":"Versi\u00f3n beta","Black on Cream":"Negro sobre Crema","Black on Light Blue":"Negro sobre Azul Claro","Black on Light Magenta":"Negro sobre Magenta Claro","Black on White":"Negro sobre Blanco","Browse folders:":"Examinar las carpetas:","Calculator":"Calculadora","Calculator BODMAS":"Calculadora BODMAS","Calendar":"Calendario","Can not playback media file!":"No se puede reproducir el archivo multimedia!","CANCEL":"CANCELAR","Cancel":"Cancelar","Candidate":"Candidato","Cannot be edited":"No puede ser editado","Cardinality":"Cardinalidad","Categories":"Categor\u00edas","Category score":"Puntaje de categor\u00eda","Change password":"Cambiar contrase\u00f1a","Change the current color preset":"Cambiar el color predeterminado actual","Change the password":"Cambiar la contrase\u00f1a","Check All":"Seleccionar Todo","Check all":"Seleccionar todo","Check-in":"Registrarse","Choose export format":"Elegir formato para exportar","Choose import format":"Elegir formato para importar","Class":"Clase","class selected":"clase seleccionada","Class successfully created.":"La clase se cre\u00f3 satisfactoriamente.","Clear all active highlights":"Borrar todos los resaltados activos","Clear Highlights":"Borrar resaltados","Click \u0022%s\u0022 to continue.":"Haga clic en \u0022%s\u0022 para continuar","Click to speak":"Haga clic para hablar","Close":"Cerrar","Close Magnifier":"Cerrar aumento","Close message":"Cerrar mensaje","Close the mask":"Cerrar ocultamiento","Close this Section":"Cerrar esta secci\u00f3n","Collapse the review panel":"Contraer el panel de revisi\u00f3n","Column":"Columna","Comment":"Comentario","comment...":"comentario...","Commit":"Efectuar","Completed items":"\u00cdtems completados","Confirm":"Confirmar","Connect to the TAO platform":"Conectar a la plataforma TAO","Connected to server":"Conectado al servidor","Continue":"Continuar","CONTINUE TO THE NEXT SECTION":"CONTINUAR A LA SIGUIENTE SECCI\u00d3N","Contrast":"Contraste","Controls the contribution of an individual item score to the overall test score.":"Controla la contribuci\u00f3n del puntaje de un \u00edtem individual al puntaje total de la prueba.","Controls the maximum number of attempts allowed. 0 means unlimited.":"Controla el n\u00famero m\u00e1ximo de intentos permitidos. 0 significa ilimitado.","Covers parts of the item":"Cubre partes del \u00edtem","Create":"Crear","Create instance of ":"Crear una instancia de ","CSV":"CSV","CSV Options":"Opciones CSV","Current language":"Idioma actual","Custom":"Personalizar","custom categories":"categor\u00edas personalizadas","Custom outcome processing. No changes will be made to the existing rules.":"Procesamiento de resultados personalizado. No se realizar\u00e1n cambios en las reglas existentes.","Cut score":"Puntaje de corte","Cut score (pass ratio)":"Puntaje de corte (ratio de aprobado)","Data imported":"Datos importados","Data imported successfully":"Datos importados exitosamente","Data Language":"Idioma de Datos","Data language":"Idioma de datos","Date":"Fecha","Default search":"B\u00fasqueda por defecto","Define the default values":"Define los valores por defecto","Delete":"Eliminar","Demo Sandbox":"Demo Sanbox","Disable validation":"Desactivar validaci\u00f3n","Disabled %s":"Deshabilitada %s","Disconnected from server":"Desconectado del servidor","Display a warning before the test-taker ends a test part and there are still items left unanswered or marked for review.":"Mostrar una advertencia antes de que el examinado finalice una parte de una prueba si todav\u00eda hay \u00edtems por responder o marcados para revisar.","Display a warning before the test-taker ends the test part.":"Mostrar una advertencia antes de que el examinado finalice una parte de la prueba.","Display a warning before the test-taker ends the test.":"Mostrar una advertencia antes de que el examinado finalice la prueba.","Display a warning before the test-taker skips the section. Requires the Section Skipping option.":"Mostrar una advertencia antes de que el examinado se salte la secci\u00f3n. Requiere la opci\u00f3n Saltar secci\u00f3n.","Display End Test Warning":"Mostrar advertencia de fin de prueba","Display Next Part Warning":"Mostrar advertencia de parte siguiente","Display Next Section Warning":"Mostrar advertencia de secci\u00f3n siguiente","Display Unanswered Warning":"Mostrar advertencia de falta de respuesta","Displayed label":"Etiqueta mostrada","Displays a customisable magnifier":"Muestra una lupa adaptable","Do not flag the current item for later review":"No marcar el \u00edtem actual para revisi\u00f3n posterior","Do not rename it.":"No renombrar.","Do not show alert on timeout":"No mostrar alerta sobre tiempo de espera","Do you wish to install the following extension(s):\n%s?":"Desea instalar la siguiente extension(es): \n%s?","does not match":"no coincide","Don\u0027t set":"No configurado","Don\\\u0027t save":"No guardar","Download":"Descragar","Download the pupil responses and submit manually.":"Descargue las respuestas de los alumnos y env\u00edelas manualmente.","Download this file":"Descargar este archivo","Drag file here":"Arrastre el archivo aqu\u00ed","Drag files here":"Arrastre los archivos aqu\u00ed","Drop the files to upload":"Suelte los archivos a cargar","Edit":"Editar","Edit a user":"Editar un usuario","Edit class %s":"Editar clase %s","Edit Instance":"Editar instancia","Element deleted.":"Elemento eliminado.","Eliminate choices":"Eliminar opciones","Email":"Elemnto no eliminado","Enable Mark for Review":"Activar marca para revisi\u00f3n","Enable mark for review of items. Requires the Review Screen option.":"Activar marca para revisi\u00f3n de elementos. Requiere la opci\u00f3n de Pantalla de revisi\u00f3n.","Enable Review Screen":"Activar la pantalla de revisi\u00f3n","Enable selection":"Habilitar seleccio\u0301n","Enable Skipping Ahead":"Activar Saltar adelante","Enable text to speech":"Habilitar texto a voz","Enable the item review screen \/ navigator.":"Activar la pantalla de revisi\u00f3n\/navegador de \u00edtems.","Enables skipping to items within this section. Requires the review screen option.":"Permite saltar a otros elementos de esta secci\u00f3n. Requiere la opci\u00f3n Pantalla de revisi\u00f3n.","End test":"Finalizar prueba","End Test":"Finalizar prueba","Enter":"Entrar","Enter a blueprint":"Ingresar un blueprint","Enter a custom category":"Ingresar una categor\u00eda personalizada","Error":"Error","Error during file import":"Error durante la importaci\u00f3n","Error found in the IMS QTI Test:\n%s":"Error encontrado en la prueba IMS QTI :\n%s","Exclusive (OR)":"(OR) exclusivo","Expand the review panel":"Expandir el panel de revisi\u00f3n","Export":"Exportar","Export ":"Exportar ","Export failed for the test \u0022%s":"La exportaci\u00f3n fall\u00f3 para la prueba \u0022%s","Export Irregularities":"Exportar irregularidades","Export metadata":"Exportar metadatos","Export Metadata as RDF\/XML file":"Exportar metadatos como archivo RDF\/XML","Export QTI 2.1 Test Package":"Exportar Paquete de Prueba QTI 2.1","Export QTI 2.2 Test Package":"Exportar Paquete de prueba QTI 2.2","Export successful for the test \u0022%s":"La exportaci\u00f3n fue satisfactoria para la prueba \u0022%s","Extensions manager":"Administrador de extensiones","False":"Falso","Feedback block":"Bloque de comentarios","Field delimiter":"Separador de campos","Field encloser":"Delimitador de campos","File":"Archivo","File name":"Nombre de archivo","File not found":"Archivo no encontrado","File not found!":"Archivo no encontrado.","File Properties":"Propiedades de Archivo","file selected":"archivo seleccionado","File Uploader":"Cargador de archivos","files selected":"archivos seleccionados","Filter":"Filtro","Filtering mode":"Modo de filtrado","First Name":"Nombre","First page":"Primera p\u00e1gina","First row column names":"Nombre de columnas en primer rengl\u00f3n","Fixed":"Fijo","Fixed position in a shuffled the selection.":"Posici\u00f3n fija en un barajada selecci\u00f3n.","Flag for Review":"Marcar para revisi\u00f3n","Flag the current item for later review":"Marcar el \u00edtem actual para revisi\u00f3n posterior","Flagged":"Marcado","Flagged for review":"Marcado para revisi\u00f3n","Force Release":"Forzar liberaci\u00f3n","Force the item to be considered as informational and not taken into account in (un)answered \/ flagged counters.":"Forzar que el \u00edtem se considere informativo y no se tenga en cuenta en los contadores de \u00edtems con\/sin respuesta o marcados.","Forgot your password?":"\u00bfOlvidaste tu contrase\u00f1a?","From":"De","Fuzzy Matching":"Coincidencia confusa","Go Back":"Regresar","Go to next item":"Ir al siguiente \u00edtem","Go to the current question":"Ir a la pregunta actual","Go to the next item?":"\u00bfDesea ir al siguiente \u00edtem?","Go to the next question":"Pasa a la siguiente pregunta","Go to the previous question":"Ir a la pregunta anterior","Go to the top of the page":"Ir al principio de la p\u00e1gina","Gray on Green":"Gris sobre Verde","Height":"Altura","Hi, %s
You indicated that you have forgotten your TAO password.":"Hola,%s
Usted indic\u00f3 que ha olvidado su contrase\u00f1a TAO.","Hide detailed report":"Ocultar reporte dellado","Hide Review":"Esconder revisi\u00f3n","Hide the review screen":"Esconder la pantalla de revisi\u00f3n","Hide the warning automatically displayed when a test-taker exit a timed section.":"Ocultar la advertencia que se muestra autom\u00e1ticamente cuando un examinado sale de una secci\u00f3n temporalizada.","Hide Timed Section Warning":"Ocultar advertencia de secci\u00f3n temporalizada","Hide timers":"Temporizador oculto","Highlight":"Resaltar","Highlight Text":"Resaltar texto","Highlighter":"Resaltador","hours":"horas","Html title":"T\u00edtulo HTML","Identifier":"Identificador","If required it must appear (at least once) in the selection.":"Si es requerido debe aparecer (al menos una vez) en la selecci\u00f3n.","If required, it must appears at least once in the selection.":"Si es requerido, debe aparece al menos una vez en la selecci\u00f3n.","If set, it causes the order of the child elements to be randomized, otherwise it uses the order in which the child elements are defined.":"Si se establece, hace que el orden de los elementos secundarios se ordenen al azar, de lo contrario se utiliza el orden en que los elementos secundarios son definidos.","If the candidate can skip the item, without submitting a response (default is true).":"Indica si el candidato puede saltarse el \u00edtem sin tener que enviar una respuesta (el valor predeterminado es Verdadero).","If the category option is set, the score will also be processed per categories, and each results will take place in the PASS_xxx outcome, where xxx is the name of the category.":"Si se establece la opci\u00f3n de categor\u00eda, el puntaje tambi\u00e9n se procesar\u00e1 por categor\u00edas y los resultados tendr\u00e1n lugar en PASS_xxx, siendo xxx el nombre de la categor\u00eda.","If the category option is set, the score will also be processed per categories, and each results will take place in the SCORE_xxx outcome, where xxx is the name of the category.":"Si se establece la opci\u00f3n de categor\u00eda, el puntaje tambi\u00e9n se procesar\u00e1 por categor\u00edas y los resultados tendr\u00e1n lugar en SCORE_xxx, siendo xxx el nombre de la categor\u00eda.","If the connection cannot be restored, see option B.":"Si no se puede restablecer la conexi\u00f3n, v\u00e9ase la opci\u00f3n B.","If you do not wish to reset your password, just ignore this email and your password will remain the same.":"Si usted no desea restablecer su contrase\u00f1a, simplemente ignore este correo electr\u00f3nico y su contrase\u00f1a seguir\u00e1 siendo la misma.","If you need help, please contact our Helpline on 0330 088 4171.":"Si necesita ayuda, por favor contacte con nuestra l\u00ednea de ayuda en el 0330 088 4171.","Import":"Importar","Import ":"Importar ","Import a QTI\/APIP Content Package":"Importar paquete de contenido QTI\/APIP","Import Metadata from CSV file":"Importar Metadatos de un archivo CSV","Import Metadata from RDF file":"Importar Metadatos de archivo RDF","Import QTI TEST into \u0022%s":"Importar PRUEBA QTI en \u0022%s","IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file could not be imported.":"Elemento IMS QTI referenciado como \u0022%s\u0022 en el archivo Manifiesto IMS no podr\u00e1 ser importado.","IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file successfully imported.":"Elemento IMS QTI referenciado como \u0022%s\u0022 en el archivo Manifiesto IMS importado satisfactoriamente.","IMS QTI Test Package successfully imported.":"Paquete de Prueba IMS QTI importado satisfactoriamente.","IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file successfully imported.":"Prueba IMS QTI referenciada como \u0022%s\u0022 en el archivo Manifiesto IMS importada satisfactoriamente.","In this part of the test navigation is not allowed.":"En esta parte de la prueba no se permite navegar.","Inclusive (AND)":"Inclusivo (AND)","Inconsistency at line %1d:":"Inconsistencia en linea %1d:","Individual":"Individual","Informational Item Usage":"Uso de \u00edtem informativo","Install":"Instalar","Installation done.":"Instalaci\u00f3n completada.","Installation...":"Instalando...","Installed Extensions":"Extensiones instaladas","Installing extension %s...":"Instalando extensi\u00f3n %s...","Instance saved":"Instancia guardada","Interface Language":"Lenguaje de interface","Interface language":"Lenguaje de interface","Internal server error!":"Error interno del servidor.","Invalid field length":"Longitud de campo no v\u00e1lido","Invalid file type!":"Tipo de archivo inv\u00e1lido!","Invalid login or password. Please try again.":"Usuario o contrase\u00f1a invalida. Por favor intente nuevamente.","invalid regular expression":"expresi\u00f3n regular invalida","is already used in the test.":"ya se utiliza en la prueba.","is not a valid identifier (alphanum, underscore, dash and dots)":"no es un identificador v\u00e1lido (alfanum\u00e9rico, guiones bajos, guiones y puntos)","is not a valid identifier (everything except spaces)":"no es un identificador v\u00e1lido (todo excepto espacios)","It is not possible to save your responses while working offline.":"No es posible guardar las respuestas mientras se trabaja fuera de l\u00ednea.","Item \u0022%s\u0022 is completed.":"El \u00edtem \u0022%s\u0022 est\u00e1 completo.","Item %d":"Elemento %d","Item %d of %d":"Elemento %d de %d","Item %s loaded":"Elemento %s cargado","Item Reference Properties":"Elemento Referencia Propiedades","Item response identifier does not match current item":"El identificador de respuesta del elemento no coincide con el elemento actual","Item Session Control":"Control de Sesi\u00f3n de Elemento","items":"elementos","Items":"Elementos","Items can optionally be assigned to one or more categories.":"Los elementos opcionalmente pueden ser asignados a una o m\u00e1s categor\u00edas.","Items Compilation":"Compilaci\u00f3n de Elementos","Items marked for later review":"\u00cdtems marcados para revisi\u00f3n posterior","items per page":"art\u00edculos por p\u00e1gina","Items with assessmentItemRef identifiers \u0022%s\u0022 are not registered in the related CAT endpoint.":"Los \u00edtems con identificadores assessmentItemRef \u0022%s\u0022 no se registran en el punto final CAT relacionado.","Jump Menu":"Saltar Men\u00fa","Jump to:":"Saltar a:","Keep Together":"Mantener junto","Keyboard Navigation":"Navegaci\u00f3n por teclado","Keyboard shortcuts for the Accessibility Tools are available to the Test-taker.":"Los atajos de teclado para las Herramientas de Accesibilidad est\u00e1n disponibles para el examinado.","Label":"Etiqueta","Language":"Idioma","Last Name":"Apellido","Last page":"\u00daltima p\u00e1gina","Late submission allowed":"Envio tard\u00edo permitido","Leave a comment":"Dejar un comentario","less than a minute":"menos de un minuto","Line Reader":"Lector de l\u00ednea","Linear":"Lineal","Link durations to activate the guided navigation":"Enlazar duraciones para activar navegaci\u00f3n guiada","List":"Lista","List - Multiple choice - Check box":"Lista - Opciones m\u00faltiples - Selecci\u00f3n","List - Single choice - Drop down":"Lista - Opci\u00f3n sencilla - Lista de selecci\u00f3n","List - Single choice - Radio button":"Lista - Opci\u00f3n sencilla - Selecci\u00f3n \u00fanica","Loaded":"Cargado","Loaded at Startup":"Cargar al Inicio","Locked duration : guided navigation. The test transition to the next item once the duration reaches 0.":"Duraci\u00f3n bloqueada: navegaci\u00f3n guiada. La prueba pasa al siguiente \u00edtem una vez que la duraci\u00f3n alcanza 0.","Log in":"Iniciar sesi\u00f3n","Log Out":"Cerrar la sesio\u0301n","Login":"Inicio de sesi\u00f3n","Login available":"Inicio de sesi\u00f3n diponible","Magnifier":"Aumento","Magnify less":"Aumentar menos","Magnify more":"Aumentar m\u00e1s","Magnifying Glass":"Lente de aumento","Main navigation":"Navegaci\u00f3n principal","Manage data list":"Administrar lista de datos","Manage items":"Gestionar elementos","Manage Results":"Gestionar resultados","Manage roles":"Administrar roles","Manage Roles and apply them to users.":"Adminstrar Roles y aplicarlos a usuarios.","Manage Rubric Blocks":"Administrar Bloques de R\u00fabrica","Manage test properties":"Administrar las propiedades de prueba","Manage test takers":"Manage test-takers","Manage Tests":"Gestionar Pruebas","Manage tests":"Gestionar pruebas","Manage users":"Adminstrar usuarios","Manage Versioned File":"Ardministrar Archivos Versionados","Map the properties to the CSV columns":"Mapa de las propiedades a las columnas CSV","Mark for review":"Marcar para revisi\u00f3n","Masking":"Ocultamiento","Match value":"Coincidir con el valor","Max Attempts":"Intentos M\u00e1ximos","Maximum Duration":"M\u00e1xima Duraci\u00f3n","Maximum duration : the items times out when the duration reaches 0.":"Duraci\u00f3n m\u00e1xima: los \u00edtems exceden el tiempo definido cuando la duraci\u00f3n alcanza 0.","Maximum duration for the all test.":"M\u00e1xima duraci\u00f3n para toda la prueba.","Maximum duration for this item.":"M\u00e1xima duraci\u00f3n para este elemento.","Maximum duration for this section.":"M\u00e1xima duraci\u00f3n para esta secci\u00f3n.","Maximum duration for this test part.":"M\u00e1xima duraci\u00f3n para esta parte de la prueba.","Message":"Mensaje","Metadata export is not available for test \u0022%s.":"La exportaci\u00f3n de metadatos no est\u00e1 disponible para la prueba \u0022%s.","Minimum Duration":"Minima Duraci\u00f3n","Minimum duration : enforces the test taker to stay on the item for the given duration.":"Duraci\u00f3n m\u00ednima: fuerza al examinado a quedarse en el \u00edtem durante el tiempo establecido.","Minimum duration for the test.":"Minima duraci\u00f3n para la prueba.","Minimum duration for this item.":"Minima duraci\u00f3n para la este elemento.","Minimum duration for this section.":"Minima duraci\u00f3n para esta secci\u00f3n.","Minimum duration for this test part.":"Minima duraci\u00f3n para esta parte de la prueba.","minutes":"minutos","Missed required parameter \\\u0027id\\":"Se omiti\u00f3 el par\u00e1metro requerido \\\u0027id\\\u0027","Missed test package file":"Se omiti\u00f3 el archivo de paquete de la prueba","Missing required configuration option %s":"Falta la opci\u00f3n de configuraci\u00f3n requerida %s","More":"M\u00e1s","Move":"Mover","Move Down":"Mover hacia abajo","Move role":"Mover role","Move to":"Mover a","Move Up":"Mover hacia arriba","Moving this element will replace the properties of the previous class by those of the destination class :":"Mover este elemento reemplazar\u00e1 las propiedades de la clase anterior por los de la clase destino :","Moving to the next item without time limit reached message.":"Pasar al siguiente \u00edtem sin el mensaje de l\u00edmite de tiempo alcanzado.","Multiple values delimiter":"Delimitador de m\u00faltiples valores","My settings":"Mi configuraci\u00f3n","My settings (%s)":"Mis configuraciones (%s)","Name":"Nombre","name of the pupil":"nombre del alumno","Navigation":"Navegacio\u0301n","Navigation shortcuts":"Atajos de Navegaci\u00f3n","Navigation Warnings":"Advertencias de navegaci\u00f3n","network":"red","New item":"Elemento nuevo","New password":"Nueva contrase\u00f1a","New role":"Nuevo rol","New Rubric Block":"Nuevo Bloque de R\u00fabrica","New section":"Nueva secci\u00f3n","New test part":"Nueva parte de prueba","Next":"Siguiente","Next Section":"Secci\u00f3n siguiente","No":"No","No CAT Engine configured for CAT Endpoint \u0022%s\u0022.":"No hay ning\u00fan motor CAT configurado para el punto final CAT \u0022%s\u0022.","No extensions available.":"No hay extensiones disponibles.","No file found at location \u0022%s\u0022.":"Archivo no encontrado en ubicaci\u00f3n \u0022%s\u0022.","no file not found in this location":"ning\u00fan archivo se encuentra en esta ubicaci\u00f3n","No file selected":"No se seleccion\u00f3 ning\u00fan archivo","No files":"Sin archivos","no label":"sin etiqueta","No more attempts allowed for item \u0022%s\u0022.":"No se permiten m\u00e1s intentos para el elemento \u0022%s\u0022.","no outcome declaration found":"no se encontr\u00f3 ninguna declaraci\u00f3n de resultado","No outcome processing. Erase the existing rules, if any.":"No se procesa ning\u00fan resultado. Borre las reglas existentes, si las hay.","No reference to any IMS QTI Item found.":"No hay referencia a ning\u00fan elemento IMS QTI encontrado.","Non Linear":"No Lineal","None":"Ninguno","Not all test could be exported":"No se pudo exportar toda la prueba","Not answered":"No contestado","Not seen":"No se ha visto","Not shuffled, the position remains fixed.":"No reorganizado, la posici\u00f3n permanece fija.","Nothing imported":"Nada importado","Nothing to install !":"No hay nada para instalar !","Number of elements":"N\u00famero de elementos","of":"de","Offline":"Fuera de l\u00ednea","OK":"Aceptar","Ok":"Aceptar","OK & End test":"Aceptar y finalizar la prueba","Old Password":"Contrase\u00f1a antigua","Once you close this section, you cannot return to it or change your answers.":"Una vez que cierre esta \u00a0secci\u00f3n, no podr\u00e1 volver a ella ni cambiar sus respuestas.","One or more dependent IMS QTI Items could not be imported.":"Uno o m\u00e1s Elementos IMS QTI dependientes no pod\u00edan ser importados.","Online":"En l\u00ednea","Only display the items marked for review":"Mostrar solo los \u00edtems marcados para revisi\u00f3n","Only display the unanswered items":"Mostrar solo los \u00edtems sin respuesta","Open Calculator":"Abrir calculadora","Open Keyboard Shortcuts":"Abrir atajos de teclado","Option A":"Opci\u00f3n A","Option B":"Opci\u00f3n B","or":"o","Ordering":"Ordenamiento","Outcome":"Resultado","Outcome declarations":"Declaraciones de resultados","Outcome processing":"Procesamiento de resultados","Package is valid but no tests were found. Make sure that it contains valid QTI tests.":"El paquete es v\u00e1lido, pero no se encontraron pruebas. Aseg\u00farese de que contiene pruebas QTI v\u00e1lidas.","Page":"P\u00e1gina","Part %d":"Parte %d","Passage":"Pasaje","Password":"Contrase\u00f1a","Password changed":"Contrase\u00f1a cambiada","Password successfully changed":"Contrase\u00f1a cambiada correctamente","Pause":"Pausar","Pause the test":"Pausar la prueba","Play":"Reproducir","Please confirm deletion":"Por favor confirme eliminaci\u00f3n","Please confirm this operation.":"Por favor confirma esta operaci\u00f3n.","Please confirm you want to leave the test.":"Confirme que desea abandonar la prueba.","Please contact %s or an administrator to release it":"Por favor, p\u00f3ngase en contacto con %s o un administrador para liberarlo","Please give a message to your commit":"Por favor dejar un mensaje a su compromiso","Please provide a reason":"Por favor proporcione una raz\u00f3n","Please try reloading the page or pause the test. If you pause, you will be able to resume the test from this page.":"Por favor, intente recargar la p\u00e1gina o pausar la prueba. Si hace una pausa, podr\u00e1 reanudar la prueba desde esta p\u00e1gina.","Please wait":"Espera","Please wait while we try to restore the connection.":"Por favor espere mientras intenta restablecer la conexi\u00f3n.","Post install processing":"Fijar proceso de instalaci\u00f3n","Preparing installation...":"Preparando instalaci\u00f3n...","Preview":"Vista preliminar","Preview the covered area":"Vista preliminar del \u00e1rea cubierta","Previous":"Anterior","PROCEED & END ASSESSMENT":"PROCEDER Y FINALIZAR LA EVALUACI\u00d3N","Proctor":"Proctor","Properties":"Propiedades","QTI 2.1 Test Driver":"Conductor de Prueba QTI 2.1","QTI Item Runner":"Ejecutor de elemento QTI","QTI Test \u0022%s\u0022 publishing failed.":"Publicaci\u00f3n de prueba \u0022%s\u0022 QTI fallida.","QTI Test \u0022%s\u0022 successfully published.":"Prueba \u0022%s\u0022 QTI publicada satisfactoriamente.","QTI Test Package 2.1":"Paquete de Prueba QTI 2.1","QTI Test Package 2.2":"Paquete de prueba QTI 2.2","QTI\/APIP Test Content Package":"Paquete con contenido de prueba QTI\/APIP","Question":"Pregunta","question":"pregunta","questions":"preguntas","Record and manage test takers.":"Record and manage test-takers.","Reference":"Referencia","Regenerate":"Regenerar","Release":"Liberaci\u00f3n","Reload the page":"Recargar la p\u00e1gina","remaining %s %s":"restante %s %s","Remove":"Remover","Remove Item Reference":"Eliminar Referencia de Elemento","Remove Message":"Eliminar mensaje","Remove Rubric Block":"Eliminar Bloque de R\u00fabrica","Remove Section":"Eliminar Secci\u00f3n","Remove Test Part":"Retire la parte de la prueba","Remove this file":"Remover este archivo","Rename":"Renombrar","Repeat new password":"Repita la nueva contrase\u00f1a","Required":"Requerido","Required field":"Campo requerido","required length":"longitud requerida","Requires":"Requiere","Reset":"Reiniciar","Reset filters":"Restaurar filtros","Resource":"Recurso","Resource not imported due to multiple super classes":"Recurso no importado debido a m\u00faltiples clases s\u00faper","Resource not imported due to multiple types":"Recurso no importado debido a m\u00faltiples tipos","Resource saved":"Recurso guardado","Resource(s) successfully exported.":"Recursos exportados satisfactoriamente.","Responsive mode":"Modo responsivo","Results":"Resultados","Return to sign in page":"Regresar a p\u00e1gina de ingreso","Review":"Revisi\u00f3n","Review my Answers":"Revisar mis respuestas","Right click the tree to manage your lists":"Clic derecho en el \u00e1rbol para administrar tus listas","Role saved":"Rol guardado","Roles":"Roles","Roles library":"Libreria de roles","Rubric Block":"Bloque de R\u00fabrica","Rubric Block Properties":"Propiedades de Bloque de R\u00fabrica","Rubric Blocks":"Bloque de R\u00fabrica","Save":"Guardar","Saved":"Guardado","Scientific Calculator":"Calculadora cient\u00edfica","Scope":"\u00c1mbito","Scorer":"Puntuador","Scoring":"Puntaje","Scratch Pad":"Bloc de Notas","Scratch pad":"Bloc de notas","Scratchpad":"Bloc de notas","Search":"B\u00fasqueda","Search %s":"Buscar %s","Search sub-classes":"Buscar sub-clases","seconds":"segundos","Section %d":"Secci\u00f3n %d","Section %d of %d":"Secci\u00f3n %d de %d","Section level category enables configuring the categories of its composing items all at once. A category in gray means that all items have that category. A category in white means that only a few items have that category.":"La categor\u00eda de nivel de secci\u00f3n permite configurar las categor\u00edas de los \u00edtems que la componen de una sola vez. Una categor\u00eda en gris significa que todos los \u00edtems tienen esa categor\u00eda. Una categor\u00eda en blanco significa que solo algunos \u00edtems tienen esa categor\u00eda.","Section Properties":"Propiedades de secci\u00f3n","select":"seleccionar","Select":"Seleccionar","Select a blueprint":"Seleccionar un blueprint","Select a language":"Seleccionar un idioma","Select Items":"Seleccionar elementos","Select the way the responses of your test should be processed":"Seleccione c\u00f3mo deben procesarse las respuestas de su prueba","Select this file":"Seleccione este archivo","Selected file:":"Archivo seleccionado:","Selection":"Seleccio\u0301n","Selection saved successfully":"Selecci\u00f3n guardada correctamente","Send":"Enviar","Set outcome identifier the feedback block is related to":"Establecer el identificador de resultado con el que est\u00e1 relacionado el bloque de comentarios","Set the cut score (or pass score ratio) associated to the test. It must be a float between 0 and 1.":"Establecer el puntaje de corte (o ratio de puntaje de aprobado) asociado con la prueba. Debe ser un n\u00famero de coma flotante entre 0 y 1.","Set the rubric block as a feedback block":"Establecer el bloque de r\u00fabrica como bloque de comentarios","Set the value of the outcome that will activate the feedback block":"Establecer el valor del resultado que activar\u00e1 el bloque de comentarios","Set the weight identifier used to process the score":"Establecer el identificador de ponderaci\u00f3n utilizado para procesar el puntaje","Set the XHTML-QTI class of the rubric block.":"Establecer la clase XHTML-QTI para el bloque de r\u00fabrica.","Set the XHTML-QTI identifier of the rubric block.":"Establecer el identificador XHTML-QTI para el bloque de r\u00fabrica.","SetSynchronisationService successfully configured.":"Se ha configurado con \u00e9xito SetSynchronisationService.","Settings":"Ajustes","Settings updated":"Configuraci\u00f3n actualizada","Show detailed report":"Muestrar reporte detallado","Show Feedback":"Mostrar comentarios","Show Review":"Mostrar revisi\u00f3n","Show Solution":"Mostrar Soluci\u00f3n","Show the review screen":"Mostrar la pantalla de revisi\u00f3n","Show the solution once the answer is submitted.":"Mostrar la soluci\u00f3n antes de que la respuesta sea enviada.","Show timers":"Muestra el temporizador","Show\/Hide the review screen":"Mostrar\/esconder la pantalla de revisi\u00f3n","Shuffle":"Aleatorio","Simultaneous":"Sim\u00faltanea","Size":"Taman\u0303o","Skip":"Omitir","Skip & End Test":"Saltar & Fin de Prueba","Skip and end test":"Saltar y finalizar prueba","Skip and go to the end of the test":"Saltar e ir al final de la prueba","Skip and go to the next item":"Saltar e ir al siguiente \u00edtem","Skip to the end of the test":"Omitir hasta el fin de la prueba","Skip to the next item":"Saltar al elemento siguiente","Skip to the next section":"Saltar a la siguiente secci\u00f3n","Some rubric blocks have been updated to reflect the changes in the list of outcomes.":"Algunos bloques de r\u00fabrica se actualizaron para reflejar los cambios de la lista de resultados.","Something unexpected happened.":"Ocurri\u00f3 algo inesperado.","Something went wrong...":"Algo sali\u00f3 mal...","Speech speed":"Velocidad del habla","Speed":"Velocidad","Start Test-part":"Iniciar parte de la Prueba","Step 1: Download the file (see below when available).":"Paso 1: Descargar el archivo (ver abajo cuando est\u00e9 disponible).","Step 2: When you are online again, please send the downloaded file to receptionbaseline@nfer.ac.uk together with the ":"Paso 2: Cuando est\u00e9 en l\u00ednea de nuevo, por favor env\u00ede el archivo descargado a receptionbaseline@nfer.ac.uk junto con el ","Step 3: Once you have downloaded the file you can close the browser window. Do not do anything further with the assessment whilst it shows as \u0022in progress\u0022; the status will be updated once the helpline has uploaded the file.":"Paso 3: Una vez que haya descargado el archivo puede cerrar la ventana del navegador. No haga nada m\u00e1s con la evaluaci\u00f3n mientras se muestra como \u0022en progreso\u0022; el estado se actualizar\u00e1 una vez que la l\u00ednea de ayuda haya subido el archivo.","Stop":"Detener","Submission":"Env\u00edo","Submit and go to the end of the test":"Enviar e ir al final de la prueba","Submit and go to the item %s":"Som\u00e9tase y vaya al art\u00edculo %s","Submit and go to the next item":"Enviar e ir al elemento siguiente","Submit and go to the previous item":"Enviar e ir al elemento anterior","SUBMIT THE TEST":"ENVIAR LA PRUEBA","SUBMIT THIS PART":"ENVIAR ESTA PARTE","Success":"Correcto","Successfully imported \u0022%s":"%s Importado satisfactoriamente\u0022","Successfully imported class \u0022%s":"%s Clase importada satisfactoriamente\u0022","Supported export formats":"Formatos exportados soportados","TAO Home":"Inicio TAO","TAO Login":"Iniciar sesi\u00f3n TAO","technical":"t\u00e9cnico","Test":"Prueba","Test Centers":"Centros de prueba","Test constructor":"Constructor de prueba","Test metadata successfully exported.":"Los metadatos de la prueba se exportaron satisfactoriamente.","Test Navigation":"Navegaci\u00f3n por la prueba","Test Part Properties":"Propiedades de la parte de prueba","Test Preview is not installed, please contact to your administrator.":"La vista previa de la prueba no est\u00e1 instalada, por favor contacte con su administrador.","Test Saved":"Prueba Guardada","Test status":"Estado de la prueba","Test status and review structure":"Estado de las pruebas y estructura de revisi\u00f3n","Test Status and Structure":"Estado de las pruebas y Estructura","Test takers library":"Test-takers library","Test-Taker Tools":"Herramientas de examinado","Tests":"Pruebas","Text - Long - Box":"Texto - Largo - Caja","Text - Long - HTML editor":"Texto - Longitud - editor HTML","Text - Short - Field":"Texto - Short - Campo","Text content":"Contenido del texto","Text to Speech":"Texto a Voz","Text To Speech":"Texto A Voz","that was being taken.":"que estaba siendo tomada.","The \u0027imsmanifest.xml\u0027 file found in the archive is not valid.":"El archivo \u0027imsmanifest.xml\u0027 encontrado en el archivo no es v\u00e1lido.","The action will be applied to":"La acci\u00f3n sera aplicada a","The action will be applied to the following":"La acci\u00f3n sera aplicada a lo siguiente","The action will not be applied to ":"La acci\u00f3n no sera aplicada a","The action will not be applied to the following":"La acci\u00f3n no sera aplicada a lo siguiente","the assessment (LCL or Mathematics)":"la evaluaci\u00f3n (LCL o Matem\u00e1ticas)","The assessment has been created but is not already running.":"Se cre\u00f3 la evaluaci\u00f3n pero a\u00fan no funciona.","The assessment has been suspended by an authorized proctor. If you wish to resume your assessment, please relaunch it and contact your proctor if required.":"La evaluaci\u00f3n fue suspendida por un coordinador autorizado. Si desea retomar su evaluaci\u00f3n, vuelva a iniciarla y contacte a su coordinador si es necesario.","The assessment has been suspended. To resume your assessment, please relaunch it and contact your proctor if required.":"Se suspendi\u00f3 la evaluaci\u00f3n. Para reanudar su evaluaci\u00f3n, vuelva a iniciarla y p\u00f3ngase en contacto con su supervisor si es necesario.","The assessment has been suspended. To resume your assessment, please relaunch it.":"La evaluaci\u00f3n ha sido suspendida. Para reanudar su evaluaci\u00f3n, por favor reinicie.","The assessment has been terminated.":"La evaluaci\u00f3n se ha terminado.","The assessment has been terminated. You cannot interact with it anymore.":"La evaluaci\u00f3n se ha terminado. Ya no puede interactuar con ella.","The assessment is still running.":"La evaluaci\u00f3n sigue ejecut\u00e1ndose.","The candidate is not allowed to submit invalid responses.":"Al candidato no se le permite enviar respuestas equivocadas.","The column ":"La columna ","The connection seems to be back, please proceed":"Parece que se retom\u00f3 la conexi\u00f3n. Contin\u00fae.","the current question":"la pregunta actual","The dependency to the IMS QTI AssessmentItemRef \u0022%s\u0022 in the IMS Manifest file could not be resolved.":"No se pudo resolver la dependencia a IMS QTI AssessmentItemRef \u0022%s\u0022 en el archivo de manifiesto de IMS.","The download will be available in %d<\/strong> seconds":"La descarga estar\u00e1 disponible en %d<\/strong> segundos","The following identifiers are not unique accross the test : %s":"Los identificadores siguientes no son \u00fanicos en la prueba: %s","The identifier of the item reference.":"El identificador de la referencia del elemento.","The identifier of the section.":"El identificador de la secci\u00f3n.","The IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file was already stored in the Item Bank.":"El \u00edtem IMS QTI al que se hace referencia como \u0022%s\u0022 en el archivo de manifiesto de IMS ya se almacen\u00f3 en el banco de \u00edtems.","The IMS QTI Test Package could not be imported.":"El Paquete de Prueba IMS QTI no pudo ser importado.","The IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file could not be imported.":"La Prueba IMS QTI referenciada como \u0022%s\u0022 en el archivo Manifiesto IMS no pudo ser importada.","The index identifier should not be empty":"El identificador de \u00edndice no debe ser vacio","The lock has been released":"El bloqueo ha sido liberado","The navigation mode determines the general paths that the candidate may take. A linear mode restricts the candidate to attempt each item in turn. Non Linear removes this restriction.":"El modo de navegaci\u00f3n determina los caminos generales que el candidato puede tomar. un modo lineal restringe el candidato a intentar por cada elemento en turno. No Lineal elimina esta restricci\u00f3n.","The number of child elements to be selected.":"El n\u00famero de elementos secundarios seran seleccionados.","The outcome \u0022%s\u0022 does not exist, but it is referenced by a feedback block!":"El resultado \u0022%s\u0022 no existe, pero se hace referencia a \u00e9l en un bloque de comentarios.","The outcomes have been regenerated!":"Los resultados se generaron de nuevo.","The principle identifier of the test.":"El identificador principio de la prueba.","The provided archive is invalid. Make sure it is not corrupted and that it contains an \u0027imsmanifest.xml\u0027 file.":"El archivo proporcionado no es v\u00e1lido. Aseg\u00farese de que no est\u00e1 da\u00f1ado y que contiene un archivo \u0027imsmanifest.xml\u0027.","The QTI Test \u0027%s\u0027 to be compiled must contain at least 1 QTI Item. None found.":"La prueba \u0027%s\u0027 QTI para ser compilada debe contener al menos 1 Elemento QTI. Ninguno encontrado.","The QTI test could not be retrieved correctly.":"La prueba QTI No se pudo recuperar correctamente.","The QTI Test XML or one of its dependencies is malformed or empty.":"El XML de la Prueba QTI o una de sus dependencias esta mal formado o vac\u00edo.","The QTI-XML test could not be written correctly.":"La prueba QTI-XML no se puede escribir correctamente.","The reference.":"La referencia.","The resources related to the IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file were rolled back.":"Los recursos relacionados con la Prueba de QTI IMS referenciada como \u0022%s\\\n\u0022en el archivo Manifiesto IMS se deshacen.","The score will be processed for the entire test. A sum of all SCORE outcomes will be computed and divided by the sum of MAX SCORE, the result will be compared to the cut score (or pass ratio), then the PASS_TOTAL outcome will be set accordingly.":"Se procesar\u00e1 el puntaje para toda la prueba. Se calcular\u00e1 una suma de todos los resultados de PUNTAJE y se dividir\u00e1 por la suma del MAX SCORE; el resultado obtenido se comparar\u00e1 con el puntaje de corte (o ratio de aprobado) y, a continuaci\u00f3n, se establecer\u00e1 el resultado de PASS_TOTAL en consecuencia.","The score will be processed for the entire test. A sum of all SCORE outcomes will be computed, the result will take place in the SCORE_TOTAL outcome.":"Se procesar\u00e1 el puntaje para toda la prueba. Se calcular\u00e1 una suma de todos los resultados de SCORE; el resultado tendr\u00e1 lugar en SCORE_TOTAL.","The section title.":"El t\u00edtulo de secci\u00f3n.","The submission mode determines when the candidate\u0027s responses are submitted for response processing. A testPart in individual mode requires the candidate to submit their responses on an item-by-item basis. In simultaneous mode the candidate\u0027s responses are all submitted together at the end of the testPart.":"El modo de presentaci\u00f3n determina cuando las respuestas de los candidatos se presentan para el procesamiento de la respuesta. Un testPart en modo individual requiere que el candidato presente sus respuestas en una base elemento por elemento. En el modo simult\u00e1neo las respuestas de los candidatos est\u00e1n presentadas juntas al final del testPart.","The test has been closed\/suspended!":"\u00a1La evaluaci\u00f3n se cerr\u00f3\/se suspendi\u00f3!","The test has been paused, we are unable to connect to the server.":"La prueba se paus\u00f3; no podemos establecer conexi\u00f3n con el servidor.","The test has not been saved.":"No se guard\u00f3 la prueba.","The test has unsaved changes, are you sure you want to leave?":"La prueba tiene cambios no guardados, \u00bfest\u00e1s seguro de que quieres irte?","The test has unsaved changes, would you like to save it?":"La prueba tiene cambios sin guardar, \u00bfle gustar\u00eda guardarla?","The test needs to be saved before it can be previewed.":"La prueba tiene que ser guardada antes de que pueda ser vista previamente.","The test part identifier.":"El identificador de parte de prueba.","The test title.":"El t\u00edtulo de prueba.","The time limit has been reached for this part of the test.":"Se ha alcanzado el l\u00edmite de tiempo para esta parte de la prueba.","The value of this field must be a valid date format, e.g. YYYY-MM-DD":"El valor de este campo debe ser un formato de fecha v\u00e1lido, por ejemplo YYYY-MM-DD","The value of this field must be an integer":"El valor de este campo debe ser un entero","The value of this field must be numeric":"El valor de este campo debe ser num\u00e9rico","There are %s unanswered questions":"Hay %s preguntas sin responder","There are %s unanswered questions in this part of the test":"Hay %s preguntas sin responder en esta parte de la prueba","There is %s unanswered question":"Hay %s pregunta sin responder","There is %s unanswered question in this part of the test":"Hay %s pregunta sin responder en esta parte de la prueba","There is not outcomes!":"No hay ning\u00fan resultado.","This %s is currently checked out":"Este %s esta actualmente desprotegido","This constraint affects the visibility of feedback after the end of the last attempt.":"Esta restricci\u00f3n afecta la visibilidad de la retroalimentaci\u00f3n despu\u00e9s del final del \u00faltimo intento.","This constraint controls whether or not the candidate is allowed to provide a comment on the item during the session. Comments are not part of the assessed responses.":"Esta restricci\u00f3n controla si se permite o no al candidato proporcionar un comentario sobre el tema durante la sesi\u00f3n. Los comentarios no son parte de las respuestas evaluadas.","This field is required":"\u00c9ste campo es requerdido","This field is too long":"La campo es demasiado largo","This field is too short":"Esta campo es demasiado corto","This functionality is blocked. Please contact with your administrator for more details.":"Esta funcionalidad est\u00e1 bloqueada. Por favor, contacta con tu administrador para m\u00e1s detalles.","This is not a valid email address.":"Esta direcci\u00f3n de email no es v\u00e1lida.","this is required":"esto es requerido","This Login is already in use":"Este Login ya est\u00e1 siendo usado","This password reset link is no longer valid. It may have already been used. If you still wish to reset your password please request a new link":"Este enlace de restablecimiento de contrase\u00f1a ya no es v\u00e1lido. Puede que ya se ha utilizado. Si a\u00fan desea restablecer su contrase\u00f1a, por favor solicitar un nuevo enlace","This resource is locked":"El recurso est\u00e1 bloqueado","This role is still given to one or more users. Please remove the role to these users first.":"Este rol todav\u00eda se da a uno o m\u00e1s usuarios. Por favor, remueva el rol a estos usuarios primero.","This test has been suspended":"Esta prueba ha sido suspendida","This test has been terminated":"Esta prueba es terminado","Time limit reached for item \u0022%s\u0022.":"Alcanz\u00f3 el l\u00edmite de tiempo para el \u00edtem \u0022%s\u0022.","Time limit reached, this part of the test has ended.":"Alcanz\u00f3 el l\u00edmite de tiempo, esta parte de la prueba ha finalizado.","Time limit reached, this part of the test has ended. However you are allowed to finish the current item.":"Se alcanz\u00f3 el l\u00edmite de tiempo. Esta parte de la prueba finaliz\u00f3. No obstante, puede finalizar el \u00edtem actual.","Time Limits":"Tiempo L\u00edmite","Time Remaining":"Tiempo restante","Time zone":"Zona horaria","Title":"Ti\u0301tulo","to":"a","To reset your password, click the link below, or paste it into your browser. You will then be prompted to create a new password.":"Para restablecer su contrase\u00f1a, haga clic en el enlace de abajo, o pegarlo en su navegador. A continuaci\u00f3n se le pedir\u00e1 que cree una nueva contrase\u00f1a.","to translate":"traducir a","Toggle playback":"Reproducir la Conmutaci\u00f3n","Toggle start from here mode":"Cambie el modo de inicio desde aqu\u00ed","Tokenizer":"Marcador","Too many suggestions match your query. Only a few are listed":"Demasiadas sugerencias coinciden con tu consulta. S\u00f3lo unas pocas son listadas","Tool box and flagging for review":"Caja de herramientas y marcado para revisi\u00f3n","Toolbox":"Caja de herramientas","Tools":"Herramientas","Total score":"Puntaje total","Translate":"Traducci\u00f3n","Translate to":"Traducir a","Translation parameters":"Par\u00e1metros de traducci\u00f3n","Translation saved":"Traducci\u00f3n guardada","True":"Verdadero","Try connecting the machine to the internet via cable, or move to an area with a better wifi signal.":"Intenta conectar el equipo a Internet por cable, o mu\u00e9vete a un \u00e1rea con una mejor se\u00f1al wifi.","Tutor":"Tutor","Type":"Tipo","Unable to access your account?":"No pudo acceder a su cuenta?","Unable to change passwords in demo mode":"No se pudede cambiar la contrase\u00f1a en modo demo","Unable to delete %s":"No se puede eliminar %s","Unable to delete the selected resource":"No se puede elminar el recurso seleccionado","Unable to release the lock":"No es posible liberar el bloqueo","Unable to remove the property.":"No es posible remover la propiedad.","Unable to send the password reset request":"No es posible enviar la solicitud de restablecimiento de contrase\u00f1a","Unable to upload file":"No es posible subir el archivo","Unable to upload file %s : %s":"No es posible subir el archivo %s : %s","Unanswered":"Sin responder","Unanswered items":"Elemento sin responder","Undo":"Deshacer","Unflag for Review":"Desmarcar para revisi\u00f3n","Uninstall of %s failed":"Desintalaci\u00f3n de %s fallida","Uninstalled %s":"Desintalada %s","unknown":"desconocido","Unknown Error":"Error desconocido","Unknown error.":"Error desconocido.","Unlink to use separated durations":"Anular enlace para utilizar duraciones independientes","Unseen":"No visto","Update":"Actualizar","Upload":"Subir","Upload a QTI 2.1 Test Package File":"Subir un Archivo de Paquete de Prueba QTI 2.1","Upload into:":"Subir en:","Use Ctrl\/Meta key or Lasso for multiple selection":"Utilice Ctrl\/Alt o Lasso para selecci\u00f3n m\u00faltiple","Use default value":"Usar valor predeterminado","User":"Usuario","User added":"Usuario a\u00f1adido","User deleted successfully":"Usuario eliminado correctamente","User not found":"Usuario no encontrado","User saved":"Usuario guardado","Users":"Usuarios","Validate Responses":"Respuestas Validadas","Value":"Valor","Version":"Versi\u00f3n","Viewed":"Visto","Viewed items":"Elementos vistos","Views":"Vistas","Visible":"Visible","Volume":"Volumen","Wait for your connection to come back online.":"Espere que su conexi\u00f3n vuelva a estar en l\u00ednea.","Warning \u2013 You have %s remaining to complete the test.":"Advertencia \u2013 Le quedan %s minutos para completar la prueba.","Warning \u2013 You have %s remaining to complete this item.":"Advertencia: le quedan %s para completar este \u00edtem.","Warning \u2013 You have %s remaining to complete this section.":"Advertencia: le quedan %s para completar esta secci\u00f3n.","Warning \u2013 You have %s remaining to complete this test part.":"Advertencia: le quedan %s para completar esta parte de la prueba.","Warning \u2013 You have %s remaining to complete this test.":"Advertencia: Le queda(n) %s para completar esta prueba.","We are unable to connect the server to submit your results.":"No podemos conectar con el servidor para enviar los resultados.","We are unable to connect to the server to retrieve the next item.":"No se puede conectar al servidor para recuperar el siguiente elemento.","Weight":"Ponderaci\u00f3n","Weights":"Ponderaciones","When selecting child elements each element is normally eligible for selection once only.":"Cuando seleccione elementos secundarios de cada elemento es normalmente elegible para la selecci\u00f3n de una sola vez.","Whether a candidate\u0027s response that is beyond the maximum duration of the item should still be accepted.":"Si la respuesta de un candidato que ha superado la duraci\u00f3n m\u00e1xima del elemento a\u00fan debe ser aceptada.","Whether a candidate\u0027s response that is beyond the maximum duration of the section should still be accepted.":"Si la respuesta de un candidato que ha superado la duraci\u00f3n m\u00e1xima de la secci\u00f3n a\u00fan debe ser aceptada.","Whether a candidate\u0027s response that is beyond the maximum duration of the test part should still be accepted.":"Si la respuesta de un candidato que ha superado la duraci\u00f3n m\u00e1xima de la parte de una prueba a\u00fan debe ser aceptada.","Whether a candidate\u0027s response that is beyond the maximum duration should still be accepted.":"Si la respuesta de un candidato que ha superado la duraci\u00f3n m\u00e1xima a\u00fan debe ser aceptada.","White on Black":"Blanco sobre Negro","White on Blue (TAO standard theme)":"Blanco sobre Azul (tema est\u00e1ndar de TAO)","Who can view the rubric block during the delivery.":"Qui\u00e9n puede ver el bloque r\u00fabrica durante la entrega.","With Replacement":"Con Remplazo","Wrong file mime type":"Tipo mime de archivo incorrecto","XML Content":"Contexto XML","XML Editor":"Editor XML","XML error at line %1$d column %2$d \u0022%3$s\u0022.":"error XML en la linea %1$d columna %2$d \u0022%3$s\u0022.","Yellow on Blue":"Amarillo sobre Azul","Yes":"S\u00ed","You answered %s of %s question(s) for this section of the test":"Usted respondi\u00f3 %s de %s pregunta(s) para esta secci\u00f3n de la prueba","You answered all %s question(s) in this section":"Usted respondio a las %s preguntas en esta secci\u00f3n","You answered all %s question(s) in this test":"Usted respondio a las %s preguntas en esta prueba","You answered only %s of the %s question(s) in this section":"Usted respondi\u00f3 s\u00f3lo %s de las preguntas %s en esta secci\u00f3n","You are about to go to the next item. Click OK to continue and go to the next item.":"Est\u00e1 a punto de pasar al siguiente \u00edtem. Haga clic en \u0022OK\u0022 para continuar e ir al siguiente \u00edtem.","You are about to go to the previous item. Click OK to continue and go to the previous item.":"Est\u00e1 a punto de volver al \u00edtem anterior. Haga clic en \u0022OK\u0022 para continuar e ir al \u00edtem anterior.","You are about to leave this section.":"Est\u00e1 a punto de salir de esta secci\u00f3n.","You are about to submit the test.":"Est\u00e1 a punto de entregar la prueba.","You are about to submit the test. You will not be able to access this test once submitted. Click OK to continue and submit the test.":"Est\u00e1 a punto de enviar la prueba. No podr\u00e1 acceder a esta prueba despu\u00e9s de enviarla. Haga clic en \u0022OK\u0022 para continuar y enviar la prueba.","You are about to submit this test part.":"Est\u00e1 a punto de entregar esta parte de la prueba.","You are currently working offline.":"Actualmente est\u00e1 trabajando fuera de l\u00ednea.","You are encountering a prolonged connectivity loss. ":"Usted est\u00e1 encontrando una p\u00e9rdida de conectividad prolongada. ","You are not authorised to remove this lock":"No estas autorizado para remover este bloqueo","You can magnify the content by up to 200%. Check your browser settings to find out how to do it.":"Puedes ampliar el contenido hasta un 200%. Comprueba la configuraci\u00f3n de tu navegador para saber c\u00f3mo hacerlo.","You cannot delete the root node":"Tu no puedes eliminar el nodo root","You currently have no access to the platform":"Actualmente no tienes acceso a la plataforma","You do not have the required rights to edit this resource.":"Usted no tiene los derechos necesarios para editar este recurso.","You have %s item(s) marked for review.":"Tiene %s \u00edtem(s) marcado(s) para revisi\u00f3n.","You have %s left to answer remaining %s questions.":"Te quedan %s para responder las %s preguntas restantes.","You have %s remaining to complete the current item.":"Te quedan %s para completar el elemento actual.","You have %s unanswered question(s)":"Tienes %s preguntas sin respuesta","You have %s unanswered question(s) and have %s item(s) marked for review.":"Tiene %s pregunta(s) sin respuesta y %s \u00edtem(s) marcado(s) para revisi\u00f3n.","You have %s unanswered question(s).":"Tiene %s pregunta(s) sin respuesta.","You must activate JavaScript in your browser to run this application.":"Debes activar JavaScript en tu navegador para correr esta aplicaci\u00f3n.","You will not be able to access this test once submitted. Click \u0022%s\u0022 to continue and submit the test.":"No podr\u00e1s acceder a esta prueba una vez que la hayas enviado. Haga clic en \u0022%s\u0022 para continuar y enviar la prueba.","Your comment\u2026":"Su comentario\u2026","Your connection seems to be back, please proceed.":"Su conexi\u00f3n parece haber vuelto, por favor proceda.","Your mail":"Tu email","Your TAO Password":"Tu contrase\u00f1a TAO","Zoom":"Zoom","Zoom in":"Acercar","Zoom out":"Alejar"} \ No newline at end of file +{" and ":" y "," has been deleted successfully":" ha sido borrado exitosamente"," next":" siguiente"," requires a subgrid adapter":" requiere un adaptador de sub rejilla","%d day":"d\u00eda %d","%d days":"%d d\u00edas","%h hour":"hora %h","%h hours":"%h horas","%i minute":"minuto %i","%i minutes":"%i minutos","%m month":"mes %m","%m months":"%m meses","%s (%s kb)":"%s (%s kb)","%s Class saved":"%s Clase guardada","%s could not be released":"%s no pudo ser liberado","%s extension(s) to install.":"%s extensi\u00f3n(es) a instalar.","%s has been deleted":"%s ha sido eliminado","%s has been released":"%s ha sido liberado","%s is of a type that cannot be published":"%s es de un tipo que no puede ser publicado","%s Locked":"%s Bloqueado","%s to answer %s":"%s por responder %s","%s\u0022 is not a valid index identifier. It must start with a letter and contain letters, numbers or underscores only":"%s\u0022 no es un identificador de \u00edndice v\u00e1lido. Este debe comenzar con una letra y contener letras, n\u00fameros o guiones bajos solamente.","%y year":"%y a\u00f1o","%y years":"%y a\u00f1os","(empty)":"(vac\u00eda)","(Visual) Clear all active highlights":"(Visual) Borrar todos los puntos resaldados activos","(Visual) Highlight Text":"(Visual) Texto Resaltado","... reloading page.":"...recargando p\u00e1gina.","Filters<\/del>":"Filtros<\/del>","Options<\/del>":"Opciones<\/del>","> Extension %s succesfully installed.":">Extensi\u00f3n %s instalada satisfactoriamente.","> Installation done.":">Instalaci\u00f3n hecha.","A fatal error occured during the installation process.":"Un error fatal a ocurrido durante el proceso de instalaci\u00f3n.","A message with further instructions has been sent to your email address: %s":"Un mensaje con instrucciones adicionales ha sido enviada a su e-mail: %s","A QTI Item involved in the QTI Test \u0027%s\u0027 could not be compiled.":"Un Elemento QTI involucrado en la Prueba \u0027%s\u0027 QTI no pudo ser compilado.","A QTI Test must contain at least one QTI Item to be compiled. None found.":"Una prueba QTI debe contener al menos un Elemento QTI para ser compilado. Ninguno encontrado.","A qti testpackage":"Un paquete de pruebas QTI","A remote resource referenced in QTI test \u0027%s\u0027 could not be retrieved.":"Un recurso remoto referencia en prueba \u0027%s\u0027 QTI no se pudo recuperar.","A response to every question in this item is required.":"Se requiere una respuesta a todas las preguntas de este \u00edtem.","A response to this item is required.":"Se requiere una respuesta a este art\u00edculo.","A valid response to this item is required.":"Se requiere una respuesta v\u00e1lida a este \u00edtem.","A visible section is one that is identifiable by the candidate.":"Una secci\u00f3n visible es una que es identificable por el candidato.","Access Denied":"Acceso denegado","Access denied. Please renew your authentication!":"Acceso denegado. Por favor renueve su autenticaci\u00f3n!","Actions":"Acciones","Activated":"Activado","Add":"Agregar","Add a CSV file":"Agregar archivo CSV","add a new weight":"A\u00f1adir nueva ponderaci\u00f3n","Add a user":"Agregar un usuario","Add a zip file containing QTI\/APIP tests and items":"A\u00f1adir un archivo zip que contiene pruebas QTI\/APIP y elementos","Add an RDF\/XML file":"Agregar archivo RDF\/XML","Add file(s)":"A\u00f1adir archivo(s)","Add property":"A\u00f1adir propiedad","Add selected item(s) here.":"A\u00f1adir elemento(s) seleccionados aqui.","Add the source file":"A\u00f1adir el archivo origen","After you complete the section it would be impossible to return to this section to make changes. Are you sure you want to end the section?":"Despu\u00e9s de que complete la secci\u00f3n, no podr\u00e1 regresar a ella para realizar cambios. \u00bfEst\u00e1 seguro de que desea terminar la secci\u00f3n?","all":"todos","All":"Todos","All data will be removed in %s":"Todos los datos seran removidos en %s","All fields are required":"Todos los campos son obligatorios","All rights reserved.":"Todos los derechos reservados.","Allow Comment":"Permitir Comentario","Allow Review":"Permitir Revisi\u00f3n","Allow Section Skipping":"Permitir saltarse secci\u00f3n","Allow Skipping":"Permitir Saltarse","Allow skipping of the current section.":"Permitir saltarse la secci\u00f3n actual.","Allow Test-taker to playback media files associated according to APIP protocol to item content.":"Permitir al examinado reproducir los archivos multimedia asociados seg\u00fan el protocolo APIP al contenido del art\u00edculo.","Allow the candidate to review his answers.":"Permitir al candidato revisar sus respuestas.","Allow the test-taker to eliminate \/ strikethrough answers in choice interactions.":"Permitir que el examinado elimine\/tache respuestas en las interacciones con opciones.","Allow the test-taker to highlight parts of the item text.":"Permitir que el examinado resalte partes del texto del \u00edtem.","Allow the test-taker to mask and unmask answers in choice interactions.":"Permitir que el examinado oculte y muestre respuestas en las interacciones con opciones.","Allow the test-taker to mask parts of the item with a movable mask.":"Permitir que el examinado oculte partes del \u00edtem con una m\u00e1scara movible.","Allow the test-taker to use a basic calculator.":"Permitir que el examinado utilice una calculadora b\u00e1sica.","Allow the test-taker to use a calculator respecting the order of operations (BODMAS).":"Permitir que el examinado utilice una calculadora respetando el orden de las operaciones (BODMAS).","Allow the test-taker to use a movable magnifier tool.":"Permitir que el examinado utilice una herramienta de ampliaci\u00f3n movible.","Allow the test-taker to use a scientific calculator.":"Permitir que el examinado utilice una calculadora cient\u00edfica.","Allow the test-taker to visually isolate a line of text.":"Permitir que el examinado a\u00edsle visualmente una l\u00ednea de texto.","Allows Test-taker to zoom in and out the item content.":"Permitir que el examinado acerque y aleje el contenido del \u00edtem.","Alpha version":"Versi\u00f3n alpha","Also compute the score per categories":"Calcular tambi\u00e9n el puntaje por categor\u00edas","An email has been sent":"Un email ha sido enviado","An error occured while retrieving items":"Se produjo un error al recuperar \u00edtems","An error occurred during results submission. Please retry.":"Se produjo un error al enviar resultados. Vuelva a intentarlo.","An error occurred during the test initialization!":"Se produjo un error al inicializar la prueba.","An error occurred during the test, please content your administrator.":"Se produjo un error durante la prueba, p\u00f3ngase en contacto con el administrador.","An error occurred!":"Se produjo un error.","An error occurs, please contact your administrator":"Se produjo un error, p\u00f3ngase en contacto con el administrador.","An invisible section with a parent that is subject to shuffling can specify whether or not its children, which will appear to the candidate as if they were part of the parent, are shuffled as a block or mixed up with the other children of the parent section.":"Una secci\u00f3n invisible con un padre que est\u00e1 sujeto a barajar puede especificar si o no a sus hijos, lo que le aparece al candidato como si fueran parte de los padres, se barajan como un bloque o se mezcla con los otros hijos de la secci\u00f3n de los padres.","An item involved in the test cannot be read or is not QTI compliant.":"Un elemento involucrado en la prueba no se puede leer o no es compatible con QTI.","An item involved in the test cannot be written.":"Un elemento involucrado en la prueba no se puede escribir.","An unknown error occured while compiled QTI Test \u0027%s\u0027.":"Ha ocurrido un error desconocido mientras compilaba la prueba \u0027%s\u0027 QTI.","An unknown error occured while compiling QTI test \u0027%s\u0027.":"Un error desconocido ocurri\u00f3 durante la compilaci\u00f3n de la prueba \u0027%s\u0027 QTI.","An unrecoverable error occurred. Your test session will be paused.":"Se produjo un error irrecuperable. La sesi\u00f3n de su prueba se pausar\u00e1.","and":"y","and flagged %s of them":"y marc\u00f3 %s de ellas","and you flagged %s item(s) that you can review now":"y marcaste %s art\u00edculos que puedes revisar ahora","Answer Eliminator":"Eliminador de respuesta","Answer Masking":"Ocultamiento de respuesta","Answered":"Respondido","APIP Text To Speech":"Texto a Voz APIP","Are you sure to delete the versioned resource?\nThe history will be lost as well.":"Est\u00e1 seguro de borrar este recurso versionado?\nla historia se perder\u00e1 tambi\u00e9n.","Are you sure you want to clear your answer and go to the next item? You will not be able to go back and provide an answer.":"\u00bfEst\u00e1 seguro de que desea borrar su respuesta y pasar al siguiente \u00edtem? No podr\u00e1 retroceder para proporcionar una respuesta.","Are you sure you want to delete it?":"Est\u00e1 seguro de querer borrarlo?","Are you sure you want to end the test?":"\u00bfEst\u00e1 seguro(a) de que desea finalizar la prueba?","Are you sure you want to go to the next item? You will not be able to go back and change your answer.":"\u00bfEst\u00e1 seguro de que desea pasar al siguiente \u00edtem? No podr\u00e1 retroceder y cambiar su respuesta.","Are you sure you want to go to the next item? You will not be able to go back and provide an answer.":"\u00bfEst\u00e1 seguro de que desea pasar al siguiente \u00edtem? No podr\u00e1 retroceder y proporcionar una respuesta.","Are you sure you want to go to the next item? You will not be able to go back.":"\u00bfEst\u00e1 seguro de que desea pasar al siguiente \u00edtem? No podr\u00e1 retroceder.","Area Masking":"Ocultamiento de \u00e1rea","Assessment Activity":"Actividad de evaluaci\u00f3n","Assign User to role":"Asignar rol a usuario","Assign Users":"Asignar Usuarios","Associate a blueprint to a section allow you to validate this section against the specified blueprint.":"Asociar un blueprint a una secci\u00f3n permite validar esta secci\u00f3n con el plano especificado.","Associate Blueprint":"Asociar blueprint","At least one mandatory parameter was required but found missing in your request":"Se necesitaba como m\u00ednimo un par\u00e1metro obligatorio que no estaba presente en la solicitud","Author":"Autor","Author Item":"Elemento de autor","Authoring":"Autoria","Auxiliary file not found at location \u0022%s\u0022.":"Archivo auxiliar no encontrado en la ubicaci\u00f3n \u0022%s\u0022.","Available Extensions":"Extensiones disponibles","Back to listing":"Volver a la lista","Beta version":"Versi\u00f3n beta","Black on Cream":"Negro sobre Crema","Black on Light Blue":"Negro sobre Azul Claro","Black on Light Magenta":"Negro sobre Magenta Claro","Black on White":"Negro sobre Blanco","Browse folders:":"Examinar las carpetas:","Calculator":"Calculadora","Calculator BODMAS":"Calculadora BODMAS","Calendar":"Calendario","Can not playback media file!":"No se puede reproducir el archivo multimedia!","Cancel":"Cancelar","CANCEL":"CANCELAR","Candidate":"Candidato","Cannot be edited":"No puede ser editado","Cardinality":"Cardinalidad","Categories":"Categor\u00edas","Category score":"Puntaje de categor\u00eda","Change password":"Cambiar contrase\u00f1a","Change the current color preset":"Cambiar el color predeterminado actual","Change the password":"Cambiar la contrase\u00f1a","Check All":"Seleccionar Todo","Check all":"Seleccionar todo","Check-in":"Registrarse","Choose export format":"Elegir formato para exportar","Choose import format":"Elegir formato para importar","Class":"Clase","class selected":"clase seleccionada","Class successfully created.":"La clase se cre\u00f3 satisfactoriamente.","Clear all active highlights":"Borrar todos los resaltados activos","Clear Highlights":"Borrar resaltados","Click \u0022%s\u0022 to continue.":"Haga clic en \u0022%s\u0022 para continuar","Click to speak":"Haga clic para hablar","Close":"Cerrar","Close Magnifier":"Cerrar aumento","Close message":"Cerrar mensaje","Close the mask":"Cerrar ocultamiento","Close this Section":"Cerrar esta secci\u00f3n","Collapse the review panel":"Contraer el panel de revisi\u00f3n","Column":"Columna","Comment":"Comentario","comment...":"comentario...","Commit":"Efectuar","Completed items":"\u00cdtems completados","Confirm":"Confirmar","Connect to the TAO platform":"Conectar a la plataforma TAO","Connected to server":"Conectado al servidor","Continue":"Continuar","CONTINUE TO THE NEXT SECTION":"CONTINUAR A LA SIGUIENTE SECCI\u00d3N","Contrast":"Contraste","Controls the contribution of an individual item score to the overall test score.":"Controla la contribuci\u00f3n del puntaje de un \u00edtem individual al puntaje total de la prueba.","Controls the maximum number of attempts allowed. 0 means unlimited.":"Controla el n\u00famero m\u00e1ximo de intentos permitidos. 0 significa ilimitado.","Covers parts of the item":"Cubre partes del \u00edtem","Create":"Crear","Create instance of ":"Crear una instancia de ","CSV":"CSV","CSV Options":"Opciones CSV","Current language":"Idioma actual","Custom":"Personalizar","custom categories":"categor\u00edas personalizadas","Custom outcome processing. No changes will be made to the existing rules.":"Procesamiento de resultados personalizado. No se realizar\u00e1n cambios en las reglas existentes.","Cut score":"Puntaje de corte","Cut score (pass ratio)":"Puntaje de corte (ratio de aprobado)","Data imported":"Datos importados","Data imported successfully":"Datos importados exitosamente","Data Language":"Idioma de Datos","Data language":"Idioma de datos","Date":"Fecha","Default search":"B\u00fasqueda por defecto","Define the default values":"Define los valores por defecto","Delete":"Eliminar","Demo Sandbox":"Demo Sanbox","Disable validation":"Desactivar validaci\u00f3n","Disabled %s":"Deshabilitada %s","Disconnected from server":"Desconectado del servidor","Display a warning before the test-taker ends a test part and there are still items left unanswered or marked for review.":"Mostrar una advertencia antes de que el examinado finalice una parte de una prueba si todav\u00eda hay \u00edtems por responder o marcados para revisar.","Display a warning before the test-taker ends the test part.":"Mostrar una advertencia antes de que el examinado finalice una parte de la prueba.","Display a warning before the test-taker ends the test.":"Mostrar una advertencia antes de que el examinado finalice la prueba.","Display a warning before the test-taker skips the section. Requires the Section Skipping option.":"Mostrar una advertencia antes de que el examinado se salte la secci\u00f3n. Requiere la opci\u00f3n Saltar secci\u00f3n.","Display End Test Warning":"Mostrar advertencia de fin de prueba","Display Next Part Warning":"Mostrar advertencia de parte siguiente","Display Next Section Warning":"Mostrar advertencia de secci\u00f3n siguiente","Display Unanswered Warning":"Mostrar advertencia de falta de respuesta","Displayed label":"Etiqueta mostrada","Displays a customisable magnifier":"Muestra una lupa adaptable","Do not flag the current item for later review":"No marcar el \u00edtem actual para revisi\u00f3n posterior","Do not rename it.":"No renombrar.","Do not show alert on timeout":"No mostrar alerta sobre tiempo de espera","Do you wish to install the following extension(s):\n%s?":"Desea instalar la siguiente extension(es): \n%s?","does not match":"no coincide","Don\u0027t set":"No configurado","Don\\\u0027t save":"No guardar","Download":"Descragar","Download the pupil responses and submit manually.":"Descargue las respuestas de los alumnos y env\u00edelas manualmente.","Download this file":"Descargar este archivo","Drag file here":"Arrastre el archivo aqu\u00ed","Drag files here":"Arrastre los archivos aqu\u00ed","Drop the files to upload":"Suelte los archivos a cargar","Edit":"Editar","Edit a user":"Editar un usuario","Edit class %s":"Editar clase %s","Edit Instance":"Editar instancia","Element deleted.":"Elemento eliminado.","Eliminate choices":"Eliminar opciones","Email":"Elemnto no eliminado","Enable Mark for Review":"Activar marca para revisi\u00f3n","Enable mark for review of items. Requires the Review Screen option.":"Activar marca para revisi\u00f3n de elementos. Requiere la opci\u00f3n de Pantalla de revisi\u00f3n.","Enable Review Screen":"Activar la pantalla de revisi\u00f3n","Enable selection":"Habilitar seleccio\u0301n","Enable Skipping Ahead":"Activar Saltar adelante","Enable text to speech":"Habilitar texto a voz","Enable the item review screen \/ navigator.":"Activar la pantalla de revisi\u00f3n\/navegador de \u00edtems.","Enables skipping to items within this section. Requires the review screen option.":"Permite saltar a otros elementos de esta secci\u00f3n. Requiere la opci\u00f3n Pantalla de revisi\u00f3n.","End test":"Finalizar prueba","End Test":"Finalizar prueba","Enter":"Entrar","Enter a blueprint":"Ingresar un blueprint","Enter a custom category":"Ingresar una categor\u00eda personalizada","Error":"Error","Error during file import":"Error durante la importaci\u00f3n","Error found in the IMS QTI Test:\n%s":"Error encontrado en la prueba IMS QTI :\n%s","Exclusive (OR)":"(OR) exclusivo","Expand the review panel":"Expandir el panel de revisi\u00f3n","Export":"Exportar","Export ":"Exportar ","Export failed for the test \u0022%s":"La exportaci\u00f3n fall\u00f3 para la prueba \u0022%s","Export Irregularities":"Exportar irregularidades","Export metadata":"Exportar metadatos","Export Metadata as RDF\/XML file":"Exportar metadatos como archivo RDF\/XML","Export QTI 2.1 Test Package":"Exportar Paquete de Prueba QTI 2.1","Export QTI 2.2 Test Package":"Exportar Paquete de prueba QTI 2.2","Export successful for the test \u0022%s":"La exportaci\u00f3n fue satisfactoria para la prueba \u0022%s","Extensions manager":"Administrador de extensiones","False":"Falso","Feedback block":"Bloque de comentarios","Field delimiter":"Separador de campos","Field encloser":"Delimitador de campos","File":"Archivo","File name":"Nombre de archivo","File not found":"Archivo no encontrado","File not found!":"Archivo no encontrado.","File Properties":"Propiedades de Archivo","file selected":"archivo seleccionado","File Uploader":"Cargador de archivos","files selected":"archivos seleccionados","Filter":"Filtro","Filtering mode":"Modo de filtrado","First Name":"Nombre","First page":"Primera p\u00e1gina","First row column names":"Nombre de columnas en primer rengl\u00f3n","Fixed":"Fijo","Fixed position in a shuffled the selection.":"Posici\u00f3n fija en un barajada selecci\u00f3n.","Flag for Review":"Marcar para revisi\u00f3n","Flag the current item for later review":"Marcar el \u00edtem actual para revisi\u00f3n posterior","Flagged":"Marcado","Flagged for review":"Marcado para revisi\u00f3n","Force Release":"Forzar liberaci\u00f3n","Force the item to be considered as informational and not taken into account in (un)answered \/ flagged counters.":"Forzar que el \u00edtem se considere informativo y no se tenga en cuenta en los contadores de \u00edtems con\/sin respuesta o marcados.","Forgot your password?":"\u00bfOlvidaste tu contrase\u00f1a?","From":"De","Fuzzy Matching":"Coincidencia confusa","Go Back":"Regresar","Go to next item":"Ir al siguiente \u00edtem","Go to the current question":"Ir a la pregunta actual","Go to the next item?":"\u00bfDesea ir al siguiente \u00edtem?","Go to the next question":"Pasa a la siguiente pregunta","Go to the previous question":"Ir a la pregunta anterior","Go to the top of the page":"Ir al principio de la p\u00e1gina","Gray on Green":"Gris sobre Verde","Height":"Altura","Hi, %s
You indicated that you have forgotten your TAO password.":"Hola,%s
Usted indic\u00f3 que ha olvidado su contrase\u00f1a TAO.","Hide detailed report":"Ocultar reporte dellado","Hide Review":"Esconder revisi\u00f3n","Hide the review screen":"Esconder la pantalla de revisi\u00f3n","Hide the warning automatically displayed when a test-taker exit a timed section.":"Ocultar la advertencia que se muestra autom\u00e1ticamente cuando un examinado sale de una secci\u00f3n temporalizada.","Hide Timed Section Warning":"Ocultar advertencia de secci\u00f3n temporalizada","Hide timers":"Temporizador oculto","Highlight":"Resaltar","Highlight Text":"Resaltar texto","Highlighter":"Resaltador","hours":"horas","Html title":"T\u00edtulo HTML","Identifier":"Identificador","If required it must appear (at least once) in the selection.":"Si es requerido debe aparecer (al menos una vez) en la selecci\u00f3n.","If required, it must appears at least once in the selection.":"Si es requerido, debe aparece al menos una vez en la selecci\u00f3n.","If set, it causes the order of the child elements to be randomized, otherwise it uses the order in which the child elements are defined.":"Si se establece, hace que el orden de los elementos secundarios se ordenen al azar, de lo contrario se utiliza el orden en que los elementos secundarios son definidos.","If the candidate can skip the item, without submitting a response (default is true).":"Indica si el candidato puede saltarse el \u00edtem sin tener que enviar una respuesta (el valor predeterminado es Verdadero).","If the category option is set, the score will also be processed per categories, and each results will take place in the PASS_xxx outcome, where xxx is the name of the category.":"Si se establece la opci\u00f3n de categor\u00eda, el puntaje tambi\u00e9n se procesar\u00e1 por categor\u00edas y los resultados tendr\u00e1n lugar en PASS_xxx, siendo xxx el nombre de la categor\u00eda.","If the category option is set, the score will also be processed per categories, and each results will take place in the SCORE_xxx outcome, where xxx is the name of the category.":"Si se establece la opci\u00f3n de categor\u00eda, el puntaje tambi\u00e9n se procesar\u00e1 por categor\u00edas y los resultados tendr\u00e1n lugar en SCORE_xxx, siendo xxx el nombre de la categor\u00eda.","If the connection cannot be restored, see option B.":"Si no se puede restablecer la conexi\u00f3n, v\u00e9ase la opci\u00f3n B.","If you do not wish to reset your password, just ignore this email and your password will remain the same.":"Si usted no desea restablecer su contrase\u00f1a, simplemente ignore este correo electr\u00f3nico y su contrase\u00f1a seguir\u00e1 siendo la misma.","If you need help, please contact our Helpline on 0330 088 4171.":"Si necesita ayuda, por favor contacte con nuestra l\u00ednea de ayuda en el 0330 088 4171.","Import":"Importar","Import ":"Importar ","Import a QTI\/APIP Content Package":"Importar paquete de contenido QTI\/APIP","Import Metadata from CSV file":"Importar Metadatos de un archivo CSV","Import Metadata from RDF file":"Importar Metadatos de archivo RDF","Import QTI TEST into \u0022%s":"Importar PRUEBA QTI en \u0022%s","IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file could not be imported.":"Elemento IMS QTI referenciado como \u0022%s\u0022 en el archivo Manifiesto IMS no podr\u00e1 ser importado.","IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file successfully imported.":"Elemento IMS QTI referenciado como \u0022%s\u0022 en el archivo Manifiesto IMS importado satisfactoriamente.","IMS QTI Test Package successfully imported.":"Paquete de Prueba IMS QTI importado satisfactoriamente.","IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file successfully imported.":"Prueba IMS QTI referenciada como \u0022%s\u0022 en el archivo Manifiesto IMS importada satisfactoriamente.","In this part of the test navigation is not allowed.":"En esta parte de la prueba no se permite navegar.","Inclusive (AND)":"Inclusivo (AND)","Inconsistency at line %1d:":"Inconsistencia en linea %1d:","Individual":"Individual","Informational Item Usage":"Uso de \u00edtem informativo","Install":"Instalar","Installation done.":"Instalaci\u00f3n completada.","Installation...":"Instalando...","Installed Extensions":"Extensiones instaladas","Installing extension %s...":"Instalando extensi\u00f3n %s...","Instance saved":"Instancia guardada","Interface Language":"Lenguaje de interface","Interface language":"Lenguaje de interface","Internal server error!":"Error interno del servidor.","Invalid field length":"Longitud de campo no v\u00e1lido","Invalid file type!":"Tipo de archivo inv\u00e1lido!","Invalid login or password. Please try again.":"Usuario o contrase\u00f1a invalida. Por favor intente nuevamente.","invalid regular expression":"expresi\u00f3n regular invalida","is already used in the test.":"ya se utiliza en la prueba.","is not a valid identifier (alphanum, underscore, dash and dots)":"no es un identificador v\u00e1lido (alfanum\u00e9rico, guiones bajos, guiones y puntos)","is not a valid identifier (everything except spaces)":"no es un identificador v\u00e1lido (todo excepto espacios)","It is not possible to save your responses while working offline.":"No es posible guardar las respuestas mientras se trabaja fuera de l\u00ednea.","Item \u0022%s\u0022 is completed.":"El \u00edtem \u0022%s\u0022 est\u00e1 completo.","Item %d":"Elemento %d","Item %d of %d":"Elemento %d de %d","Item %s loaded":"Elemento %s cargado","Item Reference Properties":"Elemento Referencia Propiedades","Item response identifier does not match current item":"El identificador de respuesta del elemento no coincide con el elemento actual","Item Session Control":"Control de Sesi\u00f3n de Elemento","items":"elementos","Items":"Elementos","Items can optionally be assigned to one or more categories.":"Los elementos opcionalmente pueden ser asignados a una o m\u00e1s categor\u00edas.","Items Compilation":"Compilaci\u00f3n de Elementos","Items marked for later review":"\u00cdtems marcados para revisi\u00f3n posterior","items per page":"art\u00edculos por p\u00e1gina","Items with assessmentItemRef identifiers \u0022%s\u0022 are not registered in the related CAT endpoint.":"Los \u00edtems con identificadores assessmentItemRef \u0022%s\u0022 no se registran en el punto final CAT relacionado.","Jump Menu":"Saltar Men\u00fa","Jump to:":"Saltar a:","Keep Together":"Mantener junto","Keyboard Navigation":"Navegaci\u00f3n por teclado","Keyboard shortcuts for the Accessibility Tools are available to the Test-taker.":"Los atajos de teclado para las Herramientas de Accesibilidad est\u00e1n disponibles para el examinado.","Label":"Etiqueta","Language":"Idioma","Last Name":"Apellido","Last page":"\u00daltima p\u00e1gina","Late submission allowed":"Envio tard\u00edo permitido","Leave a comment":"Dejar un comentario","less than a minute":"menos de un minuto","Line Reader":"Lector de l\u00ednea","Linear":"Lineal","Link durations to activate the guided navigation":"Enlazar duraciones para activar navegaci\u00f3n guiada","List":"Lista","List - Multiple choice - Check box":"Lista - Opciones m\u00faltiples - Selecci\u00f3n","List - Single choice - Drop down":"Lista - Opci\u00f3n sencilla - Lista de selecci\u00f3n","List - Single choice - Radio button":"Lista - Opci\u00f3n sencilla - Selecci\u00f3n \u00fanica","Loaded":"Cargado","Loaded at Startup":"Cargar al Inicio","Locked duration : guided navigation. The test transition to the next item once the duration reaches 0.":"Duraci\u00f3n bloqueada: navegaci\u00f3n guiada. La prueba pasa al siguiente \u00edtem una vez que la duraci\u00f3n alcanza 0.","Log in":"Iniciar sesi\u00f3n","Log Out":"Cerrar la sesio\u0301n","Login":"Inicio de sesi\u00f3n","Login available":"Inicio de sesi\u00f3n diponible","Magnifier":"Aumento","Magnify less":"Aumentar menos","Magnify more":"Aumentar m\u00e1s","Magnifying Glass":"Lente de aumento","Main navigation":"Navegaci\u00f3n principal","Manage data list":"Administrar lista de datos","Manage items":"Gestionar elementos","Manage Results":"Gestionar resultados","Manage roles":"Administrar roles","Manage Roles and apply them to users.":"Adminstrar Roles y aplicarlos a usuarios.","Manage Rubric Blocks":"Administrar Bloques de R\u00fabrica","Manage test properties":"Administrar las propiedades de prueba","Manage test takers":"Manage test-takers","Manage Tests":"Gestionar Pruebas","Manage tests":"Gestionar pruebas","Manage users":"Adminstrar usuarios","Manage Versioned File":"Ardministrar Archivos Versionados","Map the properties to the CSV columns":"Mapa de las propiedades a las columnas CSV","Mark for review":"Marcar para revisi\u00f3n","Masking":"Ocultamiento","Match value":"Coincidir con el valor","Max Attempts":"Intentos M\u00e1ximos","Maximum Duration":"M\u00e1xima Duraci\u00f3n","Maximum duration : the items times out when the duration reaches 0.":"Duraci\u00f3n m\u00e1xima: los \u00edtems exceden el tiempo definido cuando la duraci\u00f3n alcanza 0.","Maximum duration for the all test.":"M\u00e1xima duraci\u00f3n para toda la prueba.","Maximum duration for this item.":"M\u00e1xima duraci\u00f3n para este elemento.","Maximum duration for this section.":"M\u00e1xima duraci\u00f3n para esta secci\u00f3n.","Maximum duration for this test part.":"M\u00e1xima duraci\u00f3n para esta parte de la prueba.","Message":"Mensaje","Metadata export is not available for test \u0022%s.":"La exportaci\u00f3n de metadatos no est\u00e1 disponible para la prueba \u0022%s.","Minimum Duration":"Minima Duraci\u00f3n","Minimum duration : enforces the test taker to stay on the item for the given duration.":"Duraci\u00f3n m\u00ednima: fuerza al examinado a quedarse en el \u00edtem durante el tiempo establecido.","Minimum duration for the test.":"Minima duraci\u00f3n para la prueba.","Minimum duration for this item.":"Minima duraci\u00f3n para la este elemento.","Minimum duration for this section.":"Minima duraci\u00f3n para esta secci\u00f3n.","Minimum duration for this test part.":"Minima duraci\u00f3n para esta parte de la prueba.","minutes":"minutos","Missed required parameter \\\u0027id\\\u0027":"Se omiti\u00f3 el par\u00e1metro requerido \\\u0027id\\\u0027","Missed test package file":"Se omiti\u00f3 el archivo de paquete de la prueba","Missing required configuration option %s":"Falta la opci\u00f3n de configuraci\u00f3n requerida %s","More":"M\u00e1s","Move":"Mover","Move Down":"Mover hacia abajo","Move role":"Mover role","Move to":"Mover a","Move Up":"Mover hacia arriba","Moving this element will replace the properties of the previous class by those of the destination class :":"Mover este elemento reemplazar\u00e1 las propiedades de la clase anterior por los de la clase destino :","Moving to the next item without time limit reached message.":"Pasar al siguiente \u00edtem sin el mensaje de l\u00edmite de tiempo alcanzado.","Multiple values delimiter":"Delimitador de m\u00faltiples valores","My settings":"Mi configuraci\u00f3n","My settings (%s)":"Mis configuraciones (%s)","Name":"Nombre","name of the pupil":"nombre del alumno","Navigation":"Navegacio\u0301n","Navigation shortcuts":"Atajos de Navegaci\u00f3n","Navigation Warnings":"Advertencias de navegaci\u00f3n","network":"red","New item":"Elemento nuevo","New password":"Nueva contrase\u00f1a","New role":"Nuevo rol","New Rubric Block":"Nuevo Bloque de R\u00fabrica","New section":"Nueva secci\u00f3n","New test part":"Nueva parte de prueba","Next":"Siguiente","Next Section":"Secci\u00f3n siguiente","No":"No","No CAT Engine configured for CAT Endpoint \u0022%s\u0022.":"No hay ning\u00fan motor CAT configurado para el punto final CAT \u0022%s\u0022.","No extensions available.":"No hay extensiones disponibles.","No file found at location \u0022%s\u0022.":"Archivo no encontrado en ubicaci\u00f3n \u0022%s\u0022.","no file not found in this location":"ning\u00fan archivo se encuentra en esta ubicaci\u00f3n","No file selected":"No se seleccion\u00f3 ning\u00fan archivo","No files":"Sin archivos","no label":"sin etiqueta","No more attempts allowed for item \u0022%s\u0022.":"No se permiten m\u00e1s intentos para el elemento \u0022%s\u0022.","no outcome declaration found":"no se encontr\u00f3 ninguna declaraci\u00f3n de resultado","No outcome processing. Erase the existing rules, if any.":"No se procesa ning\u00fan resultado. Borre las reglas existentes, si las hay.","No reference to any IMS QTI Item found.":"No hay referencia a ning\u00fan elemento IMS QTI encontrado.","Non Linear":"No Lineal","None":"Ninguno","Not all test could be exported":"No se pudo exportar toda la prueba","Not answered":"No contestado","Not seen":"No se ha visto","Not shuffled, the position remains fixed.":"No reorganizado, la posici\u00f3n permanece fija.","Nothing imported":"Nada importado","Nothing to install !":"No hay nada para instalar !","Number of elements":"N\u00famero de elementos","of":"de","Offline":"Fuera de l\u00ednea","OK":"Aceptar","Ok":"Aceptar","OK & End test":"Aceptar y finalizar la prueba","Old Password":"Contrase\u00f1a antigua","Once you close this section, you cannot return to it or change your answers.":"Una vez que cierre esta \u00a0secci\u00f3n, no podr\u00e1 volver a ella ni cambiar sus respuestas.","One or more dependent IMS QTI Items could not be imported.":"Uno o m\u00e1s Elementos IMS QTI dependientes no pod\u00edan ser importados.","Online":"En l\u00ednea","Only display the items marked for review":"Mostrar solo los \u00edtems marcados para revisi\u00f3n","Only display the unanswered items":"Mostrar solo los \u00edtems sin respuesta","Open Calculator":"Abrir calculadora","Open Keyboard Shortcuts":"Abrir atajos de teclado","Option A":"Opci\u00f3n A","Option B":"Opci\u00f3n B","or":"o","Ordering":"Ordenamiento","Outcome":"Resultado","Outcome declarations":"Declaraciones de resultados","Outcome processing":"Procesamiento de resultados","Package is valid but no tests were found. Make sure that it contains valid QTI tests.":"El paquete es v\u00e1lido, pero no se encontraron pruebas. Aseg\u00farese de que contiene pruebas QTI v\u00e1lidas.","Page":"P\u00e1gina","Part %d":"Parte %d","Passage":"Pasaje","Password":"Contrase\u00f1a","Password changed":"Contrase\u00f1a cambiada","Password successfully changed":"Contrase\u00f1a cambiada correctamente","Pause":"Pausar","Pause the test":"Pausar la prueba","Play":"Reproducir","Please confirm deletion":"Por favor confirme eliminaci\u00f3n","Please confirm this operation.":"Por favor confirma esta operaci\u00f3n.","Please confirm you want to leave the test.":"Confirme que desea abandonar la prueba.","Please contact %s or an administrator to release it":"Por favor, p\u00f3ngase en contacto con %s o un administrador para liberarlo","Please give a message to your commit":"Por favor dejar un mensaje a su compromiso","Please provide a reason":"Por favor proporcione una raz\u00f3n","Please try reloading the page or pause the test. If you pause, you will be able to resume the test from this page.":"Por favor, intente recargar la p\u00e1gina o pausar la prueba. Si hace una pausa, podr\u00e1 reanudar la prueba desde esta p\u00e1gina.","Please wait":"Espera","Please wait while we try to restore the connection.":"Por favor espere mientras intenta restablecer la conexi\u00f3n.","Post install processing":"Fijar proceso de instalaci\u00f3n","Preparing installation...":"Preparando instalaci\u00f3n...","Preview":"Vista preliminar","Preview the covered area":"Vista preliminar del \u00e1rea cubierta","Previous":"Anterior","PROCEED & END ASSESSMENT":"PROCEDER Y FINALIZAR LA EVALUACI\u00d3N","Proctor":"Proctor","Properties":"Propiedades","QTI 2.1 Test Driver":"Conductor de Prueba QTI 2.1","QTI Item Runner":"Ejecutor de elemento QTI","QTI Test \u0022%s\u0022 publishing failed.":"Publicaci\u00f3n de prueba \u0022%s\u0022 QTI fallida.","QTI Test \u0022%s\u0022 successfully published.":"Prueba \u0022%s\u0022 QTI publicada satisfactoriamente.","QTI Test Package 2.1":"Paquete de Prueba QTI 2.1","QTI Test Package 2.2":"Paquete de prueba QTI 2.2","QTI\/APIP Test Content Package":"Paquete con contenido de prueba QTI\/APIP","question":"pregunta","Question":"Pregunta","questions":"preguntas","Record and manage test takers.":"Record and manage test-takers.","Reference":"Referencia","Regenerate":"Regenerar","Release":"Liberaci\u00f3n","Reload the page":"Recargar la p\u00e1gina","remaining %s %s":"restante %s %s","Remove":"Remover","Remove Item Reference":"Eliminar Referencia de Elemento","Remove Message":"Eliminar mensaje","Remove Rubric Block":"Eliminar Bloque de R\u00fabrica","Remove Section":"Eliminar Secci\u00f3n","Remove Test Part":"Retire la parte de la prueba","Remove this file":"Remover este archivo","Rename":"Renombrar","Repeat new password":"Repita la nueva contrase\u00f1a","Required":"Requerido","Required field":"Campo requerido","required length":"longitud requerida","Requires":"Requiere","Reset":"Reiniciar","Reset filters":"Restaurar filtros","Resource":"Recurso","Resource not imported due to multiple super classes":"Recurso no importado debido a m\u00faltiples clases s\u00faper","Resource not imported due to multiple types":"Recurso no importado debido a m\u00faltiples tipos","Resource saved":"Recurso guardado","Resource(s) successfully exported.":"Recursos exportados satisfactoriamente.","Responsive mode":"Modo responsivo","Results":"Resultados","Return to sign in page":"Regresar a p\u00e1gina de ingreso","Review":"Revisi\u00f3n","Review my Answers":"Revisar mis respuestas","Right click the tree to manage your lists":"Clic derecho en el \u00e1rbol para administrar tus listas","Role saved":"Rol guardado","Roles":"Roles","Roles library":"Libreria de roles","Rubric Block":"Bloque de R\u00fabrica","Rubric Block Properties":"Propiedades de Bloque de R\u00fabrica","Rubric Blocks":"Bloque de R\u00fabrica","Save":"Guardar","Saved":"Guardado","Scientific Calculator":"Calculadora cient\u00edfica","Scope":"\u00c1mbito","Scorer":"Puntuador","Scoring":"Puntaje","Scratch pad":"Bloc de notas","Scratch Pad":"Bloc de Notas","Scratchpad":"Bloc de notas","Search":"B\u00fasqueda","Search %s":"Buscar %s","Search sub-classes":"Buscar sub-clases","seconds":"segundos","Section %d":"Secci\u00f3n %d","Section %d of %d":"Secci\u00f3n %d de %d","Section level category enables configuring the categories of its composing items all at once. A category in gray means that all items have that category. A category in white means that only a few items have that category.":"La categor\u00eda de nivel de secci\u00f3n permite configurar las categor\u00edas de los \u00edtems que la componen de una sola vez. Una categor\u00eda en gris significa que todos los \u00edtems tienen esa categor\u00eda. Una categor\u00eda en blanco significa que solo algunos \u00edtems tienen esa categor\u00eda.","Section Properties":"Propiedades de secci\u00f3n","Select":"Seleccionar","select":"seleccionar","Select a blueprint":"Seleccionar un blueprint","Select a language":"Seleccionar un idioma","Select Items":"Seleccionar elementos","Select the way the responses of your test should be processed":"Seleccione c\u00f3mo deben procesarse las respuestas de su prueba","Select this file":"Seleccione este archivo","Selected file:":"Archivo seleccionado:","Selection":"Seleccio\u0301n","Selection saved successfully":"Selecci\u00f3n guardada correctamente","Send":"Enviar","Set outcome identifier the feedback block is related to":"Establecer el identificador de resultado con el que est\u00e1 relacionado el bloque de comentarios","Set the cut score (or pass score ratio) associated to the test. It must be a float between 0 and 1.":"Establecer el puntaje de corte (o ratio de puntaje de aprobado) asociado con la prueba. Debe ser un n\u00famero de coma flotante entre 0 y 1.","Set the rubric block as a feedback block":"Establecer el bloque de r\u00fabrica como bloque de comentarios","Set the value of the outcome that will activate the feedback block":"Establecer el valor del resultado que activar\u00e1 el bloque de comentarios","Set the weight identifier used to process the score":"Establecer el identificador de ponderaci\u00f3n utilizado para procesar el puntaje","Set the XHTML-QTI class of the rubric block.":"Establecer la clase XHTML-QTI para el bloque de r\u00fabrica.","Set the XHTML-QTI identifier of the rubric block.":"Establecer el identificador XHTML-QTI para el bloque de r\u00fabrica.","SetSynchronisationService successfully configured.":"Se ha configurado con \u00e9xito SetSynchronisationService.","Settings":"Ajustes","Settings updated":"Configuraci\u00f3n actualizada","Show detailed report":"Muestrar reporte detallado","Show Feedback":"Mostrar comentarios","Show Review":"Mostrar revisi\u00f3n","Show Solution":"Mostrar Soluci\u00f3n","Show the review screen":"Mostrar la pantalla de revisi\u00f3n","Show the solution once the answer is submitted.":"Mostrar la soluci\u00f3n antes de que la respuesta sea enviada.","Show timers":"Muestra el temporizador","Show\/Hide the review screen":"Mostrar\/esconder la pantalla de revisi\u00f3n","Shuffle":"Aleatorio","Simultaneous":"Sim\u00faltanea","Size":"Taman\u0303o","Skip":"Omitir","Skip & End Test":"Saltar & Fin de Prueba","Skip and end test":"Saltar y finalizar prueba","Skip and go to the end of the test":"Saltar e ir al final de la prueba","Skip and go to the next item":"Saltar e ir al siguiente \u00edtem","Skip to the end of the test":"Omitir hasta el fin de la prueba","Skip to the next item":"Saltar al elemento siguiente","Skip to the next section":"Saltar a la siguiente secci\u00f3n","Some rubric blocks have been updated to reflect the changes in the list of outcomes.":"Algunos bloques de r\u00fabrica se actualizaron para reflejar los cambios de la lista de resultados.","Something unexpected happened.":"Ocurri\u00f3 algo inesperado.","Something went wrong...":"Algo sali\u00f3 mal...","Speech speed":"Velocidad del habla","Speed":"Velocidad","Start Test-part":"Iniciar parte de la Prueba","Step 1: Download the file (see below when available).":"Paso 1: Descargar el archivo (ver abajo cuando est\u00e9 disponible).","Step 2: When you are online again, please send the downloaded file to receptionbaseline@nfer.ac.uk together with the ":"Paso 2: Cuando est\u00e9 en l\u00ednea de nuevo, por favor env\u00ede el archivo descargado a receptionbaseline@nfer.ac.uk junto con el ","Step 3: Once you have downloaded the file you can close the browser window. Do not do anything further with the assessment whilst it shows as \u0022in progress\u0022; the status will be updated once the helpline has uploaded the file.":"Paso 3: Una vez que haya descargado el archivo puede cerrar la ventana del navegador. No haga nada m\u00e1s con la evaluaci\u00f3n mientras se muestra como \u0022en progreso\u0022; el estado se actualizar\u00e1 una vez que la l\u00ednea de ayuda haya subido el archivo.","Stop":"Detener","Submission":"Env\u00edo","Submit and go to the end of the test":"Enviar e ir al final de la prueba","Submit and go to the item %s":"Som\u00e9tase y vaya al art\u00edculo %s","Submit and go to the next item":"Enviar e ir al elemento siguiente","Submit and go to the previous item":"Enviar e ir al elemento anterior","SUBMIT THE TEST":"ENVIAR LA PRUEBA","SUBMIT THIS PART":"ENVIAR ESTA PARTE","Success":"Correcto","Successfully imported \u0022%s":"%s Importado satisfactoriamente\u0022","Successfully imported class \u0022%s":"%s Clase importada satisfactoriamente\u0022","Supported export formats":"Formatos exportados soportados","TAO Home":"Inicio TAO","TAO Login":"Iniciar sesi\u00f3n TAO","technical":"t\u00e9cnico","Test":"Prueba","Test constructor":"Constructor de prueba","Test metadata successfully exported.":"Los metadatos de la prueba se exportaron satisfactoriamente.","Test Navigation":"Navegaci\u00f3n por la prueba","Test Part Properties":"Propiedades de la parte de prueba","Test Preview is not installed, please contact to your administrator.":"La vista previa de la prueba no est\u00e1 instalada, por favor contacte con su administrador.","Test Saved":"Prueba Guardada","Test status":"Estado de la prueba","Test status and review structure":"Estado de las pruebas y estructura de revisi\u00f3n","Test Status and Structure":"Estado de las pruebas y Estructura","Test takers library":"Test-takers library","Test-Taker Tools":"Herramientas de examinado","Tests":"Pruebas","Text - Long - Box":"Texto - Largo - Caja","Text - Long - HTML editor":"Texto - Longitud - editor HTML","Text - Short - Field":"Texto - Short - Campo","Text content":"Contenido del texto","Text to Speech":"Texto a Voz","Text To Speech":"Texto A Voz","that was being taken.":"que estaba siendo tomada.","The \u0027imsmanifest.xml\u0027 file found in the archive is not valid.":"El archivo \u0027imsmanifest.xml\u0027 encontrado en el archivo no es v\u00e1lido.","The action will be applied to":"La acci\u00f3n sera aplicada a","The action will be applied to the following":"La acci\u00f3n sera aplicada a lo siguiente","The action will not be applied to ":"La acci\u00f3n no sera aplicada a","The action will not be applied to the following":"La acci\u00f3n no sera aplicada a lo siguiente","the assessment (LCL or Mathematics)":"la evaluaci\u00f3n (LCL o Matem\u00e1ticas)","The assessment has been created but is not already running.":"Se cre\u00f3 la evaluaci\u00f3n pero a\u00fan no funciona.","The assessment has been suspended by an authorized proctor. If you wish to resume your assessment, please relaunch it and contact your proctor if required.":"La evaluaci\u00f3n fue suspendida por un coordinador autorizado. Si desea retomar su evaluaci\u00f3n, vuelva a iniciarla y contacte a su coordinador si es necesario.","The assessment has been suspended. To resume your assessment, please relaunch it and contact your proctor if required.":"Se suspendi\u00f3 la evaluaci\u00f3n. Para reanudar su evaluaci\u00f3n, vuelva a iniciarla y p\u00f3ngase en contacto con su supervisor si es necesario.","The assessment has been suspended. To resume your assessment, please relaunch it.":"La evaluaci\u00f3n ha sido suspendida. Para reanudar su evaluaci\u00f3n, por favor reinicie.","The assessment has been terminated.":"La evaluaci\u00f3n se ha terminado.","The assessment has been terminated. You cannot interact with it anymore.":"La evaluaci\u00f3n se ha terminado. Ya no puede interactuar con ella.","The assessment is still running.":"La evaluaci\u00f3n sigue ejecut\u00e1ndose.","The candidate is not allowed to submit invalid responses.":"Al candidato no se le permite enviar respuestas equivocadas.","The column ":"La columna ","The connection seems to be back, please proceed":"Parece que se retom\u00f3 la conexi\u00f3n. Contin\u00fae.","the current question":"la pregunta actual","The dependency to the IMS QTI AssessmentItemRef \u0022%s\u0022 in the IMS Manifest file could not be resolved.":"No se pudo resolver la dependencia a IMS QTI AssessmentItemRef \u0022%s\u0022 en el archivo de manifiesto de IMS.","The download will be available in %d<\/strong> seconds":"La descarga estar\u00e1 disponible en %d<\/strong> segundos","The following identifiers are not unique accross the test : %s":"Los identificadores siguientes no son \u00fanicos en la prueba: %s","The identifier of the item reference.":"El identificador de la referencia del elemento.","The identifier of the section.":"El identificador de la secci\u00f3n.","The IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file was already stored in the Item Bank.":"El \u00edtem IMS QTI al que se hace referencia como \u0022%s\u0022 en el archivo de manifiesto de IMS ya se almacen\u00f3 en el banco de \u00edtems.","The IMS QTI Test Package could not be imported.":"El Paquete de Prueba IMS QTI no pudo ser importado.","The IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file could not be imported.":"La Prueba IMS QTI referenciada como \u0022%s\u0022 en el archivo Manifiesto IMS no pudo ser importada.","The index identifier should not be empty":"El identificador de \u00edndice no debe ser vacio","The lock has been released":"El bloqueo ha sido liberado","The navigation mode determines the general paths that the candidate may take. A linear mode restricts the candidate to attempt each item in turn. Non Linear removes this restriction.":"El modo de navegaci\u00f3n determina los caminos generales que el candidato puede tomar. un modo lineal restringe el candidato a intentar por cada elemento en turno. No Lineal elimina esta restricci\u00f3n.","The number of child elements to be selected.":"El n\u00famero de elementos secundarios seran seleccionados.","The outcome \u0022%s\u0022 does not exist, but it is referenced by a feedback block!":"El resultado \u0022%s\u0022 no existe, pero se hace referencia a \u00e9l en un bloque de comentarios.","The outcomes have been regenerated!":"Los resultados se generaron de nuevo.","The principle identifier of the test.":"El identificador principio de la prueba.","The provided archive is invalid. Make sure it is not corrupted and that it contains an \u0027imsmanifest.xml\u0027 file.":"El archivo proporcionado no es v\u00e1lido. Aseg\u00farese de que no est\u00e1 da\u00f1ado y que contiene un archivo \u0027imsmanifest.xml\u0027.","The QTI Test \u0027%s\u0027 to be compiled must contain at least 1 QTI Item. None found.":"La prueba \u0027%s\u0027 QTI para ser compilada debe contener al menos 1 Elemento QTI. Ninguno encontrado.","The QTI test could not be retrieved correctly.":"La prueba QTI No se pudo recuperar correctamente.","The QTI Test XML or one of its dependencies is malformed or empty.":"El XML de la Prueba QTI o una de sus dependencias esta mal formado o vac\u00edo.","The QTI-XML test could not be written correctly.":"La prueba QTI-XML no se puede escribir correctamente.","The reference.":"La referencia.","The resources related to the IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file were rolled back.":"Los recursos relacionados con la Prueba de QTI IMS referenciada como \u0022%s\\\n\u0022en el archivo Manifiesto IMS se deshacen.","The score will be processed for the entire test. A sum of all SCORE outcomes will be computed and divided by the sum of MAX SCORE, the result will be compared to the cut score (or pass ratio), then the PASS_TOTAL outcome will be set accordingly.":"Se procesar\u00e1 el puntaje para toda la prueba. Se calcular\u00e1 una suma de todos los resultados de PUNTAJE y se dividir\u00e1 por la suma del MAX SCORE; el resultado obtenido se comparar\u00e1 con el puntaje de corte (o ratio de aprobado) y, a continuaci\u00f3n, se establecer\u00e1 el resultado de PASS_TOTAL en consecuencia.","The score will be processed for the entire test. A sum of all SCORE outcomes will be computed, the result will take place in the SCORE_TOTAL outcome.":"Se procesar\u00e1 el puntaje para toda la prueba. Se calcular\u00e1 una suma de todos los resultados de SCORE; el resultado tendr\u00e1 lugar en SCORE_TOTAL.","The section title.":"El t\u00edtulo de secci\u00f3n.","The submission mode determines when the candidate\u0027s responses are submitted for response processing. A testPart in individual mode requires the candidate to submit their responses on an item-by-item basis. In simultaneous mode the candidate\u0027s responses are all submitted together at the end of the testPart.":"El modo de presentaci\u00f3n determina cuando las respuestas de los candidatos se presentan para el procesamiento de la respuesta. Un testPart en modo individual requiere que el candidato presente sus respuestas en una base elemento por elemento. En el modo simult\u00e1neo las respuestas de los candidatos est\u00e1n presentadas juntas al final del testPart.","The test has been closed\/suspended!":"\u00a1La evaluaci\u00f3n se cerr\u00f3\/se suspendi\u00f3!","The test has been paused, we are unable to connect to the server.":"La prueba se paus\u00f3; no podemos establecer conexi\u00f3n con el servidor.","The test has not been saved.":"No se guard\u00f3 la prueba.","The test has unsaved changes, are you sure you want to leave?":"La prueba tiene cambios no guardados, \u00bfest\u00e1s seguro de que quieres irte?","The test has unsaved changes, would you like to save it?":"La prueba tiene cambios sin guardar, \u00bfle gustar\u00eda guardarla?","The test needs to be saved before it can be previewed.":"La prueba tiene que ser guardada antes de que pueda ser vista previamente.","The test part identifier.":"El identificador de parte de prueba.","The test title.":"El t\u00edtulo de prueba.","The time limit has been reached for this part of the test.":"Se ha alcanzado el l\u00edmite de tiempo para esta parte de la prueba.","The value of this field must be a valid date format, e.g. YYYY-MM-DD":"El valor de este campo debe ser un formato de fecha v\u00e1lido, por ejemplo YYYY-MM-DD","The value of this field must be an integer":"El valor de este campo debe ser un entero","The value of this field must be numeric":"El valor de este campo debe ser num\u00e9rico","There are %s unanswered questions":"Hay %s preguntas sin responder","There are %s unanswered questions in this part of the test":"Hay %s preguntas sin responder en esta parte de la prueba","There is %s unanswered question":"Hay %s pregunta sin responder","There is %s unanswered question in this part of the test":"Hay %s pregunta sin responder en esta parte de la prueba","There is not outcomes!":"No hay ning\u00fan resultado.","This %s is currently checked out":"Este %s esta actualmente desprotegido","This constraint affects the visibility of feedback after the end of the last attempt.":"Esta restricci\u00f3n afecta la visibilidad de la retroalimentaci\u00f3n despu\u00e9s del final del \u00faltimo intento.","This constraint controls whether or not the candidate is allowed to provide a comment on the item during the session. Comments are not part of the assessed responses.":"Esta restricci\u00f3n controla si se permite o no al candidato proporcionar un comentario sobre el tema durante la sesi\u00f3n. Los comentarios no son parte de las respuestas evaluadas.","This field is required":"\u00c9ste campo es requerdido","This field is too long":"La campo es demasiado largo","This field is too short":"Esta campo es demasiado corto","This functionality is blocked. Please contact with your administrator for more details.":"Esta funcionalidad est\u00e1 bloqueada. Por favor, contacta con tu administrador para m\u00e1s detalles.","This is not a valid email address.":"Esta direcci\u00f3n de email no es v\u00e1lida.","this is required":"esto es requerido","This Login is already in use":"Este Login ya est\u00e1 siendo usado","This password reset link is no longer valid. It may have already been used. If you still wish to reset your password please request a new link":"Este enlace de restablecimiento de contrase\u00f1a ya no es v\u00e1lido. Puede que ya se ha utilizado. Si a\u00fan desea restablecer su contrase\u00f1a, por favor solicitar un nuevo enlace","This resource is locked":"El recurso est\u00e1 bloqueado","This role is still given to one or more users. Please remove the role to these users first.":"Este rol todav\u00eda se da a uno o m\u00e1s usuarios. Por favor, remueva el rol a estos usuarios primero.","This test has been suspended":"Esta prueba ha sido suspendida","This test has been terminated":"Esta prueba es terminado","Time limit reached for item \u0022%s\u0022.":"Alcanz\u00f3 el l\u00edmite de tiempo para el \u00edtem \u0022%s\u0022.","Time limit reached, this part of the test has ended.":"Alcanz\u00f3 el l\u00edmite de tiempo, esta parte de la prueba ha finalizado.","Time limit reached, this part of the test has ended. However you are allowed to finish the current item.":"Se alcanz\u00f3 el l\u00edmite de tiempo. Esta parte de la prueba finaliz\u00f3. No obstante, puede finalizar el \u00edtem actual.","Time Limits":"Tiempo L\u00edmite","Time Remaining":"Tiempo restante","Time zone":"Zona horaria","Title":"Ti\u0301tulo","to":"a","To reset your password, click the link below, or paste it into your browser. You will then be prompted to create a new password.":"Para restablecer su contrase\u00f1a, haga clic en el enlace de abajo, o pegarlo en su navegador. A continuaci\u00f3n se le pedir\u00e1 que cree una nueva contrase\u00f1a.","to translate":"traducir a","Toggle playback":"Reproducir la Conmutaci\u00f3n","Toggle start from here mode":"Cambie el modo de inicio desde aqu\u00ed","Tokenizer":"Marcador","Too many suggestions match your query. Only a few are listed":"Demasiadas sugerencias coinciden con tu consulta. S\u00f3lo unas pocas son listadas","Tool box and flagging for review":"Caja de herramientas y marcado para revisi\u00f3n","Toolbox":"Caja de herramientas","Tools":"Herramientas","Total score":"Puntaje total","Translate":"Traducci\u00f3n","Translate to":"Traducir a","Translation parameters":"Par\u00e1metros de traducci\u00f3n","Translation saved":"Traducci\u00f3n guardada","True":"Verdadero","Try connecting the machine to the internet via cable, or move to an area with a better wifi signal.":"Intenta conectar el equipo a Internet por cable, o mu\u00e9vete a un \u00e1rea con una mejor se\u00f1al wifi.","Tutor":"Tutor","Type":"Tipo","Unable to access your account?":"No pudo acceder a su cuenta?","Unable to change passwords in demo mode":"No se pudede cambiar la contrase\u00f1a en modo demo","Unable to delete %s":"No se puede eliminar %s","Unable to delete the selected resource":"No se puede elminar el recurso seleccionado","Unable to release the lock":"No es posible liberar el bloqueo","Unable to remove the property.":"No es posible remover la propiedad.","Unable to send the password reset request":"No es posible enviar la solicitud de restablecimiento de contrase\u00f1a","Unable to upload file":"No es posible subir el archivo","Unable to upload file %s : %s":"No es posible subir el archivo %s : %s","Unanswered":"Sin responder","Unanswered items":"Elemento sin responder","Undo":"Deshacer","Unflag for Review":"Desmarcar para revisi\u00f3n","Uninstall of %s failed":"Desintalaci\u00f3n de %s fallida","Uninstalled %s":"Desintalada %s","unknown":"desconocido","Unknown Error":"Error desconocido","Unknown error.":"Error desconocido.","Unlink to use separated durations":"Anular enlace para utilizar duraciones independientes","Unseen":"No visto","Update":"Actualizar","Upload":"Subir","Upload a QTI 2.1 Test Package File":"Subir un Archivo de Paquete de Prueba QTI 2.1","Upload into:":"Subir en:","Use Ctrl\/Meta key or Lasso for multiple selection":"Utilice Ctrl\/Alt o Lasso para selecci\u00f3n m\u00faltiple","Use default value":"Usar valor predeterminado","User":"Usuario","User added":"Usuario a\u00f1adido","User deleted successfully":"Usuario eliminado correctamente","User not found":"Usuario no encontrado","User saved":"Usuario guardado","Users":"Usuarios","Validate Responses":"Respuestas Validadas","Value":"Valor","Version":"Versi\u00f3n","Viewed":"Visto","Viewed items":"Elementos vistos","Views":"Vistas","Visible":"Visible","Volume":"Volumen","Wait for your connection to come back online.":"Espere que su conexi\u00f3n vuelva a estar en l\u00ednea.","Warning \u2013 You have %s remaining to complete the test.":"Advertencia \u2013 Le quedan %s minutos para completar la prueba.","Warning \u2013 You have %s remaining to complete this item.":"Advertencia: le quedan %s para completar este \u00edtem.","Warning \u2013 You have %s remaining to complete this section.":"Advertencia: le quedan %s para completar esta secci\u00f3n.","Warning \u2013 You have %s remaining to complete this test part.":"Advertencia: le quedan %s para completar esta parte de la prueba.","Warning \u2013 You have %s remaining to complete this test.":"Advertencia: Le queda(n) %s para completar esta prueba.","We are unable to connect the server to submit your results.":"No podemos conectar con el servidor para enviar los resultados.","We are unable to connect to the server to retrieve the next item.":"No se puede conectar al servidor para recuperar el siguiente elemento.","Weight":"Ponderaci\u00f3n","Weights":"Ponderaciones","When selecting child elements each element is normally eligible for selection once only.":"Cuando seleccione elementos secundarios de cada elemento es normalmente elegible para la selecci\u00f3n de una sola vez.","Whether a candidate\u0027s response that is beyond the maximum duration of the item should still be accepted.":"Si la respuesta de un candidato que ha superado la duraci\u00f3n m\u00e1xima del elemento a\u00fan debe ser aceptada.","Whether a candidate\u0027s response that is beyond the maximum duration of the section should still be accepted.":"Si la respuesta de un candidato que ha superado la duraci\u00f3n m\u00e1xima de la secci\u00f3n a\u00fan debe ser aceptada.","Whether a candidate\u0027s response that is beyond the maximum duration of the test part should still be accepted.":"Si la respuesta de un candidato que ha superado la duraci\u00f3n m\u00e1xima de la parte de una prueba a\u00fan debe ser aceptada.","Whether a candidate\u0027s response that is beyond the maximum duration should still be accepted.":"Si la respuesta de un candidato que ha superado la duraci\u00f3n m\u00e1xima a\u00fan debe ser aceptada.","White on Black":"Blanco sobre Negro","White on Blue (TAO standard theme)":"Blanco sobre Azul (tema est\u00e1ndar de TAO)","Who can view the rubric block during the delivery.":"Qui\u00e9n puede ver el bloque r\u00fabrica durante la entrega.","With Replacement":"Con Remplazo","Wrong file mime type":"Tipo mime de archivo incorrecto","XML Content":"Contexto XML","XML Editor":"Editor XML","XML error at line %1$d column %2$d \u0022%3$s\u0022.":"error XML en la linea %1$d columna %2$d \u0022%3$s\u0022.","Yellow on Blue":"Amarillo sobre Azul","Yes":"S\u00ed","You answered %s of %s question(s) for this section of the test":"Usted respondi\u00f3 %s de %s pregunta(s) para esta secci\u00f3n de la prueba","You answered all %s question(s) in this section":"Usted respondio a las %s preguntas en esta secci\u00f3n","You answered all %s question(s) in this test":"Usted respondio a las %s preguntas en esta prueba","You answered only %s of the %s question(s) in this section":"Usted respondi\u00f3 s\u00f3lo %s de las preguntas %s en esta secci\u00f3n","You are about to go to the next item. Click OK to continue and go to the next item.":"Est\u00e1 a punto de pasar al siguiente \u00edtem. Haga clic en \u0022OK\u0022 para continuar e ir al siguiente \u00edtem.","You are about to go to the previous item. Click OK to continue and go to the previous item.":"Est\u00e1 a punto de volver al \u00edtem anterior. Haga clic en \u0022OK\u0022 para continuar e ir al \u00edtem anterior.","You are about to leave this section.":"Est\u00e1 a punto de salir de esta secci\u00f3n.","You are about to submit the test.":"Est\u00e1 a punto de entregar la prueba.","You are about to submit the test. You will not be able to access this test once submitted. Click OK to continue and submit the test.":"Est\u00e1 a punto de enviar la prueba. No podr\u00e1 acceder a esta prueba despu\u00e9s de enviarla. Haga clic en \u0022OK\u0022 para continuar y enviar la prueba.","You are about to submit this test part.":"Est\u00e1 a punto de entregar esta parte de la prueba.","You are currently working offline.":"Actualmente est\u00e1 trabajando fuera de l\u00ednea.","You are encountering a prolonged connectivity loss. ":"Usted est\u00e1 encontrando una p\u00e9rdida de conectividad prolongada. ","You are not authorised to remove this lock":"No estas autorizado para remover este bloqueo","You can magnify the content by up to 200%. Check your browser settings to find out how to do it.":"Puedes ampliar el contenido hasta un 200%. Comprueba la configuraci\u00f3n de tu navegador para saber c\u00f3mo hacerlo.","You cannot delete the root node":"Tu no puedes eliminar el nodo root","You currently have no access to the platform":"Actualmente no tienes acceso a la plataforma","You do not have the required rights to edit this resource.":"Usted no tiene los derechos necesarios para editar este recurso.","You have %s item(s) marked for review.":"Tiene %s \u00edtem(s) marcado(s) para revisi\u00f3n.","You have %s left to answer remaining %s questions.":"Te quedan %s para responder las %s preguntas restantes.","You have %s remaining to complete the current item.":"Te quedan %s para completar el elemento actual.","You have %s unanswered question(s)":"Tienes %s preguntas sin respuesta","You have %s unanswered question(s) and have %s item(s) marked for review.":"Tiene %s pregunta(s) sin respuesta y %s \u00edtem(s) marcado(s) para revisi\u00f3n.","You have %s unanswered question(s).":"Tiene %s pregunta(s) sin respuesta.","You must activate JavaScript in your browser to run this application.":"Debes activar JavaScript en tu navegador para correr esta aplicaci\u00f3n.","You will not be able to access this test once submitted. Click \u0022%s\u0022 to continue and submit the test.":"No podr\u00e1s acceder a esta prueba una vez que la hayas enviado. Haga clic en \u0022%s\u0022 para continuar y enviar la prueba.","Your comment\u2026":"Su comentario\u2026","Your connection seems to be back, please proceed.":"Su conexi\u00f3n parece haber vuelto, por favor proceda.","Your mail":"Tu email","Your TAO Password":"Tu contrase\u00f1a TAO","Zoom":"Zoom","Zoom in":"Acercar","Zoom out":"Alejar"} \ No newline at end of file diff --git a/locales/es-MX/qtiCat.rdf.po b/locales/es-MX/qtiCat.rdf.po index dc9bfeb787..8958361833 100644 --- a/locales/es-MX/qtiCat.rdf.po +++ b/locales/es-MX/qtiCat.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:02\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:19\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: es-MX\n" diff --git a/locales/es-MX/qtitest.rdf.po b/locales/es-MX/qtitest.rdf.po index b8c4448a49..a3f476beff 100644 --- a/locales/es-MX/qtitest.rdf.po +++ b/locales/es-MX/qtitest.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:02\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:19\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: es-MX\n" diff --git a/locales/es-MX/taoQtiTestItemRunner.rdf.po b/locales/es-MX/taoQtiTestItemRunner.rdf.po index c264bdf0a2..67fb5f1dcf 100644 --- a/locales/es-MX/taoQtiTestItemRunner.rdf.po +++ b/locales/es-MX/taoQtiTestItemRunner.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:02\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:19\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: es-MX\n" diff --git a/locales/fi-FI/messages.po b/locales/fi-FI/messages.po index 2e16e87f3d..44b29b269e 100644 --- a/locales/fi-FI/messages.po +++ b/locales/fi-FI/messages.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:02\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:19\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: fi-FI\n" @@ -22,6 +22,9 @@ msgstr "" msgid "(Visual) Highlight Text" msgstr "" +msgid "A concurrent delivery has been detected. Please use the last open session. The present window can be closed." +msgstr "" + msgid "A QTI Item involved in the QTI Test '%s' could not be compiled." msgstr "" @@ -46,6 +49,9 @@ msgstr "" msgid "A visible section is one that is identifiable by the candidate." msgstr "" +msgid "Accessibility tool that enables Test Taker to have the item content read aloud." +msgstr "" + msgid "Activated" msgstr "" @@ -58,6 +64,9 @@ msgstr "" msgid "Add selected item(s) here." msgstr "" +msgid "Add Subsection" +msgstr "" + msgid "Add the source file" msgstr "" @@ -223,6 +232,15 @@ msgstr "" msgid "Black on White" msgstr "" +msgid "Bookmark question" +msgstr "" + +msgid "Bookmark the current question for later review" +msgstr "" + +msgid "Bookmarked question %s" +msgstr "" + msgid "Calculator" msgstr "" @@ -268,6 +286,9 @@ msgstr "" msgid "Click \"%s\" to continue" msgstr "" +msgid "Click \"%s\" to continue." +msgstr "" + msgid "Click to speak" msgstr "" @@ -361,6 +382,9 @@ msgstr "" msgid "Displays a customisable magnifier" msgstr "" +msgid "Do not bookmark the current question for later review" +msgstr "" + msgid "Do not flag the current item for later review" msgstr "" @@ -431,12 +455,21 @@ msgstr "" msgid "Expand the review panel" msgstr "" +msgid "Export" +msgstr "" + msgid "Export failed for the test \"%s" msgstr "" +msgid "Export failed. Key uri nor classUri in formValues are not defined" +msgstr "" + msgid "Export metadata" msgstr "" +msgid "Export QTI %s Test Package" +msgstr "" + msgid "Export QTI 2.1 Test Package" msgstr "" @@ -506,6 +539,9 @@ msgstr "" msgid "Hide Review" msgstr "" +msgid "Hide test overview panel" +msgstr "" + msgid "Hide the review screen" msgstr "" @@ -557,6 +593,9 @@ msgstr "" msgid "If the connection cannot be restored, see option B." msgstr "" +msgid "If you leave the test, your changes will not be saved due to invalid test settings. Are you sure you wish to leave?" +msgstr "" + msgid "If you need help, please contact our Helpline on 0330 088 4171." msgstr "" @@ -590,6 +629,9 @@ msgstr "" msgid "Individual" msgstr "" +msgid "Informational item" +msgstr "" + msgid "Informational Item Usage" msgstr "" @@ -701,11 +743,11 @@ msgstr "" msgid "Manage test properties" msgstr "" -#, tao-public -msgid "Manage tests" +msgid "Manage Tests" msgstr "" -msgid "Manage Tests" +#, tao-public +msgid "Manage tests" msgstr "" msgid "Mark for review" @@ -765,9 +807,15 @@ msgstr "" msgid "Missed required parameter \'id\'" msgstr "" +msgid "Missed required parameter \'id\'" +msgstr "" + msgid "Missed test package file" msgstr "" +msgid "Missing filename for QTI Test export" +msgstr "" + msgid "Missing required configuration option %s" msgstr "" @@ -816,12 +864,18 @@ msgstr "" msgid "No" msgstr "" +msgid "NO" +msgstr "" + msgid "No CAT Engine configured for CAT Endpoint \"%s\"." msgstr "" msgid "No file found at location \"%s\"." msgstr "" +msgid "No instance in form to export" +msgstr "" + msgid "No more attempts allowed for item \"%s\"." msgstr "" @@ -963,6 +1017,12 @@ msgstr "" msgid "QTI Test \"%s\" successfully published." msgstr "" +msgid "QTI Test Metadata" +msgstr "" + +msgid "QTI Test Package %s" +msgstr "" + msgid "QTI Test Package 2.1" msgstr "" @@ -978,6 +1038,9 @@ msgstr "" msgid "Question" msgstr "" +msgid "Question %s" +msgstr "" + msgid "questions" msgstr "" @@ -1002,6 +1065,9 @@ msgstr "" msgid "Remove Section" msgstr "" +msgid "Remove Subsection" +msgstr "" + msgid "Remove Test Part" msgstr "" @@ -1017,6 +1083,9 @@ msgstr "" msgid "Resource(s) successfully exported." msgstr "" +msgid "ResultTransmission event successfully registered" +msgstr "" + msgid "Review" msgstr "" @@ -1047,10 +1116,10 @@ msgstr "" msgid "Scoring" msgstr "" -msgid "Scratch pad" +msgid "Scratch Pad" msgstr "" -msgid "Scratch Pad" +msgid "Scratch pad" msgstr "" msgid "Scratchpad" @@ -1125,6 +1194,9 @@ msgstr "" msgid "Show Solution" msgstr "" +msgid "Show test overview panel" +msgstr "" + msgid "Show the review screen" msgstr "" @@ -1233,6 +1305,12 @@ msgstr "" msgid "Test Navigation" msgstr "" +msgid "Test overview" +msgstr "" + +msgid "Test part level category enables configuring the categories of its composing items all at once. A category in gray means that all items have that category. A category in white means that only a few items have that category." +msgstr "" + msgid "Test Part Properties" msgstr "" @@ -1348,6 +1426,9 @@ msgstr "" msgid "The provided archive is invalid. Make sure it is not corrupted and that it contains an 'imsmanifest.xml' file." msgstr "" +msgid "The QTI Item with URI '%s' cannot be found." +msgstr "" + msgid "The QTI Test '%s' to be compiled must contain at least 1 QTI Item. None found." msgstr "" @@ -1378,6 +1459,14 @@ msgstr "" msgid "The submission mode determines when the candidate's responses are submitted for response processing. A testPart in individual mode requires the candidate to submit their responses on an item-by-item basis. In simultaneous mode the candidate's responses are all submitted together at the end of the testPart." msgstr "" +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"" +msgstr "" + +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"Please fix the invalid settings and try again." +msgstr "" + msgid "The test has been closed/suspended!" msgstr "" @@ -1598,6 +1687,9 @@ msgstr "" msgid "Yes" msgstr "" +msgid "YES" +msgstr "" + msgid "You answered %s of %s question(s) for this section of the test" msgstr "" diff --git a/locales/fi-FI/qtiCat.rdf.po b/locales/fi-FI/qtiCat.rdf.po index b77a3146ca..8a71c91bf5 100644 --- a/locales/fi-FI/qtiCat.rdf.po +++ b/locales/fi-FI/qtiCat.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:02\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:19\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: fi-FI\n" diff --git a/locales/fi-FI/qtitest.rdf.po b/locales/fi-FI/qtitest.rdf.po index 99f32cb347..d25a2376c3 100644 --- a/locales/fi-FI/qtitest.rdf.po +++ b/locales/fi-FI/qtitest.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:02\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:19\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: fi-FI\n" diff --git a/locales/fi-FI/taoQtiTestItemRunner.rdf.po b/locales/fi-FI/taoQtiTestItemRunner.rdf.po index b1325e2318..3e16f76ece 100644 --- a/locales/fi-FI/taoQtiTestItemRunner.rdf.po +++ b/locales/fi-FI/taoQtiTestItemRunner.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:02\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:19\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: fi-FI\n" diff --git a/locales/fr-CA/messages.po b/locales/fr-CA/messages.po index b1549a819e..0a0e79c7ce 100644 --- a/locales/fr-CA/messages.po +++ b/locales/fr-CA/messages.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint155\n" -"PO-Revision-Date: 2021-06-02T12:02:16\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:20\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: fr-CA\n" @@ -22,6 +22,9 @@ msgstr "" msgid "(Visual) Highlight Text" msgstr "" +msgid "A concurrent delivery has been detected. Please use the last open session. The present window can be closed." +msgstr "" + msgid "A QTI Item involved in the QTI Test '%s' could not be compiled." msgstr "Un item QTI contenu dans le test QTI '%s' n'a pas pû être compilé" @@ -46,6 +49,9 @@ msgstr "Une réponse valide est attendue à cette question" msgid "A visible section is one that is identifiable by the candidate." msgstr "" +msgid "Accessibility tool that enables Test Taker to have the item content read aloud." +msgstr "" + msgid "Activated" msgstr "" @@ -58,6 +64,9 @@ msgstr "" msgid "Add selected item(s) here." msgstr "" +msgid "Add Subsection" +msgstr "" + msgid "Add the source file" msgstr "Ajouter le fichier source" @@ -223,6 +232,15 @@ msgstr "" msgid "Black on White" msgstr "" +msgid "Bookmark question" +msgstr "" + +msgid "Bookmark the current question for later review" +msgstr "" + +msgid "Bookmarked question %s" +msgstr "" + msgid "Calculator" msgstr "" @@ -268,6 +286,9 @@ msgstr "" msgid "Click \"%s\" to continue" msgstr "" +msgid "Click \"%s\" to continue." +msgstr "" + msgid "Click to speak" msgstr "" @@ -361,6 +382,9 @@ msgstr "" msgid "Displays a customisable magnifier" msgstr "" +msgid "Do not bookmark the current question for later review" +msgstr "" + msgid "Do not flag the current item for later review" msgstr "" @@ -431,12 +455,21 @@ msgstr "" msgid "Expand the review panel" msgstr "Agrandir le panneau de révision" +msgid "Export" +msgstr "" + msgid "Export failed for the test \"%s" msgstr "" +msgid "Export failed. Key uri nor classUri in formValues are not defined" +msgstr "" + msgid "Export metadata" msgstr "" +msgid "Export QTI %s Test Package" +msgstr "" + msgid "Export QTI 2.1 Test Package" msgstr "" @@ -506,6 +539,9 @@ msgstr "" msgid "Hide Review" msgstr "" +msgid "Hide test overview panel" +msgstr "" + msgid "Hide the review screen" msgstr "Masquer l'écran de révision" @@ -557,6 +593,9 @@ msgstr "" msgid "If the connection cannot be restored, see option B." msgstr "" +msgid "If you leave the test, your changes will not be saved due to invalid test settings. Are you sure you wish to leave?" +msgstr "" + msgid "If you need help, please contact our Helpline on 0330 088 4171." msgstr "" @@ -590,6 +629,9 @@ msgstr "" msgid "Individual" msgstr "Individuel" +msgid "Informational item" +msgstr "" + msgid "Informational Item Usage" msgstr "" @@ -701,11 +743,11 @@ msgstr "" msgid "Manage test properties" msgstr "" -#, tao-public -msgid "Manage tests" +msgid "Manage Tests" msgstr "" -msgid "Manage Tests" +#, tao-public +msgid "Manage tests" msgstr "" msgid "Mark for review" @@ -762,12 +804,15 @@ msgstr "Durée minimale pour cette partie de test." msgid "minutes" msgstr "" -msgid "Missed required parameter \'id\" +msgid "Missed required parameter \'id\'" msgstr "" msgid "Missed test package file" msgstr "" +msgid "Missing filename for QTI Test export" +msgstr "" + msgid "Missing required configuration option %s" msgstr "" @@ -816,12 +861,18 @@ msgstr "Suivant Section" msgid "No" msgstr "Non" +msgid "NO" +msgstr "" + msgid "No CAT Engine configured for CAT Endpoint \"%s\"." msgstr "" msgid "No file found at location \"%s\"." msgstr "" +msgid "No instance in form to export" +msgstr "" + msgid "No more attempts allowed for item \"%s\"." msgstr "Une tentative sur l'élément \"%s\" n'est plus permise." @@ -855,12 +906,12 @@ msgstr "" msgid "Offline" msgstr "" -msgid "OK" -msgstr "" - msgid "Ok" msgstr "Ok" +msgid "OK" +msgstr "" + msgid "OK & End test" msgstr "Ok et Terminer le test" @@ -963,6 +1014,12 @@ msgstr "" msgid "QTI Test \"%s\" successfully published." msgstr "" +msgid "QTI Test Metadata" +msgstr "" + +msgid "QTI Test Package %s" +msgstr "" + msgid "QTI Test Package 2.1" msgstr "" @@ -978,6 +1035,9 @@ msgstr "" msgid "Question" msgstr "" +msgid "Question %s" +msgstr "" + msgid "questions" msgstr "" @@ -1002,6 +1062,9 @@ msgstr "" msgid "Remove Section" msgstr "" +msgid "Remove Subsection" +msgstr "" + msgid "Remove Test Part" msgstr "" @@ -1017,6 +1080,9 @@ msgstr "" msgid "Resource(s) successfully exported." msgstr "" +msgid "ResultTransmission event successfully registered" +msgstr "" + msgid "Review" msgstr "Révision" @@ -1125,6 +1191,9 @@ msgstr "" msgid "Show Solution" msgstr "Montrer la solution" +msgid "Show test overview panel" +msgstr "" + msgid "Show the review screen" msgstr "Montrer l'écran de révision" @@ -1233,6 +1302,12 @@ msgstr "" msgid "Test Navigation" msgstr "" +msgid "Test overview" +msgstr "" + +msgid "Test part level category enables configuring the categories of its composing items all at once. A category in gray means that all items have that category. A category in white means that only a few items have that category." +msgstr "" + msgid "Test Part Properties" msgstr "" @@ -1261,10 +1336,10 @@ msgstr "" msgid "Text content" msgstr "" -msgid "Text to Speech" +msgid "Text To Speech" msgstr "" -msgid "Text To Speech" +msgid "Text to Speech" msgstr "" msgid "that was being taken." @@ -1348,6 +1423,9 @@ msgstr "" msgid "The provided archive is invalid. Make sure it is not corrupted and that it contains an 'imsmanifest.xml' file." msgstr "" +msgid "The QTI Item with URI '%s' cannot be found." +msgstr "" + msgid "The QTI Test '%s' to be compiled must contain at least 1 QTI Item. None found." msgstr "" @@ -1378,6 +1456,14 @@ msgstr "" msgid "The submission mode determines when the candidate's responses are submitted for response processing. A testPart in individual mode requires the candidate to submit their responses on an item-by-item basis. In simultaneous mode the candidate's responses are all submitted together at the end of the testPart." msgstr "" +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"" +msgstr "" + +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"Please fix the invalid settings and try again." +msgstr "" + msgid "The test has been closed/suspended!" msgstr "Le test a été fermé / suspendu!" @@ -1595,6 +1681,9 @@ msgstr "" msgid "Yellow on Blue" msgstr "" +msgid "YES" +msgstr "" + msgid "Yes" msgstr "Oui" diff --git a/locales/fr-CA/messages_po.js b/locales/fr-CA/messages_po.js index 80b817b2a8..2153a58569 100644 --- a/locales/fr-CA/messages_po.js +++ b/locales/fr-CA/messages_po.js @@ -1 +1 @@ -{" and ":" et "," has been deleted successfully":" a \u00e9t\u00e9 supprim\u00e9 avec succ\u00e8s."," next":" suivant"," requires a subgrid adapter":" requiert un adaptateur de sous-grille","%d day":"%d jour","%d days":"%d jours","%h hour":"%h heure","%h hours":"%h heures","%i minute":"%i minute(s)","%i minutes":"%i\u00a0minute(s)","%m month":"%m mois","%m months":"%m mois","%s (%s kb)":"%s (%s kb)","%s Class saved":"%s Classe sauvegard\u00e9e","%s could not be released":"%s n\u0027a pu \u00eatre lib\u00e9r\u00e9","%s extension(s) to install.":"%s extension(s) \u00e0 installer.","%s has been deleted":"%s a \u00e9t\u00e9 supprim\u00e9","%s has been released":"%s a \u00e9t\u00e9 lib\u00e9r\u00e9","%s is of a type that cannot be published":"%s est dans un format qui n\u0027a pas pu \u00eatre publi\u00e9","%s Locked":"%s verrouill\u00e9","%s\u0022 is not a valid index identifier. It must start with a letter and contain letters, numbers or underscores only":"%s n\u0027est pas un identifiant d\u0027index valide. Celui-ci devrait d\u00e9buter par un caract\u00e8re alphab\u00e9tique et contenir soit des caract\u00e8res, des nombres ou des barre de soulign\u00e9 uniquement. ","%y year":"%y ann\u00e9e","%y years":"%y ann\u00e9es","(empty)":"(vide)","... reloading page.":"... rechargement de la page.","Filters<\/del>":"Filtres<\/del>","Options<\/del>":"Options<\/del>","> Extension %s succesfully installed.":"> Extension %s install\u00e9e avec succ\u00e8s.","> Installation done.":"> Installation termin\u00e9e.","A fatal error occured during the installation process.":"Une erreur fatale s\u0027est produite pendant l\u0027installation.","A message with further instructions has been sent to your email address: %s":"Un message avec des instructions a \u00e9t\u00e9 envoy\u00e9e vers votre adresse courriel: %s","A QTI Item involved in the QTI Test \u0027%s\u0027 could not be compiled.":"Un item QTI contenu dans le test QTI \u0027%s\u0027 n\u0027a pas p\u00fb \u00eatre compil\u00e9","A QTI Test must contain at least one QTI Item to be compiled. None found.":"Un test QTI doit contenir au un item QTI pour \u00eatre compil\u00e9. Aucun trouv\u00e9","A qti testpackage":"Un paquet test QTI","A remote resource referenced in QTI test \u0027%s\u0027 could not be retrieved.":"Une resource distante incluse dans le test \u0027%s\u0027 n\u0027a pas pu \u00eatre obtenue","A response to every question in this item is required.":"Une r\u00e9ponse pour chaque question de cet item est requise","A response to this item is required.":"R\u00e9ponse obligatoire. Vous devez r\u00e9pondre \u00e0 cette question pour poursuivre.","A valid response to this item is required.":"Une r\u00e9ponse valide est attendue \u00e0 cette question","Access Denied":"Acc\u00e8s refus\u00e9","Access denied. Please renew your authentication!":"Acc\u00e8s refus\u00e9. Veuillez renouveler votre authentification !","Actions":"Actions","Add":"Ajouter","Add a CSV file":"Ajouter un fichier CSV","Add a user":"Ajouter un utilisateur","Add an RDF\/XML file":"Ajouter un fichier RDF\/XML","Add file(s)":"Ajouter un ou des fichier(s)","Add property":"Ajouter une propri\u00e9t\u00e9","Add the source file":"Ajouter le fichier source","After you complete the section it would be impossible to return to this section to make changes. Are you sure you want to end the section?":"Apr\u00e8s avoir compl\u00e9t\u00e9 la section, il ne sera pas possible d\u0027y retourner pour apporter des modifications. \u00cates-vous certain de vouloir terminer la section?","all":"tout","All data will be removed in %s":"Toutes les donn\u00e9es vont \u00eatre supprim\u00e9es dans %s","All fields are required":"Tous les champs sont requis","All rights reserved.":"Tous droits r\u00e9serv\u00e9s.","Alpha version":"Version alpha","An email has been sent":"Un courriel vous a \u00e9t\u00e9 envoy\u00e9","An error occurred!":"Une erreur s\u0027est produite!","An error occurs, please contact your administrator":"Une erreur s\u0027est produite, veuillez communiquer avec votre administrateur","An item involved in the test cannot be read or is not QTI compliant.":"Un item impliqu\u00e9 dans le test ne peut \u00eatre lu ou n\u0027est pas conforme \u00e0 QTI.","An item involved in the test cannot be written.":"Un item impliqu\u00e9 dans le test ne peut \u00eatre \u00e9crit.","An unknown error occured while compiling QTI test \u0027%s\u0027.":"Une erreur inconnue s\u0027est produite pendant la compilation du QTI test \u0027%s\u0027. ","Answered":"R\u00e9pondu","Are you sure to delete the versioned resource?\nThe history will be lost as well.":"\u00cates-vous s\u00fbr de vouloir supprimer la ressource versionn\u00e9e ?\nL\u0027historique sera \u00e9galement perdu.","Are you sure you want to delete it?":"\u00cates-vous s\u00fbr(e) de vouloir le supprimer ?","Are you sure you want to end the test?":"\u00cates-vous certain de vouloir terminer le test?","Assign User to role":"Assigner l\u0027utilisateur \u00e0 un r\u00f4le","Assign Users":"Assigner les utilisateurs","Author":"Auteur","Author Item":"Cr\u00e9er l\u0027item","Authoring":"\u00c9diteur","Available Extensions":"Extensions disponibles","Back to listing":"Retour au r\u00e9f\u00e9rencement","Beta version":"Version b\u00eata","Browse folders:":"Parcourir les dossiers:","Browse...":"Naviguer...","Calendar":"Calendrier","Cancel":"Annuler","Candidate":"Candidat","Cannot be edited":"Ne peut \u00eatre modifi\u00e9","Change password":"Changer le mot de passe","Change the password":"Modifier le mot de passe","Check All":"Cocher Tout","Check all":"Cocher tout","Choose export format":"Format d\u0027export","Choose import format":"Format d\u0027import","class selected":"classe s\u00e9lectionn\u00e9e","Collapse the review panel":"Fermer le panneau de r\u00e9vision","Column":"Colonne","Combine a selection of items into tests.":"Combiner une s\u00e9lection d\u0027items en tests.","Comment":"Commentaire","Completed items":"\u00c9l\u00e9ments compl\u00e9t\u00e9s","Confirm":"Confirmer","Connect to the TAO platform":"Connexion \u00e0 la plate-forme TAO","Continue":"Continuer","Create":"Cr\u00e9er","Create and design items and exercises.":"Concevoir des items et exercices.","Create instance of ":"Cr\u00e9er une instance de ","CSV":"CSV","CSV Options":"Options CSV","Current language":"Langue courante","Data imported":"Importation des donn\u00e9es","Data imported successfully":"Donn\u00e9es import\u00e9es avec succ\u00e8s.","Data Language":"Langue des donn\u00e9es","Data language":"Langue des donn\u00e9es","Date":"Date","Define the default values":"D\u00e9finir les valeurs par d\u00e9faut","Delete":"Supprimer","Deliveries":"Passations","Deliveries library":"Biblioth\u00e8que de passations","Demo Sandbox":"D\u00e9monstration","Do you wish to install the following extension(s):\n%s?":"Souhaitez-vous installer le(s) extension(s) suivante(s) :\n%s ?","does not match":"Ne correspond pas","Don\u0027t set":"Ne pas ins\u00e9rer","Download":"T\u00e9l\u00e9charger","Download this file":"T\u00e9l\u00e9charger ce fichier","Drag file here":"Glisser le fichier ici","Drag files here":"Glisser le fichier ici","Drop the files to upload":"Choisissez des fichiers \u00e0 envoyer","Duplicate":"Dupliquer","Edit":"\u00c9diter","Edit a user":"\u00c9diter un utilisateur","Edit Instance":"Modifier Instance","Element":"\u00c9l\u00e9ment","Element deleted.":"\u00c9l\u00e9ment supprim\u00e9.","Email":"Email","End test":"Terminer le test","End Test":"Terminer le Test","Enter":"Entr\u00e9e","Error":"Erreur","Error during file import":"Erreur pendant l\u0027import du fichier.","Exclusive (OR)":"Exclusif (OU)","Expand the review panel":"Agrandir le panneau de r\u00e9vision","Export":"Exporter","Export ":"Export","Export Metadata as RDF\/XML file":"Expoter les m\u00e9tadonn\u00e9es comme un fichier RDF\/XML","Extensions manager":"Gestionnaire d\u0027extensions","Field delimiter":"S\u00e9parateur de champ","Field encloser":"Cl\u00f4ture de champ","File":"Fichier","File name":"Nom de fichier","File Properties":"Propri\u00e9t\u00e9s du fichier","file selected":"S\u00e9lectionner le fichier","File Uploader":"T\u00e9l\u00e9chargeur de fichier","files selected":"fichiers s\u00e9lectionn\u00e9s","Filter":"Filtrer","Filtering mode":"Mode de filtrage","First Name":"Pr\u00e9nom","First row column names":"Noms de colonne en premi\u00e8re ligne","Flagged":"Signal\u00e9","Force Release":"Forcer la publication","Go Back":"Revenir","Height":"Hauteur","Hide detailed report":"Cacher le rapport d\u00e9taill\u00e9","Hide the review screen":"Masquer l\u0027\u00e9cran de r\u00e9vision","Hide timers":"Cacher les timers","hours":"heures","Import":"Importer","Import ":"Import","Import Metadata from CSV file":"Importer des m\u00e9ta-donn\u00e9es \u00e0 partir d\u0027un fichier CSV","Import Metadata from RDF file":"Importer des m\u00e9ta-donn\u00e9es \u00e0 partir d\u0027un fichier RDF","In this part of the test navigation is not allowed.":"Dans cette partie du test, la navigation n\u0027est pas permise.","Inclusive (AND)":"Inclusif (ET)","Individual":"Individuel","Install":"Installer","Installation done.":"Installation termin\u00e9e.","Installation...":"Installation...","Installed Extensions":"Extensions install\u00e9es","Installing extension %s...":"Installation de l\u0027extension %s...","Instance saved":"Instance enregistr\u00e9e","Interface Language":"Langue de l\u0027interface","Interface language":"Langue de l\u0027interface","Invalid field length":"La longueur du champ est invalide","Invalid file type!":"Type de fichier invalide","Invalid login or password. Please try again.":"Identifiant ou mot de passe invalide. Veuillez r\u00e9essayer.","invalid regular expression":"Expression r\u00e9guli\u00e8re non valide","Item \u0022%s\u0022 is completed.":"L\u0027\u00e9l\u00e9ment \u0022%s\u0022 est termin\u00e9.","Item %d of %d":"\u00c9l\u00e9ment %d de %d","Items":"\u00c9l\u00e9ments","Items library":"Banque d\u0027items","Items marked for later review":"\u00c9l\u00e9ments marqu\u00e9s pour r\u00e9vision ult\u00e9rieure","Label":"Libell\u00e9","Language":"Langue","Last Name":"Nom","Leave a comment":"Laissez un commentaire","less than a minute":"Moins d\u0027une minute","List":"Liste","List - Multiple choice - Check box":"Liste - Choix multiple - Case \u00e0 cocher","List - Single choice - Drop down":"Liste - Choix unique - Liste d\u00e9roulante","List - Single choice - Radio button":"Liste - Choix multiple - Bouton radio","Loaded":"Charg\u00e9","Loaded at Startup":"Charg\u00e9 au D\u00e9marrage","Log in":"Se connecter","Log Out":"Se d\u00e9connecter","Login":"Identifiant","Login available":"Identifiant disponible","Manage data list":"Gestion des listes","Manage items":"Gestion des items","Manage roles":"G\u00e9rer les r\u00f4les","Manage Roles and apply them to users.":"G\u00e8re des R\u00f4les et les applique aux utilisateurs.","Manage test takers":"Gestion des participants","Manage tests":"Gestion des tests","Manage users":"G\u00e9rer les utilisateurs","Manage Versioned File":"G\u00e9rer les fichiers versionn\u00e9s","Map the properties to the CSV columns":"Choisissez les propri\u00e9t\u00e9s relatives aux colonnes CSV","Mark for review":"Marquer pour r\u00e9vision","Maximum duration for the all test.":"Dur\u00e9e maximale pour l\u0027ensemble du test.","Maximum duration for this item.":"Dur\u00e9e maximale pour cet \u00e9l\u00e9ment.","Maximum duration for this section.":"Dur\u00e9e maximale pour cette section.","Maximum duration for this test part.":"Dur\u00e9e maximale pour cette partie de test.","Minimum Duration":"Dur\u00e9e minimale","Minimum duration for the test.":"Dur\u00e9e minimale pour le test.","Minimum duration for this item.":"Dur\u00e9e minimale pour cet \u00e9l\u00e9ment.","Minimum duration for this section.":"Dur\u00e9e minimale pour cette section.","Minimum duration for this test part.":"Dur\u00e9e minimale pour cette partie de test.","minutes":"minutes","More":"Plus","Move":"D\u00e9placer","Move to":"D\u00e9placer vers","Moving this element will replace the properties of the previous class by those of the destination class :":"En bougeant cet \u00e9l\u00e9ment, les propri\u00e9t\u00e9s de la classe pr\u00e9c\u00e9dente seront remplac\u00e9es par ceux de la classe de destination :","Multiple values delimiter":"D\u00e9limiteur de valeurs multiples","My settings":"Mes param\u00e8tres","My settings (%s)":"Mes param\u00e8tres (%s)","Name":"Nom","Navigation":"Navigation","New class":"Cr\u00e9er classe","New delivery":"Nouvelle passation","New password":"Nouveau mot de passe","New role":"Nouveau r\u00f4le","New test":"Cr\u00e9er test","New test-taker":"Cr\u00e9er participant","Next":"Suivant","Next Section":"Suivant Section","No":"Non","No extensions available.":"Pas d\u0027extension disponible.","no file not found in this location":"pas de fichier trouv\u00e9 \u00e0 cette endroit","No file selected":"Pas de fichier s\u00e9lectionn\u00e9","No files":"Aucun fichier","no label":"sans \u00e9tiquette","No more attempts allowed for item \u0022%s\u0022.":"Une tentative sur l\u0027\u00e9l\u00e9ment \u0022%s\u0022 n\u0027est plus permise.","Non Linear":"Non lin\u00e9aire","Nothing imported":"Aucune donn\u00e9e n\u0027a \u00e9t\u00e9 import\u00e9e","Nothing to install !":"Rien \u00e0 installer !","Number of elements":"Nombre d\u0027\u00e9l\u00e9ments","of":"de","OK":"Ok","Ok":"Ok","OK & End test":"Ok et Terminer le test","Old Password":"Ancien mot de passe","Only display the items marked for review":"Afficher seulement les \u00e9l\u00e9ments marqu\u00e9s pour r\u00e9vision","Only display the unanswered items":"Afficher seulement les \u00e9l\u00e9ments non r\u00e9pondus","or":"ou","Ordering":"Commander","Page":"Page","Part %d":"Partie %d","Password":"Mot de passe","Password changed":"Mot de pass\u00e9 modifi\u00e9","Passwords are not matching":"Les mots de passe ne correspondent pas","Please confirm deletion":"Veuillez confirmer la suppression.","Please confirm property deletion!":"Veuillez confirmer la suppression de la propri\u00e9t\u00e9","Please confirm this operation.":"Veuillez confirmer cette op\u00e9ration.","Please wait while we try to restore the connection.":"Veuillez attendre pendant que nous essayons de restaurer la connexion.","Post install processing":"Traitement apr\u00e8s installation","Prepare, publish deliveries sessions.":"Pr\u00e9parer, publier des sessions de passations.","Preparing installation...":"Pr\u00e9paration de l\u0027installation...","Preview":"Aper\u00e7u ","Previous":"Pr\u00e9c\u00e9dent","Proctor":"Surveillance","Properties":"Propri\u00e9t\u00e9s","RDF":"RDF","Record and manage test takers.":"Enregistrer et g\u00e9rer les participants.","Release":"Publication","Remove":"Supprimer","Remove Message":"Enlever ce message","Remove this file":"Supprimer ce fichier","Rename":"Renommer","Repeat new password":"R\u00e9p\u00e9tition du nouveau mot de passe","Required":"Champs obligatoires","Required field":"Champs requis","required length":"taille requise","Requires":"N\u00e9cessite","Reset":"R\u00e9initialiser","Resource":"Ressource","Resource not imported due to multiple super classes":"La ressource n\u0027a pas pu \u00eatre importer a cause de la pr\u00e9sence de plusieurs super-classes","Resource not imported due to multiple types":"La ressource n\u0027a pas pu \u00eatre importer a cause de la pr\u00e9sence de plusieurs types","Resource saved":"Ressource enregistr\u00e9e","Responsive mode":"Mode r\u00e9actif","Review":"R\u00e9vision","Right click the tree to manage your lists":"Utilisez le clic droit pour g\u00e9rer vos listes","Role saved":"R\u00f4le enregistr\u00e9","Roles":"R\u00f4les","Roles library":"Biblioth\u00e8que de r\u00f4les","Save":"Enregistrer","Scope":"Etendue","Search":"Rechercher","Search sub-classes":"Chercher des sous-classes","seconds":"secondes","select":"choisir","Select":"S\u00e9lectionner","Select a language":"S\u00e9lectionner un langage","Select this file":"S\u00e9lectionner le fichier","Selected file:":"Fichier s\u00e9lectionn\u00e9 :","Selection saved successfully":"S\u00e9lection enregistr\u00e9e avec succ\u00e8s","Send":"Envoyer","Settings":"R\u00e9glages","Settings updated":"R\u00e9glages mis \u00e0 jour","Show detailed report":"Montrer le d\u00e9tail du rapport","Show Solution":"Montrer la solution","Show the review screen":"Montrer l\u0027\u00e9cran de r\u00e9vision","Show\/Hide the review screen":"Montrer\/Masquer l\u0027\u00e9cran de r\u00e9vision","Shuffle":"M\u00e9langer","Size":"Taille","Skip":"Sauter","Skip & End Test":"Sauter & Terminer le Test","Skip and end test":"Terminer le test et fin","Skip and go to the end of the test":"Passer et aller \u00e0 la fin du test","Skip and go to the next item":"Passer et passer \u00e0 l\u0027\u00e9l\u00e9ment suivant","Skip to the end of the test":"Sauter \u00e0 la fin du test","Skip to the next item":"Sauter au suivant \u00e9l\u00e9ment","Skip to the next section":"Sauter \u00e0 la suivant section","Start Test-part":"Commencer la partie du test","Submission":"Envoyer","Submit and go to the end of the test":"Envoyer et aller \u00e0 la fin du test","Submit and go to the next item":"Envoyer et aller au suivant \u00e9l\u00e9ment","Submit and go to the previous item":"Envoyer et aller \u00e0 l\u0027\u00e9l\u00e9ment ant\u00e9rieur","Success":"Succ\u00e8s","Supported export formats":"Formats d\u0027export support\u00e9s","TAO Home":"Menu principal TAO","TAO Login":"Connexion \u00e0 TAO","Test":"Test","Test Saved":"Test enregistr\u00e9","Test status":"Statut du test","Test takers library":"Participants","Test-takers":"Participants","Tests":"Tests","Tests library":"Tests","Text - Long - Box":"Texte - Long - Bo\u00eete","Text - Long - HTML editor":"Texte - Long - \u00c9diteur HTML","Text - Short - Field":"Texte - Long - Champ","The column ":"La colonne ","The lock has been released":"Le verrou a \u00e9t\u00e9 supprim\u00e9","The QTI test could not be retrieved correctly.":"Le test QTI n\u0027a pu \u00eatre r\u00e9cup\u00e9r\u00e9 correctement.","The QTI-XML test could not be written correctly.":"Le test QTI-XML n\u0027a pu \u00eatre \u00e9crit correctement.","The test has been closed\/suspended!":"Le test a \u00e9t\u00e9 ferm\u00e9 \/ suspendu!","The value of this field must be a valid date format, e.g. YYYY-MM-DD":"La valeur de ce champs doit \u00eatre format\u00e9e telle une date valide, ex. AAAA-MM-JJ","The value of this field must be an integer":"La valeur de ce champ doit \u00eatre un nombre entier.","The value of this field must be numeric":"La valeur de ce champ doit \u00eatre num\u00e9rique","This field is required":"Ce champ est requis.","This field is too long":"Ce champ est trop long.","This field is too short":"Ce champ est trop court.","this is required":"ceci est obligatoire","This Login is already in use":"Cet identifiant est d\u00e9j\u00e0 utilis\u00e9","This resource is locked":"La ressource est verrouill\u00e9e","This role is still given to one or more users. Please remove the role to these users first.":"Ce r\u00f4le est encore affect\u00e9 \u00e0 un ou plusieurs utilisateurs. Veuillez d\u0027abord retirer le r\u00f4le pour ce(s) utilisateur(s).","This test has been suspended":"Ce test a \u00e9t\u00e9 suspendu","This test has been terminated":"Ce test a pris fin","Time limit reached for item \u0022%s\u0022.":"Limite de temps atteinte pour l\u0027\u00e9l\u00e9ment \u0022%s\u0022.","Time limit reached, this part of the test has ended.":"Limite de temps atteinte, cette partie du test s\u0027est termin\u00e9e.","Time Remaining":"Dur\u00e9e Restant","Time zone":"Fuseau horaire","to translate":"Non traduite","Translate":"Traduire","Translate to":"Traduire en","Translation parameters":"Param\u00e8tres de la traductions","Translation saved":"Traduction enregistr\u00e9e","Type":"Type","Unable to change passwords in demo mode":"Impossible de changer les mots de passe en mode d\u00e9monstration","Unable to delete the selected resource":"Autoriser la suppression de la ressource s\u00e9lectionn\u00e9e","Unable to release the lock":"Autoriser la publication de la serrure","Unable to upload file":"Autoriser le t\u00e9l\u00e9chargement du fichier","Unanswered":"Non r\u00e9pondu","Unanswered items":"\u00c9l\u00e9ments non r\u00e9pondus","Uncheck all":"D\u00e9cocher tout","Uncheck All":"D\u00e9cocher tout","Undo":"Annuler une action","unknown":"inconnu","Unknown Error":"Erreur Inconnue","Unknown error.":"Erreur inconnue.","Upload":"T\u00e9l\u00e9verser","Upload a QTI 2.1 Test Package File":"Envoyer un fichier paquet de test QTI 2.1","Upload into:":"Envoyer vers\u00a0:","Use default value":"Utiliser la valeur par d\u00e9faut","User":"Utilisateur","User added":"Utilisateur ajout\u00e9","User deleted successfully":"Utilisateur supprim\u00e9 avec succ\u00e8s.","User saved":"Utilisateur enregistr\u00e9","User Settings":"Param\u00e8tres Utilisateur","Users":"Utilisateurs","Version":"Version","Viewed":"Vu","Viewed items":"\u00c9l\u00e9ments vus","Views":"Vues","Visible":"Visible","Warning \u2013 You have %s remaining to complete the test.":"Avertissement \u2013 Il vous reste %s pour compl\u00e9ter le test.","Warning \u2013 You have %s remaining to complete this item.":"Avertissement - Vous avez %s restant pour compl\u00e9ter cet \u00e9l\u00e9ment.","Warning \u2013 You have %s remaining to complete this section.":"Avertissement - Vous avez %s restant pour compl\u00e9ter cette section.","Warning \u2013 You have %s remaining to complete this test part.":"Avertissement - Vous avez %s restant pour compl\u00e9ter cette partie de test.","Width":"Largeur","Yes":"Oui","You are encountering a prolonged connectivity loss. ":"Vous rencontrez une perte de connectivit\u00e9 prolong\u00e9e.","You are not authorised to remove this lock":"Vous n\u0027\u00eates pas autoris\u00e9 \u00e0 supprimer cette fermeture","You cannot delete the root node":"Vous ne pouvez pas supprimer le noeud de la racine","You currently have no access to the platform":"Vous n\u0027avez actuellement pas acc\u00e8s \u00e0 la plate-forme","You have %s item(s) marked for review.":"Vous avez %s \u00e9l\u00e9ment(s) marqu\u00e9s pour r\u00e9vision.","You have %s unanswered question(s) and have %s item(s) marked for review.":"Vous avez %s question(s) non r\u00e9pondues et avez %s \u00e9l\u00e9ment(s) marqu\u00e9s pour r\u00e9vision.","You have %s unanswered question(s).":"Vous avez %s question(s) non r\u00e9pondues.","You must activate JavaScript in your browser to run this application.":"JavaScript doit \u00eatre activ\u00e9 dans votre navigateur pour lancer cette applcation","Your comment\u2026":"Votre commentaire\u2026"} \ No newline at end of file +{" and ":" et "," has been deleted successfully":" a \u00e9t\u00e9 supprim\u00e9 avec succ\u00e8s."," next":" suivant"," requires a subgrid adapter":" requiert un adaptateur de sous-grille","%d day":"%d jour","%d days":"%d jours","%h hour":"%h heure","%h hours":"%h heures","%i minute":"%i minute(s)","%i minutes":"%i\u00a0minute(s)","%m month":"%m mois","%m months":"%m mois","%s (%s kb)":"%s (%s kb)","%s Class saved":"%s Classe sauvegard\u00e9e","%s could not be released":"%s n\u0027a pu \u00eatre lib\u00e9r\u00e9","%s extension(s) to install.":"%s extension(s) \u00e0 installer.","%s has been deleted":"%s a \u00e9t\u00e9 supprim\u00e9","%s has been released":"%s a \u00e9t\u00e9 lib\u00e9r\u00e9","%s is of a type that cannot be published":"%s est dans un format qui n\u0027a pas pu \u00eatre publi\u00e9","%s Locked":"%s verrouill\u00e9","%s\u0022 is not a valid index identifier. It must start with a letter and contain letters, numbers or underscores only":"%s n\u0027est pas un identifiant d\u0027index valide. Celui-ci devrait d\u00e9buter par un caract\u00e8re alphab\u00e9tique et contenir soit des caract\u00e8res, des nombres ou des barre de soulign\u00e9 uniquement. ","%y year":"%y ann\u00e9e","%y years":"%y ann\u00e9es","(empty)":"(vide)","... reloading page.":"... rechargement de la page.","Filters<\/del>":"Filtres<\/del>","Options<\/del>":"Options<\/del>","> Extension %s succesfully installed.":"> Extension %s install\u00e9e avec succ\u00e8s.","> Installation done.":"> Installation termin\u00e9e.","A fatal error occured during the installation process.":"Une erreur fatale s\u0027est produite pendant l\u0027installation.","A message with further instructions has been sent to your email address: %s":"Un message avec des instructions a \u00e9t\u00e9 envoy\u00e9e vers votre adresse courriel: %s","A QTI Item involved in the QTI Test \u0027%s\u0027 could not be compiled.":"Un item QTI contenu dans le test QTI \u0027%s\u0027 n\u0027a pas p\u00fb \u00eatre compil\u00e9","A QTI Test must contain at least one QTI Item to be compiled. None found.":"Un test QTI doit contenir au un item QTI pour \u00eatre compil\u00e9. Aucun trouv\u00e9","A qti testpackage":"Un paquet test QTI","A remote resource referenced in QTI test \u0027%s\u0027 could not be retrieved.":"Une resource distante incluse dans le test \u0027%s\u0027 n\u0027a pas pu \u00eatre obtenue","A response to every question in this item is required.":"Une r\u00e9ponse pour chaque question de cet item est requise","A response to this item is required.":"R\u00e9ponse obligatoire. Vous devez r\u00e9pondre \u00e0 cette question pour poursuivre.","A valid response to this item is required.":"Une r\u00e9ponse valide est attendue \u00e0 cette question","Access Denied":"Acc\u00e8s refus\u00e9","Access denied. Please renew your authentication!":"Acc\u00e8s refus\u00e9. Veuillez renouveler votre authentification !","Actions":"Actions","Add":"Ajouter","Add a CSV file":"Ajouter un fichier CSV","Add a user":"Ajouter un utilisateur","Add an RDF\/XML file":"Ajouter un fichier RDF\/XML","Add file(s)":"Ajouter un ou des fichier(s)","Add property":"Ajouter une propri\u00e9t\u00e9","Add the source file":"Ajouter le fichier source","After you complete the section it would be impossible to return to this section to make changes. Are you sure you want to end the section?":"Apr\u00e8s avoir compl\u00e9t\u00e9 la section, il ne sera pas possible d\u0027y retourner pour apporter des modifications. \u00cates-vous certain de vouloir terminer la section?","all":"tout","All data will be removed in %s":"Toutes les donn\u00e9es vont \u00eatre supprim\u00e9es dans %s","All fields are required":"Tous les champs sont requis","All rights reserved.":"Tous droits r\u00e9serv\u00e9s.","Alpha version":"Version alpha","An email has been sent":"Un courriel vous a \u00e9t\u00e9 envoy\u00e9","An error occurred!":"Une erreur s\u0027est produite!","An error occurs, please contact your administrator":"Une erreur s\u0027est produite, veuillez communiquer avec votre administrateur","An item involved in the test cannot be read or is not QTI compliant.":"Un item impliqu\u00e9 dans le test ne peut \u00eatre lu ou n\u0027est pas conforme \u00e0 QTI.","An item involved in the test cannot be written.":"Un item impliqu\u00e9 dans le test ne peut \u00eatre \u00e9crit.","An unknown error occured while compiling QTI test \u0027%s\u0027.":"Une erreur inconnue s\u0027est produite pendant la compilation du QTI test \u0027%s\u0027. ","Answered":"R\u00e9pondu","Are you sure to delete the versioned resource?\nThe history will be lost as well.":"\u00cates-vous s\u00fbr de vouloir supprimer la ressource versionn\u00e9e ?\nL\u0027historique sera \u00e9galement perdu.","Are you sure you want to delete it?":"\u00cates-vous s\u00fbr(e) de vouloir le supprimer ?","Are you sure you want to end the test?":"\u00cates-vous certain de vouloir terminer le test?","Assign User to role":"Assigner l\u0027utilisateur \u00e0 un r\u00f4le","Assign Users":"Assigner les utilisateurs","Author":"Auteur","Author Item":"Cr\u00e9er l\u0027item","Authoring":"\u00c9diteur","Available Extensions":"Extensions disponibles","Back to listing":"Retour au r\u00e9f\u00e9rencement","Beta version":"Version b\u00eata","Browse folders:":"Parcourir les dossiers:","Browse...":"Naviguer...","Calendar":"Calendrier","Cancel":"Annuler","Candidate":"Candidat","Cannot be edited":"Ne peut \u00eatre modifi\u00e9","Change password":"Changer le mot de passe","Change the password":"Modifier le mot de passe","Check All":"Cocher Tout","Check all":"Cocher tout","Choose export format":"Format d\u0027export","Choose import format":"Format d\u0027import","class selected":"classe s\u00e9lectionn\u00e9e","Collapse the review panel":"Fermer le panneau de r\u00e9vision","Column":"Colonne","Combine a selection of items into tests.":"Combiner une s\u00e9lection d\u0027items en tests.","Comment":"Commentaire","Completed items":"\u00c9l\u00e9ments compl\u00e9t\u00e9s","Confirm":"Confirmer","Connect to the TAO platform":"Connexion \u00e0 la plate-forme TAO","Continue":"Continuer","Create":"Cr\u00e9er","Create and design items and exercises.":"Concevoir des items et exercices.","Create instance of ":"Cr\u00e9er une instance de ","CSV":"CSV","CSV Options":"Options CSV","Current language":"Langue courante","Data imported":"Importation des donn\u00e9es","Data imported successfully":"Donn\u00e9es import\u00e9es avec succ\u00e8s.","Data Language":"Langue des donn\u00e9es","Data language":"Langue des donn\u00e9es","Date":"Date","Define the default values":"D\u00e9finir les valeurs par d\u00e9faut","Delete":"Supprimer","Deliveries":"Passations","Deliveries library":"Biblioth\u00e8que de passations","Demo Sandbox":"D\u00e9monstration","Do you wish to install the following extension(s):\n%s?":"Souhaitez-vous installer le(s) extension(s) suivante(s) :\n%s ?","does not match":"Ne correspond pas","Don\u0027t set":"Ne pas ins\u00e9rer","Download":"T\u00e9l\u00e9charger","Download this file":"T\u00e9l\u00e9charger ce fichier","Drag file here":"Glisser le fichier ici","Drag files here":"Glisser le fichier ici","Drop the files to upload":"Choisissez des fichiers \u00e0 envoyer","Duplicate":"Dupliquer","Edit":"\u00c9diter","Edit a user":"\u00c9diter un utilisateur","Edit Instance":"Modifier Instance","Element":"\u00c9l\u00e9ment","Element deleted.":"\u00c9l\u00e9ment supprim\u00e9.","Email":"Email","End test":"Terminer le test","End Test":"Terminer le Test","Enter":"Entr\u00e9e","Error":"Erreur","Error during file import":"Erreur pendant l\u0027import du fichier.","Exclusive (OR)":"Exclusif (OU)","Expand the review panel":"Agrandir le panneau de r\u00e9vision","Export":"Exporter","Export ":"Export","Export Metadata as RDF\/XML file":"Expoter les m\u00e9tadonn\u00e9es comme un fichier RDF\/XML","Extensions manager":"Gestionnaire d\u0027extensions","Field delimiter":"S\u00e9parateur de champ","Field encloser":"Cl\u00f4ture de champ","File":"Fichier","File name":"Nom de fichier","File Properties":"Propri\u00e9t\u00e9s du fichier","file selected":"S\u00e9lectionner le fichier","File Uploader":"T\u00e9l\u00e9chargeur de fichier","files selected":"fichiers s\u00e9lectionn\u00e9s","Filter":"Filtrer","Filtering mode":"Mode de filtrage","First Name":"Pr\u00e9nom","First row column names":"Noms de colonne en premi\u00e8re ligne","Flagged":"Signal\u00e9","Force Release":"Forcer la publication","Go Back":"Revenir","Height":"Hauteur","Hide detailed report":"Cacher le rapport d\u00e9taill\u00e9","Hide the review screen":"Masquer l\u0027\u00e9cran de r\u00e9vision","Hide timers":"Cacher les timers","hours":"heures","Import":"Importer","Import ":"Import","Import Metadata from CSV file":"Importer des m\u00e9ta-donn\u00e9es \u00e0 partir d\u0027un fichier CSV","Import Metadata from RDF file":"Importer des m\u00e9ta-donn\u00e9es \u00e0 partir d\u0027un fichier RDF","In this part of the test navigation is not allowed.":"Dans cette partie du test, la navigation n\u0027est pas permise.","Inclusive (AND)":"Inclusif (ET)","Individual":"Individuel","Install":"Installer","Installation done.":"Installation termin\u00e9e.","Installation...":"Installation...","Installed Extensions":"Extensions install\u00e9es","Installing extension %s...":"Installation de l\u0027extension %s...","Instance saved":"Instance enregistr\u00e9e","Interface language":"Langue de l\u0027interface","Interface Language":"Langue de l\u0027interface","Invalid field length":"La longueur du champ est invalide","Invalid file type!":"Type de fichier invalide","Invalid login or password. Please try again.":"Identifiant ou mot de passe invalide. Veuillez r\u00e9essayer.","invalid regular expression":"Expression r\u00e9guli\u00e8re non valide","Item \u0022%s\u0022 is completed.":"L\u0027\u00e9l\u00e9ment \u0022%s\u0022 est termin\u00e9.","Item %d of %d":"\u00c9l\u00e9ment %d de %d","Items":"\u00c9l\u00e9ments","Items library":"Banque d\u0027items","Items marked for later review":"\u00c9l\u00e9ments marqu\u00e9s pour r\u00e9vision ult\u00e9rieure","Label":"Libell\u00e9","Language":"Langue","Last Name":"Nom","Leave a comment":"Laissez un commentaire","less than a minute":"Moins d\u0027une minute","List":"Liste","List - Multiple choice - Check box":"Liste - Choix multiple - Case \u00e0 cocher","List - Single choice - Drop down":"Liste - Choix unique - Liste d\u00e9roulante","List - Single choice - Radio button":"Liste - Choix multiple - Bouton radio","Loaded":"Charg\u00e9","Loaded at Startup":"Charg\u00e9 au D\u00e9marrage","Log in":"Se connecter","Log Out":"Se d\u00e9connecter","Login":"Identifiant","Login available":"Identifiant disponible","Manage data list":"Gestion des listes","Manage items":"Gestion des items","Manage roles":"G\u00e9rer les r\u00f4les","Manage Roles and apply them to users.":"G\u00e8re des R\u00f4les et les applique aux utilisateurs.","Manage test takers":"Gestion des participants","Manage tests":"Gestion des tests","Manage users":"G\u00e9rer les utilisateurs","Manage Versioned File":"G\u00e9rer les fichiers versionn\u00e9s","Map the properties to the CSV columns":"Choisissez les propri\u00e9t\u00e9s relatives aux colonnes CSV","Mark for review":"Marquer pour r\u00e9vision","Maximum duration for the all test.":"Dur\u00e9e maximale pour l\u0027ensemble du test.","Maximum duration for this item.":"Dur\u00e9e maximale pour cet \u00e9l\u00e9ment.","Maximum duration for this section.":"Dur\u00e9e maximale pour cette section.","Maximum duration for this test part.":"Dur\u00e9e maximale pour cette partie de test.","Minimum Duration":"Dur\u00e9e minimale","Minimum duration for the test.":"Dur\u00e9e minimale pour le test.","Minimum duration for this item.":"Dur\u00e9e minimale pour cet \u00e9l\u00e9ment.","Minimum duration for this section.":"Dur\u00e9e minimale pour cette section.","Minimum duration for this test part.":"Dur\u00e9e minimale pour cette partie de test.","minutes":"minutes","More":"Plus","Move":"D\u00e9placer","Move to":"D\u00e9placer vers","Moving this element will replace the properties of the previous class by those of the destination class :":"En bougeant cet \u00e9l\u00e9ment, les propri\u00e9t\u00e9s de la classe pr\u00e9c\u00e9dente seront remplac\u00e9es par ceux de la classe de destination :","Multiple values delimiter":"D\u00e9limiteur de valeurs multiples","My settings":"Mes param\u00e8tres","My settings (%s)":"Mes param\u00e8tres (%s)","Name":"Nom","Navigation":"Navigation","New class":"Cr\u00e9er classe","New delivery":"Nouvelle passation","New password":"Nouveau mot de passe","New role":"Nouveau r\u00f4le","New test":"Cr\u00e9er test","New test-taker":"Cr\u00e9er participant","Next":"Suivant","Next Section":"Suivant Section","No":"Non","No extensions available.":"Pas d\u0027extension disponible.","no file not found in this location":"pas de fichier trouv\u00e9 \u00e0 cette endroit","No file selected":"Pas de fichier s\u00e9lectionn\u00e9","No files":"Aucun fichier","no label":"sans \u00e9tiquette","No more attempts allowed for item \u0022%s\u0022.":"Une tentative sur l\u0027\u00e9l\u00e9ment \u0022%s\u0022 n\u0027est plus permise.","Non Linear":"Non lin\u00e9aire","Nothing imported":"Aucune donn\u00e9e n\u0027a \u00e9t\u00e9 import\u00e9e","Nothing to install !":"Rien \u00e0 installer !","Number of elements":"Nombre d\u0027\u00e9l\u00e9ments","of":"de","OK":"Ok","Ok":"Ok","OK & End test":"Ok et Terminer le test","Old Password":"Ancien mot de passe","Only display the items marked for review":"Afficher seulement les \u00e9l\u00e9ments marqu\u00e9s pour r\u00e9vision","Only display the unanswered items":"Afficher seulement les \u00e9l\u00e9ments non r\u00e9pondus","or":"ou","Ordering":"Commander","Page":"Page","Part %d":"Partie %d","Password":"Mot de passe","Password changed":"Mot de pass\u00e9 modifi\u00e9","Passwords are not matching":"Les mots de passe ne correspondent pas","Please confirm deletion":"Veuillez confirmer la suppression.","Please confirm property deletion!":"Veuillez confirmer la suppression de la propri\u00e9t\u00e9","Please confirm this operation.":"Veuillez confirmer cette op\u00e9ration.","Please wait while we try to restore the connection.":"Veuillez attendre pendant que nous essayons de restaurer la connexion.","Post install processing":"Traitement apr\u00e8s installation","Prepare, publish deliveries sessions.":"Pr\u00e9parer, publier des sessions de passations.","Preparing installation...":"Pr\u00e9paration de l\u0027installation...","Preview":"Aper\u00e7u ","Previous":"Pr\u00e9c\u00e9dent","Proctor":"Surveillance","Properties":"Propri\u00e9t\u00e9s","RDF":"RDF","Record and manage test takers.":"Enregistrer et g\u00e9rer les participants.","Release":"Publication","Remove":"Supprimer","Remove Message":"Enlever ce message","Remove this file":"Supprimer ce fichier","Rename":"Renommer","Repeat new password":"R\u00e9p\u00e9tition du nouveau mot de passe","Required":"Champs obligatoires","Required field":"Champs requis","required length":"taille requise","Requires":"N\u00e9cessite","Reset":"R\u00e9initialiser","Resource":"Ressource","Resource not imported due to multiple super classes":"La ressource n\u0027a pas pu \u00eatre importer a cause de la pr\u00e9sence de plusieurs super-classes","Resource not imported due to multiple types":"La ressource n\u0027a pas pu \u00eatre importer a cause de la pr\u00e9sence de plusieurs types","Resource saved":"Ressource enregistr\u00e9e","Responsive mode":"Mode r\u00e9actif","Review":"R\u00e9vision","Right click the tree to manage your lists":"Utilisez le clic droit pour g\u00e9rer vos listes","Role saved":"R\u00f4le enregistr\u00e9","Roles":"R\u00f4les","Roles library":"Biblioth\u00e8que de r\u00f4les","Save":"Enregistrer","Scope":"Etendue","Search":"Rechercher","Search sub-classes":"Chercher des sous-classes","seconds":"secondes","select":"choisir","Select":"S\u00e9lectionner","Select a language":"S\u00e9lectionner un langage","Select this file":"S\u00e9lectionner le fichier","Selected file:":"Fichier s\u00e9lectionn\u00e9 :","Selection saved successfully":"S\u00e9lection enregistr\u00e9e avec succ\u00e8s","Send":"Envoyer","Settings":"R\u00e9glages","Settings updated":"R\u00e9glages mis \u00e0 jour","Show detailed report":"Montrer le d\u00e9tail du rapport","Show Solution":"Montrer la solution","Show the review screen":"Montrer l\u0027\u00e9cran de r\u00e9vision","Show\/Hide the review screen":"Montrer\/Masquer l\u0027\u00e9cran de r\u00e9vision","Shuffle":"M\u00e9langer","Size":"Taille","Skip":"Sauter","Skip & End Test":"Sauter & Terminer le Test","Skip and end test":"Terminer le test et fin","Skip and go to the end of the test":"Passer et aller \u00e0 la fin du test","Skip and go to the next item":"Passer et passer \u00e0 l\u0027\u00e9l\u00e9ment suivant","Skip to the end of the test":"Sauter \u00e0 la fin du test","Skip to the next item":"Sauter au suivant \u00e9l\u00e9ment","Skip to the next section":"Sauter \u00e0 la suivant section","Start Test-part":"Commencer la partie du test","Submission":"Envoyer","Submit and go to the end of the test":"Envoyer et aller \u00e0 la fin du test","Submit and go to the next item":"Envoyer et aller au suivant \u00e9l\u00e9ment","Submit and go to the previous item":"Envoyer et aller \u00e0 l\u0027\u00e9l\u00e9ment ant\u00e9rieur","Success":"Succ\u00e8s","Supported export formats":"Formats d\u0027export support\u00e9s","TAO Home":"Menu principal TAO","TAO Login":"Connexion \u00e0 TAO","Test":"Test","Test Saved":"Test enregistr\u00e9","Test status":"Statut du test","Test takers library":"Participants","Test-takers":"Participants","Tests":"Tests","Tests library":"Tests","Text - Long - Box":"Texte - Long - Bo\u00eete","Text - Long - HTML editor":"Texte - Long - \u00c9diteur HTML","Text - Short - Field":"Texte - Long - Champ","The column ":"La colonne ","The lock has been released":"Le verrou a \u00e9t\u00e9 supprim\u00e9","The QTI test could not be retrieved correctly.":"Le test QTI n\u0027a pu \u00eatre r\u00e9cup\u00e9r\u00e9 correctement.","The QTI-XML test could not be written correctly.":"Le test QTI-XML n\u0027a pu \u00eatre \u00e9crit correctement.","The test has been closed\/suspended!":"Le test a \u00e9t\u00e9 ferm\u00e9 \/ suspendu!","The value of this field must be a valid date format, e.g. YYYY-MM-DD":"La valeur de ce champs doit \u00eatre format\u00e9e telle une date valide, ex. AAAA-MM-JJ","The value of this field must be an integer":"La valeur de ce champ doit \u00eatre un nombre entier.","The value of this field must be numeric":"La valeur de ce champ doit \u00eatre num\u00e9rique","This field is required":"Ce champ est requis.","This field is too long":"Ce champ est trop long.","This field is too short":"Ce champ est trop court.","this is required":"ceci est obligatoire","This Login is already in use":"Cet identifiant est d\u00e9j\u00e0 utilis\u00e9","This resource is locked":"La ressource est verrouill\u00e9e","This role is still given to one or more users. Please remove the role to these users first.":"Ce r\u00f4le est encore affect\u00e9 \u00e0 un ou plusieurs utilisateurs. Veuillez d\u0027abord retirer le r\u00f4le pour ce(s) utilisateur(s).","This test has been suspended":"Ce test a \u00e9t\u00e9 suspendu","This test has been terminated":"Ce test a pris fin","Time limit reached for item \u0022%s\u0022.":"Limite de temps atteinte pour l\u0027\u00e9l\u00e9ment \u0022%s\u0022.","Time limit reached, this part of the test has ended.":"Limite de temps atteinte, cette partie du test s\u0027est termin\u00e9e.","Time Remaining":"Dur\u00e9e Restant","Time zone":"Fuseau horaire","to translate":"Non traduite","Translate":"Traduire","Translate to":"Traduire en","Translation parameters":"Param\u00e8tres de la traductions","Translation saved":"Traduction enregistr\u00e9e","Type":"Type","Unable to change passwords in demo mode":"Impossible de changer les mots de passe en mode d\u00e9monstration","Unable to delete the selected resource":"Autoriser la suppression de la ressource s\u00e9lectionn\u00e9e","Unable to release the lock":"Autoriser la publication de la serrure","Unable to upload file":"Autoriser le t\u00e9l\u00e9chargement du fichier","Unanswered":"Non r\u00e9pondu","Unanswered items":"\u00c9l\u00e9ments non r\u00e9pondus","Uncheck all":"D\u00e9cocher tout","Uncheck All":"D\u00e9cocher tout","Undo":"Annuler une action","unknown":"inconnu","Unknown Error":"Erreur Inconnue","Unknown error.":"Erreur inconnue.","Upload":"T\u00e9l\u00e9verser","Upload a QTI 2.1 Test Package File":"Envoyer un fichier paquet de test QTI 2.1","Upload into:":"Envoyer vers\u00a0:","Use default value":"Utiliser la valeur par d\u00e9faut","User":"Utilisateur","User added":"Utilisateur ajout\u00e9","User deleted successfully":"Utilisateur supprim\u00e9 avec succ\u00e8s.","User saved":"Utilisateur enregistr\u00e9","User Settings":"Param\u00e8tres Utilisateur","Users":"Utilisateurs","Version":"Version","Viewed":"Vu","Viewed items":"\u00c9l\u00e9ments vus","Views":"Vues","Visible":"Visible","Warning \u2013 You have %s remaining to complete the test.":"Avertissement \u2013 Il vous reste %s pour compl\u00e9ter le test.","Warning \u2013 You have %s remaining to complete this item.":"Avertissement - Vous avez %s restant pour compl\u00e9ter cet \u00e9l\u00e9ment.","Warning \u2013 You have %s remaining to complete this section.":"Avertissement - Vous avez %s restant pour compl\u00e9ter cette section.","Warning \u2013 You have %s remaining to complete this test part.":"Avertissement - Vous avez %s restant pour compl\u00e9ter cette partie de test.","Width":"Largeur","Yes":"Oui","You are encountering a prolonged connectivity loss. ":"Vous rencontrez une perte de connectivit\u00e9 prolong\u00e9e.","You are not authorised to remove this lock":"Vous n\u0027\u00eates pas autoris\u00e9 \u00e0 supprimer cette fermeture","You cannot delete the root node":"Vous ne pouvez pas supprimer le noeud de la racine","You currently have no access to the platform":"Vous n\u0027avez actuellement pas acc\u00e8s \u00e0 la plate-forme","You have %s item(s) marked for review.":"Vous avez %s \u00e9l\u00e9ment(s) marqu\u00e9s pour r\u00e9vision.","You have %s unanswered question(s) and have %s item(s) marked for review.":"Vous avez %s question(s) non r\u00e9pondues et avez %s \u00e9l\u00e9ment(s) marqu\u00e9s pour r\u00e9vision.","You have %s unanswered question(s).":"Vous avez %s question(s) non r\u00e9pondues.","You must activate JavaScript in your browser to run this application.":"JavaScript doit \u00eatre activ\u00e9 dans votre navigateur pour lancer cette applcation","Your comment\u2026":"Votre commentaire\u2026"} \ No newline at end of file diff --git a/locales/fr-CA/qtiCat.rdf.po b/locales/fr-CA/qtiCat.rdf.po index bee97fc513..dc0ca92d4b 100644 --- a/locales/fr-CA/qtiCat.rdf.po +++ b/locales/fr-CA/qtiCat.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint155\n" -"PO-Revision-Date: 2021-06-02T12:02:16\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:20\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: fr-CA\n" diff --git a/locales/fr-CA/qtitest.rdf.po b/locales/fr-CA/qtitest.rdf.po index 49cd310519..9e871fd259 100644 --- a/locales/fr-CA/qtitest.rdf.po +++ b/locales/fr-CA/qtitest.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint155\n" -"PO-Revision-Date: 2021-06-02T12:02:16\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:20\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: fr-CA\n" diff --git a/locales/fr-CA/taoQtiTestItemRunner.rdf.po b/locales/fr-CA/taoQtiTestItemRunner.rdf.po index 5c7c057c4f..39cd7231f8 100644 --- a/locales/fr-CA/taoQtiTestItemRunner.rdf.po +++ b/locales/fr-CA/taoQtiTestItemRunner.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint155\n" -"PO-Revision-Date: 2021-06-02T12:02:16\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:20\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: fr-CA\n" diff --git a/locales/fr-FR/messages.po b/locales/fr-FR/messages.po index 133227c866..77e3ef6349 100644 --- a/locales/fr-FR/messages.po +++ b/locales/fr-FR/messages.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint155\n" -"PO-Revision-Date: 2021-06-02T16:55:47\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:20\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: fr-FR\n" @@ -22,6 +22,9 @@ msgstr "" msgid "(Visual) Highlight Text" msgstr "" +msgid "A concurrent delivery has been detected. Please use the last open session. The present window can be closed." +msgstr "Un test concurrent a été lancé dans une autre page pour le même utilisateur. La présente page a été mise en pause et peut être fermée." + msgid "A QTI Item involved in the QTI Test '%s' could not be compiled." msgstr "Un item QTI contenu dans le test QTI '%s' n'a pas pû être compilé" @@ -46,6 +49,9 @@ msgstr "Une réponse valide est demandée pour cet item." msgid "A visible section is one that is identifiable by the candidate." msgstr "Une section visible est celle identifiable par le candidat." +msgid "Accessibility tool that enables Test Taker to have the item content read aloud." +msgstr "" + msgid "Activated" msgstr "Activé" @@ -58,6 +64,9 @@ msgstr "Ajouter un fichier zip contenant des tests et des items QTI/APIP" msgid "Add selected item(s) here." msgstr "Ajouter le ou les items sélectionnés ici." +msgid "Add Subsection" +msgstr "" + msgid "Add the source file" msgstr "Ajouter le fichier source" @@ -223,6 +232,15 @@ msgstr "Noir sur Mauve" msgid "Black on White" msgstr "Noir sur Blanc" +msgid "Bookmark question" +msgstr "" + +msgid "Bookmark the current question for later review" +msgstr "" + +msgid "Bookmarked question %s" +msgstr "" + msgid "Calculator" msgstr "Calculatrice" @@ -361,6 +379,9 @@ msgstr "Étiquette affichée" msgid "Displays a customisable magnifier" msgstr "Afficher une loupe personnalisable" +msgid "Do not bookmark the current question for later review" +msgstr "" + msgid "Do not flag the current item for later review" msgstr "Ne pas signaler l'item courant pour une revue tardive" @@ -406,10 +427,10 @@ msgstr "Permet l'écran de passage en revue de l'item / le navigateur." msgid "Enables skipping to items within this section. Requires the review screen option." msgstr "Permet le saut vers les items à l'intérieur de cette section. Demande l'option revue écran." -msgid "End test" +msgid "End Test" msgstr "Finir le test" -msgid "End Test" +msgid "End test" msgstr "Finir le test" msgid "Enter a blueprint" @@ -432,12 +453,21 @@ msgstr "Erreur trouvée dans le test IMS QTI : \n" msgid "Expand the review panel" msgstr "Ouvrir le panneau de revu" +msgid "Export" +msgstr "" + msgid "Export failed for the test \"%s" msgstr "L'export a échoué pour le test \"%s" +msgid "Export failed. Key uri nor classUri in formValues are not defined" +msgstr "" + msgid "Export metadata" msgstr "Exporter métadonnées" +msgid "Export QTI %s Test Package" +msgstr "" + msgid "Export QTI 2.1 Test Package" msgstr "Exporter le paquet de test QTI 2.1" @@ -507,6 +537,9 @@ msgstr "Gris sur Vert" msgid "Hide Review" msgstr "Cacher la revue" +msgid "Hide test overview panel" +msgstr "" + msgid "Hide the review screen" msgstr "Cacher l'écran de revue" @@ -558,6 +591,9 @@ msgstr "Si l'option catégorie est mise, le score sera également traité par ca msgid "If the connection cannot be restored, see option B." msgstr "" +msgid "If you leave the test, your changes will not be saved due to invalid test settings. Are you sure you wish to leave?" +msgstr "" + msgid "If you need help, please contact our Helpline on 0330 088 4171." msgstr "" @@ -591,6 +627,9 @@ msgstr "Inconsistence à la ligne %1d :" msgid "Individual" msgstr "Individuel" +msgid "Informational item" +msgstr "" + msgid "Informational Item Usage" msgstr "Utilisation d'item informationnel" @@ -630,12 +669,12 @@ msgstr "" msgid "Item Session Control" msgstr "Contrôle de session de l'item" -msgid "items" -msgstr "articles" - msgid "Items" msgstr "Articles" +msgid "items" +msgstr "articles" + msgid "Items can optionally be assigned to one or more categories." msgstr "Les items peuvent en option être assignés à une ou plusieurs catégories." @@ -763,12 +802,15 @@ msgstr "Durée minimale pour cette partie de test." msgid "minutes" msgstr "" -msgid "Missed required parameter \'id\" +msgid "Missed required parameter \'id\'" msgstr "" msgid "Missed test package file" msgstr "Fichier de paquet de test manqué" +msgid "Missing filename for QTI Test export" +msgstr "" + msgid "Missing required configuration option %s" msgstr "" @@ -817,12 +859,18 @@ msgstr "Section suivante" msgid "No" msgstr "Non" +msgid "NO" +msgstr "" + msgid "No CAT Engine configured for CAT Endpoint \"%s\"." msgstr "Aucun moteur CAT configuré pour le point d'accès CAT \"%s\"." msgid "No file found at location \"%s\"." msgstr "Pas de fichier trouvé à l'emplacement \"%s\"." +msgid "No instance in form to export" +msgstr "" + msgid "No more attempts allowed for item \"%s\"." msgstr "Une tentative sur l'item \"%s\" n'est plus permise." @@ -964,6 +1012,12 @@ msgstr "La publication du test QTI \"%s\" a échoué." msgid "QTI Test \"%s\" successfully published." msgstr "Test QTI \"%s\" publié avec succès." +msgid "QTI Test Metadata" +msgstr "" + +msgid "QTI Test Package %s" +msgstr "" + msgid "QTI Test Package 2.1" msgstr "Paquet de test QTI 2.1" @@ -973,10 +1027,13 @@ msgstr "Paquet de test QTI 2.2" msgid "QTI/APIP Test Content Package" msgstr "Paquet de contenu de test QTI/APIP" +msgid "Question" +msgstr "" + msgid "question" msgstr "" -msgid "Question" +msgid "Question %s" msgstr "" msgid "questions" @@ -1003,6 +1060,9 @@ msgstr "Supprimer le bloc de rubrique" msgid "Remove Section" msgstr "Supprimer la section" +msgid "Remove Subsection" +msgstr "" + msgid "Remove Test Part" msgstr "Supprimer une partie du test" @@ -1018,6 +1078,9 @@ msgstr "Réinitialiser les filtres" msgid "Resource(s) successfully exported." msgstr "Ressource(s) exportée(s) avec succès." +msgid "ResultTransmission event successfully registered" +msgstr "" + msgid "Review" msgstr "Révision" @@ -1048,10 +1111,10 @@ msgstr "Marqueur" msgid "Scoring" msgstr "Notation" -msgid "Scratch pad" +msgid "Scratch Pad" msgstr "Bloc-notes" -msgid "Scratch Pad" +msgid "Scratch pad" msgstr "Bloc-notes" msgid "Scratchpad" @@ -1126,6 +1189,9 @@ msgstr "Montrer le passage en revue" msgid "Show Solution" msgstr "Afficher la solution" +msgid "Show test overview panel" +msgstr "" + msgid "Show the review screen" msgstr "Afficher l'écran de revue" @@ -1234,6 +1300,12 @@ msgstr "Méta-données du test exportées avec succès." msgid "Test Navigation" msgstr "Navigation dans le test" +msgid "Test overview" +msgstr "" + +msgid "Test part level category enables configuring the categories of its composing items all at once. A category in gray means that all items have that category. A category in white means that only a few items have that category." +msgstr "" + msgid "Test Part Properties" msgstr "Propriétés des pièces d'essai" @@ -1262,12 +1334,12 @@ msgstr "Tests" msgid "Text content" msgstr "Contenu du texte" -msgid "Text to Speech" -msgstr "Synthèse vocale" - msgid "Text To Speech" msgstr "" +msgid "Text to Speech" +msgstr "Synthèse vocale" + msgid "that was being taken." msgstr "" @@ -1349,6 +1421,9 @@ msgstr "Le principal identifiant du test." msgid "The provided archive is invalid. Make sure it is not corrupted and that it contains an 'imsmanifest.xml' file." msgstr "L'archive fournie est invalide. Veuillez vous assurer qu'elle n'est pas corrompue et qu'elle contient un fichier 'imsmanifest.xml'." +msgid "The QTI Item with URI '%s' cannot be found." +msgstr "" + msgid "The QTI Test '%s' to be compiled must contain at least 1 QTI Item. None found." msgstr "Le test QTI '%s' à compiler doit contenir au moins un item QTI. Aucun item n'a été trouvé." @@ -1379,6 +1454,14 @@ msgstr "Le titre de section." msgid "The submission mode determines when the candidate's responses are submitted for response processing. A testPart in individual mode requires the candidate to submit their responses on an item-by-item basis. In simultaneous mode the candidate's responses are all submitted together at the end of the testPart." msgstr "Le mode de soumission détermine quand les réponses du candidat sont soumises par traitement de la réponse. Un testPart en mode individuel nécessite que le candidat soumette ses réponses sur une base 'item par item'. En mode simultané les réponses du candidat sont toutes soumises ensemble à la fin du testPart." +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"" +msgstr "" + +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"Please fix the invalid settings and try again." +msgstr "" + msgid "The test has been closed/suspended!" msgstr "Le test a été fermé ou suspendu !" @@ -1596,6 +1679,9 @@ msgstr "Erreur XML à la ligne %1$d, colonne %2$d \"%3$s\"." msgid "Yellow on Blue" msgstr "Jaune sur Bleu" +msgid "YES" +msgstr "" + msgid "Yes" msgstr "Oui" diff --git a/locales/fr-FR/messages_po.js b/locales/fr-FR/messages_po.js index 946eed99c8..b67f56f259 100644 --- a/locales/fr-FR/messages_po.js +++ b/locales/fr-FR/messages_po.js @@ -1 +1 @@ -{" ":" "," AND ":" ET "," and ":" et "," has been deleted successfully":" a \u00e9t\u00e9 supprim\u00e9 avec succ\u00e8s."," is ":" est "," next":" suivant"," requires a subgrid adapter":" requiert un adaptateur de sous-grille","%1$s expected but %2$s detected":"%1$s attendu mais %2$s trouv\u00e9","%d attempts left before your account is locked.":"%d tentatives restantes avant que votre compte soit verrouill\u00e9.","%d day":"%d jour","%d days":"%d jours","%h hour":"%h heure","%h hours":"%h heures","%i minute":"%i minute(s)","%i minutes":"%i\u00a0minute(s)","%m month":"%m mois","%m months":"%m mois","%s %s selected":"%s %s s\u00e9lectionn\u00e9","%s (%s kb)":"%s (%s kb)","%s Class saved":"%s Classe sauvegard\u00e9e","%s classes":"%s classes","%s Confirmation":"%s Confirmation","%s could not be released":"%s n\u0027a pu \u00eatre lib\u00e9r\u00e9","%s created":"%s cr\u00e9\u00e9","%s extension(s) to install.":"%s extension(s) \u00e0 installer.","%s has been deleted":"%s a \u00e9t\u00e9 supprim\u00e9","%s has been released":"%s a \u00e9t\u00e9 lib\u00e9r\u00e9","%s instances":"%s instances","%s is of a type that cannot be published":"%s est dans un format qui n\u0027a pas pu \u00eatre publi\u00e9","%s Locked":"%s verrouill\u00e9","%s\u0022 is not a valid index identifier. It must start with a letter and contain letters, numbers or underscores only":"%s n\u0027est pas un identifiant d\u0027index valide. Celui-ci devrait d\u00e9buter par un caract\u00e8re alphab\u00e9tique et contenir soit des caract\u00e8res, des nombres ou des barre de soulign\u00e9 uniquement. ","%y year":"%y ann\u00e9e","%y years":"%y ann\u00e9es","(empty)":"(vide)","... reloading page.":"... rechargement de la page.","Filters<\/del>":"Filtres<\/del>","Options<\/del>":"Options<\/del>"," %s <\/strong> has been moved to the background.":" %s <\/strong> a \u00e9t\u00e9 d\u00e9plac\u00e9 en arri\u00e8re-plan.","> Extension %s succesfully installed.":"> Extension %s install\u00e9e avec succ\u00e8s.","> Installation done.":"> Installation termin\u00e9e.","a class":"une classe","A date has to be a Datetime or timestamp":"Une date doit \u00eatre une Dateheure ou un horodatage.","A fatal error occured during the installation process.":"Une erreur fatale s\u0027est produite pendant l\u0027installation.","A maintenance status must have a STATUS: \u0022%s\u0022 or \u0022%s":"Un \u00e9tat de maintenance doit avoir un \u00c9TAT : \u0022%s\u0022 ou \u0022%s","A message with further instructions has been sent to your email address: %s":"Un message avec des instructions a \u00e9t\u00e9 envoy\u00e9e vers votre adresse courriel: %s","A QTI Item involved in the QTI Test \u0027%s\u0027 could not be compiled.":"Un item QTI contenu dans le test QTI \u0027%s\u0027 n\u0027a pas p\u00fb \u00eatre compil\u00e9","A QTI Test must contain at least one QTI Item to be compiled. None found.":"Un test QTI doit contenir au un item QTI pour \u00eatre compil\u00e9. Aucun trouv\u00e9","A qti testpackage":"Un paquet test QTI","A remote resource referenced in QTI test \u0027%s\u0027 could not be retrieved.":"Une ressource distante r\u00e9f\u00e9renc\u00e9e dans le test QTI \u0027%s\u0027 n\u0027a pu \u00eatre r\u00e9cup\u00e9r\u00e9e.","A response to every question in this item is required.":"Une r\u00e9ponse est demand\u00e9e \u00e0 chaque question de cet item.","A response to this item is required.":"Une r\u00e9ponse est attendue pour cet item.","A valid response to this item is required.":"Une r\u00e9ponse valide est demand\u00e9e pour cet item.","A visible section is one that is identifiable by the candidate.":"Une section visible est celle identifiable par le candidat.","abs":"abs","Absolute value":"Valeur absolue","AC":"AC","Access Denied":"Acc\u00e8s refus\u00e9","Access denied. Please renew your authentication!":"Acc\u00e8s refus\u00e9. Veuillez renouveler votre authentification !","Account status":"\u00c9tat du compte","Action":"Action","Action %s - removed %s positions":"Action %s - %s positions supprim\u00e9es","Action `%s` is not configured in the action queue service":"L\u0027action `%s` n\u0027est pas configur\u00e9e dans le service de file d\u0027attente des actions.","Action was not executed yet":"L\u0027action n\u0027a pas encore \u00e9t\u00e9 ex\u00e9cut\u00e9e.","Actions":"Actions","Activated":"Activ\u00e9","Add":"Ajouter","Add a CSV file":"Ajouter un fichier CSV","add a new weight":"ajouter un nouveau poids","Add a user":"Ajouter un utilisateur","Add a zip file containing QTI\/APIP tests and items":"Ajouter un fichier zip contenant des tests et des items QTI\/APIP","Add an RDF\/XML file":"Ajouter un fichier RDF\/XML","Add Consumer":"Ajouter un consommateur","Add file(s)":"Ajouter un ou des fichier(s)","Add property":"Ajouter une propri\u00e9t\u00e9","Add selected item(s) here.":"Ajouter le ou les items s\u00e9lectionn\u00e9s ici.","Add the source file":"Ajouter le fichier source","Adding search index for %s":"Ajouter l\u0027index de recherche pour %s","Adding the new class has failed":"L\u0027ajout d\u0027une nouvelle classe a \u00e9chou\u00e9.","Adding the new resource has failed":"L\u0027ajout d\u0027une nouvelle ressource a \u00e9chou\u00e9.","Advanced search, add filters":"Recherche avanc\u00e9e, ajout de filtres","After you complete the section it would be impossible to return to this section to make changes. Are you sure you want to end the section?":"Apr\u00e8s avoir compl\u00e9t\u00e9 cette section il sera impossible de revenir pour y effectuer des changements. \u00cates-vous donc certain de vouloir terminer cette section maintenant ?","all":"tout","All":"Tous","All data will be removed in %s":"Toutes les donn\u00e9es vont \u00eatre supprim\u00e9es dans %s","All fields are required":"Tous les champs sont requis","All rights reserved.":"Tous droits r\u00e9serv\u00e9s.","Allow Comment":"Autoriser les commentaires","Allow Review":"Permettre la revue","Allow Section Skipping":"Permettre le saut de section","Allow Skipping":"Autoriser le saut","Allow skipping of the current section.":"Autoriser le saut de la section courante.","Allow the candidate to review his answers.":"Permettre au candidat de revoir ses r\u00e9ponses.","Allow the test-taker to eliminate \/ strikethrough answers in choice interactions.":"Permettre au participant d\u0027\u00e9liminer les r\u00e9ponses barr\u00e9es dans les interactions de type choix.","Allow the test-taker to highlight parts of the item text.":"Permettre au participant de mettre en \u00e9vidence des parties du texte de l\u0027item.","Allow the test-taker to mask and unmask answers in choice interactions.":"Permettre au participant de masquer et d\u00e9masquer des r\u00e9ponses dans les interactions de type choix.","Allow the test-taker to mask parts of the item with a movable mask.":"Permet au participant de masquer des parties de l\u0027item avec un masque amovible.","Allow the test-taker to use a basic calculator.":"Permet au participant d\u0027utiliser une calculatrice basique.","Allow the test-taker to use a calculator respecting the order of operations (BODMAS).":"Permettre au participant d\u0027utiliser une calculatrice respectant l\u0027ordre des op\u00e9rations (BODMAS).","Allow the test-taker to use a movable magnifier tool.":"Permet au participant d\u0027utiliser une loupe amovible.","Allow the test-taker to use a scientific calculator.":"Permettre au participant d\u0027utiliser une calculatrice scientifique.","Allow the test-taker to visually isolate a line of text.":"Permet au participant d\u0027isoler visuellement une ligne de texte.","Allows Test-taker to zoom in and out the item content.":"Permettre au participant d\u0027utiliser le zoom sur le contenu de l\u0027item.","Alpha version":"Version alpha","Also compute the score per categories":"Effectuer \u00e9galement le traitement par cat\u00e9gories","An email has been sent":"Un courriel vous a \u00e9t\u00e9 envoy\u00e9","An error occured while retrieving items":"Une erreur s\u0027est produite lors de la r\u00e9cup\u00e9ration des items.","An error occurred during results submission. Please retry.":"Une erreur inconnue s\u0027est produite pendant la soumission des r\u00e9sultats. Veuillez r\u00e9essayer.","An error occurred during the test initialization!":"Une erreur s\u0027est produite lors de l\u0027initialisation du test !","An error occurred during the test, please content your administrator.":"Une erreur s\u0027est produite lors du test, veuillez contacter votre administrateur.","An error occurred during user deletion":"Une erreur s\u0027est produite lors de la suppression d\u0027un utilisateur.","An error occurred!":"Une erreur s\u0027est produite !","An error occurs, please contact your administrator":"Une erreur s\u0027est produite, veuillez contacter votre administrateur.","An exception occured while running \u0022%s":"Une erreur d\u0027est produite lors du lancement de %s.","an instance":"une instance","An invisible section with a parent that is subject to shuffling can specify whether or not its children, which will appear to the candidate as if they were part of the parent, are shuffled as a block or mixed up with the other children of the parent section.":"Une section invisible avec un parent qui est sujet au m\u00e9lange peut sp\u00e9cifier si ses enfants -- qui appara\u00eetront au candidat comme s\u0027ils faisaient partie du parent -- seront m\u00e9lang\u00e9s comme un bloc ou avec les autres enfants de la section parente.","An item involved in the test cannot be read or is not QTI compliant.":"Un item impliqu\u00e9 dans le test ne peut \u00eatre lu ou n\u0027est pas conforme \u00e0 QTI.","An item involved in the test cannot be written.":"Un item impliqu\u00e9 dans le test ne peut \u00eatre \u00e9crit.","An unknown error occured while compiled QTI Test \u0027%s\u0027.":"Une erreur inconnue s\u0027est produite pendant la compilation du test QTI \u0027%s\u0027.","An unknown error occured while compiling QTI test \u0027%s\u0027.":"Une erreur inconnue s\u0027est produite pendant la compilation du QTI test \u0027%s\u0027. ","and flagged %s of them":"et marqu\u00e9 %s d\u0027entre eux","and you flagged %s item(s) that you can review now":"et vous avez signal\u00e9 %s item(s) que vous pouvez maintenant revoir.","Ans":"Ans","Answer Eliminator":"\u00c9liminateur de r\u00e9ponse","Answer Masking":"Masquage de r\u00e9ponse","Answered":"R\u00e9pondu","Apply":"Appliquer","Arc cosine":"Arc cosinus","Arc sine":"Arc sinus","Arc tangent":"Arc tangente","Archived":"Archiv\u00e9","Are you sure to delete the versioned resource?\nThe history will be lost as well.":"\u00cates-vous s\u00fbr de vouloir supprimer la ressource versionn\u00e9e ?\nL\u0027historique sera \u00e9galement perdu.","Are you sure you want to clear your answer and go to the next item? You will not be able to go back and provide an answer.":"\u00cates-vous certain de vouloir effacer votre r\u00e9ponse et d\u0027aller \u00e0 l\u0027item suivant ? Il ne vous sera pas possible de revenir en arri\u00e8re et de founir une r\u00e9ponse par la suite.","Are you sure you want to delete it?":"\u00cates-vous s\u00fbr(e) de vouloir le supprimer ?","Are you sure you want to end the test?":"\u00cates-vous s\u00fbr de vouloir terminer le test ?","Are you sure you want to go to the next item? You will not be able to go back and change your answer.":"\u00cates-vous certain de vouloir aller \u00e0 l\u0027item suivant ? Il ne vous sera pas possible de revenir en arri\u00e8re et de founir une r\u00e9ponse par la suite.","Are you sure you want to go to the next item? You will not be able to go back and provide an answer.":"\u00cates-vous certain de vouloir aller \u00e0 l\u0027item suivant ? Il ne vous sera pas possible de revenir en arri\u00e8re et de founir une r\u00e9ponse par la suite.","Are you sure you want to go to the next item? You will not be able to go back.":"\u00cates-vous certain de vouloir aller \u00e0 l\u0027item suivant ? Il ne vous sera pas possible de revenir en arri\u00e8re.","Area Masking":"Masquage de zone","Arguments separator":"S\u00e9parateur d\u0027arguments","Assessment Activity":"Activit\u00e9 de l\u0027\u00e9valuation","Assets":"Actifs","Assign":"Assigner","Assign User to role":"Assigner l\u0027utilisateur \u00e0 un r\u00f4le","Assign Users":"Assigner les utilisateurs","Associate a blueprint to a section allow you to validate this section against the specified blueprint.":"Associer un plan \u00e0 une section vous permet de valider cette section par rapport au plan sp\u00e9cifi\u00e9.","Associate Blueprint":"Associer un plan","At least one mandatory parameter was required but found missing in your request":"Au moins un param\u00e8tre \u00e9tait n\u00e9cessaire mais est se trouve manquant dans votre requ\u00eate.","Author":"Auteur","Author Item":"Cr\u00e9er l\u0027item","Authoring":"\u00c9dition","auto unlocked in %s":"auto-verrouill\u00e9 dans %s","Auxiliary file not found at location \u0022%s\u0022.":"Fichier auxiliaire non trouv\u00e9 \u00e0 l\u0027emplacement \u0022%s\u0022.","Available":"Disponible","Available Extensions":"Extensions disponibles","Back":"Pr\u00e9c\u00e9dent","Back to listing":"Retour au r\u00e9f\u00e9rencement","Base-10 logarithm":"Logarithme en base 10","Beta version":"Version b\u00eata","Binary operator *":"Op\u00e9rateur binaire *","Binary operator +":"Op\u00e9rateur binaire +","Binary operator -":"Op\u00e9rateur binaire -","Binary operator \/":"Op\u00e9rateur binaire \/","Binary operator modulo":"Op\u00e9rateur binaire modulo","Black on Cream":"Noir sur Cr\u00e8me","Black on Light Blue":"Noir sur Bleu Clair","Black on Light Magenta":"Noir sur Mauve","Black on White":"Noir sur Blanc","Browse folders:":"Parcourir les dossiers:","Browse...":"Naviguer...","C":"C","Calculator":"Calculatrice","Calculator BODMAS":"Calculatrice BODMAS","Calendar":"Calendrier","CANCEL":"ANNULER","Cancel":"Annuler","cancel":"annuler","cancel the action":"annuler l\u0027action","Cancelled":"Annul\u00e9","Candidate":"Candidat","Cannot be edited":"Ne peut \u00eatre modifi\u00e9","Cannot divide by zero":"Impossible de diviser par 0","Cardinality":"Cardinalit\u00e9 ","Case sensitive":"Respect de la casse","Categories":"Cat\u00e9gories","Category score":"Score de cat\u00e9gorie","ceil":"plafond","Change password":"Changer le mot de passe","Change the current color preset":"Modifier le mod\u00e8le courant de couleurs","Change the password":"Modifier le mot de passe","Change the sign of the current operand":"Changer le signe de l\u0027op\u00e9rande actuelle","Check all":"Cocher tout","Check All":"Cocher Tout","Check-in":"D\u00e9poser","Choose a value...":"Choisissez une valeur...","Choose export format":"Format d\u0027export","Choose import format":"Format d\u0027import","Class":"Classe","class selected":"classe s\u00e9lectionn\u00e9e","Class successfully created.":"Classe cr\u00e9\u00e9e avec succ\u00e8s.","Class uri provided is not a valid class.":"La classe URI fournie n\u0027est pas une classe valide.","Cleaning up tmp space complete":"Nettoyage de l\u0027espace temporaire achev\u00e9","Cleaning up tmp space started":"Le nettoyage de l\u0027espace temporaire a d\u00e9marr\u00e9.","Clear":"Effacer","Clear All":"Tout effacer","Clear all active highlights":"Effacer toutes les mises en surbrillance actives","Clear all data":"Effacer toutes les donn\u00e9es","Clear expression":"Effacer l\u0027expression","Clear Highlights":"Effacer la mise en surbrillance","Clear History":"Effacer l\u0027historique","Clear history":"Effacer l\u0027historique","Clear selection":"Effacer la s\u00e9lection","Clear the stored variables":"Effacer les variables enregistr\u00e9es","Click \u0022%s\u0022 to continue.":"Cliquez sur \u0022%s\u0022 pour continuer.","Click to reload.":"Cliquez pour recharger.","Click to speak":"Cliquez pour parler","Click to start":"Cliquez pour d\u00e9marrer","Close":"Fermer","Close Magnifier":"Fermer la loupe","Close message":"Fermer le message","Close the mask":"Fermer le masque","Close this Section":"Fermer cette section","Code Version":"Version du code","Collapse the review panel":"Fermer le panneau de revu","Collecting of abandoned actions in the action queue ...":"Collecte des actions avort\u00e9es dans la file d\u0027attente des actions...","Column":"Colonne","Combine a selection of items into tests.":"Combiner une s\u00e9lection d\u0027items en tests.","Comment":"Commentaire","comment...":"commentaire...","Commit":"Valider","Completed":"Termin\u00e9","Completed - Error":"Termin\u00e9 avec erreur","Completed items":"Items compl\u00e9t\u00e9s","Compute the expression":"Traiter l\u0027expression","Confirm":"Confirmer","Connect to the TAO platform":"Connexion \u00e0 la plate-forme TAO","Connected to server":"Connect\u00e9 au serveur","Continue":"Continuer","Contrast":"Contraste","Controls the contribution of an individual item score to the overall test score.":"Contr\u00f4le la part de contribution d\u0027un score d\u0027item individuel par rapport au score global du test.","Controls the maximum number of attempts allowed. 0 means unlimited.":"Contr\u00f4le le nombre maximal de tentatives permises. \u00270\u0027 signifie \u0027sans limite\u0027.","Copy":"Copier","Copy To":"Copier vers","Copy to":"Copier vers","Copy to clipboard":"Copier vers le presse-papiers","cos":"cos","cosh":"cosh","Cosine":"Cosinus","Covers parts of the item":"Couvre des parties de l\u0027item","Create":"Cr\u00e9er","Create and design items and exercises.":"Cr\u00e9er et concevoir des items et des exercices.","Create instance of ":"Cr\u00e9er une instance de ","Created":"Cr\u00e9\u00e9","CSV":"CSV","CSV Options":"Options CSV","Cube root":"Racine cubique","Current language":"Langue courante","Current playback position":"Position de lecture en cours","Custom":"Personnalis\u00e9","custom categories":"Cat\u00e9gories personnalis\u00e9es","Custom outcome processing. No changes will be made to the existing rules.":"Traitement personnalis\u00e9 de la r\u00e9ponse. Aucun changement ne sera appliqu\u00e9 aux r\u00e8gles existantes.","Cut score":"S\u00e9parer le score","Cut score (pass ratio)":"Score de passage (taux de r\u00e9ussite)","Data imported":"Importation des donn\u00e9es","Data imported successfully":"Donn\u00e9es import\u00e9es avec succ\u00e8s.","Data imported. Some records are invalid.":"Donn\u00e9es import\u00e9es. Certains enregistrements sont invalides.","Data language":"Langue des donn\u00e9es","Data Language":"Langue des donn\u00e9es","Data not imported. All records are invalid.":"Donn\u00e9es non import\u00e9es. Tous les enregistrements sont invalides.","Date":"Date","Day":"Jour","Default search":"Recherche par d\u00e9faut","Define the default values":"D\u00e9finir les valeurs par d\u00e9faut","Deg":"Deg","Degree":"Degr\u00e9s","Delete":"Supprimer","Delete Left":"Supprimer \u00e0 gauche","Delete Right":"Supprimer \u00e0 droite","Delete the term on the left side of the cursor":"Supprimer le terme \u00e0 gauche du curseur","Delete the term on the right side of the cursor":"Supprimer le terme \u00e0 droite du curseur","Deleting search index for %s":"Supprimer l\u0027index de recherche pour %s","Deliveries":"Passations","Deliveries library":"Biblioth\u00e8que de passations","Demo Sandbox":"D\u00e9monstration","Digit 0":"Chiffre 0","Digit 1":"Chiffre 1","Digit 2":"Chiffre 2","Digit 3":"Chiffre 3","Digit 4":"Chiffre 4","Digit 5":"Chiffre 5","Digit 6":"Chiffre 6","Digit 7":"Chiffre 7","Digit 8":"Chiffre 8","Digit 9":"Chiffre 9","Disable validation":"D\u00e9sactiver la validation","Disabled %s":"%s d\u00e9sactiv\u00e9","Disconnected from server":"D\u00e9connect\u00e9 du serveur","Display a warning before the test-taker ends a test part and there are still items left unanswered or marked for review.":"Afficher un avertissement avant que le participant termine une partie de test et que certains items sont laiss\u00e9s sans r\u00e9ponse ou marqu\u00e9s pour revue.","Display a warning before the test-taker ends the test part.":"Afficher un avertissement avant que le participant termine une partie de test.","Display a warning before the test-taker ends the test.":"Afficher un avertissement avant que le participant termine le test.","Display a warning before the test-taker skips the section. Requires the Section Skipping option.":"Afficher un avertissement avant que le participant saute une section. Cela demande que l\u0027option Saut de section soit activ\u00e9e.","Display End Test Warning":"Afficher un avertissement de fin de test","Display Next Part Warning":"Afficher un avertissement avant la prochaine partie","Display Next Section Warning":"Afficher un avertissement avant la prochaine section","Display Unanswered Warning":"Afficher un avertissement en cas de non-r\u00e9ponse","Displayed label":"\u00c9tiquette affich\u00e9e","Displays a customisable magnifier":"Afficher une loupe personnalisable","Do not flag the current item for later review":"Ne pas signaler l\u0027item courant pour une revue tardive","Do not show alert on timeout":"Ne pas afficher d\u0027alerte de temps \u00e9coul\u00e9","Do you wish to install the following extension(s):\n%s?":"Souhaitez-vous installer le(s) extension(s) suivante(s) :\n%s ?","does not match":"Ne correspond pas","Don\u0027t set":"Ne pas ins\u00e9rer","Dot":"Point","Download":"T\u00e9l\u00e9charger","Download this file":"T\u00e9l\u00e9charger ce fichier","Drag file here":"glisser le fichier ici","Drag files here":"glisser les fichiers ici","Drop the files to upload":"Choisissez des fichiers \u00e0 envoyer","Duplicate":"Dupliquer","Edit":"\u00c9diter","Edit a user":"\u00c9diter un utilisateur","Edit class %s":"\u00c9dition de la classe %s","Edit Instance":"Modifier Instance","Edit Tree":"\u00c9diter l\u0027arborescence","Element":"\u00c9l\u00e9ment","Element deleted.":"\u00c9l\u00e9ment supprim\u00e9.","Eliminate choices":"\u00c9liminer les choix","Email":"Email","Enable Mark for Review":"Permet le marquage pour r\u00e9vision","Enable mark for review of items. Requires the Review Screen option.":"Permet le marquage pour r\u00e9vision des items. N\u00e9cessite l\u0027option passage en revue de l\u0027\u00e9cran.","Enable Review Screen":"Permet le passage en revue de l\u0027\u00e9cran","Enable selection":"Permettre la s\u00e9lection","Enable Skipping Ahead":"Permet saut en avant","Enable the item review screen \/ navigator.":"Permet l\u0027\u00e9cran de passage en revue de l\u0027item \/ le navigateur.","enabled":"activ\u00e9","Enabled %s":"%s activ\u00e9","Enables skipping to items within this section. Requires the review screen option.":"Permet le saut vers les items \u00e0 l\u0027int\u00e9rieur de cette section. Demande l\u0027option revue \u00e9cran.","End of document reached. Continuing from the beginning.":"Fin du document atteinte. Continuer depuis le d\u00e9but ?","End test":"Finir le test","End Test":"Finir le test","Enter":"Entr\u00e9e","Enter a blueprint":"Entrez un plan","Enter a custom category":"Entrer une cat\u00e9gorie personnalis\u00e9e","Error":"Erreur","Error adding search index for %s with message %s":"Erreur lors de l\u0027ajout de l\u0027index de recherche pour %s avec le message %s","Error during file import":"Erreur pendant l\u0027import du fichier.","Error found in the IMS QTI Test:\n%s":"Erreur trouv\u00e9e dans le test IMS QTI : \n%s","Error in result":"Erreur dans le r\u00e9sultat","Error in syntax":"Erreur de syntaxe","Error in value":"Erreur dans la valeur","Event Log":"Journal des \u00e9v\u00e9nements","Exclusive (OR)":"Exclusif (OU)","Execute":"Ex\u00e9cuter","Executing task %s failed":"L\u0027ex\u00e9cution de la t\u00e2che %s a \u00e9chou\u00e9.","exp":"exp","Expand the review panel":"Ouvrir le panneau de revu","Exponent":"Exposant","Export":"Exporter","Export ":"Export","Export \u0022%s\u0022 in %s":"Exportation de \u0022%s\u0022 dans %s","Export CSV":"Exporter en CSV","Export failed for the test \u0022%s":"L\u0027export a \u00e9chou\u00e9 pour le test \u0022%s","Export failed.":"L\u0027export a \u00e9chou\u00e9.","Export Irregularities":"Exporter les irr\u00e9gularit\u00e9s","Export metadata":"Exporter m\u00e9tadonn\u00e9es","Export Metadata as RDF\/XML file":"Exporter les m\u00e9tadonn\u00e9es en fichier RDF\/XML","Export QTI 2.1 Test Package":"Exporter le paquet de test QTI 2.1","Export QTI 2.2 Test Package":"Exporter le paquet de test QTI 2.2","Export succeeded.":"L\u0027export a r\u00e9ussi.","Export successful for the test \u0022%s":"Export du test \u0022%s effectu\u00e9 avec succ\u00e8s","Export Table":"Exporter la table","Extension \u0022%s\u0022 has been installed":"L\u0027extension \u0022%s\u0022 a \u00e9t\u00e9 install\u00e9e.","Extensions manager":"Gestionnaire d\u0027extensions","Factorial":"Factorielle","Failed":"\u00c9chec","Failed to delete index for %s":"\u00c9chec de la suppression de l\u0027index pour %s","False":"Faux","Feedback block":"Bloc de retour","Field delimiter":"S\u00e9parateur de champ","Field encloser":"Cl\u00f4ture de champ","Fields must match":"Les champs doivent correspondre.","File":"Fichier","File download failed":"Le t\u00e9l\u00e9chargement du fichier a \u00e9chou\u00e9.","File name":"Nom de fichier","File not found":"Fichier non trouv\u00e9","File not found!":"Fichier introuvable !","File Properties":"Propri\u00e9t\u00e9s du fichier","file selected":"S\u00e9lectionner le fichier","File Uploader":"T\u00e9l\u00e9chargeur de fichier","files selected":"fichiers s\u00e9lectionn\u00e9s","Filter":"Filtrer","Filter by value":"Filtrer par valeur","Filtering mode":"Mode de filtrage","First Name":"Pr\u00e9nom","First page":"Premi\u00e8re page","First row column names":"Noms de colonne en premi\u00e8re ligne","Fit to width":"Adapter \u00e0 la largeur","Fixed":"Fix\u00e9","Fixed position in a shuffled the selection.":"Position fixe dans une s\u00e9lection al\u00e9atoire.","Flag for Review":"Signaler pour revue","Flag the current item for later review":"Signaler l\u0027item courant pour une revue tardive","Flagged":"Marqu\u00e9","floor":"sol","Force Release":"Forcer la publication","Force the item to be considered as informational and not taken into account in (un)answered \/ flagged counters.":"Forcer l\u0027item \u00e0 \u00eatre consid\u00e9r\u00e9 comme informationnel et non pris en compte dans les compteurs (non)r\u00e9pondus \/ marqu\u00e9s.","Forgot your password?":"Mot de passe oubli\u00e9 ?","From":"De","Fuzzy Matching":"Correspondance floue","Generis Form":"Formulaire Generis","Get History":"Obtenir l\u0027historique","Get the history list":"Obtenir l\u0027historique","Go Back":"Revenir","Go to next item":"Aller \u00e0 l\u0027item suivant","Go to the next item?":"Aller \u00e0 l\u0027item suivant ?","Gray on Green":"Gris sur Vert","Group test takers according to global features and classifications.":"Grouper les participants selon des fonctionnalit\u00e9s globales et des classifications.","Groups":"Groupes","Groups library":"Biblioth\u00e8que des groupes","Height":"Hauteur","Help":"Aide","Hi, %s
You indicated that you have forgotten your TAO password.":"Bonjour %s
Vous avez indiqu\u00e9 avoir perdu votre mot de passe TAO.","Hide detailed report":"Cacher le rapport d\u00e9taill\u00e9","Hide Review":"Cacher la revue","Hide the review screen":"Cacher l\u0027\u00e9cran de revue","Hide the warning automatically displayed when a test-taker exit a timed section.":"Cacher l\u0027avertissement affich\u00e9 automatiquement quand un participant sort d\u0027une section limit\u00e9e en temps.","Hide Timed Section Warning":"Cacher l\u0027avertissement de section limit\u00e9e en temps","Hide timers":"Cacher l\u0027indicateur de temps restant","Highlight":"Mise en \u00e9vidence","Highlight all":"Tout surligner","Highlight Text":"Texte de mise en \u00e9vidence","Highlighter":"Surligneur","History":"Historique","hours":"heures","Html title":"Titre HTML","Hyperbolic arc cosine":"Arc cosinus hyperbolique","Hyperbolic arc sine":"Arc sinus hyperbolique","Hyperbolic arc tangent":"Arc tangente hyperbolique","Hyperbolic cosine":"Cosinus hyperbolique","Hyperbolic sine":"Sinus hyperbolique","Hyperbolic tangent":"Tangente hyperbolique","Identifier":"Identifiant","If required it must appear (at least once) in the selection.":"Si n\u00e9cessaire cela doit appara\u00eetre au moins une fois dans la s\u00e9lection.","If required, it must appears at least once in the selection.":"Si n\u00e9cessaire cela doit appara\u00eetre au moins une fois dans la s\u00e9lection.","If set, it causes the order of the child elements to be randomized, otherwise it uses the order in which the child elements are defined.":"Si d\u00e9fini, l\u0027ordre des \u00e9l\u00e9ments fils est al\u00e9atoire, sinon c\u0027est l\u0027ordre dans lequel les \u00e9l\u00e9ments sont d\u00e9finis qui est utilis\u00e9.","If the candidate can skip the item, without submitting a response (default is true).":"Si le candidat peut passer un item sans soumettre de r\u00e9ponse (cas par d\u00e9faut).","If the category option is set, the score will also be processed per categories, and each results will take place in the PASS_xxx outcome, where xxx is the name of the category.":"Si l\u0027option cat\u00e9gorie est mise, le score sera \u00e9galement trait\u00e9 par cat\u00e9gorie et chaque r\u00e9sultat prendra place dans la r\u00e9ponse PASS_xxx o\u00f9 xxx est le nom de la cat\u00e9gorie.","If the category option is set, the score will also be processed per categories, and each results will take place in the SCORE_xxx outcome, where xxx is the name of the category.":"Si l\u0027option cat\u00e9gorie est mise, le score sera \u00e9galement trait\u00e9 par cat\u00e9gorie et chaque r\u00e9sultat prendra place dans la r\u00e9ponse PASS_xxx o\u00f9 xxx est le nom de la cat\u00e9gorie.","If you do not wish to reset your password, just ignore this email and your password will remain the same.":"Si vous ne souhaitez pas r\u00e9initialiser votre mot de passe, ignorez simplement cet email et votre mot de passe restera inchang\u00e9.","Import":"Importer","Import ":"Import","Import a %s into \u0022%s":"Importer un %s dans \u0022%s","Import a QTI\/APIP Content Package":"Importer un paquet de contenu QTI\/APIP","Import Completed":"Import compl\u00e9t\u00e9","Import failed.":"L\u0027import a \u00e9chou\u00e9.","Import Metadata from CSV file":"Importer des m\u00e9ta-donn\u00e9es \u00e0 partir d\u0027un fichier CSV","Import Metadata from RDF file":"Importer des m\u00e9ta-donn\u00e9es \u00e0 partir d\u0027un fichier RDF","Import QTI TEST into \u0022%s":"Importer un test QTI dans \u0022%s","Import succeeded.":"L\u0027import a r\u00e9ussi.","Imported %1$d\/%2$d. Some records are invalid.":"%1$d\/%2$d import\u00e9. Certains enregistrements sont non valides.","Imported %d resources":"%d ressources import\u00e9es","Imported resource \u0022%s":"Ressource %s import\u00e9e","impossible to update task status":"Impossible de mettre \u00e0 jour l\u0027\u00e9tat de la t\u00e2che","IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file could not be imported.":"L\u0027item IMS QTI r\u00e9f\u00e9renc\u00e9 comme \u0022%s\u0022 dans le fichier de manifeste IMS n\u0027a pu \u00eatre import\u00e9.","IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file successfully imported.":"L\u0027item IMS QTI r\u00e9f\u00e9renc\u00e9 comme \u0022%s\u0022 dans le fichier de manifeste IMS a \u00e9t\u00e9 import\u00e9 avec succ\u00e8s.","IMS QTI Test Package successfully imported.":"Paquet de test IMS QTI import\u00e9 avec succ\u00e8s.","IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file successfully imported.":"Test IMS QTI r\u00e9f\u00e9renc\u00e9 comme \u0022%s\u0022 dans le fichier de manifeste IMS import\u00e9 avec succ\u00e8s.","In progress":"En cours","In Progress":"En cours","In this part of the test navigation is not allowed.":"Dans cette partie du test la navigation n\u0027est pas autoris\u00e9e.","Inclusive (AND)":"Inclusif (ET)","Inconsistency at line %1d:":"Inconsistence \u00e0 la ligne %1d :","Index":"Index","Index has been deleted for %s":"L\u0027index a \u00e9t\u00e9 supprim\u00e9 pour %s.","Individual":"Individuel","Infinity":"Infini","Informational Item Usage":"Utilisation d\u0027item informationnel","Injector has to contains a valid \u0022destination\u0022 field.":"L\u0027injecteur doit contenir un champ \u0022destination\u0022 valide.","Injector has to contains a valid \u0022source\u0022 field.":"L\u0027injecteur doit contenir un champ \u0022source\u0022 valide.","Install":"Installer","Installation done.":"Installation termin\u00e9e.","Installation...":"Installation...","Installed Extensions":"Extensions install\u00e9es","Installed Version":"Version install\u00e9e","Installing extension %s...":"Installation de l\u0027extension %s...","Instance saved":"Instance enregistr\u00e9e","Interface language":"Langue de l\u0027interface","Interface Language":"Langue de l\u0027interface","Internal server error!":"Erreur interne du serveur !","Invalid date range (must be after or the same as: %s)":"Plage de donn\u00e9es invalide (doit \u00eatre apr\u00e8s ou tel que : %s)","Invalid date range (must be after: %s)":"Plage de donn\u00e9es invalide (doit \u00eatre apr\u00e8s : %s)","Invalid date range (must be before or the same as: %s)":"Plage de donn\u00e9es invalide (doit \u00eatre avant ou tel que : %s) ","Invalid date range (must be before: %s)":"Plage de donn\u00e9es invalide (doit \u00eatre avant : %s)","Invalid field length":"La longueur du champ est invalide","Invalid field range (maximum value: %s)":"\u00c9chelle de valeur pour ce champ invalide (valeur maximale : %s)","Invalid field range (minimum value: %1$s, maximum value: %2$s)":"\u00c9chelle de valeur pour ce champ invalide (valeur minimale : %1$s, valeur maximale : %2$s)","Invalid field range (minimum value: %s)":"\u00c9chelle de valeur pour ce champ invalide (valeur minimale : %s)","Invalid file size (minimum %1$s bytes, maximum %2$s bytes)":"Taille de fichier invalide (minimum %1$s octets, maximum %2$s octets)","Invalid file type!":"Type de fichier invalide","Invalid input for function":"Entr\u00e9e invalide pour la fonction","Invalid login or password. Please try again.":"Identifiant ou mot de passe invalide. Veuillez r\u00e9essayer.","Invalid login or password. Your account has been locked, please contact your administrator.":"Login ou mot de passe invalide. Votre compte a \u00e9t\u00e9 verrouill\u00e9, veuillez contacter votre administrateur.","invalid regular expression":"Expression r\u00e9guli\u00e8re non valide","is already used in the test.":"est d\u00e9j\u00e0 utilis\u00e9 dans le test.","is not a valid identifier (alphanum, underscore, dash and dots)":"n\u0027est pas un identifiant valide (caract\u00e8re alphanum\u00e9rique, tiret-bas, tiret et point).","is not a valid identifier (everything except spaces)":"is not a valid identifier (tout sauf des espaces)","Item \u0022%s\u0022 is completed.":"L\u0027item \u0022%s\u0022 est termin\u00e9.","Item %d":"Item %d","Item %d of %d":"Item %d sur %d","Item Reference Properties":"Propri\u00e9t\u00e9s de r\u00e9f\u00e9rence de l\u0027item","Item Session Control":"Contr\u00f4le de session de l\u0027item","Items":"Articles","items":"articles","Items can optionally be assigned to one or more categories.":"Les items peuvent en option \u00eatre assign\u00e9s \u00e0 une ou plusieurs cat\u00e9gories.","Items Compilation":"Compilations des items","Items library":"Banque d\u0027items","Items marked for later review":"Items marqu\u00e9s pour une revue tardive","Items with assessmentItemRef identifiers \u0022%s\u0022 are not registered in the related CAT endpoint.":"Les items avec des identifiants assessmentItemRef \u0022%s\u0022 ne sont pas enregistr\u00e9s dans le point d\u0027acc\u00e8s CAT correspondant.","Keep Together":"Conserver ensemble","Label":"Libell\u00e9","Language":"Langue","Last attempt before your account is locked.":"Derni\u00e8re tentative avant que votre compte soit verrouill\u00e9.","Last Name":"Nom","Last page":"Derni\u00e8re page","Last result":"Dernier r\u00e9sultat","Late submission allowed":"Soumission tardive permise","Leave a comment":"Laisser un commentaire","Left parenthesis":"Parenth\u00e8se ouvrante","less than a minute":"Moins d\u0027une minute","Line Reader":"Lecteur de ligne","Linear":"Lin\u00e9aire","Link durations to activate the guided navigation":"Dur\u00e9e des liens pour activer la navigation guid\u00e9e","List":"Liste","List - Multiple choice - Check box":"Liste - Choix multiple - Case \u00e0 cocher","List - Single choice - Drop down":"Liste - Choix unique - Liste d\u00e9roulante","List - Single choice - Radio button":"Liste - Choix multiple - Bouton radio","Lists":"Listes","Load more":"Charger plus","Loaded":"Charg\u00e9","Loaded at Startup":"Charg\u00e9 au d\u00e9marrage","Loading":"Chargement","Loading status":"\u00c9tat du chargement","Loading task status ...":"\u00c9tat du chargement de la t\u00e2che...","locked by %s":"verrouill\u00e9 par %s","Locked duration : guided navigation. The test transition to the next item once the duration reaches 0.":"Dur\u00e9e verrouill\u00e9e : navigation guid\u00e9e. Le test passe \u00e0 l\u0027item suivant une fois que la dur\u00e9e atteint 0.","Log in":"Se connecter","Log Out":"Se d\u00e9connecter","Login":"Identifiant","Login available":"Identifiant disponible","Login is already in use.":"L\u0027identifiant est d\u00e9j\u00e0 utilis\u00e9.","Login is empty.":"L\u0027identifiant est vide.","Logout":"Se d\u00e9connecter","LTI":"LTI","LTI Consumers":"Consommateurs LTI","LTI Providers":"Prestataires de services LTI","Magnifier":"Loupe","Magnify less":"R\u00e9tr\u00e9cir","Magnify more":"Grossir","Magnifying Glass":"Loupe","Maintenance service must have a persistence option.":"Le service de maintenance doit avoir une option de persistance.","Maintenance storage driver is not set":"Le pilote de stockage de maintenance n\u0027est pas configur\u00e9.","Manage Access Rights":"G\u00e9rer les droits d\u0027acc\u00e8s","Manage Assets":"G\u00e9rer les actifs","Manage class schema":"G\u00e9rer le sch\u00e9ma de classe","Manage groups":"G\u00e9rer les groupes","Manage items":"G\u00e9rer les items","Manage Media":"G\u00e9rer les m\u00e9dias","Manage Results":"Gestion des r\u00e9sultats","Manage roles":"G\u00e9rer les r\u00f4les","Manage Roles and apply them to users.":"G\u00e8re des r\u00f4les et les applique aux utilisateurs.","Manage Rubric Blocks":"G\u00e9rer les blocs de rubrique","Manage Schema":"G\u00e9rer le sch\u00e9ma","Manage test properties":"G\u00e9rer les propri\u00e9t\u00e9s du test","Manage test takers":"Gestion des participants","Manage tests":"G\u00e9rer les tests","Manage Tests":"G\u00e9rer les tests","Manage users":"G\u00e9rer les utilisateurs","Manage Versioned File":"G\u00e9rer les fichiers versionn\u00e9s","Map the properties to the CSV columns":"Choisissez les propri\u00e9t\u00e9s relatives aux colonnes CSV","Mark for review":"Marquer pour le passage en revue","Masking":"Masquage","Match value":"Valeur de correspondance","Max Attempts":"Nombre maximal de tentatives","Maximum Duration":"Dur\u00e9e maximale","Maximum duration : the items times out when the duration reaches 0.":"Dur\u00e9e maximale : l\u0027acc\u00e8s aux items s\u0027arr\u00eate quand la dur\u00e9e atteint z\u00e9ro.","Maximum duration for the all test.":"Dur\u00e9e maximale pour le test entier.","Maximum duration for this item.":"Dur\u00e9e maximale pour cet item.","Maximum duration for this section.":"Dur\u00e9e maximale pour cette section.","Maximum duration for this test part.":"Dur\u00e9e maximale pour cette partie du test.","Maximum selection reached":"Nombre de s\u00e9lections maximal atteint","Media":"M\u00e9dia","Media Manager":"Gestionnaire de m\u00e9dia","Media Manager extension":"G\u00e9rer les m\u00e9dias.","Media resize along with their container, e.g. 50% means half of the container size not half of the media size.":"Redimensionnement de la taille du m\u00e9dia parall\u00e8lement \u00e0 celle de son conteneur, par exemple 50 % signifie la moiti\u00e9 de taille du conteneur et non la moiti\u00e9 de la taille du m\u00e9dia.","Message":"Message","Messages":"Messages","Metadata export is not available for test \u0022%s.":"L\u0027export des m\u00e9tadonn\u00e9es n\u0027est pas disponible pour le test \u0022%s\u0022.","Metadata export is not available for the selected resource.":"L\u0027exportation de la m\u00e9tadonn\u00e9e n\u0027est pas disponible pour la ressource s\u00e9lection\u00e9e.","Minimum Duration":"Dur\u00e9e minimale","Minimum duration : enforces the test taker to stay on the item for the given duration.":"Dur\u00e9e minimale : oblige le participant \u00e0 rester sur l\u0027item pendant une dur\u00e9e d\u00e9finie.","Minimum duration for the test.":"Dur\u00e9e minimale pour le test.","Minimum duration for this item.":"Dur\u00e9e minimale pour cet item.","Minimum duration for this section.":"Dur\u00e9e minimale pour cette section.","Minimum duration for this test part.":"Dur\u00e9e minimale pour cette partie de test.","minutes":"minutes","Missed test package file":"Fichier de paquet de test manqu\u00e9","missing config %s for the service %s":"configuration %s manquante pour le service %s","Missing Parameters":"Param\u00e8tres manquants","modulo":"modulo","Month":"Mois","More":"Plus","Move":"D\u00e9placer","Move Down":"D\u00e9placer vers le bas","Move Left":"D\u00e9placer \u00e0 gauche","Move Right":"D\u00e9placer \u00e0 droite","Move role":"D\u00e9placer le r\u00f4le","Move the cursor one step on the left":"D\u00e9placer le curseur d\u0027un pas sur la gauche","Move the cursor one step on the right":"D\u00e9placer le curseur d\u0027un pas sur la droite","Move To":"D\u00e9placer vers","Move to":"D\u00e9placer vers","Move Up":"D\u00e9placer vers le haut","Moving this element will replace the properties of the previous class by those of the destination class :":"En bougeant cet \u00e9l\u00e9ment, les propri\u00e9t\u00e9s de la classe pr\u00e9c\u00e9dente seront remplac\u00e9es par ceux de la classe de destination :","Moving to the next item without time limit reached message.":"Passer \u00e0 l\u0027item suivant sans message de limite de temps.","Multiple values delimiter":"D\u00e9limiteur de valeurs multiples","Mute":"Sourdine","My custom text translation":"Ma traduction de texte personnalis\u00e9e","My settings":"Mes param\u00e8tres","My settings (%s)":"Mes param\u00e8tres (%s)","Name":"Nom","Natural logarithm":"Logarithme n\u00e9p\u00e9rien","Navigation":"Navigation","Navigation Warnings":"Avertissements de navigation","network":"r\u00e9seau","New class":"Cr\u00e9er classe","New delivery":"Nouvelle passation","New Group":"Nouveau groupe","New item":"Nouvel item","New passage":"Nouveau passage","New password":"Nouveau mot de passe","New role":"Nouveau r\u00f4le","New Rubric Block":"Nouveau bloc de rubrique","New section":"Nouvelle section","New test":"Cr\u00e9er test","New test part":"Nouvelle partie de test","New test-taker":"Cr\u00e9er participant","Next":"Suivant","Next match":"R\u00e9sultat suivant","Next page":"Page suivante","Next Section":"Section suivante","No":"Non","No action specified":"Aucun action indiqu\u00e9e","No CAT Engine configured for CAT Endpoint \u0022%s\u0022.":"Aucun moteur CAT configur\u00e9 pour le point d\u0027acc\u00e8s CAT \u0022%s\u0022.","No client translation bundles updated":"Aucun paquet de traduction client mis \u00e0 jour","No extensions available.":"Pas d\u0027extension disponible.","No file found at location \u0022%s\u0022.":"Pas de fichier trouv\u00e9 \u00e0 l\u0027emplacement \u0022%s\u0022.","no file not found in this location":"pas de fichier trouv\u00e9 \u00e0 cette endroit","No file selected":"Pas de fichier s\u00e9lectionn\u00e9","No files":"Aucun fichier","no label":"sans \u00e9tiquette","No more attempts allowed for item \u0022%s\u0022.":"Une tentative sur l\u0027item \u0022%s\u0022 n\u0027est plus permise.","no outcome declaration found":"pas de d\u00e9claration de sortie trouv\u00e9e","No outcome processing. Erase the existing rules, if any.":"Pas de traitement de r\u00e9ponse. Supprime les r\u00e8gles existantes s\u0027il y en a.","No reference to any IMS QTI Item found.":"Aucune r\u00e9f\u00e9rence \u00e0 un item IMS QTI trouv\u00e9e.","No Task yet":"Pas encore de t\u00e2che","Node duplication has failed":"La duplication de n\u0153ud a \u00e9chou\u00e9.","Non Linear":"Non lin\u00e9aire","None":"Aucun","Not all test could be exported":"Tous les tests n\u0027ont pu \u00eatre export\u00e9s","Not shuffled, the position remains fixed.":"Pas m\u00e9lang\u00e9, la position reste fix\u00e9e.","Not started":"Non d\u00e9marr\u00e9","Nothing imported":"Aucune donn\u00e9e n\u0027a \u00e9t\u00e9 import\u00e9e","Nothing to install !":"Rien \u00e0 installer !","Nothing to list!":"Rien \u00e0 lister !","Notifications":"Notifications","Nth root":"Racine n-i\u00e8me","Number of elements":"Nombre d\u0027\u00e9l\u00e9ments","of":"de","Off":"Inactif","Ok":"OK","OK":"OK","OK & End test":"Ok et Finir le test","Old Password":"Ancien mot de passe","On":"Actif","Once you close this section, you cannot return to it or change your answers.":"Une fois cette section close vous ne pouvez pas y revenir ni changer vos r\u00e9ponses.","One or more dependent IMS QTI Items could not be imported.":"Un ou plusieurs items IMS QTI d\u00e9pendants n\u0027ont pu \u00eatre import\u00e9s.","Only display the items marked for review":"Afficher uniquement les items marqu\u00e9s pour revu","Only display the unanswered items":"Afficher uniquement les items non r\u00e9pondus","Open Calculator":"Ouvrir la calculatrice","Operated By ":"G\u00e9r\u00e9 par ","or":"ou","Ordering":"Tri","Outcome":"R\u00e9sultat","Outcome declarations":"D\u00e9clarations de r\u00e9sultat","Outcome processing":"Traitement de r\u00e9sultat","Package is valid but no tests were found. Make sure that it contains valid QTI tests.":"Le paquet est valide mais aucun test n\u0027a \u00e9t\u00e9 trouv\u00e9. Assurez-vous qu\u0027il contient des tests QTI valides.","Page":"Page","Part %d":"Partie %d","Password":"Mot de passe","Password changed":"Mot de pass\u00e9 modifi\u00e9","Password is empty.":"Le mot de passe est vide.","Password reset":"R\u00e9initialisation du mot de passe","Password successfully changed":"Mot de passe mis \u00e0 jour","Passwords are not matching":"Les mots de passe ne correspondent pas","Pause":"Pause","Permission denied to write in the selected class":"Permission refus\u00e9e d\u0027\u00e9crire dans la classe s\u00e9lectionn\u00e9e","Play":"Lecture","Please confirm deletion":"Veuillez confirmer la suppression.","Please confirm deletion of %s.":"Veuillez confirmer la suppression de %s.","Please confirm deletion of user %s":"Veuillez confirmer la suppression de l\u0027utilisateur %s.","Please confirm locking of account %s":"Veuillez confirmer le verrouillage du compte %s.","Please confirm property deletion!":"Veuillez confirmer la suppression de la propri\u00e9t\u00e9","Please confirm this operation.":"Veuillez confirmer cette op\u00e9ration.","Please confirm unlocking of account %s":"Veuillez confirmer le d\u00e9verrouillage du compte %s.","Please confirm you want to leave the test.":"Veuillez confirmer votre d\u00e9cision de quitter le test.","Please contact %s or an administrator to release it":"Veuillez contacter %s ou un administrateur pour le lib\u00e9rer","Please contact your administrator.":"Veuillez contacter votre administrateur.","Please download the track and listen offline.":"Veuillez t\u00e9l\u00e9charger la piste et l\u0027\u00e9couter hors ligne.","Please download the video and view offline.":"Veuillez t\u00e9l\u00e9charger la vid\u00e9o et la visionner hors ligne.","Please give a message to your commit":"Veuillez ajouter un message \u00e0 votre validation","Please provide a reason":"Veuillez fournir une raison","Please report bugs, ideas, comments or feedback on the TAO Forum":"Merci de rapporter tout souci rencontr\u00e9, ainsi que vos id\u00e9es, vos commentaires et vos impressions sur le forum TAO.","Please wait":"Veuillez patienter","Please wait while ...":"Veuillez patienter...","Please wait while we try to restore the connection.":"Veuillez attendre pendant que nous essayons de restaurer la connexion.","Portable Custom Interactions":"Interactions personnalis\u00e9es portables","Post install processing":"Traitement apr\u00e8s installation","Power of":"Puissance de","Power of 10":"Puissance de 10","Prepare, publish deliveries sessions.":"Pr\u00e9parer et publier des passations.","Preparing installation...":"Pr\u00e9paration de l\u0027installation...","Preview":"Aper\u00e7u ","Preview the covered area":"Pr\u00e9visualiser la zone couverte","Previous":"Pr\u00e9c\u00e9dent","Previous match":"Pr\u00e9c\u00e9dente correspondance","Previous page":"Page pr\u00e9c\u00e9dente","Proceed":"Poursuivre","Proctor":"Surveillant","Properties":"Propri\u00e9t\u00e9s","Provided URL is not valid":"L\u0027URL fournie est invalide.","Publish":"Publier","Publish the test":"Publier le test","QTI 2.1 Test Driver":"Driver de test QTI 2.1","QTI Item Runner":"Lanceur d\u0027item QTI","QTI Test \u0022%s\u0022 publishing failed.":"La publication du test QTI \u0022%s\u0022 a \u00e9chou\u00e9.","QTI Test \u0022%s\u0022 successfully published.":"Test QTI \u0022%s\u0022 publi\u00e9 avec succ\u00e8s.","QTI Test Package 2.1":"Paquet de test QTI 2.1","QTI Test Package 2.2":"Paquet de test QTI 2.2","QTI\/APIP Test Content Package":"Paquet de contenu de test QTI\/APIP","Queued":"Mis en file d\u0027attente","Rad":"Rad","Radian":"Radian","random":"al\u00e9atoire","Random value":"Valeur al\u00e9atoire","Range field is required":"Le champ de port\u00e9e est n\u00e9cessaire.","RDF":"RDF","Record and manage test takers.":"Enregistrer et g\u00e9rer les participants.","Reference":"R\u00e9f\u00e9rence","Refresh":"Actualiser","Regenerate":"R\u00e9g\u00e9n\u00e9rer","Release":"Publication","Releasing the lock might cause the work in progress by %s to be lost.":"Lib\u00e9rer le verrou pourrait causer la perte du travail en cours par %s.","Remind":"Rappeller","Remind Last":"Rappeller le dernier","Remind the last value":"Rappeller la derni\u00e8re valeur","Remind the next expression in the history":"Rappeller la prochaine expression dans l\u0027historique","Remind the previous expression in the history":"Rappeller la pr\u00e9c\u00e9dente expression dans l\u0027historique","Remind the recorded value":"Rappeller la valeur enregistr\u00e9e","Remove":"Supprimer","Remove Item Reference":"Supprimer la r\u00e9f\u00e9rence \u00e0 l\u0027item","Remove Message":"Enlever ce message","Remove Rubric Block":"Supprimer le bloc de rubrique","Remove Section":"Supprimer la section","Remove Test Part":"Supprimer une partie du test","Remove this file":"Supprimer ce fichier","Removed %s directories":"%s r\u00e9pertoires supprim\u00e9s","Removed %s files":"%s fichiers supprim\u00e9s","Removing: %s":"Suppression : %s","Repeat new password":"Confirmer le nouveau mot de passe","Repeat password":"R\u00e9p\u00e9ter le mot de passe","Request a password reset via Email.":"Demander une r\u00e9initialisation du mot de passe par email.","require notification ID":"demande un ID de notification","Required":"N\u00e9cessaire","Required field":"Champ requis","required length":"taille requise","Requires":"N\u00e9cessite","Reset":"R\u00e9initialiser","Reset filters":"R\u00e9initialiser les filtres","Resource":"Ressource","Resource copied":"Ressource copi\u00e9e","Resource Identifier":"Identifiant de ressource","Resource Identifier could not be copied to the clipboard":"L\u0027identifiant de ressource n\u0027a pas pu \u00eatre copi\u00e9 dans le presse-papier.","Resource Identifier has been copied to the clipboard":"L\u0027identifiant de ressource a \u00e9t\u00e9 copi\u00e9 dans le presse-papier.","Resource not imported due to multiple super classes":"La ressource n\u0027a pas pu \u00eatre importer a cause de la pr\u00e9sence de plusieurs super-classes","Resource not imported due to multiple types":"La ressource n\u0027a pas pu \u00eatre importer a cause de la pr\u00e9sence de plusieurs types","Resource saved":"Ressource enregistr\u00e9e","Resource(s) successfully exported.":"Ressource(s) export\u00e9e(s) avec succ\u00e8s.","resources":"ressources","Resources moved":"Ressources d\u00e9plac\u00e9es","Responsive mode":"Mode r\u00e9actif","Restore sound":"Restorer le son","Results":"R\u00e9sultats","Results library":"Biblioth\u00e8que de r\u00e9sultats","Results Monitoring":"Surveillance des r\u00e9sultats","Return to sign in page":"Revenir \u00e0 la page de connexion","Review":"R\u00e9vision","Review my Answers":"Examiner mes r\u00e9ponses","Right parenthesis":"Parenth\u00e8se fermante","Role saved":"R\u00f4le enregistr\u00e9","Roles":"R\u00f4les","Roles library":"Biblioth\u00e8que de r\u00f4les","round":"arrondi","Round to closest whole number":"Arrondi au nombre entier le plus proche","Round to lower whole number":"Arrondi au nombre entier inf\u00e9rieur","Round to upper whole number":"Arrondi au nombre entier sup\u00e9rieur","Row %s":"Ligne %s","Rubric Block":"Bloc de rubrique","Rubric Block Properties":"Propri\u00e9t\u00e9s du bloc de rubrique","Rubric Blocks":"Blocs de rubrique","Running task %s":"T\u00e2che %s en cours","Save":"Enregistrer","Scientific Calculator":"Calculatrice scientifique","Scope":"Etendue","Scorer":"Marqueur","Scoring":"Notation","Scratch pad":"Bloc-notes","Scratch Pad":"Bloc-notes","Scratchpad":"Bloc-notes","Search":"Rechercher","Search %s":"Rechercher %s","Search by properties":"Recherche par propri\u00e9t\u00e9s","Search sub-classes":"Chercher des sous-classes","second":"seconde","seconds":"secondes","Section %d":"Section %d","Section %d of %d":"Section %d sur %d","Section level category enables configuring the categories of its composing items all at once. A category in gray means that all items have that category. A category in white means that only a few items have that category.":"La cat\u00e9gorie de niveau de section permet de configurer les cat\u00e9gories des items qui le composent en une seule fois. Une cat\u00e9gorie en gris signifie que tous les items ont cette cat\u00e9gorie. Une cat\u00e9gorie en blanc signifie que seuls quelques items ont cette cat\u00e9gorie.","Section Properties":"Propri\u00e9t\u00e9s de section","Security":"S\u00e9curit\u00e9","select":"choisir","Select":"S\u00e9lectionner","Select a blueprint":"S\u00e9lectionnez un plan","Select a class":"S\u00e9lectionner une classe","Select a destination":"S\u00e9lectionner une destination","Select a language":"S\u00e9lectionner un langage","Select Items":"S\u00e9lectionner des items","Select loaded %s":"S\u00e9lectionner %s charg\u00e9","Select the way the responses of your test should be processed":"Choisissez la fa\u00e7on dont les r\u00e9ponses de votre test doivent \u00eatre trait\u00e9es","Select this file":"S\u00e9lectionner le fichier","select...":"s\u00e9lectionner...","Selected":"S\u00e9lectionn\u00e9","Selected file:":"Fichier s\u00e9lectionn\u00e9 :","Selection":"S\u00e9lection","Selection saved successfully":"S\u00e9lection enregistr\u00e9e avec succ\u00e8s","self-locked":"Autoverrouill\u00e9","Send":"Envoyer","Set outcome identifier the feedback block is related to":"Indiquer l\u0027identifiant de r\u00e9ponse auquel le bloc de retour est li\u00e9","Set the cut score (or pass score ratio) associated to the test. It must be a float between 0 and 1.":"D\u00e9finir le score de passage (ou taux de r\u00e9ussite) associ\u00e9 au test. Il doit \u00eatre un nombre flottant entre 0 et 1.","Set the rubric block as a feedback block":"Indiquer le bloc de rubrique comme un bloc de retour","Set the trigonometric function to work in degrees":"R\u00e9gler la fonction trigonom\u00e9trique pour fonctionner en degr\u00e9s","Set the trigonometric function to work in radians":"R\u00e9gler la fonction trigonom\u00e9trique pour fonctionner en radians","Set the value of the outcome that will activate the feedback block":"Indiquer la valeur de la r\u00e9ponse qui activera le bloc de retour","Set the weight identifier used to process the score":"Indiquer l\u0027identifiant du poids utilis\u00e9 pour traiter le score","Set the XHTML-QTI class of the rubric block.":"Indiquer la classe XHTML-QTI du bloc de rubrique","Set the XHTML-QTI identifier of the rubric block.":"Indiquer l\u0027identifiant XHTML-QTI du bloc de rubrique","Settings":"Param\u00e8tres","Settings updated":"R\u00e9glages mis \u00e0 jour","Show detailed report":"Montrer le d\u00e9tail du rapport","Show Feedback":"Montrer le retour","Show Review":"Montrer le passage en revue","Show Solution":"Afficher la solution","Show the review screen":"Afficher l\u0027\u00e9cran de revue","Show the solution once the answer is submitted.":"Afficher la solution une fois que la r\u00e9ponse a \u00e9t\u00e9 soumise.","Show timers":"Montrer les temps","Show\/Hide the review screen":"Afficher\/cacher l\u0027\u00e9cran de revue","Shuffle":"M\u00e9langer","Sign change":"Changement de signe","Simultaneous":"Simultan\u00e9","sin":"sin","Sine":"Sinus","sinh":"sinh","Size":"Taille","Skip":"Passer","Skip & End Test":"Passer et finir le test","Skip and end test":"Passer et finir le test","Skip and go to the end of the test":"Passer et aller \u00e0 la fin du test","Skip and go to the next item":"Passer et aller \u00e0 l\u0027item suivant","Skip to the end of the test":"Passer jusqu\u0027\u00e0 la fin du test","Skip to the next item":"Passer au prochain item","Skip to the next section":"Passer \u00e0 la prochaine section","Some resources have not been moved: %s":"Certaines ressources n\u0027ont pas \u00e9t\u00e9 d\u00e9plac\u00e9es : %s","Some rubric blocks have been updated to reflect the changes in the list of outcomes.":"Certains blocs de rubrique ont \u00e9t\u00e9 mis \u00e0 jour pour refl\u00e9ter les changements dans la liste des r\u00e9sultats.","Speech speed":"Vitesse du discours","Square root":"Racine carr\u00e9e","Start of document reached. Continuing from the end.":"D\u00e9but du document atteint. Continuation depuis la fin.","Start Test-part":"Commencer la test-part","Status":"\u00c9tat","Status of":"\u00c9tat de","Stop":"Arr\u00eater","Store":"Enregistrer","Store the value a variable":"Enregistrer la valeur dans une variable","Submission":"Envoi","Submit and go to the end of the test":"Envoyer et finir le test","Submit and go to the item %s":"Soumettre et aller \u00e0 la rubrique %s","Submit and go to the next item":"Envoyer et aller \u00e0 l\u0027item suivant","Submit and go to the previous item":"Envoyer et aller \u00e0 l\u0027item pr\u00e9c\u00e9dent","SUBMIT THE TEST":"SOUMETTRE LE TEST","Success":"Succ\u00e8s","Successfully imported \u0022%s":"Exportation r\u00e9ussie de \u0022%s","Successfully imported %s tripples":"Import r\u00e9ussie de %s triplets","Successfully imported class \u0022%s":"Classe \u0022%s import\u00e9e avec succ\u00e8s","Successfully updated %s client translation bundles":"Mise \u00e0 jour avec succ\u00e8s de %s paquets de traduction client","Supported export formats":"Formats d\u0027export support\u00e9s","Syntax error":"Erreur de syntaxe","tan":"tan","Tangent":"Tangente","tanh":"tanh","Tao Default Theme":"Th\u00e8me TAO par d\u00e9faut","TAO Home":"Menu principal TAO","TAO Login":"Connexion \u00e0 TAO","Task %s has been cancelled, message was not processed.":"La t\u00e2che %s a \u00e9t\u00e9 annul\u00e9e, le message n\u0027a pas \u00e9t\u00e9 trait\u00e9.","task created":"t\u00e2che cr\u00e9\u00e9e","Task Listing":"Listing des t\u00e2ches","Task Name":"Nom de t\u00e2che","Task not found":"T\u00e2che non trouv\u00e9e","Task not returned any report.":"La t\u00e2che n\u0027a retourn\u00e9 aucun rapport.","technical":"technique","Term":"Terme","Test":"Test","Test constructor":"Constructeur de test","Test metadata successfully exported.":"M\u00e9ta-donn\u00e9es du test export\u00e9es avec succ\u00e8s.","Test Navigation":"Navigation dans le test","Test Part Properties":"Propri\u00e9t\u00e9s des pi\u00e8ces d\u0027essai","Test Saved":"Test enregistr\u00e9","Test status":"\u00c9tat du test","Test takers library":"Participants","Test-Taker Tools":"Outils du participant","Test-takers":"Participants","Tests":"Tests","Tests library":"Tests","Text - Long - Box":"Texte - Long - Bo\u00eete","Text - Long - HTML editor":"Texte - Long - \u00c9diteur HTML","Text - Short - Field":"Texte - Long - Champ","Text content":"Contenu du texte","Text to Speech":"Synth\u00e8se vocale","The \u0027imsmanifest.xml\u0027 file found in the archive is not valid.":"Le fichier \u0027imsmanifest.xml\u0027 trouv\u00e9 dans l\u0027archive n\u0027est pas valide.","The action will be applied to":"Cette action sera appliqu\u00e9e \u00e0","The action will be applied to the following":"L\u0027action sera appliqu\u00e9e \u00e0 ce qui suit.","The action will not be applied to ":"L\u0027action ne sera pas appliqu\u00e9e \u00e0 ","The action will not be applied to the following":"L\u0027action ne sera pas appliqu\u00e9e \u00e0 ce qui suit.","The assessment has been created but is not already running.":"L\u0027\u00e9valuation a \u00e9t\u00e9 cr\u00e9\u00e9e mais n\u0027est pas encore pass\u00e9e.","The assessment has been suspended by an authorized proctor. If you wish to resume your assessment, please relaunch it and contact your proctor if required.":"L\u0027\u00e9valuation a \u00e9t\u00e9 suspendue par le surveillant autoris\u00e9. Si vous souhaitez reprendre votre \u00e9valuation, veuillez la relancer et contacter votre surveillant si n\u00e9cessaire.","The assessment has been suspended. To resume your assessment, please relaunch it and contact your proctor if required.":"L\u0027\u00e9valuation a \u00e9t\u00e9 suspendue. Pour reprendre votre \u00e9valuation, veuillez la relancer et contacter votre examinateur si n\u00e9cessaire.","The assessment has been suspended. To resume your assessment, please relaunch it.":"L\u0027\u00e9valuation a \u00e9t\u00e9 suspendue. Pour la reprendre, veuillez la relancer.","The assessment has been terminated.":"L\u0027\u00e9valuation s\u0027est achev\u00e9e.","The assessment has been terminated. You cannot interact with it anymore.":"L\u0027\u00e9valuation s\u0027est achev\u00e9e. Vous ne pouvez d\u00e9sormais plus interagir avec celle-ci.","The assessment is still running.":"L\u0027\u00e9valuation est toujours en cours.","The candidate is not allowed to submit invalid responses.":"Le candidat n\u0027a pas la permission de soumettre des r\u00e9ponses invalides.","The column ":"La colonne ","The connection seems to be back, please proceed":"La connexion semble refonctionner, veuillez poursuivre.","The dependency to the IMS QTI AssessmentItemRef \u0022%s\u0022 in the IMS Manifest file could not be resolved.":"La d\u00e9pendance de l\u0027IMS QTI AssessmentItemRef \u0022%s\u0022 dans le fichier de manifeste IMS n\u0027a pas pu \u00eatre r\u00e9solu.","The following identifiers are not unique accross the test : %s":"Les identifiants suivants ne sont pas uniques dans le test : %s","The format of this field is not valid.":"Le format de ce champ n\u0027est pas valide.","The identifier of the item reference.":"L\u0027identifiant de la r\u00e9f\u00e9rence de l\u0027item.","The identifier of the section.":"L\u0027identifiant de la section.","The imported file is not properly UTF-8 encoded.":"Le fichier import\u00e9 ne respecte pas l\u0027encodage en UTF-8.","The IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file was already stored in the Item Bank.":"L\u0027item IMS QTI r\u00e9f\u00e9renc\u00e9 comme \u0022%s\u0022 dans le fichier de manifeste IMS \u00e9tait d\u00e9j\u00e0 enregistr\u00e9 dans la banque d\u0027items.","The IMS QTI Test Package could not be imported.":"Le paquet de test IMS QTI n\u0027a pu \u00eatre import\u00e9.","The IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file could not be imported.":"Le test IMS QTI r\u00e9f\u00e9renc\u00e9 comme \u0022%s\u0022 dans le fichier de manifeste IMS n\u0027a pu \u00eatre import\u00e9.","The index identifier should not be empty":"L\u0027identifiant de l\u0027index ne devrait pas \u00eatre vide.","The lock has been released":"Le verrou a \u00e9t\u00e9 supprim\u00e9","The navigation mode determines the general paths that the candidate may take. A linear mode restricts the candidate to attempt each item in turn. Non Linear removes this restriction.":"Le mode de navigation d\u00e9termine les chemins que le candidat peut prendre. Un mode lin\u00e9aire restreint le candidat \u00e0 passer chaque item \u00e0 la suite. Un mode non-lin\u00e9aire l\u00e8ve cette restriction.","The number of child elements to be selected.":"Le nombre d\u0027\u00e9l\u00e9ments enfant \u00e0 s\u00e9lectionner.","The outcome \u0022%s\u0022 does not exist, but it is referenced by a feedback block!":"Le r\u00e9sultat \u0022%s\u0022 n\u0027existe pas mais est r\u00e9f\u00e9renc\u00e9 par un bloc de rubrique !","The outcomes have been regenerated!":"Les r\u00e9sultats ont \u00e9t\u00e9 r\u00e9g\u00e9n\u00e9r\u00e9s !","The principle identifier of the test.":"Le principal identifiant du test.","The properties of the source class will be replaced by those of the destination class. This might result in a loss of metadata. Continue anyway?":"Les propri\u00e9t\u00e9s de la classe source seront remplac\u00e9es par celles de la classe de destination. Cela pourrait r\u00e9sulter en une perte de m\u00e9tadonn\u00e9es. Continuer malgr\u00e9 tout ?","The provided archive is invalid. Make sure it is not corrupted and that it contains an \u0027imsmanifest.xml\u0027 file.":"L\u0027archive fournie est invalide. Veuillez vous assurer qu\u0027elle n\u0027est pas corrompue et qu\u0027elle contient un fichier \u0027imsmanifest.xml\u0027.","The QTI Test \u0027%s\u0027 to be compiled must contain at least 1 QTI Item. None found.":"Le test QTI \u0027%s\u0027 \u00e0 compiler doit contenir au moins un item QTI. Aucun item n\u0027a \u00e9t\u00e9 trouv\u00e9.","The QTI test could not be retrieved correctly.":"Le test QTI n\u0027a pu \u00eatre r\u00e9cup\u00e9r\u00e9 correctement.","The QTI Test XML or one of its dependencies is malformed or empty.":"Le fichier XML de test QTI ou une de ses d\u00e9pendances est mal form\u00e9 ou vide.","The QTI-XML test could not be written correctly.":"Le test QTI-XML n\u0027a pu \u00eatre \u00e9crit correctement.","The reference.":"La r\u00e9f\u00e9rence.","The resources related to the IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file were rolled back.":"Les ressources li\u00e9es au test IMS QTI r\u00e9f\u00e9renc\u00e9 comme \u0022%s\u0022 dans le fichier de manifeste IMS ont \u00e9t\u00e9 restaur\u00e9s.","The score will be processed for the entire test. A sum of all SCORE outcomes will be computed and divided by the sum of MAX SCORE, the result will be compared to the cut score (or pass ratio), then the PASS_TOTAL outcome will be set accordingly.":"Le score sera trait\u00e9 pour le test entier. Une somme de toutes les sorties SCORE sera trait\u00e9e et divis\u00e9e par la somme de MAX SCORE, le r\u00e9sultat sera compar\u00e9 au score de coupe (ou taux de r\u00e9ussite) puis le r\u00e9sultat PASS_TOTAL sera ajust\u00e9 en cons\u00e9quence.","The score will be processed for the entire test. A sum of all SCORE outcomes will be computed, the result will take place in the SCORE_TOTAL outcome.":"Le score sera trait\u00e9 pour le test entier. Une somme de toutes les r\u00e9ponses SCORE sera calcul\u00e9, le r\u00e9sultat sera plac\u00e9 dans la r\u00e9ponse SCORE_TOTAL.","The section title.":"Le titre de section.","The server has sent an empty response":"Le serveur a envoy\u00e9 une r\u00e9ponse vide.","The submission mode determines when the candidate\u0027s responses are submitted for response processing. A testPart in individual mode requires the candidate to submit their responses on an item-by-item basis. In simultaneous mode the candidate\u0027s responses are all submitted together at the end of the testPart.":"Le mode de soumission d\u00e9termine quand les r\u00e9ponses du candidat sont soumises par traitement de la r\u00e9ponse. Un testPart en mode individuel n\u00e9cessite que le candidat soumette ses r\u00e9ponses sur une base \u0027item par item\u0027. En mode simultan\u00e9 les r\u00e9ponses du candidat sont toutes soumises ensemble \u00e0 la fin du testPart.","The test has been closed\/suspended!":"Le test a \u00e9t\u00e9 ferm\u00e9 ou suspendu !","The test has been paused, we are unable to connect to the server.":"Le test a \u00e9t\u00e9 mis en pause, nous n\u0027arrivons pas \u00e0 nous connecter au serveur.","The test has not been saved.":"Le test n\u0027a pas \u00e9t\u00e9 enregistr\u00e9.","The test part identifier.":"L\u0027identifiant de partie du test.","The test title.":"Le titre du test.","The time limit has been reached for this part of the test.":"La limite de temps a \u00e9t\u00e9 atteinte pour cette partie du test.","The uploaded file is too large (maximum %s bytes)":"Le fichier charg\u00e9 est trop volumineux (maximum de %s octets)","The value for the property \u0022%s\u0022 must be unique.":"La valeur de la propri\u00e9t\u00e9 \u0022%s\u0022 doit \u00eatre unique.","The value of this field must be a valid date format, e.g. YYYY-MM-DD":"La valeur de ce champs doit \u00eatre format\u00e9e telle une date valide, ex. AAAA-MM-JJ","The value of this field must be an integer":"La valeur de ce champ doit \u00eatre un nombre entier.","The value of this field must be numeric":"La valeur de ce champ doit \u00eatre num\u00e9rique","There are %s unanswered questions":"Il y a %s questions sans r\u00e9ponse","There are %s unanswered questions in this part of the test":"Il y a %s questions sans r\u00e9ponse dans cette partie du test","There is %s unanswered question":"Il y a %s question sans r\u00e9ponse","There is %s unanswered question in this part of the test":"Il y a %s question sans r\u00e9ponse dans cette partie du test","There is not outcomes!":"Il n\u0027y a pas de r\u00e9sultat !","There is nothing to list!":"Il n\u0027y a rien \u00e0 lister !","This %s is currently checked out":"Ce %s est en cours de v\u00e9rification.","This constraint affects the visibility of feedback after the end of the last attempt.":"Cette contrainte affecte la visibilit\u00e9 du retour apr\u00e8s la fin de la derni\u00e8re tentative.","This constraint controls whether or not the candidate is allowed to provide a comment on the item during the session. Comments are not part of the assessed responses.":"Cette contrainte contr\u00f4le si la candidat a la permission de fournir un commentaire sur l\u0027item au cours de la session. Les commentaires ne font pas partie des r\u00e9ponses \u00e9valu\u00e9es.","This field is required":"Ce champ est requis.","This field is too long":"Ce champ est trop long.","This field is too short":"Ce champ est trop court.","This is not a valid email address.":"Ce n\u0027est pas une adresse email correcte.","this is required":"ceci est obligatoire","This Login is already in use":"Cet identifiant est d\u00e9j\u00e0 utilis\u00e9","This media cannot be played!":"Ce m\u00e9dia ne peut \u00eatre lu !","This password reset link is no longer valid. It may have already been used. If you still wish to reset your password please request a new link":"Le lien pour r\u00e9initialiser le mot de passe est d\u00e9sormais invalide. Il se peut qu\u0027il a d\u00e9j\u00e0 \u00e9t\u00e9 utilis\u00e9. Si vous souhaitez cependant r\u00e9initialiser votre mot de passe, demandez un nouveau lien.","This resource is locked":"La ressource est verrouill\u00e9e","This role is still given to one or more users. Please remove the role to these users first.":"Ce r\u00f4le est encore affect\u00e9 \u00e0 un ou plusieurs utilisateurs. Veuillez d\u0027abord retirer le r\u00f4le pour ce(s) utilisateur(s).","This should equal %s":"Cela devrait \u00eatre \u00e9gal \u00e0 %s","This should not equal %s":"Cela ne devrait pas \u00eatre \u00e9gal \u00e0 %s","This test has been suspended":"Ce test a \u00e9t\u00e9 suspendu.","This test has been terminated":"Ce test s\u0027est achev\u00e9.","Time limit reached for item \u0022%s\u0022.":"La limite de temps a \u00e9t\u00e9 atteinte pour l\u0027item \u0022%s\u0022.","Time limit reached, this part of the test has ended.":"La limite de temps a \u00e9t\u00e9 atteinte, cette partie du test est termin\u00e9","Time limit reached, this part of the test has ended. However you are allowed to finish the current item.":"Limite de temps atteinte, cette partie du test vient de se terminer. Cependant vous avez la permission de finir l\u0027item en cours.","Time Limits":"Limites de temps","Time Remaining":"Temps restant","Time zone":"Fuseau horaire","Title":"Titre","to":"vers","To reset your password, click the link below, or paste it into your browser. You will then be prompted to create a new password.":"Pour mettre \u00e0 jour votre mot de passe, cliquez sur le lien ci-dessous ou collez-le dans votre navigateur. Il vous sera ensuite demand\u00e9 de cr\u00e9er un nouveau mot de passe.","to translate":"Non traduite","Toggle multiple\/single selection":"Basculer entre s\u00e9lection multiple et simple","Tokenizer":"Codeur de mots r\u00e9serv\u00e9s","Too many suggestions match your query. Only a few are listed":"Trop peu de suggestions correspondent \u00e0 votre requ\u00eate. Seule quelques-unes sont list\u00e9es.","Tools":"Outils","Total duration":"Dur\u00e9e totale","Total score":"Score total","Total:":"Total :","Translate":"Traduire","Translate to":"Traduire en","Translation parameters":"Param\u00e8tres de la traductions","Translation saved":"Traduction enregistr\u00e9e","Tree - Multiple node choice ":"Arborescence - Choix \u00e0 n\u0153uds multiple","Trees":"Arborescences","True":"Vrai","trunc":"tronquer","Tutor":"Tuteur","Type":"Type","Type your search":"Saisissez votre recherche","Unable to access your account?":"Impossible d\u0027acc\u00e9der \u00e0 votre compte ?","Unable to change passwords in demo mode":"Impossible de changer les mots de passe en mode d\u00e9monstration","Unable to copy the resource":"Impossible de copier la ressource","Unable to delete %s":"Impossible de supprimer %s","Unable to delete the selected resource":"Autoriser la suppression de la ressource s\u00e9lectionn\u00e9e","Unable to delete the selected resources":"Impossible de supprimer la ressource s\u00e9lection\u00e9e","Unable to move the resources":"Impossible de d\u00e9placer les ressources","Unable to open file %s":"Impossible d\u0027ouvrir le fichier %s","Unable to release the lock":"Autoriser la publication de la serrure","Unable to remove the property.":"Impossible de supprimer la propri\u00e9t\u00e9.","Unable to save resource.":"Impossible d\u0027enregistrer la ressource.","unable to search into notification.":"impossible de rechercher dans la notification","Unable to send the password reset request":"Impossible d\u0027envoyer la demande de r\u00e9initialisation du mot de passe","Unable to update the asset service":"Impossible de mettre \u00e0 jour le service des assets","Unable to upload file":"Autoriser le t\u00e9l\u00e9chargement du fichier","Unable to upload file %s : %s":"Impossible de charger le fichier %s : %s","Unanswered":"Non r\u00e9pondu","Unanswered items":"Items non r\u00e9pondus","Unary operator +":"Op\u00e9rateur unaire +","Unary operator -":"Op\u00e9rateur unaire -","Uncheck all":"D\u00e9cocher tout","Uncheck All":"D\u00e9cocher tout","Undefined amount of the pages for pagination":"Nombre de pages non d\u00e9fini pour la pagination","Undefined amount of the totalPages for pagination":"Quantit\u00e9 ind\u00e9finie du nombre total de pages pour la pagination","Undo":"Annuler une action","Unexpected error. Please contact administrator":"Erreur inattendue. Merci de contacter l\u0027administrateur.","Unflag for Review":"D\u00e9marquer pour revue","Uninstall of %s failed":"La d\u00e9sinstallation de %s a \u00e9chou\u00e9.","Uninstalled %s":"%s d\u00e9sinstall\u00e9","unknown":"inconnu","Unknown Error":"Erreur Inconnue","Unknown error.":"Erreur inconnue.","unkown task id %s":"id de t\u00e2che inconnue %s","Unlink to use separated durations":"D\u00e9lier pour utiliser des dur\u00e9es s\u00e9par\u00e9es","Update":"Mettre \u00e0 jour","Update ID : %s":"ID de mise \u00e0 jour : %s","Upload":"T\u00e9l\u00e9verser","Upload a QTI 2.1 Test Package File":"Envoyer un fichier paquet de test QTI 2.1","Upload into:":"Envoyer vers\u00a0:","Usage: ImportRdf RDF_FILE [MODEL_ID]":"Utilisation : ImportRdf FICHIER_RDF [ID_MODELE]","Use a term":"Utilisez un terme","Use a variable":"Utiliser une variable","Use Ctrl\/Meta key or Lasso for multiple selection":"Utilisez la touche Ctrl\/Meta ou le lasso pour une s\u00e9lection multiple.","Use default value":"Utiliser la valeur par d\u00e9faut","User":"Utilisateur","User %s can not be locked":"L\u0027utilisateur %s ne peut \u00eatre verrouil\u00e9.","User %s can not be unlocked":"L\u0027utilisateur %s ne peut \u00eatre d\u00e9verrouill\u00e9.","User %s successfully locked":"Utilisateur %s verrouill\u00e9 avec succ\u00e8s","User %s successfully unlocked":"Utilisateur %s d\u00e9verrouill\u00e9 avec succ\u00e8s","User added":"Utilisateur ajout\u00e9","User deleted successfully":"Utilisateur supprim\u00e9 avec succ\u00e8s.","User deletion not permitted on a demo instance":"Suppression de l\u0027utilisateur non permise sur une instance de d\u00e9monstration","User not found":"Utilisateur non trouv\u00e9","User saved":"Utilisateur enregistr\u00e9","User Settings":"Param\u00e8tres Utilisateur","Users":"Utilisateurs","Validate Responses":"Validez les r\u00e9ponses","Validation for field \u0027%s\u0027 has failed. List of values expected":"La validation du champ \u0027%s\u0027 a \u00e9chou\u00e9. Liste de valeurs attendue.","Validation for field \u0027%s\u0027 has failed. Valid role expected. Given: %s":"La validation du champ \u0027%s\u0027 a \u00e9chou\u00e9. Un r\u00f4le valide est attendu. Fourni : %s","Validation for field \u0027%s\u0027 has failed. Valid URI expected":"La validation du champ \u0027%s\u0027 a \u00e9chou\u00e9. Une URI valide est attendue.","Validation for field \u0027%s\u0027 has failed. Valid URI expected. Given: %s":"La validation du champ \u0027%s\u0027 a \u00e9chou\u00e9. Une URI valide est attendue. Fourni : %s","Value":"Valeur","Value of E":"Valeur de E","Value of PI":"Valeur de Pi","Variable":"Variable","Variable %s":"Variable %s","Version":"Version","View and format the collected results.":"Voir et formater les r\u00e9sultats collect\u00e9s.","View report":"Afficher le rapport","View resources as a list":"Voir les ressources comme une liste","View resources as a tree":"Voir les ressources comme un arbre","View Tree":"Aper\u00e7u de l\u0027arborescence","Viewed":"Vues","Viewed items":"Items vus","Views":"Vues","Visible":"Visible","Volume":"Volume","Wait is over":"L\u0027attente est termin\u00e9e.","Waiting":"En attente","Warning \u2013 You have %s remaining to complete the test.":"Attention - Il vous reste %s pour finir le test.","Warning \u2013 You have %s remaining to complete this item.":"Avertissement \u2013 Vous avez %s qui restent pour compl\u00e9ter cet item.","Warning \u2013 You have %s remaining to complete this section.":"Avertissement \u2013 Vous avez %s qui restent pour compl\u00e9ter cette section.","Warning \u2013 You have %s remaining to complete this test part.":"Avertissement \u2013 Vous avez %s qui restent pour compl\u00e9ter cette partie de test.","Warning \u2013 You have %s remaining to complete this test.":"Avertissement \u2013 Vous avez %s restant pour terminer ce test.","We are unable to connect the server to submit your results.":"Il nous est impossible de nous connecter au serveur pour soumettre vos r\u00e9sultats.","We are unable to connect to the server to retrieve the next item.":"Il nous est impossible de nous connecter au serveur pour r\u00e9cup\u00e9rer l\u0027item suivant.","Week":"Semaine","Weight":"Poids","Weights":"Poids","When selecting child elements each element is normally eligible for selection once only.":"Quand des \u00e9l\u00e9ments enfant sont s\u00e9lectionn\u00e9s, chaque \u00e9l\u00e9ment est en principe \u00e9ligible pour une s\u00e9lection unique.","Whether a candidate\u0027s response that is beyond the maximum duration of the item should still be accepted.":"Que la r\u00e9ponse d\u0027un candidat faite au-del\u00e0 de la dur\u00e9e maximale de l\u0027item puisse \u00eatre accept\u00e9e.","Whether a candidate\u0027s response that is beyond the maximum duration of the section should still be accepted.":"Que la r\u00e9ponse d\u0027un candidat faite au-del\u00e0 de la dur\u00e9e maximale de la section puisse \u00eatre accept\u00e9e.","Whether a candidate\u0027s response that is beyond the maximum duration of the test part should still be accepted.":"Que la r\u00e9ponse d\u0027un candidat faite au-del\u00e0 de la dur\u00e9e maximale de la partie de test puisse \u00eatre accept\u00e9e.","Whether a candidate\u0027s response that is beyond the maximum duration should still be accepted.":"Que la r\u00e9ponse d\u0027un candidat faite au-del\u00e0 de la dur\u00e9e maximale puisse \u00eatre accept\u00e9e.","White on Black":"Blanc sur Noir","White on Blue (TAO standard theme)":"Blanc sur Bleu (standard)","Who can view the rubric block during the delivery.":"Qui peut voir le bloc de rubrique pendant la passation.","Whole number part":"Partie du nombre entier","Width":"Largeur","With Replacement":"Avec remplacement","Wrong file mime type":"Mauvais type MIME pour le fichier","Wrong or missing parameter extension, module or action":"L\u0027extension, le module ou l\u0027action du param\u00e8tre est mauvais ou manquant","Wrong parameter shownExtension":"Mauvaise extension de param\u00e8tre affich\u00e9e","XML error at line %1$d column %2$d \u0022%3$s\u0022.":"Erreur XML \u00e0 la ligne %1$d, colonne %2$d \u0022%3$s\u0022.","Yellow on Blue":"Jaune sur Bleu","Yes":"Oui","You answered all %s question(s) in this section":"Vous avez r\u00e9pondu \u00e0 l\u0027ensemble des %s questions dans cette section.","You answered all %s question(s) in this test":"Vous avez r\u00e9pondu \u00e0 l\u0027ensemble des %s questions de ce test.","You answered only %s of the %s question(s) in this section":"Vous avez r\u00e9pondu \u00e0 seulement %s des %s questions dans cette section.","You are about to go to the next item. Click OK to continue and go to the next item.":"Vous allez passer \u00e0 l\u0027item suivant. Cliquez sur OK pour continuer et aller \u00e0 l\u0027item suivant.","You are about to go to the previous item. Click OK to continue and go to the previous item.":"Vous allez passer \u00e0 l\u0027item pr\u00e9c\u00e9dent. Cliquez sur OK pour continuer et aller \u00e0 l\u0027item pr\u00e9c\u00e9dent.","You are about to submit the test.":"Vous allez soumettre le test.","You are about to submit the test. You will not be able to access this test once submitted. Click OK to continue and submit the test.":"Vous allez soumettre le test. Vous n\u0027aurez plus la possibilit\u00e9 d\u0027acc\u00e9der \u00e0 ce test une fois soumis. Cliquez sur OK pour continuer et soumettre le test.","You are encountering a prolonged connectivity loss.":"Vous rencontrez une perte de connectivit\u00e9 prolong\u00e9e.","You are encountering a prolonged connectivity loss. ":"Vous rencontrez actuellement une perte de connectivit\u00e9 prolong\u00e9e.","You are not allowed to write in the class %s":"Vous n\u0027avez pas le droit d\u0027\u00e9crire dans la classe %s.","You are not authorised to remove this lock":"Vous n\u0027\u00eates pas autoris\u00e9 \u00e0 supprimer cette fermeture","You cannot delete the root node":"Vous ne pouvez pas supprimer le noeud de la racine","You cannot move the selected resources in the class %s":"Vous ne pouvez pas d\u00e9placer les ressources s\u00e9lectionn\u00e9es dans la classe %s.","You currently have no access to the platform":"Vous n\u0027avez actuellement pas acc\u00e8s \u00e0 la plate-forme","You do not have the required rights to edit this resource.":"Vous n\u0027avez pas les droits n\u00e9cessaires pour \u00e9diter cette ressource.","You have %s item(s) marked for review.":"Vous avez %s item(s) marqu\u00e9s pour la revue.","You have %s unanswered question(s)":"Vous avez %s question(s) rest\u00e9e(s) sans r\u00e9ponse.","You have %s unanswered question(s) and have %s item(s) marked for review.":"Vous avez %s question(s) non r\u00e9pondues et %s item(s) marqu\u00e9s pour la revue.","You have %s unanswered question(s).":"Vous avez %s question(s) non r\u00e9pondues.","You have been locked due to too many failed login attempts. ":"Vous avez \u00e9t\u00e9 bloqu\u00e9 suite \u00e0 de trop nombreuses tentatives de connexion ayant \u00e9chou\u00e9. ","You have been logged out. Please login again":"Vous avez \u00e9t\u00e9 d\u00e9connect\u00e9. Veuillez vous connecter \u00e0 nouveau.","You must activate JavaScript in your browser to run this application.":"JavaScript doit \u00eatre activ\u00e9 dans votre navigateur pour lancer cette applcation","You will not be able to access this test once submitted. Click \u0022%s\u0022 to continue and submit the test.":"Vous n\u0027aurez plus la possibilit\u00e9 d\u0027acc\u00e9der \u00e0 ce test une fois soumis. Cliquez sur \u0022%s\u0022 pour continuer et soumettre le test.","Your account has been locked, please contact your administrator.":"Votre compte a \u00e9t\u00e9 bloqu\u00e9, veuillez contacter votre administrateur.","Your browser does not meet the technical requirements to run TAO.":"Votre navigateur web ne satisfait pas aux besoins techniques n\u00e9cessaires pour lancer TAO.","Your browser does not support copying to the clipboard":"Votre navigateur web ne supporte pas la copie dans le presse-papiers.","Your browser doesn\u2019t support the audio player.":"Votre navigateur web ne supporte pas la lecture audio.","Your browser doesn\u2019t support the video player.":"Votre navigateur web ne supporte pas la lecture vid\u00e9o.","Your comment\u2026":"Votre commentaire...","Your mail":"Votre adresse mail","Your TAO Password":"Votre mot de passe TAO","Zoom":"Zoom","Zoom in":"Zoom avant","Zoom out":"Zoom arri\u00e8re"} \ No newline at end of file +{" ":" "," AND ":" ET "," and ":" et "," has been deleted successfully":" a \u00e9t\u00e9 supprim\u00e9 avec succ\u00e8s."," is ":" est "," next":" suivant"," requires a subgrid adapter":" requiert un adaptateur de sous-grille","%1$s expected but %2$s detected":"%1$s attendu mais %2$s trouv\u00e9","%d attempts left before your account is locked.":"%d tentatives restantes avant que votre compte soit verrouill\u00e9.","%d day":"%d jour","%d days":"%d jours","%h hour":"%h heure","%h hours":"%h heures","%i minute":"%i minute(s)","%i minutes":"%i\u00a0minute(s)","%m month":"%m mois","%m months":"%m mois","%s %s selected":"%s %s s\u00e9lectionn\u00e9","%s (%s kb)":"%s (%s kb)","%s Class saved":"%s Classe sauvegard\u00e9e","%s classes":"%s classes","%s Confirmation":"%s Confirmation","%s could not be released":"%s n\u0027a pu \u00eatre lib\u00e9r\u00e9","%s created":"%s cr\u00e9\u00e9","%s extension(s) to install.":"%s extension(s) \u00e0 installer.","%s has been deleted":"%s a \u00e9t\u00e9 supprim\u00e9","%s has been released":"%s a \u00e9t\u00e9 lib\u00e9r\u00e9","%s instances":"%s instances","%s is of a type that cannot be published":"%s est dans un format qui n\u0027a pas pu \u00eatre publi\u00e9","%s Locked":"%s verrouill\u00e9","%s\u0022 is not a valid index identifier. It must start with a letter and contain letters, numbers or underscores only":"%s n\u0027est pas un identifiant d\u0027index valide. Celui-ci devrait d\u00e9buter par un caract\u00e8re alphab\u00e9tique et contenir soit des caract\u00e8res, des nombres ou des barre de soulign\u00e9 uniquement. ","%y year":"%y ann\u00e9e","%y years":"%y ann\u00e9es","(empty)":"(vide)","... reloading page.":"... rechargement de la page.","Filters<\/del>":"Filtres<\/del>","Options<\/del>":"Options<\/del>"," %s <\/strong> has been moved to the background.":" %s <\/strong> a \u00e9t\u00e9 d\u00e9plac\u00e9 en arri\u00e8re-plan.","> Extension %s succesfully installed.":"> Extension %s install\u00e9e avec succ\u00e8s.","> Installation done.":"> Installation termin\u00e9e.","a class":"une classe","A concurrent delivery has been detected. Please use the last open session. The present window can be closed.":"Un test concurrent a \u00e9t\u00e9 lanc\u00e9 dans une autre page pour le m\u00eame utilisateur. La pr\u00e9sente page a \u00e9t\u00e9 mise en pause et peut \u00eatre ferm\u00e9e.","A date has to be a Datetime or timestamp":"Une date doit \u00eatre une Dateheure ou un horodatage.","A fatal error occured during the installation process.":"Une erreur fatale s\u0027est produite pendant l\u0027installation.","A maintenance status must have a STATUS: \u0022%s\u0022 or \u0022%s":"Un \u00e9tat de maintenance doit avoir un \u00c9TAT : \u0022%s\u0022 ou \u0022%s","A message with further instructions has been sent to your email address: %s":"Un message avec des instructions a \u00e9t\u00e9 envoy\u00e9e vers votre adresse courriel: %s","A QTI Item involved in the QTI Test \u0027%s\u0027 could not be compiled.":"Un item QTI contenu dans le test QTI \u0027%s\u0027 n\u0027a pas p\u00fb \u00eatre compil\u00e9","A QTI Test must contain at least one QTI Item to be compiled. None found.":"Un test QTI doit contenir au un item QTI pour \u00eatre compil\u00e9. Aucun trouv\u00e9","A qti testpackage":"Un paquet test QTI","A remote resource referenced in QTI test \u0027%s\u0027 could not be retrieved.":"Une ressource distante r\u00e9f\u00e9renc\u00e9e dans le test QTI \u0027%s\u0027 n\u0027a pu \u00eatre r\u00e9cup\u00e9r\u00e9e.","A response to every question in this item is required.":"Une r\u00e9ponse est demand\u00e9e \u00e0 chaque question de cet item.","A response to this item is required.":"Une r\u00e9ponse est attendue pour cet item.","A valid response to this item is required.":"Une r\u00e9ponse valide est demand\u00e9e pour cet item.","A visible section is one that is identifiable by the candidate.":"Une section visible est celle identifiable par le candidat.","abs":"abs","Absolute value":"Valeur absolue","AC":"AC","Access Denied":"Acc\u00e8s refus\u00e9","Access denied. Please renew your authentication!":"Acc\u00e8s refus\u00e9. Veuillez renouveler votre authentification !","Account status":"\u00c9tat du compte","Action":"Action","Action %s - removed %s positions":"Action %s - %s positions supprim\u00e9es","Action `%s` is not configured in the action queue service":"L\u0027action `%s` n\u0027est pas configur\u00e9e dans le service de file d\u0027attente des actions.","Action was not executed yet":"L\u0027action n\u0027a pas encore \u00e9t\u00e9 ex\u00e9cut\u00e9e.","Actions":"Actions","Activated":"Activ\u00e9","Add":"Ajouter","Add a CSV file":"Ajouter un fichier CSV","add a new weight":"ajouter un nouveau poids","Add a user":"Ajouter un utilisateur","Add a zip file containing QTI\/APIP tests and items":"Ajouter un fichier zip contenant des tests et des items QTI\/APIP","Add an RDF\/XML file":"Ajouter un fichier RDF\/XML","Add Consumer":"Ajouter un consommateur","Add file(s)":"Ajouter un ou des fichier(s)","Add property":"Ajouter une propri\u00e9t\u00e9","Add selected item(s) here.":"Ajouter le ou les items s\u00e9lectionn\u00e9s ici.","Add the source file":"Ajouter le fichier source","Adding search index for %s":"Ajouter l\u0027index de recherche pour %s","Adding the new class has failed":"L\u0027ajout d\u0027une nouvelle classe a \u00e9chou\u00e9.","Adding the new resource has failed":"L\u0027ajout d\u0027une nouvelle ressource a \u00e9chou\u00e9.","Advanced search, add filters":"Recherche avanc\u00e9e, ajout de filtres","After you complete the section it would be impossible to return to this section to make changes. Are you sure you want to end the section?":"Apr\u00e8s avoir compl\u00e9t\u00e9 cette section il sera impossible de revenir pour y effectuer des changements. \u00cates-vous donc certain de vouloir terminer cette section maintenant ?","all":"tout","All":"Tous","All data will be removed in %s":"Toutes les donn\u00e9es vont \u00eatre supprim\u00e9es dans %s","All fields are required":"Tous les champs sont requis","All rights reserved.":"Tous droits r\u00e9serv\u00e9s.","Allow Comment":"Autoriser les commentaires","Allow Review":"Permettre la revue","Allow Section Skipping":"Permettre le saut de section","Allow Skipping":"Autoriser le saut","Allow skipping of the current section.":"Autoriser le saut de la section courante.","Allow the candidate to review his answers.":"Permettre au candidat de revoir ses r\u00e9ponses.","Allow the test-taker to eliminate \/ strikethrough answers in choice interactions.":"Permettre au participant d\u0027\u00e9liminer les r\u00e9ponses barr\u00e9es dans les interactions de type choix.","Allow the test-taker to highlight parts of the item text.":"Permettre au participant de mettre en \u00e9vidence des parties du texte de l\u0027item.","Allow the test-taker to mask and unmask answers in choice interactions.":"Permettre au participant de masquer et d\u00e9masquer des r\u00e9ponses dans les interactions de type choix.","Allow the test-taker to mask parts of the item with a movable mask.":"Permet au participant de masquer des parties de l\u0027item avec un masque amovible.","Allow the test-taker to use a basic calculator.":"Permet au participant d\u0027utiliser une calculatrice basique.","Allow the test-taker to use a calculator respecting the order of operations (BODMAS).":"Permettre au participant d\u0027utiliser une calculatrice respectant l\u0027ordre des op\u00e9rations (BODMAS).","Allow the test-taker to use a movable magnifier tool.":"Permet au participant d\u0027utiliser une loupe amovible.","Allow the test-taker to use a scientific calculator.":"Permettre au participant d\u0027utiliser une calculatrice scientifique.","Allow the test-taker to visually isolate a line of text.":"Permet au participant d\u0027isoler visuellement une ligne de texte.","Allows Test-taker to zoom in and out the item content.":"Permettre au participant d\u0027utiliser le zoom sur le contenu de l\u0027item.","Alpha version":"Version alpha","Also compute the score per categories":"Effectuer \u00e9galement le traitement par cat\u00e9gories","An email has been sent":"Un courriel vous a \u00e9t\u00e9 envoy\u00e9","An error occured while retrieving items":"Une erreur s\u0027est produite lors de la r\u00e9cup\u00e9ration des items.","An error occurred during results submission. Please retry.":"Une erreur inconnue s\u0027est produite pendant la soumission des r\u00e9sultats. Veuillez r\u00e9essayer.","An error occurred during the test initialization!":"Une erreur s\u0027est produite lors de l\u0027initialisation du test !","An error occurred during the test, please content your administrator.":"Une erreur s\u0027est produite lors du test, veuillez contacter votre administrateur.","An error occurred during user deletion":"Une erreur s\u0027est produite lors de la suppression d\u0027un utilisateur.","An error occurred!":"Une erreur s\u0027est produite !","An error occurs, please contact your administrator":"Une erreur s\u0027est produite, veuillez contacter votre administrateur.","An exception occured while running \u0022%s":"Une erreur d\u0027est produite lors du lancement de %s.","an instance":"une instance","An invisible section with a parent that is subject to shuffling can specify whether or not its children, which will appear to the candidate as if they were part of the parent, are shuffled as a block or mixed up with the other children of the parent section.":"Une section invisible avec un parent qui est sujet au m\u00e9lange peut sp\u00e9cifier si ses enfants -- qui appara\u00eetront au candidat comme s\u0027ils faisaient partie du parent -- seront m\u00e9lang\u00e9s comme un bloc ou avec les autres enfants de la section parente.","An item involved in the test cannot be read or is not QTI compliant.":"Un item impliqu\u00e9 dans le test ne peut \u00eatre lu ou n\u0027est pas conforme \u00e0 QTI.","An item involved in the test cannot be written.":"Un item impliqu\u00e9 dans le test ne peut \u00eatre \u00e9crit.","An unknown error occured while compiled QTI Test \u0027%s\u0027.":"Une erreur inconnue s\u0027est produite pendant la compilation du test QTI \u0027%s\u0027.","An unknown error occured while compiling QTI test \u0027%s\u0027.":"Une erreur inconnue s\u0027est produite pendant la compilation du QTI test \u0027%s\u0027. ","and flagged %s of them":"et marqu\u00e9 %s d\u0027entre eux","and you flagged %s item(s) that you can review now":"et vous avez signal\u00e9 %s item(s) que vous pouvez maintenant revoir.","Ans":"Ans","Answer Eliminator":"\u00c9liminateur de r\u00e9ponse","Answer Masking":"Masquage de r\u00e9ponse","Answered":"R\u00e9pondu","Apply":"Appliquer","Arc cosine":"Arc cosinus","Arc sine":"Arc sinus","Arc tangent":"Arc tangente","Archived":"Archiv\u00e9","Are you sure to delete the versioned resource?\nThe history will be lost as well.":"\u00cates-vous s\u00fbr de vouloir supprimer la ressource versionn\u00e9e ?\nL\u0027historique sera \u00e9galement perdu.","Are you sure you want to clear your answer and go to the next item? You will not be able to go back and provide an answer.":"\u00cates-vous certain de vouloir effacer votre r\u00e9ponse et d\u0027aller \u00e0 l\u0027item suivant ? Il ne vous sera pas possible de revenir en arri\u00e8re et de founir une r\u00e9ponse par la suite.","Are you sure you want to delete it?":"\u00cates-vous s\u00fbr(e) de vouloir le supprimer ?","Are you sure you want to end the test?":"\u00cates-vous s\u00fbr de vouloir terminer le test ?","Are you sure you want to go to the next item? You will not be able to go back and change your answer.":"\u00cates-vous certain de vouloir aller \u00e0 l\u0027item suivant ? Il ne vous sera pas possible de revenir en arri\u00e8re et de founir une r\u00e9ponse par la suite.","Are you sure you want to go to the next item? You will not be able to go back and provide an answer.":"\u00cates-vous certain de vouloir aller \u00e0 l\u0027item suivant ? Il ne vous sera pas possible de revenir en arri\u00e8re et de founir une r\u00e9ponse par la suite.","Are you sure you want to go to the next item? You will not be able to go back.":"\u00cates-vous certain de vouloir aller \u00e0 l\u0027item suivant ? Il ne vous sera pas possible de revenir en arri\u00e8re.","Area Masking":"Masquage de zone","Arguments separator":"S\u00e9parateur d\u0027arguments","Assessment Activity":"Activit\u00e9 de l\u0027\u00e9valuation","Assets":"Actifs","Assign":"Assigner","Assign User to role":"Assigner l\u0027utilisateur \u00e0 un r\u00f4le","Assign Users":"Assigner les utilisateurs","Associate a blueprint to a section allow you to validate this section against the specified blueprint.":"Associer un plan \u00e0 une section vous permet de valider cette section par rapport au plan sp\u00e9cifi\u00e9.","Associate Blueprint":"Associer un plan","At least one mandatory parameter was required but found missing in your request":"Au moins un param\u00e8tre \u00e9tait n\u00e9cessaire mais est se trouve manquant dans votre requ\u00eate.","Author":"Auteur","Author Item":"Cr\u00e9er l\u0027item","Authoring":"\u00c9dition","auto unlocked in %s":"auto-verrouill\u00e9 dans %s","Auxiliary file not found at location \u0022%s\u0022.":"Fichier auxiliaire non trouv\u00e9 \u00e0 l\u0027emplacement \u0022%s\u0022.","Available":"Disponible","Available Extensions":"Extensions disponibles","Back":"Pr\u00e9c\u00e9dent","Back to listing":"Retour au r\u00e9f\u00e9rencement","Base-10 logarithm":"Logarithme en base 10","Beta version":"Version b\u00eata","Binary operator *":"Op\u00e9rateur binaire *","Binary operator +":"Op\u00e9rateur binaire +","Binary operator -":"Op\u00e9rateur binaire -","Binary operator \/":"Op\u00e9rateur binaire \/","Binary operator modulo":"Op\u00e9rateur binaire modulo","Black on Cream":"Noir sur Cr\u00e8me","Black on Light Blue":"Noir sur Bleu Clair","Black on Light Magenta":"Noir sur Mauve","Black on White":"Noir sur Blanc","Browse folders:":"Parcourir les dossiers:","Browse...":"Naviguer...","C":"C","Calculator":"Calculatrice","Calculator BODMAS":"Calculatrice BODMAS","Calendar":"Calendrier","cancel":"annuler","Cancel":"Annuler","CANCEL":"ANNULER","cancel the action":"annuler l\u0027action","Cancelled":"Annul\u00e9","Candidate":"Candidat","Cannot be edited":"Ne peut \u00eatre modifi\u00e9","Cannot divide by zero":"Impossible de diviser par 0","Cardinality":"Cardinalit\u00e9 ","Case sensitive":"Respect de la casse","Categories":"Cat\u00e9gories","Category score":"Score de cat\u00e9gorie","ceil":"plafond","Change password":"Changer le mot de passe","Change the current color preset":"Modifier le mod\u00e8le courant de couleurs","Change the password":"Modifier le mot de passe","Change the sign of the current operand":"Changer le signe de l\u0027op\u00e9rande actuelle","Check All":"Cocher Tout","Check all":"Cocher tout","Check-in":"D\u00e9poser","Choose a value...":"Choisissez une valeur...","Choose export format":"Format d\u0027export","Choose import format":"Format d\u0027import","Class":"Classe","class selected":"classe s\u00e9lectionn\u00e9e","Class successfully created.":"Classe cr\u00e9\u00e9e avec succ\u00e8s.","Class uri provided is not a valid class.":"La classe URI fournie n\u0027est pas une classe valide.","Cleaning up tmp space complete":"Nettoyage de l\u0027espace temporaire achev\u00e9","Cleaning up tmp space started":"Le nettoyage de l\u0027espace temporaire a d\u00e9marr\u00e9.","Clear":"Effacer","Clear All":"Tout effacer","Clear all active highlights":"Effacer toutes les mises en surbrillance actives","Clear all data":"Effacer toutes les donn\u00e9es","Clear expression":"Effacer l\u0027expression","Clear Highlights":"Effacer la mise en surbrillance","Clear History":"Effacer l\u0027historique","Clear history":"Effacer l\u0027historique","Clear selection":"Effacer la s\u00e9lection","Clear the stored variables":"Effacer les variables enregistr\u00e9es","Click \u0022%s\u0022 to continue.":"Cliquez sur \u0022%s\u0022 pour continuer.","Click to reload.":"Cliquez pour recharger.","Click to speak":"Cliquez pour parler","Click to start":"Cliquez pour d\u00e9marrer","Close":"Fermer","Close Magnifier":"Fermer la loupe","Close message":"Fermer le message","Close the mask":"Fermer le masque","Close this Section":"Fermer cette section","Code Version":"Version du code","Collapse the review panel":"Fermer le panneau de revu","Collecting of abandoned actions in the action queue ...":"Collecte des actions avort\u00e9es dans la file d\u0027attente des actions...","Column":"Colonne","Combine a selection of items into tests.":"Combiner une s\u00e9lection d\u0027items en tests.","Comment":"Commentaire","comment...":"commentaire...","Commit":"Valider","Completed":"Termin\u00e9","Completed - Error":"Termin\u00e9 avec erreur","Completed items":"Items compl\u00e9t\u00e9s","Compute the expression":"Traiter l\u0027expression","Confirm":"Confirmer","Connect to the TAO platform":"Connexion \u00e0 la plate-forme TAO","Connected to server":"Connect\u00e9 au serveur","Continue":"Continuer","Contrast":"Contraste","Controls the contribution of an individual item score to the overall test score.":"Contr\u00f4le la part de contribution d\u0027un score d\u0027item individuel par rapport au score global du test.","Controls the maximum number of attempts allowed. 0 means unlimited.":"Contr\u00f4le le nombre maximal de tentatives permises. \u00270\u0027 signifie \u0027sans limite\u0027.","Copy":"Copier","Copy To":"Copier vers","Copy to":"Copier vers","Copy to clipboard":"Copier vers le presse-papiers","cos":"cos","cosh":"cosh","Cosine":"Cosinus","Covers parts of the item":"Couvre des parties de l\u0027item","Create":"Cr\u00e9er","Create and design items and exercises.":"Cr\u00e9er et concevoir des items et des exercices.","Create instance of ":"Cr\u00e9er une instance de ","Created":"Cr\u00e9\u00e9","CSV":"CSV","CSV Options":"Options CSV","Cube root":"Racine cubique","Current language":"Langue courante","Current playback position":"Position de lecture en cours","Custom":"Personnalis\u00e9","custom categories":"Cat\u00e9gories personnalis\u00e9es","Custom outcome processing. No changes will be made to the existing rules.":"Traitement personnalis\u00e9 de la r\u00e9ponse. Aucun changement ne sera appliqu\u00e9 aux r\u00e8gles existantes.","Cut score":"S\u00e9parer le score","Cut score (pass ratio)":"Score de passage (taux de r\u00e9ussite)","Data imported":"Importation des donn\u00e9es","Data imported successfully":"Donn\u00e9es import\u00e9es avec succ\u00e8s.","Data imported. Some records are invalid.":"Donn\u00e9es import\u00e9es. Certains enregistrements sont invalides.","Data language":"Langue des donn\u00e9es","Data Language":"Langue des donn\u00e9es","Data not imported. All records are invalid.":"Donn\u00e9es non import\u00e9es. Tous les enregistrements sont invalides.","Date":"Date","Default search":"Recherche par d\u00e9faut","Define the default values":"D\u00e9finir les valeurs par d\u00e9faut","Deg":"Deg","Degree":"Degr\u00e9s","Delete":"Supprimer","Delete Left":"Supprimer \u00e0 gauche","Delete Right":"Supprimer \u00e0 droite","Delete the term on the left side of the cursor":"Supprimer le terme \u00e0 gauche du curseur","Delete the term on the right side of the cursor":"Supprimer le terme \u00e0 droite du curseur","Deleting search index for %s":"Supprimer l\u0027index de recherche pour %s","Deliveries":"Passations","Deliveries library":"Biblioth\u00e8que de passations","Demo Sandbox":"D\u00e9monstration","Digit 0":"Chiffre 0","Digit 1":"Chiffre 1","Digit 2":"Chiffre 2","Digit 3":"Chiffre 3","Digit 4":"Chiffre 4","Digit 5":"Chiffre 5","Digit 6":"Chiffre 6","Digit 7":"Chiffre 7","Digit 8":"Chiffre 8","Digit 9":"Chiffre 9","Disable validation":"D\u00e9sactiver la validation","Disabled %s":"%s d\u00e9sactiv\u00e9","Disconnected from server":"D\u00e9connect\u00e9 du serveur","Display a warning before the test-taker ends a test part and there are still items left unanswered or marked for review.":"Afficher un avertissement avant que le participant termine une partie de test et que certains items sont laiss\u00e9s sans r\u00e9ponse ou marqu\u00e9s pour revue.","Display a warning before the test-taker ends the test part.":"Afficher un avertissement avant que le participant termine une partie de test.","Display a warning before the test-taker ends the test.":"Afficher un avertissement avant que le participant termine le test.","Display a warning before the test-taker skips the section. Requires the Section Skipping option.":"Afficher un avertissement avant que le participant saute une section. Cela demande que l\u0027option Saut de section soit activ\u00e9e.","Display End Test Warning":"Afficher un avertissement de fin de test","Display Next Part Warning":"Afficher un avertissement avant la prochaine partie","Display Next Section Warning":"Afficher un avertissement avant la prochaine section","Display Unanswered Warning":"Afficher un avertissement en cas de non-r\u00e9ponse","Displayed label":"\u00c9tiquette affich\u00e9e","Displays a customisable magnifier":"Afficher une loupe personnalisable","Do not flag the current item for later review":"Ne pas signaler l\u0027item courant pour une revue tardive","Do not show alert on timeout":"Ne pas afficher d\u0027alerte de temps \u00e9coul\u00e9","Do you wish to install the following extension(s):\n%s?":"Souhaitez-vous installer le(s) extension(s) suivante(s) :\n%s ?","does not match":"Ne correspond pas","Don\u0027t set":"Ne pas ins\u00e9rer","Dot":"Point","Download":"T\u00e9l\u00e9charger","Download this file":"T\u00e9l\u00e9charger ce fichier","Drag file here":"glisser le fichier ici","Drag files here":"glisser les fichiers ici","Drop the files to upload":"Choisissez des fichiers \u00e0 envoyer","Duplicate":"Dupliquer","Edit":"\u00c9diter","Edit a user":"\u00c9diter un utilisateur","Edit class %s":"\u00c9dition de la classe %s","Edit Instance":"Modifier Instance","Edit Tree":"\u00c9diter l\u0027arborescence","Element":"\u00c9l\u00e9ment","Element deleted.":"\u00c9l\u00e9ment supprim\u00e9.","Eliminate choices":"\u00c9liminer les choix","Email":"Email","Enable Mark for Review":"Permet le marquage pour r\u00e9vision","Enable mark for review of items. Requires the Review Screen option.":"Permet le marquage pour r\u00e9vision des items. N\u00e9cessite l\u0027option passage en revue de l\u0027\u00e9cran.","Enable Review Screen":"Permet le passage en revue de l\u0027\u00e9cran","Enable selection":"Permettre la s\u00e9lection","Enable Skipping Ahead":"Permet saut en avant","Enable the item review screen \/ navigator.":"Permet l\u0027\u00e9cran de passage en revue de l\u0027item \/ le navigateur.","enabled":"activ\u00e9","Enabled %s":"%s activ\u00e9","Enables skipping to items within this section. Requires the review screen option.":"Permet le saut vers les items \u00e0 l\u0027int\u00e9rieur de cette section. Demande l\u0027option revue \u00e9cran.","End of document reached. Continuing from the beginning.":"Fin du document atteinte. Continuer depuis le d\u00e9but ?","End test":"Finir le test","End Test":"Finir le test","Enter":"Entr\u00e9e","Enter a blueprint":"Entrez un plan","Enter a custom category":"Entrer une cat\u00e9gorie personnalis\u00e9e","Error":"Erreur","Error adding search index for %s with message %s":"Erreur lors de l\u0027ajout de l\u0027index de recherche pour %s avec le message %s","Error during file import":"Erreur pendant l\u0027import du fichier.","Error found in the IMS QTI Test:\n%s":"Erreur trouv\u00e9e dans le test IMS QTI : \n%s","Error in result":"Erreur dans le r\u00e9sultat","Error in syntax":"Erreur de syntaxe","Error in value":"Erreur dans la valeur","Event Log":"Journal des \u00e9v\u00e9nements","Exclusive (OR)":"Exclusif (OU)","Execute":"Ex\u00e9cuter","Executing task %s failed":"L\u0027ex\u00e9cution de la t\u00e2che %s a \u00e9chou\u00e9.","exp":"exp","Expand the review panel":"Ouvrir le panneau de revu","Exponent":"Exposant","Export":"Exporter","Export ":"Export","Export \u0022%s\u0022 in %s":"Exportation de \u0022%s\u0022 dans %s","Export CSV":"Exporter en CSV","Export failed for the test \u0022%s":"L\u0027export a \u00e9chou\u00e9 pour le test \u0022%s","Export failed.":"L\u0027export a \u00e9chou\u00e9.","Export Irregularities":"Exporter les irr\u00e9gularit\u00e9s","Export metadata":"Exporter m\u00e9tadonn\u00e9es","Export Metadata as RDF\/XML file":"Exporter les m\u00e9tadonn\u00e9es en fichier RDF\/XML","Export QTI 2.1 Test Package":"Exporter le paquet de test QTI 2.1","Export QTI 2.2 Test Package":"Exporter le paquet de test QTI 2.2","Export succeeded.":"L\u0027export a r\u00e9ussi.","Export successful for the test \u0022%s":"Export du test \u0022%s effectu\u00e9 avec succ\u00e8s","Export Table":"Exporter la table","Extension \u0022%s\u0022 has been installed":"L\u0027extension \u0022%s\u0022 a \u00e9t\u00e9 install\u00e9e.","Extensions manager":"Gestionnaire d\u0027extensions","Factorial":"Factorielle","Failed":"\u00c9chec","Failed to delete index for %s":"\u00c9chec de la suppression de l\u0027index pour %s","False":"Faux","Feedback block":"Bloc de retour","Field delimiter":"S\u00e9parateur de champ","Field encloser":"Cl\u00f4ture de champ","Fields must match":"Les champs doivent correspondre.","File":"Fichier","File download failed":"Le t\u00e9l\u00e9chargement du fichier a \u00e9chou\u00e9.","File name":"Nom de fichier","File not found":"Fichier non trouv\u00e9","File not found!":"Fichier introuvable !","File Properties":"Propri\u00e9t\u00e9s du fichier","file selected":"S\u00e9lectionner le fichier","File Uploader":"T\u00e9l\u00e9chargeur de fichier","files selected":"fichiers s\u00e9lectionn\u00e9s","Filter":"Filtrer","Filter by value":"Filtrer par valeur","Filtering mode":"Mode de filtrage","First Name":"Pr\u00e9nom","First page":"Premi\u00e8re page","First row column names":"Noms de colonne en premi\u00e8re ligne","Fit to width":"Adapter \u00e0 la largeur","Fixed":"Fix\u00e9","Fixed position in a shuffled the selection.":"Position fixe dans une s\u00e9lection al\u00e9atoire.","Flag for Review":"Signaler pour revue","Flag the current item for later review":"Signaler l\u0027item courant pour une revue tardive","Flagged":"Marqu\u00e9","floor":"sol","Force Release":"Forcer la publication","Force the item to be considered as informational and not taken into account in (un)answered \/ flagged counters.":"Forcer l\u0027item \u00e0 \u00eatre consid\u00e9r\u00e9 comme informationnel et non pris en compte dans les compteurs (non)r\u00e9pondus \/ marqu\u00e9s.","Forgot your password?":"Mot de passe oubli\u00e9 ?","From":"De","Fuzzy Matching":"Correspondance floue","Generis Form":"Formulaire Generis","Get History":"Obtenir l\u0027historique","Get the history list":"Obtenir l\u0027historique","Go Back":"Revenir","Go to next item":"Aller \u00e0 l\u0027item suivant","Go to the next item?":"Aller \u00e0 l\u0027item suivant ?","Gray on Green":"Gris sur Vert","Group test takers according to global features and classifications.":"Grouper les participants selon des fonctionnalit\u00e9s globales et des classifications.","Groups":"Groupes","Groups library":"Biblioth\u00e8que des groupes","Height":"Hauteur","Help":"Aide","Hi, %s
You indicated that you have forgotten your TAO password.":"Bonjour %s
Vous avez indiqu\u00e9 avoir perdu votre mot de passe TAO.","Hide detailed report":"Cacher le rapport d\u00e9taill\u00e9","Hide Review":"Cacher la revue","Hide the review screen":"Cacher l\u0027\u00e9cran de revue","Hide the warning automatically displayed when a test-taker exit a timed section.":"Cacher l\u0027avertissement affich\u00e9 automatiquement quand un participant sort d\u0027une section limit\u00e9e en temps.","Hide Timed Section Warning":"Cacher l\u0027avertissement de section limit\u00e9e en temps","Hide timers":"Cacher l\u0027indicateur de temps restant","Highlight":"Mise en \u00e9vidence","Highlight all":"Tout surligner","Highlight Text":"Texte de mise en \u00e9vidence","Highlighter":"Surligneur","History":"Historique","hours":"heures","Html title":"Titre HTML","Hyperbolic arc cosine":"Arc cosinus hyperbolique","Hyperbolic arc sine":"Arc sinus hyperbolique","Hyperbolic arc tangent":"Arc tangente hyperbolique","Hyperbolic cosine":"Cosinus hyperbolique","Hyperbolic sine":"Sinus hyperbolique","Hyperbolic tangent":"Tangente hyperbolique","Identifier":"Identifiant","If required it must appear (at least once) in the selection.":"Si n\u00e9cessaire cela doit appara\u00eetre au moins une fois dans la s\u00e9lection.","If required, it must appears at least once in the selection.":"Si n\u00e9cessaire cela doit appara\u00eetre au moins une fois dans la s\u00e9lection.","If set, it causes the order of the child elements to be randomized, otherwise it uses the order in which the child elements are defined.":"Si d\u00e9fini, l\u0027ordre des \u00e9l\u00e9ments fils est al\u00e9atoire, sinon c\u0027est l\u0027ordre dans lequel les \u00e9l\u00e9ments sont d\u00e9finis qui est utilis\u00e9.","If the candidate can skip the item, without submitting a response (default is true).":"Si le candidat peut passer un item sans soumettre de r\u00e9ponse (cas par d\u00e9faut).","If the category option is set, the score will also be processed per categories, and each results will take place in the PASS_xxx outcome, where xxx is the name of the category.":"Si l\u0027option cat\u00e9gorie est mise, le score sera \u00e9galement trait\u00e9 par cat\u00e9gorie et chaque r\u00e9sultat prendra place dans la r\u00e9ponse PASS_xxx o\u00f9 xxx est le nom de la cat\u00e9gorie.","If the category option is set, the score will also be processed per categories, and each results will take place in the SCORE_xxx outcome, where xxx is the name of the category.":"Si l\u0027option cat\u00e9gorie est mise, le score sera \u00e9galement trait\u00e9 par cat\u00e9gorie et chaque r\u00e9sultat prendra place dans la r\u00e9ponse PASS_xxx o\u00f9 xxx est le nom de la cat\u00e9gorie.","If you do not wish to reset your password, just ignore this email and your password will remain the same.":"Si vous ne souhaitez pas r\u00e9initialiser votre mot de passe, ignorez simplement cet email et votre mot de passe restera inchang\u00e9.","Import":"Importer","Import ":"Import","Import a %s into \u0022%s":"Importer un %s dans \u0022%s","Import a QTI\/APIP Content Package":"Importer un paquet de contenu QTI\/APIP","Import Completed":"Import compl\u00e9t\u00e9","Import failed.":"L\u0027import a \u00e9chou\u00e9.","Import Metadata from CSV file":"Importer des m\u00e9ta-donn\u00e9es \u00e0 partir d\u0027un fichier CSV","Import Metadata from RDF file":"Importer des m\u00e9ta-donn\u00e9es \u00e0 partir d\u0027un fichier RDF","Import QTI TEST into \u0022%s":"Importer un test QTI dans \u0022%s","Import succeeded.":"L\u0027import a r\u00e9ussi.","Imported %1$d\/%2$d. Some records are invalid.":"%1$d\/%2$d import\u00e9. Certains enregistrements sont non valides.","Imported %d resources":"%d ressources import\u00e9es","Imported resource \u0022%s":"Ressource %s import\u00e9e","impossible to update task status":"Impossible de mettre \u00e0 jour l\u0027\u00e9tat de la t\u00e2che","IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file could not be imported.":"L\u0027item IMS QTI r\u00e9f\u00e9renc\u00e9 comme \u0022%s\u0022 dans le fichier de manifeste IMS n\u0027a pu \u00eatre import\u00e9.","IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file successfully imported.":"L\u0027item IMS QTI r\u00e9f\u00e9renc\u00e9 comme \u0022%s\u0022 dans le fichier de manifeste IMS a \u00e9t\u00e9 import\u00e9 avec succ\u00e8s.","IMS QTI Test Package successfully imported.":"Paquet de test IMS QTI import\u00e9 avec succ\u00e8s.","IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file successfully imported.":"Test IMS QTI r\u00e9f\u00e9renc\u00e9 comme \u0022%s\u0022 dans le fichier de manifeste IMS import\u00e9 avec succ\u00e8s.","In Progress":"En cours","In progress":"En cours","In this part of the test navigation is not allowed.":"Dans cette partie du test la navigation n\u0027est pas autoris\u00e9e.","Inclusive (AND)":"Inclusif (ET)","Inconsistency at line %1d:":"Inconsistence \u00e0 la ligne %1d :","Index":"Index","Index has been deleted for %s":"L\u0027index a \u00e9t\u00e9 supprim\u00e9 pour %s.","Individual":"Individuel","Infinity":"Infini","Informational Item Usage":"Utilisation d\u0027item informationnel","Injector has to contains a valid \u0022destination\u0022 field.":"L\u0027injecteur doit contenir un champ \u0022destination\u0022 valide.","Injector has to contains a valid \u0022source\u0022 field.":"L\u0027injecteur doit contenir un champ \u0022source\u0022 valide.","Install":"Installer","Installation done.":"Installation termin\u00e9e.","Installation...":"Installation...","Installed Extensions":"Extensions install\u00e9es","Installed Version":"Version install\u00e9e","Installing extension %s...":"Installation de l\u0027extension %s...","Instance saved":"Instance enregistr\u00e9e","Interface language":"Langue de l\u0027interface","Interface Language":"Langue de l\u0027interface","Internal server error!":"Erreur interne du serveur !","Invalid date range (must be after or the same as: %s)":"Plage de donn\u00e9es invalide (doit \u00eatre apr\u00e8s ou tel que : %s)","Invalid date range (must be after: %s)":"Plage de donn\u00e9es invalide (doit \u00eatre apr\u00e8s : %s)","Invalid date range (must be before or the same as: %s)":"Plage de donn\u00e9es invalide (doit \u00eatre avant ou tel que : %s) ","Invalid date range (must be before: %s)":"Plage de donn\u00e9es invalide (doit \u00eatre avant : %s)","Invalid field length":"La longueur du champ est invalide","Invalid field range (maximum value: %s)":"\u00c9chelle de valeur pour ce champ invalide (valeur maximale : %s)","Invalid field range (minimum value: %1$s, maximum value: %2$s)":"\u00c9chelle de valeur pour ce champ invalide (valeur minimale : %1$s, valeur maximale : %2$s)","Invalid field range (minimum value: %s)":"\u00c9chelle de valeur pour ce champ invalide (valeur minimale : %s)","Invalid file size (minimum %1$s bytes, maximum %2$s bytes)":"Taille de fichier invalide (minimum %1$s octets, maximum %2$s octets)","Invalid file type!":"Type de fichier invalide","Invalid input for function":"Entr\u00e9e invalide pour la fonction","Invalid login or password. Please try again.":"Identifiant ou mot de passe invalide. Veuillez r\u00e9essayer.","Invalid login or password. Your account has been locked, please contact your administrator.":"Login ou mot de passe invalide. Votre compte a \u00e9t\u00e9 verrouill\u00e9, veuillez contacter votre administrateur.","invalid regular expression":"Expression r\u00e9guli\u00e8re non valide","is already used in the test.":"est d\u00e9j\u00e0 utilis\u00e9 dans le test.","is not a valid identifier (alphanum, underscore, dash and dots)":"n\u0027est pas un identifiant valide (caract\u00e8re alphanum\u00e9rique, tiret-bas, tiret et point).","is not a valid identifier (everything except spaces)":"is not a valid identifier (tout sauf des espaces)","Item \u0022%s\u0022 is completed.":"L\u0027item \u0022%s\u0022 est termin\u00e9.","Item %d":"Item %d","Item %d of %d":"Item %d sur %d","Item Reference Properties":"Propri\u00e9t\u00e9s de r\u00e9f\u00e9rence de l\u0027item","Item Session Control":"Contr\u00f4le de session de l\u0027item","Items":"Articles","items":"articles","Items can optionally be assigned to one or more categories.":"Les items peuvent en option \u00eatre assign\u00e9s \u00e0 une ou plusieurs cat\u00e9gories.","Items Compilation":"Compilations des items","Items library":"Banque d\u0027items","Items marked for later review":"Items marqu\u00e9s pour une revue tardive","Items with assessmentItemRef identifiers \u0022%s\u0022 are not registered in the related CAT endpoint.":"Les items avec des identifiants assessmentItemRef \u0022%s\u0022 ne sont pas enregistr\u00e9s dans le point d\u0027acc\u00e8s CAT correspondant.","Keep Together":"Conserver ensemble","Label":"Libell\u00e9","Language":"Langue","Last attempt before your account is locked.":"Derni\u00e8re tentative avant que votre compte soit verrouill\u00e9.","Last Name":"Nom","Last page":"Derni\u00e8re page","Last result":"Dernier r\u00e9sultat","Late submission allowed":"Soumission tardive permise","Leave a comment":"Laisser un commentaire","Left parenthesis":"Parenth\u00e8se ouvrante","less than a minute":"Moins d\u0027une minute","Line Reader":"Lecteur de ligne","Linear":"Lin\u00e9aire","Link durations to activate the guided navigation":"Dur\u00e9e des liens pour activer la navigation guid\u00e9e","List":"Liste","List - Multiple choice - Check box":"Liste - Choix multiple - Case \u00e0 cocher","List - Single choice - Drop down":"Liste - Choix unique - Liste d\u00e9roulante","List - Single choice - Radio button":"Liste - Choix multiple - Bouton radio","Lists":"Listes","Load more":"Charger plus","Loaded":"Charg\u00e9","Loaded at Startup":"Charg\u00e9 au d\u00e9marrage","Loading":"Chargement","Loading status":"\u00c9tat du chargement","Loading task status ...":"\u00c9tat du chargement de la t\u00e2che...","locked by %s":"verrouill\u00e9 par %s","Locked duration : guided navigation. The test transition to the next item once the duration reaches 0.":"Dur\u00e9e verrouill\u00e9e : navigation guid\u00e9e. Le test passe \u00e0 l\u0027item suivant une fois que la dur\u00e9e atteint 0.","Log in":"Se connecter","Log Out":"Se d\u00e9connecter","Login":"Identifiant","Login available":"Identifiant disponible","Login is already in use.":"L\u0027identifiant est d\u00e9j\u00e0 utilis\u00e9.","Login is empty.":"L\u0027identifiant est vide.","Logout":"Se d\u00e9connecter","LTI":"LTI","LTI Consumers":"Consommateurs LTI","LTI Providers":"Prestataires de services LTI","Magnifier":"Loupe","Magnify less":"R\u00e9tr\u00e9cir","Magnify more":"Grossir","Magnifying Glass":"Loupe","Maintenance service must have a persistence option.":"Le service de maintenance doit avoir une option de persistance.","Maintenance storage driver is not set":"Le pilote de stockage de maintenance n\u0027est pas configur\u00e9.","Manage Access Rights":"G\u00e9rer les droits d\u0027acc\u00e8s","Manage Assets":"G\u00e9rer les actifs","Manage class schema":"G\u00e9rer le sch\u00e9ma de classe","Manage groups":"G\u00e9rer les groupes","Manage items":"G\u00e9rer les items","Manage Media":"G\u00e9rer les m\u00e9dias","Manage Results":"Gestion des r\u00e9sultats","Manage roles":"G\u00e9rer les r\u00f4les","Manage Roles and apply them to users.":"G\u00e8re des r\u00f4les et les applique aux utilisateurs.","Manage Rubric Blocks":"G\u00e9rer les blocs de rubrique","Manage Schema":"G\u00e9rer le sch\u00e9ma","Manage test properties":"G\u00e9rer les propri\u00e9t\u00e9s du test","Manage test takers":"Gestion des participants","Manage Tests":"G\u00e9rer les tests","Manage tests":"G\u00e9rer les tests","Manage users":"G\u00e9rer les utilisateurs","Manage Versioned File":"G\u00e9rer les fichiers versionn\u00e9s","Map the properties to the CSV columns":"Choisissez les propri\u00e9t\u00e9s relatives aux colonnes CSV","Mark for review":"Marquer pour le passage en revue","Masking":"Masquage","Match value":"Valeur de correspondance","Max Attempts":"Nombre maximal de tentatives","Maximum Duration":"Dur\u00e9e maximale","Maximum duration : the items times out when the duration reaches 0.":"Dur\u00e9e maximale : l\u0027acc\u00e8s aux items s\u0027arr\u00eate quand la dur\u00e9e atteint z\u00e9ro.","Maximum duration for the all test.":"Dur\u00e9e maximale pour le test entier.","Maximum duration for this item.":"Dur\u00e9e maximale pour cet item.","Maximum duration for this section.":"Dur\u00e9e maximale pour cette section.","Maximum duration for this test part.":"Dur\u00e9e maximale pour cette partie du test.","Maximum selection reached":"Nombre de s\u00e9lections maximal atteint","Media":"M\u00e9dia","Media Manager":"Gestionnaire de m\u00e9dia","Media Manager extension":"G\u00e9rer les m\u00e9dias.","Media resize along with their container, e.g. 50% means half of the container size not half of the media size.":"Redimensionnement de la taille du m\u00e9dia parall\u00e8lement \u00e0 celle de son conteneur, par exemple 50 % signifie la moiti\u00e9 de taille du conteneur et non la moiti\u00e9 de la taille du m\u00e9dia.","Message":"Message","Messages":"Messages","Metadata export is not available for test \u0022%s.":"L\u0027export des m\u00e9tadonn\u00e9es n\u0027est pas disponible pour le test \u0022%s\u0022.","Metadata export is not available for the selected resource.":"L\u0027exportation de la m\u00e9tadonn\u00e9e n\u0027est pas disponible pour la ressource s\u00e9lection\u00e9e.","Minimum Duration":"Dur\u00e9e minimale","Minimum duration : enforces the test taker to stay on the item for the given duration.":"Dur\u00e9e minimale : oblige le participant \u00e0 rester sur l\u0027item pendant une dur\u00e9e d\u00e9finie.","Minimum duration for the test.":"Dur\u00e9e minimale pour le test.","Minimum duration for this item.":"Dur\u00e9e minimale pour cet item.","Minimum duration for this section.":"Dur\u00e9e minimale pour cette section.","Minimum duration for this test part.":"Dur\u00e9e minimale pour cette partie de test.","minutes":"minutes","Missed test package file":"Fichier de paquet de test manqu\u00e9","missing config %s for the service %s":"configuration %s manquante pour le service %s","Missing Parameters":"Param\u00e8tres manquants","modulo":"modulo","More":"Plus","Move":"D\u00e9placer","Move Down":"D\u00e9placer vers le bas","Move Left":"D\u00e9placer \u00e0 gauche","Move Right":"D\u00e9placer \u00e0 droite","Move role":"D\u00e9placer le r\u00f4le","Move the cursor one step on the left":"D\u00e9placer le curseur d\u0027un pas sur la gauche","Move the cursor one step on the right":"D\u00e9placer le curseur d\u0027un pas sur la droite","Move to":"D\u00e9placer vers","Move To":"D\u00e9placer vers","Move Up":"D\u00e9placer vers le haut","Moving this element will replace the properties of the previous class by those of the destination class :":"En bougeant cet \u00e9l\u00e9ment, les propri\u00e9t\u00e9s de la classe pr\u00e9c\u00e9dente seront remplac\u00e9es par ceux de la classe de destination :","Moving to the next item without time limit reached message.":"Passer \u00e0 l\u0027item suivant sans message de limite de temps.","Multiple values delimiter":"D\u00e9limiteur de valeurs multiples","Mute":"Sourdine","My custom text translation":"Ma traduction de texte personnalis\u00e9e","My settings":"Mes param\u00e8tres","My settings (%s)":"Mes param\u00e8tres (%s)","Name":"Nom","Natural logarithm":"Logarithme n\u00e9p\u00e9rien","Navigation":"Navigation","Navigation Warnings":"Avertissements de navigation","network":"r\u00e9seau","New class":"Cr\u00e9er classe","New delivery":"Nouvelle passation","New Group":"Nouveau groupe","New item":"Nouvel item","New passage":"Nouveau passage","New password":"Nouveau mot de passe","New role":"Nouveau r\u00f4le","New Rubric Block":"Nouveau bloc de rubrique","New section":"Nouvelle section","New test":"Cr\u00e9er test","New test part":"Nouvelle partie de test","New test-taker":"Cr\u00e9er participant","Next":"Suivant","Next match":"R\u00e9sultat suivant","Next page":"Page suivante","Next Section":"Section suivante","No":"Non","No action specified":"Aucun action indiqu\u00e9e","No CAT Engine configured for CAT Endpoint \u0022%s\u0022.":"Aucun moteur CAT configur\u00e9 pour le point d\u0027acc\u00e8s CAT \u0022%s\u0022.","No client translation bundles updated":"Aucun paquet de traduction client mis \u00e0 jour","No extensions available.":"Pas d\u0027extension disponible.","No file found at location \u0022%s\u0022.":"Pas de fichier trouv\u00e9 \u00e0 l\u0027emplacement \u0022%s\u0022.","no file not found in this location":"pas de fichier trouv\u00e9 \u00e0 cette endroit","No file selected":"Pas de fichier s\u00e9lectionn\u00e9","No files":"Aucun fichier","no label":"sans \u00e9tiquette","No more attempts allowed for item \u0022%s\u0022.":"Une tentative sur l\u0027item \u0022%s\u0022 n\u0027est plus permise.","no outcome declaration found":"pas de d\u00e9claration de sortie trouv\u00e9e","No outcome processing. Erase the existing rules, if any.":"Pas de traitement de r\u00e9ponse. Supprime les r\u00e8gles existantes s\u0027il y en a.","No reference to any IMS QTI Item found.":"Aucune r\u00e9f\u00e9rence \u00e0 un item IMS QTI trouv\u00e9e.","No Task yet":"Pas encore de t\u00e2che","Node duplication has failed":"La duplication de n\u0153ud a \u00e9chou\u00e9.","Non Linear":"Non lin\u00e9aire","None":"Aucun","Not all test could be exported":"Tous les tests n\u0027ont pu \u00eatre export\u00e9s","Not shuffled, the position remains fixed.":"Pas m\u00e9lang\u00e9, la position reste fix\u00e9e.","Not started":"Non d\u00e9marr\u00e9","Nothing imported":"Aucune donn\u00e9e n\u0027a \u00e9t\u00e9 import\u00e9e","Nothing to install !":"Rien \u00e0 installer !","Nothing to list!":"Rien \u00e0 lister !","Notifications":"Notifications","Nth root":"Racine n-i\u00e8me","Number of elements":"Nombre d\u0027\u00e9l\u00e9ments","of":"de","Off":"Inactif","Ok":"OK","OK":"OK","OK & End test":"Ok et Finir le test","Old Password":"Ancien mot de passe","On":"Actif","Once you close this section, you cannot return to it or change your answers.":"Une fois cette section close vous ne pouvez pas y revenir ni changer vos r\u00e9ponses.","One or more dependent IMS QTI Items could not be imported.":"Un ou plusieurs items IMS QTI d\u00e9pendants n\u0027ont pu \u00eatre import\u00e9s.","Only display the items marked for review":"Afficher uniquement les items marqu\u00e9s pour revu","Only display the unanswered items":"Afficher uniquement les items non r\u00e9pondus","Open Calculator":"Ouvrir la calculatrice","Operated By ":"G\u00e9r\u00e9 par ","or":"ou","Ordering":"Tri","Outcome":"R\u00e9sultat","Outcome declarations":"D\u00e9clarations de r\u00e9sultat","Outcome processing":"Traitement de r\u00e9sultat","Package is valid but no tests were found. Make sure that it contains valid QTI tests.":"Le paquet est valide mais aucun test n\u0027a \u00e9t\u00e9 trouv\u00e9. Assurez-vous qu\u0027il contient des tests QTI valides.","Page":"Page","Part %d":"Partie %d","Password":"Mot de passe","Password changed":"Mot de pass\u00e9 modifi\u00e9","Password is empty.":"Le mot de passe est vide.","Password reset":"R\u00e9initialisation du mot de passe","Password successfully changed":"Mot de passe mis \u00e0 jour","Passwords are not matching":"Les mots de passe ne correspondent pas","Pause":"Pause","Permission denied to write in the selected class":"Permission refus\u00e9e d\u0027\u00e9crire dans la classe s\u00e9lectionn\u00e9e","Play":"Lecture","Please confirm deletion":"Veuillez confirmer la suppression.","Please confirm deletion of %s.":"Veuillez confirmer la suppression de %s.","Please confirm deletion of user %s":"Veuillez confirmer la suppression de l\u0027utilisateur %s.","Please confirm locking of account %s":"Veuillez confirmer le verrouillage du compte %s.","Please confirm property deletion!":"Veuillez confirmer la suppression de la propri\u00e9t\u00e9","Please confirm this operation.":"Veuillez confirmer cette op\u00e9ration.","Please confirm unlocking of account %s":"Veuillez confirmer le d\u00e9verrouillage du compte %s.","Please confirm you want to leave the test.":"Veuillez confirmer votre d\u00e9cision de quitter le test.","Please contact %s or an administrator to release it":"Veuillez contacter %s ou un administrateur pour le lib\u00e9rer","Please contact your administrator.":"Veuillez contacter votre administrateur.","Please download the track and listen offline.":"Veuillez t\u00e9l\u00e9charger la piste et l\u0027\u00e9couter hors ligne.","Please download the video and view offline.":"Veuillez t\u00e9l\u00e9charger la vid\u00e9o et la visionner hors ligne.","Please give a message to your commit":"Veuillez ajouter un message \u00e0 votre validation","Please provide a reason":"Veuillez fournir une raison","Please report bugs, ideas, comments or feedback on the TAO Forum":"Merci de rapporter tout souci rencontr\u00e9, ainsi que vos id\u00e9es, vos commentaires et vos impressions sur le forum TAO.","Please wait":"Veuillez patienter","Please wait while ...":"Veuillez patienter...","Please wait while we try to restore the connection.":"Veuillez attendre pendant que nous essayons de restaurer la connexion.","Portable Custom Interactions":"Interactions personnalis\u00e9es portables","Post install processing":"Traitement apr\u00e8s installation","Power of":"Puissance de","Power of 10":"Puissance de 10","Prepare, publish deliveries sessions.":"Pr\u00e9parer et publier des passations.","Preparing installation...":"Pr\u00e9paration de l\u0027installation...","Preview":"Aper\u00e7u ","Preview the covered area":"Pr\u00e9visualiser la zone couverte","Previous":"Pr\u00e9c\u00e9dent","Previous match":"Pr\u00e9c\u00e9dente correspondance","Previous page":"Page pr\u00e9c\u00e9dente","Proceed":"Poursuivre","Proctor":"Surveillant","Properties":"Propri\u00e9t\u00e9s","Provided URL is not valid":"L\u0027URL fournie est invalide.","Publish":"Publier","Publish the test":"Publier le test","QTI 2.1 Test Driver":"Driver de test QTI 2.1","QTI Item Runner":"Lanceur d\u0027item QTI","QTI Test \u0022%s\u0022 publishing failed.":"La publication du test QTI \u0022%s\u0022 a \u00e9chou\u00e9.","QTI Test \u0022%s\u0022 successfully published.":"Test QTI \u0022%s\u0022 publi\u00e9 avec succ\u00e8s.","QTI Test Package 2.1":"Paquet de test QTI 2.1","QTI Test Package 2.2":"Paquet de test QTI 2.2","QTI\/APIP Test Content Package":"Paquet de contenu de test QTI\/APIP","Queued":"Mis en file d\u0027attente","Rad":"Rad","Radian":"Radian","random":"al\u00e9atoire","Random value":"Valeur al\u00e9atoire","Range field is required":"Le champ de port\u00e9e est n\u00e9cessaire.","RDF":"RDF","Record and manage test takers.":"Enregistrer et g\u00e9rer les participants.","Reference":"R\u00e9f\u00e9rence","Refresh":"Actualiser","Regenerate":"R\u00e9g\u00e9n\u00e9rer","Release":"Publication","Releasing the lock might cause the work in progress by %s to be lost.":"Lib\u00e9rer le verrou pourrait causer la perte du travail en cours par %s.","Remind":"Rappeller","Remind Last":"Rappeller le dernier","Remind the last value":"Rappeller la derni\u00e8re valeur","Remind the next expression in the history":"Rappeller la prochaine expression dans l\u0027historique","Remind the previous expression in the history":"Rappeller la pr\u00e9c\u00e9dente expression dans l\u0027historique","Remind the recorded value":"Rappeller la valeur enregistr\u00e9e","Remove":"Supprimer","Remove Item Reference":"Supprimer la r\u00e9f\u00e9rence \u00e0 l\u0027item","Remove Message":"Enlever ce message","Remove Rubric Block":"Supprimer le bloc de rubrique","Remove Section":"Supprimer la section","Remove Test Part":"Supprimer une partie du test","Remove this file":"Supprimer ce fichier","Removed %s directories":"%s r\u00e9pertoires supprim\u00e9s","Removed %s files":"%s fichiers supprim\u00e9s","Removing: %s":"Suppression : %s","Repeat new password":"Confirmer le nouveau mot de passe","Repeat password":"R\u00e9p\u00e9ter le mot de passe","Request a password reset via Email.":"Demander une r\u00e9initialisation du mot de passe par email.","require notification ID":"demande un ID de notification","Required":"N\u00e9cessaire","Required field":"Champ requis","required length":"taille requise","Requires":"N\u00e9cessite","Reset":"R\u00e9initialiser","Reset filters":"R\u00e9initialiser les filtres","Resource":"Ressource","Resource copied":"Ressource copi\u00e9e","Resource Identifier":"Identifiant de ressource","Resource Identifier could not be copied to the clipboard":"L\u0027identifiant de ressource n\u0027a pas pu \u00eatre copi\u00e9 dans le presse-papier.","Resource Identifier has been copied to the clipboard":"L\u0027identifiant de ressource a \u00e9t\u00e9 copi\u00e9 dans le presse-papier.","Resource not imported due to multiple super classes":"La ressource n\u0027a pas pu \u00eatre importer a cause de la pr\u00e9sence de plusieurs super-classes","Resource not imported due to multiple types":"La ressource n\u0027a pas pu \u00eatre importer a cause de la pr\u00e9sence de plusieurs types","Resource saved":"Ressource enregistr\u00e9e","Resource(s) successfully exported.":"Ressource(s) export\u00e9e(s) avec succ\u00e8s.","resources":"ressources","Resources moved":"Ressources d\u00e9plac\u00e9es","Responsive mode":"Mode r\u00e9actif","Restore sound":"Restorer le son","Results":"R\u00e9sultats","Results library":"Biblioth\u00e8que de r\u00e9sultats","Results Monitoring":"Surveillance des r\u00e9sultats","Return to sign in page":"Revenir \u00e0 la page de connexion","Review":"R\u00e9vision","Review my Answers":"Examiner mes r\u00e9ponses","Right parenthesis":"Parenth\u00e8se fermante","Role saved":"R\u00f4le enregistr\u00e9","Roles":"R\u00f4les","Roles library":"Biblioth\u00e8que de r\u00f4les","round":"arrondi","Round to closest whole number":"Arrondi au nombre entier le plus proche","Round to lower whole number":"Arrondi au nombre entier inf\u00e9rieur","Round to upper whole number":"Arrondi au nombre entier sup\u00e9rieur","Row %s":"Ligne %s","Rubric Block":"Bloc de rubrique","Rubric Block Properties":"Propri\u00e9t\u00e9s du bloc de rubrique","Rubric Blocks":"Blocs de rubrique","Running task %s":"T\u00e2che %s en cours","Save":"Enregistrer","Scientific Calculator":"Calculatrice scientifique","Scope":"Etendue","Scorer":"Marqueur","Scoring":"Notation","Scratch pad":"Bloc-notes","Scratch Pad":"Bloc-notes","Scratchpad":"Bloc-notes","Search":"Rechercher","Search %s":"Rechercher %s","Search by properties":"Recherche par propri\u00e9t\u00e9s","Search sub-classes":"Chercher des sous-classes","second":"seconde","seconds":"secondes","Section %d":"Section %d","Section %d of %d":"Section %d sur %d","Section level category enables configuring the categories of its composing items all at once. A category in gray means that all items have that category. A category in white means that only a few items have that category.":"La cat\u00e9gorie de niveau de section permet de configurer les cat\u00e9gories des items qui le composent en une seule fois. Une cat\u00e9gorie en gris signifie que tous les items ont cette cat\u00e9gorie. Une cat\u00e9gorie en blanc signifie que seuls quelques items ont cette cat\u00e9gorie.","Section Properties":"Propri\u00e9t\u00e9s de section","Security":"S\u00e9curit\u00e9","Select":"S\u00e9lectionner","select":"choisir","Select a blueprint":"S\u00e9lectionnez un plan","Select a class":"S\u00e9lectionner une classe","Select a destination":"S\u00e9lectionner une destination","Select a language":"S\u00e9lectionner un langage","Select Items":"S\u00e9lectionner des items","Select loaded %s":"S\u00e9lectionner %s charg\u00e9","Select the way the responses of your test should be processed":"Choisissez la fa\u00e7on dont les r\u00e9ponses de votre test doivent \u00eatre trait\u00e9es","Select this file":"S\u00e9lectionner le fichier","select...":"s\u00e9lectionner...","Selected":"S\u00e9lectionn\u00e9","Selected file:":"Fichier s\u00e9lectionn\u00e9 :","Selection":"S\u00e9lection","Selection saved successfully":"S\u00e9lection enregistr\u00e9e avec succ\u00e8s","self-locked":"Autoverrouill\u00e9","Send":"Envoyer","Set outcome identifier the feedback block is related to":"Indiquer l\u0027identifiant de r\u00e9ponse auquel le bloc de retour est li\u00e9","Set the cut score (or pass score ratio) associated to the test. It must be a float between 0 and 1.":"D\u00e9finir le score de passage (ou taux de r\u00e9ussite) associ\u00e9 au test. Il doit \u00eatre un nombre flottant entre 0 et 1.","Set the rubric block as a feedback block":"Indiquer le bloc de rubrique comme un bloc de retour","Set the trigonometric function to work in degrees":"R\u00e9gler la fonction trigonom\u00e9trique pour fonctionner en degr\u00e9s","Set the trigonometric function to work in radians":"R\u00e9gler la fonction trigonom\u00e9trique pour fonctionner en radians","Set the value of the outcome that will activate the feedback block":"Indiquer la valeur de la r\u00e9ponse qui activera le bloc de retour","Set the weight identifier used to process the score":"Indiquer l\u0027identifiant du poids utilis\u00e9 pour traiter le score","Set the XHTML-QTI class of the rubric block.":"Indiquer la classe XHTML-QTI du bloc de rubrique","Set the XHTML-QTI identifier of the rubric block.":"Indiquer l\u0027identifiant XHTML-QTI du bloc de rubrique","Settings":"Param\u00e8tres","Settings updated":"R\u00e9glages mis \u00e0 jour","Show detailed report":"Montrer le d\u00e9tail du rapport","Show Feedback":"Montrer le retour","Show Review":"Montrer le passage en revue","Show Solution":"Afficher la solution","Show the review screen":"Afficher l\u0027\u00e9cran de revue","Show the solution once the answer is submitted.":"Afficher la solution une fois que la r\u00e9ponse a \u00e9t\u00e9 soumise.","Show timers":"Montrer les temps","Show\/Hide the review screen":"Afficher\/cacher l\u0027\u00e9cran de revue","Shuffle":"M\u00e9langer","Sign change":"Changement de signe","Simultaneous":"Simultan\u00e9","sin":"sin","Sine":"Sinus","sinh":"sinh","Size":"Taille","Skip":"Passer","Skip & End Test":"Passer et finir le test","Skip and end test":"Passer et finir le test","Skip and go to the end of the test":"Passer et aller \u00e0 la fin du test","Skip and go to the next item":"Passer et aller \u00e0 l\u0027item suivant","Skip to the end of the test":"Passer jusqu\u0027\u00e0 la fin du test","Skip to the next item":"Passer au prochain item","Skip to the next section":"Passer \u00e0 la prochaine section","Some resources have not been moved: %s":"Certaines ressources n\u0027ont pas \u00e9t\u00e9 d\u00e9plac\u00e9es : %s","Some rubric blocks have been updated to reflect the changes in the list of outcomes.":"Certains blocs de rubrique ont \u00e9t\u00e9 mis \u00e0 jour pour refl\u00e9ter les changements dans la liste des r\u00e9sultats.","Speech speed":"Vitesse du discours","Square root":"Racine carr\u00e9e","Start of document reached. Continuing from the end.":"D\u00e9but du document atteint. Continuation depuis la fin.","Start Test-part":"Commencer la test-part","Status":"\u00c9tat","Status of":"\u00c9tat de","Stop":"Arr\u00eater","Store":"Enregistrer","Store the value a variable":"Enregistrer la valeur dans une variable","Submission":"Envoi","Submit and go to the end of the test":"Envoyer et finir le test","Submit and go to the item %s":"Soumettre et aller \u00e0 la rubrique %s","Submit and go to the next item":"Envoyer et aller \u00e0 l\u0027item suivant","Submit and go to the previous item":"Envoyer et aller \u00e0 l\u0027item pr\u00e9c\u00e9dent","SUBMIT THE TEST":"SOUMETTRE LE TEST","Success":"Succ\u00e8s","Successfully imported \u0022%s":"Exportation r\u00e9ussie de \u0022%s","Successfully imported %s tripples":"Import r\u00e9ussie de %s triplets","Successfully imported class \u0022%s":"Classe \u0022%s import\u00e9e avec succ\u00e8s","Successfully updated %s client translation bundles":"Mise \u00e0 jour avec succ\u00e8s de %s paquets de traduction client","Supported export formats":"Formats d\u0027export support\u00e9s","Syntax error":"Erreur de syntaxe","tan":"tan","Tangent":"Tangente","tanh":"tanh","Tao Default Theme":"Th\u00e8me TAO par d\u00e9faut","TAO Home":"Menu principal TAO","TAO Login":"Connexion \u00e0 TAO","Task %s has been cancelled, message was not processed.":"La t\u00e2che %s a \u00e9t\u00e9 annul\u00e9e, le message n\u0027a pas \u00e9t\u00e9 trait\u00e9.","task created":"t\u00e2che cr\u00e9\u00e9e","Task Listing":"Listing des t\u00e2ches","Task Name":"Nom de t\u00e2che","Task not found":"T\u00e2che non trouv\u00e9e","Task not returned any report.":"La t\u00e2che n\u0027a retourn\u00e9 aucun rapport.","technical":"technique","Term":"Terme","Test":"Test","Test constructor":"Constructeur de test","Test metadata successfully exported.":"M\u00e9ta-donn\u00e9es du test export\u00e9es avec succ\u00e8s.","Test Navigation":"Navigation dans le test","Test Part Properties":"Propri\u00e9t\u00e9s des pi\u00e8ces d\u0027essai","Test Saved":"Test enregistr\u00e9","Test status":"\u00c9tat du test","Test takers library":"Participants","Test-Taker Tools":"Outils du participant","Test-takers":"Participants","Tests":"Tests","Tests library":"Tests","Text - Long - Box":"Texte - Long - Bo\u00eete","Text - Long - HTML editor":"Texte - Long - \u00c9diteur HTML","Text - Short - Field":"Texte - Long - Champ","Text content":"Contenu du texte","Text to Speech":"Synth\u00e8se vocale","The \u0027imsmanifest.xml\u0027 file found in the archive is not valid.":"Le fichier \u0027imsmanifest.xml\u0027 trouv\u00e9 dans l\u0027archive n\u0027est pas valide.","The action will be applied to":"Cette action sera appliqu\u00e9e \u00e0","The action will be applied to the following":"L\u0027action sera appliqu\u00e9e \u00e0 ce qui suit.","The action will not be applied to ":"L\u0027action ne sera pas appliqu\u00e9e \u00e0 ","The action will not be applied to the following":"L\u0027action ne sera pas appliqu\u00e9e \u00e0 ce qui suit.","The assessment has been created but is not already running.":"L\u0027\u00e9valuation a \u00e9t\u00e9 cr\u00e9\u00e9e mais n\u0027est pas encore pass\u00e9e.","The assessment has been suspended by an authorized proctor. If you wish to resume your assessment, please relaunch it and contact your proctor if required.":"L\u0027\u00e9valuation a \u00e9t\u00e9 suspendue par le surveillant autoris\u00e9. Si vous souhaitez reprendre votre \u00e9valuation, veuillez la relancer et contacter votre surveillant si n\u00e9cessaire.","The assessment has been suspended. To resume your assessment, please relaunch it and contact your proctor if required.":"L\u0027\u00e9valuation a \u00e9t\u00e9 suspendue. Pour reprendre votre \u00e9valuation, veuillez la relancer et contacter votre examinateur si n\u00e9cessaire.","The assessment has been suspended. To resume your assessment, please relaunch it.":"L\u0027\u00e9valuation a \u00e9t\u00e9 suspendue. Pour la reprendre, veuillez la relancer.","The assessment has been terminated.":"L\u0027\u00e9valuation s\u0027est achev\u00e9e.","The assessment has been terminated. You cannot interact with it anymore.":"L\u0027\u00e9valuation s\u0027est achev\u00e9e. Vous ne pouvez d\u00e9sormais plus interagir avec celle-ci.","The assessment is still running.":"L\u0027\u00e9valuation est toujours en cours.","The candidate is not allowed to submit invalid responses.":"Le candidat n\u0027a pas la permission de soumettre des r\u00e9ponses invalides.","The column ":"La colonne ","The connection seems to be back, please proceed":"La connexion semble refonctionner, veuillez poursuivre.","The dependency to the IMS QTI AssessmentItemRef \u0022%s\u0022 in the IMS Manifest file could not be resolved.":"La d\u00e9pendance de l\u0027IMS QTI AssessmentItemRef \u0022%s\u0022 dans le fichier de manifeste IMS n\u0027a pas pu \u00eatre r\u00e9solu.","The following identifiers are not unique accross the test : %s":"Les identifiants suivants ne sont pas uniques dans le test : %s","The format of this field is not valid.":"Le format de ce champ n\u0027est pas valide.","The identifier of the item reference.":"L\u0027identifiant de la r\u00e9f\u00e9rence de l\u0027item.","The identifier of the section.":"L\u0027identifiant de la section.","The imported file is not properly UTF-8 encoded.":"Le fichier import\u00e9 ne respecte pas l\u0027encodage en UTF-8.","The IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file was already stored in the Item Bank.":"L\u0027item IMS QTI r\u00e9f\u00e9renc\u00e9 comme \u0022%s\u0022 dans le fichier de manifeste IMS \u00e9tait d\u00e9j\u00e0 enregistr\u00e9 dans la banque d\u0027items.","The IMS QTI Test Package could not be imported.":"Le paquet de test IMS QTI n\u0027a pu \u00eatre import\u00e9.","The IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file could not be imported.":"Le test IMS QTI r\u00e9f\u00e9renc\u00e9 comme \u0022%s\u0022 dans le fichier de manifeste IMS n\u0027a pu \u00eatre import\u00e9.","The index identifier should not be empty":"L\u0027identifiant de l\u0027index ne devrait pas \u00eatre vide.","The lock has been released":"Le verrou a \u00e9t\u00e9 supprim\u00e9","The navigation mode determines the general paths that the candidate may take. A linear mode restricts the candidate to attempt each item in turn. Non Linear removes this restriction.":"Le mode de navigation d\u00e9termine les chemins que le candidat peut prendre. Un mode lin\u00e9aire restreint le candidat \u00e0 passer chaque item \u00e0 la suite. Un mode non-lin\u00e9aire l\u00e8ve cette restriction.","The number of child elements to be selected.":"Le nombre d\u0027\u00e9l\u00e9ments enfant \u00e0 s\u00e9lectionner.","The outcome \u0022%s\u0022 does not exist, but it is referenced by a feedback block!":"Le r\u00e9sultat \u0022%s\u0022 n\u0027existe pas mais est r\u00e9f\u00e9renc\u00e9 par un bloc de rubrique !","The outcomes have been regenerated!":"Les r\u00e9sultats ont \u00e9t\u00e9 r\u00e9g\u00e9n\u00e9r\u00e9s !","The principle identifier of the test.":"Le principal identifiant du test.","The properties of the source class will be replaced by those of the destination class. This might result in a loss of metadata. Continue anyway?":"Les propri\u00e9t\u00e9s de la classe source seront remplac\u00e9es par celles de la classe de destination. Cela pourrait r\u00e9sulter en une perte de m\u00e9tadonn\u00e9es. Continuer malgr\u00e9 tout ?","The provided archive is invalid. Make sure it is not corrupted and that it contains an \u0027imsmanifest.xml\u0027 file.":"L\u0027archive fournie est invalide. Veuillez vous assurer qu\u0027elle n\u0027est pas corrompue et qu\u0027elle contient un fichier \u0027imsmanifest.xml\u0027.","The QTI Test \u0027%s\u0027 to be compiled must contain at least 1 QTI Item. None found.":"Le test QTI \u0027%s\u0027 \u00e0 compiler doit contenir au moins un item QTI. Aucun item n\u0027a \u00e9t\u00e9 trouv\u00e9.","The QTI test could not be retrieved correctly.":"Le test QTI n\u0027a pu \u00eatre r\u00e9cup\u00e9r\u00e9 correctement.","The QTI Test XML or one of its dependencies is malformed or empty.":"Le fichier XML de test QTI ou une de ses d\u00e9pendances est mal form\u00e9 ou vide.","The QTI-XML test could not be written correctly.":"Le test QTI-XML n\u0027a pu \u00eatre \u00e9crit correctement.","The reference.":"La r\u00e9f\u00e9rence.","The resources related to the IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file were rolled back.":"Les ressources li\u00e9es au test IMS QTI r\u00e9f\u00e9renc\u00e9 comme \u0022%s\u0022 dans le fichier de manifeste IMS ont \u00e9t\u00e9 restaur\u00e9s.","The score will be processed for the entire test. A sum of all SCORE outcomes will be computed and divided by the sum of MAX SCORE, the result will be compared to the cut score (or pass ratio), then the PASS_TOTAL outcome will be set accordingly.":"Le score sera trait\u00e9 pour le test entier. Une somme de toutes les sorties SCORE sera trait\u00e9e et divis\u00e9e par la somme de MAX SCORE, le r\u00e9sultat sera compar\u00e9 au score de coupe (ou taux de r\u00e9ussite) puis le r\u00e9sultat PASS_TOTAL sera ajust\u00e9 en cons\u00e9quence.","The score will be processed for the entire test. A sum of all SCORE outcomes will be computed, the result will take place in the SCORE_TOTAL outcome.":"Le score sera trait\u00e9 pour le test entier. Une somme de toutes les r\u00e9ponses SCORE sera calcul\u00e9, le r\u00e9sultat sera plac\u00e9 dans la r\u00e9ponse SCORE_TOTAL.","The section title.":"Le titre de section.","The server has sent an empty response":"Le serveur a envoy\u00e9 une r\u00e9ponse vide.","The submission mode determines when the candidate\u0027s responses are submitted for response processing. A testPart in individual mode requires the candidate to submit their responses on an item-by-item basis. In simultaneous mode the candidate\u0027s responses are all submitted together at the end of the testPart.":"Le mode de soumission d\u00e9termine quand les r\u00e9ponses du candidat sont soumises par traitement de la r\u00e9ponse. Un testPart en mode individuel n\u00e9cessite que le candidat soumette ses r\u00e9ponses sur une base \u0027item par item\u0027. En mode simultan\u00e9 les r\u00e9ponses du candidat sont toutes soumises ensemble \u00e0 la fin du testPart.","The test has been closed\/suspended!":"Le test a \u00e9t\u00e9 ferm\u00e9 ou suspendu !","The test has been paused, we are unable to connect to the server.":"Le test a \u00e9t\u00e9 mis en pause, nous n\u0027arrivons pas \u00e0 nous connecter au serveur.","The test has not been saved.":"Le test n\u0027a pas \u00e9t\u00e9 enregistr\u00e9.","The test part identifier.":"L\u0027identifiant de partie du test.","The test title.":"Le titre du test.","The time limit has been reached for this part of the test.":"La limite de temps a \u00e9t\u00e9 atteinte pour cette partie du test.","The uploaded file is too large (maximum %s bytes)":"Le fichier charg\u00e9 est trop volumineux (maximum de %s octets)","The value for the property \u0022%s\u0022 must be unique.":"La valeur de la propri\u00e9t\u00e9 \u0022%s\u0022 doit \u00eatre unique.","The value of this field must be a valid date format, e.g. YYYY-MM-DD":"La valeur de ce champs doit \u00eatre format\u00e9e telle une date valide, ex. AAAA-MM-JJ","The value of this field must be an integer":"La valeur de ce champ doit \u00eatre un nombre entier.","The value of this field must be numeric":"La valeur de ce champ doit \u00eatre num\u00e9rique","There are %s unanswered questions":"Il y a %s questions sans r\u00e9ponse","There are %s unanswered questions in this part of the test":"Il y a %s questions sans r\u00e9ponse dans cette partie du test","There is %s unanswered question":"Il y a %s question sans r\u00e9ponse","There is %s unanswered question in this part of the test":"Il y a %s question sans r\u00e9ponse dans cette partie du test","There is not outcomes!":"Il n\u0027y a pas de r\u00e9sultat !","There is nothing to list!":"Il n\u0027y a rien \u00e0 lister !","This %s is currently checked out":"Ce %s est en cours de v\u00e9rification.","This constraint affects the visibility of feedback after the end of the last attempt.":"Cette contrainte affecte la visibilit\u00e9 du retour apr\u00e8s la fin de la derni\u00e8re tentative.","This constraint controls whether or not the candidate is allowed to provide a comment on the item during the session. Comments are not part of the assessed responses.":"Cette contrainte contr\u00f4le si la candidat a la permission de fournir un commentaire sur l\u0027item au cours de la session. Les commentaires ne font pas partie des r\u00e9ponses \u00e9valu\u00e9es.","This field is required":"Ce champ est requis.","This field is too long":"Ce champ est trop long.","This field is too short":"Ce champ est trop court.","This is not a valid email address.":"Ce n\u0027est pas une adresse email correcte.","this is required":"ceci est obligatoire","This Login is already in use":"Cet identifiant est d\u00e9j\u00e0 utilis\u00e9","This media cannot be played!":"Ce m\u00e9dia ne peut \u00eatre lu !","This password reset link is no longer valid. It may have already been used. If you still wish to reset your password please request a new link":"Le lien pour r\u00e9initialiser le mot de passe est d\u00e9sormais invalide. Il se peut qu\u0027il a d\u00e9j\u00e0 \u00e9t\u00e9 utilis\u00e9. Si vous souhaitez cependant r\u00e9initialiser votre mot de passe, demandez un nouveau lien.","This resource is locked":"La ressource est verrouill\u00e9e","This role is still given to one or more users. Please remove the role to these users first.":"Ce r\u00f4le est encore affect\u00e9 \u00e0 un ou plusieurs utilisateurs. Veuillez d\u0027abord retirer le r\u00f4le pour ce(s) utilisateur(s).","This should equal %s":"Cela devrait \u00eatre \u00e9gal \u00e0 %s","This should not equal %s":"Cela ne devrait pas \u00eatre \u00e9gal \u00e0 %s","This test has been suspended":"Ce test a \u00e9t\u00e9 suspendu.","This test has been terminated":"Ce test s\u0027est achev\u00e9.","Time limit reached for item \u0022%s\u0022.":"La limite de temps a \u00e9t\u00e9 atteinte pour l\u0027item \u0022%s\u0022.","Time limit reached, this part of the test has ended.":"La limite de temps a \u00e9t\u00e9 atteinte, cette partie du test est termin\u00e9","Time limit reached, this part of the test has ended. However you are allowed to finish the current item.":"Limite de temps atteinte, cette partie du test vient de se terminer. Cependant vous avez la permission de finir l\u0027item en cours.","Time Limits":"Limites de temps","Time Remaining":"Temps restant","Time zone":"Fuseau horaire","Title":"Titre","to":"vers","To reset your password, click the link below, or paste it into your browser. You will then be prompted to create a new password.":"Pour mettre \u00e0 jour votre mot de passe, cliquez sur le lien ci-dessous ou collez-le dans votre navigateur. Il vous sera ensuite demand\u00e9 de cr\u00e9er un nouveau mot de passe.","to translate":"Non traduite","Toggle multiple\/single selection":"Basculer entre s\u00e9lection multiple et simple","Tokenizer":"Codeur de mots r\u00e9serv\u00e9s","Too many suggestions match your query. Only a few are listed":"Trop peu de suggestions correspondent \u00e0 votre requ\u00eate. Seule quelques-unes sont list\u00e9es.","Tools":"Outils","Total duration":"Dur\u00e9e totale","Total score":"Score total","Total:":"Total :","Translate":"Traduire","Translate to":"Traduire en","Translation parameters":"Param\u00e8tres de la traductions","Translation saved":"Traduction enregistr\u00e9e","Tree - Multiple node choice ":"Arborescence - Choix \u00e0 n\u0153uds multiple","Trees":"Arborescences","True":"Vrai","trunc":"tronquer","Tutor":"Tuteur","Type":"Type","Type your search":"Saisissez votre recherche","Unable to access your account?":"Impossible d\u0027acc\u00e9der \u00e0 votre compte ?","Unable to change passwords in demo mode":"Impossible de changer les mots de passe en mode d\u00e9monstration","Unable to copy the resource":"Impossible de copier la ressource","Unable to delete %s":"Impossible de supprimer %s","Unable to delete the selected resource":"Autoriser la suppression de la ressource s\u00e9lectionn\u00e9e","Unable to delete the selected resources":"Impossible de supprimer la ressource s\u00e9lection\u00e9e","Unable to move the resources":"Impossible de d\u00e9placer les ressources","Unable to open file %s":"Impossible d\u0027ouvrir le fichier %s","Unable to release the lock":"Autoriser la publication de la serrure","Unable to remove the property.":"Impossible de supprimer la propri\u00e9t\u00e9.","Unable to save resource.":"Impossible d\u0027enregistrer la ressource.","unable to search into notification.":"impossible de rechercher dans la notification","Unable to send the password reset request":"Impossible d\u0027envoyer la demande de r\u00e9initialisation du mot de passe","Unable to update the asset service":"Impossible de mettre \u00e0 jour le service des assets","Unable to upload file":"Autoriser le t\u00e9l\u00e9chargement du fichier","Unable to upload file %s : %s":"Impossible de charger le fichier %s : %s","Unanswered":"Non r\u00e9pondu","Unanswered items":"Items non r\u00e9pondus","Unary operator +":"Op\u00e9rateur unaire +","Unary operator -":"Op\u00e9rateur unaire -","Uncheck all":"D\u00e9cocher tout","Uncheck All":"D\u00e9cocher tout","Undefined amount of the pages for pagination":"Nombre de pages non d\u00e9fini pour la pagination","Undefined amount of the totalPages for pagination":"Quantit\u00e9 ind\u00e9finie du nombre total de pages pour la pagination","Undo":"Annuler une action","Unexpected error. Please contact administrator":"Erreur inattendue. Merci de contacter l\u0027administrateur.","Unflag for Review":"D\u00e9marquer pour revue","Uninstall of %s failed":"La d\u00e9sinstallation de %s a \u00e9chou\u00e9.","Uninstalled %s":"%s d\u00e9sinstall\u00e9","unknown":"inconnu","Unknown Error":"Erreur Inconnue","Unknown error.":"Erreur inconnue.","unkown task id %s":"id de t\u00e2che inconnue %s","Unlink to use separated durations":"D\u00e9lier pour utiliser des dur\u00e9es s\u00e9par\u00e9es","Update":"Mettre \u00e0 jour","Update ID : %s":"ID de mise \u00e0 jour : %s","Upload":"T\u00e9l\u00e9verser","Upload a QTI 2.1 Test Package File":"Envoyer un fichier paquet de test QTI 2.1","Upload into:":"Envoyer vers\u00a0:","Usage: ImportRdf RDF_FILE [MODEL_ID]":"Utilisation : ImportRdf FICHIER_RDF [ID_MODELE]","Use a term":"Utilisez un terme","Use a variable":"Utiliser une variable","Use Ctrl\/Meta key or Lasso for multiple selection":"Utilisez la touche Ctrl\/Meta ou le lasso pour une s\u00e9lection multiple.","Use default value":"Utiliser la valeur par d\u00e9faut","User":"Utilisateur","User %s can not be locked":"L\u0027utilisateur %s ne peut \u00eatre verrouil\u00e9.","User %s can not be unlocked":"L\u0027utilisateur %s ne peut \u00eatre d\u00e9verrouill\u00e9.","User %s successfully locked":"Utilisateur %s verrouill\u00e9 avec succ\u00e8s","User %s successfully unlocked":"Utilisateur %s d\u00e9verrouill\u00e9 avec succ\u00e8s","User added":"Utilisateur ajout\u00e9","User deleted successfully":"Utilisateur supprim\u00e9 avec succ\u00e8s.","User deletion not permitted on a demo instance":"Suppression de l\u0027utilisateur non permise sur une instance de d\u00e9monstration","User not found":"Utilisateur non trouv\u00e9","User saved":"Utilisateur enregistr\u00e9","User Settings":"Param\u00e8tres Utilisateur","Users":"Utilisateurs","Validate Responses":"Validez les r\u00e9ponses","Validation for field \u0027%s\u0027 has failed. List of values expected":"La validation du champ \u0027%s\u0027 a \u00e9chou\u00e9. Liste de valeurs attendue.","Validation for field \u0027%s\u0027 has failed. Valid role expected. Given: %s":"La validation du champ \u0027%s\u0027 a \u00e9chou\u00e9. Un r\u00f4le valide est attendu. Fourni : %s","Validation for field \u0027%s\u0027 has failed. Valid URI expected":"La validation du champ \u0027%s\u0027 a \u00e9chou\u00e9. Une URI valide est attendue.","Validation for field \u0027%s\u0027 has failed. Valid URI expected. Given: %s":"La validation du champ \u0027%s\u0027 a \u00e9chou\u00e9. Une URI valide est attendue. Fourni : %s","Value":"Valeur","Value of E":"Valeur de E","Value of PI":"Valeur de Pi","Variable":"Variable","Variable %s":"Variable %s","Version":"Version","View and format the collected results.":"Voir et formater les r\u00e9sultats collect\u00e9s.","View report":"Afficher le rapport","View resources as a list":"Voir les ressources comme une liste","View resources as a tree":"Voir les ressources comme un arbre","View Tree":"Aper\u00e7u de l\u0027arborescence","Viewed":"Vues","Viewed items":"Items vus","Views":"Vues","Visible":"Visible","Volume":"Volume","Wait is over":"L\u0027attente est termin\u00e9e.","Waiting":"En attente","Warning \u2013 You have %s remaining to complete the test.":"Attention - Il vous reste %s pour finir le test.","Warning \u2013 You have %s remaining to complete this item.":"Avertissement \u2013 Vous avez %s qui restent pour compl\u00e9ter cet item.","Warning \u2013 You have %s remaining to complete this section.":"Avertissement \u2013 Vous avez %s qui restent pour compl\u00e9ter cette section.","Warning \u2013 You have %s remaining to complete this test part.":"Avertissement \u2013 Vous avez %s qui restent pour compl\u00e9ter cette partie de test.","Warning \u2013 You have %s remaining to complete this test.":"Avertissement \u2013 Vous avez %s restant pour terminer ce test.","We are unable to connect the server to submit your results.":"Il nous est impossible de nous connecter au serveur pour soumettre vos r\u00e9sultats.","We are unable to connect to the server to retrieve the next item.":"Il nous est impossible de nous connecter au serveur pour r\u00e9cup\u00e9rer l\u0027item suivant.","Weight":"Poids","Weights":"Poids","When selecting child elements each element is normally eligible for selection once only.":"Quand des \u00e9l\u00e9ments enfant sont s\u00e9lectionn\u00e9s, chaque \u00e9l\u00e9ment est en principe \u00e9ligible pour une s\u00e9lection unique.","Whether a candidate\u0027s response that is beyond the maximum duration of the item should still be accepted.":"Que la r\u00e9ponse d\u0027un candidat faite au-del\u00e0 de la dur\u00e9e maximale de l\u0027item puisse \u00eatre accept\u00e9e.","Whether a candidate\u0027s response that is beyond the maximum duration of the section should still be accepted.":"Que la r\u00e9ponse d\u0027un candidat faite au-del\u00e0 de la dur\u00e9e maximale de la section puisse \u00eatre accept\u00e9e.","Whether a candidate\u0027s response that is beyond the maximum duration of the test part should still be accepted.":"Que la r\u00e9ponse d\u0027un candidat faite au-del\u00e0 de la dur\u00e9e maximale de la partie de test puisse \u00eatre accept\u00e9e.","Whether a candidate\u0027s response that is beyond the maximum duration should still be accepted.":"Que la r\u00e9ponse d\u0027un candidat faite au-del\u00e0 de la dur\u00e9e maximale puisse \u00eatre accept\u00e9e.","White on Black":"Blanc sur Noir","White on Blue (TAO standard theme)":"Blanc sur Bleu (standard)","Who can view the rubric block during the delivery.":"Qui peut voir le bloc de rubrique pendant la passation.","Whole number part":"Partie du nombre entier","Width":"Largeur","With Replacement":"Avec remplacement","Wrong file mime type":"Mauvais type MIME pour le fichier","Wrong or missing parameter extension, module or action":"L\u0027extension, le module ou l\u0027action du param\u00e8tre est mauvais ou manquant","Wrong parameter shownExtension":"Mauvaise extension de param\u00e8tre affich\u00e9e","XML error at line %1$d column %2$d \u0022%3$s\u0022.":"Erreur XML \u00e0 la ligne %1$d, colonne %2$d \u0022%3$s\u0022.","Yellow on Blue":"Jaune sur Bleu","Yes":"Oui","You answered all %s question(s) in this section":"Vous avez r\u00e9pondu \u00e0 l\u0027ensemble des %s questions dans cette section.","You answered all %s question(s) in this test":"Vous avez r\u00e9pondu \u00e0 l\u0027ensemble des %s questions de ce test.","You answered only %s of the %s question(s) in this section":"Vous avez r\u00e9pondu \u00e0 seulement %s des %s questions dans cette section.","You are about to go to the next item. Click OK to continue and go to the next item.":"Vous allez passer \u00e0 l\u0027item suivant. Cliquez sur OK pour continuer et aller \u00e0 l\u0027item suivant.","You are about to go to the previous item. Click OK to continue and go to the previous item.":"Vous allez passer \u00e0 l\u0027item pr\u00e9c\u00e9dent. Cliquez sur OK pour continuer et aller \u00e0 l\u0027item pr\u00e9c\u00e9dent.","You are about to submit the test.":"Vous allez soumettre le test.","You are about to submit the test. You will not be able to access this test once submitted. Click OK to continue and submit the test.":"Vous allez soumettre le test. Vous n\u0027aurez plus la possibilit\u00e9 d\u0027acc\u00e9der \u00e0 ce test une fois soumis. Cliquez sur OK pour continuer et soumettre le test.","You are encountering a prolonged connectivity loss.":"Vous rencontrez une perte de connectivit\u00e9 prolong\u00e9e.","You are encountering a prolonged connectivity loss. ":"Vous rencontrez actuellement une perte de connectivit\u00e9 prolong\u00e9e.","You are not allowed to write in the class %s":"Vous n\u0027avez pas le droit d\u0027\u00e9crire dans la classe %s.","You are not authorised to remove this lock":"Vous n\u0027\u00eates pas autoris\u00e9 \u00e0 supprimer cette fermeture","You cannot delete the root node":"Vous ne pouvez pas supprimer le noeud de la racine","You cannot move the selected resources in the class %s":"Vous ne pouvez pas d\u00e9placer les ressources s\u00e9lectionn\u00e9es dans la classe %s.","You currently have no access to the platform":"Vous n\u0027avez actuellement pas acc\u00e8s \u00e0 la plate-forme","You do not have the required rights to edit this resource.":"Vous n\u0027avez pas les droits n\u00e9cessaires pour \u00e9diter cette ressource.","You have %s item(s) marked for review.":"Vous avez %s item(s) marqu\u00e9s pour la revue.","You have %s unanswered question(s)":"Vous avez %s question(s) rest\u00e9e(s) sans r\u00e9ponse.","You have %s unanswered question(s) and have %s item(s) marked for review.":"Vous avez %s question(s) non r\u00e9pondues et %s item(s) marqu\u00e9s pour la revue.","You have %s unanswered question(s).":"Vous avez %s question(s) non r\u00e9pondues.","You have been locked due to too many failed login attempts. ":"Vous avez \u00e9t\u00e9 bloqu\u00e9 suite \u00e0 de trop nombreuses tentatives de connexion ayant \u00e9chou\u00e9. ","You have been logged out. Please login again":"Vous avez \u00e9t\u00e9 d\u00e9connect\u00e9. Veuillez vous connecter \u00e0 nouveau.","You must activate JavaScript in your browser to run this application.":"JavaScript doit \u00eatre activ\u00e9 dans votre navigateur pour lancer cette applcation","You will not be able to access this test once submitted. Click \u0022%s\u0022 to continue and submit the test.":"Vous n\u0027aurez plus la possibilit\u00e9 d\u0027acc\u00e9der \u00e0 ce test une fois soumis. Cliquez sur \u0022%s\u0022 pour continuer et soumettre le test.","Your account has been locked, please contact your administrator.":"Votre compte a \u00e9t\u00e9 bloqu\u00e9, veuillez contacter votre administrateur.","Your browser does not meet the technical requirements to run TAO.":"Votre navigateur web ne satisfait pas aux besoins techniques n\u00e9cessaires pour lancer TAO.","Your browser does not support copying to the clipboard":"Votre navigateur web ne supporte pas la copie dans le presse-papiers.","Your browser doesn\u2019t support the audio player.":"Votre navigateur web ne supporte pas la lecture audio.","Your browser doesn\u2019t support the video player.":"Votre navigateur web ne supporte pas la lecture vid\u00e9o.","Your comment\u2026":"Votre commentaire...","Your mail":"Votre adresse mail","Your TAO Password":"Votre mot de passe TAO","Zoom":"Zoom","Zoom in":"Zoom avant","Zoom out":"Zoom arri\u00e8re"} \ No newline at end of file diff --git a/locales/fr-FR/qtiCat.rdf.po b/locales/fr-FR/qtiCat.rdf.po index 697ef00de9..1a52b50ca6 100644 --- a/locales/fr-FR/qtiCat.rdf.po +++ b/locales/fr-FR/qtiCat.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint155\n" -"PO-Revision-Date: 2021-06-02T16:55:47\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:20\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: fr-FR\n" diff --git a/locales/fr-FR/qtitest.rdf.po b/locales/fr-FR/qtitest.rdf.po index 82e3c73f58..b3f3c07788 100644 --- a/locales/fr-FR/qtitest.rdf.po +++ b/locales/fr-FR/qtitest.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint155\n" -"PO-Revision-Date: 2021-06-02T16:55:47\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:20\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: fr-FR\n" diff --git a/locales/fr-FR/taoQtiTestItemRunner.rdf.po b/locales/fr-FR/taoQtiTestItemRunner.rdf.po index 901c47ee92..894c1c957c 100644 --- a/locales/fr-FR/taoQtiTestItemRunner.rdf.po +++ b/locales/fr-FR/taoQtiTestItemRunner.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint155\n" -"PO-Revision-Date: 2021-06-02T16:55:47\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:20\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: fr-FR\n" diff --git a/locales/hu-HU/messages.po b/locales/hu-HU/messages.po index fc21128e77..9998e1c74f 100644 --- a/locales/hu-HU/messages.po +++ b/locales/hu-HU/messages.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:04\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:20\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: hu-HU\n" @@ -22,6 +22,9 @@ msgstr "" msgid "(Visual) Highlight Text" msgstr "" +msgid "A concurrent delivery has been detected. Please use the last open session. The present window can be closed." +msgstr "" + msgid "A QTI Item involved in the QTI Test '%s' could not be compiled." msgstr "" @@ -46,6 +49,9 @@ msgstr "" msgid "A visible section is one that is identifiable by the candidate." msgstr "" +msgid "Accessibility tool that enables Test Taker to have the item content read aloud." +msgstr "" + msgid "Activated" msgstr "" @@ -58,6 +64,9 @@ msgstr "" msgid "Add selected item(s) here." msgstr "" +msgid "Add Subsection" +msgstr "" + msgid "Add the source file" msgstr "" @@ -223,6 +232,15 @@ msgstr "" msgid "Black on White" msgstr "" +msgid "Bookmark question" +msgstr "" + +msgid "Bookmark the current question for later review" +msgstr "" + +msgid "Bookmarked question %s" +msgstr "" + msgid "Calculator" msgstr "" @@ -268,6 +286,9 @@ msgstr "" msgid "Click \"%s\" to continue" msgstr "" +msgid "Click \"%s\" to continue." +msgstr "" + msgid "Click to speak" msgstr "" @@ -361,6 +382,9 @@ msgstr "" msgid "Displays a customisable magnifier" msgstr "" +msgid "Do not bookmark the current question for later review" +msgstr "" + msgid "Do not flag the current item for later review" msgstr "" @@ -431,12 +455,21 @@ msgstr "" msgid "Expand the review panel" msgstr "" +msgid "Export" +msgstr "" + msgid "Export failed for the test \"%s" msgstr "" +msgid "Export failed. Key uri nor classUri in formValues are not defined" +msgstr "" + msgid "Export metadata" msgstr "" +msgid "Export QTI %s Test Package" +msgstr "" + msgid "Export QTI 2.1 Test Package" msgstr "" @@ -506,6 +539,9 @@ msgstr "" msgid "Hide Review" msgstr "" +msgid "Hide test overview panel" +msgstr "" + msgid "Hide the review screen" msgstr "" @@ -557,6 +593,9 @@ msgstr "" msgid "If the connection cannot be restored, see option B." msgstr "" +msgid "If you leave the test, your changes will not be saved due to invalid test settings. Are you sure you wish to leave?" +msgstr "" + msgid "If you need help, please contact our Helpline on 0330 088 4171." msgstr "" @@ -590,6 +629,9 @@ msgstr "" msgid "Individual" msgstr "" +msgid "Informational item" +msgstr "" + msgid "Informational Item Usage" msgstr "" @@ -701,11 +743,11 @@ msgstr "" msgid "Manage test properties" msgstr "" -#, tao-public -msgid "Manage tests" +msgid "Manage Tests" msgstr "" -msgid "Manage Tests" +#, tao-public +msgid "Manage tests" msgstr "" msgid "Mark for review" @@ -762,12 +804,15 @@ msgstr "" msgid "minutes" msgstr "" -msgid "Missed required parameter \'id\" +msgid "Missed required parameter \'id\'" msgstr "" msgid "Missed test package file" msgstr "" +msgid "Missing filename for QTI Test export" +msgstr "" + msgid "Missing required configuration option %s" msgstr "" @@ -816,12 +861,18 @@ msgstr "" msgid "No" msgstr "" +msgid "NO" +msgstr "" + msgid "No CAT Engine configured for CAT Endpoint \"%s\"." msgstr "" msgid "No file found at location \"%s\"." msgstr "" +msgid "No instance in form to export" +msgstr "" + msgid "No more attempts allowed for item \"%s\"." msgstr "" @@ -855,10 +906,10 @@ msgstr "" msgid "Offline" msgstr "" -msgid "OK" +msgid "Ok" msgstr "" -msgid "Ok" +msgid "OK" msgstr "" msgid "OK & End test" @@ -963,6 +1014,12 @@ msgstr "" msgid "QTI Test \"%s\" successfully published." msgstr "" +msgid "QTI Test Metadata" +msgstr "" + +msgid "QTI Test Package %s" +msgstr "" + msgid "QTI Test Package 2.1" msgstr "" @@ -978,6 +1035,9 @@ msgstr "" msgid "Question" msgstr "" +msgid "Question %s" +msgstr "" + msgid "questions" msgstr "" @@ -1002,6 +1062,9 @@ msgstr "" msgid "Remove Section" msgstr "" +msgid "Remove Subsection" +msgstr "" + msgid "Remove Test Part" msgstr "" @@ -1017,6 +1080,9 @@ msgstr "" msgid "Resource(s) successfully exported." msgstr "" +msgid "ResultTransmission event successfully registered" +msgstr "" + msgid "Review" msgstr "" @@ -1125,6 +1191,9 @@ msgstr "" msgid "Show Solution" msgstr "" +msgid "Show test overview panel" +msgstr "" + msgid "Show the review screen" msgstr "" @@ -1233,6 +1302,12 @@ msgstr "" msgid "Test Navigation" msgstr "" +msgid "Test overview" +msgstr "" + +msgid "Test part level category enables configuring the categories of its composing items all at once. A category in gray means that all items have that category. A category in white means that only a few items have that category." +msgstr "" + msgid "Test Part Properties" msgstr "" @@ -1261,10 +1336,10 @@ msgstr "" msgid "Text content" msgstr "" -msgid "Text to Speech" +msgid "Text To Speech" msgstr "" -msgid "Text To Speech" +msgid "Text to Speech" msgstr "" msgid "that was being taken." @@ -1348,6 +1423,9 @@ msgstr "" msgid "The provided archive is invalid. Make sure it is not corrupted and that it contains an 'imsmanifest.xml' file." msgstr "" +msgid "The QTI Item with URI '%s' cannot be found." +msgstr "" + msgid "The QTI Test '%s' to be compiled must contain at least 1 QTI Item. None found." msgstr "" @@ -1378,6 +1456,14 @@ msgstr "" msgid "The submission mode determines when the candidate's responses are submitted for response processing. A testPart in individual mode requires the candidate to submit their responses on an item-by-item basis. In simultaneous mode the candidate's responses are all submitted together at the end of the testPart." msgstr "" +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"" +msgstr "" + +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"Please fix the invalid settings and try again." +msgstr "" + msgid "The test has been closed/suspended!" msgstr "" @@ -1595,6 +1681,9 @@ msgstr "" msgid "Yellow on Blue" msgstr "" +msgid "YES" +msgstr "" + msgid "Yes" msgstr "" diff --git a/locales/hu-HU/qtiCat.rdf.po b/locales/hu-HU/qtiCat.rdf.po index 893ff919d6..b852ae30b2 100644 --- a/locales/hu-HU/qtiCat.rdf.po +++ b/locales/hu-HU/qtiCat.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:04\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:20\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: hu-HU\n" diff --git a/locales/hu-HU/qtitest.rdf.po b/locales/hu-HU/qtitest.rdf.po index bcfbb37295..2ca71bf7e6 100644 --- a/locales/hu-HU/qtitest.rdf.po +++ b/locales/hu-HU/qtitest.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:04\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:20\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: hu-HU\n" diff --git a/locales/hu-HU/taoQtiTestItemRunner.rdf.po b/locales/hu-HU/taoQtiTestItemRunner.rdf.po index 8d9b238436..3df91d7454 100644 --- a/locales/hu-HU/taoQtiTestItemRunner.rdf.po +++ b/locales/hu-HU/taoQtiTestItemRunner.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:04\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:20\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: hu-HU\n" diff --git a/locales/id-ID/messages.po b/locales/id-ID/messages.po index 9379aa1043..200915f95a 100644 --- a/locales/id-ID/messages.po +++ b/locales/id-ID/messages.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:04\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:20\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: id-ID\n" @@ -22,6 +22,9 @@ msgstr "" msgid "(Visual) Highlight Text" msgstr "" +msgid "A concurrent delivery has been detected. Please use the last open session. The present window can be closed." +msgstr "" + msgid "A QTI Item involved in the QTI Test '%s' could not be compiled." msgstr "" @@ -46,6 +49,9 @@ msgstr "" msgid "A visible section is one that is identifiable by the candidate." msgstr "" +msgid "Accessibility tool that enables Test Taker to have the item content read aloud." +msgstr "" + msgid "Activated" msgstr "" @@ -58,6 +64,9 @@ msgstr "" msgid "Add selected item(s) here." msgstr "" +msgid "Add Subsection" +msgstr "" + msgid "Add the source file" msgstr "" @@ -223,6 +232,15 @@ msgstr "" msgid "Black on White" msgstr "" +msgid "Bookmark question" +msgstr "" + +msgid "Bookmark the current question for later review" +msgstr "" + +msgid "Bookmarked question %s" +msgstr "" + msgid "Calculator" msgstr "" @@ -268,6 +286,9 @@ msgstr "" msgid "Click \"%s\" to continue" msgstr "" +msgid "Click \"%s\" to continue." +msgstr "" + msgid "Click to speak" msgstr "" @@ -361,6 +382,9 @@ msgstr "" msgid "Displays a customisable magnifier" msgstr "" +msgid "Do not bookmark the current question for later review" +msgstr "" + msgid "Do not flag the current item for later review" msgstr "" @@ -431,12 +455,21 @@ msgstr "" msgid "Expand the review panel" msgstr "" +msgid "Export" +msgstr "" + msgid "Export failed for the test \"%s" msgstr "" +msgid "Export failed. Key uri nor classUri in formValues are not defined" +msgstr "" + msgid "Export metadata" msgstr "" +msgid "Export QTI %s Test Package" +msgstr "" + msgid "Export QTI 2.1 Test Package" msgstr "" @@ -506,6 +539,9 @@ msgstr "" msgid "Hide Review" msgstr "" +msgid "Hide test overview panel" +msgstr "" + msgid "Hide the review screen" msgstr "" @@ -557,6 +593,9 @@ msgstr "" msgid "If the connection cannot be restored, see option B." msgstr "" +msgid "If you leave the test, your changes will not be saved due to invalid test settings. Are you sure you wish to leave?" +msgstr "" + msgid "If you need help, please contact our Helpline on 0330 088 4171." msgstr "" @@ -590,6 +629,9 @@ msgstr "" msgid "Individual" msgstr "" +msgid "Informational item" +msgstr "" + msgid "Informational Item Usage" msgstr "" @@ -701,11 +743,11 @@ msgstr "" msgid "Manage test properties" msgstr "" -#, tao-public -msgid "Manage tests" +msgid "Manage Tests" msgstr "" -msgid "Manage Tests" +#, tao-public +msgid "Manage tests" msgstr "" msgid "Mark for review" @@ -762,12 +804,15 @@ msgstr "" msgid "minutes" msgstr "" -msgid "Missed required parameter \'id\" +msgid "Missed required parameter \'id\'" msgstr "" msgid "Missed test package file" msgstr "" +msgid "Missing filename for QTI Test export" +msgstr "" + msgid "Missing required configuration option %s" msgstr "" @@ -816,12 +861,18 @@ msgstr "" msgid "No" msgstr "" +msgid "NO" +msgstr "" + msgid "No CAT Engine configured for CAT Endpoint \"%s\"." msgstr "" msgid "No file found at location \"%s\"." msgstr "" +msgid "No instance in form to export" +msgstr "" + msgid "No more attempts allowed for item \"%s\"." msgstr "" @@ -855,10 +906,10 @@ msgstr "" msgid "Offline" msgstr "" -msgid "OK" +msgid "Ok" msgstr "" -msgid "Ok" +msgid "OK" msgstr "" msgid "OK & End test" @@ -963,6 +1014,12 @@ msgstr "" msgid "QTI Test \"%s\" successfully published." msgstr "" +msgid "QTI Test Metadata" +msgstr "" + +msgid "QTI Test Package %s" +msgstr "" + msgid "QTI Test Package 2.1" msgstr "" @@ -978,6 +1035,9 @@ msgstr "" msgid "Question" msgstr "" +msgid "Question %s" +msgstr "" + msgid "questions" msgstr "" @@ -1002,6 +1062,9 @@ msgstr "" msgid "Remove Section" msgstr "" +msgid "Remove Subsection" +msgstr "" + msgid "Remove Test Part" msgstr "" @@ -1017,6 +1080,9 @@ msgstr "" msgid "Resource(s) successfully exported." msgstr "" +msgid "ResultTransmission event successfully registered" +msgstr "" + msgid "Review" msgstr "" @@ -1125,6 +1191,9 @@ msgstr "" msgid "Show Solution" msgstr "" +msgid "Show test overview panel" +msgstr "" + msgid "Show the review screen" msgstr "" @@ -1233,6 +1302,12 @@ msgstr "" msgid "Test Navigation" msgstr "" +msgid "Test overview" +msgstr "" + +msgid "Test part level category enables configuring the categories of its composing items all at once. A category in gray means that all items have that category. A category in white means that only a few items have that category." +msgstr "" + msgid "Test Part Properties" msgstr "" @@ -1261,10 +1336,10 @@ msgstr "" msgid "Text content" msgstr "" -msgid "Text to Speech" +msgid "Text To Speech" msgstr "" -msgid "Text To Speech" +msgid "Text to Speech" msgstr "" msgid "that was being taken." @@ -1348,6 +1423,9 @@ msgstr "" msgid "The provided archive is invalid. Make sure it is not corrupted and that it contains an 'imsmanifest.xml' file." msgstr "" +msgid "The QTI Item with URI '%s' cannot be found." +msgstr "" + msgid "The QTI Test '%s' to be compiled must contain at least 1 QTI Item. None found." msgstr "" @@ -1378,6 +1456,14 @@ msgstr "" msgid "The submission mode determines when the candidate's responses are submitted for response processing. A testPart in individual mode requires the candidate to submit their responses on an item-by-item basis. In simultaneous mode the candidate's responses are all submitted together at the end of the testPart." msgstr "" +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"" +msgstr "" + +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"Please fix the invalid settings and try again." +msgstr "" + msgid "The test has been closed/suspended!" msgstr "" @@ -1595,6 +1681,9 @@ msgstr "" msgid "Yellow on Blue" msgstr "" +msgid "YES" +msgstr "" + msgid "Yes" msgstr "" diff --git a/locales/id-ID/qtiCat.rdf.po b/locales/id-ID/qtiCat.rdf.po index 9904f19711..cb084a6d26 100644 --- a/locales/id-ID/qtiCat.rdf.po +++ b/locales/id-ID/qtiCat.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:04\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:20\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: id-ID\n" diff --git a/locales/id-ID/qtitest.rdf.po b/locales/id-ID/qtitest.rdf.po index 5fd1760d8d..cdee919767 100644 --- a/locales/id-ID/qtitest.rdf.po +++ b/locales/id-ID/qtitest.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:04\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:20\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: id-ID\n" diff --git a/locales/id-ID/taoQtiTestItemRunner.rdf.po b/locales/id-ID/taoQtiTestItemRunner.rdf.po index aabfda8f5d..877f27496f 100644 --- a/locales/id-ID/taoQtiTestItemRunner.rdf.po +++ b/locales/id-ID/taoQtiTestItemRunner.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:04\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:20\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: id-ID\n" diff --git a/locales/is-IS/messages.po b/locales/is-IS/messages.po index a5d7e2d967..98564322e7 100644 --- a/locales/is-IS/messages.po +++ b/locales/is-IS/messages.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:05\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:20\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: is-IS\n" @@ -22,6 +22,9 @@ msgstr "" msgid "(Visual) Highlight Text" msgstr "" +msgid "A concurrent delivery has been detected. Please use the last open session. The present window can be closed." +msgstr "" + msgid "A QTI Item involved in the QTI Test '%s' could not be compiled." msgstr "" @@ -46,6 +49,9 @@ msgstr "" msgid "A visible section is one that is identifiable by the candidate." msgstr "Sýnilegur hluti er merkjanlegur af próftaka." +msgid "Accessibility tool that enables Test Taker to have the item content read aloud." +msgstr "" + msgid "Activated" msgstr "" @@ -58,6 +64,9 @@ msgstr "" msgid "Add selected item(s) here." msgstr "Bættu völdu atriði/völdum atriðum við hér." +msgid "Add Subsection" +msgstr "" + msgid "Add the source file" msgstr "Bættu grunnskránni við" @@ -223,6 +232,15 @@ msgstr "" msgid "Black on White" msgstr "" +msgid "Bookmark question" +msgstr "" + +msgid "Bookmark the current question for later review" +msgstr "" + +msgid "Bookmarked question %s" +msgstr "" + msgid "Calculator" msgstr "" @@ -268,6 +286,9 @@ msgstr "" msgid "Click \"%s\" to continue" msgstr "" +msgid "Click \"%s\" to continue." +msgstr "" + msgid "Click to speak" msgstr "" @@ -361,6 +382,9 @@ msgstr "" msgid "Displays a customisable magnifier" msgstr "" +msgid "Do not bookmark the current question for later review" +msgstr "" + msgid "Do not flag the current item for later review" msgstr "" @@ -431,12 +455,21 @@ msgstr "" msgid "Expand the review panel" msgstr "" +msgid "Export" +msgstr "" + msgid "Export failed for the test \"%s" msgstr "" +msgid "Export failed. Key uri nor classUri in formValues are not defined" +msgstr "" + msgid "Export metadata" msgstr "" +msgid "Export QTI %s Test Package" +msgstr "" + msgid "Export QTI 2.1 Test Package" msgstr "Flytja út QTI 2.1 prófapakka" @@ -506,6 +539,9 @@ msgstr "" msgid "Hide Review" msgstr "" +msgid "Hide test overview panel" +msgstr "" + msgid "Hide the review screen" msgstr "" @@ -557,6 +593,9 @@ msgstr "" msgid "If the connection cannot be restored, see option B." msgstr "" +msgid "If you leave the test, your changes will not be saved due to invalid test settings. Are you sure you wish to leave?" +msgstr "" + msgid "If you need help, please contact our Helpline on 0330 088 4171." msgstr "" @@ -590,6 +629,9 @@ msgstr "" msgid "Individual" msgstr "Einstaklingur" +msgid "Informational item" +msgstr "" + msgid "Informational Item Usage" msgstr "" @@ -701,13 +743,13 @@ msgstr "Sýsla fyrirmælablokkir" msgid "Manage test properties" msgstr "Sýsla með eiginleika prófs" +msgid "Manage Tests" +msgstr "Sýsla með próf" + #, tao-public msgid "Manage tests" msgstr "" -msgid "Manage Tests" -msgstr "Sýsla með próf" - msgid "Mark for review" msgstr "" @@ -762,12 +804,15 @@ msgstr "Lágmarkstími fyrir þennan prófhluta." msgid "minutes" msgstr "" -msgid "Missed required parameter \'id\" +msgid "Missed required parameter \'id\'" msgstr "" msgid "Missed test package file" msgstr "" +msgid "Missing filename for QTI Test export" +msgstr "" + msgid "Missing required configuration option %s" msgstr "" @@ -816,12 +861,18 @@ msgstr "" msgid "No" msgstr "" +msgid "NO" +msgstr "" + msgid "No CAT Engine configured for CAT Endpoint \"%s\"." msgstr "" msgid "No file found at location \"%s\"." msgstr "" +msgid "No instance in form to export" +msgstr "" + msgid "No more attempts allowed for item \"%s\"." msgstr "Fleiri tilraunir eru óleyfilegar á atriði \"%s\"." @@ -855,10 +906,10 @@ msgstr "Ekki stokkað, staðsetning föst." msgid "Offline" msgstr "" -msgid "OK" +msgid "Ok" msgstr "" -msgid "Ok" +msgid "OK" msgstr "" msgid "OK & End test" @@ -963,6 +1014,12 @@ msgstr "" msgid "QTI Test \"%s\" successfully published." msgstr "" +msgid "QTI Test Metadata" +msgstr "" + +msgid "QTI Test Package %s" +msgstr "" + msgid "QTI Test Package 2.1" msgstr "QTI prófapakki 2.1" @@ -978,6 +1035,9 @@ msgstr "" msgid "Question" msgstr "" +msgid "Question %s" +msgstr "" + msgid "questions" msgstr "" @@ -1002,6 +1062,9 @@ msgstr "Fjarlægja fyrirmælablokk" msgid "Remove Section" msgstr "Fjarlægja einingu" +msgid "Remove Subsection" +msgstr "" + msgid "Remove Test Part" msgstr "" @@ -1017,6 +1080,9 @@ msgstr "" msgid "Resource(s) successfully exported." msgstr "" +msgid "ResultTransmission event successfully registered" +msgstr "" + msgid "Review" msgstr "" @@ -1125,6 +1191,9 @@ msgstr "" msgid "Show Solution" msgstr "Sýna lausn" +msgid "Show test overview panel" +msgstr "" + msgid "Show the review screen" msgstr "" @@ -1233,6 +1302,12 @@ msgstr "" msgid "Test Navigation" msgstr "" +msgid "Test overview" +msgstr "" + +msgid "Test part level category enables configuring the categories of its composing items all at once. A category in gray means that all items have that category. A category in white means that only a few items have that category." +msgstr "" + msgid "Test Part Properties" msgstr "" @@ -1261,10 +1336,10 @@ msgstr "" msgid "Text content" msgstr "" -msgid "Text to Speech" +msgid "Text To Speech" msgstr "" -msgid "Text To Speech" +msgid "Text to Speech" msgstr "" msgid "that was being taken." @@ -1348,6 +1423,9 @@ msgstr "Aðalkenni prófsins." msgid "The provided archive is invalid. Make sure it is not corrupted and that it contains an 'imsmanifest.xml' file." msgstr "Þetta safn er ógilt. Gakktu úr skugga um að það sé ekki skemmt og að í því sé 'imsmanifest.xml' skrá." +msgid "The QTI Item with URI '%s' cannot be found." +msgstr "" + msgid "The QTI Test '%s' to be compiled must contain at least 1 QTI Item. None found." msgstr " '%' QTI prófs sem á að setja saman þarf að innihalda að minnsta kosti 1 QTI atriði. Ekkert fannst." @@ -1378,6 +1456,14 @@ msgstr "Titill einingu." msgid "The submission mode determines when the candidate's responses are submitted for response processing. A testPart in individual mode requires the candidate to submit their responses on an item-by-item basis. In simultaneous mode the candidate's responses are all submitted together at the end of the testPart." msgstr "Skilahamurinn ákvarðar hvenær svör próftaka eru send til að meta svörin. Prófhluti í stykkjaham krefst þess að próftaki sendi svör sín hvert fyrir sig. Í fjölham eru svör próftaka öll send saman í lok prófhlutans." +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"" +msgstr "" + +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"Please fix the invalid settings and try again." +msgstr "" + msgid "The test has been closed/suspended!" msgstr "" @@ -1595,6 +1681,9 @@ msgstr "" msgid "Yellow on Blue" msgstr "" +msgid "YES" +msgstr "" + msgid "Yes" msgstr "" diff --git a/locales/is-IS/qtiCat.rdf.po b/locales/is-IS/qtiCat.rdf.po index ddf6733ee5..02ff16f641 100644 --- a/locales/is-IS/qtiCat.rdf.po +++ b/locales/is-IS/qtiCat.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:05\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:20\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: is-IS\n" diff --git a/locales/is-IS/qtitest.rdf.po b/locales/is-IS/qtitest.rdf.po index 4352648477..7a9a23f7a7 100644 --- a/locales/is-IS/qtitest.rdf.po +++ b/locales/is-IS/qtitest.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:05\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:20\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: is-IS\n" diff --git a/locales/is-IS/taoQtiTestItemRunner.rdf.po b/locales/is-IS/taoQtiTestItemRunner.rdf.po index f3658ed204..49a5f7f1c7 100644 --- a/locales/is-IS/taoQtiTestItemRunner.rdf.po +++ b/locales/is-IS/taoQtiTestItemRunner.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:05\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:20\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: is-IS\n" diff --git a/locales/it-IT/messages.po b/locales/it-IT/messages.po index 063f4b4276..4f46ec9556 100644 --- a/locales/it-IT/messages.po +++ b/locales/it-IT/messages.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:05\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:21\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: it-IT\n" @@ -22,6 +22,9 @@ msgstr "" msgid "(Visual) Highlight Text" msgstr "" +msgid "A concurrent delivery has been detected. Please use the last open session. The present window can be closed." +msgstr "" + msgid "A QTI Item involved in the QTI Test '%s' could not be compiled." msgstr "Un item QTI presente nel test QTI '% s' non può essere compilato." @@ -46,6 +49,9 @@ msgstr "" msgid "A visible section is one that is identifiable by the candidate." msgstr "Una sezione visibile è quella che è identificabile dal candidato." +msgid "Accessibility tool that enables Test Taker to have the item content read aloud." +msgstr "" + msgid "Activated" msgstr "" @@ -58,6 +64,9 @@ msgstr "" msgid "Add selected item(s) here." msgstr "Aggiungi qui item selezionato/i" +msgid "Add Subsection" +msgstr "" + msgid "Add the source file" msgstr "Aggiungi il file sorgente" @@ -223,6 +232,15 @@ msgstr "" msgid "Black on White" msgstr "" +msgid "Bookmark question" +msgstr "" + +msgid "Bookmark the current question for later review" +msgstr "" + +msgid "Bookmarked question %s" +msgstr "" + msgid "Calculator" msgstr "Calcolatrice" @@ -361,6 +379,9 @@ msgstr "" msgid "Displays a customisable magnifier" msgstr "" +msgid "Do not bookmark the current question for later review" +msgstr "" + msgid "Do not flag the current item for later review" msgstr "Non contrassegnare l'item corrente per una revisione successiva" @@ -406,10 +427,10 @@ msgstr "" msgid "Enables skipping to items within this section. Requires the review screen option." msgstr "" -msgid "End test" +msgid "End Test" msgstr "Fine test" -msgid "End Test" +msgid "End test" msgstr "Fine test" msgid "Enter a blueprint" @@ -431,12 +452,21 @@ msgstr "Errore rilevato nel IMS QTI Test: \\ n %S" msgid "Expand the review panel" msgstr "Espandi il riquadro recensione" +msgid "Export" +msgstr "" + msgid "Export failed for the test \"%s" msgstr "" +msgid "Export failed. Key uri nor classUri in formValues are not defined" +msgstr "" + msgid "Export metadata" msgstr "" +msgid "Export QTI %s Test Package" +msgstr "" + msgid "Export QTI 2.1 Test Package" msgstr "Esporta QTI Package 2.1 Test" @@ -506,6 +536,9 @@ msgstr "" msgid "Hide Review" msgstr "Nascondi revisione" +msgid "Hide test overview panel" +msgstr "" + msgid "Hide the review screen" msgstr "Nascondi pannello revisioni" @@ -557,6 +590,9 @@ msgstr "" msgid "If the connection cannot be restored, see option B." msgstr "" +msgid "If you leave the test, your changes will not be saved due to invalid test settings. Are you sure you wish to leave?" +msgstr "" + msgid "If you need help, please contact our Helpline on 0330 088 4171." msgstr "" @@ -590,6 +626,9 @@ msgstr "Incoerenza alla riga% 1d:" msgid "Individual" msgstr "Singolo" +msgid "Informational item" +msgstr "" + msgid "Informational Item Usage" msgstr "" @@ -629,12 +668,12 @@ msgstr "" msgid "Item Session Control" msgstr "Sessione di controllo item" -msgid "items" -msgstr "" - msgid "Items" msgstr "Item" +msgid "items" +msgstr "" + msgid "Items can optionally be assigned to one or more categories." msgstr "Gli item possono opzionalmente essere assegnati a una o più categorie" @@ -762,12 +801,15 @@ msgstr "Durata minima per questa parte di test." msgid "minutes" msgstr "" -msgid "Missed required parameter \'id\" +msgid "Missed required parameter \'id\'" msgstr "" msgid "Missed test package file" msgstr "" +msgid "Missing filename for QTI Test export" +msgstr "" + msgid "Missing required configuration option %s" msgstr "" @@ -816,12 +858,18 @@ msgstr "Sezione successiva" msgid "No" msgstr "No" +msgid "NO" +msgstr "" + msgid "No CAT Engine configured for CAT Endpoint \"%s\"." msgstr "" msgid "No file found at location \"%s\"." msgstr "Nessun file trovato in posizione \"%s\"" +msgid "No instance in form to export" +msgstr "" + msgid "No more attempts allowed for item \"%s\"." msgstr "Nessun altro tentativo consentito per item \"% s\"" @@ -963,6 +1011,12 @@ msgstr "Pubblicazione QTI Test \"%s\" non riuscita." msgid "QTI Test \"%s\" successfully published." msgstr "QTI Test \"%s\" pubblicato con successo" +msgid "QTI Test Metadata" +msgstr "" + +msgid "QTI Test Package %s" +msgstr "" + msgid "QTI Test Package 2.1" msgstr "Pacchetto test QTI 2.1" @@ -972,10 +1026,13 @@ msgstr "" msgid "QTI/APIP Test Content Package" msgstr "" +msgid "Question" +msgstr "" + msgid "question" msgstr "" -msgid "Question" +msgid "Question %s" msgstr "" msgid "questions" @@ -1002,6 +1059,9 @@ msgstr "Rimuovi Rubrica Block" msgid "Remove Section" msgstr "Rimuovi sezione" +msgid "Remove Subsection" +msgstr "" + msgid "Remove Test Part" msgstr "" @@ -1017,6 +1077,9 @@ msgstr "Filtri usati" msgid "Resource(s) successfully exported." msgstr "" +msgid "ResultTransmission event successfully registered" +msgstr "" + msgid "Review" msgstr "Rivedi" @@ -1047,10 +1110,10 @@ msgstr "Segnapunti" msgid "Scoring" msgstr "" -msgid "Scratch pad" +msgid "Scratch Pad" msgstr "" -msgid "Scratch Pad" +msgid "Scratch pad" msgstr "" msgid "Scratchpad" @@ -1125,6 +1188,9 @@ msgstr "Mostra revisione" msgid "Show Solution" msgstr "Mostra soluzione" +msgid "Show test overview panel" +msgstr "" + msgid "Show the review screen" msgstr "Mostra pannello revisioni" @@ -1233,6 +1299,12 @@ msgstr "" msgid "Test Navigation" msgstr "" +msgid "Test overview" +msgstr "" + +msgid "Test part level category enables configuring the categories of its composing items all at once. A category in gray means that all items have that category. A category in white means that only a few items have that category." +msgstr "" + msgid "Test Part Properties" msgstr "" @@ -1261,10 +1333,10 @@ msgstr "" msgid "Text content" msgstr "" -msgid "Text to Speech" +msgid "Text To Speech" msgstr "" -msgid "Text To Speech" +msgid "Text to Speech" msgstr "" msgid "that was being taken." @@ -1348,6 +1420,9 @@ msgstr "Il principale identificatore del test." msgid "The provided archive is invalid. Make sure it is not corrupted and that it contains an 'imsmanifest.xml' file." msgstr "L'archivio fornito non è valido. Assicurarsi che non sia corrotto e che contenga un file 'imsmanifest.xml'." +msgid "The QTI Item with URI '%s' cannot be found." +msgstr "" + msgid "The QTI Test '%s' to be compiled must contain at least 1 QTI Item. None found." msgstr "Il test QTI '%s' da compilare deve contenere almeno 1 item QTI. Nessuno trovato." @@ -1378,6 +1453,14 @@ msgstr "Il titolo della sezione" msgid "The submission mode determines when the candidate's responses are submitted for response processing. A testPart in individual mode requires the candidate to submit their responses on an item-by-item basis. In simultaneous mode the candidate's responses are all submitted together at the end of the testPart." msgstr "La modalità di presentazione definisce quando le risposte del candidato sono presentate per l'elaborazione di risposta. Una parte di test in modalità individuale richiede che il candidato presenti le risposte su base item per item. In modo simultaneo le risposte del candidato sono tutte presentate insieme alla fine della parte di test." +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"" +msgstr "" + +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"Please fix the invalid settings and try again." +msgstr "" + msgid "The test has been closed/suspended!" msgstr "" @@ -1595,6 +1678,9 @@ msgstr "Errore XML alla riga%1$d colonna %2$d \"%3$s\"." msgid "Yellow on Blue" msgstr "" +msgid "YES" +msgstr "" + msgid "Yes" msgstr "Sì" diff --git a/locales/it-IT/messages_po.js b/locales/it-IT/messages_po.js index 6d9f42fa17..8e9c2131c5 100644 --- a/locales/it-IT/messages_po.js +++ b/locales/it-IT/messages_po.js @@ -1 +1 @@ -{" and ":"e"," has been deleted successfully":" \u00e8 stato rimosso correttamente"," next":" prossimo"," requires a subgrid adapter":" richiede un adattatore di sottogriglia","%1$s expected but %2$s detected":"%1$s atteso ma %2$s ottenuto","%d day":"%d giorno","%d days":"%d giorni","%h hour":"%d ora","%h hours":"%h ore","%i minute":"%i minuto","%i minutes":"%i minuti","%m month":"%m mese","%m months":"%m mesi","%s (%s kb)":"%s (%s kb)","%s Class saved":"%s Classe salvata","%s could not be released":"%s non pu\u00f2 essere rilasciato","%s extension(s) to install.":"%s estensione da istallare","%s has been deleted":"%s \u00e8 stato eliminato","%s has been released":"%s \u00e8 stato rilasciato","%s is of a type that cannot be published":"%s \u00e8 di un tipo che non pu\u00f2 essere pubblicato","%s Locked":"%s Bloccato","%s\u0022 is not a valid index identifier. It must start with a letter and contain letters, numbers or underscores only":"%s\u0022 non \u00e8 un valido identificatore di indice. Deve iniziare con una lettera e contenere solo lettere, numeri o underscore","%y year":"%y anno","%y years":"%y anni","(empty)":"(vuoto)","... reloading page.":"... caricamento pagina","Filters<\/del>":"Filtri","Options<\/del>":"Opzioni","> Extension %s succesfully installed.":"> Estensione %s correttamente istallata.","> Installation done.":"Istallazione completata","A fatal error occured during the installation process.":"Si \u00e8 verificato un errore durante l\u0027installazione.","A message with further instructions has been sent to your email address: %s":"Un messaggio con ulteriori istruzioni \u00e8 stato inviato alla tua casella di posta elettronica: %s","A QTI Item involved in the QTI Test \u0027%s\u0027 could not be compiled.":"Un item QTI presente nel test QTI \u0027% s\u0027 non pu\u00f2 essere compilato.","A QTI Test must contain at least one QTI Item to be compiled. None found.":"Un test QTI deve contenere almeno un Item QTI da compilare. Nessuno trovato.","A qti testpackage":"Un pacchetto di test QTI","A remote resource referenced in QTI test \u0027%s\u0027 could not be retrieved.":"Una risorsa remota in riferimento al test QTI \u0027% s\u0027 non pu\u00f2 essere recuperata.","A visible section is one that is identifiable by the candidate.":"Una sezione visibile \u00e8 quella che \u00e8 identificabile dal candidato.","Access Denied":"Accesso negato","Access denied. Please renew your authentication!":"Accesso negato. Si prega di procedere a una nuova identificazione!","Action":"Azione","Actions":"Azioni","Add":"Aggiungi","Add a CSV file":"Aggiungi un file CSV","Add a user":"Aggiungi utente","Add an RDF\/XML file":"Aggiungi un file RDF\/XML","Add Consumer":"Aggiungi consumatore","Add file(s)":"Aggiungi file","Add property":"Aggiungi propriet\u00e0","Add selected item(s) here.":"Aggiungi qui item selezionato\/i","Add the source file":"Aggiungi il file sorgente","After you complete the section it would be impossible to return to this section to make changes. Are you sure you want to end the section?":"Dopo aver completato la sezione non \u00e8 pi\u00f9 possibile tornare a questa sezione per apportare modifiche. Sei sicuro di voler terminare la sezione?","all":"tutto","All":"Tutto","All data will be removed in %s":"Tutti i dati saranno rimossi in %s","All fields are required":"Tutti i campi sono richiesti","All rights reserved.":"Tutti i diritti riservati","Allow Comment":"Lascia un commento","Allow Review":"Consenti una recensione","Allow Skipping":"Consenti Skipping","Allow the candidate to review his answers.":"Consenti al candidato di rivedere le sue risposte.","Alpha version":"Versione Alfa","An email has been sent":"Una email \u00e8 stata inviata.","An error occurs, please contact your administrator":"Si \u00e8 verificato un errore, prego contatta il tuo amministratore","An invisible section with a parent that is subject to shuffling can specify whether or not its children, which will appear to the candidate as if they were part of the parent, are shuffled as a block or mixed up with the other children of the parent section.":"In una sezione invisibile con un genitore che \u00e8 il soggetto che mescola, il genitore pu\u00f2 specificare o no se i suoi figli, che appariranno agli altri candidati come se fossero parte del genitore, sono mescolati come un blocco unico oppure divisi con gli altri bambini della sezione genitore.","An item involved in the test cannot be read or is not QTI compliant.":"Un item del test non pu\u00f2 essere letto o non \u00e8 compatibile QTI","An item involved in the test cannot be written.":"Un item del test non pu\u00f2 essere scritto","An unknown error occured while compiled QTI Test \u0027%s\u0027.":"Errore sconosciuto durante la compilazione del test QTI %s","An unknown error occured while compiling QTI test \u0027%s\u0027.":"Si \u00e8 verificato un errore sconosciuto durante la compilazione del test QTI \u0027% s\u0027","and you flagged %s item(s) that you can review now":" ","Answered":"Risposto","Are you sure to delete the versioned resource?\nThe history will be lost as well.":"Sei sicuro di eliminare la risorsa? Si perderanno tutti i dati.","Are you sure you want to delete it?":"Sei sicuro di voler cancellare?","Are you sure you want to end the test?":"Sei sicuro di voler terminare il test?","Assign User to role":"Assegna Utente ","Assign Users":"Assegna Utenti","Author":"Autore","Author Item":"Autore dell\u0027Item","Authoring":"Authoring","Auxiliary file not found at location \u0022%s\u0022.":"File ausiliario non trovato nella posizione \u0022% s\u0022","Available":"Disponibile","Available Extensions":"Estensioni disponibili","Back to listing":"Indietro per ascolto","Beta version":"Versione Beta","Browse folders:":"Sfoglia le cartelle","Browse...":"Sfoglia...","Calculator":"Calcolatrice","Calendar":"Calendario","CANCEL":"NO","Cancel":"No","cancel":"no","cancel the action":"annulla operazione","Candidate":"Candidato","Cannot be edited":"Non pu\u00f2 essere editato","Categories":"Categorie","Change password":"Cambia password","Change the password":"Cambia la password","Check All":"Controlla Tutti","Check all":"Verifica tutto","Check-in":"Check-in","Choose export format":"Scegli il formato di esportazione:","Choose import format":"Scegli il formato di importazione","class selected":"classe selezionata","Collapse the review panel":"Comprimi il pannello recensione","Column":"Colonna","Combine a selection of items into tests.":"Combina una selezione di item nel test","Comment":"Commenta","comment...":"commento...","Commit":"Consegna","Completed items":"Item completati","Confirm":"Conferma","Connect to the TAO platform":"Connettersi alla piattaforma TAO","Continue":"Continua","Controls the maximum number of attempts allowed. 0 means unlimited.":"Controlla il numero massimo di tentativi consentiti. 0 significa illimitato.","Create":"Creare","Create and design items and exercises.":"Crea e progetta item ed esercizi","Create instance of ":"Creare domanda di","CSV":"CSV","CSV Options":"Opzioni CSV","Current language":"Lingua corrente","Data imported":"Importazione di dati","Data imported successfully":"Dati importati con successo","Data imported. Some records are invalid.":"Dati importati. Alcuni record non sono validi.","Data Language":"Dati di lingua.","Data language":"Dati di lingua","Data not imported. All records are invalid.":"Dati non importati. Nessun record \u00e8 valido.","Date":"Data","Default search":"Ricerca di default","Define the default values":"Definisci i valori di default","Delete":"Cancella","Deliveries":"Somministrazioni","Demo Sandbox":"Demo Sandbox","Disable validation":"Disabilita convalida","Disabled %s":"Disabilitata %s","Do not flag the current item for later review":"Non contrassegnare l\u0027item corrente per una revisione successiva","Do you wish to install the following extension(s):\n%s?":"Vuoi istallare la seguente estensione?","does not match":"non corrisponde","Don\u0027t set":"Non impostare","Download":"Scarica","Download this file":"Scarica questo file","Drag file here":"Trascina qui il file","Drag files here":"Trascina qui i file","Drop the files to upload":"Rilascia i file per upload","Duplicate":"Duplica","Edit":"Edita","Edit a user":"Modifica utente","Edit class %s":"Edita la classe %s","Edit Instance":"Modifica Istanza","Element":"Elemento","Element deleted.":"Elemento eliminato","Email":"Email","Enable selection":"Abilita selezione","End test":"Fine test","End Test":"Fine test","Enter":"Invio","Error":"Errore","Error during file import":"Errore durante l\u0027importazione di file","Error found in the IMS QTI Test:\n%s":"Errore rilevato nel IMS QTI Test: \\\\ n %S","Exclusive (OR)":"Esclusivo (OR)","Expand the review panel":"Espandi il riquadro recensione","Export":"Esporta","Export ":"Esporta","Export Metadata as RDF\/XML file":"Esporta Metadata come file RDF\/XML","Export QTI 2.1 Test Package":"Esporta QTI Package 2.1 Test","Export Table":"Esporta tabella","Extensions manager":"Gestione delle estensioni","False":"Falso","Field delimiter":"Determinatore di campo","Field encloser":"Campo allegato","File":"File","File name":"Nome del file","File Properties":"Propriet\u00e0 del file","file selected":"file selezionato","File Uploader":"Aggiornamento file","files selected":"file selezionato","Filter":"Filtro","Filtering mode":"Modalit\u00e0 di filtraggio","First Name":"Nome","First row column names":"Nomi prima riga colonna","Fit to width":"Adatta","Fixed":"Fisso","Fixed position in a shuffled the selection.":"Posizione fissa in una selezione casuale","Flag for Review":"Segna per la revisione","Flag the current item for later review":"Contrassegna l\u0027item corrente per una revisione successiva","Flagged":"Contrassegnato","Force Release":"Forza il rilascio","Forgot your password?":"Password dimenticata?","Fuzzy Matching":"Accoppiamento sfocato","Go Back":"Ritorna","Group test takers according to global features and classifications.":"Raggruppa i partecipanti secondo caratteristiche globali e classificazioni.","Groups":"Gruppi","Groups library":"Biblioteca di gruppi","Height":"Altezza","Help":"Aiuto","Hi, %s
You indicated that you have forgotten your TAO password.":"Salve, %s
hai indicato che hai dimenticato la password per TAO","Hide detailed report":"Nascondi una notifica dettagliata","Hide Review":"Nascondi revisione","Hide the review screen":"Nascondi pannello revisioni","Highlight all":"Evidenzia tutto","hours":"ore","Identifier":"Identificatore","If required it must appear (at least once) in the selection.":"Se richiesto deve apparire (almeno una volta) nella selezione","If required, it must appears at least once in the selection.":"Se richiesto, deve apparire almeno una volta nella selezione","If set, it causes the order of the child elements to be randomized, otherwise it uses the order in which the child elements are defined.":"Se impostato, provoca l\u0027ordine degli elementi figlio da randomizzare, altrimenti utilizza l\u0027ordine in cui sono definiti gli elementi figlio.","If you do not wish to reset your password, just ignore this email and your password will remain the same.":"Se non desideri reimpostare la tua password, ignora questa mail. La password rester\u00e0 la stessa.","Import":"Importa","Import ":"Importa ","Import Metadata from CSV file":"Importa Metadata dal file CSV","Import Metadata from RDF file":"Importa Metadata dal file RDF ","IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file could not be imported.":"Item IMS QTI riferito a \u0022% s\u0022 non pu\u00f2 essere importato nel file IMS Manifest","IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file successfully imported.":"Item IMS QTI riferito a \u0022% s\u0022 importato con successo nel file IMS Manifest ","IMS QTI Test Package successfully imported.":"Pacchetto Test IMS QTI importato con successo.","IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file successfully imported.":"Test IMS QTI riferito a \u0022% s\u0022 importato con successo nel file IMS Manifest ","In this part of the test navigation is not allowed.":"In questa parte di test la navigazione non \u00e8 consentita.","Inclusive (AND)":"Inclusivo (e)","Inconsistency at line %1d:":"Incoerenza alla riga% 1d:","Index":"Indice","Individual":"Singolo","Infinity":"Infinito","Install":"Installa","Installation done.":"Installazione terminata.","Installation...":"Installazione...","Installed Extensions":"Estensioni istallate","Installing extension %s...":"Installazione delle estensioni %s","Instance saved":"Istanza salvata","Interface Language":"Lingua di interfaccia","Interface language":"Lingua di interfaccia","Invalid date range (must be after or the same as: %s)":"Intervallo data non valido (deve essere successivo o lo stesso di: %s)","Invalid date range (must be after: %s)":"Intervallo data non valido (deve essere successivo: %s)","Invalid date range (must be before or the same as: %s)":"Intervallo data non valido (deve essere precedente o lo stesso di: %s)","Invalid date range (must be before: %s)":"Intervallo data non valido (deve essere successivo: %s)","Invalid field length":"Lunghezza campo non valido ","Invalid field range (maximum value: %s)":"Intervallo di campo non valido (valore massimo:%s)","Invalid field range (minimum value: %1$s, maximum value: %2$s)":"Intervallo di campo non valido (deve essere successivo o lo stesso di: %s)","Invalid field range (minimum value: %s)":"Intervallo di campo non valido (valore minimo: %s)","Invalid file size (minimum %1$s bytes, maximum %2$s bytes)":"Misura di file non valida (minimum %1$s bytes, maximum %2$s bytes)","Invalid file type!":"Tipo di file non valido","Invalid login or password. Please try again.":"Password di login non valida. Riprovare","invalid regular expression":"espressione regolare non valida","is already used in the test.":"\u00e9 gi\u00e0 usato nel test.","is not a valid identifier (alphanum, underscore, dash and dots)":"non \u00e8 un identificatore valido (alfanumerico, sottolineatura, trattino e punti)","is not a valid identifier (everything except spaces)":"non \u00e8 un indicatore valido (tutto tranne gli spazi)","Item %d of %d":"Item %d of %d","Item Reference Properties":"Item Reference Properties","Item Session Control":"Sessione di controllo item","Items":"Item","Items can optionally be assigned to one or more categories.":"Gli item possono opzionalmente essere assegnati a una o pi\u00f9 categorie","Items Compilation":"Items Compilation","Items library":"Raccolta item","Items marked for later review":"Item contrassegnati per la successiva revisione","Keep Together":"Mantieni assieme","Label":"Etichetta","Language":"Lingua","Last Name":"Cognome","Late submission allowed":"Presentazione tardiva concessa","less than a minute":"meno di un minuto","Linear":"Lineare","List":"Elenco","List - Multiple choice - Check box":"Lista - Scelta multipla - Controlla box","List - Single choice - Drop down":"Lista - Scelta singola - Scorri gi\u00f9","List - Single choice - Radio button":"Lista - Scelta singola - Tasto radio","Loaded":"Caricato","Loaded at Startup":"Caricato all\u0027avvio","Loading":"Caricamento","Log in":"Entra","Log Out":"Esci","Login":"Login","Login available":"Login disponibile","LTI":"LTI","LTI Consumers":"Cliente LTI ","Manage Access Rights":"Gestione diritti di accesso","Manage data list":"Gestisci lista dati","Manage groups":"Gestione gruppi","Manage items":"Gestisci item","Manage Results":"Gestione risultati","Manage roles":"Gestisci ruoli","Manage Roles and apply them to users.":"Gestisci Ruoli e assegnali agli utenti","Manage Rubric Blocks":"Gestisci Blocchi Rubrica","Manage test properties":"Gestisci propriet\u00e0 del test","Manage test takers":"Gestisci i partecipanti al test","Manage Tests":"Gestisci Test","Manage tests":"Gestisci i test","Manage users":"Gestione utenti","Manage Versioned File":"Gestisci le versioni del file","Map the properties to the CSV columns":"Mappa le propriet\u00e0 alle colonne CSV","Mark for review":"Segna per la revisione","Max Attempts":"Numero massimo di tentativi","Maximum Duration":"Durata massima","Maximum duration for the all test.":"Durata massima di tutto il test","Maximum duration for this item.":"Durata massima per questo item","Maximum duration for this section.":"Durata massima per questa sezione.","Maximum duration for this test part.":"Durata massima per questa parte del test.","Message":"Messaggio","Minimum Duration":"Durata minima","Minimum duration for the test.":"Durata minima per il test.","Minimum duration for this item.":"Durata minima per questo item.","Minimum duration for this section.":"Durata minima per questa sezione.","Minimum duration for this test part.":"Durata minima per questa parte di test.","minutes":"minuti","More":"Ancora","Move":"Sposta","Move Down":"Muovi gi\u00f9","Move role":"Sposta ruolo","Move to":"Sposta in","Move Up":"Muovi su","Moving this element will replace the properties of the previous class by those of the destination class :":"Spostando questo elemento le propriet\u00e0 della classe precedente saranno sostituite con quelle della classe di destinazione :","Multiple values delimiter":"Valori multipli delimitati","My settings":"Impostazioni personali ","My settings (%s)":"Le mie impostazioni (%s)","Name":"Nome","Navigation":"Navigazione","New class":"Nuova classe","New Group":"Nuovo Gruppo","New item":"Nuovo item","New password":"Nuova password","New role":"Nuovo ruolo","New Rubric Block":"Nuovo Blocco Rubrica","New test":"Nuovo test","New test part":"Nuova parte di test","New test-taker":"Nuovo partecipante","Next":"Successivo","Next Section":"Sezione successiva","No":"No","No action specified":"Nessun azione specificata.","No extensions available.":"Nessuna estensione disponibile","No file found at location \u0022%s\u0022.":"Nessun file trovato in posizione \u0022%s\u0022","no file not found in this location":"Nessu file trovato in questo posto","No file selected":"Nessun file selezionato","No files":"Nessun file","no label":"nessuna etichetta","No more attempts allowed for item \u0022%s\u0022.":"Nessun altro tentativo consentito per item \u0022% s\u0022","No reference to any IMS QTI Item found.":"Nessun riferimento trovato per qualsiasi item IMS QTI.","Non Linear":"Non lineare","Not shuffled, the position remains fixed.":"Non mescolate, la posizione rimane fissa.","Nothing imported":"Nulla importato","Nothing to install !":"Niente da installare!","Nothing to list!":"Niente da elencare","Number of elements":"Numero di elementi","of":"di","OK":"SI","Ok":"S\u00ec","OK & End test":"SI & Fine test","Old Password":"Vecchia password","One or more dependent IMS QTI Items could not be imported.":"Uno o pi\u00f9 item dipendenti IMS QTI non potevano essere importati","Only display the items marked for review":"Visualizza solo gli item contrassegnati per la revisione","Only display the unanswered items":"Visualizzare solo gli item senza risposta","Open Calculator":"Calcolatrice","or":"o","Ordering":"Ordinamento","Package is valid but no tests were found. Make sure that it contains valid QTI tests.":"Il pacchetto \u00e8 valido, ma non sono stati trovati test. Assicurati che contiene validi QTI test.","Page":"Pagina","Part %d":"Parte% d","Password":"Password","Password changed":"Password modificata","Password reset":"Azzeramento password","Password successfully changed":"Cambio Password eseguito con esito positivo!","Passwords are not matching":"Le password non corrispondono","Please confirm deletion":"Prego, conferma l\u0027eliminazione","Please confirm property deletion!":"Prego confermare l\u0027eliminazione della propriet\u00e0","Please confirm this operation.":"Prego confermare questa operazione","Please contact %s or an administrator to release it":"Prego contatta l\u0027amministratore per rilasciarlo","Please give a message to your commit":"Prego dare un messaggio alla tua consegna","Please provide a reason":"Si prega di fornire una motivazione","Please wait while we try to restore the connection.":"Attendi il ripristino della connessione.","Post install processing":"Comunica il processo di istallazione","Preparing installation...":"Preparazione all\u0027installazione","Preview":"Anteprima","Previous":"Precedente","Proctor":"Supervisore","Properties":"Propriet\u00e0","Provided URL is not valid":"URL fornito non valido","QTI 2.1 Test Driver":"QTI 2.1 Test Driver","QTI Item Runner":"QTI Item Runner","QTI Test \u0022%s\u0022 publishing failed.":"Pubblicazione QTI Test \u0022%s\u0022 non riuscita.","QTI Test \u0022%s\u0022 successfully published.":"QTI Test \u0022%s\u0022 pubblicato con successo","QTI Test Package 2.1":"Pacchetto test QTI 2.1","RDF":"RDF","Record and manage test takers.":"Registra e gestisci i partecipanti","Reference":"Riferimento","Release":"Versione","Releasing the lock might cause the work in progress by %s to be lost.":"Il rilascio del blocco pu\u00f2 causare la perdita del lavoro in corso in %s","Remove":"Rimuovi","Remove Item Reference":"Rimuovi item di riferimento","Remove Message":"Rimuovi Messaggio","Remove Rubric Block":"Rimuovi Rubrica Block","Remove Section":"Rimuovi sezione","Remove this file":"Rimuovi questo file","Rename":"Rinomina","Repeat new password":"Ripeti la nuova password","Request a password reset via Email.":"Richiesta via Email di reset della password","Required":"Richiesta","Required field":"Campo richiesto","required length":"lunghezza richiesta","Requires":"Richiesti","Reset":"Reimposta","Reset filters":"Filtri usati","Resource":"Risorsa","Resource not imported due to multiple super classes":"Risorsa non importata a causa di molteplici grandi classi","Resource not imported due to multiple types":"Risorsa non importata a causa di molteplici tipi","Resource saved":"Risorsa salvata","Responsive mode":"Modalit\u00e0 di risposta","Results":"Risultati","Results library":"Raccolta dei risultati","Return to sign in page":"Riaccedi alla pagina","Review":"Rivedi","Right click the tree to manage your lists":"Click sul tasto destro per modificare le tue liste","Role saved":"Ruolo salvato","Roles":"Ruoli","Roles library":"Ruoli della biblioteca","Rubric Block":"Rubric Block","Rubric Block Properties":"Propriet\u00e0 del Blocco Rubrica","Rubric Blocks":"Blocchi Rubrica","Save":"Salva","Scope":"Scopo","Scorer":"Segnapunti","Search":"Ricerca","Search %s":"Cerca %s","Search sub-classes":"Cerca sotto-classi","seconds":"secondi","Section level category enables configuring the categories of its composing items all at once. A category in gray means that all items have that category. A category in white means that only a few items have that category.":"La sezione livello categoria consente la configurazione delle categorie degli item che la compongono tutti in una volta. Una categoria in grigio significa che tutti gli item hanno quella categoria. Una categoria in bianco significa che solo pochi item hanno quella categoria.","Section Properties":"Propriet\u00e0 della sezione","select":"seleziona","Select":"Seleziona","Select a language":"Scegli una lingua","Select Items":"Seleziona gli item","Select this file":"Seleziona questo file","select...":"Seleziona...","Selected file:":"File selezionato:","Selection":"Selezione","Selection saved successfully":"Selezione salvata correttamente","Send":"Invia","Settings":"Impostazioni","Settings updated":"Setting aggiornati","Show detailed report":"Mostra una notifica dettagliata","Show Feedback":"Mostra commenti","Show Review":"Mostra revisione","Show Solution":"Mostra soluzione","Show the review screen":"Mostra pannello revisioni","Show the solution once the answer is submitted.":"Mostra la soluzione una volta che la risposta \u00e8 stata inserita.","Show\/Hide the review screen":"Mostra \/ Nascondi la schermata recensione","Shuffle":"Mescola","Simultaneous":"Simultaneo","Size":"Dimensione","Skip":"Salta","Skip & End Test":"Salta & Fine test","Skip and end test":"Salta & fine test","Skip and go to the end of the test":"Salta e vai alla fine del test","Skip and go to the next item":"Salta e vai al prossimo item","Skip to the end of the test":"Salta alla fine del test","Skip to the next item":"Salta al prossimo item","Skip to the next section":"Salta alla prossima sezione","Start Test-part":"Start Test-part","Submission":"Invio","Submit and go to the end of the test":"Invia e vai alla fine del test","Submit and go to the next item":"Invia e vai al prossimo item","Submit and go to the previous item":"Invia e vai all\u0027item precedente","SUBMIT THE TEST":"CHIUDERE LA PROVA","Success":"Riuscito","Successfully imported \u0022%s":"Importato con successo \u0022%s","Successfully imported %s tripples":"Importato con successo %s","Successfully imported class \u0022%s":"Classe importata con successo \u0022%s","Supported export formats":"Formati di esportazione supportati","Syntax error":"Errore di sintassi","Tao Default Theme":"Tema predefinito per TAO","TAO Home":"TAO Home","TAO Login":"Accesso TAO","Test":"Test","Test constructor":"Test constructor","Test Saved":"Test salvato","Test status":"Stato della prova","Test takers library":"Biblioteca dei partecipanti","Test-takers":"Partecipanti","Tests":"Test","Tests library":"Biblioteca di test","Text - Long - Box":"Testo - Lunghezza - Box","Text - Long - HTML editor":"Testo - Lunghezza - HTML editor","Text - Short - Field":"Testo - Corto - Campo","The \u0027imsmanifest.xml\u0027 file found in the archive is not valid.":"Il file \u0027imsmanifest.xml\u0027 trovato nell\u0027archivio non \u00e8 valido.","The action will be applied to":"L\u0027azione verr\u00e0 applicata per","The action will be applied to the following":"L\u0027 azione verr\u00e0 applicata al seguente","The candidate is not allowed to submit invalid responses.":"Il candidato non \u00e8 autorizzato a inviare le risposte sbagliate.","The column ":"La colonna ","The connection seems to be back, please proceed":"La connessione \u00e8 stata ripristinata","The dependency to the IMS QTI AssessmentItemRef \u0022%s\u0022 in the IMS Manifest file could not be resolved.":"La dipendenza dalla IMS QTI Assessment Item Ref \u0022% s\u0022 nel file manifesto IMS non pu\u00f2 essere risolto. ","The format of this field is not valid.":"Il formato di questo campo non \u00e8 valido","The identifier of the item reference.":"Identificativo dell\u0027item di riferimento","The identifier of the section.":"Il nome della sezione","The imported file is not properly UTF-8 encoded.":"Il file importato non \u00e8 correttamente UTF-8 codificato","The IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file was already stored in the Item Bank.":"L\u0027 item IMS QTI riferito a \u0022% s\u0022 nel file IMS Manifest era stato gi\u00e0 memorizzato nella banca item.","The IMS QTI Test Package could not be imported.":"Il pacchetto test IMS QTI non pu\u00f2 essere importato.","The IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file could not be imported.":"Il test IMS QTI riferito a \u0022% s\u0022 nel file IMS Manifest non pu\u00f2 essere importato.","The index identifier should not be empty":"L\u0027indicatore di indice non deve essere vuoto","The lock has been released":"Il blocco \u00e8 stato rilasciato","The navigation mode determines the general paths that the candidate may take. A linear mode restricts the candidate to attempt each item in turn. Non Linear removes this restriction.":"La modalit\u00e0 di navigazione determina i percorsi generali che il candidato pu\u00f2 prendere. Una modalit\u00e0 lineare limita il candidato a tentare un item in sequenza. La modalit\u00e0 non lineare rimuove questa restrizione.","The number of child elements to be selected.":"Numero di sottoelementi da selezionare.","The principle identifier of the test.":"Il principale identificatore del test.","The provided archive is invalid. Make sure it is not corrupted and that it contains an \u0027imsmanifest.xml\u0027 file.":"L\u0027archivio fornito non \u00e8 valido. Assicurarsi che non sia corrotto e che contenga un file \u0027imsmanifest.xml\u0027.","The QTI Test \u0027%s\u0027 to be compiled must contain at least 1 QTI Item. None found.":"Il test QTI \u0027%s\u0027 da compilare deve contenere almeno 1 item QTI. Nessuno trovato.","The QTI test could not be retrieved correctly.":"Il test QTI non pu\u00f2 essere recuperato correttamente.","The QTI Test XML or one of its dependencies is malformed or empty.":"L\u0027XML QTI test o una delle sue parti \u00e8 vuoto o non corretto.","The QTI-XML test could not be written correctly.":"Il test QTI XML non pu\u00f2 essere scritto correttamente","The reference.":"Al riferimento","The resources related to the IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file were rolled back.":"Le risorse relative al test IMS QTI riferito a \u0022% s\u0022 nel file IMS Manifest erano state ridotte","The section title.":"Il titolo della sezione","The submission mode determines when the candidate\u0027s responses are submitted for response processing. A testPart in individual mode requires the candidate to submit their responses on an item-by-item basis. In simultaneous mode the candidate\u0027s responses are all submitted together at the end of the testPart.":"La modalit\u00e0 di presentazione definisce quando le risposte del candidato sono presentate per l\u0027elaborazione di risposta. Una parte di test in modalit\u00e0 individuale richiede che il candidato presenti le risposte su base item per item. In modo simultaneo le risposte del candidato sono tutte presentate insieme alla fine della parte di test.","The test part identifier.":"L\u0027identificatore parte di test.","The test title.":"Il titolo del test.","The uploaded file is too large (maximum %s bytes)":"Il file caricato \u00e8 troppo grande (massimo %s byte)","The value for the property \u0022%s\u0022 must be unique.":"Il valore della propriet\u00e0 \u0022%\u0022 deve essere unico","The value of this field must be a valid date format, e.g. YYYY-MM-DD":"Il valore di questo campo deve avere un formato valido, es. AAAA-MM-GG","The value of this field must be an integer":"Il valore di questo campo deve essere un intero","The value of this field must be numeric":"Il valore di questo campo deve essere numerico","There is nothing to list!":"Non c\u0027\u00e8 niente da elencare!","This %s is currently checked out":"Questa %s \u00e8 correntemente testata","This constraint affects the visibility of feedback after the end of the last attempt.":"Questo vincolo incide sulla visibilit\u00e0 del feedback dopo la fine dell\u0027ultimo tentativo.","This constraint controls whether or not the candidate is allowed to provide a comment on the item during the session. Comments are not part of the assessed responses.":"Questo vincolo controlla se il candidato \u00e8 autorizzato o no a fornire un commento sull\u0027item durante la sessione. I commenti non fanno parte delle risposte valutate.","This field is required":"Questo campo \u00e8 richiesto","This field is too long":"Questo campo \u00e8 troppo lungo","This field is too short":"Questo campo \u00e8 troppo corto","This is not a valid email address.":"Questo non \u00e8 un indirizzo mail valido.","this is required":"questo \u00e8 richiesto","This Login is already in use":"Questo login \u00e8 gi\u00e0 in uso","This password reset link is no longer valid. It may have already been used. If you still wish to reset your password please request a new link":"Il collegamento al link di modifica password non \u00e8 pi\u00f9 valido. Se vuoi ancora modificare la tua password, prego richiedi un nuovo link","This resource is locked":"La risorsa \u00e8 bloccata","This role is still given to one or more users. Please remove the role to these users first.":"Il ruolo \u00e8 stato dato a uno o pi\u00f9 user. Prego rimuovi prima il ruolo a questi user.","This should equal %s":"Questo deve eguagliare %s","This should not equal %s":"Questo non deve eguagliare %s","This test has been suspended":"Questo test \u00e8 stato sospeso","This test has been terminated":"Questo test \u00e8 stato terminato","Time limit reached for item \u0022%s\u0022.":"Limite di tempo raggiunto per item \u0022% s\u0022.","Time limit reached, this part of the test has ended.":"Limite di tempo raggiunto, questa parte del test \u00e8 terminata.","Time limit reached, this part of the test has ended. However you are allowed to finish the current item.":"Il tempo a tua disposizione per svolgere la prova \u00e8 terminato. Puoi comunque rispondere a questa domanda, ma non puoi tornare a nessuna delle domande precedenti.","Time Limits":"Limite di tempo","Time zone":"Fuso orario","Title":"Titolo","To reset your password, click the link below, or paste it into your browser. You will then be prompted to create a new password.":"Per resettare la password, clicca sul link seguente, oppure incollalo nel tuo browser. Potrai poi creare una nuova password.","to translate":"tradurre","Tokenizer":"Tokenizer","Too many suggestions match your query. Only a few are listed":"La tua richiesta contiene troppe proposte. Solo alcune sono elencate","Translate":"Traduci","Translate to":"Traduci in","Translation parameters":"Parametri di traduzione","Translation saved":"Traduzione salvata","Tree - Multiple node choice ":"Scelta nodo Albero - Multiple","True":"Vero","Tutor":"Tutor","Type":"Tipo","Type your search":"Digita","Unable to access your account?":"Impossibile accedere al tuo account","Unable to change passwords in demo mode":"Non \u00e8 possibile modificare la password nella versione demo","Unable to delete %s":"Impossibile eliminare %s.","Unable to delete the selected resource":"Impossibile eliminare la risorsa selezionata","Unable to open file %s":"Impossibile aprire il file %s","Unable to release the lock":"Impossibile rilasciare il blocco","Unable to remove the property.":"Impossibile rimuovere la propriet\u00e0.","Unable to send the password reset request":"Impossibile inviare la richiesta di reset della password","Unable to upload file":"Impossibile caricare il file","Unable to upload file %s : %s":"Impossibile caricare il file %s : %s","Unanswered":"Senza risposta","Unanswered items":"Item senza risposta","Uncheck all":"Deseleziona tutto","Uncheck All":"Deseleziona tutto","Undo":"Annulla","Unflag for Review":"Deseleziona per la revisione","Uninstall of %s failed":"Disinstallazione di %s fallita","Uninstalled %s":"Disinstallato %s","unknown":"sconosciuto","Unknown Error":"Errore sconosciuto","Unknown error.":"Errore sconosciuto.","Update":"Aggiorna","Upload":"Carica","Upload a QTI 2.1 Test Package File":"Aggiornamento a QTI 2.1 Test Package File","Upload into:":"Carica in:","Usage: ImportRdf RDF_FILE [MODEL_ID]":"Utilizzo: ImportRdf RDF_FILE [MODEL_ID]","Use default value":"Usa valore predefinito","User":"Utente","User added":"Utente aggiunto","User deleted successfully":"Utente cancellato con successo","User not found":"Utente non trovato","User saved":"Utente salvato","User Settings":"Impostazioni utente","Users":"Utenti","Validate Responses":"Convalida Risposte","Version":"Versione","View and format the collected results.":"Visualizza e formatta i risultati raccolti","Viewed":"Visualizzato","Viewed items":"Item visualizzato","Views":"Visualizzazioni","Visible":"Visibile","Warning \u2013 You have %s remaining to complete the test.":"Attenzione - Ti rimane % per completare il test.","We are unable to connect the server to submit your results.":" ","We are unable to connect to the server to retrieve the next item.":" ","When selecting child elements each element is normally eligible for selection once only.":"Quando si selezionano i sottoelementi, ogni elemento \u00e8 normalmente ammesso alla selezione solo una volta","Whether a candidate\u0027s response that is beyond the maximum duration of the item should still be accepted.":"Se la risposta di un candidato avviene oltre la durata massima dell\u0027item, essa deve essere ancora accettata","Whether a candidate\u0027s response that is beyond the maximum duration of the section should still be accepted.":"Se la risposta di un candidato avviene oltre la durata massima della sezione, essa deve essere ancora accettata","Whether a candidate\u0027s response that is beyond the maximum duration of the test part should still be accepted.":"Se la risposta di un candidato avviene oltre la durata massima della parte di test, essa deve essere ancora accettata","Whether a candidate\u0027s response that is beyond the maximum duration should still be accepted.":"Se la risposta di un candidato avviene oltre la durata massima, essa deve essere ancora accettata","Who can view the rubric block during the delivery.":"Chi pu\u00f2 visualizzare il blocco rubrica durante la somministrazione.","Width":"Larghezza","With Replacement":"Con sostituzione","XML error at line %1$d column %2$d \u0022%3$s\u0022.":"Errore XML alla riga%1$d colonna %2$d \u0022%3$s\u0022.","Yes":"S\u00ec","You answered all %s question(s) in this test":"Grazie","You are about to submit the test.":"Hai terminato la prova.","You are about to submit the test. You will not be able to access this test once submitted. Click OK to continue and submit the test.":"Hai terminato la prova. Una volta chiusa la prova non potrai pi\u00f9 ritornare alle domande. Sei sicuro di voler chiudere la prova?","You are encountering a prolonged connectivity loss. ":"Si sono verificati problemi di connessione. ","You are not authorised to remove this lock":"Non sei autorizzato a rimuovere questo blocco","You cannot delete the root node":"Non \u00e8 possibile eliminare il nodo radice","You currently have no access to the platform":"Non hai accesso alla piattaforma","You do not have the required rights to edit this resource.":"Non hai i requisiti per editare questa risorsa","You have %s item(s) marked for review.":" ","You have %s unanswered question(s)":"Grazie","You have %s unanswered question(s) and have %s item(s) marked for review.":"Grazie","You have %s unanswered question(s).":"Grazie","You must activate JavaScript in your browser to run this application.":"Devi attivare JavaScript nel tuo browser per utilizzare questa applicazione","You will not be able to access this test once submitted. Click \u0022%s\u0022 to continue and submit the test.":"Una volta chiusa la prova non potrai pi\u00f9 ritornare alle domande. Sei sicuro di voler chiudere la prova?","Your comment\u2026":"Il tuo commento :","Your mail":"La tua mail","Your TAO Password":"La tua password per TAO"} \ No newline at end of file +{" and ":"e"," has been deleted successfully":" \u00e8 stato rimosso correttamente"," next":" prossimo"," requires a subgrid adapter":" richiede un adattatore di sottogriglia","%1$s expected but %2$s detected":"%1$s atteso ma %2$s ottenuto","%d day":"%d giorno","%d days":"%d giorni","%h hour":"%d ora","%h hours":"%h ore","%i minute":"%i minuto","%i minutes":"%i minuti","%m month":"%m mese","%m months":"%m mesi","%s (%s kb)":"%s (%s kb)","%s Class saved":"%s Classe salvata","%s could not be released":"%s non pu\u00f2 essere rilasciato","%s extension(s) to install.":"%s estensione da istallare","%s has been deleted":"%s \u00e8 stato eliminato","%s has been released":"%s \u00e8 stato rilasciato","%s is of a type that cannot be published":"%s \u00e8 di un tipo che non pu\u00f2 essere pubblicato","%s Locked":"%s Bloccato","%s\u0022 is not a valid index identifier. It must start with a letter and contain letters, numbers or underscores only":"%s\u0022 non \u00e8 un valido identificatore di indice. Deve iniziare con una lettera e contenere solo lettere, numeri o underscore","%y year":"%y anno","%y years":"%y anni","(empty)":"(vuoto)","... reloading page.":"... caricamento pagina","Filters<\/del>":"Filtri","Options<\/del>":"Opzioni","> Extension %s succesfully installed.":"> Estensione %s correttamente istallata.","> Installation done.":"Istallazione completata","A fatal error occured during the installation process.":"Si \u00e8 verificato un errore durante l\u0027installazione.","A message with further instructions has been sent to your email address: %s":"Un messaggio con ulteriori istruzioni \u00e8 stato inviato alla tua casella di posta elettronica: %s","A QTI Item involved in the QTI Test \u0027%s\u0027 could not be compiled.":"Un item QTI presente nel test QTI \u0027% s\u0027 non pu\u00f2 essere compilato.","A QTI Test must contain at least one QTI Item to be compiled. None found.":"Un test QTI deve contenere almeno un Item QTI da compilare. Nessuno trovato.","A qti testpackage":"Un pacchetto di test QTI","A remote resource referenced in QTI test \u0027%s\u0027 could not be retrieved.":"Una risorsa remota in riferimento al test QTI \u0027% s\u0027 non pu\u00f2 essere recuperata.","A visible section is one that is identifiable by the candidate.":"Una sezione visibile \u00e8 quella che \u00e8 identificabile dal candidato.","Access Denied":"Accesso negato","Access denied. Please renew your authentication!":"Accesso negato. Si prega di procedere a una nuova identificazione!","Action":"Azione","Actions":"Azioni","Add":"Aggiungi","Add a CSV file":"Aggiungi un file CSV","Add a user":"Aggiungi utente","Add an RDF\/XML file":"Aggiungi un file RDF\/XML","Add Consumer":"Aggiungi consumatore","Add file(s)":"Aggiungi file","Add property":"Aggiungi propriet\u00e0","Add selected item(s) here.":"Aggiungi qui item selezionato\/i","Add the source file":"Aggiungi il file sorgente","After you complete the section it would be impossible to return to this section to make changes. Are you sure you want to end the section?":"Dopo aver completato la sezione non \u00e8 pi\u00f9 possibile tornare a questa sezione per apportare modifiche. Sei sicuro di voler terminare la sezione?","all":"tutto","All":"Tutto","All data will be removed in %s":"Tutti i dati saranno rimossi in %s","All fields are required":"Tutti i campi sono richiesti","All rights reserved.":"Tutti i diritti riservati","Allow Comment":"Lascia un commento","Allow Review":"Consenti una recensione","Allow Skipping":"Consenti Skipping","Allow the candidate to review his answers.":"Consenti al candidato di rivedere le sue risposte.","Alpha version":"Versione Alfa","An email has been sent":"Una email \u00e8 stata inviata.","An error occurs, please contact your administrator":"Si \u00e8 verificato un errore, prego contatta il tuo amministratore","An invisible section with a parent that is subject to shuffling can specify whether or not its children, which will appear to the candidate as if they were part of the parent, are shuffled as a block or mixed up with the other children of the parent section.":"In una sezione invisibile con un genitore che \u00e8 il soggetto che mescola, il genitore pu\u00f2 specificare o no se i suoi figli, che appariranno agli altri candidati come se fossero parte del genitore, sono mescolati come un blocco unico oppure divisi con gli altri bambini della sezione genitore.","An item involved in the test cannot be read or is not QTI compliant.":"Un item del test non pu\u00f2 essere letto o non \u00e8 compatibile QTI","An item involved in the test cannot be written.":"Un item del test non pu\u00f2 essere scritto","An unknown error occured while compiled QTI Test \u0027%s\u0027.":"Errore sconosciuto durante la compilazione del test QTI %s","An unknown error occured while compiling QTI test \u0027%s\u0027.":"Si \u00e8 verificato un errore sconosciuto durante la compilazione del test QTI \u0027% s\u0027","and you flagged %s item(s) that you can review now":" ","Answered":"Risposto","Are you sure to delete the versioned resource?\nThe history will be lost as well.":"Sei sicuro di eliminare la risorsa? Si perderanno tutti i dati.","Are you sure you want to delete it?":"Sei sicuro di voler cancellare?","Are you sure you want to end the test?":"Sei sicuro di voler terminare il test?","Assign User to role":"Assegna Utente ","Assign Users":"Assegna Utenti","Author":"Autore","Author Item":"Autore dell\u0027Item","Authoring":"Authoring","Auxiliary file not found at location \u0022%s\u0022.":"File ausiliario non trovato nella posizione \u0022% s\u0022","Available":"Disponibile","Available Extensions":"Estensioni disponibili","Back to listing":"Indietro per ascolto","Beta version":"Versione Beta","Browse folders:":"Sfoglia le cartelle","Browse...":"Sfoglia...","Calculator":"Calcolatrice","Calendar":"Calendario","cancel":"no","Cancel":"No","CANCEL":"NO","cancel the action":"annulla operazione","Candidate":"Candidato","Cannot be edited":"Non pu\u00f2 essere editato","Categories":"Categorie","Change password":"Cambia password","Change the password":"Cambia la password","Check All":"Controlla Tutti","Check all":"Verifica tutto","Check-in":"Check-in","Choose export format":"Scegli il formato di esportazione:","Choose import format":"Scegli il formato di importazione","class selected":"classe selezionata","Collapse the review panel":"Comprimi il pannello recensione","Column":"Colonna","Combine a selection of items into tests.":"Combina una selezione di item nel test","Comment":"Commenta","comment...":"commento...","Commit":"Consegna","Completed items":"Item completati","Confirm":"Conferma","Connect to the TAO platform":"Connettersi alla piattaforma TAO","Continue":"Continua","Controls the maximum number of attempts allowed. 0 means unlimited.":"Controlla il numero massimo di tentativi consentiti. 0 significa illimitato.","Create":"Creare","Create and design items and exercises.":"Crea e progetta item ed esercizi","Create instance of ":"Creare domanda di","CSV":"CSV","CSV Options":"Opzioni CSV","Current language":"Lingua corrente","Data imported":"Importazione di dati","Data imported successfully":"Dati importati con successo","Data imported. Some records are invalid.":"Dati importati. Alcuni record non sono validi.","Data Language":"Dati di lingua.","Data language":"Dati di lingua","Data not imported. All records are invalid.":"Dati non importati. Nessun record \u00e8 valido.","Date":"Data","Default search":"Ricerca di default","Define the default values":"Definisci i valori di default","Delete":"Cancella","Deliveries":"Somministrazioni","Demo Sandbox":"Demo Sandbox","Disable validation":"Disabilita convalida","Disabled %s":"Disabilitata %s","Do not flag the current item for later review":"Non contrassegnare l\u0027item corrente per una revisione successiva","Do you wish to install the following extension(s):\n%s?":"Vuoi istallare la seguente estensione?","does not match":"non corrisponde","Don\u0027t set":"Non impostare","Download":"Scarica","Download this file":"Scarica questo file","Drag file here":"Trascina qui il file","Drag files here":"Trascina qui i file","Drop the files to upload":"Rilascia i file per upload","Duplicate":"Duplica","Edit":"Edita","Edit a user":"Modifica utente","Edit class %s":"Edita la classe %s","Edit Instance":"Modifica Istanza","Element":"Elemento","Element deleted.":"Elemento eliminato","Email":"Email","Enable selection":"Abilita selezione","End test":"Fine test","End Test":"Fine test","Enter":"Invio","Error":"Errore","Error during file import":"Errore durante l\u0027importazione di file","Error found in the IMS QTI Test:\n%s":"Errore rilevato nel IMS QTI Test: \\\\ n %s","Exclusive (OR)":"Esclusivo (OR)","Expand the review panel":"Espandi il riquadro recensione","Export":"Esporta","Export ":"Esporta","Export Metadata as RDF\/XML file":"Esporta Metadata come file RDF\/XML","Export QTI 2.1 Test Package":"Esporta QTI Package 2.1 Test","Export Table":"Esporta tabella","Extensions manager":"Gestione delle estensioni","False":"Falso","Field delimiter":"Determinatore di campo","Field encloser":"Campo allegato","File":"File","File name":"Nome del file","File Properties":"Propriet\u00e0 del file","file selected":"file selezionato","File Uploader":"Aggiornamento file","files selected":"file selezionato","Filter":"Filtro","Filtering mode":"Modalit\u00e0 di filtraggio","First Name":"Nome","First row column names":"Nomi prima riga colonna","Fit to width":"Adatta","Fixed":"Fisso","Fixed position in a shuffled the selection.":"Posizione fissa in una selezione casuale","Flag for Review":"Segna per la revisione","Flag the current item for later review":"Contrassegna l\u0027item corrente per una revisione successiva","Flagged":"Contrassegnato","Force Release":"Forza il rilascio","Forgot your password?":"Password dimenticata?","Fuzzy Matching":"Accoppiamento sfocato","Go Back":"Ritorna","Group test takers according to global features and classifications.":"Raggruppa i partecipanti secondo caratteristiche globali e classificazioni.","Groups":"Gruppi","Groups library":"Biblioteca di gruppi","Height":"Altezza","Help":"Aiuto","Hi, %s
You indicated that you have forgotten your TAO password.":"Salve, %s
hai indicato che hai dimenticato la password per TAO","Hide detailed report":"Nascondi una notifica dettagliata","Hide Review":"Nascondi revisione","Hide the review screen":"Nascondi pannello revisioni","Highlight all":"Evidenzia tutto","hours":"ore","Identifier":"Identificatore","If required it must appear (at least once) in the selection.":"Se richiesto deve apparire (almeno una volta) nella selezione","If required, it must appears at least once in the selection.":"Se richiesto, deve apparire almeno una volta nella selezione","If set, it causes the order of the child elements to be randomized, otherwise it uses the order in which the child elements are defined.":"Se impostato, provoca l\u0027ordine degli elementi figlio da randomizzare, altrimenti utilizza l\u0027ordine in cui sono definiti gli elementi figlio.","If you do not wish to reset your password, just ignore this email and your password will remain the same.":"Se non desideri reimpostare la tua password, ignora questa mail. La password rester\u00e0 la stessa.","Import":"Importa","Import ":"Importa ","Import Metadata from CSV file":"Importa Metadata dal file CSV","Import Metadata from RDF file":"Importa Metadata dal file RDF ","IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file could not be imported.":"Item IMS QTI riferito a \u0022% s\u0022 non pu\u00f2 essere importato nel file IMS Manifest","IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file successfully imported.":"Item IMS QTI riferito a \u0022% s\u0022 importato con successo nel file IMS Manifest ","IMS QTI Test Package successfully imported.":"Pacchetto Test IMS QTI importato con successo.","IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file successfully imported.":"Test IMS QTI riferito a \u0022% s\u0022 importato con successo nel file IMS Manifest ","In this part of the test navigation is not allowed.":"In questa parte di test la navigazione non \u00e8 consentita.","Inclusive (AND)":"Inclusivo (e)","Inconsistency at line %1d:":"Incoerenza alla riga% 1d:","Index":"Indice","Individual":"Singolo","Infinity":"Infinito","Install":"Installa","Installation done.":"Installazione terminata.","Installation...":"Installazione...","Installed Extensions":"Estensioni istallate","Installing extension %s...":"Installazione delle estensioni %s","Instance saved":"Istanza salvata","Interface Language":"Lingua di interfaccia","Interface language":"Lingua di interfaccia","Invalid date range (must be after or the same as: %s)":"Intervallo data non valido (deve essere successivo o lo stesso di: %s)","Invalid date range (must be after: %s)":"Intervallo data non valido (deve essere successivo: %s)","Invalid date range (must be before or the same as: %s)":"Intervallo data non valido (deve essere precedente o lo stesso di: %s)","Invalid date range (must be before: %s)":"Intervallo data non valido (deve essere successivo: %s)","Invalid field length":"Lunghezza campo non valido ","Invalid field range (maximum value: %s)":"Intervallo di campo non valido (valore massimo:%s)","Invalid field range (minimum value: %1$s, maximum value: %2$s)":"Intervallo di campo non valido (deve essere successivo o lo stesso di: %s)","Invalid field range (minimum value: %s)":"Intervallo di campo non valido (valore minimo: %s)","Invalid file size (minimum %1$s bytes, maximum %2$s bytes)":"Misura di file non valida (minimum %1$s bytes, maximum %2$s bytes)","Invalid file type!":"Tipo di file non valido","Invalid login or password. Please try again.":"Password di login non valida. Riprovare","invalid regular expression":"espressione regolare non valida","is already used in the test.":"\u00e9 gi\u00e0 usato nel test.","is not a valid identifier (alphanum, underscore, dash and dots)":"non \u00e8 un identificatore valido (alfanumerico, sottolineatura, trattino e punti)","is not a valid identifier (everything except spaces)":"non \u00e8 un indicatore valido (tutto tranne gli spazi)","Item %d of %d":"Item %d of %d","Item Reference Properties":"Item Reference Properties","Item Session Control":"Sessione di controllo item","Items":"Item","Items can optionally be assigned to one or more categories.":"Gli item possono opzionalmente essere assegnati a una o pi\u00f9 categorie","Items Compilation":"Items Compilation","Items library":"Raccolta item","Items marked for later review":"Item contrassegnati per la successiva revisione","Keep Together":"Mantieni assieme","Label":"Etichetta","Language":"Lingua","Last Name":"Cognome","Late submission allowed":"Presentazione tardiva concessa","less than a minute":"meno di un minuto","Linear":"Lineare","List":"Elenco","List - Multiple choice - Check box":"Lista - Scelta multipla - Controlla box","List - Single choice - Drop down":"Lista - Scelta singola - Scorri gi\u00f9","List - Single choice - Radio button":"Lista - Scelta singola - Tasto radio","Loaded":"Caricato","Loaded at Startup":"Caricato all\u0027avvio","Loading":"Caricamento","Log in":"Entra","Log Out":"Esci","Login":"Login","Login available":"Login disponibile","LTI":"LTI","LTI Consumers":"Cliente LTI ","Manage Access Rights":"Gestione diritti di accesso","Manage data list":"Gestisci lista dati","Manage groups":"Gestione gruppi","Manage items":"Gestisci item","Manage Results":"Gestione risultati","Manage roles":"Gestisci ruoli","Manage Roles and apply them to users.":"Gestisci Ruoli e assegnali agli utenti","Manage Rubric Blocks":"Gestisci Blocchi Rubrica","Manage test properties":"Gestisci propriet\u00e0 del test","Manage test takers":"Gestisci i partecipanti al test","Manage Tests":"Gestisci Test","Manage tests":"Gestisci i test","Manage users":"Gestione utenti","Manage Versioned File":"Gestisci le versioni del file","Map the properties to the CSV columns":"Mappa le propriet\u00e0 alle colonne CSV","Mark for review":"Segna per la revisione","Max Attempts":"Numero massimo di tentativi","Maximum Duration":"Durata massima","Maximum duration for the all test.":"Durata massima di tutto il test","Maximum duration for this item.":"Durata massima per questo item","Maximum duration for this section.":"Durata massima per questa sezione.","Maximum duration for this test part.":"Durata massima per questa parte del test.","Message":"Messaggio","Minimum Duration":"Durata minima","Minimum duration for the test.":"Durata minima per il test.","Minimum duration for this item.":"Durata minima per questo item.","Minimum duration for this section.":"Durata minima per questa sezione.","Minimum duration for this test part.":"Durata minima per questa parte di test.","minutes":"minuti","More":"Ancora","Move":"Sposta","Move Down":"Muovi gi\u00f9","Move role":"Sposta ruolo","Move to":"Sposta in","Move Up":"Muovi su","Moving this element will replace the properties of the previous class by those of the destination class :":"Spostando questo elemento le propriet\u00e0 della classe precedente saranno sostituite con quelle della classe di destinazione :","Multiple values delimiter":"Valori multipli delimitati","My settings":"Impostazioni personali ","My settings (%s)":"Le mie impostazioni (%s)","Name":"Nome","Navigation":"Navigazione","New class":"Nuova classe","New Group":"Nuovo Gruppo","New item":"Nuovo item","New password":"Nuova password","New role":"Nuovo ruolo","New Rubric Block":"Nuovo Blocco Rubrica","New test":"Nuovo test","New test part":"Nuova parte di test","New test-taker":"Nuovo partecipante","Next":"Successivo","Next Section":"Sezione successiva","No":"No","No action specified":"Nessun azione specificata.","No extensions available.":"Nessuna estensione disponibile","No file found at location \u0022%s\u0022.":"Nessun file trovato in posizione \u0022%s\u0022","no file not found in this location":"Nessu file trovato in questo posto","No file selected":"Nessun file selezionato","No files":"Nessun file","no label":"nessuna etichetta","No more attempts allowed for item \u0022%s\u0022.":"Nessun altro tentativo consentito per item \u0022% s\u0022","No reference to any IMS QTI Item found.":"Nessun riferimento trovato per qualsiasi item IMS QTI.","Non Linear":"Non lineare","Not shuffled, the position remains fixed.":"Non mescolate, la posizione rimane fissa.","Nothing imported":"Nulla importato","Nothing to install !":"Niente da installare!","Nothing to list!":"Niente da elencare","Number of elements":"Numero di elementi","of":"di","OK":"SI","Ok":"S\u00ec","OK & End test":"SI & Fine test","Old Password":"Vecchia password","One or more dependent IMS QTI Items could not be imported.":"Uno o pi\u00f9 item dipendenti IMS QTI non potevano essere importati","Only display the items marked for review":"Visualizza solo gli item contrassegnati per la revisione","Only display the unanswered items":"Visualizzare solo gli item senza risposta","Open Calculator":"Calcolatrice","or":"o","Ordering":"Ordinamento","Package is valid but no tests were found. Make sure that it contains valid QTI tests.":"Il pacchetto \u00e8 valido, ma non sono stati trovati test. Assicurati che contiene validi QTI test.","Page":"Pagina","Part %d":"Parte% d","Password":"Password","Password changed":"Password modificata","Password reset":"Azzeramento password","Password successfully changed":"Cambio Password eseguito con esito positivo!","Passwords are not matching":"Le password non corrispondono","Please confirm deletion":"Prego, conferma l\u0027eliminazione","Please confirm property deletion!":"Prego confermare l\u0027eliminazione della propriet\u00e0","Please confirm this operation.":"Prego confermare questa operazione","Please contact %s or an administrator to release it":"Prego contatta l\u0027amministratore per rilasciarlo","Please give a message to your commit":"Prego dare un messaggio alla tua consegna","Please provide a reason":"Si prega di fornire una motivazione","Please wait while we try to restore the connection.":"Attendi il ripristino della connessione.","Post install processing":"Comunica il processo di istallazione","Preparing installation...":"Preparazione all\u0027installazione","Preview":"Anteprima","Previous":"Precedente","Proctor":"Supervisore","Properties":"Propriet\u00e0","Provided URL is not valid":"URL fornito non valido","QTI 2.1 Test Driver":"QTI 2.1 Test Driver","QTI Item Runner":"QTI Item Runner","QTI Test \u0022%s\u0022 publishing failed.":"Pubblicazione QTI Test \u0022%s\u0022 non riuscita.","QTI Test \u0022%s\u0022 successfully published.":"QTI Test \u0022%s\u0022 pubblicato con successo","QTI Test Package 2.1":"Pacchetto test QTI 2.1","RDF":"RDF","Record and manage test takers.":"Registra e gestisci i partecipanti","Reference":"Riferimento","Release":"Versione","Releasing the lock might cause the work in progress by %s to be lost.":"Il rilascio del blocco pu\u00f2 causare la perdita del lavoro in corso in %s","Remove":"Rimuovi","Remove Item Reference":"Rimuovi item di riferimento","Remove Message":"Rimuovi Messaggio","Remove Rubric Block":"Rimuovi Rubrica Block","Remove Section":"Rimuovi sezione","Remove this file":"Rimuovi questo file","Rename":"Rinomina","Repeat new password":"Ripeti la nuova password","Request a password reset via Email.":"Richiesta via Email di reset della password","Required":"Richiesta","Required field":"Campo richiesto","required length":"lunghezza richiesta","Requires":"Richiesti","Reset":"Reimposta","Reset filters":"Filtri usati","Resource":"Risorsa","Resource not imported due to multiple super classes":"Risorsa non importata a causa di molteplici grandi classi","Resource not imported due to multiple types":"Risorsa non importata a causa di molteplici tipi","Resource saved":"Risorsa salvata","Responsive mode":"Modalit\u00e0 di risposta","Results":"Risultati","Results library":"Raccolta dei risultati","Return to sign in page":"Riaccedi alla pagina","Review":"Rivedi","Right click the tree to manage your lists":"Click sul tasto destro per modificare le tue liste","Role saved":"Ruolo salvato","Roles":"Ruoli","Roles library":"Ruoli della biblioteca","Rubric Block":"Rubric Block","Rubric Block Properties":"Propriet\u00e0 del Blocco Rubrica","Rubric Blocks":"Blocchi Rubrica","Save":"Salva","Scope":"Scopo","Scorer":"Segnapunti","Search":"Ricerca","Search %s":"Cerca %s","Search sub-classes":"Cerca sotto-classi","seconds":"secondi","Section level category enables configuring the categories of its composing items all at once. A category in gray means that all items have that category. A category in white means that only a few items have that category.":"La sezione livello categoria consente la configurazione delle categorie degli item che la compongono tutti in una volta. Una categoria in grigio significa che tutti gli item hanno quella categoria. Una categoria in bianco significa che solo pochi item hanno quella categoria.","Section Properties":"Propriet\u00e0 della sezione","Select":"Seleziona","select":"seleziona","Select a language":"Scegli una lingua","Select Items":"Seleziona gli item","Select this file":"Seleziona questo file","select...":"Seleziona...","Selected file:":"File selezionato:","Selection":"Selezione","Selection saved successfully":"Selezione salvata correttamente","Send":"Invia","Settings":"Impostazioni","Settings updated":"Setting aggiornati","Show detailed report":"Mostra una notifica dettagliata","Show Feedback":"Mostra commenti","Show Review":"Mostra revisione","Show Solution":"Mostra soluzione","Show the review screen":"Mostra pannello revisioni","Show the solution once the answer is submitted.":"Mostra la soluzione una volta che la risposta \u00e8 stata inserita.","Show\/Hide the review screen":"Mostra \/ Nascondi la schermata recensione","Shuffle":"Mescola","Simultaneous":"Simultaneo","Size":"Dimensione","Skip":"Salta","Skip & End Test":"Salta & Fine test","Skip and end test":"Salta & fine test","Skip and go to the end of the test":"Salta e vai alla fine del test","Skip and go to the next item":"Salta e vai al prossimo item","Skip to the end of the test":"Salta alla fine del test","Skip to the next item":"Salta al prossimo item","Skip to the next section":"Salta alla prossima sezione","Start Test-part":"Start Test-part","Submission":"Invio","Submit and go to the end of the test":"Invia e vai alla fine del test","Submit and go to the next item":"Invia e vai al prossimo item","Submit and go to the previous item":"Invia e vai all\u0027item precedente","SUBMIT THE TEST":"CHIUDERE LA PROVA","Success":"Riuscito","Successfully imported \u0022%s":"Importato con successo \u0022%s","Successfully imported %s tripples":"Importato con successo %s","Successfully imported class \u0022%s":"Classe importata con successo \u0022%s","Supported export formats":"Formati di esportazione supportati","Syntax error":"Errore di sintassi","Tao Default Theme":"Tema predefinito per TAO","TAO Home":"TAO Home","TAO Login":"Accesso TAO","Test":"Test","Test constructor":"Test constructor","Test Saved":"Test salvato","Test status":"Stato della prova","Test takers library":"Biblioteca dei partecipanti","Test-takers":"Partecipanti","Tests":"Test","Tests library":"Biblioteca di test","Text - Long - Box":"Testo - Lunghezza - Box","Text - Long - HTML editor":"Testo - Lunghezza - HTML editor","Text - Short - Field":"Testo - Corto - Campo","The \u0027imsmanifest.xml\u0027 file found in the archive is not valid.":"Il file \u0027imsmanifest.xml\u0027 trovato nell\u0027archivio non \u00e8 valido.","The action will be applied to":"L\u0027azione verr\u00e0 applicata per","The action will be applied to the following":"L\u0027 azione verr\u00e0 applicata al seguente","The candidate is not allowed to submit invalid responses.":"Il candidato non \u00e8 autorizzato a inviare le risposte sbagliate.","The column ":"La colonna ","The connection seems to be back, please proceed":"La connessione \u00e8 stata ripristinata","The dependency to the IMS QTI AssessmentItemRef \u0022%s\u0022 in the IMS Manifest file could not be resolved.":"La dipendenza dalla IMS QTI Assessment Item Ref \u0022% s\u0022 nel file manifesto IMS non pu\u00f2 essere risolto. ","The format of this field is not valid.":"Il formato di questo campo non \u00e8 valido","The identifier of the item reference.":"Identificativo dell\u0027item di riferimento","The identifier of the section.":"Il nome della sezione","The imported file is not properly UTF-8 encoded.":"Il file importato non \u00e8 correttamente UTF-8 codificato","The IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file was already stored in the Item Bank.":"L\u0027 item IMS QTI riferito a \u0022% s\u0022 nel file IMS Manifest era stato gi\u00e0 memorizzato nella banca item.","The IMS QTI Test Package could not be imported.":"Il pacchetto test IMS QTI non pu\u00f2 essere importato.","The IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file could not be imported.":"Il test IMS QTI riferito a \u0022% s\u0022 nel file IMS Manifest non pu\u00f2 essere importato.","The index identifier should not be empty":"L\u0027indicatore di indice non deve essere vuoto","The lock has been released":"Il blocco \u00e8 stato rilasciato","The navigation mode determines the general paths that the candidate may take. A linear mode restricts the candidate to attempt each item in turn. Non Linear removes this restriction.":"La modalit\u00e0 di navigazione determina i percorsi generali che il candidato pu\u00f2 prendere. Una modalit\u00e0 lineare limita il candidato a tentare un item in sequenza. La modalit\u00e0 non lineare rimuove questa restrizione.","The number of child elements to be selected.":"Numero di sottoelementi da selezionare.","The principle identifier of the test.":"Il principale identificatore del test.","The provided archive is invalid. Make sure it is not corrupted and that it contains an \u0027imsmanifest.xml\u0027 file.":"L\u0027archivio fornito non \u00e8 valido. Assicurarsi che non sia corrotto e che contenga un file \u0027imsmanifest.xml\u0027.","The QTI Test \u0027%s\u0027 to be compiled must contain at least 1 QTI Item. None found.":"Il test QTI \u0027%s\u0027 da compilare deve contenere almeno 1 item QTI. Nessuno trovato.","The QTI test could not be retrieved correctly.":"Il test QTI non pu\u00f2 essere recuperato correttamente.","The QTI Test XML or one of its dependencies is malformed or empty.":"L\u0027XML QTI test o una delle sue parti \u00e8 vuoto o non corretto.","The QTI-XML test could not be written correctly.":"Il test QTI XML non pu\u00f2 essere scritto correttamente","The reference.":"Al riferimento","The resources related to the IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file were rolled back.":"Le risorse relative al test IMS QTI riferito a \u0022% s\u0022 nel file IMS Manifest erano state ridotte","The section title.":"Il titolo della sezione","The submission mode determines when the candidate\u0027s responses are submitted for response processing. A testPart in individual mode requires the candidate to submit their responses on an item-by-item basis. In simultaneous mode the candidate\u0027s responses are all submitted together at the end of the testPart.":"La modalit\u00e0 di presentazione definisce quando le risposte del candidato sono presentate per l\u0027elaborazione di risposta. Una parte di test in modalit\u00e0 individuale richiede che il candidato presenti le risposte su base item per item. In modo simultaneo le risposte del candidato sono tutte presentate insieme alla fine della parte di test.","The test part identifier.":"L\u0027identificatore parte di test.","The test title.":"Il titolo del test.","The uploaded file is too large (maximum %s bytes)":"Il file caricato \u00e8 troppo grande (massimo %s byte)","The value for the property \u0022%s\u0022 must be unique.":"Il valore della propriet\u00e0 \u0022%\u0022 deve essere unico","The value of this field must be a valid date format, e.g. YYYY-MM-DD":"Il valore di questo campo deve avere un formato valido, es. AAAA-MM-GG","The value of this field must be an integer":"Il valore di questo campo deve essere un intero","The value of this field must be numeric":"Il valore di questo campo deve essere numerico","There is nothing to list!":"Non c\u0027\u00e8 niente da elencare!","This %s is currently checked out":"Questa %s \u00e8 correntemente testata","This constraint affects the visibility of feedback after the end of the last attempt.":"Questo vincolo incide sulla visibilit\u00e0 del feedback dopo la fine dell\u0027ultimo tentativo.","This constraint controls whether or not the candidate is allowed to provide a comment on the item during the session. Comments are not part of the assessed responses.":"Questo vincolo controlla se il candidato \u00e8 autorizzato o no a fornire un commento sull\u0027item durante la sessione. I commenti non fanno parte delle risposte valutate.","This field is required":"Questo campo \u00e8 richiesto","This field is too long":"Questo campo \u00e8 troppo lungo","This field is too short":"Questo campo \u00e8 troppo corto","This is not a valid email address.":"Questo non \u00e8 un indirizzo mail valido.","this is required":"questo \u00e8 richiesto","This Login is already in use":"Questo login \u00e8 gi\u00e0 in uso","This password reset link is no longer valid. It may have already been used. If you still wish to reset your password please request a new link":"Il collegamento al link di modifica password non \u00e8 pi\u00f9 valido. Se vuoi ancora modificare la tua password, prego richiedi un nuovo link","This resource is locked":"La risorsa \u00e8 bloccata","This role is still given to one or more users. Please remove the role to these users first.":"Il ruolo \u00e8 stato dato a uno o pi\u00f9 user. Prego rimuovi prima il ruolo a questi user.","This should equal %s":"Questo deve eguagliare %s","This should not equal %s":"Questo non deve eguagliare %s","This test has been suspended":"Questo test \u00e8 stato sospeso","This test has been terminated":"Questo test \u00e8 stato terminato","Time limit reached for item \u0022%s\u0022.":"Limite di tempo raggiunto per item \u0022% s\u0022.","Time limit reached, this part of the test has ended.":"Limite di tempo raggiunto, questa parte del test \u00e8 terminata.","Time limit reached, this part of the test has ended. However you are allowed to finish the current item.":"Il tempo a tua disposizione per svolgere la prova \u00e8 terminato. Puoi comunque rispondere a questa domanda, ma non puoi tornare a nessuna delle domande precedenti.","Time Limits":"Limite di tempo","Time zone":"Fuso orario","Title":"Titolo","To reset your password, click the link below, or paste it into your browser. You will then be prompted to create a new password.":"Per resettare la password, clicca sul link seguente, oppure incollalo nel tuo browser. Potrai poi creare una nuova password.","to translate":"tradurre","Tokenizer":"Tokenizer","Too many suggestions match your query. Only a few are listed":"La tua richiesta contiene troppe proposte. Solo alcune sono elencate","Translate":"Traduci","Translate to":"Traduci in","Translation parameters":"Parametri di traduzione","Translation saved":"Traduzione salvata","Tree - Multiple node choice ":"Scelta nodo Albero - Multiple","True":"Vero","Tutor":"Tutor","Type":"Tipo","Type your search":"Digita","Unable to access your account?":"Impossibile accedere al tuo account","Unable to change passwords in demo mode":"Non \u00e8 possibile modificare la password nella versione demo","Unable to delete %s":"Impossibile eliminare %s.","Unable to delete the selected resource":"Impossibile eliminare la risorsa selezionata","Unable to open file %s":"Impossibile aprire il file %s","Unable to release the lock":"Impossibile rilasciare il blocco","Unable to remove the property.":"Impossibile rimuovere la propriet\u00e0.","Unable to send the password reset request":"Impossibile inviare la richiesta di reset della password","Unable to upload file":"Impossibile caricare il file","Unable to upload file %s : %s":"Impossibile caricare il file %s : %s","Unanswered":"Senza risposta","Unanswered items":"Item senza risposta","Uncheck all":"Deseleziona tutto","Uncheck All":"Deseleziona tutto","Undo":"Annulla","Unflag for Review":"Deseleziona per la revisione","Uninstall of %s failed":"Disinstallazione di %s fallita","Uninstalled %s":"Disinstallato %s","unknown":"sconosciuto","Unknown Error":"Errore sconosciuto","Unknown error.":"Errore sconosciuto.","Update":"Aggiorna","Upload":"Carica","Upload a QTI 2.1 Test Package File":"Aggiornamento a QTI 2.1 Test Package File","Upload into:":"Carica in:","Usage: ImportRdf RDF_FILE [MODEL_ID]":"Utilizzo: ImportRdf RDF_FILE [MODEL_ID]","Use default value":"Usa valore predefinito","User":"Utente","User added":"Utente aggiunto","User deleted successfully":"Utente cancellato con successo","User not found":"Utente non trovato","User saved":"Utente salvato","User Settings":"Impostazioni utente","Users":"Utenti","Validate Responses":"Convalida Risposte","Version":"Versione","View and format the collected results.":"Visualizza e formatta i risultati raccolti","Viewed":"Visualizzato","Viewed items":"Item visualizzato","Views":"Visualizzazioni","Visible":"Visibile","Warning \u2013 You have %s remaining to complete the test.":"Attenzione - Ti rimane % per completare il test.","We are unable to connect the server to submit your results.":" ","We are unable to connect to the server to retrieve the next item.":" ","When selecting child elements each element is normally eligible for selection once only.":"Quando si selezionano i sottoelementi, ogni elemento \u00e8 normalmente ammesso alla selezione solo una volta","Whether a candidate\u0027s response that is beyond the maximum duration of the item should still be accepted.":"Se la risposta di un candidato avviene oltre la durata massima dell\u0027item, essa deve essere ancora accettata","Whether a candidate\u0027s response that is beyond the maximum duration of the section should still be accepted.":"Se la risposta di un candidato avviene oltre la durata massima della sezione, essa deve essere ancora accettata","Whether a candidate\u0027s response that is beyond the maximum duration of the test part should still be accepted.":"Se la risposta di un candidato avviene oltre la durata massima della parte di test, essa deve essere ancora accettata","Whether a candidate\u0027s response that is beyond the maximum duration should still be accepted.":"Se la risposta di un candidato avviene oltre la durata massima, essa deve essere ancora accettata","Who can view the rubric block during the delivery.":"Chi pu\u00f2 visualizzare il blocco rubrica durante la somministrazione.","Width":"Larghezza","With Replacement":"Con sostituzione","XML error at line %1$d column %2$d \u0022%3$s\u0022.":"Errore XML alla riga%1$d colonna %2$d \u0022%3$s\u0022.","Yes":"S\u00ec","You answered all %s question(s) in this test":"Grazie","You are about to submit the test.":"Hai terminato la prova.","You are about to submit the test. You will not be able to access this test once submitted. Click OK to continue and submit the test.":"Hai terminato la prova. Una volta chiusa la prova non potrai pi\u00f9 ritornare alle domande. Sei sicuro di voler chiudere la prova?","You are encountering a prolonged connectivity loss. ":"Si sono verificati problemi di connessione. ","You are not authorised to remove this lock":"Non sei autorizzato a rimuovere questo blocco","You cannot delete the root node":"Non \u00e8 possibile eliminare il nodo radice","You currently have no access to the platform":"Non hai accesso alla piattaforma","You do not have the required rights to edit this resource.":"Non hai i requisiti per editare questa risorsa","You have %s item(s) marked for review.":" ","You have %s unanswered question(s)":"Grazie","You have %s unanswered question(s) and have %s item(s) marked for review.":"Grazie","You have %s unanswered question(s).":"Grazie","You must activate JavaScript in your browser to run this application.":"Devi attivare JavaScript nel tuo browser per utilizzare questa applicazione","You will not be able to access this test once submitted. Click \u0022%s\u0022 to continue and submit the test.":"Una volta chiusa la prova non potrai pi\u00f9 ritornare alle domande. Sei sicuro di voler chiudere la prova?","Your comment\u2026":"Il tuo commento :","Your mail":"La tua mail","Your TAO Password":"La tua password per TAO"} \ No newline at end of file diff --git a/locales/it-IT/qtiCat.rdf.po b/locales/it-IT/qtiCat.rdf.po index 67baa77f92..57461f8493 100644 --- a/locales/it-IT/qtiCat.rdf.po +++ b/locales/it-IT/qtiCat.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:05\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:21\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: it-IT\n" diff --git a/locales/it-IT/qtitest.rdf.po b/locales/it-IT/qtitest.rdf.po index 740bfb8ef2..329eecd206 100644 --- a/locales/it-IT/qtitest.rdf.po +++ b/locales/it-IT/qtitest.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:05\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:21\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: it-IT\n" diff --git a/locales/it-IT/taoQtiTestItemRunner.rdf.po b/locales/it-IT/taoQtiTestItemRunner.rdf.po index ff44901490..5d81917666 100644 --- a/locales/it-IT/taoQtiTestItemRunner.rdf.po +++ b/locales/it-IT/taoQtiTestItemRunner.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:05\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:21\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: it-IT\n" diff --git a/locales/ja-JP/messages.po b/locales/ja-JP/messages.po index 310c86e8f0..21f5681188 100755 --- a/locales/ja-JP/messages.po +++ b/locales/ja-JP/messages.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 2022.09\n" -"PO-Revision-Date: 2022-11-04T17:54:47\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:21\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: ja-JP\n" @@ -22,6 +22,9 @@ msgstr "(ビジュアル)アクティブなハイライトをクリア" msgid "(Visual) Highlight Text" msgstr "(ビジュアル)ハイライトテキスト" +msgid "A concurrent delivery has been detected. Please use the last open session. The present window can be closed." +msgstr "" + msgid "A QTI Item involved in the QTI Test '%s' could not be compiled." msgstr "QTIテスト '%s' 内のQTIアイテムがコンパイルできませんでした。" @@ -442,8 +445,10 @@ msgstr "エラー" msgid "Error during file import" msgstr "ファイルインポート中のエラー" -msgid "Error found in the IMS QTI Test:\n%s" -msgstr "QTIテストにエラーが見つかりました:\n%s" +msgid "Error found in the IMS QTI Test:\n" +"%s" +msgstr "QTIテストにエラーが見つかりました:\n" +"%s" msgid "Expand the review panel" msgstr "レビューパネルを開く" @@ -454,9 +459,15 @@ msgstr "エクスポート" msgid "Export failed for the test \"%s" msgstr "テスト \"%s のエクスポート失敗" +msgid "Export failed. Key uri nor classUri in formValues are not defined" +msgstr "" + msgid "Export metadata" msgstr "メタデータエクスポート" +msgid "Export QTI %s Test Package" +msgstr "" + msgid "Export QTI 2.1 Test Package" msgstr "QTI2.1 Test Packageエクスポート" @@ -788,12 +799,18 @@ msgstr "このテストパートの最小時間" msgid "minutes" msgstr "分" +msgid "Missed required parameter \'id\'" +msgstr "" + msgid "Missed required parameter \'id\'" msgstr "必要なパラメータが不足しています \'id\'" msgid "Missed test package file" msgstr "見つからないテストパッケージファイル" +msgid "Missing filename for QTI Test export" +msgstr "" + msgid "Missing required configuration option %s" msgstr "必要な設定が見つかりません: %s " @@ -839,10 +856,10 @@ msgstr "次へ" msgid "Next Section" msgstr "次のセクション" -msgid "No" +msgid "NO" msgstr "いいえ" -msgid "NO" +msgid "No" msgstr "いいえ" msgid "No CAT Engine configured for CAT Endpoint \"%s\"." @@ -851,6 +868,9 @@ msgstr "CATエンドポイント \"%s\" にCATエンジンが構成されて msgid "No file found at location \"%s\"." msgstr "\"%s\"にはファイルがありません" +msgid "No instance in form to export" +msgstr "" + msgid "No more attempts allowed for item \"%s\"." msgstr "これ以上,問題\"%s\"の解答はできません。" @@ -992,6 +1012,12 @@ msgstr "QTIテスト \"%s\" の公開ができませんでした" msgid "QTI Test \"%s\" successfully published." msgstr "QTIテスト\"%s\" の公開が完了しました" +msgid "QTI Test Metadata" +msgstr "" + +msgid "QTI Test Package %s" +msgstr "" + msgid "QTI Test Package 2.1" msgstr "QTI Test Package 2.1" @@ -1001,10 +1027,10 @@ msgstr "QTI Test Package 2.2" msgid "QTI/APIP Test Content Package" msgstr "QTI/APIP Test Content Package" -msgid "question" +msgid "Question" msgstr "問題" -msgid "Question" +msgid "question" msgstr "問題" msgid "Question %s" @@ -1085,10 +1111,10 @@ msgstr "採点者" msgid "Scoring" msgstr "採点方法" -msgid "Scratch pad" +msgid "Scratch Pad" msgstr "スクラッチパッド" -msgid "Scratch Pad" +msgid "Scratch pad" msgstr "スクラッチパッド" msgid "Scratchpad" @@ -1308,10 +1334,10 @@ msgstr "テスト" msgid "Text content" msgstr "テキストコンテンツ" -msgid "Text to Speech" +msgid "Text To Speech" msgstr "テキスト読み上げ" -msgid "Text To Speech" +msgid "Text to Speech" msgstr "テキスト読み上げ" msgid "that was being taken." @@ -1428,7 +1454,12 @@ msgstr "セクション名" msgid "The submission mode determines when the candidate's responses are submitted for response processing. A testPart in individual mode requires the candidate to submit their responses on an item-by-item basis. In simultaneous mode the candidate's responses are all submitted together at the end of the testPart." msgstr "受験者の解答がどのようなタイミングで送信されるかを設定します。「個別」送信モードのテストパートでは、受験者はアイテムごとに解答を提出する必要があります。「同時」送信モードでは、受験者の解答はテストパートの最後にまとめて送信されます。" -msgid "The test cannot be saved because it currently contains invalid settings.\nPlease fix the invalid settings and try again." +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"" +msgstr "" + +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"Please fix the invalid settings and try again." msgstr "現在、テストに無効な設定が含まれているため、テストを保存することができません。無効な設定を修正し、再度お試しください。" msgid "The test has been closed/suspended!" @@ -1648,10 +1679,10 @@ msgstr "行%1$d,列%2$dのXMLエラー \"%3$s\"" msgid "Yellow on Blue" msgstr "ブルー地に黄色" -msgid "Yes" +msgid "YES" msgstr "はい" -msgid "YES" +msgid "Yes" msgstr "はい" msgid "You answered %s of %s question(s) for this section of the test" diff --git a/locales/ja-JP/messages_po.js b/locales/ja-JP/messages_po.js index 384ed925bb..944273330e 100755 --- a/locales/ja-JP/messages_po.js +++ b/locales/ja-JP/messages_po.js @@ -1 +1 @@ -{" and ":" \u3068 "," AND ":"\u3068"," has been deleted successfully":" \u524a\u9664\u3057\u307e\u3057\u305f\u3002"," is ":"\uff1a"," next":" \u6b21"," Remove criteria":"\u57fa\u6e96\u30fb\u6761\u4ef6\u3092\u524a\u9664"," requires a subgrid adapter":" \u30b5\u30d6\u30b0\u30ea\u30c3\u30c9\u30a2\u30c0\u30d7\u30bf\u304c\u5fc5\u8981\u3067\u3059","%1$s expected but %2$s detected":"%1$s\u4e88\u60f3\u3001%2$s\u3092\u691c\u51fa\u3057\u307e\u3057\u305f","%d attempts left before your account is locked.":"\u30a2\u30ab\u30a6\u30f3\u30c8\u304c\u30ed\u30c3\u30af\u3055\u308c\u308b\u524d\u306b%d \u56de\uff0c\u53d7\u9a13\u3055\u308c\u307e\u3057\u305f\u3002","%d day":"%d \u65e5","%d days":"%d\u65e5","%h hour":"%h\u6642\u9593","%h hours":"%h \u6642\u9593","%i minute":"%i\u5206","%i minutes":"%i \u5206","%m month":"%m \u6708","%m months":"%m \u30f6\u6708","%s %s selected":"%s %s \u304c\u9078\u629e\u3055\u308c\u307e\u3057\u305f","%s (%s kb)":"%s (%s kb)","%s Class saved":"%s \u3092\u4fdd\u5b58\u3057\u307e\u3057\u305f","%s classes":"%s \u30af\u30e9\u30b9","%s completed":"%s \u5b8c\u4e86","%s Confirmation":"%s \u78ba\u8a8d","%s could not be released":"%s \u306f\u516c\u958b\u3067\u304d\u307e\u305b\u3093","%s created":"%s \u304c\u4f5c\u6210\u3055\u308c\u307e\u3057\u305f","%s extension(s) to install.":"%s \u62e1\u5f35\u6a5f\u80fd\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb","%s has been deleted":"%s \u306f\u524a\u9664\u3055\u308c\u307e\u3057\u305f","%s has been released":"%s\u3000\u306f\u516c\u958b\u3055\u308c\u307e\u3057\u305f","%s instances":"%s \u30a4\u30f3\u30b9\u30bf\u30f3\u30b9","%s is of a type that cannot be published":"%s \u306f\u516c\u958b\u3067\u304d\u306a\u3044\u30bf\u30a4\u30d7\u3067\u3059","%s Locked":"%s\u306f\u30ed\u30c3\u30af\u3055\u308c\u3066\u3044\u307e\u3059","%s to answer %s":"%s \u304b\u3089 %s \u306e\u56de\u7b54","%s\u0022 is not a valid index identifier. It must start with a letter and contain letters, numbers or underscores only":"%s\u0022\u306f\u6709\u52b9\u306a\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u8b58\u5225\u5b50\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u8b58\u5225\u5b50\u306f\u82f1\u6587\u5b57\u3067\u59cb\u307e\u308a\u3001\u82f1\u6587\u5b57\u3001\u6570\u5b57\u3001\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2\u3092\u4f7f\u7528\u3057\u307e\u3059","%y year":"%y \u5e74","%y years":"%y \u5e74\u9593","(empty)":"(\u7a7a)","(Visual) Clear all active highlights":"\uff08\u30d3\u30b8\u30e5\u30a2\u30eb\uff09\u30a2\u30af\u30c6\u30a3\u30d6\u306a\u30cf\u30a4\u30e9\u30a4\u30c8\u3092\u30af\u30ea\u30a2","(Visual) Highlight Text":"\uff08\u30d3\u30b8\u30e5\u30a2\u30eb\uff09\u30cf\u30a4\u30e9\u30a4\u30c8\u30c6\u30ad\u30b9\u30c8","... reloading page.":"...\u30ea\u30ed\u30fc\u30c9\u4e2d","7-zip archive":"7-zip\u30a2\u30fc\u30ab\u30a4\u30d6","Filters<\/del>":"\u30d5\u30a3\u30eb\u30bf<\/del>","Options<\/del>":"\u30aa\u30d7\u30b7\u30e7\u30f3<\/del>"," %s <\/strong> has been moved to the background.":" %s <\/strong> \u306f\u30d0\u30c3\u30af\u30b0\u30e9\u30a6\u30f3\u30c9\u51e6\u7406\u4e2d\u3067\u3059\u3002","> Extension %s succesfully installed.":">\u3000\u62e1\u5f35\u6a5f\u80fd\u3000%s \u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u304c\u7d42\u4e86\u3057\u307e\u3057\u305f","> Installation done.":">\u3000\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u5b8c\u4e86","a class":"\u30d5\u30a9\u30eb\u30c0","A date has to be a Datetime or timestamp":"\u65e5\u4ed8\u306f Datetime \u307e\u305f\u306f timestamp \u306b\u3057\u3066\u304f\u3060\u3055\u3044","A fatal error occured during the installation process.":"\u81f4\u547d\u7684\u306a\u30a8\u30e9\u30fc\u304c\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u4e2d\u306b\u767a\u751f\u3057\u307e\u3057\u305f","A maintenance status must have a STATUS: \u0022%s\u0022 or \u0022%s":"\u30e1\u30f3\u30c6\u30ca\u30f3\u30b9\u30fb\u30b9\u30c6\u30fc\u30bf\u30b9\u306fSTATUS\u304c\u5fc5\u8981\u3067\u3059: \u0022%s\u0022 or \u0022%s","A message with further instructions has been sent to your email address: %s":"\u8a73\u3057\u3044\u624b\u9806\u304c\u3042\u306a\u305f\u306e\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u306b\u9001\u4fe1\u3055\u308c\u307e\u3057\u305f\uff1a%s","A QTI Item involved in the QTI Test \u0027%s\u0027 could not be compiled.":"QTI\u30c6\u30b9\u30c8 \u0027%s\u0027 \u5185\u306eQTI\u30a2\u30a4\u30c6\u30e0\u304c\u30b3\u30f3\u30d1\u30a4\u30eb\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002","A QTI Test must contain at least one QTI Item to be compiled. None found.":"QTI\u30c6\u30b9\u30c8\u306f\u5c11\u306a\u304f\u3068\u3082\u3072\u3068\u3064\u306e\u30b3\u30f3\u30d1\u30a4\u30eb\u3055\u308c\u305fQTI\u30a2\u30a4\u30c6\u30e0\u304c\u306a\u304f\u3066\u306f\u306a\u308a\u307e\u305b\u3093\u3002","A qti testpackage":"QTI\u30c6\u30b9\u30c8\u30d1\u30c3\u30b1\u30fc\u30b8","A remote resource referenced in QTI test \u0027%s\u0027 could not be retrieved.":"QTI\u30c6\u30b9\u30c8 \u0027%s\u0027 \u3067\u53c2\u7167\u3055\u308c\u305f\u5916\u90e8\u30ea\u30bd\u30fc\u30b9\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002","A response to every question in this item is required.":"\u3059\u3079\u3066\u306e\u554f\u3044\u306b\u7b54\u3048\u3066\u304f\u3060\u3055\u3044\u3002","A response to this item is required.":"\u3053\u306e\u554f\u3044\u306b\u56de\u7b54\u3057\u3066\u304f\u3060\u3055\u3044","A valid response to this item is required.":"\u3053\u306e\u554f\u3044\u306b\u56de\u7b54\u3057\u3066\u304f\u3060\u3055\u3044","A visible section is one that is identifiable by the candidate.":"\u30d3\u30b8\u30d6\u30eb\u30bb\u30af\u30b7\u30e7\u30f3\u306f\u53d7\u9a13\u8005\u304c\u8b58\u5225\u3067\u304d\u308b\u3082\u306e\u3067\u3059\u3002","AAC audio":"AAC\u30aa\u30fc\u30c7\u30a3\u30aa","About":"\u3000","abs":"ABS","Absolute value":"\u7d76\u5bfe\u5024","AC":"AC","Access Denied":"\u30a2\u30af\u30bb\u30b9\u304c\u62d2\u5426\u3055\u308c\u307e\u3057\u305f","Access denied. Please renew your authentication!":"\u30a2\u30af\u30bb\u30b9\u304c\u62d2\u5426\u3055\u308c\u307e\u3057\u305f\u3002\u3042\u306a\u305f\u306e\u8a8d\u8a3c\u3092\u66f4\u65b0\u3057\u3066\u304f\u3060\u3055\u3044\uff01","Accessibility tool that enables Test Taker to have the item content read aloud.":"\u53d7\u9a13\u8005\u304c\u30a2\u30a4\u30c6\u30e0\u306e\u5185\u5bb9\u3092\u97f3\u58f0\u3067\u8aad\u307f\u4e0a\u3052\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u30a2\u30af\u30bb\u30b7\u30d3\u30ea\u30c6\u30a3\u30c4\u30fc\u30eb\u3067\u3059\u3002","Account status":"\u30a2\u30ab\u30a6\u30f3\u30c8\u72b6\u6cc1","Action":"\u64cd\u4f5c","Action %s - removed %s positions":"\uff05s-\uff05s\u3092\u524a\u9664\u3057\u307e\u3057\u305f","Action `%s` is not configured in the action queue service":"\u64cd\u4f5c `\uff05s`\u306f\uff0c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093","Action was not executed yet":"\u64cd\u4f5c\u306f\u307e\u3060\u5b9f\u884c\u3055\u308c\u3066\u3044\u307e\u305b\u3093","Actions":"\u64cd\u4f5c","Activated":"\u30d5\u30a3\u30fc\u30c9\u30d0\u30c3\u30af\u6709\u52b9","Add":"\u8ffd\u52a0","Add a CSV file":"CSV\u30d5\u30a1\u30a4\u30eb\u8ffd\u52a0","add a new weight":"\u65b0\u898f\u300c\u91cd\u307f\u300d\u8ffd\u52a0","Add a user":"\u30e6\u30fc\u30b6\u8ffd\u52a0","Add a zip file containing QTI\/APIP tests and items":"QTI\/APIP\u30c6\u30b9\u30c8\u3068\u30a2\u30a4\u30c6\u30e0\u3092\u542b\u3080zip\u30d5\u30a1\u30a4\u30eb\u3092\u8ffd\u52a0","Add an RDF\/XML file":"RDF\/XML\u30d5\u30a1\u30a4\u30eb\u8ffd\u52a0","Add Consumer":"\u30b3\u30f3\u30b7\u30e5\u30fc\u30de\u8ffd\u52a0","add criteria":"\u6761\u4ef6\u30fb\u57fa\u6e96\u3092\u8ffd\u52a0","Add file(s)":"\u30d5\u30a1\u30a4\u30eb\u8ffd\u52a0","Add index":"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u8ffd\u52a0","Add property":"\u30d7\u30ed\u30d1\u30c6\u30a3\u8ffd\u52a0","Add Provider":"\u30d7\u30ed\u30d0\u30a4\u30c0\u8ffd\u52a0","Add selected item(s) here.":"\u9078\u629e\u3057\u305f\u30a2\u30a4\u30c6\u30e0\u3092\u8ffd\u52a0","Add Subsection":"\u30b5\u30d6\u30bb\u30af\u30b7\u30e7\u30f3\u8ffd\u52a0","Add the source file":"\u30bd\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb\u3092\u8ffd\u52a0\u3002","Adding search index for %s":"%s\u306e\u691c\u7d22\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u8ffd\u52a0\u3057\u307e\u3059\u3002","Adding search index for created resource":"\u4f5c\u6210\u3057\u305f\u30ea\u30bd\u30fc\u30b9\u306e\u691c\u7d22\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u8ffd\u52a0","Adding the new class has failed":"\u65b0\u898f\u30af\u30e9\u30b9\u306e\u8ffd\u52a0\u306b\u5931\u6557\u3057\u307e\u3057\u305f","Adding the new resource has failed":"\u65b0\u898f\u30ea\u30bd\u30fc\u30b9\u306e\u8ffd\u52a0\u306b\u5931\u6557\u3057\u307e\u3057\u305f","Adding\/updating search index for updated resource":"\u66f4\u65b0\u3055\u308c\u305f\u30ea\u30bd\u30fc\u30b9\u306e\u691c\u7d22\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u8ffd\u52a0\u30fb\u66f4\u65b0","Adobe Flash file":"Adobe Flash\u30d5\u30a1\u30a4\u30eb","Advanced search, add filters":"\u9ad8\u5ea6\u306a\u691c\u7d22\uff08\u30d5\u30a3\u30eb\u30bf\u8ffd\u52a0\uff09","After you complete the section it would be impossible to return to this section to make changes. Are you sure you want to end the section?":"\u3053\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u3092\u7d42\u4e86\u3057\u305f\u5f8c\u3001\u3053\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u306b\u623b\u3063\u3066\u5909\u66f4\u3092\u52a0\u3048\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u3092\u7d42\u4e86\u3057\u3066\u3082\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f","all":"\u3059\u3079\u3066","All":"\u3059\u3079\u3066","all audios":"\u5168\u3066\u306e\u97f3\u58f0","All data will be removed in %s":"\u3059\u3079\u3066\u306e\u30c7\u30fc\u30bf\u306f%s\u304b\u3089\u79fb\u52d5\u3055\u308c\u307e\u3057\u305f","All fields are required":"\u3059\u3079\u3066\u5fc5\u9808\u9805\u76ee\u3067\u3059","all images":"\u5168\u3066\u306e\u753b\u50cf","All rights reserved.":"All rights reserved.","all videos":"\u5168\u3066\u306e\u52d5\u753b","Allow Comment":"\u30b3\u30e1\u30f3\u30c8\u3092\u8a31\u53ef","Allow for all domains":"\u3059\u3079\u3066\u306e\u30c9\u30e1\u30a4\u30f3\u3092\u8a31\u53ef","Allow for the following domains":"\u4ee5\u4e0b\u306e\u30c9\u30e1\u30a4\u30f3\u3092\u8a31\u53ef\u3057\u307e\u3059","Allow Review":"\u30ec\u30d3\u30e5\u30fc\u3092\u8a31\u53ef","Allow Section Skipping":"\u30bb\u30af\u30b7\u30e7\u30f3\u306e\u30b9\u30ad\u30c3\u30d7\u8a31\u53ef","Allow Skipping":"\u30b9\u30ad\u30c3\u30d7\u8a31\u53ef","Allow skipping of the current section.":"\u73fe\u5728\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u306e\u30b9\u30ad\u30c3\u30d7\u3092\u8a31\u53ef","Allow Test-taker to playback media files associated according to APIP protocol to item content.":"\u53d7\u9a13\u8005\u306f\uff0cAPIP\u30d7\u30ed\u30c8\u30b3\u30eb\u6e96\u62e0\u306e\u30a2\u30a4\u30c6\u30e0\u5185\u306e\u30e1\u30c7\u30a3\u30a2\u30d5\u30a1\u30a4\u30eb\u3092\u518d\u751f\u3067\u304d\u307e\u3059","Allow the candidate to review his answers.":"\u53d7\u9a13\u8005\u306b\u81ea\u5206\u306e\u89e3\u7b54\u3092\u78ba\u8a8d\u3059\u308b\u3053\u3068\u3092\u8a31\u53ef\u3057\u307e\u3059","Allow the test-taker to eliminate \/ strikethrough answers in choice interactions.":"\u9078\u629e\u554f\u984c\u3067\u6d88\u53bb\u6cd5\u3067\u306e\u89e3\u7b54\uff08\u53d6\u308a\u6d88\u3057\u7dda\u8868\u793a\uff09\u3092\u3059\u308b\u305f\u3081\u306e\u30b5\u30dd\u30fc\u30c8\u30c4\u30fc\u30eb","Allow the test-taker to highlight parts of the item text.":"\u9ec4\u8272\u30e9\u30a4\u30f3\u30de\u30fc\u30ab\u30fc","Allow the test-taker to mask and unmask answers in choice interactions.":"\u9078\u629e\u554f\u984c\u3067\u9078\u629e\u80a2\u3092\u4e00\u3064\u3065\u3064\u8868\u793a\u3055\u305b\u306a\u304c\u3089\u89e3\u7b54\u3059\u308b\u305f\u3081\u306e\u30b5\u30dd\u30fc\u30c8\u30c4\u30fc\u30eb","Allow the test-taker to mask parts of the item with a movable mask.":"\u554f\u984c\u306e\u4e00\u90e8\u5206\u3092\u96a0\u3057\u306a\u304c\u3089\u89e3\u7b54\u3059\u308b\u305f\u3081\u306e\u30b5\u30dd\u30fc\u30c8\u30c4\u30fc\u30eb","Allow the test-taker to use a basic calculator.":"\u96fb\u5353\u304c\u4f7f\u7528\u3067\u304d\u307e\u3059","Allow the test-taker to use a calculator respecting the order of operations (BODMAS).":"\u53d7\u9a13\u8005\u306f\uff0c\u6f14\u7b97\u9806\u5e8fBODMAS\u306b\u6cbf\u3063\u305f\u96fb\u5353\u304c\u4f7f\u3048\u307e\u3059\u3002","Allow the test-taker to use a movable magnifier tool.":"\u90e8\u5206\u62e1\u5927\u3059\u308b\u305f\u3081\u306e\u79fb\u52d5\u5f0f\u62e1\u5927\u30ec\u30f3\u30ba","Allow the test-taker to use a scientific calculator.":"\u95a2\u6570\u96fb\u5353\u304c\u4f7f\u7528\u3067\u304d\u307e\u3059","Allow the test-taker to visually isolate a line of text.":"\uff11\u884c\u3065\u3064\u8868\u793a\u7bc4\u56f2\u3092\u79fb\u52d5\u3057\u306a\u304c\u3089\uff0c\u8aad\u307f\u9032\u3081\u308b\u305f\u3081\u306e\u30b5\u30dd\u30fc\u30c8\u30c4\u30fc\u30eb","Allows Test-taker to zoom in and out the item content.":"\u753b\u9762\u5168\u4f53\u3092\u62e1\u5927\u30fb\u7e2e\u5c0f\u3067\u304d\u308b\u3088\u3046\u306b\u3057\u307e\u3059","Alpha version":"\u03b1\u30d0\u30fc\u30b8\u30e7\u30f3","Also compute the score per categories":"\u30ab\u30c6\u30b4\u30ea\u3054\u3068\u306b\u30b9\u30b3\u30a2\u3092\u63a1\u70b9\u3059\u308b\u5834\u5408\u306b\u8a2d\u5b9a","An email has been sent":"e\u30e1\u30fc\u30eb\u3092\u9001\u4fe1\u3057\u307e\u3057\u305f","An error occured while retrieving items":"\u30a2\u30a4\u30c6\u30e0\u306e\u53d6\u5f97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f","An error occurred during results submission. Please retry.":"\u7d50\u679c\u306e\u9001\u4fe1\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u518d\u5ea6\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044","An error occurred during the test initialization!":"\u30c6\u30b9\u30c8\u521d\u671f\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f","An error occurred during the test, please content your administrator.":"\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u7ba1\u7406\u8005\u306b\u9023\u7d61\u3057\u3066\u304f\u3060\u3055\u3044\u3002","An error occurred during user deletion":"\u30e6\u30fc\u30b6\u524a\u9664\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f","An error occurred!":"\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f!","An error occurs, please contact your administrator":"\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u7ba1\u7406\u8005\u306b\u9023\u7d61\u3057\u3066\u304f\u3060\u3055\u3044\u3002","An exception occured while running \u0022%s":"\u0022%s\u0022 \u306e\u5b9f\u884c\u4e2d\u306b\u4f8b\u5916\u304c\u767a\u751f\u3057\u307e\u3057\u305f","an instance":"\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9","An invisible section with a parent that is subject to shuffling can specify whether or not its children, which will appear to the candidate as if they were part of the parent, are shuffled as a block or mixed up with the other children of the parent section.":"\u30b7\u30e3\u30c3\u30d5\u30eb\u306e\u5bfe\u8c61\u3068\u306a\u308b\u89aa\u30bb\u30af\u30b7\u30e7\u30f3\u3092\u6301\u3064\u4e0d\u53ef\u8996\u30bb\u30af\u30b7\u30e7\u30f3\u3067\u306f\u3001\u89aa\u30bb\u30af\u30b7\u30e7\u30f3\u306e\u4e00\u90e8\u3067\u3042\u308b\u304b\u306e\u3088\u3046\u306b\u53d7\u9a13\u8005\u306b\u8868\u793a\u3055\u308c\u308b\u5b50\u30bb\u30af\u30b7\u30e7\u30f3\u3092\u3001\u30d6\u30ed\u30c3\u30af\u3068\u3057\u3066\u30b7\u30e3\u30c3\u30d5\u30eb\u3059\u308b\u304b\u3001\u89aa\u30bb\u30af\u30b7\u30e7\u30f3\u306e\u4ed6\u306e\u5b50\u30bb\u30af\u30b7\u30e7\u30f3\u3068\u6df7\u305c\u3066\u30b7\u30e3\u30c3\u30d5\u30eb\u3059\u308b\u304b\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059\u3002","An item involved in the test cannot be read or is not QTI compliant.":"\u30c6\u30b9\u30c8\u306e\u30a2\u30a4\u30c6\u30e0\u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3002\u3082\u3057\u304f\u306fQTI\u306b\u6e96\u62e0\u3057\u3066\u3044\u307e\u305b\u3093\u3002","An item involved in the test cannot be written.":"\u30c6\u30b9\u30c8\u306e\u30a2\u30a4\u30c6\u30e0\u3092\u66f8\u304d\u8fbc\u3081\u307e\u305b\u3093","An unknown error occured while compiled QTI Test \u0027%s\u0027.":"QTI\u30c6\u30b9\u30c8\u0027%s\u0027\u306e\u30b3\u30f3\u30d1\u30a4\u30eb\u4e2d\u306b\u4e0d\u660e\u306a\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002","An unknown error occured while compiling QTI test \u0027%s\u0027.":"QTI\u30c6\u30b9\u30c8\u0027%s\u0027\u306e\u30b3\u30f3\u30d1\u30a4\u30eb\u4e2d\u306b\u4e0d\u660e\u306a\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002","An unrecoverable error occurred. Your test session will be paused.":"\u56de\u5fa9\u4e0d\u80fd\u306a\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u53d7\u9a13\u306f\u4e00\u6642\u505c\u6b62\u3055\u308c\u307e\u3059\u3002","and":"\u30fb","and flagged %s of them":"%s \u306b\u30d5\u30e9\u30b0\u3092\u7acb\u3066\u307e\u3057\u305f\u3002","and you flagged %s item(s) that you can review now":"\u4eca\u30ec\u30d3\u30e5\u30fc\u3067\u304d\u308b\u30a2\u30a4\u30c6\u30e0 %s \u306b\u30d5\u30e9\u30b0\u3092\u7acb\u3066\u307e\u3057\u305f","Ans":"Ans","Answer Eliminator":"\u6d88\u53bb\u6cd5\u30c4\u30fc\u30eb","Answer Masking":"\u9078\u629e\u80a2\u30de\u30b9\u30ad\u30f3\u30b0","Answered":"\u89e3\u7b54\u6e08\u307f","APIP Text To Speech":"\u30c6\u30ad\u30b9\u30c8\u8aad\u307f\u4e0a\u3052\uff08APIP)","Apply":"\u9069\u7528","Apply date range":"\u65e5\u4ed8\u3092\u9069\u7528","Arc cosine":"Arc cosine","Arc sine":"Arc sine","Arc tangent":"Arc tangent","Archived":"\u30a2\u30fc\u30ab\u30a4\u30d6","Are you sure to delete the versioned resource?\nThe history will be lost as well.":"\u30d0\u30fc\u30b8\u30e7\u30f3\u7ba1\u7406\u30ea\u30bd\u30fc\u30b9\u3092\u524a\u9664\u3057\u3066\u3082\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f\n\u5c65\u6b74\u3082\u4e00\u7dd2\u306b\u524a\u9664\u3055\u308c\u307e\u3059","Are you sure you want to clear your answer and go to the next item? You will not be able to go back and provide an answer.":"\u89e3\u7b54\u3092\u30af\u30ea\u30a2\u3057\u3066\u6b21\u306b\u9032\u3093\u3067\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f\u3000\u623b\u3063\u3066\u89e3\u7b54\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u306a\u304f\u306a\u308a\u307e\u3059\u3002","Are you sure you want to delete it?":"\u524a\u9664\u3057\u3066\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f","Are you sure you want to end the test?":"\u30c6\u30b9\u30c8\u3092\u7d42\u4e86\u3057\u3066\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f","Are you sure you want to go to the next item? You will not be able to go back and change your answer.":"\u6b21\u306b\u9032\u3093\u3067\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f\u3000\u623b\u3063\u3066\u89e3\u7b54\u3057\u76f4\u3059\u3053\u3068\u304c\u3067\u304d\u306a\u304f\u306a\u308a\u307e\u3059\u3002","Are you sure you want to go to the next item? You will not be able to go back and provide an answer.":"\u6b21\u306b\u9032\u3093\u3067\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f\u3000\u623b\u3063\u3066\u89e3\u7b54\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u306a\u304f\u306a\u308a\u307e\u3059\u3002","Are you sure you want to go to the next item? You will not be able to go back.":"\u6b21\u306b\u9032\u3093\u3067\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f\u3000\u4e00\u65e6\u9032\u3080\u3068\u623b\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3002","Are you sure you wish to delete it":"\u524a\u9664\u3057\u3066\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f","Area Masking":"\u30a8\u30ea\u30a2\u30de\u30b9\u30ad\u30f3\u30b0","Arguments separator":"\u5f15\u6570\u306e\u533a\u5207\u308a","Assessment Activity":"\u30a2\u30bb\u30b9\u30e1\u30f3\u30c8\u30a2\u30af\u30c6\u30a3\u30d3\u30c6\u30a3","Assign":"\u5272\u308a\u5f53\u3066","Assign User to role":"\u30e6\u30fc\u30b6\u3078\u306e\u30ed\u30fc\u30eb\u5272\u5f53\u3066","Assign Users":"\u30e6\u30fc\u30b6\u5272\u5f53\u3066","Associate a blueprint to a section allow you to validate this section against the specified blueprint.":"\u30d6\u30eb\u30fc\u30d7\u30ea\u30f3\u30c8\u3092\u30bb\u30af\u30b7\u30e7\u30f3\u306b\u95a2\u9023\u4ed8\u3051\u308b\u3053\u3068\u3067\u3001\u305d\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3055\u308c\u305f\u30d6\u30eb\u30fc\u30d7\u30ea\u30f3\u30c8\u306b\u5bfe\u3057\u3066\u691c\u8a3c\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002","Associate Blueprint":"\u30d6\u30eb\u30fc\u30d7\u30ea\u30f3\u30c8\u306e\u95a2\u9023\u4ed8\u3051","At least one mandatory parameter was required but found missing in your request":"\u5c11\u306a\u304f\u3068\u30821\u3064\u306e\u5fc5\u9808\u30d1\u30e9\u30e1\u30fc\u30bf\u304c\u5fc5\u8981\u3067\u3059\u304c\u3001\u4e0d\u8db3\u3057\u3066\u3044\u307e\u3059","Audio Video Interleave":"\u30aa\u30fc\u30c7\u30a3\u30aa\u30fb\u30d3\u30c7\u30aa\u30fb\u30a4\u30f3\u30bf\u30fc\u30ea\u30fc\u30d6","Author":"\u4f5c\u6210\u8005","Author Item":"\u7de8\u96c6\u30a2\u30a4\u30c6\u30e0","Authoring":"\u30aa\u30fc\u30b5\u30ea\u30f3\u30b0","auto unlocked in %s":"\uff05s\u3067\u81ea\u52d5\u30ed\u30c3\u30af\u89e3\u9664","Auxiliary file not found at location \u0022%s\u0022.":"\u30ed\u30b1\u30fc\u30b7\u30e7\u30f3\u0022%s\u0022\u306bAuxiliary\u30d5\u30a1\u30a4\u30eb\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002","Available":"\u5229\u7528\u53ef\u80fd","Available Extensions":"\u5229\u7528\u53ef\u80fd\u306a\u62e1\u5f35\u6a5f\u80fd","Back":"\u623b\u308b","Back to listing":"\u30ea\u30b9\u30c8\u3078\u623b\u308b","Base-10 logarithm":"\u5e38\u7528\u5bfe\u6570","Beta version":"\u03b2\u30d0\u30fc\u30b8\u30e7\u30f3","Binary operator *":"\u30d0\u30a4\u30ca\u30ea\u30aa\u30da\u30ec\u30fc\u30b7\u30e7\u30f3\u3000*","Binary operator +":"\u30d0\u30a4\u30ca\u30ea\u30aa\u30da\u30ec\u30fc\u30b7\u30e7\u30f3\u3000+","Binary operator -":"\u30d0\u30a4\u30ca\u30ea\u30aa\u30da\u30ec\u30fc\u30b7\u30e7\u30f3\u3000-","Binary operator \/":"\u30d0\u30a4\u30ca\u30ea\u30aa\u30da\u30ec\u30fc\u30b7\u30e7\u30f3\u3000\/","Binary operator modulo":"\u30d0\u30a4\u30ca\u30ea\u30aa\u30da\u30ec\u30fc\u30b7\u30e7\u30f3\u3000\u30e2\u30b8\u30e5\u30ed","Bitmap image":"\u30d3\u30c3\u30c8\u30de\u30c3\u30d7\u753b\u50cf","Black on Cream":"\u30af\u30ea\u30fc\u30e0\u5730\u306b\u9ed2","Black on Light Blue":"\u30d6\u30eb\u30fc\u5730\u306b\u9ed2","Black on Light Magenta":"\u30e9\u30a4\u30c8\u30de\u30bc\u30f3\u30bf\u5730\u306b\u9ed2","Black on White":"\u767d\u5730\u306b\u9ed2","Bookmark question":"\u30d6\u30c3\u30af\u30de\u30fc\u30af\u306b\u95a2\u3059\u308b\u8cea\u554f","Bookmark the current question for later review":"\u3053\u306e\u554f\u984c\u3092\u30de\u30fc\u30af\u3057\u3001\u5f8c\u3067\u78ba\u8a8d\u3067\u304d\u308b\u3088\u3046\u306b\u3059\u308b","Bookmarked question %s":"\u30de\u30fc\u30af\u3057\u305f\u554f\u984c\uff1a%s","Browse folders:":"\u30d5\u30a9\u30eb\u30c0\u3092\u53c2\u7167","Browse resources":"\u30d5\u30a9\u30eb\u30c0\u3092\u53c2\u7167","Browse...":"\u53c2\u7167...","Browser Lists":"\u30d6\u30e9\u30a6\u30b6\u30ea\u30b9\u30c8","Browsers Exclusion List":"\u30d6\u30e9\u30a6\u30b6\u9664\u5916\u30ea\u30b9\u30c8","C":"C","C file":"C\u30d5\u30a1\u30a4\u30eb","C++ file (.cpp)":"C++ \u30d5\u30a1\u30a4\u30eb (.cpp)","Calc speadsheet (Staroffice)":"\u30b9\u30d7\u30ec\u30c3\u30c9\u30b7\u30fc\u30c8 (Staroffice)","Calculator":"\u96fb\u5353","Calculator BODMAS":"\u96fb\u5353\uff08BODMAS\uff09","Calendar":"\u30ab\u30ec\u30f3\u30c0\u30fc","Can not playback media file!":"\u30e1\u30c7\u30a3\u30a2\u30d5\u30a1\u30a4\u30eb\u304c\u518d\u751f\u3067\u304d\u306a\u3044","CANCEL":"\u30ad\u30e3\u30f3\u30bb\u30eb","Cancel":"\u30ad\u30e3\u30f3\u30bb\u30eb","cancel":"\u30ad\u30e3\u30f3\u30bb\u30eb","cancel the action":"\u64cd\u4f5c\u306e\u30ad\u30e3\u30f3\u30bb\u30eb","Cancelled":"\u30ad\u30e3\u30f3\u30bb\u30eb\u3055\u308c\u307e\u3057\u305f","Candidate":"\u53d7\u9a13\u8005","Cannot be edited":"\u7de8\u96c6\u3067\u304d\u307e\u305b\u3093","Cannot divide by zero":"0\u3067\u9664\u7b97\u3067\u304d\u307e\u305b\u3093","Cardinality":"\u30ab\u30fc\u30c7\u30a3\u30ca\u30ea\u30c6\u30a3","Cascading Style Sheets":"CSS","Case sensitive":"\u5927\/\u5c0f\u6587\u5b57\u3092\u533a\u5225","Categories":"\u30ab\u30c6\u30b4\u30ea","Category score":"\u30ab\u30c6\u30b4\u30ea\u30b9\u30b3\u30a2","ceil":"CEIL","Change password":"\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5909\u66f4","Change the current color preset":"\u73fe\u5728\u306e\u8272\u8a2d\u5b9a\u3092\u5909\u66f4","Change the password":"\uff1c\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4\uff1e","Change the sign of the current operand":"\u73fe\u5728\u306e\u6f14\u7b97\u5b50\u3092\u5909\u66f4\u3057\u307e\u3059\u3002","Check All":"\u5168\u3066\u306b\u30c1\u30a7\u30c3\u30af","Check all":"\u5168\u3066\u306b\u30c1\u30a7\u30c3\u30af","Check-in":"\u30c1\u30a7\u30c3\u30af\u30a4\u30f3","Choose a type for your property first":"\u307e\u305a\u30d7\u30ed\u30d1\u30c6\u30a3\u5f62\u5f0f\u3092\u9078\u3093\u3067\u304f\u3060\u3055\u3044","Choose a value...":"\u5024\u3092\u9078\u629e...","Choose export format":"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u5f62\u5f0f","Choose import format":"\u30a4\u30f3\u30dd\u30fc\u30c8\u5f62\u5f0f","Class":"\u30af\u30e9\u30b9","class selected":"\u9078\u629e\u3055\u308c\u305f\u30af\u30e9\u30b9","Class successfully created.":"\u30af\u30e9\u30b9\u306f\u6b63\u5e38\u306b\u4f5c\u6210\u3055\u308c\u307e\u3057\u305f\u3002","Class uri provided is not a valid class.":"\u6307\u5b9a\u3055\u308c\u305f\u30af\u30e9\u30b9uri\u306f\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002","Cleaning up tmp space complete":"tmp\u30b9\u30da\u30fc\u30b9\u306e\u30af\u30ea\u30fc\u30f3\u30a2\u30c3\u30d7\u5b8c\u4e86","Cleaning up tmp space started":"tmp\u30b9\u30da\u30fc\u30b9\u306e\u30af\u30ea\u30fc\u30f3\u30a2\u30c3\u30d7\u3092\u958b\u59cb","Clear":"\u30af\u30ea\u30a2","Clear All":"\u3059\u3079\u3066\u30af\u30ea\u30a2","Clear all active highlights":"\u3059\u3079\u3066\u306e\u30e9\u30a4\u30f3\u30de\u30fc\u30ab\u3092\u30af\u30ea\u30a2","Clear all data":"\u3059\u3079\u3066\u306e\u30c7\u30fc\u30bf\u3092\u30af\u30ea\u30a2","Clear expression":"\u8868\u793a\u3092\u30af\u30ea\u30a2","Clear Highlights":"\u30e9\u30a4\u30f3\u30de\u30fc\u30ab\u3092\u30af\u30ea\u30a2","Clear history":"\u5c65\u6b74\u3092\u30af\u30ea\u30a2","Clear History":"\u5c65\u6b74\u3092\u30af\u30ea\u30a2","Clear selection":"\u9078\u629e\u3092\u30af\u30ea\u30a2","Clear the date time picker":"\u30c7\u30fc\u30c8\u30bf\u30a4\u30e0\u30d4\u30c3\u30ab\u30fc\u3092\u30af\u30ea\u30a2","Clear the stored variables":"\u4fdd\u5b58\u3055\u308c\u305f\u5909\u6570\u306e\u6d88\u53bb","Click \u0022%s\u0022 to continue.":"\u7d9a\u884c\u3059\u308b\u306b\u306f\u3001\u300c%s\u300d\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044","Click to reload.":"\u30af\u30ea\u30c3\u30af\u3067\u518d\u8aad\u307f\u8fbc\u307f","Click to speak":"\u30af\u30ea\u30c3\u30af\u3057\u3066\u8a71\u3057\u3066\u304f\u3060\u3055\u3044","Click to start":"\u30af\u30ea\u30c3\u30af\u3067\u958b\u59cb","Close":"\u9589\u3058\u308b","Close dialog":"\u30c0\u30a4\u30a2\u30ed\u30b0\u7d42\u4e86","Close Magnifier":"\u62e1\u5927\u30ec\u30f3\u30b9\u3092\u9589\u3058\u308b","Close message":"\u30e1\u30c3\u30bb\u30fc\u30b8\u7d42\u4e86","Close the mask":"\u30de\u30b9\u30af\u3092\u9589\u3058\u308b","Close this Section":"\u30bb\u30af\u30b7\u30e7\u30f3\u3092\u9589\u3058\u308b","Code Version":"\u30b3\u30fc\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3","Collapse the review panel":"\u30ec\u30d3\u30e5\u30fc\u30d1\u30cd\u30eb\u3092\u305f\u305f\u3080","Collecting of abandoned actions in the action queue ...":"\u64cd\u4f5c\u30ad\u30e5\u30fc\u306b\u653e\u68c4\u3055\u308c\u305f\u64cd\u4f5c\u306e\u53ce\u96c6...","Column":"\u5217","Combine a selection of items into tests.":"\u9078\u629e\u3055\u308c\u305f\u30a2\u30a4\u30c6\u30e0\u3092\u30c6\u30b9\u30c8\u3068\u3057\u3066\u69cb\u6210\u3059\u308b","Comment":"\u30b3\u30e1\u30f3\u30c8","comment...":"\u30b3\u30e1\u30f3\u30c8...","Commit":"\u9069\u7528","Completed":"\u5b8c\u4e86","Completed - Error":"\u5b8c\u4e86 - \u30a8\u30e9\u30fc","Completed items":"\u5b8c\u4e86\u3057\u305f\u30a2\u30a4\u30c6\u30e0","Compressed tar file":"\u5727\u7e2etar\u30d5\u30a1\u30a4\u30eb","Compute the expression":"\u8a08\u7b97\u3059\u308b","Confirm":"\u78ba\u8a8d","Connect to the TAO platform":"CBT\u30d7\u30e9\u30c3\u30c8\u30db\u30fc\u30e0\u3078\u63a5\u7d9a","Connected to server":"\u30b5\u30fc\u30d0\u306b\u63a5\u7d9a\u3057\u307e\u3057\u305f","Continue":"\u6b21\u3078","CONTINUE TO THE NEXT SECTION":"\u6b21\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u3078\u7d9a\u304f","Contrast":"\u30b3\u30f3\u30c8\u30e9\u30b9\u30c8","Controls the contribution of an individual item score to the overall test score.":"\u30a2\u30a4\u30c6\u30e0\u3054\u3068\u306e\u30b9\u30b3\u30a2\u306e\u91cd\u307f\u4ed8\u3051\uff08\u91cd\u307f\u4ed8\u306e\u8b58\u5225\u5b50\u540d\u3068\u91cd\u307f\u4ed8\u3051\u306e\u5024\uff09\u3092\u8a2d\u5b9a\u3057\u307e\u3059","Controls the maximum number of attempts allowed. 0 means unlimited.":"\u30a2\u30a4\u30c6\u30e0\u306e\u6700\u5927\u5b9f\u65bd\u56de\u6570\u3092\u8a2d\u5b9a\u3057\u307e\u3059\u30020\u306e\u5834\u5408\u306f\u7121\u5236\u9650\u3068\u306a\u308a\u307e\u3059\u3002","Copy":"\u30b3\u30d4\u30fc","Copy To":"\u6307\u5b9a\u30b3\u30d4\u30fc","Copy to":"\u6307\u5b9a\u30b3\u30d4\u30fc","Copy to clipboard":"\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u306b\u30b3\u30d4\u30fc","cos":"cos","cosh":"cosh","Cosine":"cos","Covers parts of the item":"\u30a2\u30a4\u30c6\u30e0\u306e\u4e00\u90e8\u3092\u30ab\u30d0\u30fc\u3059\u308b","Create":"\u4f5c\u6210","Create and design items and exercises.":"\u30a2\u30a4\u30c6\u30e0\u3068\u30a8\u30af\u30b5\u30b5\u30a4\u30ba\u306e\u4f5c\u6210\u3068\u30c7\u30b6\u30a4\u30f3","Create instance of ":"\u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059","Created":"\u4f5c\u6210\u3055\u308c\u307e\u3057\u305f","Creating report ...":"\u30ec\u30dd\u30fc\u30c8\u3092\u4f5c\u6210 ...","CSP Header settings were saved successfully!":"CSP\u30d8\u30c3\u30c0\u306e\u8a2d\u5b9a\u304c\u6b63\u5e38\u306b\u4fdd\u5b58\u3055\u308c\u307e\u3057\u305f","CSV":"CSV","CSV file":"CSV\u30d5\u30a1\u30a4\u30eb","CSV Options":"CSV\u30aa\u30d7\u30b7\u30e7\u30f3","Cube root":"\u7acb\u65b9\u6839","Current language":"\u73fe\u5728\u306e\u8a00\u8a9e","Current playback position":"\u73fe\u5728\u306e\u518d\u751f\u4f4d\u7f6e","currently has a dependency established with ":"\u4f9d\u5b58\u95a2\u4fc2\u304c\u78ba\u7acb\u3055\u308c\u3066\u3044\u307e\u3059","Custom":"\u30ab\u30b9\u30bf\u30e0","custom categories":"\u30ab\u30b9\u30bf\u30e0\u30ab\u30c6\u30b4\u30ea","Custom outcome processing. No changes will be made to the existing rules.":"\u30ab\u30b9\u30bf\u30e0\u7d50\u679c\u51e6\u7406\u3002\u65e2\u5b58\u306e\u30eb\u30fc\u30eb\u3092\u5909\u66f4\u3059\u308b\u3053\u3068\u306f\u3042\u308a\u307e\u305b\u3093\u3002","Cut score":"\u30ab\u30c3\u30c8\u30b9\u30b3\u30a2","Cut score (pass ratio)":"\u30ab\u30c3\u30c8\u30b9\u30b3\u30a2\uff08\u5408\u683c\u5f97\u70b9\u7387\uff09","Data imported":"\u30c7\u30fc\u30bf\u3092\u30a4\u30f3\u30dd\u30fc\u30c8\u3057\u307e\u3057\u305f\u3002","Data imported successfully":"\u30a4\u30f3\u30dd\u30fc\u30c8\u304c\u5b8c\u4e86\u3057\u307e\u3057\u305f","Data imported. Some records are invalid.":"\u30c7\u30fc\u30bf\u3092\u30a4\u30f3\u30dd\u30fc\u30c8\u3057\u307e\u3057\u305f\u3002\u4e00\u90e8\u306e\u30ec\u30b3\u30fc\u30c9\u306f\u7121\u52b9\u3067\u3059\u3002","Data language":"\u30c7\u30fc\u30bf\u8a00\u8a9e","Data Language":"\u30c7\u30fc\u30bf\u8a00\u8a9e","Data not imported. All records are invalid.":"\u30c7\u30fc\u30bf\u306f\u30a4\u30f3\u30dd\u30fc\u30c8\u3055\u308c\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u3059\u3079\u3066\u306e\u30ec\u30b3\u30fc\u30c9\u306f\u7121\u52b9\u3067\u3059\u3002","Data source URI":"\u30c7\u30fc\u30bf\u30bd\u30fc\u30b9URI","Database file":"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb","Date":"\u65e5\u4ed8","date range":"\u65e5\u4ed8\u7bc4\u56f2","date time":"\u65e5\u4ed8\u6642\u9593","date time range":"\u65e5\u4ed8\u6642\u9593\u7bc4\u56f2","Default search":"\u30c7\u30d5\u30a9\u30eb\u30c8\u691c\u7d22","Define the default values":"\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u5b9a\u7fa9\u3057\u307e\u3059","Deg":"Deg","Degree":"\u30ec\u30d9\u30eb","Delete":"\u524a\u9664","Delete Left":"\u5de6\u3092\u524a\u9664","Delete Right":"\u53f3\u3092\u524a\u9664","Delete the term on the left side of the cursor":"\u30ab\u30fc\u30bd\u30eb\u306e\u5de6\u90e8\u5206\u3092\u524a\u9664\u3057\u307e\u3059","Delete the term on the right side of the cursor":"\u30ab\u30fc\u30bd\u30eb\u306e\u53f3\u90e8\u5206\u3092\u524a\u9664\u3057\u307e\u3059","Deleting search index for %s":"%s \u306e\u691c\u7d22\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u524a\u9664\u3057\u307e\u3059\u3002","Deleting this property will also remove the dependency":"\u3053\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u3092\u524a\u9664\u3059\u308b\u3053\u3068\u3067\u3001\u4f9d\u5b58\u95a2\u4fc2\u3082\u524a\u9664\u3055\u308c\u307e\u3059\u3002","Deliveries":"\u30c7\u30ea\u30d0\u30ea","Demo Sandbox":"\u30b5\u30f3\u30c9\u30dc\u30c3\u30af\u30b9","Dependency URI Path":"Dependency\uff08\u4f9d\u5b58\u6027\uff09 URI Path","Depends on property":"\u30d7\u30ed\u30d1\u30c6\u30a3\u306b\u4f9d\u5b58","Digit 0":"Digit 0","Digit 1":"Digit 1","Digit 2":"Digit 2","Digit 3":"Digit 3","Digit 4":"Digit 4","Digit 5":"Digit 5","Digit 6":"Digit 6","Digit 7":"Digit 7","Digit 8":"Digit 8","Digit 9":"Digit 9","Disable validation":"\u691c\u8a3c\u3092\u7121\u52b9\u306b\u3059\u308b","Disabled %s":"%s\u3000\u7121\u52b9","Disconnected from server":"\u30b5\u30fc\u30d0\u3068\u306e\u63a5\u7d9a\u304c\u5207\u65ad\u3055\u308c\u307e\u3057\u305f","Display a warning before the test-taker ends a test part and there are still items left unanswered or marked for review.":"\u53d7\u9a13\u8005\u304c\u30c6\u30b9\u30c8\u30d1\u30fc\u30c8\u3092\u7d42\u4e86\u3059\u308b\u6642\u306b\u3001\u672a\u89e3\u7b54\u3084\u898b\u76f4\u3057\u30de\u30fc\u30af\u304c\u6b8b\u3063\u3066\u3044\u308b\u5834\u5408\uff0c\u8b66\u544a\u3092\u8868\u793a\u3057\u307e\u3059\u3002","Display a warning before the test-taker ends the test part.":"\u30c6\u30b9\u30c8\u30d1\u30fc\u30c8\u3092\u7d42\u4e86\u3059\u308b\u524d\u306b\uff0c\u53d7\u9a13\u8005\u3078\u8b66\u544a\u3092\u8868\u793a\u3057\u307e\u3059\u3002","Display a warning before the test-taker ends the test.":"\u30c6\u30b9\u30c8\u3092\u7d42\u4e86\u3059\u308b\u524d\u306b\uff0c\u53d7\u9a13\u8005\u3078\u8b66\u544a\u3092\u8868\u793a\u3057\u307e\u3059\u3002","Display a warning before the test-taker skips the section. Requires the Section Skipping option.":"\u53d7\u9a13\u8005\u304c\u30bb\u30af\u30b7\u30e7\u30f3\u3092\u30b9\u30ad\u30c3\u30d7\u3059\u308b\u6642\u306b\u8b66\u544a\u3092\u8868\u793a\u3057\u307e\u3059\u3002\u30bb\u30af\u30b7\u30e7\u30f3\u30b9\u30ad\u30c3\u30d7\u306e\u8a2d\u5b9a\u304c\u524d\u63d0\u3067\u3059\u3002","Display End Test Warning":"\u30c6\u30b9\u30c8\u7d42\u4e86\u8b66\u544a","Display Next Part Warning":"\u30c6\u30b9\u30c8\u30d1\u30fc\u30c8\u7d42\u4e86\u8b66\u544a","Display Next Section Warning":"\u30bb\u30af\u30b7\u30e7\u30f3\u30b9\u30ad\u30c3\u30d7\u8b66\u544a","Display Unanswered Warning":"\u672a\u89e3\u7b54\u3042\u308a\u8b66\u544a","Displayed label":"\u30e9\u30d9\u30eb\u8868\u793a","Displays a customisable magnifier":"\u30ab\u30b9\u30bf\u30de\u30a4\u30ba\u62e1\u5927\u30ec\u30f3\u30ba\u3092\u8868\u793a","Do not bookmark the current question for later review":"\u3053\u306e\u554f\u984c\u306b\u30de\u30fc\u30af\u3092\u4ed8\u3051\u306a\u3044","Do not flag the current item for later review":"\u73fe\u5728\u306e\u30a2\u30a4\u30c6\u30e0\u306b\u898b\u76f4\u3057\u30d5\u30e9\u30b0\u3092\u5916\u3059","Do not rename it.":"\u30ea\u30cd\u30fc\u30e0\u3057\u306a\u3044\u3067\u304f\u3060\u3055\u3044","Do not show alert on timeout":"\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8\u8b66\u544a\u3092\u975e\u8868\u793a","Do you want to override \u0022%s\u0022?":"\u0022%s\u0022 \u3092\u4e0a\u66f8\u304d\u3057\u307e\u3059\u304b\uff1f","Do you wish to install the following extension(s):\n%s?":"\u3053\u306e\u62e1\u5f35\u6a5f\u80fd\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u307e\u3059\u304b:\n%s?","Document templates (Staroffice)":"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8(Staroffice)","does not match":"\u4e0d\u4e00\u81f4","Don\u0027t set":"\u8a2d\u5b9a\u3057\u306a\u3044\u3067\u304f\u3060\u3055\u3044","Don\\\u0027t save":"\u4fdd\u5b58\u3057\u306a\u3044\u3067\u304f\u3060\u3055\u3044","Dot":"\u70b9","Download":"\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9","Download the pupil responses and submit manually.":"\u751f\u5f92\u306e\u56de\u7b54\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u3001\u624b\u52d5\u3067\u63d0\u51fa\u3059\u308b\u3002","Download this file":"\u3053\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9","Drag file here":"\u30d5\u30a1\u30a4\u30eb\u3092\u3053\u3053\u306b\u30c9\u30e9\u30c3\u30b0","Drag files here":"\u30d5\u30a1\u30a4\u30eb\u3092\u3053\u3053\u306b\u30c9\u30e9\u30c3\u30b0","Drop the files to upload":"\u30d5\u30a1\u30a4\u30eb\u3092\u30c9\u30ed\u30c3\u30d7\u3057\u3066\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9","Duplicate":"\u30b3\u30d4\u30fc","Edit":"\u7de8\u96c6","Edit a user":"\u30e6\u30fc\u30b6\u306e\u7de8\u96c6","Edit class %s":"\u30af\u30e9\u30b9\u7de8\u96c6\uff1a%s","Edit Instance":"\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u7de8\u96c6","Edit Tree":"\u30c4\u30ea\u30fc\u7de8\u96c6","Element":"\u30a8\u30ec\u30e1\u30f3\u30c8","Element deleted.":"\u30a8\u30ec\u30e1\u30f3\u30c8\u304c\u524a\u9664\u3055\u308c\u307e\u3057\u305f","Eliminate choices":"\u9078\u629e\u80a2\u306e\u6d88\u53bb","Email":"E\u30e1\u30fc\u30eb","Enable Mark for Review":"\u898b\u76f4\u3057\u30de\u30fc\u30af\u8868\u793a","Enable mark for review of items. Requires the Review Screen option.":"\u30a2\u30a4\u30c6\u30e0\u306e\u898b\u76f4\u3057\u30de\u30fc\u30af\u306e\u5229\u7528\u304c\u6709\u52b9\u306b\u306a\u308a\u307e\u3059\u3002\u30ec\u30d3\u30e5\u30fc\u30b9\u30af\u30ea\u30fc\u30f3\u3082\u6709\u52b9\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002","Enable Review Screen":"\u30ec\u30d3\u30e5\u30fc\u30b9\u30af\u30ea\u30fc\u30f3\u8868\u793a","Enable selection":"\u9078\u629e\u51fa\u984c","Enable Skipping Ahead":"\u30b9\u30ad\u30c3\u30d7\u6709\u52b9","Enable text to speech":"\u30c6\u30ad\u30b9\u30c8\u8aad\u307f\u4e0a\u3052\u6709\u52b9","Enable the item review screen \/ navigator.":"\u53d7\u9a13\u8005\u306b\u30ec\u30d3\u30e5\u30fc\u30b9\u30af\u30ea\u30fc\u30f3\uff08\u554f\u984c\u4e00\u89a7\u30fb\u89e3\u7b54\u72b6\u6cc1\u753b\u9762\uff09\u304c\u8868\u793a\u3055\u308c\u307e\u3059","enabled":"\u6709\u52b9\u306b\u3057\u307e\u3057\u305f","Enabled %s":"%s \u3092\u6709\u52b9\u306b\u3057\u307e\u3057\u305f","Enables skipping to items within this section. Requires the review screen option.":"\u3053\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u5185\u306e\u30b9\u30ad\u30c3\u30d7\u3092\u6709\u52b9\u306b\u3057\u307e\u3059\u3002\u30ec\u30d3\u30e5\u30fc\u30b9\u30af\u30ea\u30fc\u30f3\u8a2d\u5b9a\u304c\u5fc5\u8981\u3067\u3059\u3002","End of document reached. Continuing from the beginning.":"\u6587\u66f8\u306e\u7d42\u308f\u308a\u306b\u9054\u3057\u307e\u3057\u305f\u3002\u6700\u521d\u306b\u623b\u308a\u307e\u3059\u3002","End test":"\u30c6\u30b9\u30c8\u7d42\u4e86","End Test":"\u30c6\u30b9\u30c8\u7d42\u4e86","Enhanced metafile":"\u62e1\u5f35\u30e1\u30bf\u30d5\u30a1\u30a4\u30eb","Enter":"\u3000","Enter a blueprint":"\u30d6\u30eb\u30fc\u30d7\u30ea\u30f3\u30c8\u306e\u5165\u529b","Enter a custom category":"\u30ab\u30c6\u30b4\u30ea\u3092\u5165\u529b","Error":"\u30a8\u30e9\u30fc","Error adding search index for %s with message %s":"\u30e1\u30c3\u30bb\u30fc\u30b8 %s \u3067 %s \u306e\u691c\u7d22\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u8ffd\u52a0\u3059\u308b\u3068\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3059\u3002","Error during file import":"\u30d5\u30a1\u30a4\u30eb\u30a4\u30f3\u30dd\u30fc\u30c8\u4e2d\u306e\u30a8\u30e9\u30fc","Error found in the IMS QTI Test:\n%s":"QTI\u30c6\u30b9\u30c8\u306b\u30a8\u30e9\u30fc\u304c\u898b\u3064\u304b\u308a\u307e\u3057\u305f:\n%s","Error in result":"\u7d50\u679c\u306e\u30a8\u30e9\u30fc","Error in syntax":"\u69cb\u6587\u306e\u30a8\u30e9\u30fc","Error in value":"\u5024\u306e\u30a8\u30e9\u30fc","Error: %s":"%s \u30a8\u30e9\u30fc","Event Log":"\u30a4\u30d9\u30f3\u30c8\u30ed\u30b0","Excluded Browsers":"\u5bfe\u8c61\u5916\u30d6\u30e9\u30a6\u30b6","Excluded OS":"\u5bfe\u8c61\u5916OS","Exclusion List":"\u9664\u5916\u30ea\u30b9\u30c8","Exclusive (OR)":"\u6392\u4ed6\u7684(OR)","Execute":"\u5b9f\u884c","Executing task %s failed":"\u30bf\u30b9\u30af %s \u306e\u5b9f\u884c\u306b\u30a8\u30e9\u30fc\u306b\u306a\u308a\u307e\u3057\u305f\u3002","exp":"exp","Expand the review panel":"\u30ec\u30d3\u30e5\u30fc\u30d1\u30cd\u30eb\u3092\u958b\u304f","Exponent":"\u6307\u6570","Export":"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8","Export \u0022%s\u0022 in %s":"\u0022%s\u0022 \u3092 %s \u306b\u30a8\u30af\u30b9\u30dd\u30fc\u30c8","Export CSV":"CSV\u30a8\u30af\u30b9\u30dd\u30fc\u30c8","Export failed for the test \u0022%s":"\u30c6\u30b9\u30c8 \u0022%s \u306e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u5931\u6557","Export failed.":"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u306b\u5931\u6557\u3057\u307e\u3057\u305f","Export Irregularities":"\u30a4\u30ec\u30ae\u30e5\u30e9\u30fc\u51fa\u529b","Export metadata":"\u30e1\u30bf\u30c7\u30fc\u30bf\u30a8\u30af\u30b9\u30dd\u30fc\u30c8","Export Metadata as RDF\/XML file":"\u30e1\u30bf\u30c7\u30fc\u30bf\u3092RDF\/XML\u3067\u30a8\u30af\u30b9\u30dd\u30fc\u30c8","Export QTI 2.1 Test Package":"QTI2.1 Test Package\u30a8\u30af\u30b9\u30dd\u30fc\u30c8","Export QTI 2.2 Test Package":"QTI2.2 Test Package\u30a8\u30af\u30b9\u30dd\u30fc\u30c8","Export succeeded.":"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u5b8c\u4e86","Export successful for the test \u0022%s":"\u30c6\u30b9\u30c8 \u0022%s \u306e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u304c\u5b8c\u4e86\u3057\u307e\u3057\u305f","Export Table":"\u7d50\u679c\u30c6\u30fc\u30d6\u30eb\u51fa\u529b","Extension \u0022%s\u0022 has been installed":"\u62e1\u5f35\u6a5f\u80fd \u0022%s\u0022\u304c\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u307e\u3057\u305f\u3002","Extensions manager":"\u62e1\u5f35\u6a5f\u80fd\u306e\u8a2d\u5b9a","Factorial":"\u968e\u4e57","Failed":"\u5931\u6557\u3057\u307e\u3057\u305f","Failed to copy class.":"\u30af\u30e9\u30b9\u306e\u30b3\u30d4\u30fc\u306b\u5931\u6557\u3057\u307e\u3057\u305f","Failed to delete index for %s":"%s \u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002","False":"False","Feedback block":"\u30d5\u30a3\u30fc\u30c9\u30d0\u30c3\u30af\u30d6\u30ed\u30c3\u30af","Field delimiter":"\u30d5\u30a3\u30fc\u30eb\u30c9\u533a\u5207\u308a\u8a18\u53f7","Field encloser":"\u30d5\u30a3\u30fc\u30eb\u30c9\u67a0","Fields must match":"\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u4e00\u81f4\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002","File":"\u30d5\u30a1\u30a4\u30eb","File download failed":"\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u306b\u5931\u6557\u3057\u307e\u3057\u305f","File name":"\u30d5\u30a1\u30a4\u30eb\u540d","File not found":"\u30d5\u30a1\u30a4\u30eb\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093","File not found!":"\u30d5\u30a1\u30a4\u30eb\u306f\u898b\u3064\u304b\u308a\u307e\u305b\u3093!","File Properties":"\u30d5\u30a1\u30a4\u30eb\u306e\u30d7\u30ed\u30d1\u30c6\u30a3","file selected":"\u30d5\u30a1\u30a4\u30eb\u9078\u629e","File Uploader":"\u30d5\u30a1\u30a4\u30eb\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9","files selected":"\u30d5\u30a1\u30a4\u30eb\u9078\u629e","Filter":"\u30d5\u30a3\u30eb\u30bf","Filter by value":"\u5024\u3067\u30d5\u30a3\u30eb\u30bf\u30ea\u30f3\u30b0","Filtering mode":"\u30d5\u30a3\u30eb\u30bf\u30ea\u30f3\u30b0\u30e2\u30fc\u30c9","First Name":"\u540d\u524d\uff11","First page":"\u6700\u521d\u306e\u30da\u30fc\u30b8","First row column names":"\u6700\u521d\u306e\u884c\u5217\u540d","Fit to width":"\u5e45\u306b\u30d5\u30a3\u30c3\u30c8","Fixed":"\u51fa\u984c\u9806\u3092\u56fa\u5b9a","Fixed position in a shuffled the selection.":"\u30b7\u30e3\u30c3\u30d5\u30eb\u3067\u306e\u56fa\u5b9a\u4f4d\u7f6e","Flag for Review":"\u898b\u76f4\u3057\u30de\u30fc\u30af","Flag the current item for later review":"\u3053\u306e\u30a2\u30a4\u30c6\u30e0\u306e\u898b\u76f4\u3057\u30de\u30fc\u30af\u30b0","Flagged":"\u898b\u76f4\u3057\u30de\u30fc\u30af","Flagged for review":"\u898b\u76f4\u3057\u30de\u30fc\u30af","Flash video":"Flash\u52d5\u753b","floor":"\u30d5\u30ed\u30a2","Flowchart-based programming environment & TI Interactive Workbook":"\u30d5\u30ed\u30fc\u30c1\u30e3\u30fc\u30c8\u30d9\u30fc\u30b9\u306e\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0\u74b0\u5883\u3068TI\u30a4\u30f3\u30bf\u30e9\u30af\u30c6\u30a3\u30d6\u30fb\u30ef\u30fc\u30af\u30d6\u30c3\u30af","Forbid for all domains":"\u3059\u3079\u3066\u306e\u30c9\u30e1\u30a4\u30f3\u3092\u7981\u6b62","Force HTTPS on this platform":"\u3053\u306e\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u3067 HTTPS \u3092\u5f37\u5236\u7684\u306b\u4f7f\u7528","Force Release":"\u5f37\u5236\u30ea\u30ea\u30fc\u30b9","Force the item to be considered as informational and not taken into account in (un)answered \/ flagged counters.":"\u30a4\u30f3\u30d5\u30a9\u30e1\u30fc\u30b7\u30e7\u30f3\u306e\u305f\u3081\u306e\u30a2\u30a4\u30c6\u30e0\u3068\u898b\u306a\u3057\u3001\u89e3\u7b54\u30fb\u672a\u89e3\u7b54\u3084\u898b\u76f4\u3057\u30de\u30fc\u30af\u306e\u30ab\u30a6\u30f3\u30c8\u306b\u53cd\u6620\u3055\u308c\u307e\u305b\u3093\u3002","Forgot your password?":"\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u304a\u5fd8\u308c\u3067\u3059\u304b?","Form":"\u30d5\u30a9\u30fc\u30e0","Form data not saved.":"\u30d5\u30a9\u30fc\u30e0\u30c7\u30fc\u30bf\u306f\u4fdd\u5b58\u3055\u308c\u307e\u305b\u3093\u3067\u3057\u305f","From":"\u3000","Fuzzy Matching":"\u3042\u3044\u307e\u3044\u691c\u7d22","Generis Form":"\u30b8\u30a7\u30cd\u30ea\u30b9\u30d5\u30a9\u30fc\u30e0","Geogebra data file":"Geogebra\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb","Get History":"\u5c65\u6b74\u3092\u8868\u793a","Get the history list":"\u5c65\u6b74\u30ea\u30b9\u30c8\u3092\u8868\u793a","GIF image":"GIF\u753b\u50cf","Go Back":"\u524d\u306b\u623b\u308b","go back to home page":"\u30db\u30fc\u30e0\u306b\u623b\u308b","Go to next item":"\u6b21\u3078\u9032\u3080","Go to the current question":"\u73fe\u5728\u306e\u554f\u984c\u306b\u9032\u3080","Go to the next item?":"\u6b21\u3078\u9032\u307f\u307e\u3059\u304b\uff1f","Go to the next question":"\u6b21\u306e\u554f\u984c\u306b\u9032\u3080","Go to the previous question":"\u524d\u306e\u554f\u984c\u306b\u623b\u308b","Go to the top of the page":"\u6700\u521d\u306e\u30da\u30fc\u30b8\u306b\u623b\u308b","Gray on Green":"\u30b0\u30ea\u30fc\u30f3\u5730\u306b\u30b0\u30ec\u30a4","Group test takers according to global features and classifications.":"\u30b0\u30ed\u30fc\u30d0\u30eb\u306a\u7279\u5fb4\u3084\u5206\u985e\u306b\u5fdc\u3058\u3066\u3001\u53d7\u9a13\u8005\u3092\u30b0\u30eb\u30fc\u30d7\u5316\u3059\u308b\u3002","Groups":"\u30b0\u30eb\u30fc\u30d7","Groups library":"\u30b0\u30eb\u30fc\u30d7\u30e9\u30a4\u30d6\u30e9\u30ea","GZip Compressed Archive":"GZip\u5727\u7e2e\u30a2\u30fc\u30ab\u30a4\u30d6","Header file with extensionsLabels":"\u62e1\u5f35\u5b50\u3092\u542b\u3080\u30d8\u30c3\u30c0\u30fc\u30d5\u30a1\u30a4\u30ebLabels","Height":"\u9ad8\u3055","Help":"\u30d8\u30eb\u30d7","Hi, %s
You indicated that you have forgotten your TAO password.":"%s \u3055\u3093
TAO\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u304a\u5fd8\u308c\u3067\u3059\u306d","Hide detailed report":"\u8a73\u7d30\u5831\u544a\u3092\u975e\u8868\u793a","Hide password":"\u30d1\u30b9\u30ef\u30fc\u30c9\u975e\u8868\u793a","Hide Review":"\u4e00\u89a7\u3092\u96a0\u3059","Hide test overview panel":"\u30c6\u30b9\u30c8\u4e00\u89a7\u975e\u8868\u793a","Hide the review screen":"\u30ec\u30d3\u30e5\u30fc\u30b9\u30af\u30ea\u30fc\u30f3\u975e\u8868\u793a","Hide the warning automatically displayed when a test-taker exit a timed section.":"\u6642\u9593\u5236\u9650\u306e\u3042\u308b\u30bb\u30af\u30b7\u30e7\u30f3\u304c\u7d42\u4e86\u3059\u308b\u969b\u306b\u81ea\u52d5\u7684\u306b\u8868\u793a\u3055\u308c\u308b\u8b66\u544a\u3092\u975e\u8868\u793a\u306b\u3057\u307e\u3059","Hide Timed Section Warning":"\u30bb\u30af\u30b7\u30e7\u30f3\u6642\u9593\u5207\u308c\u8b66\u544a\u3092\u975e\u8868\u793a","Hide timers":"\u30bf\u30a4\u30de\u30fc\u3092\u96a0\u3059","Highlight":"\u30cf\u30a4\u30e9\u30a4\u30c8","Highlight all":"\u3059\u3079\u3066\u3092\u5f37\u8abf\u3059\u308b","Highlight Text":"\u30cf\u30a4\u30e9\u30a4\u30c8\u30c6\u30ad\u30b9\u30c8","Highlighter":"\u30e9\u30a4\u30f3\u30de\u30fc\u30ab\u30fc","hours":"\u6642\u9593","Html title":"HTML\u30bf\u30a4\u30c8\u30eb","Hyperbolic arc cosine":"\u53cc\u66f2\u7dda\u30a2\u30fc\u30af\u30b3\u30b5\u30a4\u30f3","Hyperbolic arc sine":"\u53cc\u66f2\u7ddaarc-cosine","Hyperbolic arc tangent":"\u53cc\u66f2\u7ddaarc-tangent","Hyperbolic cosine":"\u53cc\u66f2\u7ddacos","Hyperbolic sine":"\u53cc\u66f2\u7ddasin","Hyperbolic tangent":"\u53cc\u66f2\u7ddatan","Hypertext markup language":"\u30cf\u30a4\u30d1\u30fc\u30c6\u30ad\u30b9\u30c8\u30de\u30fc\u30af\u30a2\u30c3\u30d7\u8a00\u8a9e","I understand that this action is permanent.":"\u524a\u9664\u3092\u518d\u78ba\u8a8d","Identifier":"\u8b58\u5225\u5b50","If required it must appear (at least once) in the selection.":"\u5fc5\u9808\u306b\u3059\u308b\u3068\uff0c\u9078\u629e\u51fa\u984c\u306e\u5834\u5408\u3067\u3082\u3053\u306e\u30a2\u30a4\u30c6\u30e0\u306f\u5fc5\u305a\u51fa\u984c\u3055\u308c\u307e\u3059","If required, it must appears at least once in the selection.":"\u5fc5\u9808\u306b\u3059\u308b\u3068\uff0c\u9078\u629e\u51fa\u984c\u306e\u5834\u5408\u3067\u3082\u3053\u306e\u30a2\u30a4\u30c6\u30e0\u306f\u5fc5\u305a\u51fa\u984c\u3055\u308c\u307e\u3059","If set, it causes the order of the child elements to be randomized, otherwise it uses the order in which the child elements are defined.":"\u30c1\u30a7\u30c3\u30af\u3092\u5165\u308c\u308b\u3068\u9078\u629e\u3055\u308c\u305f\u554f\u984c\u306e\u9806\u5e8f\u306f\u30e9\u30f3\u30c0\u30e0\u306b\u8868\u793a\u3055\u308c\u307e\u3059\u3002\u672a\u30c1\u30a7\u30c3\u30af\u306e\u5834\u5408\u306f\u3001\u30c6\u30b9\u30c8\u306b\u914d\u7f6e\u3055\u308c\u305f\u9806\u5e8f\u3092\u4fdd\u3063\u3066\u51fa\u984c\u3055\u308c\u307e\u3059\u3002","If the candidate can skip the item, without submitting a response (default is true).":"\u53d7\u9a13\u8005\u304c\u89e3\u7b54\u3092\u9001\u4fe1\u305b\u305a\u306b\uff0c\u554f\u984c\u3092\u30b9\u30ad\u30c3\u30d7\u3059\u308b\u3053\u3068\u3092\u8a31\u53ef\u3059\u308b\uff08\u30c7\u30d5\u30a9\u30eb\u30c8\u306f\u30b9\u30ad\u30c3\u30d7\u8a31\u53ef\uff09","If the category option is set, the score will also be processed per categories, and each results will take place in the PASS_xxx outcome, where xxx is the name of the category.":"\u3055\u3089\u306b\u30ab\u30c6\u30b4\u30ea\u30b9\u30b3\u30a2\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u3001\u30b9\u30b3\u30a2\u306f\u30ab\u30c6\u30b4\u30ea\u3054\u3068\u306b\u96c6\u8a08\u3055\u308c\u3001\u300cPASS_xxx\u300d\u3068\u3057\u3066\u7d50\u679c\u8868\u793a\u3055\u308c\u307e\u3059\u3002\uff08\u300cxxx\u300d\u306f\u30ab\u30c6\u30b4\u30ea\u540d\uff09","If the category option is set, the score will also be processed per categories, and each results will take place in the SCORE_xxx outcome, where xxx is the name of the category.":"\u3055\u3089\u306b\u30ab\u30c6\u30b4\u30ea\u30b9\u30b3\u30a2\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u3001\u30b9\u30b3\u30a2\u306f\u30ab\u30c6\u30b4\u30ea\u3054\u3068\u306b\u96c6\u8a08\u3055\u308c\u3001\u300cSCORE_xxx\u300d\u3068\u3057\u3066\u7d50\u679c\u8868\u793a\u3055\u308c\u307e\u3059\u3002\uff08\u300cxxx\u300d\u306f\u30ab\u30c6\u30b4\u30ea\u540d\uff09","If the connection cannot be restored, see option B.":"\u63a5\u7d9a\u3092\u56de\u5fa9\u3067\u304d\u306a\u3044\u5834\u5408\u306f\u3001\u30aa\u30d7\u30b7\u30e7\u30f3B\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044\u3002","If you do not wish to reset your password, just ignore this email and your password will remain the same.":"\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u30ea\u30bb\u30c3\u30c8\u3057\u305f\u304f\u306a\u3044\u5834\u5408\u306f\u3001\u3053\u306e\u30e1\u30fc\u30eb\u3092\u7121\u8996\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u30d1\u30b9\u30ef\u30fc\u30c9\u306f\u5909\u66f4\u3055\u308c\u307e\u305b\u3093\u3002","If you leave the test, your changes will not be saved due to invalid test settings. Are you sure you wish to leave?":"\u30c6\u30b9\u30c8\u304b\u3089\u629c\u3051\u308b\u3068\u3001\u30c6\u30b9\u30c8\u306e\u8a2d\u5b9a\u304c\u7121\u52b9\u306a\u305f\u3081\u3001\u5909\u66f4\u5185\u5bb9\u304c\u4fdd\u5b58\u3055\u308c\u307e\u305b\u3093\u3002\u672c\u5f53\u306b\u9000\u51fa\u3057\u307e\u3059\u304b\uff1f","If you need help, please contact our Helpline on 0330 088 4171.":"\u304a\u56f0\u308a\u306e\u969b\u306f\u3001\u30d8\u30eb\u30d7\u30e9\u30a4\u30f3\uff080330-088-4171\uff09\u306b\u3054\u9023\u7d61\u304f\u3060\u3055\u3044\u3002","Import":"\u30a4\u30f3\u30dd\u30fc\u30c8","Import a %s into \u0022%s":"%s \u3092\u0022%s\u306b\u30a4\u30f3\u30dd\u30fc\u30c8","Import a QTI\/APIP Content Package":"QTI\/APIP Content Package\u3092\u30a4\u30f3\u30dd\u30fc\u30c8","Import Completed":"\u30a4\u30f3\u30dd\u30fc\u30c8\u304c\u5b8c\u4e86\u3057\u307e\u3057\u305f","Import failed.":"\u30a4\u30f3\u30dd\u30fc\u30c8\u306b\u5931\u6557\u3057\u307e\u3057\u305f","Import Metadata from CSV file":"\u30e1\u30bf\u30c7\u30fc\u30bf\u3092CSV\u5f62\u5f0f\u3067\u30a4\u30f3\u30dd\u30fc\u30c8","Import Metadata from RDF file":"\u30e1\u30bf\u30c7\u30fc\u30bf\u3092RDF\u5f62\u5f0f\u3067\u30a4\u30f3\u30dd\u30fc\u30c8","Import QTI TEST into \u0022%s":"QTI TEST\u3092\u0022%s\u0022\u306b\u30a4\u30f3\u30dd\u30fc\u30c8\u3057\u307e\u3059","Import statistical analysis metadata":"\u7d71\u8a08\u89e3\u6790\u30e1\u30bf\u30c7\u30fc\u30bf\u306e\u30a4\u30f3\u30dd\u30fc\u30c8","Import succeeded.":"\u30a4\u30f3\u30dd\u30fc\u30c8\u304c\u5b8c\u4e86\u3057\u307e\u3057\u305f","Imported %1$d\/%2$d. Some records are invalid.":"%1$d\/%2$d \u304c\u30a4\u30f3\u30dd\u30fc\u30c8\u3055\u308c\u307e\u3057\u305f\u3002\u4e00\u90e8\u306e\u30ec\u30b3\u30fc\u30c9\u304c\u7121\u52b9\u3067\u3059\u3002","Imported %d resources":"%d \u30ea\u30bd\u30fc\u30b9\u3092\u30a4\u30f3\u30dd\u30fc\u30c8","Imported resource \u0022%s":"\u0022%s \u30ea\u30bd\u30fc\u30b9\u3092\u30a4\u30f3\u30dd\u30fc\u30c8","Imported successfully finished!":"\u30a4\u30f3\u30dd\u30fc\u30c8\u304c\u7121\u4e8b\u7d42\u4e86\u3057\u307e\u3057\u305f","impossible to update task status":"\u30bf\u30b9\u30af\u30b9\u30c6\u30fc\u30bf\u30b9\u3092\u66f4\u65b0\u3067\u304d\u307e\u305b\u3093","IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file could not be imported.":"IMS\u30de\u30cb\u30d5\u30a7\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u5185\u3067\u0022%s\u0022\u3068\u3057\u3066\u53c2\u7167\u3055\u308c\u308bQTI\u30a2\u30a4\u30c6\u30e0\u304c\u30a4\u30f3\u30dd\u30fc\u30c8\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f","IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file successfully imported.":"IMS\u30de\u30cb\u30d5\u30a7\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u5185\u3067\u0022%s\u0022\u3068\u3057\u3066\u53c2\u7167\u3055\u308c\u308bQTI\u30a2\u30a4\u30c6\u30e0\u306e\u30a4\u30f3\u30dd\u30fc\u30c8\u304c\u5b8c\u4e86\u3057\u307e\u3057\u305f","IMS QTI Test Package successfully imported.":"IMS QTI\u306e\u30c6\u30b9\u30c8\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a4\u30f3\u30dd\u30fc\u30c8\u304c\u5b8c\u4e86\u3057\u307e\u3057\u305f","IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file successfully imported.":"IMS QTI\u30c6\u30b9\u30c8\u304cIMS\u30de\u30cb\u30d5\u30a7\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb \u0022%s\u0022\u304b\u3089\u6b63\u5e38\u306b\u30a4\u30f3\u30dd\u30fc\u30c8\u3055\u308c\u307e\u3057\u305f","In Progress":"\u51e6\u7406\u4e2d","In progress":"\u51e6\u7406\u4e2d","In this part of the test navigation is not allowed.":"\u3053\u306e\u30d1\u30fc\u30c8\u3067\u306f\u554f\u984c\u4e00\u89a7\u306f\u5229\u7528\u3067\u304d\u307e\u305b\u3093","Inclusive (AND)":"\u5305\u62ec\uff08AND)","Inconsistency at line %1d:":"%1d\u884c\u306b\u77db\u76fe\u304c\u3042\u308a\u307e\u3059:","Index":"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9","Index has been deleted for %s":"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c %s \u3067\u524a\u9664\u3055\u308c\u307e\u3057\u305f\u3002","Individual":"\u500b\u5225","Infinity":"\u7121\u9650\u5927","Informational item":"\u30a4\u30f3\u30d5\u30a9\u30e1\u30fc\u30b7\u30e7\u30f3\u30a2\u30a4\u30c6\u30e0","Informational Item Usage":"\u30a4\u30f3\u30d5\u30a9\u30e1\u30fc\u30b7\u30e7\u30f3\u30a2\u30a4\u30c6\u30e0\u306b\u9069\u7528","Injector has to contains a valid \u0022destination\u0022 field.":"\u30a4\u30f3\u30b8\u30a7\u30af\u30bf\u30fc\u306b\u306f\u3001\u6709\u52b9\u306a\u0022destination\u0022\u30d5\u30a3\u30fc\u30eb\u30c9\u304c\u542b\u307e\u308c\u3066\u3044\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002","Injector has to contains a valid \u0022source\u0022 field.":"\u30a4\u30f3\u30b8\u30a7\u30af\u30bf\u30fc\u306b\u306f\u3001\u6709\u52b9\u306a\u0022source\u0022\u30d5\u30a3\u30fc\u30eb\u30c9\u304c\u542b\u307e\u308c\u3066\u3044\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002","Inline":"\u30a4\u30f3\u30e9\u30a4\u30f3","Install":"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb","Installation done.":"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u7d42\u4e86","Installation...":"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u4e2d...","Installed Extensions":"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u6e08\u307f\u62e1\u5f35\u6a5f\u80fd","Installed Version":"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30d0\u30fc\u30b8\u30e7\u30f3","Installing extension %s...":"%s\u62e1\u5f35\u6a5f\u80fd\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3066\u3044\u307e\u3059...","Instance saved":"\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u304c\u4fdd\u5b58\u3055\u308c\u307e\u3057\u305f","Interface language":"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u8a00\u8a9e","Interface Language":"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u8a00\u8a9e","Internal server error!":"\u5185\u90e8\u30b5\u30fc\u30d0\u30a8\u30e9\u30fc","Invalid CSP header.":"CSP\u30d8\u30c3\u30c0\u30fc\u304c\u7121\u52b9\u3067\u3059","Invalid date range (must be after or the same as: %s)":"\u65e5\u4ed8\u306e\u7bc4\u56f2\u304c\u7121\u52b9\uff08%s\u4ee5\u964d\u304b\u540c\u3058\u306b\u3057\u3066\u304f\u3060\u3055\u3044\uff09","Invalid date range (must be after: %s)":"\u65e5\u4ed8\u306e\u7bc4\u56f2\u304c\u7121\u52b9\uff08%s\u4ee5\u964d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\uff09","Invalid date range (must be before or the same as: %s)":"\u65e5\u4ed8\u306e\u7bc4\u56f2\u304c\u7121\u52b9\uff08%s\u4ee5\u524d\u304b\u540c\u3058\u306b\u3057\u3066\u304f\u3060\u3055\u3044\uff09","Invalid date range (must be before: %s)":"\u65e5\u4ed8\u306e\u7bc4\u56f2\u304c\u7121\u52b9\uff08%s\u4ee5\u524d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\uff09","Invalid field length":"\u4e0d\u6b63\u306a\u30d5\u30a3\u30fc\u30eb\u30c9\u9577","Invalid field range (maximum value: %s)":"\u7121\u52b9\u306a\u30d5\u30a3\u30fc\u30eb\u30c9\u306e\u7bc4\u56f2\uff08\u6700\u5927\u5024\uff1a%s\uff09","Invalid field range (minimum value: %1$s, maximum value: %2$s)":"\u7121\u52b9\u306a\u30d5\u30a3\u30fc\u30eb\u30c9\u306e\u7bc4\u56f2\uff08\u6700\u5c0f\u5024\uff1a%1$s,\u6700\u5927\u5024\uff1a%2$s\uff09","Invalid field range (minimum value: %s)":"\u7121\u52b9\u306a\u30d5\u30a3\u30fc\u30eb\u30c9\u306e\u7bc4\u56f2\uff08\u6700\u5c0f\u5024\uff1a%s\uff09","Invalid file size (minimum %1$s bytes, maximum %2$s bytes)":"\u7121\u52b9\u306a\u30d5\u30a1\u30a4\u30eb\u30b5\u30a4\u30ba\uff08\u6700\u5c0f\u5024\uff1a%1$s\u30d0\u30a4\u30c8\u3001\u6700\u5927\u5024\uff1a%2$s\u30d0\u30a4\u30c8\uff09","Invalid file type!":"\u4e0d\u6b63\u306a\u30d5\u30a1\u30a4\u30eb\u30bf\u30a4\u30d7\u3067\u3059","Invalid input":"\u4e0d\u6b63\u306a\u5165\u529b\u3067\u3059","Invalid input for function":"\u95a2\u6570\u306e\u5165\u529b\u304c\u7121\u52b9","Invalid login or password. Please try again.":"\u30ed\u30b0\u30a4\u30f3\u540d\u307e\u305f\u306f\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u7121\u52b9\u3067\u3059\u3002\u518d\u5ea6\u3084\u308a\u76f4\u3057\u3066\u304f\u3060\u3055\u3044\u3002","Invalid login or password. Your account has been locked, please contact your administrator.":"\u30ed\u30b0\u30a4\u30f3\u540d\u307e\u305f\u306f\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u7121\u52b9\u3067\u3059\u3002\u30a2\u30ab\u30a6\u30f3\u30c8\u306f\u30ed\u30c3\u30af\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u7ba1\u7406\u8005\u306b\u554f\u5408\u305b\u3066\u304f\u3060\u3055\u3044\u3002","Invalid path of a source \u0022%s\u0022. Path must point to the existed file inside the package.":"\u7121\u52b9\u306a JSON \u69cb\u6210\u30d5\u30a1\u30a4\u30eb: %s","invalid regular expression":"\u7121\u52b9\u306a\u6b63\u898f\u8868\u73fe\u3067\u3059","Invalid value":"\u7121\u52b9\u306a\u5024","is already used in the test.":"\u65e2\u306b\u30c6\u30b9\u30c8\u3067\u4f7f\u7528\u3055\u308c\u3066\u3044\u307e\u3059","is not a valid identifier (everything except spaces)":"\u6709\u52b9\u306a\u8b58\u5225\u5b50\uff08\u7a7a\u767d\u30b9\u30da\u30fc\u30b9\u4ee5\u5916\uff09\u306b\u3057\u3066\u304f\u3060\u3055\u3044","It appears there were some issues and we were unable to process your request. You can contact your TAO administrator if needed. Or, alternatively:":"\u4f55\u3089\u304b\u306e\u554f\u984c\u304c\u767a\u751f\u3057\u305f\u3088\u3046\u3067\u3001\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u51e6\u7406\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u5fc5\u8981\u3067\u3042\u308c\u3070\u3001TAO\u306e\u7ba1\u7406\u8005\u306b\u9023\u7d61\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u307e\u305f\u306f\u3001\u5225\u306e\u65b9\u6cd5\u3068\u3057\u3066\uff1a","It is not possible to save your responses while working offline.":"\u30aa\u30d5\u30e9\u30a4\u30f3\u306e\u9593\u306f\u3001\u56de\u7b54\u3092\u4fdd\u5b58\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002","Item \u0022%s\u0022 is completed.":"\u30a2\u30a4\u30c6\u30e0 \u0022%s\u0022 \u306f\u5b8c\u4e86\u3057\u307e\u3057\u305f","Item %d":"\u30a2\u30a4\u30c6\u30e0 %d","Item %d of %d":"%d\uff0f%d","Item %s loaded":"\u30a2\u30a4\u30c6\u30e0%s\u3092\u8aad\u307f\u8fbc\u307f\u307e\u3057\u305f","Item Reference Properties":"\u30a2\u30a4\u30c6\u30e0\u53c2\u7167\u30d7\u30ed\u30d1\u30c6\u30a3","Item response identifier does not match current item":"\u30a2\u30a4\u30c6\u30e0\u30fb\u30ec\u30b9\u30dd\u30f3\u30b9\u8b58\u5225\u5b50\u304c\u73fe\u5728\u306e\u30a2\u30a4\u30c6\u30e0\u3068\u4e00\u81f4\u3057\u307e\u305b\u3093","Item Session Control":"\u30a2\u30a4\u30c6\u30e0\u30bb\u30c3\u30b7\u30e7\u30f3\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb","Items":"\u30a2\u30a4\u30c6\u30e0","items":"\u30a2\u30a4\u30c6\u30e0","Items can optionally be assigned to one or more categories.":"\u30a2\u30a4\u30c6\u30e0\u3092\u3072\u3068\u3064\u307e\u305f\u306f\u8907\u6570\u306e\u30ab\u30c6\u30b4\u30ea\u306b\u5272\u5f53\u3066\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059","Items Compilation":"\u30a2\u30a4\u30c6\u30e0\u30b3\u30f3\u30d1\u30a4\u30eb","Items library":"\u30a2\u30a4\u30c6\u30e0\u30e9\u30a4\u30d6\u30e9\u30ea","Items marked for later review":"\u898b\u76f4\u3057\u30de\u30fc\u30af\u3055\u308c\u305f\u554f\u984c","items per page":"\u4ef6\uff0f\u30da\u30fc\u30b8","Items with assessmentItemRef identifiers \u0022%s\u0022 are not registered in the related CAT endpoint.":"assessmentItemRef\u8b58\u5225\u5b50\u3000\u0022%s\u0022\u3000\u306e\u30a2\u30a4\u30c6\u30e0\u306f\uff0c\u95a2\u9023\u3059\u308bCAT\u30a8\u30f3\u30c9\u30dd\u30a4\u30f3\u30c8\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002","Javascript code":"Javascript\u30b3\u30fc\u30c9","JPEG image":"JPEG\u753b\u50cf","Jump Menu":"\u79fb\u52d5\u5148","Jump to:":"\u79fb\u52d5\u5148\uff1a","Keep Together":"\u307e\u3068\u3081\u308b","Keyboard Navigation":"\u30ad\u30fc\u30dc\u30fc\u30c9\u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3","Keyboard shortcuts for the Accessibility Tools are available to the Test-taker.":"\u30a2\u30af\u30bb\u30b7\u30d3\u30ea\u30c6\u30a3\u30c4\u30fc\u30eb\u306e\u30ad\u30fc\u30dc\u30fc\u30c9\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u306f\u3001\u53d7\u9a13\u8005\u304c\u5229\u7528\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002","Label":"\u30e9\u30d9\u30eb","Label Path":"\u30e9\u30d9\u30eb\u30d1\u30b9","Language":"\u8a00\u8a9e","Last attempt before your account is locked.":"\u3042\u306a\u305f\u306e\u30a2\u30ab\u30a6\u30f3\u30c8\u304c\u30ed\u30c3\u30af\u3055\u308c\u308b\u524d\u306e\u6700\u7d42\u306e\u53d7\u9a13\u3067\u3059\u3002","Last Name":"\u540d\u524d\uff12","Last page":"\u6700\u7d42\u30da\u30fc\u30b8","Last result":"\u6700\u7d42\u7d50\u679c","Late submission allowed":"\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8\u5f8c\u306e\u63d0\u51fa\u8a31\u53ef","Layout":"\u30ec\u30a4\u30a2\u30a6\u30c8","Leave a comment":"\u30b3\u30e1\u30f3\u30c8\u3092\u6b8b\u3059","Left parenthesis":"\u5de6\u62ec\u5f27","less than a minute":"1\u5206\u672a\u6e80","Line Reader":"\u30ea\u30fc\u30c7\u30a3\u30f3\u30b0\u30c8\u30e9\u30c3\u30ab\u30fc","Linear":"\u9806\u6b21\u5f0f","Link durations to activate the guided navigation":"\u30ac\u30a4\u30c9\u4ed8\u304d\u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3\u3092\u6709\u52b9\u306b\u3059\u308b\u305f\u3081\u306e\u30ea\u30f3\u30af\u7d99\u7d9a\u6642\u9593","List":"\u30ea\u30b9\u30c8","List \u0022%s\u0022 has duplicated values.":"\u30ea\u30b9\u30c8\u300c%s\u300d\u306b\u91cd\u8907\u3059\u308b\u5024\u304c\u3042\u308a\u307e\u3059","List - Multiple choice - Check box":"\u30ea\u30b9\u30c8-\u591a\u80a2\u9078\u629e-\u30c1\u30a7\u30c3\u30af\u30dc\u30c3\u30af\u30b9","List - Multiple choice - Search input":"\u30ea\u30b9\u30c8-\u591a\u80a2\u9078\u629e-\u691c\u7d22\u5165\u529b","List - Single choice - Drop down":"\u30ea\u30b9\u30c8-\u629e\u4e00-\u30c9\u30ed\u30c3\u30d7\u30c0\u30a6\u30f3","List - Single choice - Radio button":"\u30ea\u30b9\u30c8-\u629e\u4e00-\u30e9\u30b8\u30aa\u30dc\u30bf\u30f3","List - Single choice - Search input":"\u30ea\u30b9\u30c8-\u629e\u4e00-\u691c\u7d22\u5165\u529b","List values":"\u30ea\u30b9\u30c8\u5024","Lists":"\u30ea\u30b9\u30c8","Load more":"\u518d\u8aad\u307f\u8fbc\u307f","Loaded":"\u8aad\u307f\u8fbc\u307f\u5b8c\u4e86","Loaded at Startup":"\u8d77\u52d5\u6642\u306b\u8aad\u307f\u8fbc\u307f","Loading":"\u8aad\u307f\u8fbc\u307f","Loading status":"\u8aad\u8fbc\u4e2d","Loading task status ...":"\u8aad\u8fbc\u4e2d...","locked by %s":"\uff05s\u306b\u3088\u3063\u3066\u30ed\u30c3\u30af\u3055\u308c\u3066\u3044\u307e\u3059","Locked duration : guided navigation. The test transition to the next item once the duration reaches 0.":"\u30ed\u30c3\u30af\u3055\u308c\u305f\u6301\u7d9a\u6642\u9593 : \u30ac\u30a4\u30c9\u4ed8\u304d\u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3\u3002\u6642\u9593\u304c0\u306b\u306a\u308b\u3068\u6b21\u306e\u554f\u984c\u306b\u79fb\u52d5\u3057\u307e\u3059\u3002","Log in":"\u30ed\u30b0\u30a4\u30f3","Log Out":"\u30ed\u30b0\u30a2\u30a6\u30c8","Login":"\u30ed\u30b0\u30a4\u30f3ID","Login available":"\u30ed\u30b0\u30a4\u30f3\u53ef\u80fd","Login is already in use.":"\u3053\u306e\u30ed\u30b0\u30a4\u30f3ID\u306f\uff0c\u65e2\u306b\u4f7f\u308f\u308c\u3066\u3044\u307e\u3059","Login is empty.":"\u30ed\u30b0\u30a4\u30f3ID\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044","Logout":"\u30ed\u30b0\u30a2\u30a6\u30c8","LTI":"LTI","LTI Consumers":"LTI\u30b3\u30f3\u30b7\u30e5\u30fc\u30de","LTI Providers":"LTI\u30d7\u30ed\u30d0\u30a4\u30c0","M4A audio":"M4A\u97f3\u58f0","Magnifier":"\u62e1\u5927\u30ec\u30f3\u30ba","Magnify less":"\u7e2e\u5c0f","Magnify more":"\u62e1\u5927","Magnifying Glass":"\u62e1\u5927\u93e1","Main Menu":"\u30e1\u30a4\u30f3\u30e1\u30cb\u30e5\u30fc","Main navigation":"\u30e1\u30a4\u30f3\u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3","Maintenance service is already installed.":"\u30e1\u30f3\u30c6\u30ca\u30f3\u30b9\u30b5\u30fc\u30d3\u30b9\u306f\uff0c\u3059\u3067\u306b\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u3066\u3044\u307e\u3059","Maintenance service must have a persistence option.":"\u30e1\u30f3\u30c6\u30ca\u30f3\u30b9\u30b5\u30fc\u30d3\u30b9\u306b\u306f\u6c38\u7d9a\u5316\u30aa\u30d7\u30b7\u30e7\u30f3\u304c\u5fc5\u8981\u3067\u3059","Maintenance service was installed. Platform is disabled.":"\u30e1\u30f3\u30c6\u30ca\u30f3\u30b9\u30b5\u30fc\u30d3\u30b9\u3092\u5c0e\u5165\u3057\u307e\u3057\u305f\u3002\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u304c\u7121\u52b9\u5316\u3055\u308c\u3066\u3044\u307e\u3059","Maintenance service was installed. Platform is enabled.":"\u30e1\u30f3\u30c6\u30ca\u30f3\u30b9\u30b5\u30fc\u30d3\u30b9\u3092\u5c0e\u5165\u3057\u307e\u3057\u305f\u3002\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u304c\u6709\u52b9\u306b\u306a\u308a\u307e\u3057\u305f","Maintenance storage driver is not set":"\u30e1\u30f3\u30c6\u30ca\u30f3\u30b9\u7528\u30b9\u30c8\u30ec\u30fc\u30b8\u30c9\u30e9\u30a4\u30d0\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093","Manage Access Rights":"\u30a2\u30af\u30bb\u30b9\u6a29\u7ba1\u7406","Manage class schema":"\u30af\u30e9\u30b9\u30b9\u30ad\u30fc\u30de\u7ba1\u7406","Manage groups":"\u30b0\u30eb\u30fc\u30d7\u306e\u7ba1\u7406","Manage items":"\u30a2\u30a4\u30c6\u30e0\u7ba1\u7406","Manage Results":"\u7d50\u679c\u306e\u7ba1\u7406","Manage roles":"\u30ed\u30fc\u30eb\u7ba1\u7406","Manage Roles and apply them to users.":"\u30ed\u30fc\u30eb\u7ba1\u7406\u3068\u30e6\u30fc\u30b6\u3078\u306e\u9069\u7528","Manage Rubric Blocks":"\u30eb\u30fc\u30d6\u30ea\u30c3\u30af\u30d6\u30ed\u30c3\u30af\u306e\u7ba1\u7406","Manage Schema":"\u30b9\u30ad\u30fc\u30de\u7ba1\u7406","Manage Test Center":"\u30c6\u30b9\u30c8\u30bb\u30f3\u30bf\u30fc\u7ba1\u7406","Manage test properties":"\u30c6\u30b9\u30c8\u7ba1\u7406","Manage test takers":"\u53d7\u9a13\u8005\u7ba1\u7406","Manage Tests":"\u30c6\u30b9\u30c8\u7ba1\u7406","Manage tests":"\u30c6\u30b9\u30c8\u7ba1\u7406","Manage users":"\u30e6\u30fc\u30b6\u7ba1\u7406","Manage Versioned File":"\u30d0\u30fc\u30b8\u30e7\u30f3\u30d5\u30a1\u30a4\u30eb\u7ba1\u7406","Map the properties to the CSV columns":"CSV\u306e\u5217\u306b\u30d7\u30ed\u30d1\u30c6\u30a3\u3092\u30de\u30c3\u30d4\u30f3\u30b0","Mark for review":"\u898b\u76f4\u3057\u30de\u30fc\u30af","Masking":"\u30de\u30b9\u30ad\u30f3\u30b0","Match value":"\u6709\u52b9\u5024","Max Attempts":"\u6700\u5927\u5b9f\u65bd\u56de\u6570","maximum %s":"\u6700\u5927 %s","Maximum Duration":"\u6700\u5927\u6642\u9593","Maximum duration : the items times out when the duration reaches 0.":"\u6700\u5927\u6642\u9593\uff1a\u6700\u5927\u6642\u9593\u304c0\u306b\u306a\u308b\u3068\u7d42\u4e86\u3057\u307e\u3059\u3002","Maximum duration for the all test.":"\u30c6\u30b9\u30c8\u5168\u4f53\u306e\u6700\u5927\u6642\u9593","Maximum duration for this item.":"\u3053\u306e\u30a2\u30a4\u30c6\u30e0\u306e\u6700\u5927\u6642\u9593","Maximum duration for this section.":"\u3053\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u306e\u6700\u5927\u6642\u9593","Maximum duration for this test part.":"\u3053\u306e\u30c6\u30b9\u30c8\u30d1\u30fc\u30c8\u306e\u6700\u5927\u6642\u9593","Maximum selection reached":"\u3053\u308c\u4ee5\u4e0a\u9078\u629e\u3067\u304d\u307e\u305b\u3093","Media resize along with their container, e.g. 50% means half of the container size not half of the media size.":"\u30e1\u30c7\u30a3\u30a2\u306e\u30b5\u30a4\u30ba\u3092\u30b3\u30f3\u30c6\u30ca\u3068\u4e00\u7dd2\u306b\u5909\u66f4\u3057\u307e\u3059\u3002\u4f8b\uff1a50%\u3068\u306f\u3001\u30e1\u30c7\u30a3\u30a2\u30b5\u30a4\u30ba\u304c50\uff05\u3067\u306f\u306a\u304f\u3001\u30b3\u30f3\u30c6\u30ca\u30b5\u30a4\u30ba\u304c50\uff05\u3092\u610f\u5473\u3057\u307e\u3059\u3002","Message":"\u8a18\u9332","Messages":"\u8a18\u9332","Metadata export is not available for test \u0022%s.":"\u30e1\u30bf\u30c7\u30fc\u30bf\u306e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u306f\u30c6\u30b9\u30c8 \u0022%s \u3067\u306f\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093\u3002","Metadata export is not available for the selected resource.":"\u9078\u629e\u3057\u305f\u30ea\u30bd\u30fc\u30b9\u306e\u30e1\u30bf\u30c7\u30fc\u30bf\u306e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u306f\u3067\u304d\u307e\u305b\u3093","Microsoft Excel":"Microsoft Excel","Microsoft Excel binary format":"Microsoft Excel \u30d0\u30a4\u30ca\u30ea\u5f62\u5f0f","Microsoft Office Document Imaging":"Microsoft Office\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30a4\u30e1\u30fc\u30b8\u30f3\u30b0","Microsoft Powerpoint":"Microsoft Powerpoint","Microsoft Powerpoint slideshow":"Microsoft Powerpoint\u30b9\u30e9\u30a4\u30c9\u30b7\u30e7\u30a6","Microsoft Project file":"Microsoft Project\u30d5\u30a1\u30a4\u30eb","Microsoft Visio file":"Microsoft Visio\u30d5\u30a1\u30a4\u30eb","Microsoft Word":"Microsoft Word","Microsoft Word template":"Microsoft Word\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8","Microsoft Works file":"Microsoft Word\u30d5\u30a1\u30a4\u30eb","Microsoft XPS file":"Microsoft XPS\u30d5\u30a1\u30a4\u30eb","MIME encapsulation of aggregate HTML documents":"HTML\u6587\u66f8\u306e\u96c6\u5408\u4f53\u306eMIME\u30ab\u30d7\u30bb\u30eb\u5316","Mind mapping software application (free mind open source)":"\u30de\u30a4\u30f3\u30c9\u30de\u30c3\u30d7\u30fb\u30a2\u30d7\u30ea (free mind open source)","minimum %s":"\u6587\u5b57\u4ee5\u4e0a","Minimum Duration":"\u6700\u5c0f\u6642\u9593","Minimum duration : enforces the test taker to stay on the item for the given duration.":"\u6700\u5c0f\u6642\u9593 : \u6307\u5b9a\u3055\u308c\u305f\u6642\u9593\u306e\u9593\u3001\u53d7\u9a13\u8005\u306f\u6b21\u306b\u9032\u3080\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3002","Minimum duration for the test.":"\u30c6\u30b9\u30c8\u5168\u4f53\u306e\u6700\u5c0f\u6642\u9593","Minimum duration for this item.":"\u3053\u306e\u30a2\u30a4\u30c6\u30e0\u306e\u6700\u5c0f\u6642\u9593","Minimum duration for this section.":"\u3053\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u6700\u5c0f\u6642\u9593","Minimum duration for this test part.":"\u3053\u306e\u30c6\u30b9\u30c8\u30d1\u30fc\u30c8\u306e\u6700\u5c0f\u6642\u9593","minutes":"\u5206","Missed required parameter \\\u0027id\\\u0027":"\u5fc5\u8981\u306a\u30d1\u30e9\u30e1\u30fc\u30bf\u304c\u4e0d\u8db3\u3057\u3066\u3044\u307e\u3059 \\\u0027id\\\u0027","Missed test package file":"\u898b\u3064\u304b\u3089\u306a\u3044\u30c6\u30b9\u30c8\u30d1\u30c3\u30b1\u30fc\u30b8\u30d5\u30a1\u30a4\u30eb","missing config %s for the service %s":"\u30b5\u30fc\u30d3\u30b9 %s \u306econfig %s \u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3002","Missing Parameters":"\u30d1\u30e9\u30e1\u30fc\u30bf\u304c\u3042\u308a\u307e\u305b\u3093","Missing required configuration option %s":"\u5fc5\u8981\u306a\u8a2d\u5b9a\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\uff1a %s ","modulo":"\u30e2\u30b8\u30e5\u30ed","More":"\u66f4\u306b\u8868\u793a","Move":"\u79fb\u52d5","Move Down":"\u4e0b\u3078","Move Left":"\u5de6\u306b\u79fb\u52d5","Move Right":"\u53f3\u306b\u79fb\u52d5","Move role":"\u30ed\u30fc\u30eb\u306e\u79fb\u52d5","Move the cursor one step on the left":"\u30ab\u30fc\u30bd\u30eb\u3092\u5de6\u306b\uff11\u79fb\u52d5","Move the cursor one step on the right":"\u30ab\u30fc\u30bd\u30eb\u3092\u53f3\u306b\uff11\u79fb\u52d5","Move To":"\u79fb\u52d5\u5148\u306e\u9078\u629e","Move to":"\u79fb\u52d5","Move Up":"\u4e0a\u3078","Moving this element will replace the properties of the previous class by those of the destination class :":"\u3053\u306e\u30a8\u30ec\u30e1\u30f3\u30c8\u3092\u79fb\u52d5\u3059\u308b\u3068\u4ee5\u524d\u306e\u30af\u30e9\u30b9\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u3092\u7f6e\u304d\u63db\u3048\u307e\u3059\uff1a","Moving to the next item without time limit reached message.":"\u5236\u9650\u6642\u9593\u30a2\u30e9\u30fc\u30c8\u3092\u8868\u793a\u3057\u306a\u3044\u3067\u6b21\u306e\u30a2\u30a4\u30c6\u30e0\u306b\u79fb\u52d5\u3057\u307e\u3059","MP4 video":"MP4\u52d5\u753b","MPEG audio":"MPEG\u97f3\u58f0","MPEG video":"MPEG\u52d5\u753b","MPEG-4 audio file":"MPEG-4\u97f3\u58f0\u30d5\u30a1\u30a4\u30eb","Multiple values delimiter":"\u8907\u6570\u306e\u5024\u306e\u533a\u5207\u308a\u6587\u5b57","Multiply the value by 10^x":"\u5024\u306b10^x\u3092\u4e57\u7b97\u3057\u307e\u3059\u3002","Must include at least one letter":"\u5c11\u306a\u304f\u3068\u30821\u3064\u306e\u82f1\u6587\u5b57\u3092\u542b\u3081\u3066\u304f\u3060\u3055\u3044\u3002","Must include at least one number":"\u5c11\u306a\u304f\u3068\u30821\u3064\u306e\u6570\u5b57\u3092\u542b\u3081\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002","Must include at least one special letter":"\u5c11\u306a\u304f\u3068\u30821\u3064\u306e\u7279\u5225\u306a\u6587\u5b57\u3092\u542b\u3081\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002","Must include lower case letters":"\u5c0f\u6587\u5b57\u3092\u5165\u308c\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002","Must include upper case letters":"\u5927\u6587\u5b57\u3092\u542b\u3081\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002","Mute":"\u30df\u30e5\u30fc\u30c8","My custom text translation":"\u30ab\u30b9\u30bf\u30e0\u30c6\u30ad\u30b9\u30c8\u7ffb\u8a33","My settings":"\u30e6\u30fc\u30b6\u8a2d\u5b9a ","My settings (%s)":"\u30e6\u30fc\u30b6\u8a2d\u5b9a(%s)","Name":"\u540d\u524d","name of the pupil":"\u751f\u5f92\u540d","Natural logarithm":"\u81ea\u7136\u5bfe\u6570","Navigation":"\u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3","Navigation shortcuts":"\u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8","Navigation Warnings":"\u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3\u8b66\u544a","network":"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af","New class":"\u65b0\u898f\u30af\u30e9\u30b9","New Class":"\u65b0\u898f\u30af\u30e9\u30b9","New delivery":"\u65b0\u898f\u30c7\u30ea\u30d0\u30ea","New Group":"\u65b0\u898f\u30b0\u30eb\u30fc\u30d7","New item":"\u65b0\u898f\u30a2\u30a4\u30c6\u30e0","New password":"\u65b0\u30d1\u30b9\u30ef\u30fc\u30c9","New role":"\u65b0\u898f\u30ed\u30fc\u30eb","New Rubric Block":"\u65b0\u898f\u30eb\u30fc\u30d6\u30ea\u30c3\u30af\u30d6\u30ed\u30c3\u30af","New section":"\u65b0\u898f\u30bb\u30af\u30b7\u30e7\u30f3","New test":"\u65b0\u898f\u30c6\u30b9\u30c8","New Test Center":"\u65b0\u898f\u30c6\u30b9\u30c8\u30bb\u30f3\u30bf\u30fc","New test part":"\u65b0\u898f\u30c6\u30b9\u30c8\u30d1\u30fc\u30c8","New test-taker":"\u65b0\u898f\u53d7\u9a13\u8005","Next":"\u6b21\u3078","Next match":"\u6b21\u306e\u691c\u7d22\u7d50\u679c","Next page":"\u6b21\u30da\u30fc\u30b8","Next Section":"\u6b21\u306e\u30bb\u30af\u30b7\u30e7\u30f3","No":"\u3044\u3044\u3048","NO":"\u3044\u3044\u3048","No action specified":"\u6307\u5b9a\u3055\u308c\u305f\u64cd\u4f5c\u306f\u3042\u308a\u307e\u305b\u3093","No CAT Engine configured for CAT Endpoint \u0022%s\u0022.":"CAT\u30a8\u30f3\u30c9\u30dd\u30a4\u30f3\u30c8 \u0022\uff05s\u0022 \u306bCAT\u30a8\u30f3\u30b8\u30f3\u304c\u69cb\u6210\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002","No client translation bundles updated":"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u7ffb\u8a33\u30d0\u30f3\u30c9\u30eb\u306f\u66f4\u65b0\u3055\u308c\u307e\u305b\u3093","No extensions available.":"\u5229\u7528\u53ef\u80fd\u306a\u62e1\u5f35\u6a5f\u80fd\u306f\u3042\u308a\u307e\u305b\u3093","No file found at location \u0022%s\u0022.":"\u0022%s\u0022\u306b\u306f\u30d5\u30a1\u30a4\u30eb\u304c\u3042\u308a\u307e\u305b\u3093","no file not found in this location":"\u3053\u306e\u5834\u6240\u306b\u306f\u3001\u30d5\u30a1\u30a4\u30eb\u304c\u3042\u308a\u307e\u305b\u3093","No file selected":"\u30d5\u30a1\u30a4\u30eb\u672a\u9078\u629e","No files":"\u30d5\u30a1\u30a4\u30eb\u304c\u3042\u308a\u307e\u305b\u3093","No item found. Please try other search criteria.":"\u8a72\u5f53\u3059\u308b\u30a2\u30a4\u30c6\u30e0\u304c\u3042\u308a\u307e\u305b\u3093\u3002\u4ed6\u306e\u691c\u7d22\u6761\u4ef6\u3092\u304a\u8a66\u3057\u304f\u3060\u3055\u3044\u3002","no label":"\u30e9\u30d9\u30eb\u304c\u3042\u308a\u307e\u305b\u3093","No more attempts allowed for item \u0022%s\u0022.":"\u3053\u308c\u4ee5\u4e0a\uff0c\u554f\u984c\u0022%s\u0022\u306e\u89e3\u7b54\u306f\u3067\u304d\u307e\u305b\u3093\u3002","no outcome declaration found":"\u7d50\u679c\u5909\u6570\u306e\u5ba3\u8a00\u306a\u3057","No outcome processing. Erase the existing rules, if any.":"\u7d50\u679c\u51e6\u7406\u3092\u884c\u3044\u307e\u305b\u3093\u3002\u65e2\u5b58\u306e\u30eb\u30fc\u30eb\u304c\u3042\u308c\u3070\u305d\u308c\u3092\u524a\u9664\u3057\u307e\u3059\u3002","No reference to any IMS QTI Item found.":"QTI\u30a2\u30a4\u30c6\u30e0\u306e\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002","No Task yet":"\u30bf\u30b9\u30af\u304c\u3042\u308a\u307e\u305b\u3093","Node duplication has failed":"\u30ce\u30fc\u30c9\u306e\u30b3\u30d4\u30fc\u306b\u5931\u6557\u3057\u307e\u3057\u305f","Non Linear":"\u975e\u9806\u6b21\u5f0f","None":"\u306a\u3057","none":"\u306a\u3057","Not all test could be exported":"\u3059\u3079\u3066\u306e\u30c6\u30b9\u30c8\u306f\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f","Not answered":"\u672a\u89e3\u7b54","Not seen":"\u672a\u95b2\u89a7","Not shuffled, the position remains fixed.":"\u30c1\u30a7\u30c3\u30af\u3092\u5165\u308c\u308b\u3068\u30b7\u30e3\u30c3\u30d5\u30eb\u3055\u308c\u305a\u306b\uff0c\u63d0\u793a\u9806\u306f\u3053\u306e\u4f4d\u7f6e\u3067\u7dad\u6301\u3055\u308c\u307e\u3059\u3002","Not started":"\u958b\u59cb\u3057\u3066\u3044\u307e\u305b\u3093","NotEmpty":"\u7a7a\u3092\u8a8d\u3081\u306a\u3044","Nothing imported":"\u4f55\u3082\u30a4\u30f3\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093","Nothing to install !":"\u4f55\u3082\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u3066\u3044\u307e\u305b\u3093\uff01","Nothing to list!":"\u30ea\u30b9\u30c8\u304c\u3042\u308a\u307e\u305b\u3093\uff01","Notifications":"\u901a\u77e5","notifications drivers aren\\\u0027t persistent. use a persistent database storage driver":"\u901a\u77e5\u30c9\u30e9\u30a4\u30d0\u306f\u6c38\u7d9a\u7684\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u7d9a\u7684\u306a\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30b9\u30c8\u30ec\u30fc\u30b8\u30c9\u30e9\u30a4\u30d0\u3092\u4f7f\u7528\u3057\u307e\u3059","Nth root":"N\u756a\u76ee\u306e\u30eb\u30fc\u30c8","Number of elements":"\u30a8\u30ec\u30e1\u30f3\u30c8\u6570","of":"\uff0f","Off":"Off","Offline":"\u30aa\u30d5\u30e9\u30a4\u30f3","Ogg Vorbis audio":"Ogg Vorbis\u97f3\u58f0","Ogg Vorbis video":"Ogg Vorbis\u52d5\u753b","Ok":"OK","OK":"OK","OK & End test":"OK \uff06 \u30c6\u30b9\u30c8\u7d42\u4e86","Old Password":"\u65e7\u30d1\u30b9\u30ef\u30fc\u30c9","On":"On","Once you close this section, you cannot return to it or change your answers.":"\u3053\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u3092\u9589\u3058\u308b\u3068\u3001\u305d\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u306b\u623b\u3063\u305f\u308a\u3001\u89e3\u7b54\u3092\u5909\u66f4\u3057\u305f\u308a\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002","One or more dependent IMS QTI Items could not be imported.":"\u5c11\u306a\u304f\u3068\u3082\uff11\u500b\u306eQTI\u4f9d\u5b58\u30a2\u30a4\u30c6\u30e0\u304c\u30a4\u30f3\u30dd\u30fc\u30c8\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002","Online":"\u30aa\u30f3\u30e9\u30a4\u30f3","Only allow for my own domain (%s)":"\u81ea\u5206\u81ea\u8eab\u306e\u30c9\u30e1\u30a4\u30f3\u306e\u307f\u8a31\u53ef (%s)","Only display the items marked for review":"\u898b\u76f4\u3057\u30de\u30fc\u30af\u306e\u554f\u984c\u306e\u307f\u8868\u793a","Only display the unanswered items":"\u672a\u89e3\u7b54\u306e\u554f\u984c\u306e\u307f\u8868\u793a","Only one of the field must have value %s":"\u3069\u3061\u3089\u304b\u4e00\u65b9\u306e\u30d5\u30a3\u30fc\u30eb\u30c9\u3060\u3051\u304c\u5024%s\u3092\u6301\u3064\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059","Open Calculator":"\u96fb\u5353\u3092\u958b\u304f","Open Keyboard Shortcuts":"\u30ad\u30fc\u30dc\u30fc\u30c9\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u3092\u958b\u304f","OpenDocument Database":"OpenDocument\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9","OpenDocument Presentation":"OpenDocument\u30d7\u30ec\u30bc\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3","OpenDocument spreadsheet document":"OpenDocument \u30b9\u30d7\u30ec\u30c3\u30c9\u30b7\u30fc\u30c8","OpenDocument text document":"OpenDocument \u30c6\u30ad\u30b9\u30c8\u6587\u66f8","OpenDocument Text Template":"OpenDocument Text \u30c6\u30f3\u30d7\u30ec\u30fc\u30c8","Operated By ":"\u904b\u55b6\u5143","Option A":"\u30aa\u30d7\u30b7\u30e7\u30f3A","Option B":"\u30aa\u30d7\u30b7\u30e7\u30f3B","or":"\uff5c","Ordering":"\u51fa\u984c\u9806","OS Exclusion List":"OS\u9664\u5916\u30ea\u30b9\u30c8","OS Lists":"OS\u30ea\u30b9\u30c8","Outcome":"\u7d50\u679c\u8b58\u5225\u5b50","Outcome declarations":"\u7d50\u679c\u5909\u6570\u306e\u5ba3\u8a00","Outcome processing":"\u7d50\u679c\u51e6\u7406\u65b9\u6cd5","Outlook on the next Synchronization":"\u6b21\u306e\u540c\u671f\u306e\u898b\u901a\u3057","Package is valid but no tests were found. Make sure that it contains valid QTI tests.":"\u30d1\u30c3\u30b1\u30fc\u30b8\u306f\u6709\u52b9\u3067\u3059\u304c\u30c6\u30b9\u30c8\u304c\u3042\u308a\u307e\u305b\u3093\u3002\u6709\u52b9\u306aQTI\u30c6\u30b9\u30c8\u304c\u542b\u307e\u308c\u3066\u3044\u308b\u304b\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002","Page":"\u30da\u30fc\u30b8","Part %d":"\u30d1\u30fc\u30c8%d","Pascal file (.pas)":"Pascal\u30d5\u30a1\u30a4\u30eb(.pas)","Passage":"\u30d1\u30c3\u30bb\u30fc\u30b8","Password":"\u30d1\u30b9\u30ef\u30fc\u30c9","Password changed":"\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5909\u66f4\u3057\u307e\u3057\u305f\u3002","Password is empty.":"\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u5165\u529b\u3055\u308c\u3066\u3044\u307e\u305b\u3093","Password reset":"\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u30ea\u30bb\u30c3\u30c8","Password successfully changed":"\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u5909\u66f4\u304c\u5b8c\u4e86\u3057\u307e\u3057\u305f","Passwords are not matching":"\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u4e00\u81f4\u3057\u307e\u305b\u3093","Pause":"\u4e00\u6642\u505c\u6b62","Pause the test":"\u30c6\u30b9\u30c8\u3092\u4e00\u6642\u505c\u6b62","PDF file":"PDF\u30d5\u30a1\u30a4\u30eb","Permission denied to write in the selected class":"\u9078\u629e\u3057\u305f\u30af\u30e9\u30b9\u3078\u306e\u66f8\u304d\u8fbc\u307f\u3092\u62d2\u5426\u3055\u308c\u307e\u3057\u305f","Plain text":"\u30d7\u30ec\u30fc\u30f3\u30c6\u30ad\u30b9\u30c8","Platform Theming":"\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u306e\u30c6\u30fc\u30de\u8a2d\u5b9a","Play":"\u518d\u751f","Please confirm deletion":"\u524a\u9664\u3057\u3066\u3082\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f","Please confirm deletion of %s.":"\uff05s\u3092\u524a\u9664\u3057\u3066\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f","Please confirm deletion of user %s":"\u30e6\u30fc\u30b6 \uff05s \u3092\u524a\u9664\u3057\u3066\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f","Please confirm locking of account %s":"\u30a2\u30ab\u30a6\u30f3\u30c8\uff05s\u3092\u30ed\u30c3\u30af\u3057\u3066\u3082\u3088\u308d\u3057\u3044\u3067\u3059\u304b","Please confirm property deletion!":"\u30d7\u30ed\u30d1\u30c6\u30a3\u3092\u524a\u9664\u3057\u3066\u3082\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f","Please confirm this operation.":"\u3053\u306e\u64cd\u4f5c\u3092\u884c\u3063\u3066\u3082\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f","Please confirm unlocking of account %s":"\u30a2\u30ab\u30a6\u30f3\u30c8 %s \u306e\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3057\u3066\u3082\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f","Please confirm you want to leave the test.":"\u30c6\u30b9\u30c8\u3092\u7d42\u4e86\u3057\u3066\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f","Please contact %s or an administrator to release it":"\u305d\u308c\u3092\u30ea\u30ea\u30fc\u30b9\u3059\u308b\u306b\u306f\u3001%s\u307e\u305f\u306f\u7ba1\u7406\u8005\u306b\u304a\u554f\u3044\u5408\u308f\u305b\u304f\u3060\u3055\u3044","Please contact your administrator.":"\u7ba1\u7406\u8005\u306b\u304a\u554f\u3044\u5408\u308f\u305b\u304f\u3060\u3055\u3044","Please contact your system administrator.":"\u30b7\u30b9\u30c6\u30e0\u7ba1\u7406\u8005\u306b\u304a\u554f\u3044\u5408\u308f\u305b\u304f\u3060\u3055\u3044","Please define your search in the search panel.":"\u691c\u7d22\u30d1\u30cd\u30eb\u3067\u5b9a\u7fa9\u3057\u3066\u304f\u3060\u3055\u3044\u3002","Please download the track and listen offline.":"\u97f3\u58f0\u30c8\u30e9\u30c3\u30af\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u3066\u30aa\u30d5\u30e9\u30a4\u30f3\u3067\u805e\u3044\u3066\u304f\u3060\u3055\u3044","Please download the video and view offline.":"\u30d3\u30c7\u30aa\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u3066\u30aa\u30d5\u30e9\u30a4\u30f3\u3067\u898b\u3066\u304f\u3060\u3055\u3044","Please give a message to your commit":"\u3042\u306a\u305f\u306e\u30b3\u30df\u30c3\u30c8\u306b\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u304a\u9858\u3044\u3057\u307e\u3059","Please provide a reason":"\u305d\u306e\u7406\u7531\u3092\u8a18\u5165\u3057\u3066\u304f\u3060\u3055\u3044","Please report bugs, ideas, comments or feedback on the TAO Forum":"\u30d0\u30b0\u306e\u5831\u544a\u3084\u30a2\u30a4\u30c7\u30a2\uff0c\u30b3\u30e1\u30f3\u30c8\u306a\u3069TAO\u30d5\u30a9\u30fc\u30e9\u30e0\u306b\u30d5\u30a3\u30fc\u30c9\u30d0\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044","Please select an image file from the resource manager. You can add files from your computer with the button \u0022Add file(s)\u0022.":"\u753b\u50cf\u30d5\u30a1\u30a4\u30eb\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u300c\u30d5\u30a1\u30a4\u30eb\u8ffd\u52a0\u300d\u30dc\u30bf\u30f3\u3067\u753b\u50cf\u3092\u8ffd\u52a0\u3067\u304d\u307e\u3059\u3002","Please set \u0027min\u0027 and\/or \u0027max\u0027 options!":"\u0027\u6700\u5c0f\u0027\u307e\u305f\u306f\u0027\u6700\u5927\u0027\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u8a2d\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044","Please try in %s.":"%s\u3067\u304a\u8a66\u3057\u304f\u3060\u3055\u3044\u3002","Please try reloading the page or pause the test. If you pause, you will be able to resume the test from this page.":"\u30da\u30fc\u30b8\u3092\u518d\u8aad\u307f\u8fbc\u307f\u3059\u308b\u304b\u3001\u30c6\u30b9\u30c8\u3092\u4e00\u6642\u505c\u6b62\u3057\u3066\u307f\u3066\u304f\u3060\u3055\u3044\u3002\u4e00\u6642\u505c\u6b62\u3057\u305f\u5834\u5408\u3001\u3053\u306e\u30da\u30fc\u30b8\u304b\u3089\u30c6\u30b9\u30c8\u3092\u518d\u958b\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002","Please wait":"\u304a\u5f85\u3061\u304f\u3060\u3055\u3044","Please wait while ...":"\u3057\u3070\u3089\u304f\u304a\u5f85\u3061\u304f\u3060\u3055\u3044 ...","Please wait while we try to restore the connection.":"\u63a5\u7d9a\u3092\u56de\u5fa9\u4e2d\u3067\u3059\u3002\u3057\u3070\u3089\u304f\u304a\u5f85\u3061\u304f\u3060\u3055\u3044\u3002","PNG image":"PNG\u753b\u50e7","Portable Custom Interactions":"PCI\uff08Portable Custom Interactions\uff09","Position":"\u753b\u50cf\u4f4d\u7f6e","Post install processing":"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u5f8c\u306e\u51e6\u7406","Power of":"\u7d2f\u4e57","Power of 10":"10\u306e\u7d2f\u4e57","Preparing installation...":"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306e\u6e96\u5099\u3092\u3057\u3066\u3044\u307e\u3059...","Preview":"\u30d7\u30ec\u30d3\u30e5\u30fc","Preview the covered area":"\u30ab\u30d0\u30fc\u30a8\u30ea\u30a2\u3092\u30d7\u30ec\u30d3\u30e5\u30fc","Previous":"\u524d","Previous match":"\u524d\u306e\u691c\u7d22\u7d50\u679c","Previous page":"\u524d\u306e\u30da\u30fc\u30b8","Proceed":"\u958b\u59cb","PROCEED & END ASSESSMENT":"\u9032\u884c\u3068\u6700\u7d42\u8a55\u4fa1","Proctor":"\u8a66\u9a13\u76e3\u7763","Properties":"\u30d7\u30ed\u30d1\u30c6\u30a3","Provided URL is not valid":"\u6307\u5b9a\u3055\u308c\u305fURL\u306f\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093","Publish":"\u4f5c\u6210","Publish the test":"\u30c6\u30b9\u30c8\u4f5c\u6210","QTI 2.1 Test Driver":"QTI 2.1 Test Driver","QTI Item Runner":"QTI Item Runner","QTI Test \u0022%s\u0022 publishing failed.":"QTI\u30c6\u30b9\u30c8 \u0022%s\u0022 \u306e\u516c\u958b\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f","QTI Test \u0022%s\u0022 successfully published.":"QTI\u30c6\u30b9\u30c8\u0022%s\u0022 \u306e\u516c\u958b\u304c\u5b8c\u4e86\u3057\u307e\u3057\u305f","QTI Test Package 2.1":"QTI Test Package 2.1","QTI Test Package 2.2":"QTI Test Package 2.2","QTI\/APIP Test Content Package":"QTI\/APIP Test Content Package","question":"\u554f\u984c","Question":"\u554f\u984c","Question %s":"\u554f\u984c %s","questions":"\u554f\u984c","Queued":"\u5f85\u6a5f\u4e2d","Quicktime video":"Quicktime\u30d3\u30c7\u30aa","Rad":"Rad","Radian":"\u30e9\u30b8\u30a2\u30f3","random":"\u30e9\u30f3\u30c0\u30e0","Random value":"\u30e9\u30f3\u30c0\u30e0\u5024","Range field is required":"\u7bc4\u56f2\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u5fc5\u9808\u3067\u3059","RAR archive":"RAR\u30a2\u30fc\u30ab\u30a4\u30d6","RDF":"RDF","RealMedia file":"RealMedia\u30d5\u30a1\u30a4\u30eb","Record and manage test takers.":"\u53d7\u9a13\u8005\u306e\u8a18\u9332\u3068\u7ba1\u7406","Reference":"\u53c2\u7167","Refresh":"\u30ea\u30d5\u30ec\u30c3\u30b7\u30e5","Regenerate":"\u518d\u751f\u6210","Release":"\u30ea\u30ea\u30fc\u30b9","Releasing the lock might cause the work in progress by %s to be lost.":"\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3059\u308b\u3068\u3001%s\u306b\u3088\u3063\u3066\u5b9f\u65bd\u4e2d\u306e\u4f5c\u696d\u304c\u5931\u308f\u308c\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002","Reload":"\u30ea\u30ed\u30fc\u30c9","Reload the page":"\u30da\u30fc\u30b8\u518d\u8aad\u307f\u8fbc\u307f","remaining %s %s":"\u6b8b\u308a %s %s","Remind":"\u30ea\u30de\u30a4\u30f3\u30c9","Remind Last":"\u6700\u5f8c\u306b\u30ea\u30de\u30a4\u30f3\u30c9\u3059\u308b","Remind the last value":"\u6700\u5f8c\u306e\u5024\u3092\u30ea\u30de\u30a4\u30f3\u30c9","Remind the next expression in the history":"\u5c65\u6b74\u306e\u6b21\u306e\u8868\u793a\u3092\u30ea\u30de\u30a4\u30f3\u30c9","Remind the previous expression in the history":"\u5c65\u6b74\u306e\u524d\u306e\u8868\u793a\u3092\u30ea\u30de\u30a4\u30f3\u30c9","Remind the recorded value":"\u8a18\u9332\u3055\u308c\u305f\u5024\u3092\u30ea\u30de\u30a4\u30f3\u30c9","Remote Lists":"\u30ea\u30e2\u30fc\u30c8\u30ea\u30b9\u30c8","Remove":"\u524a\u9664","Remove criteria":"\u6761\u4ef6\u524a\u9664","remove index":"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u524a\u9664","Remove Item Reference":"\u30a2\u30a4\u30c6\u30e0\u53c2\u7167\u524a\u9664","Remove Message":"\u30e1\u30c3\u30bb\u30fc\u30b8\u524a\u9664","Remove Rubric Block":"\u30eb\u30fc\u30d6\u30ea\u30c3\u30af\u30d6\u30ed\u30c3\u30af\u524a\u9664","Remove Section":"\u30bb\u30af\u30b7\u30e7\u30f3\u524a\u9664","Remove Subsection":"\u30b5\u30d6\u30bb\u30af\u30b7\u30e7\u30f3\u524a\u9664","Remove Test Part":"\u30c6\u30b9\u30c8\u30d1\u30fc\u30c8\u524a\u9664","Remove this file":"\u3053\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u524a\u9664","Removed %s directories":"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %s \u3092\u524a\u9664","Removed %s files":"\u30d5\u30a1\u30a4\u30eb %s \u3092\u524a\u9664","Removing: %s":"\u524a\u9664\u4e2d: %s","Repeat new password":"\u65b0\u30d1\u30b9\u30ef\u30fc\u30c9(\u518d\u5165\u529b)","Repeat password":"\u30d1\u30b9\u30ef\u30fc\u30c9\u518d\u5165\u529b","Request a password reset via Email.":"e\u30e1\u30fc\u30eb\u3067\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u30ea\u30bb\u30c3\u30c8\u3092\u8981\u6c42\u3057\u307e\u3059","require notification ID":"\u901a\u77e5\u306e\u305f\u3081\u306eID\u304c\u5fc5\u8981\u3067\u3059","Required":"\u5fc5\u9808","Required field":"\u5fc5\u9808\u30d5\u30a3\u30fc\u30eb\u30c9","required length":"\u9577\u3055\u306f\u5fc5\u9808\u3067\u3059","Requires":"\u5fc5\u8981","Reset":"\u30ea\u30bb\u30c3\u30c8","Reset filters":"\u5168\u3066\u8868\u793a","Reset the range values":"\u7bc4\u56f2\u5024\u3092\u30ea\u30bb\u30c3\u30c8","Resource":"\u30ea\u30bd\u30fc\u30b9","Resource copied":"\u30ea\u30bd\u30fc\u30b9\u3092\u30b3\u30d4\u30fc\u3057\u307e\u3057\u305f","Resource deleted":"\u30ea\u30bd\u30fc\u30b9\u3092\u524a\u9664\u3057\u307e\u3057\u305f","Resource Identifier":"\u30ea\u30bd\u30fc\u30b9\u8b58\u5225\u5b50","Resource Identifier could not be copied to the clipboard":"\u30ea\u30bd\u30fc\u30b9\u8b58\u5225\u5b50\u3092\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u306b\u30b3\u30d4\u30fc\u3067\u304d\u307e\u305b\u3093","Resource Identifier has been copied to the clipboard":"\u30ea\u30bd\u30fc\u30b9\u8b58\u5225\u5b50\u304c\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u306b\u30b3\u30d4\u30fc\u3055\u308c\u307e\u3057\u305f","Resource not imported due to multiple super classes":"\u8907\u6570\u306e\u30b9\u30fc\u30d1\u30fc\u30af\u30e9\u30b9\u304c\u3042\u308b\u305f\u3081\u3001\u30ea\u30bd\u30fc\u30b9\u304c\u30a4\u30f3\u30dd\u30fc\u30c8\u3055\u308c\u307e\u305b\u3093","Resource not imported due to multiple types":"\u8907\u6570\u306e\u30bf\u30a4\u30d7\u304c\u3042\u308b\u305f\u3081\u3001\u30ea\u30bd\u30fc\u30b9\u304c\u30a4\u30f3\u30dd\u30fc\u30c8\u3055\u308c\u307e\u305b\u3093","Resource saved":"\u30ea\u30bd\u30fc\u30b9\u306f\u4fdd\u5b58\u3055\u308c\u307e\u3057\u305f","Resource(s) successfully exported.":"\u30ea\u30bd\u30fc\u30b9\u304c\u6b63\u5e38\u306b\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3055\u308c\u307e\u3057\u305f","resources":"\u30ea\u30bd\u30fc\u30b9","Resources moved":"\u30ea\u30bd\u30fc\u30b9\u306e\u79fb\u52d5","Resources successfully indexed":"\u30ea\u30bd\u30fc\u30b9\u304c\u6b63\u5e38\u306b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u5316\u3055\u308c\u307e\u3057\u305f","Resources was not indexed":"\u30ea\u30bd\u30fc\u30b9\u306f\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u5316\u3055\u308c\u3066\u3044\u307e\u305b\u3093","Responsive mode":"\u30ec\u30b9\u30dd\u30f3\u30b7\u30d6\u30e2\u30fc\u30c9","Restore sound":"\u97f3\u58f0\u306e\u5fa9\u5143","Results":"\u7d50\u679c","Results library":"\u7d50\u679c\u30e9\u30a4\u30d6\u30e9\u30ea","Results Monitoring":"\u7d50\u679c\u30e2\u30cb\u30bf\u30ea\u30f3\u30b0","ResultTransmission event successfully registered":"ResultTransmission \u30a4\u30d9\u30f3\u30c8\u304c\u6b63\u5e38\u306b\u767b\u9332\u3055\u308c\u307e\u3057\u305f\u3002","Return to sign in page":"\u30ed\u30b0\u30a4\u30f3\u30da\u30fc\u30b8\u306b\u623b\u308b","Review":"\u30ec\u30d3\u30e5\u30fc","Review my Answers":"\u89e3\u7b54\u3092\u78ba\u8a8d\u3059\u308b","Rich Text Format file":"\u30ea\u30c3\u30c1\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb","Right parenthesis":"\u53f3\u62ec\u5f27","Role saved":"\u30ed\u30fc\u30eb\u306f\u4fdd\u5b58\u3055\u308c\u307e\u3057\u305f","Roles":"\u30ed\u30fc\u30eb","Roles library":"\u30ed\u30fc\u30eb\u30e9\u30a4\u30d6\u30e9\u30ea","round":"\u4e38\u3081","Round to closest whole number":"\u6700\u5c0f\u306e\u6574\u6570\u306b\u4e38\u3081\u308b","Round to lower whole number":"\u5c0f\u3055\u3044\u65b9\u306e\u6574\u6570\u306b\u4e38\u3081\u308b","Round to upper whole number":"\u5927\u304d\u3044\u65b9\u306e\u6574\u6570\u306b\u4e38\u3081\u308b","Row %s":"\u5217 %s","Rubric Block":"\u30eb\u30fc\u30d6\u30ea\u30c3\u30af\u30d6\u30ed\u30c3\u30af","Rubric Block Properties":"\u30eb\u30fc\u30d6\u30ea\u30c3\u30af\u30d6\u30ed\u30c3\u30af\u30d7\u30ed\u30d1\u30c6\u30a3","Rubric Blocks":"\u30eb\u30fc\u30d6\u30ea\u30c3\u30af\u30d6\u30ed\u30c3\u30af","Running task %s":"\u5b9f\u884c\u4e2d\u306e\u30bf\u30b9\u30af %s","Save":"\u4fdd\u5b58","Saved":"\u4fdd\u5b58\u6e08\u307f","Saved.":"\u4fdd\u5b58\u3057\u307e\u3057\u305f","Scientific Calculator":"\u95a2\u6570\u96fb\u5353","Scope":"\u7bc4\u56f2","Scorer":"\u63a1\u70b9\u8005","Scoring":"\u63a1\u70b9\u65b9\u6cd5","Scratch pad":"\u30b9\u30af\u30e9\u30c3\u30c1\u30d1\u30c3\u30c9","Scratch Pad":"\u30b9\u30af\u30e9\u30c3\u30c1\u30d1\u30c3\u30c9","Scratchpad":"\u30b9\u30af\u30e9\u30c3\u30c1\u30d1\u30c3\u30c9","Search":"\u691c\u7d22","Search %s":"%s\u3092\u691c\u7d22","Search by properties":"\u30d7\u30ed\u30d1\u30c6\u30a3\u3067\u691c\u7d22","Search sub-classes":"\u30b5\u30d6\u30af\u30e9\u30b9\u3092\u691c\u7d22","second":"\u79d2","seconds":"\u79d2","Section %d":"\u30bb\u30af\u30b7\u30e7\u30f3 %d","Section %d of %d":"\u30bb\u30af\u30b7\u30e7\u30f3\uff1a%d\uff0f%d","Section level category enables configuring the categories of its composing items all at once. A category in gray means that all items have that category. A category in white means that only a few items have that category.":"\u30bb\u30af\u30b7\u30e7\u30f3\u30ec\u30d9\u30eb\u3067\u306e\u30ab\u30c6\u30b4\u30ea\u8a2d\u5b9a\u3067\u306f\u3001\u69cb\u6210\u30a2\u30a4\u30c6\u30e0\u306e\u30ab\u30c6\u30b4\u30ea\u3092\u307e\u3068\u3081\u3066\u8a2d\u5b9a\u3067\u304d\u307e\u3059\u3002\u30b0\u30ec\u30a4\u306e\u30ab\u30c6\u30b4\u30ea\u306f\u3001\u3059\u3079\u3066\u306e\u30a2\u30a4\u30c6\u30e0\u304c\u305d\u306e\u30ab\u30c6\u30b4\u30ea\u306b\u5c5e\u3059\u308b\u3053\u3068\u3092\u610f\u5473\u3057\u307e\u3059\u3002\u3044\u304f\u3064\u304b\u306e\u30a2\u30a4\u30c6\u30e0\u306e\u307f\u304c\u5bfe\u8c61\u3068\u306a\u308b\u30ab\u30c6\u30b4\u30ea\u306f\u3001\u767d\u3067\u8868\u793a\u3055\u308c\u307e\u3059\u3002","Section Properties":"\u30bb\u30c3\u30b7\u30e7\u30f3\u30d7\u30ed\u30d1\u30c6\u30a3","Security":"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3","Security settings":"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u8a2d\u5b9a","Select":"\u9078\u629e\u6570","select":"\u9078\u629e","Select a blueprint":"\u30d6\u30eb\u30fc\u30d7\u30ea\u30f3\u30c8\u9078\u629e","Select a class":"\u30af\u30e9\u30b9\u3092\u9078\u629e","Select a destination":"\u30b3\u30d4\u30fc\u5148\u3092\u9078\u629e","Select a language":"\u8a00\u8a9e\u3092\u9078\u629e","Select Items":"\u30a2\u30a4\u30c6\u30e0\u9078\u629e","Select loaded %s":"\u30ed\u30fc\u30c9\u3055\u308c\u305f %s \u3092\u9078\u629e\u3057\u307e\u3059\u3002","Select the way the responses of your test should be processed":"\u30c6\u30b9\u30c8\u306e\u63a1\u70b9\u7d50\u679c\u306e\u51e6\u7406\u65b9\u6cd5\u3092\u9078\u629e\u3057\u307e\u3059","Select this file":"\u3053\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u9078\u629e","select...":"\u9078\u629e...","Selected":"\u9078\u629e\u6e08\u307f","Selected file:":"\u9078\u629e\u6e08\u307f\u30d5\u30a1\u30a4\u30eb:","Selection":"\u9078\u629e\u6570","Selection saved successfully":"\u9078\u629e\u306f\u4fdd\u5b58\u3055\u308c\u307e\u3057\u305f","self-locked":"\u30bb\u30eb\u30d5\u30ed\u30c3\u30af","Send":"\u9001\u4fe1","Set outcome identifier the feedback block is related to":"\u30d5\u30a3\u30fc\u30c9\u30d0\u30c3\u30af\u306e\u305f\u3081\u306e\u7d50\u679c\u8b58\u5225\u5b50\uff08outcome identifier\uff09\u3092\u8a2d\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044","Set the cut score (or pass score ratio) associated to the test. It must be a float between 0 and 1.":"\u30ab\u30c3\u30c8\u30b9\u30b3\u30a2\uff08\u5408\u683c\u5f97\u70b9\u7387\uff09\u3092\uff10\u301c\uff11\u306e\u9593\u3067\u8a2d\u5b9a\u3057\u307e\u3059\u3002","Set the rubric block as a feedback block":"\u30d5\u30a3\u30fc\u30c9\u30d0\u30c3\u30af\u30d6\u30ed\u30c3\u30af\u3068\u3057\u3066\u30eb\u30fc\u30d6\u30ea\u30c3\u30af\u30d6\u30ed\u30c3\u30af\u3092\u8a2d\u5b9a","Set the trigonometric function to work in degrees":"\u89d2\u5ea6\u3067\u6a5f\u80fd\u3059\u308b\u3088\u3046\u306b\u4e09\u89d2\u95a2\u6570\u3092\u8a2d\u5b9a\u3059\u308b","Set the trigonometric function to work in radians":"\u89d2\u5ea6\u3067\u6a5f\u80fd\u3059\u308b\u3088\u3046\u306b\u4e09\u89d2\u95a2\u6570\u3092\u8a2d\u5b9a\u3059\u308b","Set the value of the outcome that will activate the feedback block":"\u30d5\u30a3\u30fc\u30c9\u30d0\u30c3\u30af\u30d6\u30ed\u30c3\u30af\u3092\u6709\u52b9\u306b\u3059\u308b\u7d50\u679c\uff08outcome\uff09\u306e\u5024\u3092\u8a2d\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044","Set the weight identifier used to process the score":"\u91cd\u307f\u4ed8\u3051\u3092\u8a2d\u5b9a\u3059\u308b\u5834\u5408\uff0c\u3053\u306e\u30c6\u30b9\u30c8\u5168\u4f53\u306b\u9069\u7528\u3055\u308c\u308b\u300c\u91cd\u307f\u4ed8\u3051\uff08weight)\u306e\u8b58\u5225\u5b50\u300d\u3092\u8a2d\u5b9a\u3057\u307e\u3059","Set the XHTML-QTI class of the rubric block.":"\u30eb\u30fc\u30d6\u30ea\u30c3\u30af\u30d6\u30ed\u30c3\u30af\u306e XHTML-QTI \u30af\u30e9\u30b9\u3092\u8a2d\u5b9a","Set the XHTML-QTI identifier of the rubric block.":"\u30eb\u30fc\u30d6\u30ea\u30c3\u30af\u30d6\u30ed\u30c3\u30af\u306e XHTML-QTI \u8b58\u5225\u5b50\u3092\u8a2d\u5b9a","SetSynchronisationService successfully configured.":"SetSynchronisationService\u306e\u8a2d\u5b9a\u304c\u5b8c\u4e86\u3057\u307e\u3057\u305f","Settings":"\u8a2d\u5b9a","Settings updated":"\u8a2d\u5b9a\u3092\u66f4\u65b0","Show detailed report":"\u8a73\u7d30\u30ec\u30dd\u30fc\u30c8\u3092\u8868\u793a","Show Feedback":"\u30d5\u30a3\u30fc\u30c9\u30d0\u30c3\u30af\u8868\u793a","Show password":"\u30d1\u30b9\u30ef\u30fc\u30c9\u8868\u793a","Show Review":"\u554f\u984c\u4e00\u89a7","Show Solution":"\u7b54\u3048\u3092\u8868\u793a","Show test overview panel":"\u30c6\u30b9\u30c8\u4e00\u89a7\u8868\u793a","Show the review screen":"\u30ec\u30d3\u30e5\u30fc\u30b9\u30af\u30ea\u30fc\u30f3\u8868\u793a","Show the solution once the answer is submitted.":"\u89e3\u7b54\u3092\u9001\u4fe1\u3059\u308b\u3068\u7b54\u3048\u3092\u8868\u793a\u3057\u307e\u3059","Show timers":"\u30bf\u30a4\u30de\u30fc\u8868\u793a","Show\/Hide the review screen":"\u30ec\u30d3\u30e5\u30fc\u30b9\u30af\u30ea\u30fc\u30f3\u8868\u793a\uff0f\u975e\u8868\u793a","Shuffle":"\u30b7\u30e3\u30c3\u30d5\u30eb","Sibelius music notation":"Sibelius music notation","Sign change":"\u7b26\u53f7\u5165\u308c\u66ff\u3048","Simultaneous":"\u540c\u6642","sin":"sin","Sine":"sin","sinh":"sinh","Size":"\u30b5\u30a4\u30ba","Skip":"\u30b9\u30ad\u30c3\u30d7","Skip & End Test":"\u30b9\u30ad\u30c3\u30d7 & \u30c6\u30b9\u30c8\u7d42\u4e86","Skip and end test":"\u30b9\u30ad\u30c3\u30d7\u3057\u30c6\u30b9\u30c8\u7d42\u4e86","Skip and go to the end of the test":"\u30b9\u30ad\u30c3\u30d7\u3057\u3066\u30c6\u30b9\u30c8\u3092\u7d42\u4e86\u3057\u307e\u3059","Skip and go to the next item":"\u30b9\u30ad\u30c3\u30d7\u3057\u3066\u6b21\u3078\u9032\u307f\u307e\u3059","Skip to the end of the test":"\u30c6\u30b9\u30c8\u306e\u6700\u5f8c\u307e\u3067\u30b9\u30ad\u30c3\u30d7\u3057\u307e\u3059","Skip to the next item":"\u6b21\u306e\u554f\u984c\u306b\u30b9\u30ad\u30c3\u30d7\u3057\u307e\u3059","Skip to the next section":"\u6b21\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u306b\u30b9\u30ad\u30c3\u30d7\u3057\u307e\u3059","Some resources have not been moved: %s":"\u4e00\u90e8\u306e\u30ea\u30bd\u30fc\u30b9\u304c\u79fb\u52d5\u3055\u308c\u3066\u3044\u307e\u305b\u3093: %s","Some rubric blocks have been updated to reflect the changes in the list of outcomes.":"\u7d50\u679c\u30ea\u30b9\u30c8\u306e\u5909\u66f4\u306b\u4f34\u3044\u3001\u4e00\u90e8\u306e\u30eb\u30fc\u30d6\u30ea\u30c3\u30af\u30d6\u30ed\u30c3\u30af\u3092\u66f4\u65b0\u3057\u307e\u3057\u305f","Something unexpected happened.":"\u4e88\u60f3\u5916\u306e\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u305f\u3002","Something went wrong...":"\u4e0d\u5177\u5408\u304c\u767a\u751f\u3057\u307e\u3057\u305f","Sources that can embed this platform in an iFrame":"\u3053\u306e\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u3092iFrame\u306b\u57cb\u3081\u8fbc\u3080\u305f\u3081\u306e\u30bd\u30fc\u30b9","Speech speed":"\u8a71\u3059\u901f\u3055","Speed":"\u901f\u3055","Square root":"\u5e73\u65b9\u6839","Start":"\u958b\u59cb","Start of document reached. Continuing from the end.":"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u958b\u59cb\u70b9\u306b\u5230\u9054\u3057\u307e\u3057\u305f\u3002\u6700\u5f8c\u304b\u3089\u7d9a\u3051\u307e\u3059\u3002","Start Test-part":"\u30c6\u30b9\u30c8\u30d1\u30fc\u30c8\u958b\u59cb","Status":"\u30b9\u30c6\u30fc\u30bf\u30b9","Status of":"\u30b9\u30c6\u30fc\u30bf\u30b9\uff1a","Step 1: Download the file (see below when available).":"\u30b9\u30c6\u30c3\u30d71\uff1a\u30d5\u30a1\u30a4\u30eb\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3059\u308b\uff08\u5229\u7528\u53ef\u80fd\u306a\u5834\u5408\u306f\u4e0b\u8a18\u3092\u53c2\u7167\uff09\u3002","Step 2: When you are online again, please send the downloaded file to receptionbaseline@nfer.ac.uk together with the ":"Step 2: \u518d\u5ea6\u30aa\u30f3\u30e9\u30a4\u30f3\u306b\u306a\u3063\u305f\u3089\u3001\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u305f\u30d5\u30a1\u30a4\u30eb\u3092\u4e8b\u52d9\u5c40\u307e\u3067\u4e00\u7dd2\u306b\u9001\u3063\u3066\u304f\u3060\u3055\u3044\u3002","Step 3: Once you have downloaded the file you can close the browser window. Do not do anything further with the assessment whilst it shows as \u0022in progress\u0022; the status will be updated once the helpline has uploaded the file.":"\u30b9\u30c6\u30c3\u30d73: \u30d5\u30a1\u30a4\u30eb\u306e\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u304c\u5b8c\u4e86\u3057\u305f\u3089\u3001\u30d6\u30e9\u30a6\u30b6\u30a6\u30a3\u30f3\u30c9\u30a6\u3092\u9589\u3058\u307e\u3059\u3002\u30d8\u30eb\u30d7\u30e9\u30a4\u30f3\u304c\u30d5\u30a1\u30a4\u30eb\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3059\u308b\u3068\u3001\u30b9\u30c6\u30fc\u30bf\u30b9\u304c\u66f4\u65b0\u3055\u308c\u307e\u3059\u3002","Stop":"\u30b9\u30c8\u30c3\u30d7","Store":"\u683c\u7d0d","Store the value a variable":"\u5024\u3092\u5909\u6570\u306b\u683c\u7d0d\u3059\u308b","Storing digital video data on a computer game":"\u30d3\u30c7\u30aa\u30c7\u30fc\u30bf\u3092\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u30b2\u30fc\u30e0\u306b\u4fdd\u5b58\u3059\u308b","Submission":"\u9001\u4fe1\uff08\u63d0\u51fa\uff09","Submit":"\u9001\u4fe1","Submit and go to the end of the test":"\u30c6\u30b9\u30c8\u3092\u9001\u4fe1\u3057\u7d42\u4e86\u753b\u9762\u306b\u79fb\u52d5\u3057\u307e\u3059","Submit and go to the item %s":"\u9001\u4fe1\u5f8c\uff0c\u30a2\u30a4\u30c6\u30e0 %s \u307e\u3067\u9032\u3093\u3067\u304f\u3060\u3055\u3044","Submit and go to the next item":"\u9001\u4fe1\u3057\u3066\u6b21\u306e\u554f\u984c\u306b\u9032\u307f\u307e\u3059","Submit and go to the previous item":"\u9001\u4fe1\u3057\u3066\u524d\u306e\u554f\u984c\u306b\u623b\u308a\u307e\u3059","SUBMIT THE TEST":"\u30c6\u30b9\u30c8\u3092\u63d0\u51fa\u3059\u308b","SUBMIT THIS PART":"\u3053\u306e\u30d1\u30fc\u30c8\u3092\u63d0\u51fa\u3059\u308b","Success":"\u5b8c\u4e86\u3057\u307e\u3057\u305f","Successfully cloned instance as %s":"\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u304c %s \u3068\u3057\u3066\u6b63\u5e38\u306b\u30af\u30ed\u30fc\u30f3\u5316\u3055\u308c\u307e\u3057\u305f","Successfully deleted %s":"%s \u304c\u6b63\u5e38\u306b\u524a\u9664\u3055\u308c\u307e\u3057\u305f","Successfully imported \u0022%s":"\u0022%s \u306e\u30a4\u30f3\u30dd\u30fc\u30c8\u304c\u5b8c\u4e86\u3057\u307e\u3057\u305f","Successfully imported %s tripples":"%s \u30c8\u30ea\u30d7\u30eb\u306e\u30a4\u30f3\u30dd\u30fc\u30c8\u304c\u5b8c\u4e86\u3057\u307e\u3057\u305f","Successfully imported class \u0022%s":"\u0022%s\u30af\u30e9\u30b9\u306e\u30a4\u30f3\u30dd\u30fc\u30c8\u304c\u5b8c\u4e86\u3057\u307e\u3057\u305f","Successfully updated %s client translation bundles":"%s \u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u7ffb\u8a33\u30d0\u30f3\u30c9\u30eb\u304c\u6b63\u5e38\u306b\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f","Supported export formats":"\u5bfe\u5fdc\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u5f62\u5f0f","SVG image":"SVG\u753b\u50cf","Syntax error":"\u69cb\u6587\u30a8\u30e9\u30fc","Tagged image file":"\u30bf\u30b0\u4ed8\u304d\u753b\u50cf","tan":"tan","Tangent":"tan","tanh":"tanh","Tao Default Theme":"TAO\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u30c6\u30fc\u30de","TAO Home":"TAO\u30db\u30fc\u30e0","TAO Login":"TAO\u30ed\u30b0\u30a4\u30f3","TAO platform is already on live mode since %s":"TAO\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u306f %s \u4ee5\u964d\u3001\u3059\u3067\u306b\u516c\u958b\u30e2\u30fc\u30c9\u306b\u306a\u3063\u3066\u3044\u307e\u3059\u3002","TAO platform is already on maintenance mode since %s":"TAO\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u306f %s \u4ee5\u964d\u3001\u3059\u3067\u306b\u30e1\u30f3\u30c6\u30ca\u30f3\u30b9\u30e2\u30fc\u30c9\u306b\u306a\u3063\u3066\u3044\u307e\u3059\u3002","TAO platform is live since %s.":"TAO\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u306f %s \u304b\u3089\u7a3c\u50cd\u3057\u3066\u3044\u307e\u3059\u3002","TAO platform is now live. It was in maintenance since %s":"TAO\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u306f\uff0c%s\u4ee5\u6765\u30e1\u30f3\u30c6\u30ca\u30f3\u30b9\u4e2d\u3068\u306a\u3063\u3066\u3044\u307e\u3057\u305f\u304c\uff0c\u73fe\u5728\u7a3c\u50cd\u4e2d\u3067\u3059\u3002","TAO platform is now under maintenance. It was in maintenance since %s":"TAO\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u306f\uff0c%s\u4ee5\u6765\uff0c\u73fe\u5728\u3082\u30e1\u30f3\u30c6\u30ca\u30f3\u30b9\u4e2d\u3067\u3059\u3002","TAO platform is under maintenance since %s":"TAO\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u306f\u3001%s\u4ee5\u964d\u30e1\u30f3\u30c6\u30ca\u30f3\u30b9\u4e2d\u3068\u306a\u3063\u3066\u3044\u307e\u3059\u3002","Task %s has been cancelled, message was not processed.":"\u30bf\u30b9\u30af %s \u306f\u30ad\u30e3\u30f3\u30bb\u30eb\u3055\u308c\u307e\u3057\u305f\u3002","task created":"\u30bf\u30b9\u30af\u304c\u4f5c\u6210\u3055\u308c\u307e\u3057\u305f","Task Listing":"\u30bf\u30b9\u30af\u4e00\u89a7","Task Name":"\u30bf\u30b9\u30af\u540d","Task not found":"\u30bf\u30b9\u30af\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093","Task not returned any report.":"\u30bf\u30b9\u30af\u306f\u30ec\u30dd\u30fc\u30c8\u3092\u8fd4\u3057\u307e\u305b\u3093\u3067\u3057\u305f","Task Queue":"\u30bf\u30b9\u30af\u5f85\u6a5f\u4e2d","taskqueue":"\u30bf\u30b9\u30af\u5f85\u6a5f\u4e2d","technical":"\u30c6\u30af\u30cb\u30ab\u30eb","Term":"\u671f\u9593","Test":"\u30c6\u30b9\u30c8","Test center contains test taker and groups and are administer by a proctor":"\u30c6\u30b9\u30c8\u30bb\u30f3\u30bf\u30fc\u306b\u306f\u53d7\u9a13\u8005\u3068\u30b0\u30eb\u30fc\u30d7\u304c\u542b\u307e\u308c\u3001\u8a66\u691c\u76e3\u7763\u8005\u304c\u7ba1\u7406\u3057\u3066\u3044\u307e\u3059\u3002","Test Center List":"\u30c6\u30b9\u30c8\u30bb\u30f3\u30bf\u30fc\u4e00\u89a7","Test Centers":"\u30c6\u30b9\u30c8\u30bb\u30f3\u30bf\u30fc","Test constructor":"\u30c6\u30b9\u30c8\u4f5c\u6210","Test metadata successfully exported.":"\u30c6\u30b9\u30c8\u30e1\u30bf\u30c7\u30fc\u30bf\u306e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u304c\u5b8c\u4e86\u3057\u307e\u3057\u305f\u3002","Test Navigation":"\u30c6\u30b9\u30c8\u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3","Test overview":"\u30c6\u30b9\u30c8\u4e00\u89a7","Test part level category enables configuring the categories of its composing items all at once. A category in gray means that all items have that category. A category in white means that only a few items have that category.":"\u30c6\u30b9\u30c8\u30d1\u30fc\u30c8\u30ec\u30d9\u30eb\u306e\u30ab\u30c6\u30b4\u30ea\u306f\u3001\u305d\u306e\u69cb\u6210\u30a2\u30a4\u30c6\u30e0\u306e\u30ab\u30c6\u30b4\u30ea\u3092\u4e00\u5ea6\u306b\u8a2d\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002\u30b0\u30ec\u30fc\u3067\u8868\u793a\u3055\u308c\u3066\u3044\u308b\u30ab\u30c6\u30b4\u30ea\u306f\u3001\u3059\u3079\u3066\u306e\u9805\u76ee\u304c\u305d\u306e\u30ab\u30c6\u30b4\u30ea\u3092\u6301\u3064\u3053\u3068\u3092\u610f\u5473\u3057\u307e\u3059\u3002\u767d\u8272\u306e\u30ab\u30c6\u30b4\u30ea\u306f\u3001\u305d\u306e\u30ab\u30c6\u30b4\u30ea\u3092\u6301\u3064\u30a2\u30a4\u30c6\u30e0\u304c\u5c11\u6570\u3067\u3042\u308b\u3053\u3068\u3092\u610f\u5473\u3057\u307e\u3059\u3002","Test Part Properties":"\u30c6\u30b9\u30c8\u30d1\u30fc\u30c8\u30d7\u30ed\u30d1\u30c6\u30a3","Test Preview is not installed, please contact to your administrator.":"\u30c6\u30b9\u30c8\u30d7\u30ec\u30d3\u30e5\u30fc\u304c\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u3066\u3044\u306a\u3044\u5834\u5408\u306f\u3001\u7ba1\u7406\u8005\u306b\u304a\u554f\u3044\u5408\u308f\u305b\u304f\u3060\u3055\u3044\u3002","Test Saved":"\u30c6\u30b9\u30c8\u3092\u4fdd\u5b58\u3057\u307e\u3057\u305f","Test status":"\u89e3\u7b54\u72b6\u6cc1","Test status and review structure":"\u30c6\u30b9\u30c8\u72b6\u6cc1\u3068\u30ec\u30d3\u30e5\u30fc\u306e\u4ed5\u7d44\u307f","Test Status and Structure":"\u30c6\u30b9\u30c8\u72b6\u6cc1\u3068\u69cb\u6210","Test takers library":"\u53d7\u9a13\u8005\u30e9\u30a4\u30d6\u30e9\u30ea","Test-Taker Tools":"\u30b5\u30dd\u30fc\u30c8\u30c4\u30fc\u30eb","Test-takers":"\u53d7\u9a13\u8005\u305f\u3061","Tests":"\u30c6\u30b9\u30c8","Tests library":"\u30c6\u30b9\u30c8\u30e9\u30a4\u30d6\u30e9\u30ea","TeX file":"TeX\u30d5\u30a1\u30a4\u30eb","Text - Long - Box":"\u30c6\u30ad\u30b9\u30c8-\u30ed\u30f3\u30b0-\u30dc\u30c3\u30af\u30b9","Text - Long - HTML editor":"\u30c6\u30ad\u30b9\u30c8-\u30ed\u30f3\u30b0-HTML\u30a8\u30c7\u30a3\u30bf","Text - Short - Field":"\u30c6\u30ad\u30b9\u30c8-\u30b7\u30e7\u30fc\u30c8-\u30d5\u30a3\u30fc\u30eb\u30c9","Text content":"\u30c6\u30ad\u30b9\u30c8\u30b3\u30f3\u30c6\u30f3\u30c4","Text document file format (Staroffice)":"\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb (Staroffice)","Text to Speech":"\u30c6\u30ad\u30b9\u30c8\u8aad\u307f\u4e0a\u3052","Text To Speech":"\u30c6\u30ad\u30b9\u30c8\u8aad\u307f\u4e0a\u3052","that was being taken.":"\u53d6\u5f97\u3055\u308c\u3066\u3044\u307e\u3057\u305f","The \u0027imsmanifest.xml\u0027 file found in the archive is not valid.":"\u30a2\u30fc\u30ab\u30a4\u30d6\u3067\u898b\u3064\u304b\u3063\u305f \u0027imsmanifest.xml\u0027\u30d5\u30a1\u30a4\u30eb\u306f\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093","The action will be applied to":"\u64cd\u4f5c\u304c\u9069\u7528\u3055\u308c\u307e\u3059\uff1a","The action will be applied to the following":"\u4ee5\u4e0b\u306b\u64cd\u4f5c\u304c\u9069\u7528\u3055\u308c\u307e\u3059","The action will not be applied to ":"\u64cd\u4f5c\u306f\u9069\u7528\u3055\u308c\u307e\u305b\u3093\uff1a","The action will not be applied to the following":"\u64cd\u4f5c\u306f\u9069\u7528\u3055\u308c\u307e\u305b\u3093\uff1a","the assessment (LCL or Mathematics)":"\u8a55\u4fa1\uff08LCL\u307e\u305f\u306f\u6570\u5b66\uff09","The assessment has been created but is not already running.":"\u30c6\u30b9\u30c8\u306f\u4f5c\u6210\u3055\u308c\u307e\u3057\u305f\u304c\u3001\u307e\u3060\u5b9f\u65bd\u3055\u308c\u3066\u3044\u307e\u305b\u3093","The assessment has been suspended by an authorized proctor. If you wish to resume your assessment, please relaunch it and contact your proctor if required.":"\u30c6\u30b9\u30c8\u306f\u62c5\u5f53\u306e\u8a66\u9a13\u76e3\u7763\u8005\u306b\u3088\u3063\u3066\u4e2d\u65ad\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u518d\u958b\u3059\u308b\u5834\u5408\u306f\u3001\u518d\u5ea6\u5b9f\u65bd\u3057\u3066\u5fc5\u8981\u306b\u5fdc\u3058\u3066\u8a66\u9a13\u76e3\u7763\u8005\u306b\u9023\u7d61\u3057\u3066\u304f\u3060\u3055\u3044\u3002","The assessment has been suspended. To resume your assessment, please relaunch it and contact your proctor if required.":"\u30c6\u30b9\u30c8\u306f\u4e00\u6642\u505c\u6b62\u3055\u308c\u307e\u3057\u305f\u3002\u518d\u958b\u3059\u308b\u5834\u5408\u306f\u3001\u518d\u5ea6\u5b9f\u65bd\u884c\u3057\u3066\u5fc5\u8981\u306b\u5fdc\u3058\u3066\u8a66\u9a13\u76e3\u7763\u8005\u306b\u9023\u7d61\u3057\u3066\u304f\u3060\u3055\u3044\u3002","The assessment has been suspended. To resume your assessment, please relaunch it.":"\u30c6\u30b9\u30c8\u306f\u4e2d\u65ad\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u518d\u958b\u3059\u308b\u5834\u5408\u306f\u518d\u5ea6\u5b9f\u65bd\u3057\u3066\u304f\u3060\u3055\u3044\u3002","The assessment has been terminated.":"\u30c6\u30b9\u30c8\u306f\u7d42\u4e86\u3055\u308c\u307e\u3057\u305f","The assessment has been terminated. You cannot interact with it anymore.":"\u30c6\u30b9\u30c8\u306f\u7d42\u4e86\u3055\u308c\u307e\u3057\u305f\u306e\u3067\u3001\u3053\u308c\u4ee5\u4e0a\u64cd\u4f5c\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093","The assessment is still running.":"\u30c6\u30b9\u30c8\u306f\u5b9f\u65bd\u4e2d\u3067\u3059","The candidate is not allowed to submit invalid responses.":"\u7121\u52b9\u306a\u89e3\u7b54\uff08\u672a\u89e3\u7b54\u304c\u306a\u3044\u304b\uff09\u3092\u78ba\u8a8d\u3057\u30a2\u30e9\u30fc\u30c8\u3092\u51fa\u3057\u307e\u3059\u3002","The class has been copied.":"\u30af\u30e9\u30b9\u304c\u30b3\u30d4\u30fc\u3055\u308c\u307e\u3057\u305f","The column ":"\u884c","The connection seems to be back, please proceed":"\u63a5\u7d9a\u304c\u56de\u5fa9\u3057\u305f\u3088\u3046\u3067\u3059\u3002\u7d9a\u3051\u3066\u304f\u3060\u3055\u3044\u3002","the current question":"\u4eca\u554f\u984c\u306b\u306a\u3063\u3066\u3044\u308b\u3082\u306e","The dependency to the IMS QTI AssessmentItemRef \u0022%s\u0022 in the IMS Manifest file could not be resolved.":"IMS\u30de\u30cb\u30d5\u30a7\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u5185\u306e IMS QTI AssessmentItemRef\u0022%s\u0022\u3078\u306e\u4f9d\u5b58\u95a2\u4fc2\u306f\u89e3\u6c7a\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002","The download will be available in %d<\/strong> seconds":"\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u306f%d<\/strong>\u79d2\u3067\u5229\u7528\u53ef\u80fd\u306b\u306a\u308a\u307e\u3059\u3002","The field \u0022List\u0022 is disabled because the property is part of a dependency":"\u30d7\u30ed\u30d1\u30c6\u30a3\u304c\u4f9d\u5b58\u95a2\u4fc2\u306e\u4e00\u90e8\u3067\u3042\u308b\u305f\u3081\u3001\u30d5\u30a3\u30fc\u30eb\u30c9\u300cList\u300d\u304c\u7121\u52b9\u306b\u306a\u3063\u3066\u3044\u307e\u3059","The following criteria are not applicable to the selected class and have been removed from the search":"\u4ee5\u4e0b\u306e\u6761\u4ef6\u306f\u3001\u9078\u629e\u3055\u308c\u305f\u30af\u30e9\u30b9\u306b\u9069\u7528\u3055\u308c\u306a\u3044\u305f\u3081\u3001\u691c\u7d22\u5bfe\u8c61\u304b\u3089\u9664\u5916\u3055\u308c\u3066\u3044\u307e\u3059\u3002","The following identifiers are not unique accross the test : %s":"\u3053\u306e\u8b58\u5225\u5b50\u306f\u30c6\u30b9\u30c8\u5168\u4f53\u3067\u30e6\u30cb\u30fc\u30af\u3067\u306f\u3042\u308a\u307e\u305b\u3093 : %s","The format of this field is not valid.":"\u3053\u306e\u30d5\u30a3\u30fc\u30eb\u30c9\u306e\u5f62\u5f0f\u306f\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093","The identifier of the item reference.":"\u30a2\u30a4\u30c6\u30e0\u53c2\u7167\u7528\u8b58\u5225\u5b50","The identifier of the section.":"\u30bb\u30af\u30b7\u30e7\u30f3\u8b58\u5225\u5b50","The imported file is not properly UTF-8 encoded.":"\u30a4\u30f3\u30dd\u30fc\u30c8\u3055\u308c\u305f\u30d5\u30a1\u30a4\u30eb\u304c\u6b63\u3057\u304fUTF-8\u3067\u30a8\u30f3\u30b3\u30fc\u30c9\u3055\u308c\u3066\u3044\u307e\u305b\u3093","The IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file was already stored in the Item Bank.":"IMS\u30de\u30cb\u30d5\u30a7\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u3067\u3001\u0022%s\u0022 \u3068\u3057\u3066\u53c2\u7167\u3055\u308c\u305fIMS QTI\u30a2\u30a4\u30c6\u30e0\u306f\u65e2\u306b\u30a2\u30a4\u30c6\u30e0\u30d0\u30f3\u30af\u306b\u683c\u7d0d\u3055\u308c\u3066\u3044\u307e\u3059\u3002","The IMS QTI Test Package could not be imported.":"IMS QTI\u306e\u30c6\u30b9\u30c8\u30d1\u30c3\u30b1\u30fc\u30b8\u306f\u30a4\u30f3\u30dd\u30fc\u30c8\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002","The IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file could not be imported.":"IMS\u30de\u30cb\u30d5\u30a7\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u3067\u3001\u0022%s\u0022 \u3068\u3057\u3066\u53c2\u7167\u3055\u308c\u305fIMS QTI\u30a2\u30a4\u30c6\u30e0\u306f\u30a4\u30f3\u30dd\u30fc\u30c8\u3055\u308c\u307e\u305b\u3093\u3067\u3057\u305f\u3002","The index identifier should not be empty":"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u8b58\u5225\u5b50\u306f\uff0c\u7a7a\u3067\u3042\u3063\u3066\u306f\u306a\u308a\u307e\u305b\u3093","The lock has been released":"\u30ed\u30c3\u30af\u304c\u89e3\u9664\u3055\u308c\u307e\u3057\u305f","The navigation mode determines the general paths that the candidate may take. A linear mode restricts the candidate to attempt each item in turn. Non Linear removes this restriction.":"\u53d7\u9a13\u8005\u304c\u89e3\u7b54\u3059\u308b\u9806\u5e8f\u3092\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u3057\u307e\u3059\u3002\u300c\u9806\u6b21\u5f0f\u300d\u306e\u5834\u5408\u3001\u53d7\u9a13\u8005\u306f\u63d0\u793a\u3055\u308c\u305f\u9806\u5e8f\u3067\u89e3\u7b54\u3057\u3066\u3086\u304d\u307e\u3059\u3002\u300c\u975e\u9806\u6b21\u5f0f\u300d\u306e\u5834\u5408\u306f\u3001\u53d7\u9a13\u8005\u306f\u554f\u984c\u3092\u4efb\u610f\u306e\u9806\u5e8f\u3067\u81ea\u7531\u306b\u89e3\u7b54\u3067\u304d\u307e\u3059\u3002","The number of child elements to be selected.":"\u9078\u629e\u51fa\u984c\u3055\u308c\u308b\u6570","The outcome \u0022%s\u0022 does not exist, but it is referenced by a feedback block!":"\u7d50\u679c \u0022%s\u0022 \u306f\u5b58\u5728\u3057\u307e\u305b\u3093\u304c\u3001\u30d5\u30a3\u30fc\u30c9\u30d0\u30c3\u30af\u30d6\u30ed\u30c3\u30af\u306b\u3088\u3063\u3066\u53c2\u7167\u3055\u308c\u307e\u3059\u3002","The outcomes have been regenerated!":"\u7d50\u679c\u304c\u518d\u751f\u6210\u3055\u308c\u307e\u3057\u305f!","The principle identifier of the test.":"\u30c6\u30b9\u30c8\u306e\u4e3b\u8981\u8b58\u5225\u5b50","The properties of the source class will be replaced by those of the destination class. This might result in a loss of metadata. Continue anyway?":"\u5143\u306e\u30af\u30e9\u30b9\u30d7\u30ed\u30d1\u30c6\u30a3\u306f\uff0c\u79fb\u52d5\u5148\u306e\u30af\u30e9\u30b9\u30d7\u30ed\u30d1\u30c6\u30a3\u306b\u7f6e\u304d\u63db\u3048\u3089\u308c\u307e\u3059\u3002\u3053\u308c\u306b\u3088\u308a\u3001\u30e1\u30bf\u30c7\u30fc\u30bf\u304c\u5931\u308f\u308c\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002\u7d9a\u3051\u307e\u3059\u304b\uff1f","The provided archive is invalid. Make sure it is not corrupted and that it contains an \u0027imsmanifest.xml\u0027 file.":"\u9069\u5fdc\u3055\u308c\u305f\u30a2\u30fc\u30ab\u30a4\u30d6\u306f\u7121\u52b9\u3067\u3059\u3002\u7834\u640d\u3057\u3066\u3044\u306a\u3044\u304b\u3001\u0027imsmanifest.xml\u0027\u30d5\u30a1\u30a4\u30eb\u3092\u542b\u3093\u3067\u3044\u308b\u304b\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002","The QTI Item with URI \u0027%s\u0027 cannot be found.":"QTI\u30a2\u30a4\u30c6\u30e0\uff08 URI \u0027%s\u0027\uff09\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3002","The QTI Test \u0027%s\u0027 to be compiled must contain at least 1 QTI Item. None found.":"\u30b3\u30f3\u30d1\u30a4\u30eb\u3059\u308bQTI\u30c6\u30b9\u30c8\u0027%s\u0027\u306f\u5c11\u306a\u304f\u3068\u3082\uff11\u3064\u306eQTI\u30a2\u30a4\u30c6\u30e0\u304c\u5fc5\u8981\u3067\u3059\u304c\uff0c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3002","The QTI test could not be retrieved correctly.":"QTI\u30c6\u30b9\u30c8\u306f\u6b63\u3057\u304f\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f","The QTI Test XML or one of its dependencies is malformed or empty.":"QTI\u30c6\u30b9\u30c8XML\u307e\u305f\u306f\u305d\u306e\u4f9d\u5b58\u95a2\u4fc2\u306e1\u3064\u306f\u3001\u4e0d\u6b63\u307e\u305f\u306f\u7a7a\u3067\u3059","The QTI-XML test could not be written correctly.":"QTI-XML\u30c6\u30b9\u30c8\u306f\u6b63\u5e38\u306b\u66f8\u304d\u8fbc\u3080\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f","The reference.":"\u53c2\u7167","The resources related to the IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file were rolled back.":"IMS Manifest\u30d5\u30a1\u30a4\u30eb\u306e\u300c%s\u300d\u3068\u3057\u3066\u53c2\u7167\u3055\u308c\u308bIMS QTI Test\u306b\u95a2\u9023\u3059\u308b\u30ea\u30bd\u30fc\u30b9\u304c\u30ed\u30fc\u30eb\u30d0\u30c3\u30af\u3055\u308c\u307e\u3057\u305f\u3002","The score will be processed for the entire test. A sum of all SCORE outcomes will be computed and divided by the sum of MAX SCORE, the result will be compared to the cut score (or pass ratio), then the PASS_TOTAL outcome will be set accordingly.":"\u30c6\u30b9\u30c8\u5168\u4f53\u3067\u306e\u63a1\u70b9\u304c\u884c\u308f\u308c\u307e\u3059\u3002\u30b9\u30b3\u30a2\uff08\u5f97\u70b9\uff09\u306e\u5408\u8a08\u3092MAX SCORE\uff08\u6700\u5927\u5f97\u70b9\uff09\u3067\u5272\u3063\u305f\u5024\u304c\u30ab\u30c3\u30c8\u30b9\u30b3\u30a2\uff08\u5408\u683c\u5f97\u70b9\u7387\uff09\u3068\u6bd4\u8f03\u3055\u308c\u3001PASS_TOTAL \u3067\u5408\u5426\u5224\u5b9a\u304c\u63d0\u793a\u3055\u308c\u307e\u3059\u3002","The score will be processed for the entire test. A sum of all SCORE outcomes will be computed, the result will take place in the SCORE_TOTAL outcome.":"\u30c6\u30b9\u30c8\u5168\u4f53\u3067\u306e\u63a1\u70b9\u7d50\u679c\u51e6\u7406\u304c\u884c\u308f\u308c\u307e\u3059\u3002\u3059\u3079\u3066\u306e\u30b9\u30b3\u30a2\uff08\u5f97\u70b9\uff09\u304c\u5408\u8a08\u3055\u308c\u3001\u7d50\u679c\u306fSCORE_TOTAL\u3067\u63d0\u793a\u3055\u308c\u307e\u3059\u3002","The section title.":"\u30bb\u30af\u30b7\u30e7\u30f3\u540d","The selected value(s) must be compatible with the primary property.":"\u9078\u629e\u3055\u308c\u305f\u5024\u306f\u3001\u4e3b\u30d7\u30ed\u30d1\u30c6\u30a3\u3068\u4e92\u63db\u6027\u304c\u306a\u3051\u308c\u3070\u306a\u3089\u306a\u3044\u3002","The server has sent an empty response":"\u30b5\u30fc\u30d0\u306f\u7a7a\u306e\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9001\u4fe1\u3057\u307e\u3057\u305f\u3002","The submission mode determines when the candidate\u0027s responses are submitted for response processing. A testPart in individual mode requires the candidate to submit their responses on an item-by-item basis. In simultaneous mode the candidate\u0027s responses are all submitted together at the end of the testPart.":"\u53d7\u9a13\u8005\u306e\u89e3\u7b54\u304c\u3069\u306e\u3088\u3046\u306a\u30bf\u30a4\u30df\u30f3\u30b0\u3067\u9001\u4fe1\u3055\u308c\u308b\u304b\u3092\u8a2d\u5b9a\u3057\u307e\u3059\u3002\u300c\u500b\u5225\u300d\u9001\u4fe1\u30e2\u30fc\u30c9\u306e\u30c6\u30b9\u30c8\u30d1\u30fc\u30c8\u3067\u306f\u3001\u53d7\u9a13\u8005\u306f\u30a2\u30a4\u30c6\u30e0\u3054\u3068\u306b\u89e3\u7b54\u3092\u63d0\u51fa\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u300c\u540c\u6642\u300d\u9001\u4fe1\u30e2\u30fc\u30c9\u3067\u306f\u3001\u53d7\u9a13\u8005\u306e\u89e3\u7b54\u306f\u30c6\u30b9\u30c8\u30d1\u30fc\u30c8\u306e\u6700\u5f8c\u306b\u307e\u3068\u3081\u3066\u9001\u4fe1\u3055\u308c\u307e\u3059\u3002","The test cannot be saved because it currently contains invalid settings.\nPlease fix the invalid settings and try again.":"\u73fe\u5728\u3001\u30c6\u30b9\u30c8\u306b\u7121\u52b9\u306a\u8a2d\u5b9a\u304c\u542b\u307e\u308c\u3066\u3044\u308b\u305f\u3081\u3001\u30c6\u30b9\u30c8\u3092\u4fdd\u5b58\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3002\u7121\u52b9\u306a\u8a2d\u5b9a\u3092\u4fee\u6b63\u3057\u3001\u518d\u5ea6\u304a\u8a66\u3057\u304f\u3060\u3055\u3044\u3002","The test has been closed\/suspended!":"\u30c6\u30b9\u30c8\u306f\u7d42\u4e86\/\u505c\u6b62\u3057\u3066\u3044\u307e\u3059\u3002","The test has been paused, we are unable to connect to the server.":"\u30b5\u30fc\u30d0\u306b\u63a5\u7d9a\u3067\u304d\u306a\u3044\u305f\u3081\u3001\u30c6\u30b9\u30c8\u3092\u4e00\u6642\u505c\u6b62\u3057\u307e\u3057\u305f\u3002","The test has not been saved.":"\u30c6\u30b9\u30c8\u306f\u4fdd\u5b58\u3055\u308c\u307e\u305b\u3093\u3067\u3057\u305f\u3002","The test has unsaved changes, are you sure you want to leave?":"\u30a2\u30a4\u30c6\u30e0\u306e\u5909\u66f4\u304c\u4fdd\u5b58\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u7d42\u4e86\u3057\u3066\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f","The test has unsaved changes, would you like to save it?":"\u30c6\u30b9\u30c8\u306b\u672a\u4fdd\u5b58\u306e\u5909\u66f4\u304c\u3042\u308a\u307e\u3059\u304c\u3001\u4fdd\u5b58\u3057\u307e\u3059\u304b\uff1f","The test needs to be saved before it can be previewed.":"\u30d7\u30ec\u30d3\u30e5\u30fc\u3059\u308b\u524d\u306b\u3001\u30c6\u30b9\u30c8\u3092\u4fdd\u5b58\u3057\u3066\u304f\u3060\u3055\u3044\u3002","The test part identifier.":"\u30c6\u30b9\u30c8\u30d1\u30fc\u30c8\u8b58\u5225\u5b50","The test title.":"\u30c6\u30b9\u30c8\u30bf\u30a4\u30c8\u30eb","The time limit has been reached for this part of the test.":"\u30c6\u30b9\u30c8\u30d1\u30fc\u30c8\u306f\u5236\u9650\u6642\u9593\u306b\u9054\u3057\u307e\u3057\u305f\u3002","The uploaded file is too large (maximum %s bytes)":"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3055\u308c\u305f\u30d5\u30a1\u30a4\u30eb\u306f\u5927\u304d\u3059\u304e\u307e\u3059\uff08\u6700\u5927%s\u30d0\u30a4\u30c8\uff09","The value for the property \u0022%s\u0022 must be unique.":"\u30d7\u30ed\u30d1\u30c6\u30a3\u0022%s\u0022\u306f\u4e00\u610f\u3067\u3042\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059","The value of this field must be a valid date format, e.g. YYYY-MM-DD":"\u3053\u306e\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u6b21\u306e\u5f62\u5f0f\u306b\u3057\u3066\u304f\u3060\u3055\u3044\uff1aYYYY-MM-DD","The value of this field must be an integer":"\u3053\u306e\u30d5\u30a3\u30fc\u30eb\u30c9\u306e\u5024\u306f\u6574\u6570\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093","The value of this field must be numeric":"\u3053\u306e\u30d5\u30a3\u30fc\u30eb\u30c9\u306e\u5024\u306f\u6570\u5024\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093","There are %s unanswered questions":"\u672a\u56de\u7b54\u306e\u3082\u306e\u304c%s\u554f\u3042\u308a\u307e\u3059\u3002","There are %s unanswered questions in this part of the test":"\u30c6\u30b9\u30c8\u306e\u3053\u306e\u90e8\u5206\u306b\u306f\u3001%s\u3064\u306e\u672a\u56de\u7b54\u306e\u8cea\u554f\u304c\u3042\u308a\u307e\u3059\u3002","There is %s unanswered question":"\u672a\u56de\u7b54\u306e\u3082\u306e\u304c%s\u554f\u3042\u308a\u307e\u3059\u3002","There is %s unanswered question in this part of the test":"\u30c6\u30b9\u30c8\u306e\u3053\u306e\u90e8\u5206\u306b\u306f\u672a\u56de\u7b54\u306e\u8cea\u554f\u304c%s\u3064\u3042\u308a\u307e\u3059\u3002","There is not outcomes!":"\u7d50\u679c\u304c\u3042\u308a\u307e\u305b\u3093!","There is nothing to list!":"\u30ea\u30b9\u30c8\u304c\u3042\u308a\u307e\u305b\u3093\uff01","This %s is currently checked out":"\u3053\u306e%s\u306f\u30c1\u30a7\u30c3\u30af\u30a2\u30a6\u30c8\u3055\u308c\u3066\u3044\u307e\u3059","This constraint affects the visibility of feedback after the end of the last attempt.":"\u3053\u306e\u5236\u7d04\u306f\u3001\u6700\u5f8c\u306e\u5b9f\u65bd\u7d42\u4e86\u5f8c\u306e\u30d5\u30a3\u30fc\u30c9\u30d0\u30c3\u30af\u306e\u898b\u3048\u65b9\u306b\u5f71\u97ff\u3057\u307e\u3059","This constraint controls whether or not the candidate is allowed to provide a comment on the item during the session. Comments are not part of the assessed responses.":"\u53d7\u9a13\u4e2d\u306b\uff0c\u554f\u984c\u306b\u5bfe\u3059\u308b\u30b3\u30e1\u30f3\u30c8\u3092\u53d7\u9a13\u8005\u306b\u8a31\u53ef\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u8a2d\u5b9a\u3057\u307e\u3059\u3002\u306a\u304a\u3001\u30b3\u30e1\u30f3\u30c8\u306f\u63a1\u70b9\u5bfe\u8c61\u306b\u306f\u306a\u308a\u307e\u305b\u3093\u3002","This field is required":"\u3053\u306e\u9805\u76ee\u306f\u5fc5\u9808\u3067\u3059","This field is too long":"\u3053\u306e\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u9577\u3059\u304e\u307e\u3059","This field is too short":"\u3053\u306e\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u77ed\u3059\u304e\u307e\u3059","This functionality is blocked. Please contact with your administrator for more details.":"\u3053\u306e\u6a5f\u80fd\u306f\u30d6\u30ed\u30c3\u30af\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u8a73\u7d30\u306b\u3064\u3044\u3066\u306f\u3001\u7ba1\u7406\u8005\u306b\u304a\u554f\u3044\u5408\u308f\u305b\u304f\u3060\u3055\u3044\u3002","This is not a valid email address.":"\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u304c\u6b63\u3057\u304f\u3042\u308a\u307e\u305b\u3093","this is required":"\u3053\u308c\u306f\u5fc5\u9808\u9805\u76ee\u3067\u3059","This Login is already in use":"\u3053\u306e\u30ed\u30b0\u30a4\u30f3ID\u306f\uff0c\u65e2\u306b\u4f7f\u7528\u3055\u308c\u3066\u3044\u307e\u3059","This media cannot be played!":"\u30e1\u30c7\u30a3\u30a2\u304c\u518d\u751f\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\uff01","This or one of %s must have a value":"\u3053\u308c\u81ea\u8eab\u307e\u305f\u306f%s\u306e\u3044\u305a\u308c\u304b\u304c\u5024\u3092\u6301\u3064\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002","This password reset link is no longer valid. It may have already been used. If you still wish to reset your password please request a new link":"\u3053\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u30ea\u30bb\u30c3\u30c8\u30ea\u30f3\u30af\u306f\u3001\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u3053\u308c\u306f\u3001\u3059\u3067\u306b\u4f7f\u7528\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u30ea\u30bb\u30c3\u30c8\u3057\u305f\u3044\u5834\u5408\u306f\u3001\u65b0\u898f\u30ea\u30f3\u30af\u3092\u30ea\u30af\u30a8\u30b9\u30c8\u3057\u3066\u304f\u3060\u3055\u3044","This resource is locked":"\u3053\u306e\u30ea\u30bd\u30fc\u30b9\u306f\u30ed\u30c3\u30af\u3055\u308c\u3066\u3044\u307e\u3059","This role is still given to one or more users. Please remove the role to these users first.":"\u3053\u306e\u30ed\u30fc\u30eb\u306f\u30011\u4eba\u307e\u305f\u306f\u8907\u6570\u306e\u30e6\u30fc\u30b6\u306b\u4e0e\u3048\u3089\u308c\u3066\u3044\u307e\u3059\u3002\u307e\u305a\u3001\u3053\u308c\u3089\u306e\u30e6\u30fc\u30b6\u306e\u30ed\u30fc\u30eb\u3092\u524a\u9664\u3057\u3066\u304f\u3060\u3055\u3044\u3002","This should equal %s":"\u3053\u308c\u306f\u3001%s\u3068\u7b49\u3057\u304f\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093","This should not equal %s":"\u3053\u308c\u306f\u3001%s\u3068\u7b49\u3057\u304f\u3066\u306f\u3044\u3051\u307e\u305b\u3093","This test has been suspended":"\u30c6\u30b9\u30c8\u306f\u4e00\u6642\u4e2d\u65ad\u3055\u308c\u307e\u3057\u305f","This test has been terminated":"\u30c6\u30b9\u30c8\u306f\u5f37\u5236\u7d42\u4e86\u3055\u308c\u307e\u3057\u305f","time":"\u6642\u9593","Time limit reached for item \u0022%s\u0022.":"\u554f\u984c\u0022%s\u0022\u306e\u5236\u9650\u6642\u9593\u306b\u9054\u3057\u307e\u3057\u305f","Time limit reached, this part of the test has ended.":"\u5236\u9650\u6642\u9593\u306b\u9054\u3057\u305f\u305f\u3081\u30c6\u30b9\u30c8\u306e\u3053\u306e\u30d1\u30fc\u30c8\u306f\u7d42\u4e86\u3057\u307e\u3057\u305f","Time limit reached, this part of the test has ended. However you are allowed to finish the current item.":"\u5236\u9650\u6642\u9593\u306b\u9054\u3057\u307e\u3057\u305f\u3002\u305f\u3060\u3057\u3001\u73fe\u5728\u306e\u554f\u984c\u306f\u3053\u306e\u307e\u307e\u89e3\u7b54\u3092\u7d9a\u3051\u7d42\u4e86\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002","Time Limits":"\u6642\u9593\u5236\u9650","Time Remaining":"\u6b8b\u308a\u6642\u9593","Time zone":"\u30bf\u30a4\u30e0\u30be\u30fc\u30f3","Title":"\u30bf\u30a4\u30c8\u30eb","to":"\u2192","To reset your password, click the link below, or paste it into your browser. You will then be prompted to create a new password.":"\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u30ea\u30bb\u30c3\u30c8\u3059\u308b\u306b\u306f\u3001\u4e0b\u8a18\u30ea\u30f3\u30af\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u307e\u305f\u306f\u30ea\u30f3\u30af\u3092\u30d6\u30e9\u30a6\u30b6\u306b\u30da\u30fc\u30b9\u30c8\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u65b0\u898f\u30d1\u30b9\u30ef\u30fc\u30c9\u4f5c\u6210\u306e\u30da\u30fc\u30b8\u304c\u8868\u793a\u3055\u308c\u307e\u3059\u3002","to translate":"\u7ffb\u8a33","Toggle multiple\/single selection":"\u8907\u6570\u9078\u629e\/\u629e\u4e00\u9078\u629e\u306e\u5207\u308a\u66ff\u3048","Toggle playback":"\u518d\u751f\u3092\u5207\u308a\u66ff\u3048\u308b","Toggle start from here mode":"[\u3053\u3053\u304b\u3089\u958b\u59cb] \u30e2\u30fc\u30c9\u3092\u5207\u308a\u66ff\u3048\u308b","Toggle the date time picker":"\u65e5\u4ed8\u306e\u30bf\u30a4\u30e0\u30d4\u30c3\u30ab\u30fc\u3092\u5207\u308a\u66ff\u3048\u308b","Tokenizer":"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6","Too many suggestions match your query. Only a few are listed":"\u5019\u88dc\u304c\u591a\u3059\u304e\u308b\u305f\u3081\u5019\u88dc\u306e\u4e00\u90e8\u304c\u8868\u793a\u3055\u308c\u307e\u3059","Tool box and flagging for review":"\u30c4\u30fc\u30eb\u30dc\u30c3\u30af\u30b9\u3068\u30ec\u30d3\u30e5\u30fc\u30de\u30fc\u30af","Toolbox":"\u30c4\u30fc\u30eb\u30dc\u30c3\u30af\u30b9","Tools":"\u30c4\u30fc\u30eb","Total duration":"\u5408\u8a08\u6642\u9593","Total score":"\u5408\u8a08\u30b9\u30b3\u30a2","Total:":"\u5408\u8a08\uff1a","Translate":"\u7ffb\u8a33","Translate to":"\u7ffb\u8a33\u5148\u8a00\u8a9e","Translation parameters":"\u7ffb\u8a33\u30d1\u30e9\u30e1\u30fc\u30bf","Translation saved":"\u7ffb\u8a33\u306f\u4fdd\u5b58\u3055\u308c\u307e\u3057\u305f","Transport Layer Security":"\u30c8\u30e9\u30f3\u30b9\u30dd\u30fc\u30c8\u30ec\u30a4\u30e4\u30fc\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3","Tree - Multiple node choice":"\u30c4\u30ea\u30fc-\u8907\u6570\u30ce\u30fc\u30c9\u9078\u629e","Tree values":"\u30c4\u30ea\u30fc\u30d0\u30ea\u30e5\u30fc","Trees":"\u30c4\u30ea\u30fc","True":"True","trunc":"trunc","Try connecting the machine to the internet via cable, or move to an area with a better wifi signal.":"\u672c\u6a5f\u3092\u30b1\u30fc\u30d6\u30eb\u3067\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u306b\u63a5\u7d9a\u3059\u308b\u304b\u3001\u7121\u7ddaLAN\u306e\u96fb\u6ce2\u304c\u5c4a\u304d\u3084\u3059\u3044\u5834\u6240\u306b\u79fb\u52d5\u3057\u3066\u307f\u3066\u304f\u3060\u3055\u3044\u3002","Tutor":"\u30c1\u30e5\u30fc\u30bf","Type":"\u30bf\u30a4\u30d7","Type your search":"\u691c\u7d22\u6761\u4ef6\u3092\u5165\u529b","Unable to access your account?":"\u30a2\u30ab\u30a6\u30f3\u30c8\u306b\u63a5\u7d9a\u3067\u304d\u307e\u305b\u3093","Unable to change passwords in demo mode":"\u30c7\u30e2\u30e2\u30fc\u30c9\u3067\u306f\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u5909\u66f4\u304c\u3067\u304d\u307e\u305b\u3093\u3002","Unable to copy the resource":"\u30ea\u30bd\u30fc\u30b9\u3092\u30b3\u30d4\u30fc\u3067\u304d\u307e\u305b\u3093","Unable to delete the selected resource":"\u9078\u629e\u3055\u308c\u305f\u30ea\u30bd\u30fc\u30b9\u3092\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002","Unable to delete the selected resource because you do not have the required rights to delete part of its content.":"\u9078\u629e\u3057\u305f\u30ea\u30bd\u30fc\u30b9\u306f\u3001\u305d\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u4e00\u90e8\u3092\u524a\u9664\u3059\u308b\u306e\u306b\u5fc5\u8981\u306a\u6a29\u9650\u3092\u6301\u3063\u3066\u3044\u306a\u3044\u305f\u3081\u3001\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002","Unable to delete the selected resources":"\u9078\u629e\u3055\u308c\u305f\u30ea\u30bd\u30fc\u30b9\u3092\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002","Unable to move the resources":"\u30ea\u30bd\u30fc\u30b9\u3092\u79fb\u52d5\u3067\u304d\u307e\u305b\u3093\u3002","Unable to open file %s":"\u30d5\u30a1\u30a4\u30eb\u3092\u958b\u3051\u307e\u305b\u3093 : %s","Unable to process your request":"\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u51e6\u7406\u3067\u304d\u307e\u305b\u3093","Unable to release the lock":"\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093","Unable to remove the property.":"\u30d7\u30ed\u30d1\u30c6\u30a3\u3092\u524a\u9664\u3067\u304d\u307e\u305b\u3093","Unable to save resource.":"\u30ea\u30bd\u30fc\u30b9\u3092\u4fdd\u5b58\u3067\u304d\u307e\u305b\u3093","unable to search into notification.":"\u901a\u77e5\u306e\u691c\u7d22\u304c\u3067\u304d\u307e\u305b\u3093","Unable to send the password reset request":"\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u30ea\u30bb\u30c3\u30c8\u3092\u30ea\u30af\u30a8\u30b9\u30c8\u3067\u304d\u307e\u305b\u3093","Unable to sync statistical data. Please, contact the system administrator for more details":"\u7d71\u8a08\u30c7\u30fc\u30bf\u3092\u540c\u671f\u3067\u304d\u307e\u305b\u3093\u3002\u8a73\u7d30\u306b\u3064\u3044\u3066\u306f\u3001\u30b7\u30b9\u30c6\u30e0\u7ba1\u7406\u8005\u306b\u304a\u554f\u3044\u5408\u308f\u305b\u304f\u3060\u3055\u3044\u3002","Unable to update the asset service":"\u30a2\u30bb\u30c3\u30c8\u30b5\u30fc\u30d3\u30b9\u306e\u66f4\u65b0\u304c\u3067\u304d\u307e\u305b\u3093","Unable to upload file":"\u30d5\u30a1\u30a4\u30eb\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3067\u304d\u307e\u305b\u3093","Unable to upload file %s : %s":"\u30d5\u30a1\u30a4\u30eb %s \u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3067\u304d\u307e\u305b\u3093 : %s","Unanswered":"\u672a\u89e3\u7b54","Unanswered items":"\u672a\u89e3\u7b54\u306e\u554f\u984c","Unary operator +":"\u5358\u9805\u6f14\u7b97\u5b50(+)","Unary operator -":"\u5358\u9805\u6f14\u7b97\u5b50(-)","Unauthorized files have been removed":"\u8a31\u53ef\u3055\u308c\u3066\u3044\u306a\u3044\u30d5\u30a1\u30a4\u30eb\u304c\u524a\u9664\u3055\u308c\u307e\u3057\u305f\u3002","Uncheck all":"\u5168\u3066\u30c1\u30a7\u30c3\u30af\u3092\u5916\u3059","Uncheck All":"\u5168\u3066\u30c1\u30a7\u30c3\u30af\u3092\u5916\u3059","Undefined amount of the pages for pagination":"\u30da\u30fc\u30b8\u30cd\u30fc\u30b7\u30e7\u30f3\u306e\u305f\u3081\u306e\u672a\u5b9a\u7fa9\u306e\u30da\u30fc\u30b8\u6570","Undefined amount of the totalPages for pagination":"\u30da\u30fc\u30b8\u30cd\u30fc\u30b7\u30e7\u30f3\u306e\u305f\u3081\u306e\u7dcf\u30da\u30fc\u30b8\u306e\u672a\u5b9a\u7fa9\u6570","Undo":"\u53d6\u308a\u6d88\u3057","Unexpected error. Please contact administrator":"\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u3067\u3059\u3002\u7ba1\u7406\u8005\u306b\u554f\u5408\u305b\u3066\u304f\u3060\u3055\u3044\u3002","Unflag for Review":"\u898b\u76f4\u3057\u30de\u30fc\u30af\u3092\u5916\u3059","Uninstall of %s failed":"\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306b\u5931\u6557\u3057\u307e\u3057\u305f : %s","Uninstalled %s":"\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u304c\u5b8c\u4e86\u3057\u307e\u3057\u305f : %s","UNIX Compressed Archive File":"UNIX\u5727\u7e2e\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb","unknown":"\u4e0d\u660e","Unknown Error":"\u4e0d\u660e\u306a\u30a8\u30e9\u30fc","Unknown error.":"\u4e0d\u660e\u306a\u30a8\u30e9\u30fc","unkown task id %s":"\u4e0d\u660e\u306a\u30bf\u30b9\u30afID : %s","Unlink to use separated durations":"\u5206\u96e2\u3057\u305f\u671f\u9593\u3092\u4f7f\u7528\u3059\u308b\u305f\u3081\u306b\u30ea\u30f3\u30af\u3092\u89e3\u9664\u3059\u308b","Unseen":"\u672a\u516c\u958b","Update":"\u66f4\u65b0","Update ID : %s":"\u66f4\u65b0ID : %s","Updating search index":"\u691c\u7d22\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u66f4\u65b0","Upload":"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9","Upload a QTI 2.1 Test Package File":"QTI 2.1 Test Package File\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9","Upload into:":"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u5148:","URI Path":"URI\u30d1\u30b9","Usage: ImportRdf RDF_FILE [MODEL_ID]":"\u4f7f\u7528\u6cd5\uff1aImportRdf RDF_FILE [MODEL_ID]","USAGE: please provide a valid extension id as second parameter":"\u4f7f\u7528\u6cd5: 2\u756a\u76ee\u306e\u30d1\u30e9\u30e1\u30fc\u30bf\u3068\u3057\u3066\u6709\u52b9\u306a\u62e1\u5f35\u5b50ID\u3092\u63d0\u4f9b\u3057\u3066\u304f\u3060\u3055\u3044\u3002","USAGE: please provide a valid service name as first parameter":"\u4f7f\u7528\u6cd5: \u6700\u521d\u306e\u30d1\u30e9\u30e1\u30fc\u30bf\u3068\u3057\u3066\u6709\u52b9\u306a\u30b5\u30fc\u30d3\u30b9\u540d\u3092\u63d0\u4f9b\u3057\u3066\u304f\u3060\u3055\u3044","USAGE: please provide the service name as first parameter":"\u4f7f\u7528\u6cd5: \u6700\u521d\u306e\u30d1\u30e9\u30e1\u30fc\u30bf\u3068\u3057\u3066\u30b5\u30fc\u30d3\u30b9\u540d\u3092\u63d0\u4f9b\u3057\u3066\u304f\u3060\u3055\u3044","Use a term":"\u7528\u8a9e\u3092\u4f7f\u7528\u3059\u308b","Use a variable":"\u5909\u6570\u3092\u4f7f\u7528\u3059\u308b","Use Ctrl\/Meta key or Lasso for multiple selection":"\u8907\u6570\u9078\u629e\u306e\u305f\u3081\u306bCtrl \/ Meta\u30ad\u30fc\u307e\u305f\u306f\u6295\u3052\u7e04\u30c4\u30fc\u30eb\u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044","Use default value":"\u65e2\u5b9a\u5024\u3092\u4f7f\u7528\u3059\u308b","User":"\u30e6\u30fc\u30b6","User %s can not be locked":"\u30e6\u30fc\u30b6 %s \u3092\u30ed\u30c3\u30af\uff08\u7121\u52b9\u5316\uff09\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093","User %s can not be unlocked":"\u30e6\u30fc\u30b6 %s \u306e\u30ed\u30c3\u30af\uff08\u7121\u52b9\u5316\uff09\u3092\u89e3\u9664\u3067\u304d\u307e\u305b\u3093","User %s successfully locked":"\u30e6\u30fc\u30b6 %s \u306f\u6b63\u5e38\u306b\u30ed\u30c3\u30af\uff08\u7121\u52b9\u5316\uff09\u3055\u308c\u307e\u3057\u305f","User %s successfully unlocked":"\u30e6\u30fc\u30b6 %s \u306f\u6b63\u5e38\u306b\u30ed\u30c3\u30af\uff08\u7121\u52b9\u5316\uff09\u304c\u89e3\u9664\u3055\u308c\u307e\u3057\u305f","User added":"\u30e6\u30fc\u30b6\u306e\u8ffd\u52a0","User deleted successfully":"\u30e6\u30fc\u30b6\u3092\u524a\u9664\u3057\u307e\u3057\u305f","User deletion not permitted on a demo instance":"\u30c7\u30e2\u30b5\u30a4\u30c8\u3067\u306f\u30e6\u30fc\u30b6\u306e\u524a\u9664\u304c\u8a31\u53ef\u3055\u308c\u3066\u3044\u307e\u305b\u3093","User not found":"\u30e6\u30fc\u30b6\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093","User saved":"\u30e6\u30fc\u30b6\u3092\u4fdd\u5b58\u3057\u307e\u3057\u305f","User Settings":"\u30e6\u30fc\u30b6\u8a2d\u5b9a","Users":"\u30e6\u30fc\u30b6\u30fc","Validate Responses":"\u89e3\u7b54\u306e\u691c\u8a3c","Validation for field \u0027%s\u0027 has failed. Language does not exist in the system":"\u30d5\u30a3\u30fc\u30eb\u30c9 \u0027\uff05s\u0027 \u306e\u691c\u8a3c\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002\u8a00\u8a9e\u304c\u30b7\u30b9\u30c6\u30e0\u306b\u5b58\u5728\u3057\u307e\u305b\u3093\u3002","Validation for field \u0027%s\u0027 has failed. List of values expected":"\u30d5\u30a3\u30fc\u30eb\u30c9 \u0027%s\u0027 \u306e\u691c\u8a3c\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002\u5024\u306e\u30ea\u30b9\u30c8\u304c\u5fc5\u8981\u3067\u3059\u3002","Validation for field \u0027%s\u0027 has failed. Should not be empty":"\u30d5\u30a3\u30fc\u30eb\u30c9 \u0027%s\u0027 \u306e\u691c\u8a3c\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002\u7a7a\u306b\u306a\u3063\u3066\u3044\u307e\u3059\u3002","Validation for field \u0027%s\u0027 has failed. Valid role expected. Given: %s":"\u30d5\u30a3\u30fc\u30eb\u30c9 \u0027%s\u0027 \u306e\u691c\u8a3c\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002\u6709\u52b9\u306a\u30ed\u30fc\u30eb\u304c\u5fc5\u8981\u3067\u3059\u3002\u6307\u5b9a: %s","Validation for field \u0027%s\u0027 has failed. Valid URI expected":"\u30d5\u30a3\u30fc\u30eb\u30c9 \u0027%s\u0027 \u306e\u691c\u8a3c\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002\u6709\u52b9\u306a URI \u304c\u5fc5\u8981\u3067\u3059","Validation for field \u0027%s\u0027 has failed. Valid URI expected. Given: %s":"\u30d5\u30a3\u30fc\u30eb\u30c9 \u0027%s\u0027 \u306e\u691c\u8a3c\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002\u6709\u52b9\u306a URI \u304c\u5fc5\u8981\u3067\u3059\u3002\u6307\u5b9a: %s","Value":"\u5024","Value ellipsis":"\u5024\u306e\u7701\u7565\u8a18\u53f7","Value of E":"E\u306e\u5024","Value of PI":"PI\u306e\u5024","Variable":"\u5909\u6570","Variable %s":"\u5909\u6570\uff1a%s","Version":"\u30d0\u30fc\u30b8\u30e7\u30f3","View":"\u30d3\u30e5\u30fc","View and format the collected results.":"\u53ce\u96c6\u3057\u305f\u7d50\u679c\u306e\u8868\u793a\u3068\u30d5\u30a9\u30fc\u30de\u30c3\u30c8","View report":"\u30ec\u30dd\u30fc\u30c8\u3092\u898b\u308b","View resources as a list":"\u30ea\u30bd\u30fc\u30b9\u4e00\u89a7\u8868\u793a","View resources as a tree":"\u30ea\u30bd\u30fc\u30b9\u30c4\u30ea\u30fc\u8868\u793a","View Tree":"\u30c4\u30ea\u30fc\u8868\u793a","Viewed":"\u8868\u793a\u6e08\u307f","Viewed items":"\u8868\u793a\u30a2\u30a4\u30c6\u30e0","Views":"\u8868\u793a","Visible":"\u8868\u793a\u53ef\u80fd","Volume":"\u30dc\u30ea\u30e5\u30fc\u30e0","Wait for your connection to come back online.":"\u63a5\u7d9a\u304c\u56de\u5fa9\u3059\u308b\u306e\u3092\u5f85\u3061\u307e\u3059\u3002","Wait is over":"\u5f85\u6a5f\u7d42\u4e86","Waiting":"\u5f85\u6a5f\u4e2d","Warning \u2013 You have %s remaining to complete the test.":"\u8b66\u544a\uff1a\u30c6\u30b9\u30c8\u7d42\u4e86\u307e\u3067\u3042\u3068%s\u3067\u3059","Warning \u2013 You have %s remaining to complete this item.":"\u8b66\u544a\uff1a\u3053\u306e\u554f\u984c\u304c\u7d42\u4e86\u3059\u308b\u307e\u3067\u3042\u3068 %s \u3067\u3059","Warning \u2013 You have %s remaining to complete this section.":"\u8b66\u544a\uff1a\u3053\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u304c\u7d42\u4e86\u3059\u308b\u307e\u3067\u3042\u3068 %s \u3067\u3059","Warning \u2013 You have %s remaining to complete this test part.":"\u8b66\u544a\uff1a\u3053\u306e\u30c6\u30b9\u30c8\u30d1\u30fc\u30c8\u304c\u7d42\u4e86\u3059\u308b\u307e\u3067\u3042\u3068 %s \u3067\u3059","Warning \u2013 You have %s remaining to complete this test.":"\u8b66\u544a\uff1a\u3053\u306e\u30c6\u30b9\u30c8\u304c\u7d42\u4e86\u3059\u308b\u307e\u3067\u3042\u3068 %s \u3067\u3059","WAV audio":"WAV\u30aa\u30fc\u30c7\u30a3\u30aa","We are unable to connect the server to submit your results.":"\u7d50\u679c\u3092\u9001\u4fe1\u3059\u308b\u305f\u3081\u306e\u30b5\u30fc\u30d0\u306b\u63a5\u7d9a\u3067\u304d\u307e\u305b\u3093\u3002","We are unable to connect to the server to retrieve the next item.":"\u6b21\u306e\u554f\u984c\u3092\u53d6\u5f97\u3059\u308b\u305f\u3081\u306e\u30b5\u30fc\u30d0\u306b\u63a5\u7d9a\u3067\u304d\u307e\u305b\u3093\u3002","Web Browsers Lists":"\u30d6\u30e9\u30a6\u30b6\u306e\u30ea\u30b9\u30c8","WebM audio":"WebM\u30aa\u30fc\u30c7\u30a3\u30aa","WebM video":"WebM\u30d3\u30c7\u30aa","Weight":"\u91cd\u307f\u4ed8\u3051","Weights":"\u91cd\u307f\u4ed8\u3051","When selecting child elements each element is normally eligible for selection once only.":"\u30c1\u30a7\u30c3\u30af\u3092\u5165\u308c\u308b\u3068\u540c\u3058\u554f\u984c\u304c\u7e70\u308a\u8fd4\u3057\u9078\u629e\u3055\u308c\u308b\u5834\u5408\u304c\u3042\u308a\u307e\u3059\u3002\u901a\u5e38\u306f\u30c1\u30a7\u30c3\u30af\u3092\u5916\u3057\u3066\u304a\u304d\u307e\u3059\u3002","Whether a candidate\u0027s response that is beyond the maximum duration of the item should still be accepted.":"\u30c1\u30a7\u30c3\u30af\u3092\u5165\u308c\u308b\u3068\uff0c\u30a2\u30a4\u30c6\u30e0\u3067\u8a2d\u5b9a\u3055\u308c\u305f\u5236\u9650\u6642\u9593\u306b\u9054\u3057\u305f\u5f8c\u3067\u3042\u3063\u3066\u3082\uff0c\u89e3\u7b54\u3057\u9001\u4fe1\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002","Whether a candidate\u0027s response that is beyond the maximum duration of the section should still be accepted.":"\u30c1\u30a7\u30c3\u30af\u3092\u5165\u308c\u308b\u3068\uff0c\u30bb\u30af\u30b7\u30e7\u30f3\u3067\u8a2d\u5b9a\u3055\u308c\u305f\u5236\u9650\u6642\u9593\u306b\u9054\u3057\u305f\u5f8c\u3067\u3042\u3063\u3066\u3082\uff0c\u89e3\u7b54\u3057\u9001\u4fe1\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002","Whether a candidate\u0027s response that is beyond the maximum duration of the test part should still be accepted.":"\u30c1\u30a7\u30c3\u30af\u3092\u5165\u308c\u308b\u3068\uff0c\u30c6\u30b9\u30c8\u30d1\u30fc\u30c8\u3067\u8a2d\u5b9a\u3055\u308c\u305f\u5236\u9650\u6642\u9593\u306b\u9054\u3057\u305f\u5f8c\u3067\u3042\u3063\u3066\u3082\uff0c\u89e3\u7b54\u3057\u9001\u4fe1\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002","Whether a candidate\u0027s response that is beyond the maximum duration should still be accepted.":"\u30c1\u30a7\u30c3\u30af\u3092\u5165\u308c\u308b\u3068\uff0c\u5236\u9650\u6642\u9593\u306b\u9054\u3057\u305f\u5f8c\u3067\u3042\u3063\u3066\u3082\uff0c\u89e3\u7b54\u3057\u9001\u4fe1\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002","White on Black":"\u767d\u5730\u306b\u9ed2","White on Blue (TAO standard theme)":"\u767d\u5730\u306b\u9ed2\uff08TAO\u6a19\u6e96\u30c6\u30fc\u30de\uff09","Who can view the rubric block during the delivery.":"\u30c7\u30ea\u30d0\u30ea\u4e2d\u306b\u8ab0\u304c\u30eb\u30fc\u30d6\u30ea\u30c3\u30af\u30d6\u30ed\u30c3\u30af\u3092\u53c2\u7167\u3067\u304d\u308b\u304b","Whole number part":"\u6574\u6570\u90e8\u5206","Width":"\u5e45","Windows help file":"Windows help\u30d5\u30a1\u30a4\u30eb","Windows Media audio":"Windows Media\u30aa\u30fc\u30c7\u30a3\u30a2","Windows Media file (metafile)":"Windows Media\u30d5\u30a1\u30a4\u30eb (metafile)","Windows Media video":"Windows Media\u30d3\u30c7\u30aa","with":"\u30fc","With Replacement":"\u5fa9\u5143\u62bd\u51fa","Wrap image left":"\u753b\u50cf\u914d\u7f6e\uff5c\u5de6","Wrap image right":"\u753b\u50cf\u914d\u7f6e\uff5c\u53f3","Write Document":"\u6587\u66f8\u3092\u66f8\u304f","Wrong file mime type":"\u30d5\u30a1\u30a4\u30eb\u306eMIME\u30bf\u30a4\u30d7\u304c\u9593\u9055\u3063\u3066\u3044\u307e\u3059","Wrong or missing parameter extension, module or action":"\u30d1\u30e9\u30e1\u30fc\u30bf\u62e1\u5f35\u5b50\u3001\u30e2\u30b8\u30e5\u30fc\u30eb\u3001\u307e\u305f\u306f\u64cd\u4f5c\u304c\u9593\u9055\u3063\u3066\u3044\u308b\u304b\u3001\u6b20\u843d\u3057\u3066\u3044\u307e\u3059","Wrong parameter shownExtension":"\u9593\u9055\u3063\u305f\u30d1\u30e9\u30e1\u30fc\u30bf\u304c\u8868\u793a\u3055\u308c\u307e\u3057\u305f","XML Content":"XML\u30b3\u30f3\u30c6\u30f3\u30c4","XML Editor":"XML\u30a8\u30c7\u30a3\u30bf","XML error at line %1$d column %2$d \u0022%3$s\u0022.":"\u884c%1$d,\u5217%2$d\u306eXML\u30a8\u30e9\u30fc \u0022%3$s\u0022","XML file":"XML\u30d5\u30a1\u30a4\u30eb","Yellow on Blue":"\u30d6\u30eb\u30fc\u5730\u306b\u9ec4\u8272","Yes":"\u306f\u3044","YES":"\u306f\u3044","You answered %s of %s question(s) for this section of the test":"\u3042\u306a\u305f\u306f\u3053\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u306e%s\u554f\u306e\u3046\u3061%s\u554f\u3092\u89e3\u7b54\u3057\u307e\u3057\u305f\u3002","You answered all %s question(s) in this section":"\u3053\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u306e\u5168 %s\u554f\u306e\u554f\u984c\u306b\u7b54\u3048\u307e\u3057\u305f\u3002","You answered all %s question(s) in this test":"\u3053\u306e\u30c6\u30b9\u30c8\u306e\u5168 %s \u554f\u306e\u554f\u984c\u306b\u7b54\u3048\u307e\u3057\u305f\u3002","You answered only %s of the %s question(s) in this section":"\u3053\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u306e %s\u554f\u306e\u554f\u984c\u306e\u3046\u3061\u3001%s\u554f\u306e\u307f\u306b\u7b54\u3048\u307e\u3057\u305f","You are about to go to the next item. Click OK to continue and go to the next item.":"\u6b21\u306e\u554f\u984c\u306b\u9032\u3082\u3046\u3068\u3057\u3066\u3044\u307e\u3059\u3002\u6b21\u306e\u554f\u984c\u306b\u9032\u3080\u5834\u5408\u306f\u300cOK\u300d\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002","You are about to go to the previous item. Click OK to continue and go to the previous item.":"\u524d\u306e\u554f\u984c\u306b\u623b\u308d\u3046\u3068\u3057\u3066\u3044\u307e\u3059\u3002\u524d\u306e\u554f\u984c\u306b\u623b\u308b\u5834\u5408\u306f\u300cOK\u300d\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002","You are about to leave this section.":"\u3053\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u3092\u7d42\u4e86\u3057\u3088\u3046\u3068\u3057\u3066\u3044\u307e\u3059","You are about to submit the test.":"\u30c6\u30b9\u30c8\u3092\u7d42\u4e86\u3057\u3088\u3046\u3068\u3057\u3066\u3044\u307e\u3059\u3002","You are about to submit the test. You will not be able to access this test once submitted. Click OK to continue and submit the test.":"\u30c6\u30b9\u30c8\u3092\u7d42\u4e86\u3057\u3088\u3046\u3068\u3057\u3066\u3044\u307e\u3059\u3002\u4e00\u5ea6\u7d42\u4e86\u3057\u305f\u30c6\u30b9\u30c8\u306b\u306f\u518d\u3073\u30a2\u30af\u30bb\u30b9\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093 \u3088\u308d\u3057\u3051\u308c\u3070OK \u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u30c6\u30b9\u30c8\u3092\u7d42\u4e86\u3057\u3066\u304f\u3060\u3055\u3044\u3002","You are about to submit this test part.":"\u3053\u306e\u30c6\u30b9\u30c8\u30d1\u30fc\u30c8\u3092\u63d0\u51fa\u3057\u3088\u3046\u3068\u3057\u3066\u3044\u307e\u3059\u3002","You are currently working offline.":"\u73fe\u5728\u3001\u30aa\u30d5\u30e9\u30a4\u30f3\u3067\u4f5c\u696d\u3057\u3066\u3044\u307e\u3059\u3002","You are encountering a prolonged connectivity loss.":"\u9577\u6642\u9593\u306e\u63a5\u7d9a\u969c\u5bb3\u304c\u767a\u751f\u3057\u3066\u3044\u307e\u3059\u3002","You are encountering a prolonged connectivity loss. ":"\u9577\u6642\u9593\u306e\u63a5\u7d9a\u969c\u5bb3\u304c\u767a\u751f\u3057\u3066\u3044\u307e\u3059","You are not allowed to write in the class %s":"\u30d5\u30a9\u30eb\u30c0\u30fc \uff05s \u306b\u66f8\u304d\u8fbc\u3080\u3053\u3068\u306f\u8a31\u53ef\u3055\u308c\u3066\u3044\u307e\u305b\u3093","You are not authorised to remove this lock":"\u3042\u306a\u305f\u306f\u3053\u306e\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3059\u308b\u6a29\u9650\u304c\u3042\u308a\u307e\u305b\u3093","You can magnify the content by up to 200%. Check your browser settings to find out how to do it.":"\u6700\u5927200%\u307e\u3067\u62e1\u5927\u8868\u793a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002\u65b9\u6cd5\u306f\u30d6\u30e9\u30a6\u30b6\u306e\u8a2d\u5b9a\u3092\u3054\u78ba\u8a8d\u304f\u3060\u3055\u3044\u3002","You cannot delete the root node":"\u3042\u306a\u305f\u306f\u3001\u30eb\u30fc\u30c8\u30ce\u30fc\u30c9\u3092\u524a\u9664\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093","You cannot move the selected resources in the class %s":"\u30af\u30e9\u30b9 %s \u3067\u9078\u629e\u3057\u305f\u30ea\u30bd\u30fc\u30b9\u3092\u79fb\u52d5\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002","You currently have no access to the platform":"\u3042\u306a\u305f\u306f\u3001\u73fe\u5728\u306e\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u306b\u30a2\u30af\u30bb\u30b9\u3067\u304d\u307e\u305b\u3093","You do not have the required rights to edit this resource.":"\u3042\u306a\u305f\u306f\u3053\u306e\u30ea\u30bd\u30fc\u30b9\u3092\u7de8\u96c6\u3059\u308b\u305f\u3081\u306e\u6a29\u9650\u3092\u6301\u3063\u3066\u3044\u307e\u305b\u3093","You flagged %s item(s) that you can review now":"\u30de\u30fc\u30af\u3057\u305f\u30a2\u30a4\u30c6\u30e0%s\u3092\u78ba\u8a8d\u3067\u304d\u307e\u3059","You have %s item(s) marked for review.":"\u898b\u76f4\u3057\u30de\u30fc\u30af\u304c\u3064\u3044\u305f\u554f\u984c\u304c%s\u554f\u3042\u308a\u307e\u3059","You have %s left to answer remaining %s questions.":"\u6b8b\u308a %s \u306e\u8cea\u554f\u306b\u7b54\u3048\u308b\u305f\u3081\u306b\u6b8b\u3063\u3066\u3044\u308b\u306e\u306f %s \u3067\u3059\u3002","You have %s remaining to complete the current item.":"\u3053\u306e\u554f\u984c\u304c\u7d42\u4e86\u3059\u308b\u307e\u3067\u3042\u3068 %s \u3067\u3059","You have %s unanswered question(s)":"\u672a\u89e3\u7b54\u306e\u554f\u984c\u304c%s\u554f\u3042\u308a\u307e\u3059\u3002","You have %s unanswered question(s) and have %s item(s) marked for review.":"%s\u554f\u306e\u672a\u89e3\u7b54\u554f\u984c\u3068%s\u554f\u306e\u898b\u76f4\u3057\u30de\u30fc\u30af\u554f\u984c\u304c\u3042\u308a\u307e\u3059","You have %s unanswered question(s).":"%s\u554f\u306e\u672a\u89e3\u7b54\u554f\u984c\u304c\u3042\u308a\u307e\u3059","You have been locked due to too many failed login attempts. ":"\u8aa4\u3063\u305f\u30ed\u30b0\u30a4\u30f3\u304c\u8907\u6570\u56de\u304a\u3053\u306a\u308f\u308c\u305f\u305f\u3081\uff0c\u30ed\u30c3\u30af\u3055\u308c\u307e\u3057\u305f","You have been logged out. Please login again":"\u30ed\u30b0\u30a2\u30a6\u30c8\u3057\u3066\u3044\u307e\u3059\u3002\u518d\u5ea6\u30ed\u30b0\u30a4\u30f3\u3057\u3066\u304f\u3060\u3055\u3044\u3002","You must activate JavaScript in your browser to run this application.":"\u3053\u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u5b9f\u884c\u3059\u308b\u306b\u306f\u3001\u30d6\u30e9\u30a6\u30b6\u30fc\u306eJavaScript\u3092\u6709\u52b9\u306b\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059","You will not be able to access this test once submitted. Click \u0022%s\u0022 to continue and submit the test.":"\u4e00\u5ea6\u7d42\u4e86\u3057\u305f\u30c6\u30b9\u30c8\u306b\u306f\u518d\u3073\u30a2\u30af\u30bb\u30b9\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002\u3088\u308d\u3057\u3051\u308c\u3070\u0022%s\u0022 \u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u30c6\u30b9\u30c8\u3092\u7d42\u4e86\u3057\u3066\u304f\u3060\u3055\u3044\u3002","Your account has been locked, please contact your administrator.":"\u30a2\u30ab\u30a6\u30f3\u30c8\u304c\u30ed\u30c3\u30af\u3055\u308c\u3066\u3044\u307e\u3059\u306e\u3067\u3001\u7ba1\u7406\u8005\u306b\u554f\u5408\u305b\u3066\u304f\u3060\u3055\u3044\u3002","Your browser does not meet the technical requirements to run TAO.":"\u304a\u4f7f\u3044\u306e\u30d6\u30e9\u30a6\u30b6\u306fTAO\u3092\u5b9f\u884c\u3059\u308b\u305f\u3081\u306e\u6280\u8853\u7684\u8981\u4ef6\u3092\u6e80\u305f\u3057\u3066\u3044\u307e\u305b\u3093\u3002","Your browser does not support copying to the clipboard":"\u304a\u4f7f\u3044\u306e\u30d6\u30e9\u30a6\u30b6\u306f\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u3078\u306e\u30b3\u30d4\u30fc\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u307e\u305b\u3093\u3002","Your browser doesn\u2019t support the audio player.":"\u304a\u4f7f\u3044\u306e\u30d6\u30e9\u30a6\u30b6\u304c\u30aa\u30fc\u30c7\u30a3\u30aa\u30d7\u30ec\u30a4\u30e4\u30fc\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u307e\u305b\u3093\u3002","Your browser doesn\u2019t support the video player.":"\u304a\u4f7f\u3044\u306e\u30d6\u30e9\u30a6\u30b6\u30fc\u304c\u30d3\u30c7\u30aa\u30d7\u30ec\u30fc\u30e4\u30fc\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u307e\u305b\u3093\u3002","Your comment\u2026":"\u3042\u306a\u305f\u306e\u30b3\u30e1\u30f3\u30c8...","Your connection seems to be back, please proceed.":"\u63a5\u7d9a\u304c\u56de\u5fa9\u3057\u305f\u3088\u3046\u3067\u3059\u3002\u7d9a\u3051\u3066\u304f\u3060\u3055\u3044\u3002","Your mail":"\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9","Your TAO Password":"TAO\u30d1\u30b9\u30ef\u30fc\u30c9","ZIP archive":"ZIP\u30a2\u30fc\u30ab\u30a4\u30d6","Zoom":"\u30ba\u30fc\u30e0","Zoom in":"\u62e1\u5927","Zoom out":"\u7e2e\u5c0f"} \ No newline at end of file +{" and ":" \u3068 "," AND ":"\u3068"," has been deleted successfully":" \u524a\u9664\u3057\u307e\u3057\u305f\u3002"," is ":"\uff1a"," next":" \u6b21"," Remove criteria":"\u57fa\u6e96\u30fb\u6761\u4ef6\u3092\u524a\u9664"," requires a subgrid adapter":" \u30b5\u30d6\u30b0\u30ea\u30c3\u30c9\u30a2\u30c0\u30d7\u30bf\u304c\u5fc5\u8981\u3067\u3059","%1$s expected but %2$s detected":"%1$s\u4e88\u60f3\u3001%2$s\u3092\u691c\u51fa\u3057\u307e\u3057\u305f","%d attempts left before your account is locked.":"\u30a2\u30ab\u30a6\u30f3\u30c8\u304c\u30ed\u30c3\u30af\u3055\u308c\u308b\u524d\u306b%d \u56de\uff0c\u53d7\u9a13\u3055\u308c\u307e\u3057\u305f\u3002","%d day":"%d \u65e5","%d days":"%d\u65e5","%h hour":"%h\u6642\u9593","%h hours":"%h \u6642\u9593","%i minute":"%i\u5206","%i minutes":"%i \u5206","%m month":"%m \u6708","%m months":"%m \u30f6\u6708","%s %s selected":"%s %s \u304c\u9078\u629e\u3055\u308c\u307e\u3057\u305f","%s (%s kb)":"%s (%s kb)","%s Class saved":"%s \u3092\u4fdd\u5b58\u3057\u307e\u3057\u305f","%s classes":"%s \u30af\u30e9\u30b9","%s completed":"%s \u5b8c\u4e86","%s Confirmation":"%s \u78ba\u8a8d","%s could not be released":"%s \u306f\u516c\u958b\u3067\u304d\u307e\u305b\u3093","%s created":"%s \u304c\u4f5c\u6210\u3055\u308c\u307e\u3057\u305f","%s extension(s) to install.":"%s \u62e1\u5f35\u6a5f\u80fd\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb","%s has been deleted":"%s \u306f\u524a\u9664\u3055\u308c\u307e\u3057\u305f","%s has been released":"%s\u3000\u306f\u516c\u958b\u3055\u308c\u307e\u3057\u305f","%s instances":"%s \u30a4\u30f3\u30b9\u30bf\u30f3\u30b9","%s is of a type that cannot be published":"%s \u306f\u516c\u958b\u3067\u304d\u306a\u3044\u30bf\u30a4\u30d7\u3067\u3059","%s Locked":"%s\u306f\u30ed\u30c3\u30af\u3055\u308c\u3066\u3044\u307e\u3059","%s to answer %s":"%s \u304b\u3089 %s \u306e\u56de\u7b54","%s\u0022 is not a valid index identifier. It must start with a letter and contain letters, numbers or underscores only":"%s\u0022\u306f\u6709\u52b9\u306a\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u8b58\u5225\u5b50\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u8b58\u5225\u5b50\u306f\u82f1\u6587\u5b57\u3067\u59cb\u307e\u308a\u3001\u82f1\u6587\u5b57\u3001\u6570\u5b57\u3001\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2\u3092\u4f7f\u7528\u3057\u307e\u3059","%y year":"%y \u5e74","%y years":"%y \u5e74\u9593","(empty)":"(\u7a7a)","(Visual) Clear all active highlights":"\uff08\u30d3\u30b8\u30e5\u30a2\u30eb\uff09\u30a2\u30af\u30c6\u30a3\u30d6\u306a\u30cf\u30a4\u30e9\u30a4\u30c8\u3092\u30af\u30ea\u30a2","(Visual) Highlight Text":"\uff08\u30d3\u30b8\u30e5\u30a2\u30eb\uff09\u30cf\u30a4\u30e9\u30a4\u30c8\u30c6\u30ad\u30b9\u30c8","... reloading page.":"...\u30ea\u30ed\u30fc\u30c9\u4e2d","7-zip archive":"7-zip\u30a2\u30fc\u30ab\u30a4\u30d6","Filters<\/del>":"\u30d5\u30a3\u30eb\u30bf<\/del>","Options<\/del>":"\u30aa\u30d7\u30b7\u30e7\u30f3<\/del>"," %s <\/strong> has been moved to the background.":" %s <\/strong> \u306f\u30d0\u30c3\u30af\u30b0\u30e9\u30a6\u30f3\u30c9\u51e6\u7406\u4e2d\u3067\u3059\u3002","> Extension %s succesfully installed.":">\u3000\u62e1\u5f35\u6a5f\u80fd\u3000%s \u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u304c\u7d42\u4e86\u3057\u307e\u3057\u305f","> Installation done.":">\u3000\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u5b8c\u4e86","a class":"\u30d5\u30a9\u30eb\u30c0","A date has to be a Datetime or timestamp":"\u65e5\u4ed8\u306f Datetime \u307e\u305f\u306f timestamp \u306b\u3057\u3066\u304f\u3060\u3055\u3044","A fatal error occured during the installation process.":"\u81f4\u547d\u7684\u306a\u30a8\u30e9\u30fc\u304c\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u4e2d\u306b\u767a\u751f\u3057\u307e\u3057\u305f","A maintenance status must have a STATUS: \u0022%s\u0022 or \u0022%s":"\u30e1\u30f3\u30c6\u30ca\u30f3\u30b9\u30fb\u30b9\u30c6\u30fc\u30bf\u30b9\u306fSTATUS\u304c\u5fc5\u8981\u3067\u3059: \u0022%s\u0022 or \u0022%s","A message with further instructions has been sent to your email address: %s":"\u8a73\u3057\u3044\u624b\u9806\u304c\u3042\u306a\u305f\u306e\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u306b\u9001\u4fe1\u3055\u308c\u307e\u3057\u305f\uff1a%s","A QTI Item involved in the QTI Test \u0027%s\u0027 could not be compiled.":"QTI\u30c6\u30b9\u30c8 \u0027%s\u0027 \u5185\u306eQTI\u30a2\u30a4\u30c6\u30e0\u304c\u30b3\u30f3\u30d1\u30a4\u30eb\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002","A QTI Test must contain at least one QTI Item to be compiled. None found.":"QTI\u30c6\u30b9\u30c8\u306f\u5c11\u306a\u304f\u3068\u3082\u3072\u3068\u3064\u306e\u30b3\u30f3\u30d1\u30a4\u30eb\u3055\u308c\u305fQTI\u30a2\u30a4\u30c6\u30e0\u304c\u306a\u304f\u3066\u306f\u306a\u308a\u307e\u305b\u3093\u3002","A qti testpackage":"QTI\u30c6\u30b9\u30c8\u30d1\u30c3\u30b1\u30fc\u30b8","A remote resource referenced in QTI test \u0027%s\u0027 could not be retrieved.":"QTI\u30c6\u30b9\u30c8 \u0027%s\u0027 \u3067\u53c2\u7167\u3055\u308c\u305f\u5916\u90e8\u30ea\u30bd\u30fc\u30b9\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002","A response to every question in this item is required.":"\u3059\u3079\u3066\u306e\u554f\u3044\u306b\u7b54\u3048\u3066\u304f\u3060\u3055\u3044\u3002","A response to this item is required.":"\u3053\u306e\u554f\u3044\u306b\u56de\u7b54\u3057\u3066\u304f\u3060\u3055\u3044","A valid response to this item is required.":"\u3053\u306e\u554f\u3044\u306b\u56de\u7b54\u3057\u3066\u304f\u3060\u3055\u3044","A visible section is one that is identifiable by the candidate.":"\u30d3\u30b8\u30d6\u30eb\u30bb\u30af\u30b7\u30e7\u30f3\u306f\u53d7\u9a13\u8005\u304c\u8b58\u5225\u3067\u304d\u308b\u3082\u306e\u3067\u3059\u3002","AAC audio":"AAC\u30aa\u30fc\u30c7\u30a3\u30aa","About":"\u3000","abs":"ABS","Absolute value":"\u7d76\u5bfe\u5024","AC":"AC","Access Denied":"\u30a2\u30af\u30bb\u30b9\u304c\u62d2\u5426\u3055\u308c\u307e\u3057\u305f","Access denied. Please renew your authentication!":"\u30a2\u30af\u30bb\u30b9\u304c\u62d2\u5426\u3055\u308c\u307e\u3057\u305f\u3002\u3042\u306a\u305f\u306e\u8a8d\u8a3c\u3092\u66f4\u65b0\u3057\u3066\u304f\u3060\u3055\u3044\uff01","Accessibility tool that enables Test Taker to have the item content read aloud.":"\u53d7\u9a13\u8005\u304c\u30a2\u30a4\u30c6\u30e0\u306e\u5185\u5bb9\u3092\u97f3\u58f0\u3067\u8aad\u307f\u4e0a\u3052\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u30a2\u30af\u30bb\u30b7\u30d3\u30ea\u30c6\u30a3\u30c4\u30fc\u30eb\u3067\u3059\u3002","Account status":"\u30a2\u30ab\u30a6\u30f3\u30c8\u72b6\u6cc1","Action":"\u64cd\u4f5c","Action %s - removed %s positions":"\uff05s-\uff05s\u3092\u524a\u9664\u3057\u307e\u3057\u305f","Action `%s` is not configured in the action queue service":"\u64cd\u4f5c `\uff05s`\u306f\uff0c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093","Action was not executed yet":"\u64cd\u4f5c\u306f\u307e\u3060\u5b9f\u884c\u3055\u308c\u3066\u3044\u307e\u305b\u3093","Actions":"\u64cd\u4f5c","Activated":"\u30d5\u30a3\u30fc\u30c9\u30d0\u30c3\u30af\u6709\u52b9","Add":"\u8ffd\u52a0","Add a CSV file":"CSV\u30d5\u30a1\u30a4\u30eb\u8ffd\u52a0","add a new weight":"\u65b0\u898f\u300c\u91cd\u307f\u300d\u8ffd\u52a0","Add a user":"\u30e6\u30fc\u30b6\u8ffd\u52a0","Add a zip file containing QTI\/APIP tests and items":"QTI\/APIP\u30c6\u30b9\u30c8\u3068\u30a2\u30a4\u30c6\u30e0\u3092\u542b\u3080zip\u30d5\u30a1\u30a4\u30eb\u3092\u8ffd\u52a0","Add an RDF\/XML file":"RDF\/XML\u30d5\u30a1\u30a4\u30eb\u8ffd\u52a0","Add Consumer":"\u30b3\u30f3\u30b7\u30e5\u30fc\u30de\u8ffd\u52a0","add criteria":"\u6761\u4ef6\u30fb\u57fa\u6e96\u3092\u8ffd\u52a0","Add file(s)":"\u30d5\u30a1\u30a4\u30eb\u8ffd\u52a0","Add index":"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u8ffd\u52a0","Add property":"\u30d7\u30ed\u30d1\u30c6\u30a3\u8ffd\u52a0","Add Provider":"\u30d7\u30ed\u30d0\u30a4\u30c0\u8ffd\u52a0","Add selected item(s) here.":"\u9078\u629e\u3057\u305f\u30a2\u30a4\u30c6\u30e0\u3092\u8ffd\u52a0","Add Subsection":"\u30b5\u30d6\u30bb\u30af\u30b7\u30e7\u30f3\u8ffd\u52a0","Add the source file":"\u30bd\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb\u3092\u8ffd\u52a0\u3002","Adding search index for %s":"%s\u306e\u691c\u7d22\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u8ffd\u52a0\u3057\u307e\u3059\u3002","Adding search index for created resource":"\u4f5c\u6210\u3057\u305f\u30ea\u30bd\u30fc\u30b9\u306e\u691c\u7d22\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u8ffd\u52a0","Adding the new class has failed":"\u65b0\u898f\u30af\u30e9\u30b9\u306e\u8ffd\u52a0\u306b\u5931\u6557\u3057\u307e\u3057\u305f","Adding the new resource has failed":"\u65b0\u898f\u30ea\u30bd\u30fc\u30b9\u306e\u8ffd\u52a0\u306b\u5931\u6557\u3057\u307e\u3057\u305f","Adding\/updating search index for updated resource":"\u66f4\u65b0\u3055\u308c\u305f\u30ea\u30bd\u30fc\u30b9\u306e\u691c\u7d22\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u8ffd\u52a0\u30fb\u66f4\u65b0","Adobe Flash file":"Adobe Flash\u30d5\u30a1\u30a4\u30eb","Advanced search, add filters":"\u9ad8\u5ea6\u306a\u691c\u7d22\uff08\u30d5\u30a3\u30eb\u30bf\u8ffd\u52a0\uff09","After you complete the section it would be impossible to return to this section to make changes. Are you sure you want to end the section?":"\u3053\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u3092\u7d42\u4e86\u3057\u305f\u5f8c\u3001\u3053\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u306b\u623b\u3063\u3066\u5909\u66f4\u3092\u52a0\u3048\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u3092\u7d42\u4e86\u3057\u3066\u3082\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f","all":"\u3059\u3079\u3066","All":"\u3059\u3079\u3066","all audios":"\u5168\u3066\u306e\u97f3\u58f0","All data will be removed in %s":"\u3059\u3079\u3066\u306e\u30c7\u30fc\u30bf\u306f%s\u304b\u3089\u79fb\u52d5\u3055\u308c\u307e\u3057\u305f","All fields are required":"\u3059\u3079\u3066\u5fc5\u9808\u9805\u76ee\u3067\u3059","all images":"\u5168\u3066\u306e\u753b\u50cf","All rights reserved.":"All rights reserved.","all videos":"\u5168\u3066\u306e\u52d5\u753b","Allow Comment":"\u30b3\u30e1\u30f3\u30c8\u3092\u8a31\u53ef","Allow for all domains":"\u3059\u3079\u3066\u306e\u30c9\u30e1\u30a4\u30f3\u3092\u8a31\u53ef","Allow for the following domains":"\u4ee5\u4e0b\u306e\u30c9\u30e1\u30a4\u30f3\u3092\u8a31\u53ef\u3057\u307e\u3059","Allow Review":"\u30ec\u30d3\u30e5\u30fc\u3092\u8a31\u53ef","Allow Section Skipping":"\u30bb\u30af\u30b7\u30e7\u30f3\u306e\u30b9\u30ad\u30c3\u30d7\u8a31\u53ef","Allow Skipping":"\u30b9\u30ad\u30c3\u30d7\u8a31\u53ef","Allow skipping of the current section.":"\u73fe\u5728\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u306e\u30b9\u30ad\u30c3\u30d7\u3092\u8a31\u53ef","Allow Test-taker to playback media files associated according to APIP protocol to item content.":"\u53d7\u9a13\u8005\u306f\uff0cAPIP\u30d7\u30ed\u30c8\u30b3\u30eb\u6e96\u62e0\u306e\u30a2\u30a4\u30c6\u30e0\u5185\u306e\u30e1\u30c7\u30a3\u30a2\u30d5\u30a1\u30a4\u30eb\u3092\u518d\u751f\u3067\u304d\u307e\u3059","Allow the candidate to review his answers.":"\u53d7\u9a13\u8005\u306b\u81ea\u5206\u306e\u89e3\u7b54\u3092\u78ba\u8a8d\u3059\u308b\u3053\u3068\u3092\u8a31\u53ef\u3057\u307e\u3059","Allow the test-taker to eliminate \/ strikethrough answers in choice interactions.":"\u9078\u629e\u554f\u984c\u3067\u6d88\u53bb\u6cd5\u3067\u306e\u89e3\u7b54\uff08\u53d6\u308a\u6d88\u3057\u7dda\u8868\u793a\uff09\u3092\u3059\u308b\u305f\u3081\u306e\u30b5\u30dd\u30fc\u30c8\u30c4\u30fc\u30eb","Allow the test-taker to highlight parts of the item text.":"\u9ec4\u8272\u30e9\u30a4\u30f3\u30de\u30fc\u30ab\u30fc","Allow the test-taker to mask and unmask answers in choice interactions.":"\u9078\u629e\u554f\u984c\u3067\u9078\u629e\u80a2\u3092\u4e00\u3064\u3065\u3064\u8868\u793a\u3055\u305b\u306a\u304c\u3089\u89e3\u7b54\u3059\u308b\u305f\u3081\u306e\u30b5\u30dd\u30fc\u30c8\u30c4\u30fc\u30eb","Allow the test-taker to mask parts of the item with a movable mask.":"\u554f\u984c\u306e\u4e00\u90e8\u5206\u3092\u96a0\u3057\u306a\u304c\u3089\u89e3\u7b54\u3059\u308b\u305f\u3081\u306e\u30b5\u30dd\u30fc\u30c8\u30c4\u30fc\u30eb","Allow the test-taker to use a basic calculator.":"\u96fb\u5353\u304c\u4f7f\u7528\u3067\u304d\u307e\u3059","Allow the test-taker to use a calculator respecting the order of operations (BODMAS).":"\u53d7\u9a13\u8005\u306f\uff0c\u6f14\u7b97\u9806\u5e8fBODMAS\u306b\u6cbf\u3063\u305f\u96fb\u5353\u304c\u4f7f\u3048\u307e\u3059\u3002","Allow the test-taker to use a movable magnifier tool.":"\u90e8\u5206\u62e1\u5927\u3059\u308b\u305f\u3081\u306e\u79fb\u52d5\u5f0f\u62e1\u5927\u30ec\u30f3\u30ba","Allow the test-taker to use a scientific calculator.":"\u95a2\u6570\u96fb\u5353\u304c\u4f7f\u7528\u3067\u304d\u307e\u3059","Allow the test-taker to visually isolate a line of text.":"\uff11\u884c\u3065\u3064\u8868\u793a\u7bc4\u56f2\u3092\u79fb\u52d5\u3057\u306a\u304c\u3089\uff0c\u8aad\u307f\u9032\u3081\u308b\u305f\u3081\u306e\u30b5\u30dd\u30fc\u30c8\u30c4\u30fc\u30eb","Allows Test-taker to zoom in and out the item content.":"\u753b\u9762\u5168\u4f53\u3092\u62e1\u5927\u30fb\u7e2e\u5c0f\u3067\u304d\u308b\u3088\u3046\u306b\u3057\u307e\u3059","Alpha version":"\u03b1\u30d0\u30fc\u30b8\u30e7\u30f3","Also compute the score per categories":"\u30ab\u30c6\u30b4\u30ea\u3054\u3068\u306b\u30b9\u30b3\u30a2\u3092\u63a1\u70b9\u3059\u308b\u5834\u5408\u306b\u8a2d\u5b9a","An email has been sent":"e\u30e1\u30fc\u30eb\u3092\u9001\u4fe1\u3057\u307e\u3057\u305f","An error occured while retrieving items":"\u30a2\u30a4\u30c6\u30e0\u306e\u53d6\u5f97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f","An error occurred during results submission. Please retry.":"\u7d50\u679c\u306e\u9001\u4fe1\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u518d\u5ea6\u5b9f\u884c\u3057\u3066\u304f\u3060\u3055\u3044","An error occurred during the test initialization!":"\u30c6\u30b9\u30c8\u521d\u671f\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f","An error occurred during the test, please content your administrator.":"\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u7ba1\u7406\u8005\u306b\u9023\u7d61\u3057\u3066\u304f\u3060\u3055\u3044\u3002","An error occurred during user deletion":"\u30e6\u30fc\u30b6\u524a\u9664\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f","An error occurred!":"\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f!","An error occurs, please contact your administrator":"\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u7ba1\u7406\u8005\u306b\u9023\u7d61\u3057\u3066\u304f\u3060\u3055\u3044\u3002","An exception occured while running \u0022%s":"\u0022%s\u0022 \u306e\u5b9f\u884c\u4e2d\u306b\u4f8b\u5916\u304c\u767a\u751f\u3057\u307e\u3057\u305f","an instance":"\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9","An invisible section with a parent that is subject to shuffling can specify whether or not its children, which will appear to the candidate as if they were part of the parent, are shuffled as a block or mixed up with the other children of the parent section.":"\u30b7\u30e3\u30c3\u30d5\u30eb\u306e\u5bfe\u8c61\u3068\u306a\u308b\u89aa\u30bb\u30af\u30b7\u30e7\u30f3\u3092\u6301\u3064\u4e0d\u53ef\u8996\u30bb\u30af\u30b7\u30e7\u30f3\u3067\u306f\u3001\u89aa\u30bb\u30af\u30b7\u30e7\u30f3\u306e\u4e00\u90e8\u3067\u3042\u308b\u304b\u306e\u3088\u3046\u306b\u53d7\u9a13\u8005\u306b\u8868\u793a\u3055\u308c\u308b\u5b50\u30bb\u30af\u30b7\u30e7\u30f3\u3092\u3001\u30d6\u30ed\u30c3\u30af\u3068\u3057\u3066\u30b7\u30e3\u30c3\u30d5\u30eb\u3059\u308b\u304b\u3001\u89aa\u30bb\u30af\u30b7\u30e7\u30f3\u306e\u4ed6\u306e\u5b50\u30bb\u30af\u30b7\u30e7\u30f3\u3068\u6df7\u305c\u3066\u30b7\u30e3\u30c3\u30d5\u30eb\u3059\u308b\u304b\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059\u3002","An item involved in the test cannot be read or is not QTI compliant.":"\u30c6\u30b9\u30c8\u306e\u30a2\u30a4\u30c6\u30e0\u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3002\u3082\u3057\u304f\u306fQTI\u306b\u6e96\u62e0\u3057\u3066\u3044\u307e\u305b\u3093\u3002","An item involved in the test cannot be written.":"\u30c6\u30b9\u30c8\u306e\u30a2\u30a4\u30c6\u30e0\u3092\u66f8\u304d\u8fbc\u3081\u307e\u305b\u3093","An unknown error occured while compiled QTI Test \u0027%s\u0027.":"QTI\u30c6\u30b9\u30c8\u0027%s\u0027\u306e\u30b3\u30f3\u30d1\u30a4\u30eb\u4e2d\u306b\u4e0d\u660e\u306a\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002","An unknown error occured while compiling QTI test \u0027%s\u0027.":"QTI\u30c6\u30b9\u30c8\u0027%s\u0027\u306e\u30b3\u30f3\u30d1\u30a4\u30eb\u4e2d\u306b\u4e0d\u660e\u306a\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002","An unrecoverable error occurred. Your test session will be paused.":"\u56de\u5fa9\u4e0d\u80fd\u306a\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u53d7\u9a13\u306f\u4e00\u6642\u505c\u6b62\u3055\u308c\u307e\u3059\u3002","and":"\u30fb","and flagged %s of them":"%s \u306b\u30d5\u30e9\u30b0\u3092\u7acb\u3066\u307e\u3057\u305f\u3002","and you flagged %s item(s) that you can review now":"\u4eca\u30ec\u30d3\u30e5\u30fc\u3067\u304d\u308b\u30a2\u30a4\u30c6\u30e0 %s \u306b\u30d5\u30e9\u30b0\u3092\u7acb\u3066\u307e\u3057\u305f","Ans":"Ans","Answer Eliminator":"\u6d88\u53bb\u6cd5\u30c4\u30fc\u30eb","Answer Masking":"\u9078\u629e\u80a2\u30de\u30b9\u30ad\u30f3\u30b0","Answered":"\u89e3\u7b54\u6e08\u307f","APIP Text To Speech":"\u30c6\u30ad\u30b9\u30c8\u8aad\u307f\u4e0a\u3052\uff08APIP)","Apply":"\u9069\u7528","Apply date range":"\u65e5\u4ed8\u3092\u9069\u7528","Arc cosine":"Arc cosine","Arc sine":"Arc sine","Arc tangent":"Arc tangent","Archived":"\u30a2\u30fc\u30ab\u30a4\u30d6","Are you sure to delete the versioned resource?\nThe history will be lost as well.":"\u30d0\u30fc\u30b8\u30e7\u30f3\u7ba1\u7406\u30ea\u30bd\u30fc\u30b9\u3092\u524a\u9664\u3057\u3066\u3082\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f\n\u5c65\u6b74\u3082\u4e00\u7dd2\u306b\u524a\u9664\u3055\u308c\u307e\u3059","Are you sure you want to clear your answer and go to the next item? You will not be able to go back and provide an answer.":"\u89e3\u7b54\u3092\u30af\u30ea\u30a2\u3057\u3066\u6b21\u306b\u9032\u3093\u3067\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f\u3000\u623b\u3063\u3066\u89e3\u7b54\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u306a\u304f\u306a\u308a\u307e\u3059\u3002","Are you sure you want to delete it?":"\u524a\u9664\u3057\u3066\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f","Are you sure you want to end the test?":"\u30c6\u30b9\u30c8\u3092\u7d42\u4e86\u3057\u3066\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f","Are you sure you want to go to the next item? You will not be able to go back and change your answer.":"\u6b21\u306b\u9032\u3093\u3067\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f\u3000\u623b\u3063\u3066\u89e3\u7b54\u3057\u76f4\u3059\u3053\u3068\u304c\u3067\u304d\u306a\u304f\u306a\u308a\u307e\u3059\u3002","Are you sure you want to go to the next item? You will not be able to go back and provide an answer.":"\u6b21\u306b\u9032\u3093\u3067\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f\u3000\u623b\u3063\u3066\u89e3\u7b54\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u306a\u304f\u306a\u308a\u307e\u3059\u3002","Are you sure you want to go to the next item? You will not be able to go back.":"\u6b21\u306b\u9032\u3093\u3067\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f\u3000\u4e00\u65e6\u9032\u3080\u3068\u623b\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3002","Are you sure you wish to delete it":"\u524a\u9664\u3057\u3066\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f","Area Masking":"\u30a8\u30ea\u30a2\u30de\u30b9\u30ad\u30f3\u30b0","Arguments separator":"\u5f15\u6570\u306e\u533a\u5207\u308a","Assessment Activity":"\u30a2\u30bb\u30b9\u30e1\u30f3\u30c8\u30a2\u30af\u30c6\u30a3\u30d3\u30c6\u30a3","Assets":"\u30e1\u30c7\u30a3\u30a2","Assign":"\u5272\u308a\u5f53\u3066","Assign User to role":"\u30e6\u30fc\u30b6\u3078\u306e\u30ed\u30fc\u30eb\u5272\u5f53\u3066","Assign Users":"\u30e6\u30fc\u30b6\u5272\u5f53\u3066","Associate a blueprint to a section allow you to validate this section against the specified blueprint.":"\u30d6\u30eb\u30fc\u30d7\u30ea\u30f3\u30c8\u3092\u30bb\u30af\u30b7\u30e7\u30f3\u306b\u95a2\u9023\u4ed8\u3051\u308b\u3053\u3068\u3067\u3001\u305d\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3055\u308c\u305f\u30d6\u30eb\u30fc\u30d7\u30ea\u30f3\u30c8\u306b\u5bfe\u3057\u3066\u691c\u8a3c\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002","Associate Blueprint":"\u30d6\u30eb\u30fc\u30d7\u30ea\u30f3\u30c8\u306e\u95a2\u9023\u4ed8\u3051","At least one mandatory parameter was required but found missing in your request":"\u5c11\u306a\u304f\u3068\u30821\u3064\u306e\u5fc5\u9808\u30d1\u30e9\u30e1\u30fc\u30bf\u304c\u5fc5\u8981\u3067\u3059\u304c\u3001\u4e0d\u8db3\u3057\u3066\u3044\u307e\u3059","Audio Video Interleave":"\u30aa\u30fc\u30c7\u30a3\u30aa\u30fb\u30d3\u30c7\u30aa\u30fb\u30a4\u30f3\u30bf\u30fc\u30ea\u30fc\u30d6","Author":"\u4f5c\u6210\u8005","Author Item":"\u7de8\u96c6\u30a2\u30a4\u30c6\u30e0","Authoring":"\u30aa\u30fc\u30b5\u30ea\u30f3\u30b0","auto unlocked in %s":"\uff05s\u3067\u81ea\u52d5\u30ed\u30c3\u30af\u89e3\u9664","Auxiliary file not found at location \u0022%s\u0022.":"\u30ed\u30b1\u30fc\u30b7\u30e7\u30f3\u0022%s\u0022\u306bAuxiliary\u30d5\u30a1\u30a4\u30eb\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002","Available":"\u5229\u7528\u53ef\u80fd","Available Extensions":"\u5229\u7528\u53ef\u80fd\u306a\u62e1\u5f35\u6a5f\u80fd","Back":"\u623b\u308b","Back to listing":"\u30ea\u30b9\u30c8\u3078\u623b\u308b","Base-10 logarithm":"\u5e38\u7528\u5bfe\u6570","Beta version":"\u03b2\u30d0\u30fc\u30b8\u30e7\u30f3","Binary operator *":"\u30d0\u30a4\u30ca\u30ea\u30aa\u30da\u30ec\u30fc\u30b7\u30e7\u30f3\u3000*","Binary operator +":"\u30d0\u30a4\u30ca\u30ea\u30aa\u30da\u30ec\u30fc\u30b7\u30e7\u30f3\u3000+","Binary operator -":"\u30d0\u30a4\u30ca\u30ea\u30aa\u30da\u30ec\u30fc\u30b7\u30e7\u30f3\u3000-","Binary operator \/":"\u30d0\u30a4\u30ca\u30ea\u30aa\u30da\u30ec\u30fc\u30b7\u30e7\u30f3\u3000\/","Binary operator modulo":"\u30d0\u30a4\u30ca\u30ea\u30aa\u30da\u30ec\u30fc\u30b7\u30e7\u30f3\u3000\u30e2\u30b8\u30e5\u30ed","Bitmap image":"\u30d3\u30c3\u30c8\u30de\u30c3\u30d7\u753b\u50cf","Black on Cream":"\u30af\u30ea\u30fc\u30e0\u5730\u306b\u9ed2","Black on Light Blue":"\u30d6\u30eb\u30fc\u5730\u306b\u9ed2","Black on Light Magenta":"\u30e9\u30a4\u30c8\u30de\u30bc\u30f3\u30bf\u5730\u306b\u9ed2","Black on White":"\u767d\u5730\u306b\u9ed2","Bookmark question":"\u30d6\u30c3\u30af\u30de\u30fc\u30af\u306b\u95a2\u3059\u308b\u8cea\u554f","Bookmark the current question for later review":"\u3053\u306e\u554f\u984c\u3092\u30de\u30fc\u30af\u3057\u3001\u5f8c\u3067\u78ba\u8a8d\u3067\u304d\u308b\u3088\u3046\u306b\u3059\u308b","Bookmarked question %s":"\u30de\u30fc\u30af\u3057\u305f\u554f\u984c\uff1a%s","Browse folders:":"\u30d5\u30a9\u30eb\u30c0\u3092\u53c2\u7167","Browse resources":"\u30d5\u30a9\u30eb\u30c0\u3092\u53c2\u7167","Browse...":"\u53c2\u7167...","Browsers Exclusion List":"\u30d6\u30e9\u30a6\u30b6\u9664\u5916\u30ea\u30b9\u30c8","C":"C","C file":"C\u30d5\u30a1\u30a4\u30eb","C++ file (.cpp)":"C++ \u30d5\u30a1\u30a4\u30eb (.cpp)","Calc speadsheet (Staroffice)":"\u30b9\u30d7\u30ec\u30c3\u30c9\u30b7\u30fc\u30c8 (Staroffice)","Calculator":"\u96fb\u5353","Calculator BODMAS":"\u96fb\u5353\uff08BODMAS\uff09","Calendar":"\u30ab\u30ec\u30f3\u30c0\u30fc","Can not playback media file!":"\u30e1\u30c7\u30a3\u30a2\u30d5\u30a1\u30a4\u30eb\u304c\u518d\u751f\u3067\u304d\u306a\u3044","CANCEL":"\u30ad\u30e3\u30f3\u30bb\u30eb","Cancel":"\u30ad\u30e3\u30f3\u30bb\u30eb","cancel":"\u30ad\u30e3\u30f3\u30bb\u30eb","cancel the action":"\u64cd\u4f5c\u306e\u30ad\u30e3\u30f3\u30bb\u30eb","Cancelled":"\u30ad\u30e3\u30f3\u30bb\u30eb\u3055\u308c\u307e\u3057\u305f","Candidate":"\u53d7\u9a13\u8005","Cannot be edited":"\u7de8\u96c6\u3067\u304d\u307e\u305b\u3093","Cannot divide by zero":"0\u3067\u9664\u7b97\u3067\u304d\u307e\u305b\u3093","Cardinality":"\u30ab\u30fc\u30c7\u30a3\u30ca\u30ea\u30c6\u30a3","Cascading Style Sheets":"CSS","Case sensitive":"\u5927\/\u5c0f\u6587\u5b57\u3092\u533a\u5225","Categories":"\u30ab\u30c6\u30b4\u30ea","Category score":"\u30ab\u30c6\u30b4\u30ea\u30b9\u30b3\u30a2","ceil":"CEIL","Change password":"\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5909\u66f4","Change the current color preset":"\u73fe\u5728\u306e\u8272\u8a2d\u5b9a\u3092\u5909\u66f4","Change the password":"\uff1c\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4\uff1e","Change the sign of the current operand":"\u73fe\u5728\u306e\u6f14\u7b97\u5b50\u3092\u5909\u66f4\u3057\u307e\u3059\u3002","Check All":"\u5168\u3066\u306b\u30c1\u30a7\u30c3\u30af","Check all":"\u5168\u3066\u306b\u30c1\u30a7\u30c3\u30af","Check-in":"\u30c1\u30a7\u30c3\u30af\u30a4\u30f3","Choose a type for your property first":"\u307e\u305a\u30d7\u30ed\u30d1\u30c6\u30a3\u5f62\u5f0f\u3092\u9078\u3093\u3067\u304f\u3060\u3055\u3044","Choose a value...":"\u5024\u3092\u9078\u629e...","Choose export format":"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u5f62\u5f0f","Choose import format":"\u30a4\u30f3\u30dd\u30fc\u30c8\u5f62\u5f0f","Class":"\u30af\u30e9\u30b9","class selected":"\u9078\u629e\u3055\u308c\u305f\u30af\u30e9\u30b9","Class successfully created.":"\u30af\u30e9\u30b9\u306f\u6b63\u5e38\u306b\u4f5c\u6210\u3055\u308c\u307e\u3057\u305f\u3002","Class uri provided is not a valid class.":"\u6307\u5b9a\u3055\u308c\u305f\u30af\u30e9\u30b9uri\u306f\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002","Cleaning up tmp space complete":"tmp\u30b9\u30da\u30fc\u30b9\u306e\u30af\u30ea\u30fc\u30f3\u30a2\u30c3\u30d7\u5b8c\u4e86","Cleaning up tmp space started":"tmp\u30b9\u30da\u30fc\u30b9\u306e\u30af\u30ea\u30fc\u30f3\u30a2\u30c3\u30d7\u3092\u958b\u59cb","Clear":"\u30af\u30ea\u30a2","Clear All":"\u3059\u3079\u3066\u30af\u30ea\u30a2","Clear all active highlights":"\u3059\u3079\u3066\u306e\u30e9\u30a4\u30f3\u30de\u30fc\u30ab\u3092\u30af\u30ea\u30a2","Clear all data":"\u3059\u3079\u3066\u306e\u30c7\u30fc\u30bf\u3092\u30af\u30ea\u30a2","Clear expression":"\u8868\u793a\u3092\u30af\u30ea\u30a2","Clear Highlights":"\u30e9\u30a4\u30f3\u30de\u30fc\u30ab\u3092\u30af\u30ea\u30a2","Clear History":"\u5c65\u6b74\u3092\u30af\u30ea\u30a2","Clear history":"\u5c65\u6b74\u3092\u30af\u30ea\u30a2","Clear selection":"\u9078\u629e\u3092\u30af\u30ea\u30a2","Clear the date time picker":"\u30c7\u30fc\u30c8\u30bf\u30a4\u30e0\u30d4\u30c3\u30ab\u30fc\u3092\u30af\u30ea\u30a2","Clear the stored variables":"\u4fdd\u5b58\u3055\u308c\u305f\u5909\u6570\u306e\u6d88\u53bb","Click \u0022%s\u0022 to continue.":"\u7d9a\u884c\u3059\u308b\u306b\u306f\u3001\u300c%s\u300d\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044","Click to reload.":"\u30af\u30ea\u30c3\u30af\u3067\u518d\u8aad\u307f\u8fbc\u307f","Click to speak":"\u30af\u30ea\u30c3\u30af\u3057\u3066\u8a71\u3057\u3066\u304f\u3060\u3055\u3044","Click to start":"\u30af\u30ea\u30c3\u30af\u3067\u958b\u59cb","Close":"\u9589\u3058\u308b","Close dialog":"\u30c0\u30a4\u30a2\u30ed\u30b0\u7d42\u4e86","Close Magnifier":"\u62e1\u5927\u30ec\u30f3\u30b9\u3092\u9589\u3058\u308b","Close message":"\u30e1\u30c3\u30bb\u30fc\u30b8\u7d42\u4e86","Close the mask":"\u30de\u30b9\u30af\u3092\u9589\u3058\u308b","Close this Section":"\u30bb\u30af\u30b7\u30e7\u30f3\u3092\u9589\u3058\u308b","Code Version":"\u30b3\u30fc\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3","Collapse the review panel":"\u30ec\u30d3\u30e5\u30fc\u30d1\u30cd\u30eb\u3092\u305f\u305f\u3080","Collecting of abandoned actions in the action queue ...":"\u64cd\u4f5c\u30ad\u30e5\u30fc\u306b\u653e\u68c4\u3055\u308c\u305f\u64cd\u4f5c\u306e\u53ce\u96c6...","Column":"\u5217","Combine a selection of items into tests.":"\u9078\u629e\u3055\u308c\u305f\u30a2\u30a4\u30c6\u30e0\u3092\u30c6\u30b9\u30c8\u3068\u3057\u3066\u69cb\u6210\u3059\u308b","Comment":"\u30b3\u30e1\u30f3\u30c8","comment...":"\u30b3\u30e1\u30f3\u30c8...","Commit":"\u9069\u7528","Completed":"\u5b8c\u4e86","Completed - Error":"\u5b8c\u4e86 - \u30a8\u30e9\u30fc","Completed items":"\u5b8c\u4e86\u3057\u305f\u30a2\u30a4\u30c6\u30e0","Compressed tar file":"\u5727\u7e2etar\u30d5\u30a1\u30a4\u30eb","Compute the expression":"\u8a08\u7b97\u3059\u308b","Confirm":"\u78ba\u8a8d","Connect to the TAO platform":"CBT\u30d7\u30e9\u30c3\u30c8\u30db\u30fc\u30e0\u3078\u63a5\u7d9a","Connected to server":"\u30b5\u30fc\u30d0\u306b\u63a5\u7d9a\u3057\u307e\u3057\u305f","Continue":"\u6b21\u3078","CONTINUE TO THE NEXT SECTION":"\u6b21\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u3078\u7d9a\u304f","Contrast":"\u30b3\u30f3\u30c8\u30e9\u30b9\u30c8","Controls the contribution of an individual item score to the overall test score.":"\u30a2\u30a4\u30c6\u30e0\u3054\u3068\u306e\u30b9\u30b3\u30a2\u306e\u91cd\u307f\u4ed8\u3051\uff08\u91cd\u307f\u4ed8\u306e\u8b58\u5225\u5b50\u540d\u3068\u91cd\u307f\u4ed8\u3051\u306e\u5024\uff09\u3092\u8a2d\u5b9a\u3057\u307e\u3059","Controls the maximum number of attempts allowed. 0 means unlimited.":"\u30a2\u30a4\u30c6\u30e0\u306e\u6700\u5927\u5b9f\u65bd\u56de\u6570\u3092\u8a2d\u5b9a\u3057\u307e\u3059\u30020\u306e\u5834\u5408\u306f\u7121\u5236\u9650\u3068\u306a\u308a\u307e\u3059\u3002","Copy":"\u30b3\u30d4\u30fc","Copy to":"\u6307\u5b9a\u30b3\u30d4\u30fc","Copy To":"\u6307\u5b9a\u30b3\u30d4\u30fc","Copy to clipboard":"\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u306b\u30b3\u30d4\u30fc","cos":"cos","cosh":"cosh","Cosine":"cos","Covers parts of the item":"\u30a2\u30a4\u30c6\u30e0\u306e\u4e00\u90e8\u3092\u30ab\u30d0\u30fc\u3059\u308b","Create":"\u4f5c\u6210","Create and design items and exercises.":"\u30a2\u30a4\u30c6\u30e0\u3068\u30a8\u30af\u30b5\u30b5\u30a4\u30ba\u306e\u4f5c\u6210\u3068\u30c7\u30b6\u30a4\u30f3","Create instance of ":"\u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059","Created":"\u4f5c\u6210\u3055\u308c\u307e\u3057\u305f","Creating report ...":"\u30ec\u30dd\u30fc\u30c8\u3092\u4f5c\u6210 ...","CSP Header settings were saved successfully!":"CSP\u30d8\u30c3\u30c0\u306e\u8a2d\u5b9a\u304c\u6b63\u5e38\u306b\u4fdd\u5b58\u3055\u308c\u307e\u3057\u305f","CSV":"CSV","CSV file":"CSV\u30d5\u30a1\u30a4\u30eb","CSV Options":"CSV\u30aa\u30d7\u30b7\u30e7\u30f3","Cube root":"\u7acb\u65b9\u6839","Current language":"\u73fe\u5728\u306e\u8a00\u8a9e","Current playback position":"\u73fe\u5728\u306e\u518d\u751f\u4f4d\u7f6e","currently has a dependency established with ":"\u4f9d\u5b58\u95a2\u4fc2\u304c\u78ba\u7acb\u3055\u308c\u3066\u3044\u307e\u3059","Custom":"\u30ab\u30b9\u30bf\u30e0","custom categories":"\u30ab\u30b9\u30bf\u30e0\u30ab\u30c6\u30b4\u30ea","Custom outcome processing. No changes will be made to the existing rules.":"\u30ab\u30b9\u30bf\u30e0\u7d50\u679c\u51e6\u7406\u3002\u65e2\u5b58\u306e\u30eb\u30fc\u30eb\u3092\u5909\u66f4\u3059\u308b\u3053\u3068\u306f\u3042\u308a\u307e\u305b\u3093\u3002","Cut score":"\u30ab\u30c3\u30c8\u30b9\u30b3\u30a2","Cut score (pass ratio)":"\u30ab\u30c3\u30c8\u30b9\u30b3\u30a2\uff08\u5408\u683c\u5f97\u70b9\u7387\uff09","Data imported":"\u30c7\u30fc\u30bf\u3092\u30a4\u30f3\u30dd\u30fc\u30c8\u3057\u307e\u3057\u305f\u3002","Data imported successfully":"\u30a4\u30f3\u30dd\u30fc\u30c8\u304c\u5b8c\u4e86\u3057\u307e\u3057\u305f","Data imported. Some records are invalid.":"\u30c7\u30fc\u30bf\u3092\u30a4\u30f3\u30dd\u30fc\u30c8\u3057\u307e\u3057\u305f\u3002\u4e00\u90e8\u306e\u30ec\u30b3\u30fc\u30c9\u306f\u7121\u52b9\u3067\u3059\u3002","Data language":"\u30c7\u30fc\u30bf\u8a00\u8a9e","Data Language":"\u30c7\u30fc\u30bf\u8a00\u8a9e","Data not imported. All records are invalid.":"\u30c7\u30fc\u30bf\u306f\u30a4\u30f3\u30dd\u30fc\u30c8\u3055\u308c\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u3059\u3079\u3066\u306e\u30ec\u30b3\u30fc\u30c9\u306f\u7121\u52b9\u3067\u3059\u3002","Data source URI":"\u30c7\u30fc\u30bf\u30bd\u30fc\u30b9URI","Database file":"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb","Date":"\u65e5\u4ed8","date range":"\u65e5\u4ed8\u7bc4\u56f2","date time":"\u65e5\u4ed8\u6642\u9593","date time range":"\u65e5\u4ed8\u6642\u9593\u7bc4\u56f2","Default search":"\u30c7\u30d5\u30a9\u30eb\u30c8\u691c\u7d22","Define the default values":"\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u5b9a\u7fa9\u3057\u307e\u3059","Deg":"Deg","Degree":"\u30ec\u30d9\u30eb","Delete":"\u524a\u9664","Delete Left":"\u5de6\u3092\u524a\u9664","Delete Right":"\u53f3\u3092\u524a\u9664","Delete the term on the left side of the cursor":"\u30ab\u30fc\u30bd\u30eb\u306e\u5de6\u90e8\u5206\u3092\u524a\u9664\u3057\u307e\u3059","Delete the term on the right side of the cursor":"\u30ab\u30fc\u30bd\u30eb\u306e\u53f3\u90e8\u5206\u3092\u524a\u9664\u3057\u307e\u3059","Deleting search index for %s":"%s \u306e\u691c\u7d22\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u524a\u9664\u3057\u307e\u3059\u3002","Deleting this property will also remove the dependency":"\u3053\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u3092\u524a\u9664\u3059\u308b\u3053\u3068\u3067\u3001\u4f9d\u5b58\u95a2\u4fc2\u3082\u524a\u9664\u3055\u308c\u307e\u3059\u3002","Deliveries":"\u30c7\u30ea\u30d0\u30ea","Demo Sandbox":"\u30b5\u30f3\u30c9\u30dc\u30c3\u30af\u30b9","Dependency URI Path":"Dependency\uff08\u4f9d\u5b58\u6027\uff09 URI Path","Depends on property":"\u30d7\u30ed\u30d1\u30c6\u30a3\u306b\u4f9d\u5b58","Digit 0":"Digit 0","Digit 1":"Digit 1","Digit 2":"Digit 2","Digit 3":"Digit 3","Digit 4":"Digit 4","Digit 5":"Digit 5","Digit 6":"Digit 6","Digit 7":"Digit 7","Digit 8":"Digit 8","Digit 9":"Digit 9","Disable validation":"\u691c\u8a3c\u3092\u7121\u52b9\u306b\u3059\u308b","Disabled %s":"%s\u3000\u7121\u52b9","Disconnected from server":"\u30b5\u30fc\u30d0\u3068\u306e\u63a5\u7d9a\u304c\u5207\u65ad\u3055\u308c\u307e\u3057\u305f","Display a warning before the test-taker ends a test part and there are still items left unanswered or marked for review.":"\u53d7\u9a13\u8005\u304c\u30c6\u30b9\u30c8\u30d1\u30fc\u30c8\u3092\u7d42\u4e86\u3059\u308b\u6642\u306b\u3001\u672a\u89e3\u7b54\u3084\u898b\u76f4\u3057\u30de\u30fc\u30af\u304c\u6b8b\u3063\u3066\u3044\u308b\u5834\u5408\uff0c\u8b66\u544a\u3092\u8868\u793a\u3057\u307e\u3059\u3002","Display a warning before the test-taker ends the test part.":"\u30c6\u30b9\u30c8\u30d1\u30fc\u30c8\u3092\u7d42\u4e86\u3059\u308b\u524d\u306b\uff0c\u53d7\u9a13\u8005\u3078\u8b66\u544a\u3092\u8868\u793a\u3057\u307e\u3059\u3002","Display a warning before the test-taker ends the test.":"\u30c6\u30b9\u30c8\u3092\u7d42\u4e86\u3059\u308b\u524d\u306b\uff0c\u53d7\u9a13\u8005\u3078\u8b66\u544a\u3092\u8868\u793a\u3057\u307e\u3059\u3002","Display a warning before the test-taker skips the section. Requires the Section Skipping option.":"\u53d7\u9a13\u8005\u304c\u30bb\u30af\u30b7\u30e7\u30f3\u3092\u30b9\u30ad\u30c3\u30d7\u3059\u308b\u6642\u306b\u8b66\u544a\u3092\u8868\u793a\u3057\u307e\u3059\u3002\u30bb\u30af\u30b7\u30e7\u30f3\u30b9\u30ad\u30c3\u30d7\u306e\u8a2d\u5b9a\u304c\u524d\u63d0\u3067\u3059\u3002","Display End Test Warning":"\u30c6\u30b9\u30c8\u7d42\u4e86\u8b66\u544a","Display Next Part Warning":"\u30c6\u30b9\u30c8\u30d1\u30fc\u30c8\u7d42\u4e86\u8b66\u544a","Display Next Section Warning":"\u30bb\u30af\u30b7\u30e7\u30f3\u30b9\u30ad\u30c3\u30d7\u8b66\u544a","Display Unanswered Warning":"\u672a\u89e3\u7b54\u3042\u308a\u8b66\u544a","Displayed label":"\u30e9\u30d9\u30eb\u8868\u793a","Displays a customisable magnifier":"\u30ab\u30b9\u30bf\u30de\u30a4\u30ba\u62e1\u5927\u30ec\u30f3\u30ba\u3092\u8868\u793a","Do not bookmark the current question for later review":"\u3053\u306e\u554f\u984c\u306b\u30de\u30fc\u30af\u3092\u4ed8\u3051\u306a\u3044","Do not flag the current item for later review":"\u73fe\u5728\u306e\u30a2\u30a4\u30c6\u30e0\u306b\u898b\u76f4\u3057\u30d5\u30e9\u30b0\u3092\u5916\u3059","Do not rename it.":"\u30ea\u30cd\u30fc\u30e0\u3057\u306a\u3044\u3067\u304f\u3060\u3055\u3044","Do not show alert on timeout":"\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8\u8b66\u544a\u3092\u975e\u8868\u793a","Do you want to override \u0022%s\u0022?":"\u0022%s\u0022 \u3092\u4e0a\u66f8\u304d\u3057\u307e\u3059\u304b\uff1f","Do you wish to install the following extension(s):\n%s?":"\u3053\u306e\u62e1\u5f35\u6a5f\u80fd\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u307e\u3059\u304b:\n%s?","Document templates (Staroffice)":"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8(Staroffice)","does not match":"\u4e0d\u4e00\u81f4","Don\u0027t set":"\u8a2d\u5b9a\u3057\u306a\u3044\u3067\u304f\u3060\u3055\u3044","Don\\\u0027t save":"\u4fdd\u5b58\u3057\u306a\u3044\u3067\u304f\u3060\u3055\u3044","Dot":"\u70b9","Download":"\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9","Download the pupil responses and submit manually.":"\u751f\u5f92\u306e\u56de\u7b54\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u3001\u624b\u52d5\u3067\u63d0\u51fa\u3059\u308b\u3002","Download this file":"\u3053\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9","Drag file here":"\u30d5\u30a1\u30a4\u30eb\u3092\u3053\u3053\u306b\u30c9\u30e9\u30c3\u30b0","Drag files here":"\u30d5\u30a1\u30a4\u30eb\u3092\u3053\u3053\u306b\u30c9\u30e9\u30c3\u30b0","Drop the files to upload":"\u30d5\u30a1\u30a4\u30eb\u3092\u30c9\u30ed\u30c3\u30d7\u3057\u3066\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9","Duplicate":"\u30b3\u30d4\u30fc","Edit":"\u7de8\u96c6","Edit a user":"\u30e6\u30fc\u30b6\u306e\u7de8\u96c6","Edit class %s":"\u30af\u30e9\u30b9\u7de8\u96c6\uff1a%s","Edit Instance":"\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u7de8\u96c6","Edit Tree":"\u30c4\u30ea\u30fc\u7de8\u96c6","Element":"\u30a8\u30ec\u30e1\u30f3\u30c8","Element deleted.":"\u30a8\u30ec\u30e1\u30f3\u30c8\u304c\u524a\u9664\u3055\u308c\u307e\u3057\u305f","Eliminate choices":"\u9078\u629e\u80a2\u306e\u6d88\u53bb","Email":"E\u30e1\u30fc\u30eb","Enable Mark for Review":"\u898b\u76f4\u3057\u30de\u30fc\u30af\u8868\u793a","Enable mark for review of items. Requires the Review Screen option.":"\u30a2\u30a4\u30c6\u30e0\u306e\u898b\u76f4\u3057\u30de\u30fc\u30af\u306e\u5229\u7528\u304c\u6709\u52b9\u306b\u306a\u308a\u307e\u3059\u3002\u30ec\u30d3\u30e5\u30fc\u30b9\u30af\u30ea\u30fc\u30f3\u3082\u6709\u52b9\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002","Enable Review Screen":"\u30ec\u30d3\u30e5\u30fc\u30b9\u30af\u30ea\u30fc\u30f3\u8868\u793a","Enable selection":"\u9078\u629e\u51fa\u984c","Enable Skipping Ahead":"\u30b9\u30ad\u30c3\u30d7\u6709\u52b9","Enable text to speech":"\u30c6\u30ad\u30b9\u30c8\u8aad\u307f\u4e0a\u3052\u6709\u52b9","Enable the item review screen \/ navigator.":"\u53d7\u9a13\u8005\u306b\u30ec\u30d3\u30e5\u30fc\u30b9\u30af\u30ea\u30fc\u30f3\uff08\u554f\u984c\u4e00\u89a7\u30fb\u89e3\u7b54\u72b6\u6cc1\u753b\u9762\uff09\u304c\u8868\u793a\u3055\u308c\u307e\u3059","enabled":"\u6709\u52b9\u306b\u3057\u307e\u3057\u305f","Enabled %s":"%s \u3092\u6709\u52b9\u306b\u3057\u307e\u3057\u305f","Enables skipping to items within this section. Requires the review screen option.":"\u3053\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u5185\u306e\u30b9\u30ad\u30c3\u30d7\u3092\u6709\u52b9\u306b\u3057\u307e\u3059\u3002\u30ec\u30d3\u30e5\u30fc\u30b9\u30af\u30ea\u30fc\u30f3\u8a2d\u5b9a\u304c\u5fc5\u8981\u3067\u3059\u3002","End of document reached. Continuing from the beginning.":"\u6587\u66f8\u306e\u7d42\u308f\u308a\u306b\u9054\u3057\u307e\u3057\u305f\u3002\u6700\u521d\u306b\u623b\u308a\u307e\u3059\u3002","End test":"\u30c6\u30b9\u30c8\u7d42\u4e86","End Test":"\u30c6\u30b9\u30c8\u7d42\u4e86","Enhanced metafile":"\u62e1\u5f35\u30e1\u30bf\u30d5\u30a1\u30a4\u30eb","Enter":"\u3000","Enter a blueprint":"\u30d6\u30eb\u30fc\u30d7\u30ea\u30f3\u30c8\u306e\u5165\u529b","Enter a custom category":"\u30ab\u30c6\u30b4\u30ea\u3092\u5165\u529b","Error":"\u30a8\u30e9\u30fc","Error adding search index for %s with message %s":"\u30e1\u30c3\u30bb\u30fc\u30b8 %s \u3067 %s \u306e\u691c\u7d22\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u8ffd\u52a0\u3059\u308b\u3068\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3059\u3002","Error during file import":"\u30d5\u30a1\u30a4\u30eb\u30a4\u30f3\u30dd\u30fc\u30c8\u4e2d\u306e\u30a8\u30e9\u30fc","Error found in the IMS QTI Test:\n%s":"QTI\u30c6\u30b9\u30c8\u306b\u30a8\u30e9\u30fc\u304c\u898b\u3064\u304b\u308a\u307e\u3057\u305f:\n%s","Error in result":"\u7d50\u679c\u306e\u30a8\u30e9\u30fc","Error in syntax":"\u69cb\u6587\u306e\u30a8\u30e9\u30fc","Error in value":"\u5024\u306e\u30a8\u30e9\u30fc","Error: %s":"%s \u30a8\u30e9\u30fc","Event Log":"\u30a4\u30d9\u30f3\u30c8\u30ed\u30b0","Excluded Browsers":"\u5bfe\u8c61\u5916\u30d6\u30e9\u30a6\u30b6","Excluded OS":"\u5bfe\u8c61\u5916OS","Exclusion List":"\u9664\u5916\u30ea\u30b9\u30c8","Exclusive (OR)":"\u6392\u4ed6\u7684(OR)","Execute":"\u5b9f\u884c","Executing task %s failed":"\u30bf\u30b9\u30af %s \u306e\u5b9f\u884c\u306b\u30a8\u30e9\u30fc\u306b\u306a\u308a\u307e\u3057\u305f\u3002","exp":"exp","Expand the review panel":"\u30ec\u30d3\u30e5\u30fc\u30d1\u30cd\u30eb\u3092\u958b\u304f","Exponent":"\u6307\u6570","Export":"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8","Export \u0022%s\u0022 in %s":"\u0022%s\u0022 \u3092 %s \u306b\u30a8\u30af\u30b9\u30dd\u30fc\u30c8","Export CSV":"CSV\u30a8\u30af\u30b9\u30dd\u30fc\u30c8","Export failed for the test \u0022%s":"\u30c6\u30b9\u30c8 \u0022%s \u306e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u5931\u6557","Export failed.":"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u306b\u5931\u6557\u3057\u307e\u3057\u305f","Export Irregularities":"\u30a4\u30ec\u30ae\u30e5\u30e9\u30fc\u51fa\u529b","Export metadata":"\u30e1\u30bf\u30c7\u30fc\u30bf\u30a8\u30af\u30b9\u30dd\u30fc\u30c8","Export Metadata as RDF\/XML file":"\u30e1\u30bf\u30c7\u30fc\u30bf\u3092RDF\/XML\u3067\u30a8\u30af\u30b9\u30dd\u30fc\u30c8","Export QTI 2.1 Test Package":"QTI2.1 Test Package\u30a8\u30af\u30b9\u30dd\u30fc\u30c8","Export QTI 2.2 Test Package":"QTI2.2 Test Package\u30a8\u30af\u30b9\u30dd\u30fc\u30c8","Export succeeded.":"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u5b8c\u4e86","Export successful for the test \u0022%s":"\u30c6\u30b9\u30c8 \u0022%s \u306e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u304c\u5b8c\u4e86\u3057\u307e\u3057\u305f","Export Table":"\u7d50\u679c\u30c6\u30fc\u30d6\u30eb\u51fa\u529b","Extension \u0022%s\u0022 has been installed":"\u62e1\u5f35\u6a5f\u80fd \u0022%s\u0022\u304c\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u307e\u3057\u305f\u3002","Extensions manager":"\u62e1\u5f35\u6a5f\u80fd\u306e\u8a2d\u5b9a","Factorial":"\u968e\u4e57","Failed":"\u5931\u6557\u3057\u307e\u3057\u305f","Failed to copy class.":"\u30af\u30e9\u30b9\u306e\u30b3\u30d4\u30fc\u306b\u5931\u6557\u3057\u307e\u3057\u305f","Failed to delete index for %s":"%s \u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002","False":"False","Feedback block":"\u30d5\u30a3\u30fc\u30c9\u30d0\u30c3\u30af\u30d6\u30ed\u30c3\u30af","Field delimiter":"\u30d5\u30a3\u30fc\u30eb\u30c9\u533a\u5207\u308a\u8a18\u53f7","Field encloser":"\u30d5\u30a3\u30fc\u30eb\u30c9\u67a0","Fields must match":"\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u4e00\u81f4\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002","File":"\u30d5\u30a1\u30a4\u30eb","File download failed":"\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u306b\u5931\u6557\u3057\u307e\u3057\u305f","File name":"\u30d5\u30a1\u30a4\u30eb\u540d","File not found":"\u30d5\u30a1\u30a4\u30eb\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093","File not found!":"\u30d5\u30a1\u30a4\u30eb\u306f\u898b\u3064\u304b\u308a\u307e\u305b\u3093!","File Properties":"\u30d5\u30a1\u30a4\u30eb\u306e\u30d7\u30ed\u30d1\u30c6\u30a3","file selected":"\u30d5\u30a1\u30a4\u30eb\u9078\u629e","File Uploader":"\u30d5\u30a1\u30a4\u30eb\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9","files selected":"\u30d5\u30a1\u30a4\u30eb\u9078\u629e","Filter":"\u30d5\u30a3\u30eb\u30bf","Filter by value":"\u5024\u3067\u30d5\u30a3\u30eb\u30bf\u30ea\u30f3\u30b0","Filtering mode":"\u30d5\u30a3\u30eb\u30bf\u30ea\u30f3\u30b0\u30e2\u30fc\u30c9","First Name":"\u540d\u524d\uff11","First page":"\u6700\u521d\u306e\u30da\u30fc\u30b8","First row column names":"\u6700\u521d\u306e\u884c\u5217\u540d","Fit to width":"\u5e45\u306b\u30d5\u30a3\u30c3\u30c8","Fixed":"\u51fa\u984c\u9806\u3092\u56fa\u5b9a","Fixed position in a shuffled the selection.":"\u30b7\u30e3\u30c3\u30d5\u30eb\u3067\u306e\u56fa\u5b9a\u4f4d\u7f6e","Flag for Review":"\u898b\u76f4\u3057\u30de\u30fc\u30af","Flag the current item for later review":"\u3053\u306e\u30a2\u30a4\u30c6\u30e0\u306e\u898b\u76f4\u3057\u30de\u30fc\u30af\u30b0","Flagged":"\u898b\u76f4\u3057\u30de\u30fc\u30af","Flagged for review":"\u898b\u76f4\u3057\u30de\u30fc\u30af","Flash video":"Flash\u52d5\u753b","floor":"\u30d5\u30ed\u30a2","Flowchart-based programming environment & TI Interactive Workbook":"\u30d5\u30ed\u30fc\u30c1\u30e3\u30fc\u30c8\u30d9\u30fc\u30b9\u306e\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0\u74b0\u5883\u3068TI\u30a4\u30f3\u30bf\u30e9\u30af\u30c6\u30a3\u30d6\u30fb\u30ef\u30fc\u30af\u30d6\u30c3\u30af","Forbid for all domains":"\u3059\u3079\u3066\u306e\u30c9\u30e1\u30a4\u30f3\u3092\u7981\u6b62","Force HTTPS on this platform":"\u3053\u306e\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u3067 HTTPS \u3092\u5f37\u5236\u7684\u306b\u4f7f\u7528","Force Release":"\u5f37\u5236\u30ea\u30ea\u30fc\u30b9","Force the item to be considered as informational and not taken into account in (un)answered \/ flagged counters.":"\u30a4\u30f3\u30d5\u30a9\u30e1\u30fc\u30b7\u30e7\u30f3\u306e\u305f\u3081\u306e\u30a2\u30a4\u30c6\u30e0\u3068\u898b\u306a\u3057\u3001\u89e3\u7b54\u30fb\u672a\u89e3\u7b54\u3084\u898b\u76f4\u3057\u30de\u30fc\u30af\u306e\u30ab\u30a6\u30f3\u30c8\u306b\u53cd\u6620\u3055\u308c\u307e\u305b\u3093\u3002","Forgot your password?":"\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u304a\u5fd8\u308c\u3067\u3059\u304b?","Form":"\u30d5\u30a9\u30fc\u30e0","Form data not saved.":"\u30d5\u30a9\u30fc\u30e0\u30c7\u30fc\u30bf\u306f\u4fdd\u5b58\u3055\u308c\u307e\u305b\u3093\u3067\u3057\u305f","From":"\u3000","Fuzzy Matching":"\u3042\u3044\u307e\u3044\u691c\u7d22","Generis Form":"\u30b8\u30a7\u30cd\u30ea\u30b9\u30d5\u30a9\u30fc\u30e0","Geogebra data file":"Geogebra\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb","Get History":"\u5c65\u6b74\u3092\u8868\u793a","Get the history list":"\u5c65\u6b74\u30ea\u30b9\u30c8\u3092\u8868\u793a","GIF image":"GIF\u753b\u50cf","Go Back":"\u524d\u306b\u623b\u308b","go back to home page":"\u30db\u30fc\u30e0\u306b\u623b\u308b","Go to next item":"\u6b21\u3078\u9032\u3080","Go to the current question":"\u73fe\u5728\u306e\u554f\u984c\u306b\u9032\u3080","Go to the next item?":"\u6b21\u3078\u9032\u307f\u307e\u3059\u304b\uff1f","Go to the next question":"\u6b21\u306e\u554f\u984c\u306b\u9032\u3080","Go to the previous question":"\u524d\u306e\u554f\u984c\u306b\u623b\u308b","Go to the top of the page":"\u6700\u521d\u306e\u30da\u30fc\u30b8\u306b\u623b\u308b","Gray on Green":"\u30b0\u30ea\u30fc\u30f3\u5730\u306b\u30b0\u30ec\u30a4","Group test takers according to global features and classifications.":"\u30b0\u30ed\u30fc\u30d0\u30eb\u306a\u7279\u5fb4\u3084\u5206\u985e\u306b\u5fdc\u3058\u3066\u3001\u53d7\u9a13\u8005\u3092\u30b0\u30eb\u30fc\u30d7\u5316\u3059\u308b\u3002","Groups":"\u30b0\u30eb\u30fc\u30d7","Groups library":"\u30b0\u30eb\u30fc\u30d7\u30e9\u30a4\u30d6\u30e9\u30ea","GZip Compressed Archive":"GZip\u5727\u7e2e\u30a2\u30fc\u30ab\u30a4\u30d6","Header file with extensionsLabels":"\u62e1\u5f35\u5b50\u3092\u542b\u3080\u30d8\u30c3\u30c0\u30fc\u30d5\u30a1\u30a4\u30ebLabels","Height":"\u9ad8\u3055","Help":"\u30d8\u30eb\u30d7","Hi, %s
You indicated that you have forgotten your TAO password.":"%s \u3055\u3093
TAO\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u304a\u5fd8\u308c\u3067\u3059\u306d","Hide detailed report":"\u8a73\u7d30\u5831\u544a\u3092\u975e\u8868\u793a","Hide password":"\u30d1\u30b9\u30ef\u30fc\u30c9\u975e\u8868\u793a","Hide Review":"\u4e00\u89a7\u3092\u96a0\u3059","Hide test overview panel":"\u30c6\u30b9\u30c8\u4e00\u89a7\u975e\u8868\u793a","Hide the review screen":"\u30ec\u30d3\u30e5\u30fc\u30b9\u30af\u30ea\u30fc\u30f3\u975e\u8868\u793a","Hide the warning automatically displayed when a test-taker exit a timed section.":"\u6642\u9593\u5236\u9650\u306e\u3042\u308b\u30bb\u30af\u30b7\u30e7\u30f3\u304c\u7d42\u4e86\u3059\u308b\u969b\u306b\u81ea\u52d5\u7684\u306b\u8868\u793a\u3055\u308c\u308b\u8b66\u544a\u3092\u975e\u8868\u793a\u306b\u3057\u307e\u3059","Hide Timed Section Warning":"\u30bb\u30af\u30b7\u30e7\u30f3\u6642\u9593\u5207\u308c\u8b66\u544a\u3092\u975e\u8868\u793a","Hide timers":"\u30bf\u30a4\u30de\u30fc\u3092\u96a0\u3059","Highlight":"\u30cf\u30a4\u30e9\u30a4\u30c8","Highlight all":"\u3059\u3079\u3066\u3092\u5f37\u8abf\u3059\u308b","Highlight Text":"\u30cf\u30a4\u30e9\u30a4\u30c8\u30c6\u30ad\u30b9\u30c8","Highlighter":"\u30e9\u30a4\u30f3\u30de\u30fc\u30ab\u30fc","History":"\u5c65\u6b74","hours":"\u6642\u9593","Html title":"HTML\u30bf\u30a4\u30c8\u30eb","Hyperbolic arc cosine":"\u53cc\u66f2\u7dda\u30a2\u30fc\u30af\u30b3\u30b5\u30a4\u30f3","Hyperbolic arc sine":"\u53cc\u66f2\u7ddaarc-cosine","Hyperbolic arc tangent":"\u53cc\u66f2\u7ddaarc-tangent","Hyperbolic cosine":"\u53cc\u66f2\u7ddacos","Hyperbolic sine":"\u53cc\u66f2\u7ddasin","Hyperbolic tangent":"\u53cc\u66f2\u7ddatan","Hypertext markup language":"\u30cf\u30a4\u30d1\u30fc\u30c6\u30ad\u30b9\u30c8\u30de\u30fc\u30af\u30a2\u30c3\u30d7\u8a00\u8a9e","I understand that this action is permanent.":"\u524a\u9664\u3092\u518d\u78ba\u8a8d","Identifier":"\u8b58\u5225\u5b50","If required it must appear (at least once) in the selection.":"\u5fc5\u9808\u306b\u3059\u308b\u3068\uff0c\u9078\u629e\u51fa\u984c\u306e\u5834\u5408\u3067\u3082\u3053\u306e\u30a2\u30a4\u30c6\u30e0\u306f\u5fc5\u305a\u51fa\u984c\u3055\u308c\u307e\u3059","If required, it must appears at least once in the selection.":"\u5fc5\u9808\u306b\u3059\u308b\u3068\uff0c\u9078\u629e\u51fa\u984c\u306e\u5834\u5408\u3067\u3082\u3053\u306e\u30a2\u30a4\u30c6\u30e0\u306f\u5fc5\u305a\u51fa\u984c\u3055\u308c\u307e\u3059","If set, it causes the order of the child elements to be randomized, otherwise it uses the order in which the child elements are defined.":"\u30c1\u30a7\u30c3\u30af\u3092\u5165\u308c\u308b\u3068\u9078\u629e\u3055\u308c\u305f\u554f\u984c\u306e\u9806\u5e8f\u306f\u30e9\u30f3\u30c0\u30e0\u306b\u8868\u793a\u3055\u308c\u307e\u3059\u3002\u672a\u30c1\u30a7\u30c3\u30af\u306e\u5834\u5408\u306f\u3001\u30c6\u30b9\u30c8\u306b\u914d\u7f6e\u3055\u308c\u305f\u9806\u5e8f\u3092\u4fdd\u3063\u3066\u51fa\u984c\u3055\u308c\u307e\u3059\u3002","If the candidate can skip the item, without submitting a response (default is true).":"\u53d7\u9a13\u8005\u304c\u89e3\u7b54\u3092\u9001\u4fe1\u305b\u305a\u306b\uff0c\u554f\u984c\u3092\u30b9\u30ad\u30c3\u30d7\u3059\u308b\u3053\u3068\u3092\u8a31\u53ef\u3059\u308b\uff08\u30c7\u30d5\u30a9\u30eb\u30c8\u306f\u30b9\u30ad\u30c3\u30d7\u8a31\u53ef\uff09","If the category option is set, the score will also be processed per categories, and each results will take place in the PASS_xxx outcome, where xxx is the name of the category.":"\u3055\u3089\u306b\u30ab\u30c6\u30b4\u30ea\u30b9\u30b3\u30a2\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u3001\u30b9\u30b3\u30a2\u306f\u30ab\u30c6\u30b4\u30ea\u3054\u3068\u306b\u96c6\u8a08\u3055\u308c\u3001\u300cPASS_xxx\u300d\u3068\u3057\u3066\u7d50\u679c\u8868\u793a\u3055\u308c\u307e\u3059\u3002\uff08\u300cxxx\u300d\u306f\u30ab\u30c6\u30b4\u30ea\u540d\uff09","If the category option is set, the score will also be processed per categories, and each results will take place in the SCORE_xxx outcome, where xxx is the name of the category.":"\u3055\u3089\u306b\u30ab\u30c6\u30b4\u30ea\u30b9\u30b3\u30a2\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u3001\u30b9\u30b3\u30a2\u306f\u30ab\u30c6\u30b4\u30ea\u3054\u3068\u306b\u96c6\u8a08\u3055\u308c\u3001\u300cSCORE_xxx\u300d\u3068\u3057\u3066\u7d50\u679c\u8868\u793a\u3055\u308c\u307e\u3059\u3002\uff08\u300cxxx\u300d\u306f\u30ab\u30c6\u30b4\u30ea\u540d\uff09","If the connection cannot be restored, see option B.":"\u63a5\u7d9a\u3092\u56de\u5fa9\u3067\u304d\u306a\u3044\u5834\u5408\u306f\u3001\u30aa\u30d7\u30b7\u30e7\u30f3B\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044\u3002","If you do not wish to reset your password, just ignore this email and your password will remain the same.":"\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u30ea\u30bb\u30c3\u30c8\u3057\u305f\u304f\u306a\u3044\u5834\u5408\u306f\u3001\u3053\u306e\u30e1\u30fc\u30eb\u3092\u7121\u8996\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u30d1\u30b9\u30ef\u30fc\u30c9\u306f\u5909\u66f4\u3055\u308c\u307e\u305b\u3093\u3002","If you leave the test, your changes will not be saved due to invalid test settings. Are you sure you wish to leave?":"\u30c6\u30b9\u30c8\u304b\u3089\u629c\u3051\u308b\u3068\u3001\u30c6\u30b9\u30c8\u306e\u8a2d\u5b9a\u304c\u7121\u52b9\u306a\u305f\u3081\u3001\u5909\u66f4\u5185\u5bb9\u304c\u4fdd\u5b58\u3055\u308c\u307e\u305b\u3093\u3002\u672c\u5f53\u306b\u9000\u51fa\u3057\u307e\u3059\u304b\uff1f","If you need help, please contact our Helpline on 0330 088 4171.":"\u304a\u56f0\u308a\u306e\u969b\u306f\u3001\u30d8\u30eb\u30d7\u30e9\u30a4\u30f3\uff080330-088-4171\uff09\u306b\u3054\u9023\u7d61\u304f\u3060\u3055\u3044\u3002","Import":"\u30a4\u30f3\u30dd\u30fc\u30c8","Import a %s into \u0022%s":"%s \u3092\u0022%s\u306b\u30a4\u30f3\u30dd\u30fc\u30c8","Import a QTI\/APIP Content Package":"QTI\/APIP Content Package\u3092\u30a4\u30f3\u30dd\u30fc\u30c8","Import Completed":"\u30a4\u30f3\u30dd\u30fc\u30c8\u304c\u5b8c\u4e86\u3057\u307e\u3057\u305f","Import failed.":"\u30a4\u30f3\u30dd\u30fc\u30c8\u306b\u5931\u6557\u3057\u307e\u3057\u305f","Import Metadata from CSV file":"\u30e1\u30bf\u30c7\u30fc\u30bf\u3092CSV\u5f62\u5f0f\u3067\u30a4\u30f3\u30dd\u30fc\u30c8","Import Metadata from RDF file":"\u30e1\u30bf\u30c7\u30fc\u30bf\u3092RDF\u5f62\u5f0f\u3067\u30a4\u30f3\u30dd\u30fc\u30c8","Import QTI TEST into \u0022%s":"QTI TEST\u3092\u0022%s\u0022\u306b\u30a4\u30f3\u30dd\u30fc\u30c8\u3057\u307e\u3059","Import statistical analysis metadata":"\u7d71\u8a08\u89e3\u6790\u30e1\u30bf\u30c7\u30fc\u30bf\u306e\u30a4\u30f3\u30dd\u30fc\u30c8","Import succeeded.":"\u30a4\u30f3\u30dd\u30fc\u30c8\u304c\u5b8c\u4e86\u3057\u307e\u3057\u305f","Imported %1$d\/%2$d. Some records are invalid.":"%1$d\/%2$d \u304c\u30a4\u30f3\u30dd\u30fc\u30c8\u3055\u308c\u307e\u3057\u305f\u3002\u4e00\u90e8\u306e\u30ec\u30b3\u30fc\u30c9\u304c\u7121\u52b9\u3067\u3059\u3002","Imported %d resources":"%d \u30ea\u30bd\u30fc\u30b9\u3092\u30a4\u30f3\u30dd\u30fc\u30c8","Imported resource \u0022%s":"\u0022%s \u30ea\u30bd\u30fc\u30b9\u3092\u30a4\u30f3\u30dd\u30fc\u30c8","Imported successfully finished!":"\u30a4\u30f3\u30dd\u30fc\u30c8\u304c\u7121\u4e8b\u7d42\u4e86\u3057\u307e\u3057\u305f","impossible to update task status":"\u30bf\u30b9\u30af\u30b9\u30c6\u30fc\u30bf\u30b9\u3092\u66f4\u65b0\u3067\u304d\u307e\u305b\u3093","IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file could not be imported.":"IMS\u30de\u30cb\u30d5\u30a7\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u5185\u3067\u0022%s\u0022\u3068\u3057\u3066\u53c2\u7167\u3055\u308c\u308bQTI\u30a2\u30a4\u30c6\u30e0\u304c\u30a4\u30f3\u30dd\u30fc\u30c8\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f","IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file successfully imported.":"IMS\u30de\u30cb\u30d5\u30a7\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u5185\u3067\u0022%s\u0022\u3068\u3057\u3066\u53c2\u7167\u3055\u308c\u308bQTI\u30a2\u30a4\u30c6\u30e0\u306e\u30a4\u30f3\u30dd\u30fc\u30c8\u304c\u5b8c\u4e86\u3057\u307e\u3057\u305f","IMS QTI Test Package successfully imported.":"IMS QTI\u306e\u30c6\u30b9\u30c8\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a4\u30f3\u30dd\u30fc\u30c8\u304c\u5b8c\u4e86\u3057\u307e\u3057\u305f","IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file successfully imported.":"IMS QTI\u30c6\u30b9\u30c8\u304cIMS\u30de\u30cb\u30d5\u30a7\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb \u0022%s\u0022\u304b\u3089\u6b63\u5e38\u306b\u30a4\u30f3\u30dd\u30fc\u30c8\u3055\u308c\u307e\u3057\u305f","In progress":"\u51e6\u7406\u4e2d","In Progress":"\u51e6\u7406\u4e2d","In this part of the test navigation is not allowed.":"\u3053\u306e\u30d1\u30fc\u30c8\u3067\u306f\u554f\u984c\u4e00\u89a7\u306f\u5229\u7528\u3067\u304d\u307e\u305b\u3093","Inclusive (AND)":"\u5305\u62ec\uff08AND)","Inconsistency at line %1d:":"%1d\u884c\u306b\u77db\u76fe\u304c\u3042\u308a\u307e\u3059:","Index":"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9","Index has been deleted for %s":"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c %s \u3067\u524a\u9664\u3055\u308c\u307e\u3057\u305f\u3002","Individual":"\u500b\u5225","Infinity":"\u7121\u9650\u5927","Informational item":"\u30a4\u30f3\u30d5\u30a9\u30e1\u30fc\u30b7\u30e7\u30f3\u30a2\u30a4\u30c6\u30e0","Informational Item Usage":"\u30a4\u30f3\u30d5\u30a9\u30e1\u30fc\u30b7\u30e7\u30f3\u30a2\u30a4\u30c6\u30e0\u306b\u9069\u7528","Injector has to contains a valid \u0022destination\u0022 field.":"\u30a4\u30f3\u30b8\u30a7\u30af\u30bf\u30fc\u306b\u306f\u3001\u6709\u52b9\u306a\u0022destination\u0022\u30d5\u30a3\u30fc\u30eb\u30c9\u304c\u542b\u307e\u308c\u3066\u3044\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002","Injector has to contains a valid \u0022source\u0022 field.":"\u30a4\u30f3\u30b8\u30a7\u30af\u30bf\u30fc\u306b\u306f\u3001\u6709\u52b9\u306a\u0022source\u0022\u30d5\u30a3\u30fc\u30eb\u30c9\u304c\u542b\u307e\u308c\u3066\u3044\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002","Inline":"\u30a4\u30f3\u30e9\u30a4\u30f3","Install":"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb","Installation done.":"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u7d42\u4e86","Installation...":"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u4e2d...","Installed Extensions":"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u6e08\u307f\u62e1\u5f35\u6a5f\u80fd","Installed Version":"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30d0\u30fc\u30b8\u30e7\u30f3","Installing extension %s...":"%s\u62e1\u5f35\u6a5f\u80fd\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3066\u3044\u307e\u3059...","Instance saved":"\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u304c\u4fdd\u5b58\u3055\u308c\u307e\u3057\u305f","Interface language":"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u8a00\u8a9e","Interface Language":"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u8a00\u8a9e","Internal server error!":"\u5185\u90e8\u30b5\u30fc\u30d0\u30a8\u30e9\u30fc","Invalid CSP header.":"CSP\u30d8\u30c3\u30c0\u30fc\u304c\u7121\u52b9\u3067\u3059","Invalid date range (must be after or the same as: %s)":"\u65e5\u4ed8\u306e\u7bc4\u56f2\u304c\u7121\u52b9\uff08%s\u4ee5\u964d\u304b\u540c\u3058\u306b\u3057\u3066\u304f\u3060\u3055\u3044\uff09","Invalid date range (must be after: %s)":"\u65e5\u4ed8\u306e\u7bc4\u56f2\u304c\u7121\u52b9\uff08%s\u4ee5\u964d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\uff09","Invalid date range (must be before or the same as: %s)":"\u65e5\u4ed8\u306e\u7bc4\u56f2\u304c\u7121\u52b9\uff08%s\u4ee5\u524d\u304b\u540c\u3058\u306b\u3057\u3066\u304f\u3060\u3055\u3044\uff09","Invalid date range (must be before: %s)":"\u65e5\u4ed8\u306e\u7bc4\u56f2\u304c\u7121\u52b9\uff08%s\u4ee5\u524d\u306b\u3057\u3066\u304f\u3060\u3055\u3044\uff09","Invalid field length":"\u4e0d\u6b63\u306a\u30d5\u30a3\u30fc\u30eb\u30c9\u9577","Invalid field range (maximum value: %s)":"\u7121\u52b9\u306a\u30d5\u30a3\u30fc\u30eb\u30c9\u306e\u7bc4\u56f2\uff08\u6700\u5927\u5024\uff1a%s\uff09","Invalid field range (minimum value: %1$s, maximum value: %2$s)":"\u7121\u52b9\u306a\u30d5\u30a3\u30fc\u30eb\u30c9\u306e\u7bc4\u56f2\uff08\u6700\u5c0f\u5024\uff1a%1$s,\u6700\u5927\u5024\uff1a%2$s\uff09","Invalid field range (minimum value: %s)":"\u7121\u52b9\u306a\u30d5\u30a3\u30fc\u30eb\u30c9\u306e\u7bc4\u56f2\uff08\u6700\u5c0f\u5024\uff1a%s\uff09","Invalid file size (minimum %1$s bytes, maximum %2$s bytes)":"\u7121\u52b9\u306a\u30d5\u30a1\u30a4\u30eb\u30b5\u30a4\u30ba\uff08\u6700\u5c0f\u5024\uff1a%1$s\u30d0\u30a4\u30c8\u3001\u6700\u5927\u5024\uff1a%2$s\u30d0\u30a4\u30c8\uff09","Invalid file type!":"\u4e0d\u6b63\u306a\u30d5\u30a1\u30a4\u30eb\u30bf\u30a4\u30d7\u3067\u3059","Invalid input":"\u4e0d\u6b63\u306a\u5165\u529b\u3067\u3059","Invalid input for function":"\u95a2\u6570\u306e\u5165\u529b\u304c\u7121\u52b9","Invalid login or password. Please try again.":"\u30ed\u30b0\u30a4\u30f3\u540d\u307e\u305f\u306f\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u7121\u52b9\u3067\u3059\u3002\u518d\u5ea6\u3084\u308a\u76f4\u3057\u3066\u304f\u3060\u3055\u3044\u3002","Invalid login or password. Your account has been locked, please contact your administrator.":"\u30ed\u30b0\u30a4\u30f3\u540d\u307e\u305f\u306f\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u7121\u52b9\u3067\u3059\u3002\u30a2\u30ab\u30a6\u30f3\u30c8\u306f\u30ed\u30c3\u30af\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u7ba1\u7406\u8005\u306b\u554f\u5408\u305b\u3066\u304f\u3060\u3055\u3044\u3002","Invalid path of a source \u0022%s\u0022. Path must point to the existed file inside the package.":"\u7121\u52b9\u306a JSON \u69cb\u6210\u30d5\u30a1\u30a4\u30eb: %s","invalid regular expression":"\u7121\u52b9\u306a\u6b63\u898f\u8868\u73fe\u3067\u3059","Invalid value":"\u7121\u52b9\u306a\u5024","is already used in the test.":"\u65e2\u306b\u30c6\u30b9\u30c8\u3067\u4f7f\u7528\u3055\u308c\u3066\u3044\u307e\u3059","is not a valid identifier (everything except spaces)":"\u6709\u52b9\u306a\u8b58\u5225\u5b50\uff08\u7a7a\u767d\u30b9\u30da\u30fc\u30b9\u4ee5\u5916\uff09\u306b\u3057\u3066\u304f\u3060\u3055\u3044","It appears there were some issues and we were unable to process your request. You can contact your TAO administrator if needed. Or, alternatively:":"\u4f55\u3089\u304b\u306e\u554f\u984c\u304c\u767a\u751f\u3057\u305f\u3088\u3046\u3067\u3001\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u51e6\u7406\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u5fc5\u8981\u3067\u3042\u308c\u3070\u3001TAO\u306e\u7ba1\u7406\u8005\u306b\u9023\u7d61\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u307e\u305f\u306f\u3001\u5225\u306e\u65b9\u6cd5\u3068\u3057\u3066\uff1a","It is not possible to save your responses while working offline.":"\u30aa\u30d5\u30e9\u30a4\u30f3\u306e\u9593\u306f\u3001\u56de\u7b54\u3092\u4fdd\u5b58\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002","Item \u0022%s\u0022 is completed.":"\u30a2\u30a4\u30c6\u30e0 \u0022%s\u0022 \u306f\u5b8c\u4e86\u3057\u307e\u3057\u305f","Item %d":"\u30a2\u30a4\u30c6\u30e0 %d","Item %d of %d":"%d\uff0f%d","Item %s loaded":"\u30a2\u30a4\u30c6\u30e0%s\u3092\u8aad\u307f\u8fbc\u307f\u307e\u3057\u305f","Item Reference Properties":"\u30a2\u30a4\u30c6\u30e0\u53c2\u7167\u30d7\u30ed\u30d1\u30c6\u30a3","Item response identifier does not match current item":"\u30a2\u30a4\u30c6\u30e0\u30fb\u30ec\u30b9\u30dd\u30f3\u30b9\u8b58\u5225\u5b50\u304c\u73fe\u5728\u306e\u30a2\u30a4\u30c6\u30e0\u3068\u4e00\u81f4\u3057\u307e\u305b\u3093","Item Session Control":"\u30a2\u30a4\u30c6\u30e0\u30bb\u30c3\u30b7\u30e7\u30f3\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb","Items":"\u30a2\u30a4\u30c6\u30e0","items":"\u30a2\u30a4\u30c6\u30e0","Items can optionally be assigned to one or more categories.":"\u30a2\u30a4\u30c6\u30e0\u3092\u3072\u3068\u3064\u307e\u305f\u306f\u8907\u6570\u306e\u30ab\u30c6\u30b4\u30ea\u306b\u5272\u5f53\u3066\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059","Items Compilation":"\u30a2\u30a4\u30c6\u30e0\u30b3\u30f3\u30d1\u30a4\u30eb","Items library":"\u30a2\u30a4\u30c6\u30e0\u30e9\u30a4\u30d6\u30e9\u30ea","Items marked for later review":"\u898b\u76f4\u3057\u30de\u30fc\u30af\u3055\u308c\u305f\u554f\u984c","items per page":"\u4ef6\uff0f\u30da\u30fc\u30b8","Items with assessmentItemRef identifiers \u0022%s\u0022 are not registered in the related CAT endpoint.":"assessmentItemRef\u8b58\u5225\u5b50\u3000\u0022%s\u0022\u3000\u306e\u30a2\u30a4\u30c6\u30e0\u306f\uff0c\u95a2\u9023\u3059\u308bCAT\u30a8\u30f3\u30c9\u30dd\u30a4\u30f3\u30c8\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002","Javascript code":"Javascript\u30b3\u30fc\u30c9","JPEG image":"JPEG\u753b\u50cf","Jump Menu":"\u79fb\u52d5\u5148","Jump to:":"\u79fb\u52d5\u5148\uff1a","Keep Together":"\u307e\u3068\u3081\u308b","Keyboard Navigation":"\u30ad\u30fc\u30dc\u30fc\u30c9\u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3","Keyboard shortcuts for the Accessibility Tools are available to the Test-taker.":"\u30a2\u30af\u30bb\u30b7\u30d3\u30ea\u30c6\u30a3\u30c4\u30fc\u30eb\u306e\u30ad\u30fc\u30dc\u30fc\u30c9\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u306f\u3001\u53d7\u9a13\u8005\u304c\u5229\u7528\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002","Label":"\u30e9\u30d9\u30eb","Label Path":"\u30e9\u30d9\u30eb\u30d1\u30b9","Language":"\u8a00\u8a9e","Last attempt before your account is locked.":"\u3042\u306a\u305f\u306e\u30a2\u30ab\u30a6\u30f3\u30c8\u304c\u30ed\u30c3\u30af\u3055\u308c\u308b\u524d\u306e\u6700\u7d42\u306e\u53d7\u9a13\u3067\u3059\u3002","Last Name":"\u540d\u524d\uff12","Last page":"\u6700\u7d42\u30da\u30fc\u30b8","Last result":"\u6700\u7d42\u7d50\u679c","Late submission allowed":"\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8\u5f8c\u306e\u63d0\u51fa\u8a31\u53ef","Leave a comment":"\u30b3\u30e1\u30f3\u30c8\u3092\u6b8b\u3059","Left parenthesis":"\u5de6\u62ec\u5f27","less than a minute":"1\u5206\u672a\u6e80","Line Reader":"\u30ea\u30fc\u30c7\u30a3\u30f3\u30b0\u30c8\u30e9\u30c3\u30ab\u30fc","Linear":"\u9806\u6b21\u5f0f","Link durations to activate the guided navigation":"\u30ac\u30a4\u30c9\u4ed8\u304d\u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3\u3092\u6709\u52b9\u306b\u3059\u308b\u305f\u3081\u306e\u30ea\u30f3\u30af\u7d99\u7d9a\u6642\u9593","List":"\u30ea\u30b9\u30c8","List \u0022%s\u0022 has duplicated values.":"\u30ea\u30b9\u30c8\u300c%s\u300d\u306b\u91cd\u8907\u3059\u308b\u5024\u304c\u3042\u308a\u307e\u3059","List - Multiple choice - Check box":"\u30ea\u30b9\u30c8-\u591a\u80a2\u9078\u629e-\u30c1\u30a7\u30c3\u30af\u30dc\u30c3\u30af\u30b9","List - Multiple choice - Search input":"\u30ea\u30b9\u30c8-\u591a\u80a2\u9078\u629e-\u691c\u7d22\u5165\u529b","List - Single choice - Drop down":"\u30ea\u30b9\u30c8-\u629e\u4e00-\u30c9\u30ed\u30c3\u30d7\u30c0\u30a6\u30f3","List - Single choice - Radio button":"\u30ea\u30b9\u30c8-\u629e\u4e00-\u30e9\u30b8\u30aa\u30dc\u30bf\u30f3","List - Single choice - Search input":"\u30ea\u30b9\u30c8-\u629e\u4e00-\u691c\u7d22\u5165\u529b","List values":"\u30ea\u30b9\u30c8\u5024","Lists":"\u30ea\u30b9\u30c8","Load more":"\u518d\u8aad\u307f\u8fbc\u307f","Loaded":"\u8aad\u307f\u8fbc\u307f\u5b8c\u4e86","Loaded at Startup":"\u8d77\u52d5\u6642\u306b\u8aad\u307f\u8fbc\u307f","Loading":"\u8aad\u307f\u8fbc\u307f","Loading status":"\u8aad\u8fbc\u4e2d","Loading task status ...":"\u8aad\u8fbc\u4e2d...","locked by %s":"\uff05s\u306b\u3088\u3063\u3066\u30ed\u30c3\u30af\u3055\u308c\u3066\u3044\u307e\u3059","Locked duration : guided navigation. The test transition to the next item once the duration reaches 0.":"\u30ed\u30c3\u30af\u3055\u308c\u305f\u6301\u7d9a\u6642\u9593 : \u30ac\u30a4\u30c9\u4ed8\u304d\u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3\u3002\u6642\u9593\u304c0\u306b\u306a\u308b\u3068\u6b21\u306e\u554f\u984c\u306b\u79fb\u52d5\u3057\u307e\u3059\u3002","Log in":"\u30ed\u30b0\u30a4\u30f3","Log Out":"\u30ed\u30b0\u30a2\u30a6\u30c8","Login":"\u30ed\u30b0\u30a4\u30f3ID","Login available":"\u30ed\u30b0\u30a4\u30f3\u53ef\u80fd","Login is already in use.":"\u3053\u306e\u30ed\u30b0\u30a4\u30f3ID\u306f\uff0c\u65e2\u306b\u4f7f\u308f\u308c\u3066\u3044\u307e\u3059","Login is empty.":"\u30ed\u30b0\u30a4\u30f3ID\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044","Logout":"\u30ed\u30b0\u30a2\u30a6\u30c8","LTI":"LTI","LTI Consumers":"LTI\u30b3\u30f3\u30b7\u30e5\u30fc\u30de","LTI Providers":"LTI\u30d7\u30ed\u30d0\u30a4\u30c0","M4A audio":"M4A\u97f3\u58f0","Magnifier":"\u62e1\u5927\u30ec\u30f3\u30ba","Magnify less":"\u7e2e\u5c0f","Magnify more":"\u62e1\u5927","Magnifying Glass":"\u62e1\u5927\u93e1","Mail":"E\u30e1\u30fc\u30eb","Main Menu":"\u30e1\u30a4\u30f3\u30e1\u30cb\u30e5\u30fc","Main navigation":"\u30e1\u30a4\u30f3\u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3","Maintenance service is already installed.":"\u30e1\u30f3\u30c6\u30ca\u30f3\u30b9\u30b5\u30fc\u30d3\u30b9\u306f\uff0c\u3059\u3067\u306b\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u3066\u3044\u307e\u3059","Maintenance service must have a persistence option.":"\u30e1\u30f3\u30c6\u30ca\u30f3\u30b9\u30b5\u30fc\u30d3\u30b9\u306b\u306f\u6c38\u7d9a\u5316\u30aa\u30d7\u30b7\u30e7\u30f3\u304c\u5fc5\u8981\u3067\u3059","Maintenance service was installed. Platform is disabled.":"\u30e1\u30f3\u30c6\u30ca\u30f3\u30b9\u30b5\u30fc\u30d3\u30b9\u3092\u5c0e\u5165\u3057\u307e\u3057\u305f\u3002\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u304c\u7121\u52b9\u5316\u3055\u308c\u3066\u3044\u307e\u3059","Maintenance service was installed. Platform is enabled.":"\u30e1\u30f3\u30c6\u30ca\u30f3\u30b9\u30b5\u30fc\u30d3\u30b9\u3092\u5c0e\u5165\u3057\u307e\u3057\u305f\u3002\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u304c\u6709\u52b9\u306b\u306a\u308a\u307e\u3057\u305f","Maintenance storage driver is not set":"\u30e1\u30f3\u30c6\u30ca\u30f3\u30b9\u7528\u30b9\u30c8\u30ec\u30fc\u30b8\u30c9\u30e9\u30a4\u30d0\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093","Manage Access Rights":"\u30a2\u30af\u30bb\u30b9\u6a29\u7ba1\u7406","Manage Assets":"\u30e1\u30c7\u30a3\u30a2\u7ba1\u7406","Manage class schema":"\u30af\u30e9\u30b9\u30b9\u30ad\u30fc\u30de\u7ba1\u7406","Manage groups":"\u30b0\u30eb\u30fc\u30d7\u306e\u7ba1\u7406","Manage items":"\u30a2\u30a4\u30c6\u30e0\u7ba1\u7406","Manage Results":"\u7d50\u679c\u306e\u7ba1\u7406","Manage roles":"\u30ed\u30fc\u30eb\u7ba1\u7406","Manage Roles and apply them to users.":"\u30ed\u30fc\u30eb\u7ba1\u7406\u3068\u30e6\u30fc\u30b6\u3078\u306e\u9069\u7528","Manage Rubric Blocks":"\u30eb\u30fc\u30d6\u30ea\u30c3\u30af\u30d6\u30ed\u30c3\u30af\u306e\u7ba1\u7406","Manage Schema":"\u30b9\u30ad\u30fc\u30de\u7ba1\u7406","Manage test properties":"\u30c6\u30b9\u30c8\u7ba1\u7406","Manage test takers":"\u53d7\u9a13\u8005\u7ba1\u7406","Manage Tests":"\u30c6\u30b9\u30c8\u7ba1\u7406","Manage tests":"\u30c6\u30b9\u30c8\u7ba1\u7406","Manage users":"\u30e6\u30fc\u30b6\u7ba1\u7406","Manage Versioned File":"\u30d0\u30fc\u30b8\u30e7\u30f3\u30d5\u30a1\u30a4\u30eb\u7ba1\u7406","Map the properties to the CSV columns":"CSV\u306e\u5217\u306b\u30d7\u30ed\u30d1\u30c6\u30a3\u3092\u30de\u30c3\u30d4\u30f3\u30b0","Mark for review":"\u898b\u76f4\u3057\u30de\u30fc\u30af","Masking":"\u30de\u30b9\u30ad\u30f3\u30b0","Match value":"\u6709\u52b9\u5024","Max Attempts":"\u6700\u5927\u5b9f\u65bd\u56de\u6570","maximum %s":"\u6700\u5927 %s","Maximum Duration":"\u6700\u5927\u6642\u9593","Maximum duration : the items times out when the duration reaches 0.":"\u6700\u5927\u6642\u9593\uff1a\u6700\u5927\u6642\u9593\u304c0\u306b\u306a\u308b\u3068\u7d42\u4e86\u3057\u307e\u3059\u3002","Maximum duration for the all test.":"\u30c6\u30b9\u30c8\u5168\u4f53\u306e\u6700\u5927\u6642\u9593","Maximum duration for this item.":"\u3053\u306e\u30a2\u30a4\u30c6\u30e0\u306e\u6700\u5927\u6642\u9593","Maximum duration for this section.":"\u3053\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u306e\u6700\u5927\u6642\u9593","Maximum duration for this test part.":"\u3053\u306e\u30c6\u30b9\u30c8\u30d1\u30fc\u30c8\u306e\u6700\u5927\u6642\u9593","Maximum selection reached":"\u3053\u308c\u4ee5\u4e0a\u9078\u629e\u3067\u304d\u307e\u305b\u3093","Media Manager":"\u30e1\u30c7\u30a3\u30a2\u7ba1\u7406","Media Manager extension":"\u30e1\u30c7\u30a3\u30a2\u7ba1\u7406\u62e1\u5f35\u6a5f\u80fd","Media resize along with their container, e.g. 50% means half of the container size not half of the media size.":"\u30e1\u30c7\u30a3\u30a2\u306e\u30b5\u30a4\u30ba\u3092\u30b3\u30f3\u30c6\u30ca\u3068\u4e00\u7dd2\u306b\u5909\u66f4\u3057\u307e\u3059\u3002\u4f8b\uff1a50%\u3068\u306f\u3001\u30e1\u30c7\u30a3\u30a2\u30b5\u30a4\u30ba\u304c50\uff05\u3067\u306f\u306a\u304f\u3001\u30b3\u30f3\u30c6\u30ca\u30b5\u30a4\u30ba\u304c50\uff05\u3092\u610f\u5473\u3057\u307e\u3059\u3002","Message":"\u8a18\u9332","Messages":"\u8a18\u9332","Metadata export is not available for test \u0022%s.":"\u30e1\u30bf\u30c7\u30fc\u30bf\u306e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u306f\u30c6\u30b9\u30c8 \u0022%s \u3067\u306f\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093\u3002","Metadata export is not available for the selected resource.":"\u9078\u629e\u3057\u305f\u30ea\u30bd\u30fc\u30b9\u306e\u30e1\u30bf\u30c7\u30fc\u30bf\u306e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u306f\u3067\u304d\u307e\u305b\u3093","Microsoft Excel":"Microsoft Excel","Microsoft Excel binary format":"Microsoft Excel \u30d0\u30a4\u30ca\u30ea\u5f62\u5f0f","Microsoft Office Document Imaging":"Microsoft Office\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30a4\u30e1\u30fc\u30b8\u30f3\u30b0","Microsoft Powerpoint":"Microsoft Powerpoint","Microsoft Powerpoint slideshow":"Microsoft Powerpoint\u30b9\u30e9\u30a4\u30c9\u30b7\u30e7\u30a6","Microsoft Project file":"Microsoft Project\u30d5\u30a1\u30a4\u30eb","Microsoft Visio file":"Microsoft Visio\u30d5\u30a1\u30a4\u30eb","Microsoft Word":"Microsoft Word","Microsoft Word template":"Microsoft Word\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8","Microsoft Works file":"Microsoft Word\u30d5\u30a1\u30a4\u30eb","Microsoft XPS file":"Microsoft XPS\u30d5\u30a1\u30a4\u30eb","MIME encapsulation of aggregate HTML documents":"HTML\u6587\u66f8\u306e\u96c6\u5408\u4f53\u306eMIME\u30ab\u30d7\u30bb\u30eb\u5316","Mind mapping software application (free mind open source)":"\u30de\u30a4\u30f3\u30c9\u30de\u30c3\u30d7\u30fb\u30a2\u30d7\u30ea (free mind open source)","minimum %s":"\u6587\u5b57\u4ee5\u4e0a","Minimum Duration":"\u6700\u5c0f\u6642\u9593","Minimum duration : enforces the test taker to stay on the item for the given duration.":"\u6700\u5c0f\u6642\u9593 : \u6307\u5b9a\u3055\u308c\u305f\u6642\u9593\u306e\u9593\u3001\u53d7\u9a13\u8005\u306f\u6b21\u306b\u9032\u3080\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3002","Minimum duration for the test.":"\u30c6\u30b9\u30c8\u5168\u4f53\u306e\u6700\u5c0f\u6642\u9593","Minimum duration for this item.":"\u3053\u306e\u30a2\u30a4\u30c6\u30e0\u306e\u6700\u5c0f\u6642\u9593","Minimum duration for this section.":"\u3053\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u6700\u5c0f\u6642\u9593","Minimum duration for this test part.":"\u3053\u306e\u30c6\u30b9\u30c8\u30d1\u30fc\u30c8\u306e\u6700\u5c0f\u6642\u9593","minutes":"\u5206","Missed required parameter \\\u0027id\\\u0027":"\u5fc5\u8981\u306a\u30d1\u30e9\u30e1\u30fc\u30bf\u304c\u4e0d\u8db3\u3057\u3066\u3044\u307e\u3059 \\\u0027id\\\u0027","Missed test package file":"\u898b\u3064\u304b\u3089\u306a\u3044\u30c6\u30b9\u30c8\u30d1\u30c3\u30b1\u30fc\u30b8\u30d5\u30a1\u30a4\u30eb","missing config %s for the service %s":"\u30b5\u30fc\u30d3\u30b9 %s \u306econfig %s \u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3002","Missing Parameters":"\u30d1\u30e9\u30e1\u30fc\u30bf\u304c\u3042\u308a\u307e\u305b\u3093","Missing required configuration option %s":"\u5fc5\u8981\u306a\u8a2d\u5b9a\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\uff1a %s ","modulo":"\u30e2\u30b8\u30e5\u30ed","More":"\u66f4\u306b\u8868\u793a","Move":"\u79fb\u52d5","Move Down":"\u4e0b\u3078","Move Left":"\u5de6\u306b\u79fb\u52d5","Move Right":"\u53f3\u306b\u79fb\u52d5","Move role":"\u30ed\u30fc\u30eb\u306e\u79fb\u52d5","Move the cursor one step on the left":"\u30ab\u30fc\u30bd\u30eb\u3092\u5de6\u306b\uff11\u79fb\u52d5","Move the cursor one step on the right":"\u30ab\u30fc\u30bd\u30eb\u3092\u53f3\u306b\uff11\u79fb\u52d5","Move to":"\u79fb\u52d5","Move To":"\u79fb\u52d5\u5148\u306e\u9078\u629e","Move Up":"\u4e0a\u3078","Moving this element will replace the properties of the previous class by those of the destination class :":"\u3053\u306e\u30a8\u30ec\u30e1\u30f3\u30c8\u3092\u79fb\u52d5\u3059\u308b\u3068\u4ee5\u524d\u306e\u30af\u30e9\u30b9\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u3092\u7f6e\u304d\u63db\u3048\u307e\u3059\uff1a","Moving to the next item without time limit reached message.":"\u5236\u9650\u6642\u9593\u30a2\u30e9\u30fc\u30c8\u3092\u8868\u793a\u3057\u306a\u3044\u3067\u6b21\u306e\u30a2\u30a4\u30c6\u30e0\u306b\u79fb\u52d5\u3057\u307e\u3059","MP4 video":"MP4\u52d5\u753b","MPEG audio":"MPEG\u97f3\u58f0","MPEG video":"MPEG\u52d5\u753b","MPEG-4 audio file":"MPEG-4\u97f3\u58f0\u30d5\u30a1\u30a4\u30eb","Multiple values delimiter":"\u8907\u6570\u306e\u5024\u306e\u533a\u5207\u308a\u6587\u5b57","Multiply the value by 10^x":"\u5024\u306b10^x\u3092\u4e57\u7b97\u3057\u307e\u3059\u3002","Must include at least one letter":"\u5c11\u306a\u304f\u3068\u30821\u3064\u306e\u82f1\u6587\u5b57\u3092\u542b\u3081\u3066\u304f\u3060\u3055\u3044\u3002","Must include at least one number":"\u5c11\u306a\u304f\u3068\u30821\u3064\u306e\u6570\u5b57\u3092\u542b\u3081\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002","Must include at least one special letter":"\u5c11\u306a\u304f\u3068\u30821\u3064\u306e\u7279\u5225\u306a\u6587\u5b57\u3092\u542b\u3081\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002","Must include lower case letters":"\u5c0f\u6587\u5b57\u3092\u5165\u308c\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002","Must include upper case letters":"\u5927\u6587\u5b57\u3092\u542b\u3081\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002","Mute":"\u30df\u30e5\u30fc\u30c8","My custom text translation":"\u30ab\u30b9\u30bf\u30e0\u30c6\u30ad\u30b9\u30c8\u7ffb\u8a33","My settings":"\u30e6\u30fc\u30b6\u8a2d\u5b9a ","My settings (%s)":"\u30e6\u30fc\u30b6\u8a2d\u5b9a(%s)","Name":"\u540d\u524d","name of the pupil":"\u751f\u5f92\u540d","Natural logarithm":"\u81ea\u7136\u5bfe\u6570","Navigation":"\u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3","Navigation shortcuts":"\u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8","Navigation Warnings":"\u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3\u8b66\u544a","network":"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af","New class":"\u65b0\u898f\u30af\u30e9\u30b9","New Class":"\u65b0\u898f\u30af\u30e9\u30b9","New delivery":"\u65b0\u898f\u30c7\u30ea\u30d0\u30ea","New Group":"\u65b0\u898f\u30b0\u30eb\u30fc\u30d7","New item":"\u65b0\u898f\u30a2\u30a4\u30c6\u30e0","New password":"\u65b0\u30d1\u30b9\u30ef\u30fc\u30c9","New role":"\u65b0\u898f\u30ed\u30fc\u30eb","New Rubric Block":"\u65b0\u898f\u30eb\u30fc\u30d6\u30ea\u30c3\u30af\u30d6\u30ed\u30c3\u30af","New section":"\u65b0\u898f\u30bb\u30af\u30b7\u30e7\u30f3","New test":"\u65b0\u898f\u30c6\u30b9\u30c8","New test part":"\u65b0\u898f\u30c6\u30b9\u30c8\u30d1\u30fc\u30c8","New test-taker":"\u65b0\u898f\u53d7\u9a13\u8005","Next":"\u6b21\u3078","Next match":"\u6b21\u306e\u691c\u7d22\u7d50\u679c","Next page":"\u6b21\u30da\u30fc\u30b8","Next Section":"\u6b21\u306e\u30bb\u30af\u30b7\u30e7\u30f3","NO":"\u3044\u3044\u3048","No":"\u3044\u3044\u3048","No action specified":"\u6307\u5b9a\u3055\u308c\u305f\u64cd\u4f5c\u306f\u3042\u308a\u307e\u305b\u3093","No CAT Engine configured for CAT Endpoint \u0022%s\u0022.":"CAT\u30a8\u30f3\u30c9\u30dd\u30a4\u30f3\u30c8 \u0022\uff05s\u0022 \u306bCAT\u30a8\u30f3\u30b8\u30f3\u304c\u69cb\u6210\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002","No client translation bundles updated":"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u7ffb\u8a33\u30d0\u30f3\u30c9\u30eb\u306f\u66f4\u65b0\u3055\u308c\u307e\u305b\u3093","No extensions available.":"\u5229\u7528\u53ef\u80fd\u306a\u62e1\u5f35\u6a5f\u80fd\u306f\u3042\u308a\u307e\u305b\u3093","No file found at location \u0022%s\u0022.":"\u0022%s\u0022\u306b\u306f\u30d5\u30a1\u30a4\u30eb\u304c\u3042\u308a\u307e\u305b\u3093","no file not found in this location":"\u3053\u306e\u5834\u6240\u306b\u306f\u3001\u30d5\u30a1\u30a4\u30eb\u304c\u3042\u308a\u307e\u305b\u3093","No file selected":"\u30d5\u30a1\u30a4\u30eb\u672a\u9078\u629e","No files":"\u30d5\u30a1\u30a4\u30eb\u304c\u3042\u308a\u307e\u305b\u3093","No item found. Please try other search criteria.":"\u8a72\u5f53\u3059\u308b\u30a2\u30a4\u30c6\u30e0\u304c\u3042\u308a\u307e\u305b\u3093\u3002\u4ed6\u306e\u691c\u7d22\u6761\u4ef6\u3092\u304a\u8a66\u3057\u304f\u3060\u3055\u3044\u3002","no label":"\u30e9\u30d9\u30eb\u304c\u3042\u308a\u307e\u305b\u3093","No more attempts allowed for item \u0022%s\u0022.":"\u3053\u308c\u4ee5\u4e0a\uff0c\u554f\u984c\u0022%s\u0022\u306e\u89e3\u7b54\u306f\u3067\u304d\u307e\u305b\u3093\u3002","no outcome declaration found":"\u7d50\u679c\u5909\u6570\u306e\u5ba3\u8a00\u306a\u3057","No outcome processing. Erase the existing rules, if any.":"\u7d50\u679c\u51e6\u7406\u3092\u884c\u3044\u307e\u305b\u3093\u3002\u65e2\u5b58\u306e\u30eb\u30fc\u30eb\u304c\u3042\u308c\u3070\u305d\u308c\u3092\u524a\u9664\u3057\u307e\u3059\u3002","No reference to any IMS QTI Item found.":"QTI\u30a2\u30a4\u30c6\u30e0\u306e\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002","No Task yet":"\u30bf\u30b9\u30af\u304c\u3042\u308a\u307e\u305b\u3093","Node duplication has failed":"\u30ce\u30fc\u30c9\u306e\u30b3\u30d4\u30fc\u306b\u5931\u6557\u3057\u307e\u3057\u305f","Non Linear":"\u975e\u9806\u6b21\u5f0f","none":"\u306a\u3057","None":"\u306a\u3057","Not all test could be exported":"\u3059\u3079\u3066\u306e\u30c6\u30b9\u30c8\u306f\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f","Not answered":"\u672a\u89e3\u7b54","Not seen":"\u672a\u95b2\u89a7","Not shuffled, the position remains fixed.":"\u30c1\u30a7\u30c3\u30af\u3092\u5165\u308c\u308b\u3068\u30b7\u30e3\u30c3\u30d5\u30eb\u3055\u308c\u305a\u306b\uff0c\u63d0\u793a\u9806\u306f\u3053\u306e\u4f4d\u7f6e\u3067\u7dad\u6301\u3055\u308c\u307e\u3059\u3002","Not started":"\u958b\u59cb\u3057\u3066\u3044\u307e\u305b\u3093","NotEmpty":"\u7a7a\u3092\u8a8d\u3081\u306a\u3044","Nothing imported":"\u4f55\u3082\u30a4\u30f3\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093","Nothing to install !":"\u4f55\u3082\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u3066\u3044\u307e\u305b\u3093\uff01","Nothing to list!":"\u30ea\u30b9\u30c8\u304c\u3042\u308a\u307e\u305b\u3093\uff01","Notifications":"\u901a\u77e5","notifications drivers aren\\\u0027t persistent. use a persistent database storage driver":"\u901a\u77e5\u30c9\u30e9\u30a4\u30d0\u306f\u6c38\u7d9a\u7684\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u7d9a\u7684\u306a\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30b9\u30c8\u30ec\u30fc\u30b8\u30c9\u30e9\u30a4\u30d0\u3092\u4f7f\u7528\u3057\u307e\u3059","Nth root":"N\u756a\u76ee\u306e\u30eb\u30fc\u30c8","Number of elements":"\u30a8\u30ec\u30e1\u30f3\u30c8\u6570","of":"\uff0f","Off":"Off","Offline":"\u30aa\u30d5\u30e9\u30a4\u30f3","Ogg Vorbis audio":"Ogg Vorbis\u97f3\u58f0","Ogg Vorbis video":"Ogg Vorbis\u52d5\u753b","Ok":"OK","OK":"OK","OK & End test":"OK \uff06 \u30c6\u30b9\u30c8\u7d42\u4e86","Old Password":"\u65e7\u30d1\u30b9\u30ef\u30fc\u30c9","On":"On","Once you close this section, you cannot return to it or change your answers.":"\u3053\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u3092\u9589\u3058\u308b\u3068\u3001\u305d\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u306b\u623b\u3063\u305f\u308a\u3001\u89e3\u7b54\u3092\u5909\u66f4\u3057\u305f\u308a\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002","One or more dependent IMS QTI Items could not be imported.":"\u5c11\u306a\u304f\u3068\u3082\uff11\u500b\u306eQTI\u4f9d\u5b58\u30a2\u30a4\u30c6\u30e0\u304c\u30a4\u30f3\u30dd\u30fc\u30c8\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002","Online":"\u30aa\u30f3\u30e9\u30a4\u30f3","Only allow for my own domain (%s)":"\u81ea\u5206\u81ea\u8eab\u306e\u30c9\u30e1\u30a4\u30f3\u306e\u307f\u8a31\u53ef (%s)","Only display the items marked for review":"\u898b\u76f4\u3057\u30de\u30fc\u30af\u306e\u554f\u984c\u306e\u307f\u8868\u793a","Only display the unanswered items":"\u672a\u89e3\u7b54\u306e\u554f\u984c\u306e\u307f\u8868\u793a","Only one of the field must have value %s":"\u3069\u3061\u3089\u304b\u4e00\u65b9\u306e\u30d5\u30a3\u30fc\u30eb\u30c9\u3060\u3051\u304c\u5024%s\u3092\u6301\u3064\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059","Open Calculator":"\u96fb\u5353\u3092\u958b\u304f","Open Keyboard Shortcuts":"\u30ad\u30fc\u30dc\u30fc\u30c9\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u3092\u958b\u304f","OpenDocument Database":"OpenDocument\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9","OpenDocument Presentation":"OpenDocument\u30d7\u30ec\u30bc\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3","OpenDocument spreadsheet document":"OpenDocument \u30b9\u30d7\u30ec\u30c3\u30c9\u30b7\u30fc\u30c8","OpenDocument text document":"OpenDocument \u30c6\u30ad\u30b9\u30c8\u6587\u66f8","OpenDocument Text Template":"OpenDocument Text \u30c6\u30f3\u30d7\u30ec\u30fc\u30c8","Operated By ":"\u904b\u55b6\u5143","Option A":"\u30aa\u30d7\u30b7\u30e7\u30f3A","Option B":"\u30aa\u30d7\u30b7\u30e7\u30f3B","or":"\uff5c","Ordering":"\u51fa\u984c\u9806","OS Exclusion List":"OS\u9664\u5916\u30ea\u30b9\u30c8","Outcome":"\u7d50\u679c\u8b58\u5225\u5b50","Outcome declarations":"\u7d50\u679c\u5909\u6570\u306e\u5ba3\u8a00","Outcome processing":"\u7d50\u679c\u51e6\u7406\u65b9\u6cd5","Outlook on the next Synchronization":"\u6b21\u306e\u540c\u671f\u306e\u898b\u901a\u3057","Package is valid but no tests were found. Make sure that it contains valid QTI tests.":"\u30d1\u30c3\u30b1\u30fc\u30b8\u306f\u6709\u52b9\u3067\u3059\u304c\u30c6\u30b9\u30c8\u304c\u3042\u308a\u307e\u305b\u3093\u3002\u6709\u52b9\u306aQTI\u30c6\u30b9\u30c8\u304c\u542b\u307e\u308c\u3066\u3044\u308b\u304b\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002","Page":"\u30da\u30fc\u30b8","Part %d":"\u30d1\u30fc\u30c8%d","Pascal file (.pas)":"Pascal\u30d5\u30a1\u30a4\u30eb(.pas)","Passage":"\u30d1\u30c3\u30bb\u30fc\u30b8","Password":"\u30d1\u30b9\u30ef\u30fc\u30c9","Password changed":"\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5909\u66f4\u3057\u307e\u3057\u305f\u3002","Password is empty.":"\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u5165\u529b\u3055\u308c\u3066\u3044\u307e\u305b\u3093","Password reset":"\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u30ea\u30bb\u30c3\u30c8","Password successfully changed":"\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u5909\u66f4\u304c\u5b8c\u4e86\u3057\u307e\u3057\u305f","Passwords are not matching":"\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u4e00\u81f4\u3057\u307e\u305b\u3093","Pause":"\u4e00\u6642\u505c\u6b62","Pause the test":"\u30c6\u30b9\u30c8\u3092\u4e00\u6642\u505c\u6b62","PDF file":"PDF\u30d5\u30a1\u30a4\u30eb","Permission denied to write in the selected class":"\u9078\u629e\u3057\u305f\u30af\u30e9\u30b9\u3078\u306e\u66f8\u304d\u8fbc\u307f\u3092\u62d2\u5426\u3055\u308c\u307e\u3057\u305f","Plain text":"\u30d7\u30ec\u30fc\u30f3\u30c6\u30ad\u30b9\u30c8","Play":"\u518d\u751f","Please confirm deletion":"\u524a\u9664\u3057\u3066\u3082\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f","Please confirm deletion of %s.":"\uff05s\u3092\u524a\u9664\u3057\u3066\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f","Please confirm deletion of user %s":"\u30e6\u30fc\u30b6 \uff05s \u3092\u524a\u9664\u3057\u3066\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f","Please confirm locking of account %s":"\u30a2\u30ab\u30a6\u30f3\u30c8\uff05s\u3092\u30ed\u30c3\u30af\u3057\u3066\u3082\u3088\u308d\u3057\u3044\u3067\u3059\u304b","Please confirm property deletion!":"\u30d7\u30ed\u30d1\u30c6\u30a3\u3092\u524a\u9664\u3057\u3066\u3082\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f","Please confirm this operation.":"\u3053\u306e\u64cd\u4f5c\u3092\u884c\u3063\u3066\u3082\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f","Please confirm unlocking of account %s":"\u30a2\u30ab\u30a6\u30f3\u30c8 %s \u306e\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3057\u3066\u3082\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f","Please confirm you want to leave the test.":"\u30c6\u30b9\u30c8\u3092\u7d42\u4e86\u3057\u3066\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f","Please contact %s or an administrator to release it":"\u305d\u308c\u3092\u30ea\u30ea\u30fc\u30b9\u3059\u308b\u306b\u306f\u3001%s\u307e\u305f\u306f\u7ba1\u7406\u8005\u306b\u304a\u554f\u3044\u5408\u308f\u305b\u304f\u3060\u3055\u3044","Please contact your administrator.":"\u7ba1\u7406\u8005\u306b\u304a\u554f\u3044\u5408\u308f\u305b\u304f\u3060\u3055\u3044","Please contact your system administrator.":"\u30b7\u30b9\u30c6\u30e0\u7ba1\u7406\u8005\u306b\u304a\u554f\u3044\u5408\u308f\u305b\u304f\u3060\u3055\u3044","Please define your search in the search panel.":"\u691c\u7d22\u30d1\u30cd\u30eb\u3067\u5b9a\u7fa9\u3057\u3066\u304f\u3060\u3055\u3044\u3002","Please download the track and listen offline.":"\u97f3\u58f0\u30c8\u30e9\u30c3\u30af\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u3066\u30aa\u30d5\u30e9\u30a4\u30f3\u3067\u805e\u3044\u3066\u304f\u3060\u3055\u3044","Please download the video and view offline.":"\u30d3\u30c7\u30aa\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u3066\u30aa\u30d5\u30e9\u30a4\u30f3\u3067\u898b\u3066\u304f\u3060\u3055\u3044","Please give a message to your commit":"\u3042\u306a\u305f\u306e\u30b3\u30df\u30c3\u30c8\u306b\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u304a\u9858\u3044\u3057\u307e\u3059","Please provide a reason":"\u305d\u306e\u7406\u7531\u3092\u8a18\u5165\u3057\u3066\u304f\u3060\u3055\u3044","Please report bugs, ideas, comments or feedback on the TAO Forum":"\u30d0\u30b0\u306e\u5831\u544a\u3084\u30a2\u30a4\u30c7\u30a2\uff0c\u30b3\u30e1\u30f3\u30c8\u306a\u3069TAO\u30d5\u30a9\u30fc\u30e9\u30e0\u306b\u30d5\u30a3\u30fc\u30c9\u30d0\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044","Please select an image file from the resource manager. You can add files from your computer with the button \u0022Add file(s)\u0022.":"\u753b\u50cf\u30d5\u30a1\u30a4\u30eb\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u300c\u30d5\u30a1\u30a4\u30eb\u8ffd\u52a0\u300d\u30dc\u30bf\u30f3\u3067\u753b\u50cf\u3092\u8ffd\u52a0\u3067\u304d\u307e\u3059\u3002","Please set \u0027min\u0027 and\/or \u0027max\u0027 options!":"\u0027\u6700\u5c0f\u0027\u307e\u305f\u306f\u0027\u6700\u5927\u0027\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u8a2d\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044","Please try in %s.":"%s\u3067\u304a\u8a66\u3057\u304f\u3060\u3055\u3044\u3002","Please try reloading the page or pause the test. If you pause, you will be able to resume the test from this page.":"\u30da\u30fc\u30b8\u3092\u518d\u8aad\u307f\u8fbc\u307f\u3059\u308b\u304b\u3001\u30c6\u30b9\u30c8\u3092\u4e00\u6642\u505c\u6b62\u3057\u3066\u307f\u3066\u304f\u3060\u3055\u3044\u3002\u4e00\u6642\u505c\u6b62\u3057\u305f\u5834\u5408\u3001\u3053\u306e\u30da\u30fc\u30b8\u304b\u3089\u30c6\u30b9\u30c8\u3092\u518d\u958b\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002","Please wait":"\u304a\u5f85\u3061\u304f\u3060\u3055\u3044","Please wait while ...":"\u3057\u3070\u3089\u304f\u304a\u5f85\u3061\u304f\u3060\u3055\u3044 ...","Please wait while we try to restore the connection.":"\u63a5\u7d9a\u3092\u56de\u5fa9\u4e2d\u3067\u3059\u3002\u3057\u3070\u3089\u304f\u304a\u5f85\u3061\u304f\u3060\u3055\u3044\u3002","PNG image":"PNG\u753b\u50e7","Portable Custom Interactions":"PCI\uff08Portable Custom Interactions\uff09","Position":"\u753b\u50cf\u4f4d\u7f6e","Post install processing":"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u5f8c\u306e\u51e6\u7406","Power of":"\u7d2f\u4e57","Power of 10":"10\u306e\u7d2f\u4e57","Preparing installation...":"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306e\u6e96\u5099\u3092\u3057\u3066\u3044\u307e\u3059...","Preview":"\u30d7\u30ec\u30d3\u30e5\u30fc","Preview the covered area":"\u30ab\u30d0\u30fc\u30a8\u30ea\u30a2\u3092\u30d7\u30ec\u30d3\u30e5\u30fc","Previous":"\u524d","Previous match":"\u524d\u306e\u691c\u7d22\u7d50\u679c","Previous page":"\u524d\u306e\u30da\u30fc\u30b8","Proceed":"\u958b\u59cb","PROCEED & END ASSESSMENT":"\u9032\u884c\u3068\u6700\u7d42\u8a55\u4fa1","Proctor":"\u8a66\u9a13\u76e3\u7763","Properties":"\u30d7\u30ed\u30d1\u30c6\u30a3","Provided URL is not valid":"\u6307\u5b9a\u3055\u308c\u305fURL\u306f\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093","Publish":"\u4f5c\u6210","Publish the test":"\u30c6\u30b9\u30c8\u4f5c\u6210","QTI 2.1 Test Driver":"QTI 2.1 Test Driver","QTI Item Runner":"QTI Item Runner","QTI Test \u0022%s\u0022 publishing failed.":"QTI\u30c6\u30b9\u30c8 \u0022%s\u0022 \u306e\u516c\u958b\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f","QTI Test \u0022%s\u0022 successfully published.":"QTI\u30c6\u30b9\u30c8\u0022%s\u0022 \u306e\u516c\u958b\u304c\u5b8c\u4e86\u3057\u307e\u3057\u305f","QTI Test Package 2.1":"QTI Test Package 2.1","QTI Test Package 2.2":"QTI Test Package 2.2","QTI\/APIP Test Content Package":"QTI\/APIP Test Content Package","Question":"\u554f\u984c","question":"\u554f\u984c","Question %s":"\u554f\u984c %s","questions":"\u554f\u984c","Queued":"\u5f85\u6a5f\u4e2d","Quicktime video":"Quicktime\u30d3\u30c7\u30aa","Rad":"Rad","Radian":"\u30e9\u30b8\u30a2\u30f3","random":"\u30e9\u30f3\u30c0\u30e0","Random value":"\u30e9\u30f3\u30c0\u30e0\u5024","Range field is required":"\u7bc4\u56f2\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u5fc5\u9808\u3067\u3059","RAR archive":"RAR\u30a2\u30fc\u30ab\u30a4\u30d6","RDF":"RDF","RealMedia file":"RealMedia\u30d5\u30a1\u30a4\u30eb","Record and manage test takers.":"\u53d7\u9a13\u8005\u306e\u8a18\u9332\u3068\u7ba1\u7406","Reference":"\u53c2\u7167","Refresh":"\u30ea\u30d5\u30ec\u30c3\u30b7\u30e5","Regenerate":"\u518d\u751f\u6210","Release":"\u30ea\u30ea\u30fc\u30b9","Releasing the lock might cause the work in progress by %s to be lost.":"\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3059\u308b\u3068\u3001%s\u306b\u3088\u3063\u3066\u5b9f\u65bd\u4e2d\u306e\u4f5c\u696d\u304c\u5931\u308f\u308c\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002","Reload":"\u30ea\u30ed\u30fc\u30c9","Reload the page":"\u30da\u30fc\u30b8\u518d\u8aad\u307f\u8fbc\u307f","remaining %s %s":"\u6b8b\u308a %s %s","Remind":"\u30ea\u30de\u30a4\u30f3\u30c9","Remind Last":"\u6700\u5f8c\u306b\u30ea\u30de\u30a4\u30f3\u30c9\u3059\u308b","Remind the last value":"\u6700\u5f8c\u306e\u5024\u3092\u30ea\u30de\u30a4\u30f3\u30c9","Remind the next expression in the history":"\u5c65\u6b74\u306e\u6b21\u306e\u8868\u793a\u3092\u30ea\u30de\u30a4\u30f3\u30c9","Remind the previous expression in the history":"\u5c65\u6b74\u306e\u524d\u306e\u8868\u793a\u3092\u30ea\u30de\u30a4\u30f3\u30c9","Remind the recorded value":"\u8a18\u9332\u3055\u308c\u305f\u5024\u3092\u30ea\u30de\u30a4\u30f3\u30c9","Remote Lists":"\u30ea\u30e2\u30fc\u30c8\u30ea\u30b9\u30c8","Remove":"\u524a\u9664","Remove criteria":"\u6761\u4ef6\u524a\u9664","remove index":"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u524a\u9664","Remove Item Reference":"\u30a2\u30a4\u30c6\u30e0\u53c2\u7167\u524a\u9664","Remove Message":"\u30e1\u30c3\u30bb\u30fc\u30b8\u524a\u9664","Remove Rubric Block":"\u30eb\u30fc\u30d6\u30ea\u30c3\u30af\u30d6\u30ed\u30c3\u30af\u524a\u9664","Remove Section":"\u30bb\u30af\u30b7\u30e7\u30f3\u524a\u9664","Remove Subsection":"\u30b5\u30d6\u30bb\u30af\u30b7\u30e7\u30f3\u524a\u9664","Remove Test Part":"\u30c6\u30b9\u30c8\u30d1\u30fc\u30c8\u524a\u9664","Remove this file":"\u3053\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u524a\u9664","Removed %s directories":"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %s \u3092\u524a\u9664","Removed %s files":"\u30d5\u30a1\u30a4\u30eb %s \u3092\u524a\u9664","Removing: %s":"\u524a\u9664\u4e2d: %s","Repeat new password":"\u65b0\u30d1\u30b9\u30ef\u30fc\u30c9(\u518d\u5165\u529b)","Repeat password":"\u30d1\u30b9\u30ef\u30fc\u30c9\u518d\u5165\u529b","Request a password reset via Email.":"e\u30e1\u30fc\u30eb\u3067\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u30ea\u30bb\u30c3\u30c8\u3092\u8981\u6c42\u3057\u307e\u3059","require notification ID":"\u901a\u77e5\u306e\u305f\u3081\u306eID\u304c\u5fc5\u8981\u3067\u3059","Required":"\u5fc5\u9808","Required field":"\u5fc5\u9808\u30d5\u30a3\u30fc\u30eb\u30c9","required length":"\u9577\u3055\u306f\u5fc5\u9808\u3067\u3059","Requires":"\u5fc5\u8981","Reset":"\u30ea\u30bb\u30c3\u30c8","Reset filters":"\u5168\u3066\u8868\u793a","Reset the range values":"\u7bc4\u56f2\u5024\u3092\u30ea\u30bb\u30c3\u30c8","Resource":"\u30ea\u30bd\u30fc\u30b9","Resource copied":"\u30ea\u30bd\u30fc\u30b9\u3092\u30b3\u30d4\u30fc\u3057\u307e\u3057\u305f","Resource deleted":"\u30ea\u30bd\u30fc\u30b9\u3092\u524a\u9664\u3057\u307e\u3057\u305f","Resource Identifier":"\u30ea\u30bd\u30fc\u30b9\u8b58\u5225\u5b50","Resource Identifier could not be copied to the clipboard":"\u30ea\u30bd\u30fc\u30b9\u8b58\u5225\u5b50\u3092\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u306b\u30b3\u30d4\u30fc\u3067\u304d\u307e\u305b\u3093","Resource Identifier has been copied to the clipboard":"\u30ea\u30bd\u30fc\u30b9\u8b58\u5225\u5b50\u304c\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u306b\u30b3\u30d4\u30fc\u3055\u308c\u307e\u3057\u305f","Resource not imported due to multiple super classes":"\u8907\u6570\u306e\u30b9\u30fc\u30d1\u30fc\u30af\u30e9\u30b9\u304c\u3042\u308b\u305f\u3081\u3001\u30ea\u30bd\u30fc\u30b9\u304c\u30a4\u30f3\u30dd\u30fc\u30c8\u3055\u308c\u307e\u305b\u3093","Resource not imported due to multiple types":"\u8907\u6570\u306e\u30bf\u30a4\u30d7\u304c\u3042\u308b\u305f\u3081\u3001\u30ea\u30bd\u30fc\u30b9\u304c\u30a4\u30f3\u30dd\u30fc\u30c8\u3055\u308c\u307e\u305b\u3093","Resource saved":"\u30ea\u30bd\u30fc\u30b9\u306f\u4fdd\u5b58\u3055\u308c\u307e\u3057\u305f","Resource(s) successfully exported.":"\u30ea\u30bd\u30fc\u30b9\u304c\u6b63\u5e38\u306b\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3055\u308c\u307e\u3057\u305f","resources":"\u30ea\u30bd\u30fc\u30b9","Resources moved":"\u30ea\u30bd\u30fc\u30b9\u306e\u79fb\u52d5","Resources successfully indexed":"\u30ea\u30bd\u30fc\u30b9\u304c\u6b63\u5e38\u306b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u5316\u3055\u308c\u307e\u3057\u305f","Resources was not indexed":"\u30ea\u30bd\u30fc\u30b9\u306f\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u5316\u3055\u308c\u3066\u3044\u307e\u305b\u3093","Responsive mode":"\u30ec\u30b9\u30dd\u30f3\u30b7\u30d6\u30e2\u30fc\u30c9","Restore sound":"\u97f3\u58f0\u306e\u5fa9\u5143","Results":"\u7d50\u679c","Results library":"\u7d50\u679c\u30e9\u30a4\u30d6\u30e9\u30ea","Results Monitoring":"\u7d50\u679c\u30e2\u30cb\u30bf\u30ea\u30f3\u30b0","ResultTransmission event successfully registered":"ResultTransmission \u30a4\u30d9\u30f3\u30c8\u304c\u6b63\u5e38\u306b\u767b\u9332\u3055\u308c\u307e\u3057\u305f\u3002","Return to sign in page":"\u30ed\u30b0\u30a4\u30f3\u30da\u30fc\u30b8\u306b\u623b\u308b","Review":"\u30ec\u30d3\u30e5\u30fc","Review my Answers":"\u89e3\u7b54\u3092\u78ba\u8a8d\u3059\u308b","Rich Text Format file":"\u30ea\u30c3\u30c1\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb","Right parenthesis":"\u53f3\u62ec\u5f27","Role saved":"\u30ed\u30fc\u30eb\u306f\u4fdd\u5b58\u3055\u308c\u307e\u3057\u305f","Roles":"\u30ed\u30fc\u30eb","Roles library":"\u30ed\u30fc\u30eb\u30e9\u30a4\u30d6\u30e9\u30ea","round":"\u4e38\u3081","Round to closest whole number":"\u6700\u5c0f\u306e\u6574\u6570\u306b\u4e38\u3081\u308b","Round to lower whole number":"\u5c0f\u3055\u3044\u65b9\u306e\u6574\u6570\u306b\u4e38\u3081\u308b","Round to upper whole number":"\u5927\u304d\u3044\u65b9\u306e\u6574\u6570\u306b\u4e38\u3081\u308b","Row %s":"\u5217 %s","Rubric Block":"\u30eb\u30fc\u30d6\u30ea\u30c3\u30af\u30d6\u30ed\u30c3\u30af","Rubric Block Properties":"\u30eb\u30fc\u30d6\u30ea\u30c3\u30af\u30d6\u30ed\u30c3\u30af\u30d7\u30ed\u30d1\u30c6\u30a3","Rubric Blocks":"\u30eb\u30fc\u30d6\u30ea\u30c3\u30af\u30d6\u30ed\u30c3\u30af","Running task %s":"\u5b9f\u884c\u4e2d\u306e\u30bf\u30b9\u30af %s","Save":"\u4fdd\u5b58","Saved":"\u4fdd\u5b58\u6e08\u307f","Saved.":"\u4fdd\u5b58\u3057\u307e\u3057\u305f","Scientific Calculator":"\u95a2\u6570\u96fb\u5353","Scope":"\u7bc4\u56f2","Scorer":"\u63a1\u70b9\u8005","Scoring":"\u63a1\u70b9\u65b9\u6cd5","Scratch Pad":"\u30b9\u30af\u30e9\u30c3\u30c1\u30d1\u30c3\u30c9","Scratch pad":"\u30b9\u30af\u30e9\u30c3\u30c1\u30d1\u30c3\u30c9","Scratchpad":"\u30b9\u30af\u30e9\u30c3\u30c1\u30d1\u30c3\u30c9","Search":"\u691c\u7d22","Search %s":"%s\u3092\u691c\u7d22","Search by properties":"\u30d7\u30ed\u30d1\u30c6\u30a3\u3067\u691c\u7d22","Search sub-classes":"\u30b5\u30d6\u30af\u30e9\u30b9\u3092\u691c\u7d22","second":"\u79d2","seconds":"\u79d2","Section %d":"\u30bb\u30af\u30b7\u30e7\u30f3 %d","Section %d of %d":"\u30bb\u30af\u30b7\u30e7\u30f3\uff1a%d\uff0f%d","Section level category enables configuring the categories of its composing items all at once. A category in gray means that all items have that category. A category in white means that only a few items have that category.":"\u30bb\u30af\u30b7\u30e7\u30f3\u30ec\u30d9\u30eb\u3067\u306e\u30ab\u30c6\u30b4\u30ea\u8a2d\u5b9a\u3067\u306f\u3001\u69cb\u6210\u30a2\u30a4\u30c6\u30e0\u306e\u30ab\u30c6\u30b4\u30ea\u3092\u307e\u3068\u3081\u3066\u8a2d\u5b9a\u3067\u304d\u307e\u3059\u3002\u30b0\u30ec\u30a4\u306e\u30ab\u30c6\u30b4\u30ea\u306f\u3001\u3059\u3079\u3066\u306e\u30a2\u30a4\u30c6\u30e0\u304c\u305d\u306e\u30ab\u30c6\u30b4\u30ea\u306b\u5c5e\u3059\u308b\u3053\u3068\u3092\u610f\u5473\u3057\u307e\u3059\u3002\u3044\u304f\u3064\u304b\u306e\u30a2\u30a4\u30c6\u30e0\u306e\u307f\u304c\u5bfe\u8c61\u3068\u306a\u308b\u30ab\u30c6\u30b4\u30ea\u306f\u3001\u767d\u3067\u8868\u793a\u3055\u308c\u307e\u3059\u3002","Section Properties":"\u30bb\u30c3\u30b7\u30e7\u30f3\u30d7\u30ed\u30d1\u30c6\u30a3","Security":"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3","Security settings":"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u8a2d\u5b9a","select":"\u9078\u629e","Select":"\u9078\u629e\u6570","Select a blueprint":"\u30d6\u30eb\u30fc\u30d7\u30ea\u30f3\u30c8\u9078\u629e","Select a class":"\u30af\u30e9\u30b9\u3092\u9078\u629e","Select a destination":"\u30b3\u30d4\u30fc\u5148\u3092\u9078\u629e","Select a language":"\u8a00\u8a9e\u3092\u9078\u629e","Select Items":"\u30a2\u30a4\u30c6\u30e0\u9078\u629e","Select loaded %s":"\u30ed\u30fc\u30c9\u3055\u308c\u305f %s \u3092\u9078\u629e\u3057\u307e\u3059\u3002","Select the way the responses of your test should be processed":"\u30c6\u30b9\u30c8\u306e\u63a1\u70b9\u7d50\u679c\u306e\u51e6\u7406\u65b9\u6cd5\u3092\u9078\u629e\u3057\u307e\u3059","Select this file":"\u3053\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u9078\u629e","select...":"\u9078\u629e...","Selected":"\u9078\u629e\u6e08\u307f","Selected file:":"\u9078\u629e\u6e08\u307f\u30d5\u30a1\u30a4\u30eb:","Selection":"\u9078\u629e\u6570","Selection saved successfully":"\u9078\u629e\u306f\u4fdd\u5b58\u3055\u308c\u307e\u3057\u305f","self-locked":"\u30bb\u30eb\u30d5\u30ed\u30c3\u30af","Send":"\u9001\u4fe1","Set outcome identifier the feedback block is related to":"\u30d5\u30a3\u30fc\u30c9\u30d0\u30c3\u30af\u306e\u305f\u3081\u306e\u7d50\u679c\u8b58\u5225\u5b50\uff08outcome identifier\uff09\u3092\u8a2d\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044","Set the cut score (or pass score ratio) associated to the test. It must be a float between 0 and 1.":"\u30ab\u30c3\u30c8\u30b9\u30b3\u30a2\uff08\u5408\u683c\u5f97\u70b9\u7387\uff09\u3092\uff10\u301c\uff11\u306e\u9593\u3067\u8a2d\u5b9a\u3057\u307e\u3059\u3002","Set the rubric block as a feedback block":"\u30d5\u30a3\u30fc\u30c9\u30d0\u30c3\u30af\u30d6\u30ed\u30c3\u30af\u3068\u3057\u3066\u30eb\u30fc\u30d6\u30ea\u30c3\u30af\u30d6\u30ed\u30c3\u30af\u3092\u8a2d\u5b9a","Set the trigonometric function to work in degrees":"\u89d2\u5ea6\u3067\u6a5f\u80fd\u3059\u308b\u3088\u3046\u306b\u4e09\u89d2\u95a2\u6570\u3092\u8a2d\u5b9a\u3059\u308b","Set the trigonometric function to work in radians":"\u89d2\u5ea6\u3067\u6a5f\u80fd\u3059\u308b\u3088\u3046\u306b\u4e09\u89d2\u95a2\u6570\u3092\u8a2d\u5b9a\u3059\u308b","Set the value of the outcome that will activate the feedback block":"\u30d5\u30a3\u30fc\u30c9\u30d0\u30c3\u30af\u30d6\u30ed\u30c3\u30af\u3092\u6709\u52b9\u306b\u3059\u308b\u7d50\u679c\uff08outcome\uff09\u306e\u5024\u3092\u8a2d\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044","Set the weight identifier used to process the score":"\u91cd\u307f\u4ed8\u3051\u3092\u8a2d\u5b9a\u3059\u308b\u5834\u5408\uff0c\u3053\u306e\u30c6\u30b9\u30c8\u5168\u4f53\u306b\u9069\u7528\u3055\u308c\u308b\u300c\u91cd\u307f\u4ed8\u3051\uff08weight)\u306e\u8b58\u5225\u5b50\u300d\u3092\u8a2d\u5b9a\u3057\u307e\u3059","Set the XHTML-QTI class of the rubric block.":"\u30eb\u30fc\u30d6\u30ea\u30c3\u30af\u30d6\u30ed\u30c3\u30af\u306e XHTML-QTI \u30af\u30e9\u30b9\u3092\u8a2d\u5b9a","Set the XHTML-QTI identifier of the rubric block.":"\u30eb\u30fc\u30d6\u30ea\u30c3\u30af\u30d6\u30ed\u30c3\u30af\u306e XHTML-QTI \u8b58\u5225\u5b50\u3092\u8a2d\u5b9a","SetSynchronisationService successfully configured.":"SetSynchronisationService\u306e\u8a2d\u5b9a\u304c\u5b8c\u4e86\u3057\u307e\u3057\u305f","Settings":"\u8a2d\u5b9a","Settings updated":"\u8a2d\u5b9a\u3092\u66f4\u65b0","Show detailed report":"\u8a73\u7d30\u30ec\u30dd\u30fc\u30c8\u3092\u8868\u793a","Show Feedback":"\u30d5\u30a3\u30fc\u30c9\u30d0\u30c3\u30af\u8868\u793a","Show password":"\u30d1\u30b9\u30ef\u30fc\u30c9\u8868\u793a","Show Review":"\u554f\u984c\u4e00\u89a7","Show Solution":"\u7b54\u3048\u3092\u8868\u793a","Show test overview panel":"\u30c6\u30b9\u30c8\u4e00\u89a7\u8868\u793a","Show the review screen":"\u30ec\u30d3\u30e5\u30fc\u30b9\u30af\u30ea\u30fc\u30f3\u8868\u793a","Show the solution once the answer is submitted.":"\u89e3\u7b54\u3092\u9001\u4fe1\u3059\u308b\u3068\u7b54\u3048\u3092\u8868\u793a\u3057\u307e\u3059","Show timers":"\u30bf\u30a4\u30de\u30fc\u8868\u793a","Show\/Hide the review screen":"\u30ec\u30d3\u30e5\u30fc\u30b9\u30af\u30ea\u30fc\u30f3\u8868\u793a\uff0f\u975e\u8868\u793a","Shuffle":"\u30b7\u30e3\u30c3\u30d5\u30eb","Sibelius music notation":"Sibelius music notation","Sign change":"\u7b26\u53f7\u5165\u308c\u66ff\u3048","Simultaneous":"\u540c\u6642","sin":"sin","Sine":"sin","sinh":"sinh","Size":"\u30b5\u30a4\u30ba","Skip":"\u30b9\u30ad\u30c3\u30d7","Skip & End Test":"\u30b9\u30ad\u30c3\u30d7 & \u30c6\u30b9\u30c8\u7d42\u4e86","Skip and end test":"\u30b9\u30ad\u30c3\u30d7\u3057\u30c6\u30b9\u30c8\u7d42\u4e86","Skip and go to the end of the test":"\u30b9\u30ad\u30c3\u30d7\u3057\u3066\u30c6\u30b9\u30c8\u3092\u7d42\u4e86\u3057\u307e\u3059","Skip and go to the next item":"\u30b9\u30ad\u30c3\u30d7\u3057\u3066\u6b21\u3078\u9032\u307f\u307e\u3059","Skip to the end of the test":"\u30c6\u30b9\u30c8\u306e\u6700\u5f8c\u307e\u3067\u30b9\u30ad\u30c3\u30d7\u3057\u307e\u3059","Skip to the next item":"\u6b21\u306e\u554f\u984c\u306b\u30b9\u30ad\u30c3\u30d7\u3057\u307e\u3059","Skip to the next section":"\u6b21\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u306b\u30b9\u30ad\u30c3\u30d7\u3057\u307e\u3059","Some resources have not been moved: %s":"\u4e00\u90e8\u306e\u30ea\u30bd\u30fc\u30b9\u304c\u79fb\u52d5\u3055\u308c\u3066\u3044\u307e\u305b\u3093: %s","Some rubric blocks have been updated to reflect the changes in the list of outcomes.":"\u7d50\u679c\u30ea\u30b9\u30c8\u306e\u5909\u66f4\u306b\u4f34\u3044\u3001\u4e00\u90e8\u306e\u30eb\u30fc\u30d6\u30ea\u30c3\u30af\u30d6\u30ed\u30c3\u30af\u3092\u66f4\u65b0\u3057\u307e\u3057\u305f","Something unexpected happened.":"\u4e88\u60f3\u5916\u306e\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u305f\u3002","Something went wrong...":"\u4e0d\u5177\u5408\u304c\u767a\u751f\u3057\u307e\u3057\u305f","Sources that can embed this platform in an iFrame":"\u3053\u306e\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u3092iFrame\u306b\u57cb\u3081\u8fbc\u3080\u305f\u3081\u306e\u30bd\u30fc\u30b9","Speech speed":"\u8a71\u3059\u901f\u3055","Speed":"\u901f\u3055","Square root":"\u5e73\u65b9\u6839","Start":"\u958b\u59cb","Start of document reached. Continuing from the end.":"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u958b\u59cb\u70b9\u306b\u5230\u9054\u3057\u307e\u3057\u305f\u3002\u6700\u5f8c\u304b\u3089\u7d9a\u3051\u307e\u3059\u3002","Start Test-part":"\u30c6\u30b9\u30c8\u30d1\u30fc\u30c8\u958b\u59cb","Status":"\u30b9\u30c6\u30fc\u30bf\u30b9","Status of":"\u30b9\u30c6\u30fc\u30bf\u30b9\uff1a","Step 1: Download the file (see below when available).":"\u30b9\u30c6\u30c3\u30d71\uff1a\u30d5\u30a1\u30a4\u30eb\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3059\u308b\uff08\u5229\u7528\u53ef\u80fd\u306a\u5834\u5408\u306f\u4e0b\u8a18\u3092\u53c2\u7167\uff09\u3002","Step 2: When you are online again, please send the downloaded file to receptionbaseline@nfer.ac.uk together with the ":"Step 2: \u518d\u5ea6\u30aa\u30f3\u30e9\u30a4\u30f3\u306b\u306a\u3063\u305f\u3089\u3001\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u305f\u30d5\u30a1\u30a4\u30eb\u3092\u4e8b\u52d9\u5c40\u307e\u3067\u4e00\u7dd2\u306b\u9001\u3063\u3066\u304f\u3060\u3055\u3044\u3002","Step 3: Once you have downloaded the file you can close the browser window. Do not do anything further with the assessment whilst it shows as \u0022in progress\u0022; the status will be updated once the helpline has uploaded the file.":"\u30b9\u30c6\u30c3\u30d73: \u30d5\u30a1\u30a4\u30eb\u306e\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u304c\u5b8c\u4e86\u3057\u305f\u3089\u3001\u30d6\u30e9\u30a6\u30b6\u30a6\u30a3\u30f3\u30c9\u30a6\u3092\u9589\u3058\u307e\u3059\u3002\u30d8\u30eb\u30d7\u30e9\u30a4\u30f3\u304c\u30d5\u30a1\u30a4\u30eb\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3059\u308b\u3068\u3001\u30b9\u30c6\u30fc\u30bf\u30b9\u304c\u66f4\u65b0\u3055\u308c\u307e\u3059\u3002","Stop":"\u30b9\u30c8\u30c3\u30d7","Store":"\u683c\u7d0d","Store the value a variable":"\u5024\u3092\u5909\u6570\u306b\u683c\u7d0d\u3059\u308b","Storing digital video data on a computer game":"\u30d3\u30c7\u30aa\u30c7\u30fc\u30bf\u3092\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u30b2\u30fc\u30e0\u306b\u4fdd\u5b58\u3059\u308b","Submission":"\u9001\u4fe1\uff08\u63d0\u51fa\uff09","Submit":"\u9001\u4fe1","Submit and go to the end of the test":"\u30c6\u30b9\u30c8\u3092\u9001\u4fe1\u3057\u7d42\u4e86\u753b\u9762\u306b\u79fb\u52d5\u3057\u307e\u3059","Submit and go to the item %s":"\u9001\u4fe1\u3057\u3066\u3053\u306e\u554f\u984c\u306b\u79fb\u52d5\u3057\u307e\u3059: %s","Submit and go to the next item":"\u9001\u4fe1\u3057\u3066\u6b21\u306e\u554f\u984c\u306b\u9032\u307f\u307e\u3059","Submit and go to the previous item":"\u9001\u4fe1\u3057\u3066\u524d\u306e\u554f\u984c\u306b\u623b\u308a\u307e\u3059","SUBMIT THE TEST":"\u30c6\u30b9\u30c8\u3092\u63d0\u51fa\u3059\u308b","SUBMIT THIS PART":"\u3053\u306e\u30d1\u30fc\u30c8\u3092\u63d0\u51fa\u3059\u308b","Success":"\u5b8c\u4e86\u3057\u307e\u3057\u305f","Successfully cloned instance as %s":"\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u304c %s \u3068\u3057\u3066\u6b63\u5e38\u306b\u30af\u30ed\u30fc\u30f3\u5316\u3055\u308c\u307e\u3057\u305f","Successfully deleted %s":"%s \u304c\u6b63\u5e38\u306b\u524a\u9664\u3055\u308c\u307e\u3057\u305f","Successfully imported \u0022%s":"\u0022%s \u306e\u30a4\u30f3\u30dd\u30fc\u30c8\u304c\u5b8c\u4e86\u3057\u307e\u3057\u305f","Successfully imported %s tripples":"%s \u30c8\u30ea\u30d7\u30eb\u306e\u30a4\u30f3\u30dd\u30fc\u30c8\u304c\u5b8c\u4e86\u3057\u307e\u3057\u305f","Successfully imported class \u0022%s":"\u0022%s\u30af\u30e9\u30b9\u306e\u30a4\u30f3\u30dd\u30fc\u30c8\u304c\u5b8c\u4e86\u3057\u307e\u3057\u305f","Successfully updated %s client translation bundles":"%s \u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u7ffb\u8a33\u30d0\u30f3\u30c9\u30eb\u304c\u6b63\u5e38\u306b\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f","Supported export formats":"\u5bfe\u5fdc\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u5f62\u5f0f","SVG image":"SVG\u753b\u50cf","Syntax error":"\u69cb\u6587\u30a8\u30e9\u30fc","Tagged image file":"\u30bf\u30b0\u4ed8\u304d\u753b\u50cf","tan":"tan","Tangent":"tan","tanh":"tanh","Tao Default Theme":"TAO\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u30c6\u30fc\u30de","TAO Home":"TAO\u30db\u30fc\u30e0","TAO Login":"TAO\u30ed\u30b0\u30a4\u30f3","TAO platform is already on live mode since %s":"TAO\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u306f %s \u4ee5\u964d\u3001\u3059\u3067\u306b\u516c\u958b\u30e2\u30fc\u30c9\u306b\u306a\u3063\u3066\u3044\u307e\u3059\u3002","TAO platform is already on maintenance mode since %s":"TAO\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u306f %s \u4ee5\u964d\u3001\u3059\u3067\u306b\u30e1\u30f3\u30c6\u30ca\u30f3\u30b9\u30e2\u30fc\u30c9\u306b\u306a\u3063\u3066\u3044\u307e\u3059\u3002","TAO platform is live since %s.":"TAO\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u306f %s \u304b\u3089\u7a3c\u50cd\u3057\u3066\u3044\u307e\u3059\u3002","TAO platform is now live. It was in maintenance since %s":"TAO\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u306f\uff0c%s\u4ee5\u6765\u30e1\u30f3\u30c6\u30ca\u30f3\u30b9\u4e2d\u3068\u306a\u3063\u3066\u3044\u307e\u3057\u305f\u304c\uff0c\u73fe\u5728\u7a3c\u50cd\u4e2d\u3067\u3059\u3002","TAO platform is now under maintenance. It was in maintenance since %s":"TAO\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u306f\uff0c%s\u4ee5\u6765\uff0c\u73fe\u5728\u3082\u30e1\u30f3\u30c6\u30ca\u30f3\u30b9\u4e2d\u3067\u3059\u3002","TAO platform is under maintenance since %s":"TAO\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u306f\u3001%s\u4ee5\u964d\u30e1\u30f3\u30c6\u30ca\u30f3\u30b9\u4e2d\u3068\u306a\u3063\u3066\u3044\u307e\u3059\u3002","Task %s has been cancelled, message was not processed.":"\u30bf\u30b9\u30af %s \u306f\u30ad\u30e3\u30f3\u30bb\u30eb\u3055\u308c\u307e\u3057\u305f\u3002","task created":"\u30bf\u30b9\u30af\u304c\u4f5c\u6210\u3055\u308c\u307e\u3057\u305f","Task Listing":"\u30bf\u30b9\u30af\u4e00\u89a7","Task Name":"\u30bf\u30b9\u30af\u540d","Task not found":"\u30bf\u30b9\u30af\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093","Task not returned any report.":"\u30bf\u30b9\u30af\u306f\u30ec\u30dd\u30fc\u30c8\u3092\u8fd4\u3057\u307e\u305b\u3093\u3067\u3057\u305f","Task Queue":"\u30bf\u30b9\u30af\u5f85\u6a5f\u4e2d","taskqueue":"\u30bf\u30b9\u30af\u5f85\u6a5f\u4e2d","technical":"\u30c6\u30af\u30cb\u30ab\u30eb","Term":"\u671f\u9593","Test":"\u30c6\u30b9\u30c8","Test constructor":"\u30c6\u30b9\u30c8\u4f5c\u6210","Test metadata successfully exported.":"\u30c6\u30b9\u30c8\u30e1\u30bf\u30c7\u30fc\u30bf\u306e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u304c\u5b8c\u4e86\u3057\u307e\u3057\u305f\u3002","Test Navigation":"\u30c6\u30b9\u30c8\u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3","Test overview":"\u30c6\u30b9\u30c8\u4e00\u89a7","Test part level category enables configuring the categories of its composing items all at once. A category in gray means that all items have that category. A category in white means that only a few items have that category.":"\u30c6\u30b9\u30c8\u30d1\u30fc\u30c8\u30ec\u30d9\u30eb\u306e\u30ab\u30c6\u30b4\u30ea\u306f\u3001\u305d\u306e\u69cb\u6210\u30a2\u30a4\u30c6\u30e0\u306e\u30ab\u30c6\u30b4\u30ea\u3092\u4e00\u5ea6\u306b\u8a2d\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002\u30b0\u30ec\u30fc\u3067\u8868\u793a\u3055\u308c\u3066\u3044\u308b\u30ab\u30c6\u30b4\u30ea\u306f\u3001\u3059\u3079\u3066\u306e\u9805\u76ee\u304c\u305d\u306e\u30ab\u30c6\u30b4\u30ea\u3092\u6301\u3064\u3053\u3068\u3092\u610f\u5473\u3057\u307e\u3059\u3002\u767d\u8272\u306e\u30ab\u30c6\u30b4\u30ea\u306f\u3001\u305d\u306e\u30ab\u30c6\u30b4\u30ea\u3092\u6301\u3064\u30a2\u30a4\u30c6\u30e0\u304c\u5c11\u6570\u3067\u3042\u308b\u3053\u3068\u3092\u610f\u5473\u3057\u307e\u3059\u3002","Test Part Properties":"\u30c6\u30b9\u30c8\u30d1\u30fc\u30c8\u30d7\u30ed\u30d1\u30c6\u30a3","Test Preview is not installed, please contact to your administrator.":"\u30c6\u30b9\u30c8\u30d7\u30ec\u30d3\u30e5\u30fc\u304c\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u3066\u3044\u306a\u3044\u5834\u5408\u306f\u3001\u7ba1\u7406\u8005\u306b\u304a\u554f\u3044\u5408\u308f\u305b\u304f\u3060\u3055\u3044\u3002","Test Saved":"\u30c6\u30b9\u30c8\u3092\u4fdd\u5b58\u3057\u307e\u3057\u305f","Test status":"\u89e3\u7b54\u72b6\u6cc1","Test status and review structure":"\u30c6\u30b9\u30c8\u72b6\u6cc1\u3068\u30ec\u30d3\u30e5\u30fc\u306e\u4ed5\u7d44\u307f","Test Status and Structure":"\u30c6\u30b9\u30c8\u72b6\u6cc1\u3068\u69cb\u6210","Test takers library":"\u53d7\u9a13\u8005\u30e9\u30a4\u30d6\u30e9\u30ea","Test-Taker Tools":"\u30b5\u30dd\u30fc\u30c8\u30c4\u30fc\u30eb","Test-takers":"\u53d7\u9a13\u8005\u305f\u3061","Tests":"\u30c6\u30b9\u30c8","Tests library":"\u30c6\u30b9\u30c8\u30e9\u30a4\u30d6\u30e9\u30ea","TeX file":"TeX\u30d5\u30a1\u30a4\u30eb","Text - Long - Box":"\u30c6\u30ad\u30b9\u30c8-\u30ed\u30f3\u30b0-\u30dc\u30c3\u30af\u30b9","Text - Long - HTML editor":"\u30c6\u30ad\u30b9\u30c8-\u30ed\u30f3\u30b0-HTML\u30a8\u30c7\u30a3\u30bf","Text - Short - Field":"\u30c6\u30ad\u30b9\u30c8-\u30b7\u30e7\u30fc\u30c8-\u30d5\u30a3\u30fc\u30eb\u30c9","Text content":"\u30c6\u30ad\u30b9\u30c8\u30b3\u30f3\u30c6\u30f3\u30c4","Text document file format (Staroffice)":"\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb (Staroffice)","Text to Speech":"\u30c6\u30ad\u30b9\u30c8\u8aad\u307f\u4e0a\u3052","Text To Speech":"\u30c6\u30ad\u30b9\u30c8\u8aad\u307f\u4e0a\u3052","that was being taken.":"\u53d6\u5f97\u3055\u308c\u3066\u3044\u307e\u3057\u305f","The \u0027imsmanifest.xml\u0027 file found in the archive is not valid.":"\u30a2\u30fc\u30ab\u30a4\u30d6\u3067\u898b\u3064\u304b\u3063\u305f \u0027imsmanifest.xml\u0027\u30d5\u30a1\u30a4\u30eb\u306f\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093","The action will be applied to":"\u64cd\u4f5c\u304c\u9069\u7528\u3055\u308c\u307e\u3059\uff1a","The action will be applied to the following":"\u4ee5\u4e0b\u306b\u64cd\u4f5c\u304c\u9069\u7528\u3055\u308c\u307e\u3059","The action will not be applied to ":"\u64cd\u4f5c\u306f\u9069\u7528\u3055\u308c\u307e\u305b\u3093\uff1a","The action will not be applied to the following":"\u64cd\u4f5c\u306f\u9069\u7528\u3055\u308c\u307e\u305b\u3093\uff1a","the assessment (LCL or Mathematics)":"\u8a55\u4fa1\uff08LCL\u307e\u305f\u306f\u6570\u5b66\uff09","The assessment has been created but is not already running.":"\u30c6\u30b9\u30c8\u306f\u4f5c\u6210\u3055\u308c\u307e\u3057\u305f\u304c\u3001\u307e\u3060\u5b9f\u65bd\u3055\u308c\u3066\u3044\u307e\u305b\u3093","The assessment has been suspended by an authorized proctor. If you wish to resume your assessment, please relaunch it and contact your proctor if required.":"\u30c6\u30b9\u30c8\u306f\u62c5\u5f53\u306e\u8a66\u9a13\u76e3\u7763\u8005\u306b\u3088\u3063\u3066\u4e2d\u65ad\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u518d\u958b\u3059\u308b\u5834\u5408\u306f\u3001\u518d\u5ea6\u5b9f\u65bd\u3057\u3066\u5fc5\u8981\u306b\u5fdc\u3058\u3066\u8a66\u9a13\u76e3\u7763\u8005\u306b\u9023\u7d61\u3057\u3066\u304f\u3060\u3055\u3044\u3002","The assessment has been suspended. To resume your assessment, please relaunch it and contact your proctor if required.":"\u30c6\u30b9\u30c8\u306f\u4e00\u6642\u505c\u6b62\u3055\u308c\u307e\u3057\u305f\u3002\u518d\u958b\u3059\u308b\u5834\u5408\u306f\u3001\u518d\u5ea6\u5b9f\u65bd\u884c\u3057\u3066\u5fc5\u8981\u306b\u5fdc\u3058\u3066\u8a66\u9a13\u76e3\u7763\u8005\u306b\u9023\u7d61\u3057\u3066\u304f\u3060\u3055\u3044\u3002","The assessment has been suspended. To resume your assessment, please relaunch it.":"\u30c6\u30b9\u30c8\u306f\u4e2d\u65ad\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u518d\u958b\u3059\u308b\u5834\u5408\u306f\u518d\u5ea6\u5b9f\u65bd\u3057\u3066\u304f\u3060\u3055\u3044\u3002","The assessment has been terminated.":"\u30c6\u30b9\u30c8\u306f\u7d42\u4e86\u3055\u308c\u307e\u3057\u305f","The assessment has been terminated. You cannot interact with it anymore.":"\u30c6\u30b9\u30c8\u306f\u7d42\u4e86\u3055\u308c\u307e\u3057\u305f\u306e\u3067\u3001\u3053\u308c\u4ee5\u4e0a\u64cd\u4f5c\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093","The assessment is still running.":"\u30c6\u30b9\u30c8\u306f\u5b9f\u65bd\u4e2d\u3067\u3059","The candidate is not allowed to submit invalid responses.":"\u7121\u52b9\u306a\u89e3\u7b54\uff08\u672a\u89e3\u7b54\u304c\u306a\u3044\u304b\uff09\u3092\u78ba\u8a8d\u3057\u30a2\u30e9\u30fc\u30c8\u3092\u51fa\u3057\u307e\u3059\u3002","The class has been copied.":"\u30af\u30e9\u30b9\u304c\u30b3\u30d4\u30fc\u3055\u308c\u307e\u3057\u305f","The column ":"\u884c","The connection seems to be back, please proceed":"\u63a5\u7d9a\u304c\u56de\u5fa9\u3057\u305f\u3088\u3046\u3067\u3059\u3002\u7d9a\u3051\u3066\u304f\u3060\u3055\u3044\u3002","the current question":"\u4eca\u554f\u984c\u306b\u306a\u3063\u3066\u3044\u308b\u3082\u306e","The dependency to the IMS QTI AssessmentItemRef \u0022%s\u0022 in the IMS Manifest file could not be resolved.":"IMS\u30de\u30cb\u30d5\u30a7\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u5185\u306e IMS QTI AssessmentItemRef\u0022%s\u0022\u3078\u306e\u4f9d\u5b58\u95a2\u4fc2\u306f\u89e3\u6c7a\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002","The download will be available in %d<\/strong> seconds":"\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u306f%d<\/strong>\u79d2\u3067\u5229\u7528\u53ef\u80fd\u306b\u306a\u308a\u307e\u3059\u3002","The field \u0022List\u0022 is disabled because the property is part of a dependency":"\u30d7\u30ed\u30d1\u30c6\u30a3\u304c\u4f9d\u5b58\u95a2\u4fc2\u306e\u4e00\u90e8\u3067\u3042\u308b\u305f\u3081\u3001\u30d5\u30a3\u30fc\u30eb\u30c9\u300cList\u300d\u304c\u7121\u52b9\u306b\u306a\u3063\u3066\u3044\u307e\u3059","The following criteria are not applicable to the selected class and have been removed from the search":"\u4ee5\u4e0b\u306e\u6761\u4ef6\u306f\u3001\u9078\u629e\u3055\u308c\u305f\u30af\u30e9\u30b9\u306b\u9069\u7528\u3055\u308c\u306a\u3044\u305f\u3081\u3001\u691c\u7d22\u5bfe\u8c61\u304b\u3089\u9664\u5916\u3055\u308c\u3066\u3044\u307e\u3059\u3002","The following identifiers are not unique accross the test : %s":"\u3053\u306e\u8b58\u5225\u5b50\u306f\u30c6\u30b9\u30c8\u5168\u4f53\u3067\u30e6\u30cb\u30fc\u30af\u3067\u306f\u3042\u308a\u307e\u305b\u3093 : %s","The format of this field is not valid.":"\u3053\u306e\u30d5\u30a3\u30fc\u30eb\u30c9\u306e\u5f62\u5f0f\u306f\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093","The identifier of the item reference.":"\u30a2\u30a4\u30c6\u30e0\u53c2\u7167\u7528\u8b58\u5225\u5b50","The identifier of the section.":"\u30bb\u30af\u30b7\u30e7\u30f3\u8b58\u5225\u5b50","The imported file is not properly UTF-8 encoded.":"\u30a4\u30f3\u30dd\u30fc\u30c8\u3055\u308c\u305f\u30d5\u30a1\u30a4\u30eb\u304c\u6b63\u3057\u304fUTF-8\u3067\u30a8\u30f3\u30b3\u30fc\u30c9\u3055\u308c\u3066\u3044\u307e\u305b\u3093","The IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file was already stored in the Item Bank.":"IMS\u30de\u30cb\u30d5\u30a7\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u3067\u3001\u0022%s\u0022 \u3068\u3057\u3066\u53c2\u7167\u3055\u308c\u305fIMS QTI\u30a2\u30a4\u30c6\u30e0\u306f\u65e2\u306b\u30a2\u30a4\u30c6\u30e0\u30d0\u30f3\u30af\u306b\u683c\u7d0d\u3055\u308c\u3066\u3044\u307e\u3059\u3002","The IMS QTI Test Package could not be imported.":"IMS QTI\u306e\u30c6\u30b9\u30c8\u30d1\u30c3\u30b1\u30fc\u30b8\u306f\u30a4\u30f3\u30dd\u30fc\u30c8\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002","The IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file could not be imported.":"IMS\u30de\u30cb\u30d5\u30a7\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u3067\u3001\u0022%s\u0022 \u3068\u3057\u3066\u53c2\u7167\u3055\u308c\u305fIMS QTI\u30a2\u30a4\u30c6\u30e0\u306f\u30a4\u30f3\u30dd\u30fc\u30c8\u3055\u308c\u307e\u305b\u3093\u3067\u3057\u305f\u3002","The index identifier should not be empty":"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u8b58\u5225\u5b50\u306f\uff0c\u7a7a\u3067\u3042\u3063\u3066\u306f\u306a\u308a\u307e\u305b\u3093","The lock has been released":"\u30ed\u30c3\u30af\u304c\u89e3\u9664\u3055\u308c\u307e\u3057\u305f","The navigation mode determines the general paths that the candidate may take. A linear mode restricts the candidate to attempt each item in turn. Non Linear removes this restriction.":"\u53d7\u9a13\u8005\u304c\u89e3\u7b54\u3059\u308b\u9806\u5e8f\u3092\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u3057\u307e\u3059\u3002\u300c\u9806\u6b21\u5f0f\u300d\u306e\u5834\u5408\u3001\u53d7\u9a13\u8005\u306f\u63d0\u793a\u3055\u308c\u305f\u9806\u5e8f\u3067\u89e3\u7b54\u3057\u3066\u3086\u304d\u307e\u3059\u3002\u300c\u975e\u9806\u6b21\u5f0f\u300d\u306e\u5834\u5408\u306f\u3001\u53d7\u9a13\u8005\u306f\u554f\u984c\u3092\u4efb\u610f\u306e\u9806\u5e8f\u3067\u81ea\u7531\u306b\u89e3\u7b54\u3067\u304d\u307e\u3059\u3002","The number of child elements to be selected.":"\u9078\u629e\u51fa\u984c\u3055\u308c\u308b\u6570","The outcome \u0022%s\u0022 does not exist, but it is referenced by a feedback block!":"\u7d50\u679c \u0022%s\u0022 \u306f\u5b58\u5728\u3057\u307e\u305b\u3093\u304c\u3001\u30d5\u30a3\u30fc\u30c9\u30d0\u30c3\u30af\u30d6\u30ed\u30c3\u30af\u306b\u3088\u3063\u3066\u53c2\u7167\u3055\u308c\u307e\u3059\u3002","The outcomes have been regenerated!":"\u7d50\u679c\u304c\u518d\u751f\u6210\u3055\u308c\u307e\u3057\u305f!","The principle identifier of the test.":"\u30c6\u30b9\u30c8\u306e\u4e3b\u8981\u8b58\u5225\u5b50","The properties of the source class will be replaced by those of the destination class. This might result in a loss of metadata. Continue anyway?":"\u5143\u306e\u30af\u30e9\u30b9\u30d7\u30ed\u30d1\u30c6\u30a3\u306f\uff0c\u79fb\u52d5\u5148\u306e\u30af\u30e9\u30b9\u30d7\u30ed\u30d1\u30c6\u30a3\u306b\u7f6e\u304d\u63db\u3048\u3089\u308c\u307e\u3059\u3002\u3053\u308c\u306b\u3088\u308a\u3001\u30e1\u30bf\u30c7\u30fc\u30bf\u304c\u5931\u308f\u308c\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002\u7d9a\u3051\u307e\u3059\u304b\uff1f","The provided archive is invalid. Make sure it is not corrupted and that it contains an \u0027imsmanifest.xml\u0027 file.":"\u9069\u5fdc\u3055\u308c\u305f\u30a2\u30fc\u30ab\u30a4\u30d6\u306f\u7121\u52b9\u3067\u3059\u3002\u7834\u640d\u3057\u3066\u3044\u306a\u3044\u304b\u3001\u0027imsmanifest.xml\u0027\u30d5\u30a1\u30a4\u30eb\u3092\u542b\u3093\u3067\u3044\u308b\u304b\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002","The QTI Item with URI \u0027%s\u0027 cannot be found.":"QTI\u30a2\u30a4\u30c6\u30e0\uff08 URI \u0027%s\u0027\uff09\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3002","The QTI Test \u0027%s\u0027 to be compiled must contain at least 1 QTI Item. None found.":"\u30b3\u30f3\u30d1\u30a4\u30eb\u3059\u308bQTI\u30c6\u30b9\u30c8\u0027%s\u0027\u306f\u5c11\u306a\u304f\u3068\u3082\uff11\u3064\u306eQTI\u30a2\u30a4\u30c6\u30e0\u304c\u5fc5\u8981\u3067\u3059\u304c\uff0c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3002","The QTI test could not be retrieved correctly.":"QTI\u30c6\u30b9\u30c8\u306f\u6b63\u3057\u304f\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f","The QTI Test XML or one of its dependencies is malformed or empty.":"QTI\u30c6\u30b9\u30c8XML\u307e\u305f\u306f\u305d\u306e\u4f9d\u5b58\u95a2\u4fc2\u306e1\u3064\u306f\u3001\u4e0d\u6b63\u307e\u305f\u306f\u7a7a\u3067\u3059","The QTI-XML test could not be written correctly.":"QTI-XML\u30c6\u30b9\u30c8\u306f\u6b63\u5e38\u306b\u66f8\u304d\u8fbc\u3080\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f","The reference.":"\u53c2\u7167","The resources related to the IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file were rolled back.":"IMS Manifest\u30d5\u30a1\u30a4\u30eb\u306e\u300c%s\u300d\u3068\u3057\u3066\u53c2\u7167\u3055\u308c\u308bIMS QTI Test\u306b\u95a2\u9023\u3059\u308b\u30ea\u30bd\u30fc\u30b9\u304c\u30ed\u30fc\u30eb\u30d0\u30c3\u30af\u3055\u308c\u307e\u3057\u305f\u3002","The score will be processed for the entire test. A sum of all SCORE outcomes will be computed and divided by the sum of MAX SCORE, the result will be compared to the cut score (or pass ratio), then the PASS_TOTAL outcome will be set accordingly.":"\u30c6\u30b9\u30c8\u5168\u4f53\u3067\u306e\u63a1\u70b9\u304c\u884c\u308f\u308c\u307e\u3059\u3002\u30b9\u30b3\u30a2\uff08\u5f97\u70b9\uff09\u306e\u5408\u8a08\u3092MAX SCORE\uff08\u6700\u5927\u5f97\u70b9\uff09\u3067\u5272\u3063\u305f\u5024\u304c\u30ab\u30c3\u30c8\u30b9\u30b3\u30a2\uff08\u5408\u683c\u5f97\u70b9\u7387\uff09\u3068\u6bd4\u8f03\u3055\u308c\u3001PASS_TOTAL \u3067\u5408\u5426\u5224\u5b9a\u304c\u63d0\u793a\u3055\u308c\u307e\u3059\u3002","The score will be processed for the entire test. A sum of all SCORE outcomes will be computed, the result will take place in the SCORE_TOTAL outcome.":"\u30c6\u30b9\u30c8\u5168\u4f53\u3067\u306e\u63a1\u70b9\u7d50\u679c\u51e6\u7406\u304c\u884c\u308f\u308c\u307e\u3059\u3002\u3059\u3079\u3066\u306e\u30b9\u30b3\u30a2\uff08\u5f97\u70b9\uff09\u304c\u5408\u8a08\u3055\u308c\u3001\u7d50\u679c\u306fSCORE_TOTAL\u3067\u63d0\u793a\u3055\u308c\u307e\u3059\u3002","The section title.":"\u30bb\u30af\u30b7\u30e7\u30f3\u540d","The selected value(s) must be compatible with the primary property.":"\u9078\u629e\u3055\u308c\u305f\u5024\u306f\u3001\u4e3b\u30d7\u30ed\u30d1\u30c6\u30a3\u3068\u4e92\u63db\u6027\u304c\u306a\u3051\u308c\u3070\u306a\u3089\u306a\u3044\u3002","The server has sent an empty response":"\u30b5\u30fc\u30d0\u306f\u7a7a\u306e\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u9001\u4fe1\u3057\u307e\u3057\u305f\u3002","The submission mode determines when the candidate\u0027s responses are submitted for response processing. A testPart in individual mode requires the candidate to submit their responses on an item-by-item basis. In simultaneous mode the candidate\u0027s responses are all submitted together at the end of the testPart.":"\u53d7\u9a13\u8005\u306e\u89e3\u7b54\u304c\u3069\u306e\u3088\u3046\u306a\u30bf\u30a4\u30df\u30f3\u30b0\u3067\u9001\u4fe1\u3055\u308c\u308b\u304b\u3092\u8a2d\u5b9a\u3057\u307e\u3059\u3002\u300c\u500b\u5225\u300d\u9001\u4fe1\u30e2\u30fc\u30c9\u306e\u30c6\u30b9\u30c8\u30d1\u30fc\u30c8\u3067\u306f\u3001\u53d7\u9a13\u8005\u306f\u30a2\u30a4\u30c6\u30e0\u3054\u3068\u306b\u89e3\u7b54\u3092\u63d0\u51fa\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u300c\u540c\u6642\u300d\u9001\u4fe1\u30e2\u30fc\u30c9\u3067\u306f\u3001\u53d7\u9a13\u8005\u306e\u89e3\u7b54\u306f\u30c6\u30b9\u30c8\u30d1\u30fc\u30c8\u306e\u6700\u5f8c\u306b\u307e\u3068\u3081\u3066\u9001\u4fe1\u3055\u308c\u307e\u3059\u3002","The test cannot be saved because it currently contains invalid settings.\nPlease fix the invalid settings and try again.":"\u73fe\u5728\u3001\u30c6\u30b9\u30c8\u306b\u7121\u52b9\u306a\u8a2d\u5b9a\u304c\u542b\u307e\u308c\u3066\u3044\u308b\u305f\u3081\u3001\u30c6\u30b9\u30c8\u3092\u4fdd\u5b58\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3002\u7121\u52b9\u306a\u8a2d\u5b9a\u3092\u4fee\u6b63\u3057\u3001\u518d\u5ea6\u304a\u8a66\u3057\u304f\u3060\u3055\u3044\u3002","The test has been closed\/suspended!":"\u30c6\u30b9\u30c8\u306f\u7d42\u4e86\/\u505c\u6b62\u3057\u3066\u3044\u307e\u3059\u3002","The test has been paused, we are unable to connect to the server.":"\u30b5\u30fc\u30d0\u306b\u63a5\u7d9a\u3067\u304d\u306a\u3044\u305f\u3081\u3001\u30c6\u30b9\u30c8\u3092\u4e00\u6642\u505c\u6b62\u3057\u307e\u3057\u305f\u3002","The test has not been saved.":"\u30c6\u30b9\u30c8\u306f\u4fdd\u5b58\u3055\u308c\u307e\u305b\u3093\u3067\u3057\u305f\u3002","The test has unsaved changes, are you sure you want to leave?":"\u30a2\u30a4\u30c6\u30e0\u306e\u5909\u66f4\u304c\u4fdd\u5b58\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u7d42\u4e86\u3057\u3066\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f","The test has unsaved changes, would you like to save it?":"\u30c6\u30b9\u30c8\u306b\u672a\u4fdd\u5b58\u306e\u5909\u66f4\u304c\u3042\u308a\u307e\u3059\u304c\u3001\u4fdd\u5b58\u3057\u307e\u3059\u304b\uff1f","The test needs to be saved before it can be previewed.":"\u30d7\u30ec\u30d3\u30e5\u30fc\u3059\u308b\u524d\u306b\u3001\u30c6\u30b9\u30c8\u3092\u4fdd\u5b58\u3057\u3066\u304f\u3060\u3055\u3044\u3002","The test part identifier.":"\u30c6\u30b9\u30c8\u30d1\u30fc\u30c8\u8b58\u5225\u5b50","The test title.":"\u30c6\u30b9\u30c8\u30bf\u30a4\u30c8\u30eb","The time limit has been reached for this part of the test.":"\u30c6\u30b9\u30c8\u30d1\u30fc\u30c8\u306f\u5236\u9650\u6642\u9593\u306b\u9054\u3057\u307e\u3057\u305f\u3002","The uploaded file is too large (maximum %s bytes)":"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3055\u308c\u305f\u30d5\u30a1\u30a4\u30eb\u306f\u5927\u304d\u3059\u304e\u307e\u3059\uff08\u6700\u5927%s\u30d0\u30a4\u30c8\uff09","The value for the property \u0022%s\u0022 must be unique.":"\u30d7\u30ed\u30d1\u30c6\u30a3\u0022%s\u0022\u306f\u4e00\u610f\u3067\u3042\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059","The value of this field must be a valid date format, e.g. YYYY-MM-DD":"\u3053\u306e\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u6b21\u306e\u5f62\u5f0f\u306b\u3057\u3066\u304f\u3060\u3055\u3044\uff1aYYYY-MM-DD","The value of this field must be an integer":"\u3053\u306e\u30d5\u30a3\u30fc\u30eb\u30c9\u306e\u5024\u306f\u6574\u6570\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093","The value of this field must be numeric":"\u3053\u306e\u30d5\u30a3\u30fc\u30eb\u30c9\u306e\u5024\u306f\u6570\u5024\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093","There are %s unanswered questions":"\u672a\u56de\u7b54\u306e\u3082\u306e\u304c%s\u554f\u3042\u308a\u307e\u3059\u3002","There are %s unanswered questions in this part of the test":"\u30c6\u30b9\u30c8\u306e\u3053\u306e\u90e8\u5206\u306b\u306f\u3001%s\u3064\u306e\u672a\u56de\u7b54\u306e\u8cea\u554f\u304c\u3042\u308a\u307e\u3059\u3002","There is %s unanswered question":"\u672a\u56de\u7b54\u306e\u3082\u306e\u304c%s\u554f\u3042\u308a\u307e\u3059\u3002","There is %s unanswered question in this part of the test":"\u30c6\u30b9\u30c8\u306e\u3053\u306e\u90e8\u5206\u306b\u306f\u672a\u56de\u7b54\u306e\u8cea\u554f\u304c%s\u3064\u3042\u308a\u307e\u3059\u3002","There is not outcomes!":"\u7d50\u679c\u304c\u3042\u308a\u307e\u305b\u3093!","There is nothing to list!":"\u30ea\u30b9\u30c8\u304c\u3042\u308a\u307e\u305b\u3093\uff01","This %s is currently checked out":"\u3053\u306e%s\u306f\u30c1\u30a7\u30c3\u30af\u30a2\u30a6\u30c8\u3055\u308c\u3066\u3044\u307e\u3059","This constraint affects the visibility of feedback after the end of the last attempt.":"\u3053\u306e\u5236\u7d04\u306f\u3001\u6700\u5f8c\u306e\u5b9f\u65bd\u7d42\u4e86\u5f8c\u306e\u30d5\u30a3\u30fc\u30c9\u30d0\u30c3\u30af\u306e\u898b\u3048\u65b9\u306b\u5f71\u97ff\u3057\u307e\u3059","This constraint controls whether or not the candidate is allowed to provide a comment on the item during the session. Comments are not part of the assessed responses.":"\u53d7\u9a13\u4e2d\u306b\uff0c\u554f\u984c\u306b\u5bfe\u3059\u308b\u30b3\u30e1\u30f3\u30c8\u3092\u53d7\u9a13\u8005\u306b\u8a31\u53ef\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u8a2d\u5b9a\u3057\u307e\u3059\u3002\u306a\u304a\u3001\u30b3\u30e1\u30f3\u30c8\u306f\u63a1\u70b9\u5bfe\u8c61\u306b\u306f\u306a\u308a\u307e\u305b\u3093\u3002","This field is required":"\u3053\u306e\u9805\u76ee\u306f\u5fc5\u9808\u3067\u3059","This field is too long":"\u3053\u306e\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u9577\u3059\u304e\u307e\u3059","This field is too short":"\u3053\u306e\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u77ed\u3059\u304e\u307e\u3059","This functionality is blocked. Please contact with your administrator for more details.":"\u3053\u306e\u6a5f\u80fd\u306f\u30d6\u30ed\u30c3\u30af\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u8a73\u7d30\u306b\u3064\u3044\u3066\u306f\u3001\u7ba1\u7406\u8005\u306b\u304a\u554f\u3044\u5408\u308f\u305b\u304f\u3060\u3055\u3044\u3002","This is not a valid email address.":"\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u304c\u6b63\u3057\u304f\u3042\u308a\u307e\u305b\u3093","this is required":"\u3053\u308c\u306f\u5fc5\u9808\u9805\u76ee\u3067\u3059","This Login is already in use":"\u3053\u306e\u30ed\u30b0\u30a4\u30f3ID\u306f\uff0c\u65e2\u306b\u4f7f\u7528\u3055\u308c\u3066\u3044\u307e\u3059","This media cannot be played!":"\u30e1\u30c7\u30a3\u30a2\u304c\u518d\u751f\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\uff01","This or one of %s must have a value":"\u3053\u308c\u81ea\u8eab\u307e\u305f\u306f%s\u306e\u3044\u305a\u308c\u304b\u304c\u5024\u3092\u6301\u3064\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002","This password reset link is no longer valid. It may have already been used. If you still wish to reset your password please request a new link":"\u3053\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u30ea\u30bb\u30c3\u30c8\u30ea\u30f3\u30af\u306f\u3001\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u3053\u308c\u306f\u3001\u3059\u3067\u306b\u4f7f\u7528\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u30ea\u30bb\u30c3\u30c8\u3057\u305f\u3044\u5834\u5408\u306f\u3001\u65b0\u898f\u30ea\u30f3\u30af\u3092\u30ea\u30af\u30a8\u30b9\u30c8\u3057\u3066\u304f\u3060\u3055\u3044","This resource is locked":"\u3053\u306e\u30ea\u30bd\u30fc\u30b9\u306f\u30ed\u30c3\u30af\u3055\u308c\u3066\u3044\u307e\u3059","This role is still given to one or more users. Please remove the role to these users first.":"\u3053\u306e\u30ed\u30fc\u30eb\u306f\u30011\u4eba\u307e\u305f\u306f\u8907\u6570\u306e\u30e6\u30fc\u30b6\u306b\u4e0e\u3048\u3089\u308c\u3066\u3044\u307e\u3059\u3002\u307e\u305a\u3001\u3053\u308c\u3089\u306e\u30e6\u30fc\u30b6\u306e\u30ed\u30fc\u30eb\u3092\u524a\u9664\u3057\u3066\u304f\u3060\u3055\u3044\u3002","This should equal %s":"\u3053\u308c\u306f\u3001%s\u3068\u7b49\u3057\u304f\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093","This should not equal %s":"\u3053\u308c\u306f\u3001%s\u3068\u7b49\u3057\u304f\u3066\u306f\u3044\u3051\u307e\u305b\u3093","This test has been suspended":"\u30c6\u30b9\u30c8\u306f\u4e00\u6642\u4e2d\u65ad\u3055\u308c\u307e\u3057\u305f","This test has been terminated":"\u30c6\u30b9\u30c8\u306f\u5f37\u5236\u7d42\u4e86\u3055\u308c\u307e\u3057\u305f","time":"\u6642\u9593","Time limit reached for item \u0022%s\u0022.":"\u554f\u984c\u0022%s\u0022\u306e\u5236\u9650\u6642\u9593\u306b\u9054\u3057\u307e\u3057\u305f","Time limit reached, this part of the test has ended.":"\u5236\u9650\u6642\u9593\u306b\u9054\u3057\u305f\u305f\u3081\u30c6\u30b9\u30c8\u306e\u3053\u306e\u30d1\u30fc\u30c8\u306f\u7d42\u4e86\u3057\u307e\u3057\u305f","Time limit reached, this part of the test has ended. However you are allowed to finish the current item.":"\u5236\u9650\u6642\u9593\u306b\u9054\u3057\u307e\u3057\u305f\u3002\u305f\u3060\u3057\u3001\u73fe\u5728\u306e\u554f\u984c\u306f\u3053\u306e\u307e\u307e\u89e3\u7b54\u3092\u7d9a\u3051\u7d42\u4e86\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002","Time Limits":"\u6642\u9593\u5236\u9650","Time Remaining":"\u6b8b\u308a\u6642\u9593","Time zone":"\u30bf\u30a4\u30e0\u30be\u30fc\u30f3","Title":"\u30bf\u30a4\u30c8\u30eb","to":"\u2192","To reset your password, click the link below, or paste it into your browser. You will then be prompted to create a new password.":"\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u30ea\u30bb\u30c3\u30c8\u3059\u308b\u306b\u306f\u3001\u4e0b\u8a18\u30ea\u30f3\u30af\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u307e\u305f\u306f\u30ea\u30f3\u30af\u3092\u30d6\u30e9\u30a6\u30b6\u306b\u30da\u30fc\u30b9\u30c8\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u65b0\u898f\u30d1\u30b9\u30ef\u30fc\u30c9\u4f5c\u6210\u306e\u30da\u30fc\u30b8\u304c\u8868\u793a\u3055\u308c\u307e\u3059\u3002","to translate":"\u7ffb\u8a33","Toggle multiple\/single selection":"\u8907\u6570\u9078\u629e\/\u629e\u4e00\u9078\u629e\u306e\u5207\u308a\u66ff\u3048","Toggle playback":"\u518d\u751f\u3092\u5207\u308a\u66ff\u3048\u308b","Toggle start from here mode":"[\u3053\u3053\u304b\u3089\u958b\u59cb] \u30e2\u30fc\u30c9\u3092\u5207\u308a\u66ff\u3048\u308b","Toggle the date time picker":"\u65e5\u4ed8\u306e\u30bf\u30a4\u30e0\u30d4\u30c3\u30ab\u30fc\u3092\u5207\u308a\u66ff\u3048\u308b","Tokenizer":"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6","Too many suggestions match your query. Only a few are listed":"\u5019\u88dc\u304c\u591a\u3059\u304e\u308b\u305f\u3081\u5019\u88dc\u306e\u4e00\u90e8\u304c\u8868\u793a\u3055\u308c\u307e\u3059","Tool box and flagging for review":"\u30c4\u30fc\u30eb\u30dc\u30c3\u30af\u30b9\u3068\u30ec\u30d3\u30e5\u30fc\u30de\u30fc\u30af","Toolbox":"\u30c4\u30fc\u30eb\u30dc\u30c3\u30af\u30b9","Tools":"\u30c4\u30fc\u30eb","Total duration":"\u5408\u8a08\u6642\u9593","Total score":"\u5408\u8a08\u30b9\u30b3\u30a2","Total:":"\u5408\u8a08\uff1a","Translate":"\u7ffb\u8a33","Translate to":"\u7ffb\u8a33\u5148\u8a00\u8a9e","Translation parameters":"\u7ffb\u8a33\u30d1\u30e9\u30e1\u30fc\u30bf","Translation saved":"\u7ffb\u8a33\u306f\u4fdd\u5b58\u3055\u308c\u307e\u3057\u305f","Transport Layer Security":"\u30c8\u30e9\u30f3\u30b9\u30dd\u30fc\u30c8\u30ec\u30a4\u30e4\u30fc\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3","Tree - Multiple node choice":"\u30c4\u30ea\u30fc-\u8907\u6570\u30ce\u30fc\u30c9\u9078\u629e","Tree values":"\u30c4\u30ea\u30fc\u30d0\u30ea\u30e5\u30fc","Trees":"\u30c4\u30ea\u30fc","True":"True","trunc":"trunc","Try connecting the machine to the internet via cable, or move to an area with a better wifi signal.":"\u672c\u6a5f\u3092\u30b1\u30fc\u30d6\u30eb\u3067\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u306b\u63a5\u7d9a\u3059\u308b\u304b\u3001\u7121\u7ddaLAN\u306e\u96fb\u6ce2\u304c\u5c4a\u304d\u3084\u3059\u3044\u5834\u6240\u306b\u79fb\u52d5\u3057\u3066\u307f\u3066\u304f\u3060\u3055\u3044\u3002","Tutor":"\u30c1\u30e5\u30fc\u30bf","Type":"\u30bf\u30a4\u30d7","Type your search":"\u691c\u7d22\u6761\u4ef6\u3092\u5165\u529b","Unable to access your account?":"\u30a2\u30ab\u30a6\u30f3\u30c8\u306b\u63a5\u7d9a\u3067\u304d\u307e\u305b\u3093","Unable to change passwords in demo mode":"\u30c7\u30e2\u30e2\u30fc\u30c9\u3067\u306f\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u5909\u66f4\u304c\u3067\u304d\u307e\u305b\u3093\u3002","Unable to copy the resource":"\u30ea\u30bd\u30fc\u30b9\u3092\u30b3\u30d4\u30fc\u3067\u304d\u307e\u305b\u3093","Unable to delete the selected resource":"\u9078\u629e\u3055\u308c\u305f\u30ea\u30bd\u30fc\u30b9\u3092\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002","Unable to delete the selected resource because you do not have the required rights to delete part of its content.":"\u9078\u629e\u3057\u305f\u30ea\u30bd\u30fc\u30b9\u306f\u3001\u305d\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u4e00\u90e8\u3092\u524a\u9664\u3059\u308b\u306e\u306b\u5fc5\u8981\u306a\u6a29\u9650\u3092\u6301\u3063\u3066\u3044\u306a\u3044\u305f\u3081\u3001\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002","Unable to delete the selected resources":"\u9078\u629e\u3055\u308c\u305f\u30ea\u30bd\u30fc\u30b9\u3092\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002","Unable to move the resources":"\u30ea\u30bd\u30fc\u30b9\u3092\u79fb\u52d5\u3067\u304d\u307e\u305b\u3093\u3002","Unable to open file %s":"\u30d5\u30a1\u30a4\u30eb\u3092\u958b\u3051\u307e\u305b\u3093 : %s","Unable to process your request":"\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u51e6\u7406\u3067\u304d\u307e\u305b\u3093","Unable to release the lock":"\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093","Unable to remove the property.":"\u30d7\u30ed\u30d1\u30c6\u30a3\u3092\u524a\u9664\u3067\u304d\u307e\u305b\u3093","Unable to save resource.":"\u30ea\u30bd\u30fc\u30b9\u3092\u4fdd\u5b58\u3067\u304d\u307e\u305b\u3093","unable to search into notification.":"\u901a\u77e5\u306e\u691c\u7d22\u304c\u3067\u304d\u307e\u305b\u3093","Unable to send the password reset request":"\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u30ea\u30bb\u30c3\u30c8\u3092\u30ea\u30af\u30a8\u30b9\u30c8\u3067\u304d\u307e\u305b\u3093","Unable to sync statistical data. Please, contact the system administrator for more details":"\u7d71\u8a08\u30c7\u30fc\u30bf\u3092\u540c\u671f\u3067\u304d\u307e\u305b\u3093\u3002\u8a73\u7d30\u306b\u3064\u3044\u3066\u306f\u3001\u30b7\u30b9\u30c6\u30e0\u7ba1\u7406\u8005\u306b\u304a\u554f\u3044\u5408\u308f\u305b\u304f\u3060\u3055\u3044\u3002","Unable to update the asset service":"\u30a2\u30bb\u30c3\u30c8\u30b5\u30fc\u30d3\u30b9\u306e\u66f4\u65b0\u304c\u3067\u304d\u307e\u305b\u3093","Unable to upload file":"\u30d5\u30a1\u30a4\u30eb\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3067\u304d\u307e\u305b\u3093","Unable to upload file %s : %s":"\u30d5\u30a1\u30a4\u30eb %s \u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3067\u304d\u307e\u305b\u3093 : %s","Unanswered":"\u672a\u89e3\u7b54","Unanswered items":"\u672a\u89e3\u7b54\u306e\u554f\u984c","Unary operator +":"\u5358\u9805\u6f14\u7b97\u5b50(+)","Unary operator -":"\u5358\u9805\u6f14\u7b97\u5b50(-)","Unauthorized files have been removed":"\u8a31\u53ef\u3055\u308c\u3066\u3044\u306a\u3044\u30d5\u30a1\u30a4\u30eb\u304c\u524a\u9664\u3055\u308c\u307e\u3057\u305f\u3002","Uncheck all":"\u5168\u3066\u30c1\u30a7\u30c3\u30af\u3092\u5916\u3059","Uncheck All":"\u5168\u3066\u30c1\u30a7\u30c3\u30af\u3092\u5916\u3059","Undefined amount of the pages for pagination":"\u30da\u30fc\u30b8\u30cd\u30fc\u30b7\u30e7\u30f3\u306e\u305f\u3081\u306e\u672a\u5b9a\u7fa9\u306e\u30da\u30fc\u30b8\u6570","Undefined amount of the totalPages for pagination":"\u30da\u30fc\u30b8\u30cd\u30fc\u30b7\u30e7\u30f3\u306e\u305f\u3081\u306e\u7dcf\u30da\u30fc\u30b8\u306e\u672a\u5b9a\u7fa9\u6570","Undo":"\u53d6\u308a\u6d88\u3057","Unexpected error. Please contact administrator":"\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u3067\u3059\u3002\u7ba1\u7406\u8005\u306b\u554f\u5408\u305b\u3066\u304f\u3060\u3055\u3044\u3002","Unflag for Review":"\u898b\u76f4\u3057\u30de\u30fc\u30af\u3092\u5916\u3059","Uninstall of %s failed":"\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306b\u5931\u6557\u3057\u307e\u3057\u305f : %s","Uninstalled %s":"\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u304c\u5b8c\u4e86\u3057\u307e\u3057\u305f : %s","UNIX Compressed Archive File":"UNIX\u5727\u7e2e\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb","unknown":"\u4e0d\u660e","Unknown Error":"\u4e0d\u660e\u306a\u30a8\u30e9\u30fc","Unknown error.":"\u4e0d\u660e\u306a\u30a8\u30e9\u30fc","unkown task id %s":"\u4e0d\u660e\u306a\u30bf\u30b9\u30afID : %s","Unlink to use separated durations":"\u5206\u96e2\u3057\u305f\u671f\u9593\u3092\u4f7f\u7528\u3059\u308b\u305f\u3081\u306b\u30ea\u30f3\u30af\u3092\u89e3\u9664\u3059\u308b","Unseen":"\u672a\u516c\u958b","Update":"\u66f4\u65b0","Update ID : %s":"\u66f4\u65b0ID : %s","Updating search index":"\u691c\u7d22\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u66f4\u65b0","Upload":"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9","Upload a QTI 2.1 Test Package File":"QTI 2.1 Test Package File\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9","Upload into:":"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u5148:","URI Path":"URI\u30d1\u30b9","Usage: ImportRdf RDF_FILE [MODEL_ID]":"\u4f7f\u7528\u6cd5\uff1aImportRdf RDF_FILE [MODEL_ID]","USAGE: please provide a valid extension id as second parameter":"\u4f7f\u7528\u6cd5: 2\u756a\u76ee\u306e\u30d1\u30e9\u30e1\u30fc\u30bf\u3068\u3057\u3066\u6709\u52b9\u306a\u62e1\u5f35\u5b50ID\u3092\u63d0\u4f9b\u3057\u3066\u304f\u3060\u3055\u3044\u3002","USAGE: please provide a valid service name as first parameter":"\u4f7f\u7528\u6cd5: \u6700\u521d\u306e\u30d1\u30e9\u30e1\u30fc\u30bf\u3068\u3057\u3066\u6709\u52b9\u306a\u30b5\u30fc\u30d3\u30b9\u540d\u3092\u63d0\u4f9b\u3057\u3066\u304f\u3060\u3055\u3044","USAGE: please provide the service name as first parameter":"\u4f7f\u7528\u6cd5: \u6700\u521d\u306e\u30d1\u30e9\u30e1\u30fc\u30bf\u3068\u3057\u3066\u30b5\u30fc\u30d3\u30b9\u540d\u3092\u63d0\u4f9b\u3057\u3066\u304f\u3060\u3055\u3044","Use a term":"\u7528\u8a9e\u3092\u4f7f\u7528\u3059\u308b","Use a variable":"\u5909\u6570\u3092\u4f7f\u7528\u3059\u308b","Use Ctrl\/Meta key or Lasso for multiple selection":"\u8907\u6570\u9078\u629e\u306e\u305f\u3081\u306bCtrl \/ Meta\u30ad\u30fc\u307e\u305f\u306f\u6295\u3052\u7e04\u30c4\u30fc\u30eb\u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044","Use default value":"\u65e2\u5b9a\u5024\u3092\u4f7f\u7528\u3059\u308b","User":"\u30e6\u30fc\u30b6","User %s can not be locked":"\u30e6\u30fc\u30b6 %s \u3092\u30ed\u30c3\u30af\uff08\u7121\u52b9\u5316\uff09\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093","User %s can not be unlocked":"\u30e6\u30fc\u30b6 %s \u306e\u30ed\u30c3\u30af\uff08\u7121\u52b9\u5316\uff09\u3092\u89e3\u9664\u3067\u304d\u307e\u305b\u3093","User %s successfully locked":"\u30e6\u30fc\u30b6 %s \u306f\u6b63\u5e38\u306b\u30ed\u30c3\u30af\uff08\u7121\u52b9\u5316\uff09\u3055\u308c\u307e\u3057\u305f","User %s successfully unlocked":"\u30e6\u30fc\u30b6 %s \u306f\u6b63\u5e38\u306b\u30ed\u30c3\u30af\uff08\u7121\u52b9\u5316\uff09\u304c\u89e3\u9664\u3055\u308c\u307e\u3057\u305f","User added":"\u30e6\u30fc\u30b6\u306e\u8ffd\u52a0","User deleted successfully":"\u30e6\u30fc\u30b6\u3092\u524a\u9664\u3057\u307e\u3057\u305f","User deletion not permitted on a demo instance":"\u30c7\u30e2\u30b5\u30a4\u30c8\u3067\u306f\u30e6\u30fc\u30b6\u306e\u524a\u9664\u304c\u8a31\u53ef\u3055\u308c\u3066\u3044\u307e\u305b\u3093","User not found":"\u30e6\u30fc\u30b6\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093","User saved":"\u30e6\u30fc\u30b6\u3092\u4fdd\u5b58\u3057\u307e\u3057\u305f","User Settings":"\u30e6\u30fc\u30b6\u8a2d\u5b9a","Users":"\u30e6\u30fc\u30b6\u30fc","Validate Responses":"\u89e3\u7b54\u306e\u691c\u8a3c","Validation for field \u0027%s\u0027 has failed. Language does not exist in the system":"\u30d5\u30a3\u30fc\u30eb\u30c9 \u0027\uff05s\u0027 \u306e\u691c\u8a3c\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002\u8a00\u8a9e\u304c\u30b7\u30b9\u30c6\u30e0\u306b\u5b58\u5728\u3057\u307e\u305b\u3093\u3002","Validation for field \u0027%s\u0027 has failed. List of values expected":"\u30d5\u30a3\u30fc\u30eb\u30c9 \u0027%s\u0027 \u306e\u691c\u8a3c\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002\u5024\u306e\u30ea\u30b9\u30c8\u304c\u5fc5\u8981\u3067\u3059\u3002","Validation for field \u0027%s\u0027 has failed. Should not be empty":"\u30d5\u30a3\u30fc\u30eb\u30c9 \u0027%s\u0027 \u306e\u691c\u8a3c\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002\u7a7a\u306b\u306a\u3063\u3066\u3044\u307e\u3059\u3002","Validation for field \u0027%s\u0027 has failed. Valid role expected. Given: %s":"\u30d5\u30a3\u30fc\u30eb\u30c9 \u0027%s\u0027 \u306e\u691c\u8a3c\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002\u6709\u52b9\u306a\u30ed\u30fc\u30eb\u304c\u5fc5\u8981\u3067\u3059\u3002\u6307\u5b9a: %s","Validation for field \u0027%s\u0027 has failed. Valid URI expected":"\u30d5\u30a3\u30fc\u30eb\u30c9 \u0027%s\u0027 \u306e\u691c\u8a3c\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002\u6709\u52b9\u306a URI \u304c\u5fc5\u8981\u3067\u3059","Validation for field \u0027%s\u0027 has failed. Valid URI expected. Given: %s":"\u30d5\u30a3\u30fc\u30eb\u30c9 \u0027%s\u0027 \u306e\u691c\u8a3c\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002\u6709\u52b9\u306a URI \u304c\u5fc5\u8981\u3067\u3059\u3002\u6307\u5b9a: %s","Value":"\u5024","Value ellipsis":"\u5024\u306e\u7701\u7565\u8a18\u53f7","Value of E":"E\u306e\u5024","Value of PI":"PI\u306e\u5024","Variable":"\u5909\u6570","Variable %s":"\u5909\u6570\uff1a%s","Version":"\u30d0\u30fc\u30b8\u30e7\u30f3","View":"\u30d3\u30e5\u30fc","View and format the collected results.":"\u53ce\u96c6\u3057\u305f\u7d50\u679c\u306e\u8868\u793a\u3068\u30d5\u30a9\u30fc\u30de\u30c3\u30c8","View report":"\u30ec\u30dd\u30fc\u30c8\u3092\u898b\u308b","View resources as a list":"\u30ea\u30bd\u30fc\u30b9\u4e00\u89a7\u8868\u793a","View resources as a tree":"\u30ea\u30bd\u30fc\u30b9\u30c4\u30ea\u30fc\u8868\u793a","View Tree":"\u30c4\u30ea\u30fc\u8868\u793a","Viewed":"\u8868\u793a\u6e08\u307f","Viewed items":"\u8868\u793a\u30a2\u30a4\u30c6\u30e0","Views":"\u8868\u793a","Visible":"\u8868\u793a\u53ef\u80fd","Volume":"\u30dc\u30ea\u30e5\u30fc\u30e0","Wait for your connection to come back online.":"\u63a5\u7d9a\u304c\u56de\u5fa9\u3059\u308b\u306e\u3092\u5f85\u3061\u307e\u3059\u3002","Wait is over":"\u5f85\u6a5f\u7d42\u4e86","Waiting":"\u5f85\u6a5f\u4e2d","Warning \u2013 You have %s remaining to complete the test.":"\u8b66\u544a\uff1a\u30c6\u30b9\u30c8\u7d42\u4e86\u307e\u3067\u3042\u3068%s\u3067\u3059","Warning \u2013 You have %s remaining to complete this item.":"\u8b66\u544a\uff1a\u3053\u306e\u554f\u984c\u304c\u7d42\u4e86\u3059\u308b\u307e\u3067\u3042\u3068 %s \u3067\u3059","Warning \u2013 You have %s remaining to complete this section.":"\u8b66\u544a\uff1a\u3053\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u304c\u7d42\u4e86\u3059\u308b\u307e\u3067\u3042\u3068 %s \u3067\u3059","Warning \u2013 You have %s remaining to complete this test part.":"\u8b66\u544a\uff1a\u3053\u306e\u30c6\u30b9\u30c8\u30d1\u30fc\u30c8\u304c\u7d42\u4e86\u3059\u308b\u307e\u3067\u3042\u3068 %s \u3067\u3059","Warning \u2013 You have %s remaining to complete this test.":"\u8b66\u544a\uff1a\u3053\u306e\u30c6\u30b9\u30c8\u304c\u7d42\u4e86\u3059\u308b\u307e\u3067\u3042\u3068 %s \u3067\u3059","WAV audio":"WAV\u30aa\u30fc\u30c7\u30a3\u30aa","We are unable to connect the server to submit your results.":"\u7d50\u679c\u3092\u9001\u4fe1\u3059\u308b\u305f\u3081\u306e\u30b5\u30fc\u30d0\u306b\u63a5\u7d9a\u3067\u304d\u307e\u305b\u3093\u3002","We are unable to connect to the server to retrieve the next item.":"\u6b21\u306e\u554f\u984c\u3092\u53d6\u5f97\u3059\u308b\u305f\u3081\u306e\u30b5\u30fc\u30d0\u306b\u63a5\u7d9a\u3067\u304d\u307e\u305b\u3093\u3002","WebM audio":"WebM\u30aa\u30fc\u30c7\u30a3\u30aa","WebM video":"WebM\u30d3\u30c7\u30aa","Weight":"\u91cd\u307f\u4ed8\u3051","Weights":"\u91cd\u307f\u4ed8\u3051","When selecting child elements each element is normally eligible for selection once only.":"\u30c1\u30a7\u30c3\u30af\u3092\u5165\u308c\u308b\u3068\u540c\u3058\u554f\u984c\u304c\u7e70\u308a\u8fd4\u3057\u9078\u629e\u3055\u308c\u308b\u5834\u5408\u304c\u3042\u308a\u307e\u3059\u3002\u901a\u5e38\u306f\u30c1\u30a7\u30c3\u30af\u3092\u5916\u3057\u3066\u304a\u304d\u307e\u3059\u3002","Whether a candidate\u0027s response that is beyond the maximum duration of the item should still be accepted.":"\u30c1\u30a7\u30c3\u30af\u3092\u5165\u308c\u308b\u3068\uff0c\u30a2\u30a4\u30c6\u30e0\u3067\u8a2d\u5b9a\u3055\u308c\u305f\u5236\u9650\u6642\u9593\u306b\u9054\u3057\u305f\u5f8c\u3067\u3042\u3063\u3066\u3082\uff0c\u89e3\u7b54\u3057\u9001\u4fe1\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002","Whether a candidate\u0027s response that is beyond the maximum duration of the section should still be accepted.":"\u30c1\u30a7\u30c3\u30af\u3092\u5165\u308c\u308b\u3068\uff0c\u30bb\u30af\u30b7\u30e7\u30f3\u3067\u8a2d\u5b9a\u3055\u308c\u305f\u5236\u9650\u6642\u9593\u306b\u9054\u3057\u305f\u5f8c\u3067\u3042\u3063\u3066\u3082\uff0c\u89e3\u7b54\u3057\u9001\u4fe1\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002","Whether a candidate\u0027s response that is beyond the maximum duration of the test part should still be accepted.":"\u30c1\u30a7\u30c3\u30af\u3092\u5165\u308c\u308b\u3068\uff0c\u30c6\u30b9\u30c8\u30d1\u30fc\u30c8\u3067\u8a2d\u5b9a\u3055\u308c\u305f\u5236\u9650\u6642\u9593\u306b\u9054\u3057\u305f\u5f8c\u3067\u3042\u3063\u3066\u3082\uff0c\u89e3\u7b54\u3057\u9001\u4fe1\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002","Whether a candidate\u0027s response that is beyond the maximum duration should still be accepted.":"\u30c1\u30a7\u30c3\u30af\u3092\u5165\u308c\u308b\u3068\uff0c\u5236\u9650\u6642\u9593\u306b\u9054\u3057\u305f\u5f8c\u3067\u3042\u3063\u3066\u3082\uff0c\u89e3\u7b54\u3057\u9001\u4fe1\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002","White on Black":"\u767d\u5730\u306b\u9ed2","White on Blue (TAO standard theme)":"\u767d\u5730\u306b\u9ed2\uff08TAO\u6a19\u6e96\u30c6\u30fc\u30de\uff09","Who can view the rubric block during the delivery.":"\u30c7\u30ea\u30d0\u30ea\u4e2d\u306b\u8ab0\u304c\u30eb\u30fc\u30d6\u30ea\u30c3\u30af\u30d6\u30ed\u30c3\u30af\u3092\u53c2\u7167\u3067\u304d\u308b\u304b","Whole number part":"\u6574\u6570\u90e8\u5206","Width":"\u5e45","Windows help file":"Windows help\u30d5\u30a1\u30a4\u30eb","Windows Media audio":"Windows Media\u30aa\u30fc\u30c7\u30a3\u30a2","Windows Media file (metafile)":"Windows Media\u30d5\u30a1\u30a4\u30eb (metafile)","Windows Media video":"Windows Media\u30d3\u30c7\u30aa","with":"\u30fc","With Replacement":"\u5fa9\u5143\u62bd\u51fa","Wrap image left":"\u753b\u50cf\u914d\u7f6e\uff5c\u5de6","Wrap image right":"\u753b\u50cf\u914d\u7f6e\uff5c\u53f3","Write Document":"\u6587\u66f8\u3092\u66f8\u304f","Wrong file mime type":"\u30d5\u30a1\u30a4\u30eb\u306eMIME\u30bf\u30a4\u30d7\u304c\u9593\u9055\u3063\u3066\u3044\u307e\u3059","Wrong or missing parameter extension, module or action":"\u30d1\u30e9\u30e1\u30fc\u30bf\u62e1\u5f35\u5b50\u3001\u30e2\u30b8\u30e5\u30fc\u30eb\u3001\u307e\u305f\u306f\u64cd\u4f5c\u304c\u9593\u9055\u3063\u3066\u3044\u308b\u304b\u3001\u6b20\u843d\u3057\u3066\u3044\u307e\u3059","Wrong parameter shownExtension":"\u9593\u9055\u3063\u305f\u30d1\u30e9\u30e1\u30fc\u30bf\u304c\u8868\u793a\u3055\u308c\u307e\u3057\u305f","XML Content":"XML\u30b3\u30f3\u30c6\u30f3\u30c4","XML Editor":"XML\u30a8\u30c7\u30a3\u30bf","XML error at line %1$d column %2$d \u0022%3$s\u0022.":"\u884c%1$d,\u5217%2$d\u306eXML\u30a8\u30e9\u30fc \u0022%3$s\u0022","XML file":"XML\u30d5\u30a1\u30a4\u30eb","Yellow on Blue":"\u30d6\u30eb\u30fc\u5730\u306b\u9ec4\u8272","Yes":"\u306f\u3044","YES":"\u306f\u3044","You answered %s of %s question(s) for this section of the test":"\u3042\u306a\u305f\u306f\u3053\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u306e%s\u554f\u306e\u3046\u3061%s\u554f\u3092\u89e3\u7b54\u3057\u307e\u3057\u305f\u3002","You answered all %s question(s) in this section":"\u3053\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u306e\u5168 %s\u554f\u306e\u554f\u984c\u306b\u7b54\u3048\u307e\u3057\u305f\u3002","You answered all %s question(s) in this test":"\u3053\u306e\u30c6\u30b9\u30c8\u306e\u5168 %s \u554f\u306e\u554f\u984c\u306b\u7b54\u3048\u307e\u3057\u305f\u3002","You answered only %s of the %s question(s) in this section":"\u3053\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u306e %s\u554f\u306e\u554f\u984c\u306e\u3046\u3061\u3001%s\u554f\u306e\u307f\u306b\u7b54\u3048\u307e\u3057\u305f","You are about to go to the next item. Click OK to continue and go to the next item.":"\u6b21\u306e\u554f\u984c\u306b\u9032\u3082\u3046\u3068\u3057\u3066\u3044\u307e\u3059\u3002\u6b21\u306e\u554f\u984c\u306b\u9032\u3080\u5834\u5408\u306f\u300cOK\u300d\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002","You are about to go to the previous item. Click OK to continue and go to the previous item.":"\u524d\u306e\u554f\u984c\u306b\u623b\u308d\u3046\u3068\u3057\u3066\u3044\u307e\u3059\u3002\u524d\u306e\u554f\u984c\u306b\u623b\u308b\u5834\u5408\u306f\u300cOK\u300d\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002","You are about to leave this section.":"\u3053\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u3092\u7d42\u4e86\u3057\u3088\u3046\u3068\u3057\u3066\u3044\u307e\u3059","You are about to submit the test.":"\u30c6\u30b9\u30c8\u3092\u7d42\u4e86\u3057\u3088\u3046\u3068\u3057\u3066\u3044\u307e\u3059\u3002","You are about to submit the test. You will not be able to access this test once submitted. Click OK to continue and submit the test.":"\u30c6\u30b9\u30c8\u3092\u7d42\u4e86\u3057\u3088\u3046\u3068\u3057\u3066\u3044\u307e\u3059\u3002\u4e00\u5ea6\u7d42\u4e86\u3057\u305f\u30c6\u30b9\u30c8\u306b\u306f\u518d\u3073\u30a2\u30af\u30bb\u30b9\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093 \u3088\u308d\u3057\u3051\u308c\u3070OK \u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u30c6\u30b9\u30c8\u3092\u7d42\u4e86\u3057\u3066\u304f\u3060\u3055\u3044\u3002","You are about to submit this test part.":"\u3053\u306e\u30c6\u30b9\u30c8\u30d1\u30fc\u30c8\u3092\u63d0\u51fa\u3057\u3088\u3046\u3068\u3057\u3066\u3044\u307e\u3059\u3002","You are currently working offline.":"\u73fe\u5728\u3001\u30aa\u30d5\u30e9\u30a4\u30f3\u3067\u4f5c\u696d\u3057\u3066\u3044\u307e\u3059\u3002","You are encountering a prolonged connectivity loss.":"\u9577\u6642\u9593\u306e\u63a5\u7d9a\u969c\u5bb3\u304c\u767a\u751f\u3057\u3066\u3044\u307e\u3059\u3002","You are encountering a prolonged connectivity loss. ":"\u9577\u6642\u9593\u306e\u63a5\u7d9a\u969c\u5bb3\u304c\u767a\u751f\u3057\u3066\u3044\u307e\u3059","You are not allowed to write in the class %s":"\u30d5\u30a9\u30eb\u30c0\u30fc \uff05s \u306b\u66f8\u304d\u8fbc\u3080\u3053\u3068\u306f\u8a31\u53ef\u3055\u308c\u3066\u3044\u307e\u305b\u3093","You are not authorised to remove this lock":"\u3042\u306a\u305f\u306f\u3053\u306e\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3059\u308b\u6a29\u9650\u304c\u3042\u308a\u307e\u305b\u3093","You can magnify the content by up to 200%. Check your browser settings to find out how to do it.":"\u6700\u5927200%\u307e\u3067\u62e1\u5927\u8868\u793a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002\u65b9\u6cd5\u306f\u30d6\u30e9\u30a6\u30b6\u306e\u8a2d\u5b9a\u3092\u3054\u78ba\u8a8d\u304f\u3060\u3055\u3044\u3002","You cannot delete the root node":"\u3042\u306a\u305f\u306f\u3001\u30eb\u30fc\u30c8\u30ce\u30fc\u30c9\u3092\u524a\u9664\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093","You cannot move the selected resources in the class %s":"\u30af\u30e9\u30b9 %s \u3067\u9078\u629e\u3057\u305f\u30ea\u30bd\u30fc\u30b9\u3092\u79fb\u52d5\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002","You currently have no access to the platform":"\u3042\u306a\u305f\u306f\u3001\u73fe\u5728\u306e\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u306b\u30a2\u30af\u30bb\u30b9\u3067\u304d\u307e\u305b\u3093","You do not have the required rights to edit this resource.":"\u3042\u306a\u305f\u306f\u3053\u306e\u30ea\u30bd\u30fc\u30b9\u3092\u7de8\u96c6\u3059\u308b\u305f\u3081\u306e\u6a29\u9650\u3092\u6301\u3063\u3066\u3044\u307e\u305b\u3093","You flagged %s item(s) that you can review now":"\u30de\u30fc\u30af\u3057\u305f\u30a2\u30a4\u30c6\u30e0%s\u3092\u78ba\u8a8d\u3067\u304d\u307e\u3059","You have %s item(s) marked for review.":"\u898b\u76f4\u3057\u30de\u30fc\u30af\u304c\u3064\u3044\u305f\u554f\u984c\u304c%s\u554f\u3042\u308a\u307e\u3059","You have %s left to answer remaining %s questions.":"\u6b8b\u308a %s \u306e\u8cea\u554f\u306b\u7b54\u3048\u308b\u305f\u3081\u306b\u6b8b\u3063\u3066\u3044\u308b\u306e\u306f %s \u3067\u3059\u3002","You have %s remaining to complete the current item.":"\u3053\u306e\u554f\u984c\u304c\u7d42\u4e86\u3059\u308b\u307e\u3067\u3042\u3068 %s \u3067\u3059","You have %s unanswered question(s)":"\u672a\u89e3\u7b54\u306e\u554f\u984c\u304c%s\u554f\u3042\u308a\u307e\u3059\u3002","You have %s unanswered question(s) and have %s item(s) marked for review.":"%s\u554f\u306e\u672a\u89e3\u7b54\u554f\u984c\u3068%s\u554f\u306e\u898b\u76f4\u3057\u30de\u30fc\u30af\u554f\u984c\u304c\u3042\u308a\u307e\u3059","You have %s unanswered question(s).":"%s\u554f\u306e\u672a\u89e3\u7b54\u554f\u984c\u304c\u3042\u308a\u307e\u3059","You have been locked due to too many failed login attempts. ":"\u8aa4\u3063\u305f\u30ed\u30b0\u30a4\u30f3\u304c\u8907\u6570\u56de\u304a\u3053\u306a\u308f\u308c\u305f\u305f\u3081\uff0c\u30ed\u30c3\u30af\u3055\u308c\u307e\u3057\u305f","You have been logged out. Please login again":"\u30ed\u30b0\u30a2\u30a6\u30c8\u3057\u3066\u3044\u307e\u3059\u3002\u518d\u5ea6\u30ed\u30b0\u30a4\u30f3\u3057\u3066\u304f\u3060\u3055\u3044\u3002","You must activate JavaScript in your browser to run this application.":"\u3053\u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u5b9f\u884c\u3059\u308b\u306b\u306f\u3001\u30d6\u30e9\u30a6\u30b6\u30fc\u306eJavaScript\u3092\u6709\u52b9\u306b\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059","You will not be able to access this test once submitted. Click \u0022%s\u0022 to continue and submit the test.":"\u4e00\u5ea6\u7d42\u4e86\u3057\u305f\u30c6\u30b9\u30c8\u306b\u306f\u518d\u3073\u30a2\u30af\u30bb\u30b9\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002\u3088\u308d\u3057\u3051\u308c\u3070\u0022%s\u0022 \u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u30c6\u30b9\u30c8\u3092\u7d42\u4e86\u3057\u3066\u304f\u3060\u3055\u3044\u3002","Your account has been locked, please contact your administrator.":"\u30a2\u30ab\u30a6\u30f3\u30c8\u304c\u30ed\u30c3\u30af\u3055\u308c\u3066\u3044\u307e\u3059\u306e\u3067\u3001\u7ba1\u7406\u8005\u306b\u554f\u5408\u305b\u3066\u304f\u3060\u3055\u3044\u3002","Your browser does not meet the technical requirements to run TAO.":"\u304a\u4f7f\u3044\u306e\u30d6\u30e9\u30a6\u30b6\u306fTAO\u3092\u5b9f\u884c\u3059\u308b\u305f\u3081\u306e\u6280\u8853\u7684\u8981\u4ef6\u3092\u6e80\u305f\u3057\u3066\u3044\u307e\u305b\u3093\u3002","Your browser does not support copying to the clipboard":"\u304a\u4f7f\u3044\u306e\u30d6\u30e9\u30a6\u30b6\u306f\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u3078\u306e\u30b3\u30d4\u30fc\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u307e\u305b\u3093\u3002","Your browser doesn\u2019t support the audio player.":"\u304a\u4f7f\u3044\u306e\u30d6\u30e9\u30a6\u30b6\u304c\u30aa\u30fc\u30c7\u30a3\u30aa\u30d7\u30ec\u30a4\u30e4\u30fc\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u307e\u305b\u3093\u3002","Your browser doesn\u2019t support the video player.":"\u304a\u4f7f\u3044\u306e\u30d6\u30e9\u30a6\u30b6\u30fc\u304c\u30d3\u30c7\u30aa\u30d7\u30ec\u30fc\u30e4\u30fc\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u307e\u305b\u3093\u3002","Your comment\u2026":"\u3042\u306a\u305f\u306e\u30b3\u30e1\u30f3\u30c8...","Your connection seems to be back, please proceed.":"\u63a5\u7d9a\u304c\u56de\u5fa9\u3057\u305f\u3088\u3046\u3067\u3059\u3002\u7d9a\u3051\u3066\u304f\u3060\u3055\u3044\u3002","Your mail":"\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9","Your TAO Password":"TAO\u30d1\u30b9\u30ef\u30fc\u30c9","ZIP archive":"ZIP\u30a2\u30fc\u30ab\u30a4\u30d6","Zoom":"\u30ba\u30fc\u30e0","Zoom in":"\u62e1\u5927","Zoom out":"\u7e2e\u5c0f"} \ No newline at end of file diff --git a/locales/ja-JP/qtiCat.rdf.po b/locales/ja-JP/qtiCat.rdf.po index 6cfd767536..b843db8316 100644 --- a/locales/ja-JP/qtiCat.rdf.po +++ b/locales/ja-JP/qtiCat.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 2022.09\n" -"PO-Revision-Date: 2022-08-12T16:45:55\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:21\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: ja-JP\n" diff --git a/locales/ja-JP/qtitest.rdf.po b/locales/ja-JP/qtitest.rdf.po index 97b8eef82b..b8c750e6a2 100644 --- a/locales/ja-JP/qtitest.rdf.po +++ b/locales/ja-JP/qtitest.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 2022.09\n" -"PO-Revision-Date: 2022-08-12T16:45:55\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:21\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: ja-JP\n" diff --git a/locales/ja-JP/taoQtiTestItemRunner.rdf.po b/locales/ja-JP/taoQtiTestItemRunner.rdf.po index d999edd1a0..8e020b819f 100644 --- a/locales/ja-JP/taoQtiTestItemRunner.rdf.po +++ b/locales/ja-JP/taoQtiTestItemRunner.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 2022.09\n" -"PO-Revision-Date: 2022-08-12T16:45:55\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:21\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: ja-JP\n" diff --git a/locales/lb-LU/messages.po b/locales/lb-LU/messages.po index 49fab63160..81489a83cb 100644 --- a/locales/lb-LU/messages.po +++ b/locales/lb-LU/messages.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:06\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:21\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: lb-LU\n" @@ -22,6 +22,9 @@ msgstr "" msgid "(Visual) Highlight Text" msgstr "" +msgid "A concurrent delivery has been detected. Please use the last open session. The present window can be closed." +msgstr "" + msgid "A QTI Item involved in the QTI Test '%s' could not be compiled." msgstr "" @@ -46,6 +49,9 @@ msgstr "" msgid "A visible section is one that is identifiable by the candidate." msgstr "" +msgid "Accessibility tool that enables Test Taker to have the item content read aloud." +msgstr "" + msgid "Activated" msgstr "" @@ -58,6 +64,9 @@ msgstr "" msgid "Add selected item(s) here." msgstr "" +msgid "Add Subsection" +msgstr "" + msgid "Add the source file" msgstr "" @@ -223,6 +232,15 @@ msgstr "" msgid "Black on White" msgstr "" +msgid "Bookmark question" +msgstr "" + +msgid "Bookmark the current question for later review" +msgstr "" + +msgid "Bookmarked question %s" +msgstr "" + msgid "Calculator" msgstr "" @@ -268,6 +286,9 @@ msgstr "" msgid "Click \"%s\" to continue" msgstr "" +msgid "Click \"%s\" to continue." +msgstr "" + msgid "Click to speak" msgstr "" @@ -361,6 +382,9 @@ msgstr "" msgid "Displays a customisable magnifier" msgstr "" +msgid "Do not bookmark the current question for later review" +msgstr "" + msgid "Do not flag the current item for later review" msgstr "" @@ -431,12 +455,21 @@ msgstr "" msgid "Expand the review panel" msgstr "" +msgid "Export" +msgstr "" + msgid "Export failed for the test \"%s" msgstr "" +msgid "Export failed. Key uri nor classUri in formValues are not defined" +msgstr "" + msgid "Export metadata" msgstr "" +msgid "Export QTI %s Test Package" +msgstr "" + msgid "Export QTI 2.1 Test Package" msgstr "" @@ -506,6 +539,9 @@ msgstr "" msgid "Hide Review" msgstr "" +msgid "Hide test overview panel" +msgstr "" + msgid "Hide the review screen" msgstr "" @@ -557,6 +593,9 @@ msgstr "" msgid "If the connection cannot be restored, see option B." msgstr "" +msgid "If you leave the test, your changes will not be saved due to invalid test settings. Are you sure you wish to leave?" +msgstr "" + msgid "If you need help, please contact our Helpline on 0330 088 4171." msgstr "" @@ -590,6 +629,9 @@ msgstr "" msgid "Individual" msgstr "" +msgid "Informational item" +msgstr "" + msgid "Informational Item Usage" msgstr "" @@ -701,11 +743,11 @@ msgstr "" msgid "Manage test properties" msgstr "" -#, tao-public -msgid "Manage tests" +msgid "Manage Tests" msgstr "" -msgid "Manage Tests" +#, tao-public +msgid "Manage tests" msgstr "" msgid "Mark for review" @@ -762,12 +804,15 @@ msgstr "" msgid "minutes" msgstr "" -msgid "Missed required parameter \'id\" +msgid "Missed required parameter \'id\'" msgstr "" msgid "Missed test package file" msgstr "" +msgid "Missing filename for QTI Test export" +msgstr "" + msgid "Missing required configuration option %s" msgstr "" @@ -816,12 +861,18 @@ msgstr "" msgid "No" msgstr "" +msgid "NO" +msgstr "" + msgid "No CAT Engine configured for CAT Endpoint \"%s\"." msgstr "" msgid "No file found at location \"%s\"." msgstr "" +msgid "No instance in form to export" +msgstr "" + msgid "No more attempts allowed for item \"%s\"." msgstr "" @@ -855,10 +906,10 @@ msgstr "" msgid "Offline" msgstr "" -msgid "OK" +msgid "Ok" msgstr "" -msgid "Ok" +msgid "OK" msgstr "" msgid "OK & End test" @@ -963,6 +1014,12 @@ msgstr "" msgid "QTI Test \"%s\" successfully published." msgstr "" +msgid "QTI Test Metadata" +msgstr "" + +msgid "QTI Test Package %s" +msgstr "" + msgid "QTI Test Package 2.1" msgstr "" @@ -978,6 +1035,9 @@ msgstr "" msgid "Question" msgstr "" +msgid "Question %s" +msgstr "" + msgid "questions" msgstr "" @@ -1002,6 +1062,9 @@ msgstr "" msgid "Remove Section" msgstr "" +msgid "Remove Subsection" +msgstr "" + msgid "Remove Test Part" msgstr "" @@ -1017,6 +1080,9 @@ msgstr "" msgid "Resource(s) successfully exported." msgstr "" +msgid "ResultTransmission event successfully registered" +msgstr "" + msgid "Review" msgstr "" @@ -1125,6 +1191,9 @@ msgstr "" msgid "Show Solution" msgstr "" +msgid "Show test overview panel" +msgstr "" + msgid "Show the review screen" msgstr "" @@ -1233,6 +1302,12 @@ msgstr "" msgid "Test Navigation" msgstr "" +msgid "Test overview" +msgstr "" + +msgid "Test part level category enables configuring the categories of its composing items all at once. A category in gray means that all items have that category. A category in white means that only a few items have that category." +msgstr "" + msgid "Test Part Properties" msgstr "" @@ -1261,10 +1336,10 @@ msgstr "" msgid "Text content" msgstr "" -msgid "Text to Speech" +msgid "Text To Speech" msgstr "" -msgid "Text To Speech" +msgid "Text to Speech" msgstr "" msgid "that was being taken." @@ -1348,6 +1423,9 @@ msgstr "" msgid "The provided archive is invalid. Make sure it is not corrupted and that it contains an 'imsmanifest.xml' file." msgstr "" +msgid "The QTI Item with URI '%s' cannot be found." +msgstr "" + msgid "The QTI Test '%s' to be compiled must contain at least 1 QTI Item. None found." msgstr "" @@ -1378,6 +1456,14 @@ msgstr "" msgid "The submission mode determines when the candidate's responses are submitted for response processing. A testPart in individual mode requires the candidate to submit their responses on an item-by-item basis. In simultaneous mode the candidate's responses are all submitted together at the end of the testPart." msgstr "" +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"" +msgstr "" + +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"Please fix the invalid settings and try again." +msgstr "" + msgid "The test has been closed/suspended!" msgstr "" @@ -1595,6 +1681,9 @@ msgstr "" msgid "Yellow on Blue" msgstr "" +msgid "YES" +msgstr "" + msgid "Yes" msgstr "" diff --git a/locales/lb-LU/qtiCat.rdf.po b/locales/lb-LU/qtiCat.rdf.po index ef909695c3..45b70cf423 100644 --- a/locales/lb-LU/qtiCat.rdf.po +++ b/locales/lb-LU/qtiCat.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:06\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:21\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: lb-LU\n" diff --git a/locales/lb-LU/qtitest.rdf.po b/locales/lb-LU/qtitest.rdf.po index 053651c755..196a3a5e20 100644 --- a/locales/lb-LU/qtitest.rdf.po +++ b/locales/lb-LU/qtitest.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:06\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:21\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: lb-LU\n" diff --git a/locales/lb-LU/taoQtiTestItemRunner.rdf.po b/locales/lb-LU/taoQtiTestItemRunner.rdf.po index 70029dfa1d..71e54c720d 100644 --- a/locales/lb-LU/taoQtiTestItemRunner.rdf.po +++ b/locales/lb-LU/taoQtiTestItemRunner.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:06\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:21\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: lb-LU\n" diff --git a/locales/lt-LT/messages.po b/locales/lt-LT/messages.po index 338629297e..ffa6cbeb0e 100644 --- a/locales/lt-LT/messages.po +++ b/locales/lt-LT/messages.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:07\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:21\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: lt-LT\n" @@ -22,6 +22,9 @@ msgstr "" msgid "(Visual) Highlight Text" msgstr "" +msgid "A concurrent delivery has been detected. Please use the last open session. The present window can be closed." +msgstr "" + msgid "A QTI Item involved in the QTI Test '%s' could not be compiled." msgstr "QTI Elementas dalyvaujantis QTI Teste '%s' negali būti surinktas." @@ -46,6 +49,9 @@ msgstr "Pasitikrinkite ar teisingai įvedėte atsakymą." msgid "A visible section is one that is identifiable by the candidate." msgstr "Matomas skyrius yra kandidatui atpažįstamas." +msgid "Accessibility tool that enables Test Taker to have the item content read aloud." +msgstr "" + msgid "Activated" msgstr "Aktyvuota" @@ -58,6 +64,9 @@ msgstr "Pridėti ZIP failą turintį QTI/APIP testus ir elementus" msgid "Add selected item(s) here." msgstr "Įkelkite pažymėtus klausimus šioje vietoje" +msgid "Add Subsection" +msgstr "" + msgid "Add the source file" msgstr "Pridėti šaltinio failą." @@ -223,6 +232,15 @@ msgstr "" msgid "Black on White" msgstr "" +msgid "Bookmark question" +msgstr "" + +msgid "Bookmark the current question for later review" +msgstr "" + +msgid "Bookmarked question %s" +msgstr "" + msgid "Calculator" msgstr "Skaičiuotuvas" @@ -232,12 +250,12 @@ msgstr "Skaičiuotuvas BODMAS" msgid "Can not playback media file!" msgstr "" -msgid "CANCEL" -msgstr "ATŠAUKTI" - msgid "Cancel" msgstr "Atšaukti" +msgid "CANCEL" +msgstr "ATŠAUKTI" + msgid "Candidate" msgstr "Kandidatas" @@ -361,6 +379,9 @@ msgstr "Rodomas pavadinimas" msgid "Displays a customisable magnifier" msgstr "Didinimo įrankis" +msgid "Do not bookmark the current question for later review" +msgstr "" + msgid "Do not flag the current item for later review" msgstr "Nežymėti šio elemento vėlesnei apžvalgai" @@ -432,12 +453,21 @@ msgstr "Rasta klaida IMS QTI Teste:\n" msgid "Expand the review panel" msgstr "Praplėsti apžvalgos skydelį" +msgid "Export" +msgstr "" + msgid "Export failed for the test \"%s" msgstr "Nepavyko testo \"%s eksportavimas" +msgid "Export failed. Key uri nor classUri in formValues are not defined" +msgstr "" + msgid "Export metadata" msgstr "Eksportuoti metaduomenis" +msgid "Export QTI %s Test Package" +msgstr "" + msgid "Export QTI 2.1 Test Package" msgstr "Eksportuoti QTI 2.1 Testų Paketą" @@ -507,6 +537,9 @@ msgstr "" msgid "Hide Review" msgstr "Slėpti apžvalgą" +msgid "Hide test overview panel" +msgstr "" + msgid "Hide the review screen" msgstr "Slėpti apžvalgos ekraną" @@ -558,6 +591,9 @@ msgstr "" msgid "If the connection cannot be restored, see option B." msgstr "" +msgid "If you leave the test, your changes will not be saved due to invalid test settings. Are you sure you wish to leave?" +msgstr "" + msgid "If you need help, please contact our Helpline on 0330 088 4171." msgstr "" @@ -591,6 +627,9 @@ msgstr "Neatitikimai %1d eilutėje:" msgid "Individual" msgstr "Individualus" +msgid "Informational item" +msgstr "" + msgid "Informational Item Usage" msgstr "Informacinis Elemento Naudojimas" @@ -766,9 +805,15 @@ msgstr "" msgid "Missed required parameter \'id\'" msgstr "" +msgid "Missed required parameter \'id\'" +msgstr "" + msgid "Missed test package file" msgstr "Nesurastas testo paketo failas" +msgid "Missing filename for QTI Test export" +msgstr "" + msgid "Missing required configuration option %s" msgstr "" @@ -817,12 +862,18 @@ msgstr "Kitas skyrius" msgid "No" msgstr "Ne" +msgid "NO" +msgstr "" + msgid "No CAT Engine configured for CAT Endpoint \"%s\"." msgstr "" msgid "No file found at location \"%s\"." msgstr "Joks failas nerastas \"%s\" vietoje." +msgid "No instance in form to export" +msgstr "" + msgid "No more attempts allowed for item \"%s\"." msgstr "Daugiau nėra galimų bandymų \"%s\" elementui." @@ -856,10 +907,10 @@ msgstr "Nemaišoma, vieta išlieka pastovi." msgid "Offline" msgstr "" -msgid "OK" +msgid "Ok" msgstr "Gerai" -msgid "Ok" +msgid "OK" msgstr "Gerai" msgid "OK & End test" @@ -964,6 +1015,12 @@ msgstr "QTI Testo \"%s\" paskelbimas nesėkmingas." msgid "QTI Test \"%s\" successfully published." msgstr "QTI Testas \"%s\" sėkmingai paskelbtas." +msgid "QTI Test Metadata" +msgstr "" + +msgid "QTI Test Package %s" +msgstr "" + msgid "QTI Test Package 2.1" msgstr "QTI Testo Paketas 2.1" @@ -979,6 +1036,9 @@ msgstr "" msgid "Question" msgstr "" +msgid "Question %s" +msgstr "" + msgid "questions" msgstr "" @@ -1003,6 +1063,9 @@ msgstr "Pašalinti Rubrikos Bloką" msgid "Remove Section" msgstr "Pašalinti Skyrių" +msgid "Remove Subsection" +msgstr "" + msgid "Remove Test Part" msgstr "" @@ -1018,6 +1081,9 @@ msgstr "Atstatyti filtrus" msgid "Resource(s) successfully exported." msgstr "Resursas(-ai) sėkmingai eksportuoti." +msgid "ResultTransmission event successfully registered" +msgstr "" + msgid "Review" msgstr "Apžvalga" @@ -1126,6 +1192,9 @@ msgstr "Rodyti Apžvalgą" msgid "Show Solution" msgstr "Rodyti Sprendimą" +msgid "Show test overview panel" +msgstr "" + msgid "Show the review screen" msgstr "Rodyti apžvalgos ekraną" @@ -1234,6 +1303,12 @@ msgstr "Testo meta duomenys sėkmingai išeksportuoti." msgid "Test Navigation" msgstr "Testo Navigacija" +msgid "Test overview" +msgstr "" + +msgid "Test part level category enables configuring the categories of its composing items all at once. A category in gray means that all items have that category. A category in white means that only a few items have that category." +msgstr "" + msgid "Test Part Properties" msgstr "" @@ -1349,6 +1424,9 @@ msgstr "Pagrindinis testo identifikatorius." msgid "The provided archive is invalid. Make sure it is not corrupted and that it contains an 'imsmanifest.xml' file." msgstr "Pateiktas archyvas yra blogas. Patikrinkite ar jis nesugadintas ir turi „imsmanifest.xml“ failą." +msgid "The QTI Item with URI '%s' cannot be found." +msgstr "" + msgid "The QTI Test '%s' to be compiled must contain at least 1 QTI Item. None found." msgstr "QTI Testas '%s' surinkimui privalo turėti bent 1 QTI Elementą. Joks nebuvo surastas." @@ -1379,6 +1457,14 @@ msgstr "Skyriaus pavadinimas." msgid "The submission mode determines when the candidate's responses are submitted for response processing. A testPart in individual mode requires the candidate to submit their responses on an item-by-item basis. In simultaneous mode the candidate's responses are all submitted together at the end of the testPart." msgstr "" +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"" +msgstr "" + +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"Please fix the invalid settings and try again." +msgstr "" + msgid "The test has been closed/suspended!" msgstr "Testas buvo uždarytas/sustabdytas!" @@ -1599,6 +1685,9 @@ msgstr "" msgid "Yes" msgstr "Taip" +msgid "YES" +msgstr "" + msgid "You answered %s of %s question(s) for this section of the test" msgstr "" diff --git a/locales/lt-LT/messages_po.js b/locales/lt-LT/messages_po.js index 5ad9883e5e..4e20e46b31 100644 --- a/locales/lt-LT/messages_po.js +++ b/locales/lt-LT/messages_po.js @@ -1 +1 @@ -{" AND ":" IR "," and ":" ir "," has been deleted successfully":" s\u0117kmingai i\u0161trintas"," is ":" yra "," next":" kitas"," requires a subgrid adapter":"reikalauja detalesn\u0117s lentel\u0117s adapterio","%1$s expected but %2$s detected":"Tur\u0117t\u0173 b\u016bti %1$s, bet yra %2$s","%d attempts left before your account is locked.":"%d lik\u0119 bandym\u0173 prie\u0161 j\u016bs\u0173 paskyrai u\u017esirakinant.","%d day":"%d diena","%d days":"%d dienos(\u2013\u0173)","%h hour":"%h valanda","%h hours":"%h valandos(\u2013\u0173)","%i minute":"%i minut\u0117s","%i minutes":"%i minut\u0117s(\u2013\u010di\u0173)","%m month":"%m m\u0117nesis","%m months":"%m m\u0117nesiai(\u2013i\u0173)","%s %s selected":"%s %s pasirinkta","%s (%s kb)":"%s (%s kb)","%s Class saved":"%s Klas\u0117 i\u0161saugota","%s classes":"%s klas\u0117s","%s Confirmation":"%s Patvirtinimas","%s could not be released":"%s negali b\u016bti i\u0161leistas","%s created":"%s sukurta","%s extension(s) to install.":"%s pl\u0117tinys(\u2013iai) \u012fdiegimui.","%s has been deleted":"%s buvo i\u0161trintas","%s has been released":"%s buvo i\u0161leistas","%s instances":"%s instancij\u0173","%s is of a type that cannot be published":"%s tipas, kuris negali b\u016bti paskelbtas","%s Locked":"%s U\u017erakintas","%s\u0022 is not a valid index identifier. It must start with a letter and contain letters, numbers or underscores only":"%s\u0022 n\u0117ra teisingas indekso identifikatorius. Turi prasid\u0117ti su raide ir turi b\u016bti sudarytas tik i\u0161 raid\u017ei\u0173, skai\u010di\u0173 arba pabraukimo simbolio","%y year":"%y metai","%y years":"%y metai(\u2013\u0173)","(empty)":"(tu\u0161\u010dia)","... reloading page.":"... perkraunamas puslapis.","Filters<\/del>":"Filtrai<\/del>","Options<\/del>":"Pasirinkimai<\/del>"," %s <\/strong> has been moved to the background.":" %s <\/strong> buvo perkeltas \u012f fon\u0105.","> Extension %s succesfully installed.":"> Pl\u0117tinys %s s\u0117kmingai \u012fdiegtas.","> Installation done.":"> Diegimas baigtas.","a class":"klas\u0117","A date has to be a Datetime or timestamp":"Data turi b\u016bti Datos laikas arba laiko antspaudas.","A fatal error occured during the installation process.":"\u012evyko kritin\u0117 klaida \u012fdiegimo procese.","A maintenance status must have a STATUS: \u0022%s\u0022 or \u0022%s":"Prie\u017ei\u016bros b\u016bsena turi tur\u0117ti STATUS\u0104: \u0022%s\u0022 arba \u0022%s","A message with further instructions has been sent to your email address: %s":"Prane\u0161imas su tolimesn\u0117m instrukcijomis buvo nusi\u0173stas \u012f j\u016bs\u0173 el. pa\u0161to adres\u0105: %s","A QTI Item involved in the QTI Test \u0027%s\u0027 could not be compiled.":"QTI Elementas dalyvaujantis QTI Teste \u0027%s\u0027 negali b\u016bti surinktas.","A QTI Test must contain at least one QTI Item to be compiled. None found.":"QTI Testas privalo tur\u0117ti bent vien\u0105 QTI Element\u0105, kad b\u016bti surinktas. Niekas nebuvo surasta.","A qti testpackage":"QTI test\u0173 paketas","A remote resource referenced in QTI test \u0027%s\u0027 could not be retrieved.":"I\u0161orinio resurso nurodyto QTI teste \u201e%s\u201c nepavyko atkurti.","A response to every question in this item is required.":"Atsakymas kiekvienam klausimui \u0161itam elementui yra privalomas!","A response to this item is required.":"Turite pateikti bent vien\u0105 atsakym\u0105.","A valid response to this item is required.":"Pasitikrinkite ar teisingai \u012fved\u0117te atsakym\u0105.","A visible section is one that is identifiable by the candidate.":"Matomas skyrius yra kandidatui atpa\u017e\u012fstamas.","abs":"abs","Absolute value":"Absoliuti reik\u0161m\u0117","AC":"AC","Access Denied":"Prieiga Atmesta","Access denied. Please renew your authentication!":"Prieiga atmesta. Pra\u0161ome atnaujinti savo autentifikacij\u0105!","Account status":"Paskyros b\u016bsena","Action":"Veiksmas","Action %s - removed %s positions":"Veiksmas %s - pa\u0161alino %s pozicijas","Action `%s` is not configured in the action queue service":"Veiksmas \u201e%s\u201c yra nesukonfig\u016bruotas veiksm\u0173 eil\u0117s servise","Action was not executed yet":"Veiksmas vis dar nebuvo vykdytas","Actions":"Veiksmai","Activated":"Aktyvuota","Add":"Prid\u0117ti","Add a CSV file":"Prid\u0117ti CSV fail\u0105","add a new weight":"prid\u0117ti nauj\u0105 svor\u012f","Add a user":"Prid\u0117ti vartotoj\u0105","Add a zip file containing QTI\/APIP tests and items":"Prid\u0117ti ZIP fail\u0105 turint\u012f QTI\/APIP testus ir elementus","Add an RDF\/XML file":"Prid\u0117ti RDF\/XML fail\u0105","Add Consumer":"Prid\u0117ti Naudotoj\u0105","Add file(s)":"Prid\u0117ti fail\u0105(\u2013us)","Add property":"Prid\u0117ti ypatyb\u0119","Add selected item(s) here.":"\u012ekelkite pa\u017eym\u0117tus klausimus \u0161ioje vietoje","Add the source file":"Prid\u0117ti \u0161altinio fail\u0105.","Adding search index for %s":"Pridedamas paie\u0161kos indeksas \u012f %s","Adding the new class has failed":"Naujos klas\u0117s prid\u0117jimas nepavyko","Adding the new resource has failed":"Naujo resurso prid\u0117jimas nepavyko","Advanced search, add filters":"Pa\u017eengusi paie\u0161ka, prid\u0117ti filtrus","After you complete the section it would be impossible to return to this section to make changes. Are you sure you want to end the section?":"Po to, kai u\u017ebaigsite \u0161\u012f skyri\u0173, bus ne\u012fmanoma gr\u012f\u017eti atgal \u012f \u0161\u012f skyri\u0173, kad padaryti pakeitimus. Ar j\u016bs tikrai norite u\u017ebaigti \u0161\u012f skyri\u0173?","All":"Visi","all":"viskas","All data will be removed in %s":"Visi duomenys bus panaikinti po %s","All fields are required":"Visi laukai yra privalomi","All rights reserved.":"Visos teis\u0117s saugomos.","Allow Comment":"Leisti Komentuoti","Allow Review":"Leisti Ap\u017evalg\u0105","Allow Section Skipping":"Leisti Praleisti Skyri\u0173","Allow Skipping":"Leisti Praleidim\u0105","Allow skipping of the current section.":"Leisti galimyb\u0119 praleisti dabartin\u012f skyri\u0173.","Allow the candidate to review his answers.":"Leisti kandidatui per\u017ei\u016br\u0117ti savo atsakymus.","Allow the test-taker to eliminate \/ strikethrough answers in choice interactions.":"Leisti testo laikytojui eliminuoti \/ perbraukti atsakymus pasirinkimo u\u017eduotyse.","Allow the test-taker to highlight parts of the item text.":"Leisti testo laikytojui pary\u0161kinti dalis elemento tekste.","Allow the test-taker to mask and unmask answers in choice interactions.":"Leisti testo laikytojui sl\u0117pti ir rodyti atsakymus pasirinkimo u\u017eduotyse.","Allow the test-taker to mask parts of the item with a movable mask.":"Leisti testo laikytojui pasl\u0117pti testo dalis su perkeliama kauke.","Allow the test-taker to use a basic calculator.":"Leisti testo laikytojui naudoti paprast\u0105 skai\u010diuotuv\u0105.","Allow the test-taker to use a calculator respecting the order of operations (BODMAS).":"Leisti testo laikytojui naudotis skai\u010diuotuvu atsi\u017evelgiant \u012f veiklos tvark\u0105 (BODMAS).","Allow the test-taker to use a movable magnifier tool.":"Leisti testo laikytojui naudoti perkeliam\u0105 didintuvo \u012frank\u012f.","Allow the test-taker to use a scientific calculator.":"Leisti testo laikytojui naudotis moksliniu skai\u010diuotuvu.","Allow the test-taker to visually isolate a line of text.":"Leisti testo laikytojui vaizdi\u0161kai izoliuoti teksto linij\u0105.","Allows Test-taker to zoom in and out the item content.":"Leisti Testo laikytojui priartinti ir atitolinti elemento turin\u012f.","Alpha version":"Alfa versija","Also compute the score per categories":"Taip pat apskai\u010diuoti balus kategorijose","An email has been sent":"El. lai\u0161kas buvo i\u0161si\u0173stas","An error occured while retrieving items":"Klaida \u012fvyko gaunant elementus","An error occurred during results submission. Please retry.":"\u012evyko klaida pateikiant rezultatus. Pra\u0161ome bandyti dar kart\u0105.","An error occurred during the test initialization!":"\u012evyko klaida testo paleidimo metu!","An error occurred during the test, please content your administrator.":"\u012evyko klaida testo metu, pra\u0161ome prane\u0161ti j\u016bs\u0173 administratori\u0173.","An error occurred during user deletion":"\u012evyko klaida vartotojo \u0161alinimo metu","An error occurred!":"\u012evyko klaida!","An error occurs, please contact your administrator":"\u012evyko klaida, prane\u0161kite j\u016bs\u0173 administratoriui","An exception occured while running \u0022%s":"\u012evyko klaida vykdant \u0022%s","an instance":"instancija","An item involved in the test cannot be read or is not QTI compliant.":"Elementas dalyvaujantis teste negali b\u016bti nuskaitytas arba yra neatitinka QTI standarto.","An item involved in the test cannot be written.":"Elementas dalyvaujantis teste negali b\u016bti ra\u0161omas.","An unknown error occured while compiled QTI Test \u0027%s\u0027.":"\u012evyko ne\u017einoma klaida sukompiliavus \u201e%s\u201c QTI Test\u0105.","An unknown error occured while compiling QTI test \u0027%s\u0027.":"\u012evyko ne\u017einoma klaida kompiliuojant \u201e%s\u201c QTI Test\u0105.","and flagged %s of them":"ir pa\u017eym\u0117ti %s i\u0161 j\u0173","and you flagged %s item(s) that you can review now":"ir j\u016bs pa\u017eym\u0117jote %s element\u0105(-us) kuriuos galite ap\u017evelgti","Ans":"Ans","Answer Eliminator":"Atsakym\u0173 Eliminavimas","Answer Masking":"Atsakym\u0173 Pasl\u0117pimas","Answered":"Atsakyta","Apply":"Taikyti","Arc cosine":"Arkkosinusas","Arc sine":"Arksinusas","Arc tangent":"Arktangentas","Archived":"Archyvuota","Are you sure to delete the versioned resource?\nThe history will be lost as well.":"Ar j\u016bs tikrai norite i\u0161trinti resurs\u0105 su versija?\nIstorija bus i\u0161trinta taip pat.","Are you sure you want to clear your answer and go to the next item? You will not be able to go back and provide an answer.":"Ar j\u016bs tikrai norite i\u0161valyti atsakymus ir eiti \u012f sekant\u012f element\u0105? J\u016bs negal\u0117site gr\u012f\u017eti atgal ir pateikti atsakym\u0105.","Are you sure you want to delete it?":"Ar tikrai norite i\u0161trinti?","Are you sure you want to end the test?":"Ar j\u016bs tikrai norite u\u017ebaigti darb\u0105?","Are you sure you want to go to the next item? You will not be able to go back and change your answer.":"Ar j\u016bs tikrai norite eiti \u012f sekant\u012f element\u0105? J\u016bs negal\u0117site gr\u012f\u017eti atgal ir pakeisti atsakym\u0105.","Are you sure you want to go to the next item? You will not be able to go back and provide an answer.":"Ar j\u016bs tikrai norite eiti \u012f sekant\u012f element\u0105? J\u016bs negal\u0117site gr\u012f\u017eti atgal ir pateikti atsakym\u0105.","Are you sure you want to go to the next item? You will not be able to go back.":"Ar j\u016bs tikrai norite eiti \u012f sekant\u012f element\u0105? J\u016bs negal\u0117site gr\u012f\u017eti atgal.","Area Masking":"Ploto Maskavimas","Arguments separator":"Argument\u0173 skirtukas","Assessment Activity":"\u012evertinimo Veikla","Assign":"Paskirti","Assign User to role":"Paskirti varotoj\u0105 rolei","Assign Users":"Paskirti vartotojus","Author":"Autorius","Author Item":"Kurti klausim\u0105","Authoring":"Tvarkymas","auto unlocked in %s":"automati\u0161kai atrakinta po %s","Auxiliary file not found at location \u0022%s\u0022.":"B\u016btinas failas nebuvo rastas \u0022%s\u0022 vietoje.","Available":"Galimi testai","Available Extensions":"Galimi pl\u0117tiniai","Back":"Gr\u012f-ti","Back to listing":"Gr\u012f\u017eti \u012f s\u0105ra\u0161\u0105","Beta version":"Beta versija","Binary operator *":"Dvejetainis operatorius *","Binary operator +":"Dvejetainis operatorius +","Binary operator -":"Dvejetainis operatorius -","Binary operator \/":"Dvejetainis operatorius \/","Binary operator modulo":"Dvejetainis operatorius modulo","Browse folders:":"Nar\u0161yti aplankus:","Browse...":"Nar\u0161yti...","C":"C","Calculator":"Skai\u010diuotuvas","Calculator BODMAS":"Skai\u010diuotuvas BODMAS","Calendar":"Kalendorius","CANCEL":"AT\u0160AUKTI","Cancel":"At\u0161aukti","cancel":"at\u0161aukti","cancel the action":"at\u0161aukti veiksm\u0105","Cancelled":"At\u0161aukta","Candidate":"Kandidatas","Cannot be edited":"Negali b\u016bti redaguotas","Cannot divide by zero":"Negalima padalinti i\u0161 nulio","Cardinality":"Kardinalumas","Case sensitive":"Skiriamos did\u017eiosios-ma\u017eosios raid\u0117s","Categories":"Kategorijos","Category score":"Kategorijos balai","ceil":"ceil","Change password":"Pakeisti slapta\u017eod\u012f","Change the current color preset":"Pakeisti dabartin\u0119 spalv\u0105","Change the password":"Pakeisti slapta\u017eod\u012f","Change the sign of the current operand":"Keisti \u017eenkl\u0105 dabartinio operando","Check all":"Pa\u017eym\u0117ti visus","Check All":"Pa\u017eym\u0117ti Visus","Check-in":"Pasi\u017eym\u0117ti","Choose a value...":"Pasirinkti reik\u0161m\u0119...","Choose export format":"Pasirinkti eksportavimo format\u0105","Choose import format":"Pasirinkti importavimo format\u0105","Class":"Klas\u0117","class selected":"pasirinktos klas\u0117s","Class successfully created.":"Klas\u0117 s\u0117kmingai sukurta.","Class uri provided is not a valid class.":"Pateiktas netinkamas klas\u0117s uri.","Cleaning up tmp space complete":"Laikinos atminties valymas atliktas","Cleaning up tmp space started":"Laikinos atminties valymas prad\u0117tas","Clear":"I\u0161valyti","Clear All":"I\u0161valyti visk\u0105","Clear all active highlights":"Pa\u0161alinti visus aktyvius pary\u0161kinimus.","Clear all data":"I\u0161valyti visus duomenis","Clear expression":"I\u0161valyti i\u0161rai\u0161k\u0105","Clear Highlights":"Pa\u0161alinti Pary\u0161kinimus.","Clear History":"I\u0161valyti Istorij\u0105","Clear history":"I\u0161valyti istorij\u0105","Clear selection":"I\u0161valyti pasirinim\u0105","Clear the stored variables":"I\u0161valyti saugomas reik\u0161mes","Click to speak":"Spausti kad kalb\u0117ti","Close":"U\u017edaryti","Close Magnifier":"U\u017edaryti Didintuv\u0105","Close message":"U\u017edaryti prane\u0161im\u0105","Close the mask":"U\u017edaryti pasl\u0117pimus","Close this Section":"U\u017edaryti \u0161\u012f Skyri\u0173","Code Version":"Kodo Versija","Collapse the review panel":"Suskleisti ap\u017evalgos skydel\u012f","Collecting of abandoned actions in the action queue ...":"Renkami apleisti veiksmai veiksm\u0173 eil\u0117je ...","Column":"Stulpelis","Combine a selection of items into tests.":"Apjunkite pasirinktus klausimus \u012f testus.","Comment":"Komentaras","comment...":"komentaras...","Commit":"Patvirtinti","Completed":"Atlikta","Completed - Error":"Atlikta \u2013 Klaida","Completed items":"Atlikti elementai","Compute the expression":"Apskai\u010diuoti i\u0161rai\u0161k\u0105","Confirm":"Patvirtinti","Connect to the TAO platform":"Prisijungimas prie elektroninio testavimo aplinkos","Connected to server":"Prisijungta prie serverio","Continue":"T\u0119sti","Contrast":"Kontrastas","Controls the contribution of an individual item score to the overall test score.":"Valdo dalyvavim\u0105 individualiam elemento \u012fvertinimui visuotinam testo \u012fvertinimui.","Controls the maximum number of attempts allowed. 0 means unlimited.":"Valdomas maksimalus laikym\u0173 kiekis. 0 rei\u0161kia neribojam\u0105.","Copy":"Kopijuoti","Copy To":"Kopijuoti \u012e","Copy to":"Kopijuoti \u012f","Copy to clipboard":"Kopijuoti \u012f i\u0161karpin\u0119","cos":"cos","cosh":"cosh","Cosine":"Kosinusas","Covers parts of the item":"U\u017edengia dalis elemento","Create":"Sukurti","Create and design items and exercises.":"Kurti ir redaguoti laukus ir u\u017edavinius.","Create instance of ":"Sukurti instancij\u0105","Created":"Sukurta","CSV":"CSV","CSV Options":"CSV Pasirinkimai","Cube root":"Kubin\u0117 \u0161aknis","Current language":"Dabartin\u0117 kalba","Current playback position":"Dabartin\u0117 atk\u016brimo vieta","Custom":"Pasirinktina","custom categories":"pasirinktinos kategorijos","Data imported":"Duomenys importuoti","Data imported successfully":"Duomenys importuoti s\u0117kmingai","Data imported. Some records are invalid.":"Duomenys importuoti. Kaikurie \u012fra\u0161ai neteisingi.","Data Language":"Duomen\u0173 Kalba","Data language":"Duomen\u0173 kalba","Data not imported. All records are invalid.":"Duomenys neimportuoti. Visi \u012fra\u0161ai neteisingi.","Date":"Data","Default search":"Numatyta paie\u0161ka","Define the default values":"Nustatyti numatytas reik\u0161mes","Deg":"Laip.","Degree":"Laipsnis","Delete":"I\u0161trinti","Delete Left":"I\u0161trinti Kair\u0117je","Delete Right":"I\u0161trinti De\u0161in\u0117je","Delete the term on the left side of the cursor":"I\u0161trinti termin\u0105 kair\u0117je pus\u0117je \u017eymeklio","Delete the term on the right side of the cursor":"I\u0161trinti termin\u0105 de\u0161in\u0117je pus\u0117je \u017eymeklio","Deleting search index for %s":"\u0160alinamas paie\u0161kos indeksas %s","Deliveries":"Pateiktys","Deliveries library":"Pateik\u010di\u0173 biblioteka","Demo Sandbox":"Sm\u0117lio d\u0117\u017e\u0117","Digit 0":"Skaitmuo 0","Digit 1":"Skaitmuo 1","Digit 2":"Skaitmuo 2","Digit 3":"Skaitmuo 3","Digit 4":"Skaitmuo 4","Digit 5":"Skaitmuo 5","Digit 6":"Skaitmuo 6","Digit 7":"Skaitmuo 7","Digit 8":"Skaitmuo 8","Digit 9":"Skaitmuo 9","Disable validation":"I\u0161jungti validavim\u0105","Disabled %s":"I\u0161jungtas %s","Disconnected from server":"Atsijungta nuo serverio","Display a warning before the test-taker ends a test part and there are still items left unanswered or marked for review.":"Rodyti \u012fsp\u0117jim\u0105 prie\u0161 testo laikytojui baigiant testo dal\u012f, kai lik\u0119 neatsakyt\u0173 klausim\u0173 arba pa\u017eym\u0117ta atlitki ap\u017evalg\u0105.","Display a warning before the test-taker ends the test part.":"Rodyti \u012fsp\u0117jim\u0105 prie\u0161 testo laikytojui baigiant testo dal\u012f.","Display a warning before the test-taker ends the test.":"Rodyti \u012fsp\u0117jim\u0105 prie\u0161 testo laikytojui baigiant test\u0105.","Display a warning before the test-taker skips the section. Requires the Section Skipping option.":"Rodyti \u012fsp\u0117jim\u0105 prie\u0161 testo laikytojui praleid\u017eiant skyri\u0173. Reikalingas Skyriaus Praleidimo pasirinkimas.","Display End Test Warning":"Rodyti Testo Baigimo \u012esp\u0117jim\u0105","Display Next Part Warning":"\u012esp\u0117ti, kad pereinama \u012f kit\u0105 testo dal\u012f","Display Next Section Warning":"\u012esp\u0117ti, kad pereinama \u012f kit\u0105 testo dalies skyri\u0173","Display Unanswered Warning":"Rodyti Neatsakyt\u0173 Klausim\u0173 \u012esp\u0117jim\u0105","Displayed label":"Rodomas pavadinimas","Displays a customisable magnifier":"Didinimo \u012frankis","Do not flag the current item for later review":"Ne\u017eym\u0117ti \u0161io elemento v\u0117lesnei ap\u017evalgai","Do not show alert on timeout":"N\u0117rodyti \u012fsp\u0117jimo pasibaigus laikui","Do you wish to install the following extension(s):\n%s?":"Ar norite \u012fdiegti \u0161iuos pl\u0117tinius:\n%s?","does not match":"nesutampa","Don\u0027t set":"Nenustatyti","Dot":"Ta\u0161kas","Download":"Atsi\u0173sti","Download this file":"Atsi\u0173sti fail\u0105","Drag file here":"Tempti fail\u0105 \u012f \u010dia","Drag files here":"Tempti failus \u012f \u010dia","Drop the files to upload":"Tempti failus, kad \u012fkeltum","Duplicate":"Kurti kopij\u0105","Edit":"Redaguoti","Edit a user":"Redaguoti vartotoj\u0105","Edit class %s":"Redaguoti klas\u0119 %s","Edit Instance":"Redaguoti Instancij\u0105","Edit Tree":"Redaguoti Med\u012f","Element":"Elementas","Element deleted.":"Elementas i\u0161trintas.","Eliminate choices":"Eliminuoti pasirinkimus","Email":"El. Pa\u0161tas","Enable mark for review of items. Requires the Review Screen option.":"\u012egalinti \u017eym\u0117jim\u0105 elementai ap\u017evalgai. Reikalingas Ap\u017evalgos Ekrano pasirinkimas.","Enable Review Screen":"\u012ejungti Ekrano Ap\u017evalg\u0105","Enable selection":"\u012ejungti pasirinktus","Enable Skipping Ahead":"\u012egalinti praleidim\u0105 \u012f priek\u012f","Enable the item review screen \/ navigator.":"\u012egalinti elemento ap\u017evalgos ekran\u0105 \/ navigatori\u0173.","enabled":"\u012fjungta","Enabled %s":"\u012ejungtas %s","Enables skipping to items within this section. Requires the review screen option.":"Suteikia galimyb\u0119 praleisti elementus \u0161iame skyriuje. Reikalingas ap\u017evalgos ekrano pasirinkimas.","End of document reached. Continuing from the beginning.":"Dokumento pabaiga pasiekta. T\u0119siama nuo prad\u017eios.","End test":"Baigti darb\u0105","End Test":"Baigti darb\u0105","Enter":"\u012eeiti \u012f","Enter a custom category":"\u012evesti pasirinktin\u0105 kategorij\u0105","Error":"Klaida","Error adding search index for %s with message %s":"Klaida pridedant paie\u0161kos indeks\u0105 %s su prane\u0161imu %s","Error during file import":"Klaida failo importavimo metu","Error found in the IMS QTI Test:\n%s":"Rasta klaida IMS QTI Teste:\n%s","Error in result":"Klaida rezultate","Error in syntax":"Klaida sintaks\u0117je","Error in value":"Klaida reik\u0161m\u0117je","Event Log":"\u012evyki\u0173 Registras","Exclusive (OR)":"Exclusive (OR)","Execute":"Vykdyti","Executing task %s failed":"U\u017eduoties %s vykdymas nepavyko","exp":"exp","Expand the review panel":"Prapl\u0117sti ap\u017evalgos skydel\u012f","Exponent":"Eksponentas","Export":"Eksportuoti","Export ":"Eksportuoti","Export \u0022%s\u0022 in %s":"Eksportuoti \u0022%s\u0022 \u012f %s","Export CSV":"Eksportuoti CSV","Export failed for the test \u0022%s":"Nepavyko testo \u0022%s eksportavimas","Export failed.":"Eksportavimas nepavyko.","Export Irregularities":"Eksportuoti Neatitikimus","Export metadata":"Eksportuoti metaduomenis","Export Metadata as RDF\/XML file":"Eksportuoti metaduomenis RDF\/XML failu","Export QTI 2.1 Test Package":"Eksportuoti QTI 2.1 Test\u0173 Paket\u0105","Export QTI 2.2 Test Package":"Eksportuoti QTI 2.2 Test\u0173 Paket\u0105","Export succeeded.":"Eksportavimas pavyko.","Export successful for the test \u0022%s":"Pavyko testo \u0022%s eksportavimas","Export Table":"Eksportuoti Lentel\u0119","Extension \u0022%s\u0022 has been installed":"Pl\u0117tinys \u0022%s\u0022 buvo \u012fdiegtas","Extensions manager":"Pl\u0117tini\u0173 valdymas","Factorial":"Faktorialas","Failed":"Nepavyko","Failed to delete index for %s":"Nepavyko i\u0161trinti %s indekso","False":"False","Feedback block":"Atsiliepimo blokas","Field delimiter":"Lauko atskyriklis","Field encloser":"Lauko pad\u0117klas","Fields must match":"Laukai privalo sutapti","File":"Failas","File download failed":"Failo atsiuntimas nepavyko","File name":"Failo pavadinimas","File not found":"Failas nerastas","File not found!":"Failas nerastas!","File Properties":"Failo savyb\u0117s","file selected":"failas pasirinktas","File Uploader":"Fail\u0173 \u012ek\u0117limas","files selected":"pasirinkti failai","Filter":"Filtras","Filter by value":"Filtras pagal reik\u0161m\u0119","Filtering mode":"Filtravimo re\u017eimas","First Name":"Vardas","First page":"Pirmas puslapis","First row column names":"Pirmos eil\u0117s stulpelio pavadinimai","Fit to width":"Tilpti \u012f plot\u012f","Fixed":"Pastovus","Fixed position in a shuffled the selection.":"Pastovi vieta mai\u0161ant pasirinkimus.","Flag for Review":"Pa\u017eym\u0117ti","Flag the current item for later review":"Pa\u017eym\u0117ti dabartin\u012f klausim\u0105 v\u0117lesniam per\u017ei\u016br\u0117jimui","Flagged":"Pa\u017eym\u0117ta","floor":"floor","Force Release":"Priverstinis I\u0161leidimas","Force the item to be considered as informational and not taken into account in (un)answered \/ flagged counters.":"Priversti element\u0105 b\u016bti informaciniu ir neb\u016bti atsi\u017evelgtam atsakyt\u0173 \/ neatsakyt\u0173 ir pa\u017eym\u0117t\u0173 skai\u010diuokl\u0117je.","Forgot your password?":"Pamir\u0161ote slapta\u017eod\u012f?","From":"I\u0161","Fuzzy Matching":"Apytikslis Atitikimas","Generis Form":"Generis forma","Get History":"Gauti Istrorij\u0105","Get the history list":"Gauti istorijos s\u0105ra\u0161\u0105","Go Back":"Gr\u012f\u017eti Atgal","Go to next item":"Eiti \u012f sekant\u012f element\u0105","Go to the next item?":"Eiti \u012f sekant\u012f element\u0105?","Group test takers according to global features and classifications.":"Grup\u0117s testo laikytojai pagal visuotines ypatybes ir klasifikacijas.","Groups":"Grup\u0117s","Groups library":"Grupi\u0173 biblioteka","Height":"Auk\u0161tis","Help":"Pagalba","Hi, %s
You indicated that you have forgotten your TAO password.":"Labas, %s
J\u016bs nurod\u0117te, kad pamir\u0161ote savo TAO slapta\u017eod\u012f.","Hide detailed report":"Sl\u0117pti detali\u0105 ataskait\u0105","Hide Review":"Sl\u0117pti ap\u017evalg\u0105","Hide the review screen":"Sl\u0117pti ap\u017evalgos ekran\u0105","Hide the warning automatically displayed when a test-taker exit a timed section.":"Sl\u0117pti automati\u0161kai rodom\u0105 \u012fsp\u0117jim\u0105, kai testo laikytojas palieka paskirtos laiko trukm\u0117s sekcij\u0105.","Hide Timed Section Warning":"Sl\u0117pti Laiko Skyriaus \u012esp\u0117jim\u0105","Hide timers":"Sl\u0117pti laik\u0105","Highlight":"Pary\u0161kinti","Highlight all":"Pa\u017eym\u0117ti visus","Highlight Text":"Pary\u0161kinti Tekst\u0105","Highlighter":"\u017dymeklis","History":"Istorija","hours":"valandos(\u2013\u0173)","Html title":"Html pavadinimas","Hyperbolic arc cosine":"Hiperbolinis arkkosinusas","Hyperbolic arc sine":"Hiperbolinis arksinusas","Hyperbolic arc tangent":"Hiperbolinis arktangentas","Hyperbolic cosine":"Hiperbolinis kosinusas","Hyperbolic sine":"Hiperbolinis sinusas","Hyperbolic tangent":"Hiperbolinis tangentas","Identifier":"Identifikatorius","If required it must appear (at least once) in the selection.":"Jeigu reikalaujama, privalo pasirodyti (bent kartui) pasirinkime.","If required, it must appears at least once in the selection.":"Jeigu reikalaujama, privalo pasirodyti, bent kartui, pasirinkime.","If set, it causes the order of the child elements to be randomized, otherwise it uses the order in which the child elements are defined.":"Jeigu nustatyta, tai i\u0161mai\u0161o vaik\u0173 element\u0173 eili\u0161kum\u0105. Kitu atveju naudojama eil\u0117, kokia vaik\u0173 elementai yra numatyti.","If the candidate can skip the item, without submitting a response (default is true).":"Jeigu kandidatas gali praleisti element\u0105 be pateikto atsakymo (numatyta taip).","If you do not wish to reset your password, just ignore this email and your password will remain the same.":"Jeigu j\u016bs nenori atstatyti savo slapta\u017eod\u017eio, tiesiog ignoruokite \u0161\u012f el. lai\u0161k\u0105 ir j\u016bs\u0173 slapta\u017eodis liks toks pat.","Import":"Importuoti","Import ":"Importuoti","Import a %s into \u0022%s":"Importuoti %s \u012f \u0022%s","Import a QTI\/APIP Content Package":"Importuoti QTI\/APIP Turinio Paket\u0105","Import Completed":"Importavimas Atliktas","Import failed.":"Importavimas nepavyko.","Import Metadata from CSV file":"Importuoti Metaduomenis i\u0161 CSV failo","Import Metadata from RDF file":"Importuoti Metaduomenis i\u0161 RDF failo","Import QTI TEST into \u0022%s":"Importuoti QTI TEST \u012f \u0022%s","Import succeeded.":"Importavimas pavyko.","Imported %1$d\/%2$d. Some records are invalid.":"Importuoti %1$d\/%2$d. Kaikurie \u012fra\u0161ai neteisingi.","Imported %d resources":"Importuoti %d resursai","Imported resource \u0022%s":"Importuotas resursas \u0022%s","impossible to update task status":"ne\u012fmanoma atnaujinti u\u017eduoties b\u016bsenos","IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file could not be imported.":"IMS QTI Elementas nurodytas kaip \u0022%s\u0022 IMS Manifesto faile negali b\u016bti importuojamas.","IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file successfully imported.":"IMS QTI Elementas nurodytas kaip \u0022%s\u0022 IMS Manifesto faile s\u0117kmingai importuotas.","IMS QTI Test Package successfully imported.":"IMS QTI Test\u0173 Paketas s\u0117kmingai importuotas.","IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file successfully imported.":"IMS QTI Testas nurodytas kaip \u0022%s\u0022 IMS Manifesto faile s\u0117kmingai importuotas.","In Progress":"Vykdoma","In progress":"Vykdoma","In this part of the test navigation is not allowed.":"\u0160ioje vieto testo nar\u0161ymas n\u0117ra leid\u017eiamas.","Inclusive (AND)":"Inclusive (AND)","Inconsistency at line %1d:":"Neatitikimai %1d eilut\u0117je:","Index":"Indeksas","Index has been deleted for %s":"Indeksas buvo pa\u0161alintas i\u0161 %s","Individual":"Individualus","Infinity":"Begalyb\u0117","Informational Item Usage":"Informacinis Elemento Naudojimas","Injector has to contains a valid \u0022destination\u0022 field.":"Iterpiant reikalingas tinkamas \u0022paskirties\u0022 parametras.","Injector has to contains a valid \u0022source\u0022 field.":"Iterpiant reikalingas tinkamas \u0022\u0161altinio\u0022 parametras.","Install":"\u012ediegti","Installation done.":"\u012ediegimas baigtas.","Installation...":"\u012ediegimas...","Installed Extensions":"\u012ediegti Pl\u0117tiniai","Installed Version":"\u012ediegta Versija","Installing extension %s...":"\u012ediegiamas pl\u0117tinys %s...","Instance saved":"Instancija i\u0161saugota","Interface Language":"S\u0105sajos Kalba","Interface language":"S\u0105sajos kalba","Internal server error!":"Vidin\u0117 serverio klaida!","Invalid date range (must be after or the same as: %s)":"Blogas datos intervalas (privalo b\u016bti paskui arba toks pat kaip: %s)","Invalid date range (must be after: %s)":"Neteisingas datos intervalas (privalo b\u016bti paskui: %s)","Invalid date range (must be before or the same as: %s)":"Blogas datos intervalas (privalo b\u016bti prie\u0161 arba toks pat kaip: %s)","Invalid date range (must be before: %s)":"Neteisingas datos intervalas (privalo b\u016bti prie\u0161: %s)","Invalid field length":"Neteisingas lauko ilgis","Invalid field range (maximum value: %s)":"Neteisingas lauko intervalas (maksimali reik\u0161m\u0117: %s)","Invalid field range (minimum value: %1$s, maximum value: %2$s)":"Blogas lauko intervalas (minimali reik\u0161m\u0117: %1$s, maksimali reik\u0161m\u0117: %2$s)","Invalid field range (minimum value: %s)":"Neteisingas lauko intervalas (minimali reik\u0161m\u0117: %s)","Invalid file size (minimum %1$s bytes, maximum %2$s bytes)":"Neteisingas failo dydis (minimalus %1$s baitai, maksimalus %2$s baitai)","Invalid file type!":"Neteisingas failo tipas!","Invalid input for function":"Neteisinga \u012fvestis funkcijai","Invalid login or password. Please try again.":"Blogas prisijungimo vardas arba slapta\u017eodis. Pra\u0161ome bandyti dar kart\u0105.","Invalid login or password. Your account has been locked, please contact your administrator.":"Neteisingas prisijungimas arba slapta\u017eodis. J\u016bs\u0173 paskyra buvo u\u017erakinta, pra\u0161ome susisiekti su j\u016bs\u0173 administratoriumi.","invalid regular expression":"neteisinga \u012fprasta i\u0161rai\u0161ka","is already used in the test.":"jau naudojamas teste.","is not a valid identifier (alphanum, underscore, dash and dots)":"blogas identifikatorius (raid\u017eiai, skai\u010diai, pabraukimo simbolis, br\u016bk\u0161nys ir ta\u0161kai)","is not a valid identifier (everything except spaces)":"blogas identifikatorius (viskas i\u0161skyrus tarpus)","Item \u0022%s\u0022 is completed.":"Elementas \u0022%s\u0022 yra atliktas.","Item %d":"Klausimas %d","Item %d of %d":"%d\/%d","Item Reference Properties":"Elemento \u0160altinio Savyb\u0117s","Item Session Control":"Elemento Sesijos Valdymas","Items":"Elementai","items":"elementai","Items can optionally be assigned to one or more categories.":"Elementai pasirinktinai gali b\u016bti paskirti vienai arba daugiau kategorij\u0173.","Items Compilation":"Elemento Rinkimas","Items library":"Klausim\u0173 biblioteka","Items marked for later review":"Elementai pa\u017eym\u0117ti v\u0117lesnei per\u017ei\u016brai","Keep Together":"Laikyti Kartu","Label":"Pavadinimas","Language":"Kalba","Last attempt before your account is locked.":"Paskutinis bandymas prie\u0161 j\u016bs\u0173 paskyros u\u017erakinim\u0105.","Last Name":"Pavard\u0117","Last page":"Paskutinis puslapis","Last result":"Paskutinis rezultatas","Late submission allowed":"V\u0117luojamas pateikimas leid\u017eiamas","Leave a comment":"Palikti komentar\u0105","Left parenthesis":"Kairysis skliaustelis","less than a minute":"trumpiau negu minut\u0119","Line Reader":"Linijos Skaitytuvas","Linear":"Linijinis","List":"S\u0105ra\u0161as","List - Multiple choice - Check box":"S\u0105ra\u0161as - pasirinkimas, pa\u017eymint kelis","List - Single choice - Drop down":"S\u0105ra\u0161as - pasirinkimas vienos reik\u0161m\u0117s i\u0161 i\u0161krentan\u010dio s\u0105ra\u0161o","List - Single choice - Radio button":"S\u0105ra\u0161as - Pasirinkimas tik vienos reik\u0161m\u0117s ","Lists":"S\u0105ra\u0161ai","Load more":"\u012ekelti daugiau","Loaded":"\u012ekelta","Loaded at Startup":"\u012ekelta paleidimo metu","Loading":"\u012ekeliama","Loading status":"\u012ek\u0117limo b\u016bsena","Loading task status ...":"\u012ekeliama u\u017eduoties b\u016bsena ...","locked by %s":"u\u017erakino %s","Locked duration : guided navigation. The test transition to the next item once the duration reaches 0.":"U\u017erakinta trukm\u0117 : supa\u017eindinimo navigacija. Testo per\u0117jimas \u012f sekant\u012f element\u0105, kai tik trukm\u0117 pasiekia 0.","Log in":"Prisijungti","Log Out":"Atsijungti","Login":"Prisijungimas","Login available":"Toks prisijungimo vardas yra galimas","Login is already in use.":"Prisijungimas yra jau naudojamas.","Login is empty.":"Prisijungimas yra tu\u0161\u010dias.","Logout":"Atsijungti","LTI":"LTI","LTI Consumers":"LTI Naudotojai","Magnifier":"Didintuvas","Magnify less":"Didinti ma\u017eiau","Magnify more":"Didinti daugiau","Magnifying Glass":"Didinimas","Maintenance service must have a persistence option.":"Prie\u017ei\u016bros tarnyba turi tur\u0117ti palaikymo opcij\u0105.","Maintenance storage driver is not set":"Prie\u017ei\u016bros saugykla yra nenustatyta","Manage Access Rights":"Tvarkyti Prieigos Leidimus","Manage class schema":"Tvarkyti klas\u0117s schem\u0105","Manage data list":"Tvarkyti duomen\u0173 s\u0105ra\u0161\u0105","Manage groups":"Tvarkyti grupes","Manage items":"Tvarkyti klausimus","Manage Media":"Tvarkyti Medij\u0105","Manage Results":"Tvarkyti Rezultatus","Manage roles":"Tvarkyti roles","Manage Roles and apply them to users.":"Tvarkyti Roles ir taikyti vartotojams.","Manage Rubric Blocks":"Tvarkyti Rubrikos Blokus","Manage Schema":"Tvarkyti Schem\u0105","Manage test properties":"Tvarkyti testo savybes","Manage test takers":"Tvarkyti testo laikytojus","Manage tests":"Tvarkyti testus","Manage Tests":"Tvarkyti testus","Manage users":"Tvarkyti vartotojus","Manage Versioned File":"Tvarkyti Versijuojam\u0105 Fail\u0105","Map the properties to the CSV columns":"Susiekite po\u017eymius su CSV stulpeliais","Mark for review":"\u017dym\u0117ti ap\u017evalgai","Masking":"Maskavimas","Match value":"Sutapimo reik\u0161m\u0117","Max Attempts":"Maks. Bandymai","Maximum Duration":"Maksimali Trukm\u0117","Maximum duration : the items times out when the duration reaches 0.":"Maksimali trukm\u0117 : element\u0173 laikas baigiasi, kai trukm\u0117 pasiekia 0.","Maximum duration for the all test.":"Maksimali trukm\u0117 visam testui.","Maximum duration for this item.":"Maksimali trukm\u0117 \u0161io testo daliai.","Maximum duration for this section.":"Maksimali trukm\u0117 \u0161io testo daliai.","Maximum duration for this test part.":"Maksimali trukm\u0117 \u0161io testo daliai.","Maximum selection reached":"Pasiektas maksimalus pasirinkimas","Media":"Medija","Media Manager":"Medijos Tvarkytojas","Media Manager extension":"Medijos Tvarkytojo pl\u0117tinys","Media resize along with their container, e.g. 50% means half of the container size not half of the media size.":"Medijos dyd\u017eio keitimas kartu su j\u0173 konteineriu, pvz.: 50% rei\u0161kia pus\u0119 konteinerio dyd\u017eio, bet ne pus\u0119 medijos dyd\u017eio.","Message":"Prane\u0161imas","Messages":"Prane\u0161imai","Metadata export is not available for test \u0022%s.":"Negalimas meta duomen\u0173 eksportavimas \u0022%s testui.","Metadata export is not available for the selected resource.":"Negalimas metaduomen\u0173 eksportavimas pasirinktam resursui.","Minimum Duration":"Minimali Trukm\u0117","Minimum duration : enforces the test taker to stay on the item for the given duration.":"Minimali trukm\u0117 : priver\u010dia testo laikytojui likti elemente nurodytai trukmei.","Minimum duration for the test.":"Minimali trukm\u0117 testui.","Minimum duration for this item.":"Minimali trukm\u0117 testui.","Minimum duration for this section.":"Minimali trukm\u0117 \u0161io testo daliai.","Minimum duration for this test part.":"Minimali trukm\u0117 \u0161io testo daliai.","minutes":"minut\u0117s","Missed test package file":"Nesurastas testo paketo failas","missing config %s for the service %s":"tr\u016bksta konfig\u016bracijos %s servisui %s","Missing Parameters":"Tr\u016bkstami Parametrai","modulo":"modulo","More":"Daugiau","Move":"Perkelti","Move Down":"Perkelti \u017demiau","Move Left":"Perkelti Kair\u0117n","Move Right":"Perkelti De\u0161in\u0117n","Move role":"Perkelti rol\u0119","Move the cursor one step on the left":"Perkelti \u017eymekl\u012f vienu \u017eingsniu \u012f kair\u0119","Move the cursor one step on the right":"Perkelti \u017eymekl\u012f vienu \u017eingsniu \u012f de\u0161in\u0119","Move to":"Perkelti \u012f","Move To":"Perkelti \u012e","Move Up":"Perkelti Auk\u0161\u010diau","Moving this element will replace the properties of the previous class by those of the destination class :":"Perkeliant \u0161\u012f element\u0105, bus pakei\u010diamos praeitos klas\u0117s savyb\u0117s pagal nurodyt\u0105 klas\u0119 :","Moving to the next item without time limit reached message.":"Prane\u0161imas per\u0117jimui \u012f sekant\u012f element\u0105 be laiko limito pasiekimo.","Multiple values delimiter":"Keli reik\u0161mi\u0173 dalikliai","Mute":"Nutildyti","My custom text translation":"Mano laisvas teksto vertimas","My settings":"Mano nustatymai","My settings (%s)":"Mano nustatymai (%s)","Name":"Pavadinimas","Natural logarithm":"Nat\u016bralusis logaritmas","Navigation":"Navigacija","Navigation Warnings":"Navigacijos \u012esp\u0117jimai","network":"tinklas","New class":"Nauja klas\u0117","New delivery":"Nauja pateiktis","New Group":"Nauja Grup\u0117","New item":"Kurti klausim\u0105","New password":"Naujas slapta\u017eodis","New role":"Nauja rol\u0117","New Rubric Block":"Naujas Rubrikos Blokas","New test":"Naujas testas","New test part":"Nauja testo dalis","New test-taker":"Naujas testo laikytojas","Next":"T\u0119sti","Next match":"Kitas atitikmuo","Next page":"Kitas puslapis","Next Section":"Kitas skyrius","No":"Ne","No action specified":"Veiksmas nenurodytas","No client translation bundles updated":"N\u0117ra atnaujint\u0173 vertim\u0173","No extensions available.":"N\u0117ra joki\u0173 galim\u0173 pl\u0117tini\u0173.","No file found at location \u0022%s\u0022.":"Joks failas nerastas \u0022%s\u0022 vietoje.","no file not found in this location":"failas nerastas \u0161ioje vietoje","No file selected":"Joks failas nepasirinktas","No files":"N\u0117ra fail\u0173","no label":"n\u0117ra pavadinimo","No more attempts allowed for item \u0022%s\u0022.":"Daugiau n\u0117ra galim\u0173 bandym\u0173 \u0022%s\u0022 elementui.","No reference to any IMS QTI Item found.":"Joks \u0161altinis jokiam IMS QTI Elementui nerastas.","No Task yet":"N\u0117ra jokios U\u017eduoties","Non Linear":"Ne Linijinis","None":"N\u0117ra","Not all test could be exported":"Ne visas testas gali b\u016bti eksportuotas","Not shuffled, the position remains fixed.":"Nemai\u0161oma, vieta i\u0161lieka pastovi.","Not started":"Dar neprad\u0117ta","Nothing imported":"Niekas neimportuota","Nothing to install !":"Nieko n\u0117ra \u012fdiegti !","Nothing to list!":"Tus\u010dias s\u0105ra\u0161as!","Notifications":"Prane\u0161imai","Nth root":"N \u0161aknis","Number of elements":"Element\u0173 kiekis","of":"i\u0161","Off":"I\u0161jungta","OK":"Gerai","Ok":"Gerai","OK & End test":"Gerai, baigti darb\u0105","Old Password":"Senas Slapta\u017eodis","On":"\u012ejungta","Once you close this section, you cannot return to it or change your answers.":"Kai tik u\u017edarysite \u0161\u012f skyri\u0173, j\u016bs negal\u0117site sugr\u012f\u017eti ir pakeisti savo atsakymus.","One or more dependent IMS QTI Items could not be imported.":"Vienas arba daugiau priklausom\u0173 IMS QTI Element\u0173 negali b\u016bti importuojam\u0173.","Only display the items marked for review":"Rodyti tik pa\u017eym\u0117tus ap\u017evalgai elementus","Only display the unanswered items":"Rodyti tik neatsakytus elementus","Open Calculator":"Atidaryti Skai\u010diuotuv\u0105","Operated By ":"Valdo ","or":"arba","Ordering":"Eili\u0161kumas","Package is valid but no tests were found. Make sure that it contains valid QTI tests.":"Paketas teisingas, bet nerasta joki\u0173 test\u0173. Patikrinkite ar pakete yra QTI testai.","Page":"Puslapis","Part %d":"Dalis %d","Password":"Slapta\u017eodis","Password changed":"Slapta\u017eodis pakeistas","Password is empty.":"Slapta\u017eodis tu\u0161\u010dias.","Password reset":"Slapta\u017eod\u017eio atstatymas","Password successfully changed":"Slapta\u017eodis pakeistas s\u0117kmingai","Passwords are not matching":"Slapta\u017eod\u017eiai nesutampa","Pause":"Pristabdyti","Permission denied to write in the selected class":"Atmestas pra\u0161ymas ra\u0161yti \u012f pasirinkt\u0105 klas\u0119","Play":"Leisti","Please confirm deletion":"Pra\u0161ome patvirtinti i\u0161trynim\u0105","Please confirm deletion of %s.":"Pra\u0161ome patvirtinti %s \u0161alinim\u0105.","Please confirm deletion of user %s":"Pra\u0161ome patvirtinti vartotojo %s \u0161alinim\u0105.","Please confirm locking of account %s":"Pra\u0161ome patvirtinti paskyros %s u\u017erakinim\u0105.","Please confirm property deletion!":"Pra\u0161ome patvirtinti savyb\u0117s \u0161alinim\u0105!","Please confirm this operation.":"Pra\u0161ome patvirtinti \u0161\u012f veiksm\u0105.","Please confirm unlocking of account %s":"Pra\u0161ome patvirtinti paskyros %s atrakinim\u0105.","Please confirm you want to leave the test.":"Pra\u0161ome patvirtinti, kad j\u016bs norite palikti test\u0105.","Please contact %s or an administrator to release it":"Pra\u0161ome prane\u0161ti %s arba administratori\u0173, kad i\u0161leistum\u0117te","Please contact your administrator.":"Pra\u0161ome susisiekti su j\u016bs\u0173 administratoriumi.","Please download the track and listen offline.":"Pra\u0161ome atsisi\u0173sti \u012fra\u0161\u0105, kad paleistum\u0117te neprisijung\u0119.","Please download the video and view offline.":"Pra\u0161ome atsisi\u0173sti video, kad per\u017ei\u016br\u0117tum\u0117te neprisijung\u0119.","Please give a message to your commit":"Perduokite prane\u0161im\u0105 patvirtinimui","Please provide a reason":"Pra\u0161ome pateikti prie\u017east\u012f","Please report bugs, ideas, comments or feedback on the TAO Forum":"Klaidas ir komentarus pra\u0161ome registruoti TAO forume.","Please wait":"Pra\u0161ome palaukti","Please wait while ...":"Pra\u0161ome palaukti kol...","Please wait while we try to restore the connection.":"Pra\u0161ome palaukti, kol mes bandome atstatyti ry\u0161\u012f.","Post install processing":"Vykdymas po \u012fdiegimo","Power of":"Pakeltas laipsniu","Power of 10":"Pakeltas 10 laipsniu","Prepare, publish deliveries sessions.":"Paruo\u0161k, paskelbk pateik\u010di\u0173 sesijas.","Preparing installation...":"Ruo\u0161iamas \u012fdiegimas...","Preview":"Per\u017ei\u016bra","Preview the covered area":"Per\u017ei\u016br\u0117ti padengt\u0105 plot\u0105","Previous":"Gr\u012f\u017eti","Previous match":"Ankstesnis susiejimas","Previous page":"Ankstesnis puslapis","Proceed":"T\u0119sti","Proctor":"Proktorius","Properties":"Savyb\u0117s","Provided URL is not valid":"Pateiktas URL n\u0117ra teisingas","Publish":"Paskelbti","Publish the test":"Paskelbti test\u0105","QTI 2.1 Test Driver":"QTI 2.1 Test\u0173 Tvarkykl\u0117","QTI Item Runner":"QTI Elemento Vykdytojas","QTI Test \u0022%s\u0022 publishing failed.":"QTI Testo \u0022%s\u0022 paskelbimas nes\u0117kmingas.","QTI Test \u0022%s\u0022 successfully published.":"QTI Testas \u0022%s\u0022 s\u0117kmingai paskelbtas.","QTI Test Package 2.1":"QTI Testo Paketas 2.1","QTI Test Package 2.2":"QTI Testo Paketas 2.2","QTI\/APIP Test Content Package":"QTI\/APIP Testo Turinio Paketas","Queued":"Yra eil\u0117je","Rad":"Rad.","Radian":"Radianai","random":"atsitiktinis","Random value":"Atsitiktin\u0117 reik\u0161m\u0117","Range field is required":"Intervalo laukas yra b\u016btinas","RDF":"RDF","Record and manage test takers.":"Record and manage test-takers.","Reference":"\u0160altinis","Refresh":"Atnaujinti","Regenerate":"Regeneruoti","Release":"I\u0161leidimas","Releasing the lock might cause the work in progress by %s to be lost.":"Jei at\u0161auksite rakinim\u0105, galite prarasti %s atlikto darbo.","Remind":"Priminti","Remind Last":"Priminti Paskutin\u012f","Remind the last value":"Priminti paskutin\u0119 reik\u0161m\u0119","Remind the next expression in the history":"Priminti sekan\u010di\u0105 i\u0161rai\u0161k\u0105 istorijoje","Remind the previous expression in the history":"Priminti ankstesn\u0119 i\u0161rai\u0161k\u0105 istorijoje","Remind the recorded value":"Priminti \u012fra\u0161yt\u0105 reik\u0161m\u0119","Remove":"I\u0161trinti","Remove Item Reference":"\u0160alinti Elemento \u0160altin\u012f","Remove Message":"I\u0161trinti Prane\u0161im\u0105","Remove Rubric Block":"Pa\u0161alinti Rubrikos Blok\u0105","Remove Section":"Pa\u0161alinti Skyri\u0173","Remove this file":"I\u0161trinti \u0161\u012f fail\u0105","Removed %s directories":"I\u0161trinti %s aplankai","Removed %s files":"I\u0161trinti %s failai","Removing: %s":"I\u0161trinama: %s","Rename":"Pervadinti","Repeat new password":"Pakartoti nauj\u0105 slapta\u017eod\u012f","Repeat password":"Pakartoti slapta\u017eod\u012f","Request a password reset via Email.":"Slapta\u017eod\u017eio atstatymo u\u017eklausa per El. pa\u0161t\u0105.","require notification ID":"reikalauja prane\u0161imo ID","Required":"Reikalaujama","Required field":"Reikalaujamas laukas","required length":"reikalaujamas ilgis","Requires":"Reikalauja","Reset":"Atstatyti","Reset filters":"Atstatyti filtrus","Resource":"Resursas","Resource copied":"Resursas nukopijuotas","Resource Identifier":"I\u0161tekliaus Identifikatorius","Resource Identifier could not be copied to the clipboard":"Resurso Identifikatorius negali b\u016bti nukopijuotas \u012f i\u0161karpin\u0119","Resource Identifier has been copied to the clipboard":"Resurso Identifikatorius buvo nukopijuotas \u012f i\u0161karpin\u0119","Resource not imported due to multiple super classes":"Resursas nebuvo importuotas, d\u0117l daugkartini\u0173 super klasi\u0173","Resource not imported due to multiple types":"I\u0161tekliai nebuvo \u012fkelti d\u0117l egzistuojan\u010di\u0173 keli\u0173 tip\u0173","Resource saved":"Resursas i\u0161saugotas","Resource(s) successfully exported.":"Resursas(-ai) s\u0117kmingai eksportuoti.","resources":"resursai","Resources moved":"Resursai perkelti","Responsive mode":"Reaktyvus re\u017eimas","Restore sound":"Atstatyti gars\u0105","Results":"Rezultatai","Results library":"Rezultat\u0173 biblioteka","Results Monitoring":"Rezultat\u0173 Steb\u0117jimas","Return to sign in page":"Gr\u012f\u017eti \u012f prisijungimo puslap\u012f","Review":"Ap\u017evalga","Review my Answers":"Per\u017ei\u016br\u0117ti mano Atsakymus","Right click the tree to manage your lists":"Spauskite de\u0161iniu pel\u0117s klavi\u0161u ant med\u017eio, nor\u0117dami tvarkyti savo s\u0105ra\u0161us","Right parenthesis":"De\u0161inys skliaustelis","Role saved":"Rol\u0117 i\u0161saugota","Roles":"Rol\u0117s","Roles library":"Roli\u0173 biblioteka","round":"apvalinti","Round to closest whole number":"Apvalinti iki artimiausio pilno skai\u010diaus","Round to lower whole number":"Apvalinti iki ma\u017eiausio pilno skai\u010diaus","Round to upper whole number":"Apvalinti iki didesnio pilno skai\u010diaus","Row %s":"Eilut\u0117 %s","Rubric Block":"Rubrikos Blokas","Rubric Block Properties":"Rubriko Bloko Savyb\u0117s","Rubric Blocks":"Rubrikos Blokai","Running task %s":"Vykdoma u\u017eduotis %s","Save":"I\u0161saugoti","Scientific Calculator":"Mokslinis skai\u010diuotuvas","Scope":"Apimtis","Scorer":"Verintojas","Scoring":"\u012evertinimas","Scratch pad":"Juodra\u0161tis","Scratch Pad":"Juodra\u0161tis","Scratchpad":"Juodra\u0161tis","Search":"Ie\u0161koti","Search %s":"Ie\u0161koti %s","Search by properties":"Ie\u0161koti pagal savybes","Search sub-classes":"Ie\u0161koti poklasiuose","second":"sekund\u0117","seconds":"sekund\u0117s","Section %d":"Skyrius %d","Section %d of %d":"Skyrius %d i\u0161 %d","Section Properties":"Skyriaus Savyb\u0117s","Select":"Pasirinkti","select":"pasirinkti","Select a class":"Pasirinkti klas\u0119","Select a destination":"Pasirinkti tiksl\u0105","Select a language":"Pasirinkti kalb\u0105","Select Items":"Pasirinkti Elementus","Select loaded %s":"Pasirinkimas \u012fkeltas %s","Select the way the responses of your test should be processed":"Pasirinkite kokiu b\u016bdu j\u016bs\u0173 testo atsakymai tur\u0117t\u0173 b\u016bti apdorojami","Select this file":"Pasirinkti \u0161\u012f fail\u0105","select...":"pasirinkti...","Selected":"Pasirinkta","Selected file:":"Pasirinktas failas:","Selection":"Pasirinkimas","Selection saved successfully":"Pasirinkimas s\u0117kmingai i\u0161saugotas","self-locked":"u\u017esirakin\u0119s","Send":"Si\u0173sti","Set the cut score (or pass score ratio) associated to the test. It must be a float between 0 and 1.":"Nustatyti dalin\u012f bal\u0105 (arba \u012fvertinimo santyk\u012f) susiet\u0105 su testu. Privalo b\u016bti tarp 0 ir 1.","Set the rubric block as a feedback block":"Nustatyti rubrikos blok\u0105, kaip atsiliepimo blok\u0105","Set the trigonometric function to work in degrees":"Nustatyti trigonometrin\u0119 funkcij\u0105 veikti laipsniais","Set the trigonometric function to work in radians":"Nustatyti trigonometrin\u0119 funkcij\u0105 veikti radianais","Set the XHTML-QTI class of the rubric block.":"Nustatyti XHTML-QTI klas\u0119 rubrikos blokui.","Set the XHTML-QTI identifier of the rubric block.":"Nustatyti XHTML-QTI identifikatori\u0173 rubrikos blokui.","Settings":"Nustatymai","Settings updated":"Nustatymai atnaujinti","Show detailed report":"Rodyt\u012f detali\u0105 ataskait\u0105","Show Feedback":"Rodyti Atsiliepim\u0105","Show Review":"Rodyti Ap\u017evalg\u0105","Show Solution":"Rodyti Sprendim\u0105","Show the review screen":"Rodyti ap\u017evalgos ekran\u0105","Show the solution once the answer is submitted.":"Rodyti sprendim\u0105, kai atsakymas yra pateiktas.","Show timers":"Rodyti laik\u0105","Show\/Hide the review screen":"Rodyti\/Sl\u0117pti ap\u017evalgos ekran\u0105","Shuffle":"Mai\u0161yti","Sign change":"\u017denklo keitimas","Simultaneous":"Vienalaikis","sin":"sin","Sine":"Sinusas","sinh":"sinh","Size":"Dydis","Skip":"Panaikinti atsakym\u0105","Skip & End Test":"Praleisti & Baigti darb\u0105","Skip and end test":"Praleisti ir baigti darb\u0105","Skip and go to the end of the test":"Praleisti ir eiti \u012f testo pabaig\u0105","Skip and go to the next item":"Praleisti ir eiti \u012f kit\u0105 element\u0105","Skip to the end of the test":"Praleisti iki testo pabaigos","Skip to the next item":"Panaikinkite atsakym\u0105 ir pereikite \u012f kit\u0105 klausim\u0105","Skip to the next section":"Pereiti \u012f kit\u0105 skyri\u0173","Some resources have not been moved: %s":"Kai kurie resursai nebuvo perkelti: %s","Speech speed":"Kalbos greitis","Square root":"Kvadratin\u0117s \u0161aknis","Start of document reached. Continuing from the end.":"Pasiekta dokumento prad\u017eia. T\u0119siama nuo pabaigos.","Start Test-part":"Prad\u0117ti Testo dal\u012f","Status":"B\u016bsena","Status of":"B\u016bsena","Stop":"Stabdyti","Store":"Saugoti","Store the value a variable":"Saugoti reik\u0161m\u0119, kaip kintam\u0105j\u012f","Submission":"Pateikimas","Submit and go to the end of the test":"Pateikti ir eiti \u012f testo pabaig\u0105","Submit and go to the item %s":"Pateikti atsakym\u0105 ir pereiti prie %s klausimo","Submit and go to the next item":"Pateikite atsakym\u0105 ir pereikite \u012f kit\u0105 klausim\u0105","Submit and go to the previous item":"Pateikite atsakym\u0105 ir gr\u012f\u017ekite \u012f ankstesn\u012f klausimo","SUBMIT THE TEST":"PATEIKTI SAVO TEST\u0104","Success":"Pavyko","Successfully deleted %s":"Pa\u0161alinta s\u0117kmingai %s","Successfully imported \u0022%s":"S\u0117kmingai importuota \u0022%s","Successfully imported %s tripples":"S\u0117kmingai \u012fkelti %s trejetai","Successfully imported class \u0022%s":"Klas\u0117 s\u0117kmingai importuota \u0022%s","Successfully updated %s client translation bundles":"S\u0117kmingai atnaujinti %s vertimo \u012fra\u0161\u0173 rinkiniai","Supported export formats":"Palaikomi eksportavimo formatai","Syntax error":"Sintaks\u0117s klaida","tan":"tan","Tangent":"Tangentas","tanh":"tanh","Tao Default Theme":"Tao Numatyta Tema","TAO Home":"TAO Namai","TAO Login":"TAO Prisijungimas","Task %s has been cancelled, message was not processed.":"U\u017eduotis %s buvo at\u0161aukta, prane\u0161imas nebuvo apdorotas.","task created":"u\u017eduotis sukurta","Task Listing":"U\u017eduoties S\u0105ra\u0161as","Task Name":"U\u017eduoties Pavadinimas","Task not found":"U\u017eduotis nerasta","Task not returned any report.":"U\u017eduotis negra\u017eino joki\u0173 ataskait\u0173.","technical":"techninis","Term":"Terminas","Test":"Testas","Test constructor":"Testuoti konstruktori\u0173","Test metadata successfully exported.":"Testo meta duomenys s\u0117kmingai i\u0161eksportuoti.","Test Navigation":"Testo Navigacija","Test Saved":"Testas I\u0161saugotas","Test status":"Testo b\u016bsena","Test takers library":"Test-takers library","Test-Taker Tools":"Testo Laikytojo \u012erankiai","Test-takers":"Testo laikytojai","Tests":"Testai","Tests library":"Test\u0173 biblioteka","Text - Long - Box":"Ilgesnis tekstas - langelis","Text - Long - HTML editor":"Ilgesnis tekstas - HTML redaktorius","Text - Short - Field":"Trumpesnis teksto laukas","Text content":"Teksto turinys","Text to Speech":"Tekstas Balsu","The \u0027imsmanifest.xml\u0027 file found in the archive is not valid.":"Rastas \u201eimsmanifest.xml\u201c failas archyve yra blogas.","The action will be applied to":"\u0160is veiksmas bus taikomas: ","The action will be applied to the following":"Veiksmas bus taikomas \u0161iems: ","The action will not be applied to ":"\u0160is veiksmas nebus taikomas: ","The action will not be applied to the following":"Veiksmas nebus taikomas \u0161iems: ","The assessment has been created but is not already running.":"Vertinimas buvo sukurtas, bet vis dar n\u0117ra vykdomas.","The assessment has been suspended by an authorized proctor. If you wish to resume your assessment, please relaunch it and contact your proctor if required.":"Vertinimas buvo suspenduotas autorizuoto proktoriaus. Jeigu norite t\u0119sti vertinim\u0105, pra\u0161ome paleisti i\u0161 naujo ir jeigu reikia susisiekite su j\u016bs\u0173 proktoriumi.","The assessment has been suspended. To resume your assessment, please relaunch it and contact your proctor if required.":"J\u016bs\u0173 vertinimas yra atid\u0117tas. Kad t\u0119sti j\u016bs\u0173 \u012fvertinim\u0105, pra\u0161ome prad\u0117ti i\u0161 naujo arba prane\u0161ti j\u016bs\u0173 proktoriui, jeigu b\u016btina.","The assessment has been suspended. To resume your assessment, please relaunch it.":"Vertinimas buvo suspenduotas. Norint t\u0119sti, pra\u0161ome prad\u0117ti i\u0161 naujo.","The assessment has been terminated.":"Vertinimas buvo nutrauktas.","The assessment has been terminated. You cannot interact with it anymore.":"Vertinimas buvo nutrauktas. J\u016bs negalite t\u0119sti jo daugiau.","The assessment is still running.":"\u012evertinimas vis dar vykdomas.","The candidate is not allowed to submit invalid responses.":"Kandidatui neleid\u017eiama pateikti blogus atsakymus.","The column ":"Stulpelis","The connection seems to be back, please proceed":"Ry\u0161ys atrodo, kad atsirado. Pra\u0161ome t\u0119sti","The dependency to the IMS QTI AssessmentItemRef \u0022%s\u0022 in the IMS Manifest file could not be resolved.":"IMS QTI priklausomyb\u0117 AssessmentItemRef \u0022%s\u0022 IMS Manifesto faile negal\u0117jo b\u016bti i\u0161spr\u0119sta.","The following identifiers are not unique accross the test : %s":"\u0160ie identifikatoriai n\u0117ra unikal\u016bs visame teste : %s","The format of this field is not valid.":"\u0160io lauko formatas yra netinkamas.","The identifier of the item reference.":"Elemento \u0161altinio identifikatorius.","The identifier of the section.":"Skyriaus identifikatorius.","The imported file is not properly UTF-8 encoded.":"Importuotas failas n\u0117ra teisingas UTF-8 koduotas.","The IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file was already stored in the Item Bank.":"IMS QTI Elementas nurodytas kaip \u0022%s\u0022 IMS Manifesto faile jau buvo patalpintas Element\u0173 Banke.","The IMS QTI Test Package could not be imported.":"IMS QTI Testo Paketas negali b\u016bti importuotas.","The IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file could not be imported.":"IMS QTI Elementas nurodytas kaip \u0022%s\u0022 IMS Manifesto faile nepavyko importuoti.","The index identifier should not be empty":"Indekso identifikatorius negali b\u016bti tu\u0161\u010dias.","The lock has been released":"U\u017eraktas buvo paleistas","The number of child elements to be selected.":"Skai\u010dius element\u0173 vaik\u0173 pasirinkti.","The principle identifier of the test.":"Pagrindinis testo identifikatorius.","The properties of the source class will be replaced by those of the destination class. This might result in a loss of metadata. Continue anyway?":"Savyb\u0117s \u0161altinio klas\u0117je bus pakeistos i\u0161 paskirtos klas\u0117s. D\u0117l to gali b\u016bti prarasti meta duomenys. T\u0119sti vistiek?","The provided archive is invalid. Make sure it is not corrupted and that it contains an \u0027imsmanifest.xml\u0027 file.":"Pateiktas archyvas yra blogas. Patikrinkite ar jis nesugadintas ir turi \u201eimsmanifest.xml\u201c fail\u0105.","The QTI Test \u0027%s\u0027 to be compiled must contain at least 1 QTI Item. None found.":"QTI Testas \u0027%s\u0027 surinkimui privalo tur\u0117ti bent 1 QTI Element\u0105. Joks nebuvo surastas.","The QTI test could not be retrieved correctly.":"QTI testas nebuvo atgautas teisingai.","The QTI Test XML or one of its dependencies is malformed or empty.":"QTI Testo XML arba vienas i\u0161 jo priklausomybi\u0173 yra sugadinti arba tu\u0161\u010dia.","The QTI-XML test could not be written correctly.":"QTI-XML testas nebuvo \u012fra\u0161ytas teisingai.","The reference.":"\u0160altinis.","The resources related to the IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file were rolled back.":"Resursai susij\u0119 su IMS QTI Testu nurodyti kaip \u0022%s\u0022 IMS Manifesto faile buvo atstatyti.","The section title.":"Skyriaus pavadinimas.","The server has sent an empty response":"Serveris atsiunt\u0117 tu\u0161\u010di\u0105 atsakym\u0105","The test has been closed\/suspended!":"Testas buvo u\u017edarytas\/sustabdytas!","The test has been paused, we are unable to connect to the server.":"Testas buvo pristabdytas, mes negalime prisijungti prie serverio.","The test has not been saved.":"Testas nebuvo i\u0161saugotas.","The test part identifier.":"Testo dalies identifikatorius.","The test title.":"Testo pavadinimas.","The uploaded file is too large (maximum %s bytes)":"\u012ekeltas failas yra per didelis (maksimum %s bait\u0173)","The value for the property \u0022%s\u0022 must be unique.":"Po\u017eymio \u0022%s\u0022 reik\u0161m\u0117 turi b\u016bti unikali.","The value of this field must be a valid date format, e.g. YYYY-MM-DD":"\u0160io lauko reik\u0161m\u0117 turi b\u016bti data tinkamu formatu, pvz. YYYY-MM-DD.","The value of this field must be an integer":"\u0160io lauko reik\u0161m\u0117 turi b\u016bti sveikas skai\u010dius","The value of this field must be numeric":"\u0160io lauko reik\u0161m\u0117 turi b\u016bti skai\u010dius","There is nothing to list!":"S\u0105ra\u0161as tu\u0161\u010dias!","This %s is currently checked out":"\u0160iuo metu \u0161is %s yra i\u0161registruotas","This field is required":"\u0160is laukelis privalomas","This field is too long":"Laukelis per ilgas","This field is too short":"Laukelis per trumpas","This is not a valid email address.":"Neteisingas el. pa\u0161to adresas.","this is required":"privaloma","This Login is already in use":"Prisijungimo vardas u\u017eimtas","This media cannot be played!":"Medija negali b\u016bti paleista!","This password reset link is no longer valid. It may have already been used. If you still wish to reset your password please request a new link":"Slapta\u017eod\u017eio atstatymo nuoroda yra nebegaliojanti. Gali b\u016bti, kad jau panaudota. Jeigu vistiek norite atstatyti savo slapta\u017eod\u012f, papra\u0161ykite naujos nuorodos","This resource is locked":"\u0160is resursas u\u017erakintas","This role is still given to one or more users. Please remove the role to these users first.":"\u0160\u012f rol\u0117 vis dar priskirta vienam ar daugiau vartotoj\u0173. Pra\u0161ome pirma pa\u0161alinti \u0161i\u0105 rol\u0119 i\u0161 vartotoj\u0173.","This should equal %s":"Tai turi b\u016bti lygu %s","This should not equal %s":"Tai neturi b\u016bti lygu %s","This test has been suspended":"\u0160is testas buvo sustabdytas","This test has been terminated":"\u0160is testas buvo nutrauktas","Time limit reached for item \u0022%s\u0022.":"Laiko limitas pasiektas \u0022%s\u0022 elementui.","Time limit reached, this part of the test has ended.":"Testo atlikimo laikas baig\u0117si.","Time limit reached, this part of the test has ended. However you are allowed to finish the current item.":"Laiko limitas pasiektas, \u0161i testo dalis pabaigta. Ta\u010diau, jums galima atlikti dabartin\u012f element\u0105.","Time Limits":"Laiko Limitai","Time Remaining":"Liko Laiko","Time zone":"Laiko zona","Title":"Pavadinimas","to":"\u012f","To reset your password, click the link below, or paste it into your browser. You will then be prompted to create a new password.":"Norint atstatyti slapta\u017eod\u012f, paspauskite ant nuorodos apa\u010dioje, arba nukopijuokite ir \u012fklijuokite \u012f savo nar\u0161ykl\u0119. J\u016bs\u0173 bus pra\u0161oma \u012fvesti nauj\u0105 slapta\u017eod\u012f.","to translate":"i\u0161versti","Tokenizer":"Antspaud\u0117jas","Too many suggestions match your query. Only a few are listed":"J\u016bs\u0173 u\u017eklaus\u0105 atitinka daug daugiau rezultat\u0173, nei rodoma.","Tools":"\u012erankiai","Total duration":"Bendra trukm\u0117","Total score":"Galutinis rezultatas","Total:":"I\u0161 viso:","Translate":"I\u0161versti","Translate to":"I\u0161versti \u012f","Translation parameters":"Vertimo pasirinkimai","Translation saved":"Vertimas i\u0161saugotas","Tree - Multiple node choice ":"Medis - galimi keli\u0173 \u0161ak\u0173 pasirinkimai","Trees":"Med\u017eiai","True":"Teisingas","trunc":"trunc","Tutor":"Mokytojas","Type":"Tipas","Type your search":"\u012eveskite paie\u0161k\u0105","Unable to access your account?":"Napvyksta pasiekti savo paskyros?","Unable to change passwords in demo mode":"Negalima keisti slapta\u017eod\u017eio, dirbant demonstravimo re\u017eimu","Unable to copy the resource":"Nepavyko nukopijuoti resurso","Unable to delete %s":"Nepavyko i\u0161trinti %s","Unable to delete the selected resource":"Nepavyko i\u0161trinti pasirinkto resurso","Unable to delete the selected resources":"Ne\u012fmanoma i\u0161trinti pasirinkt\u0173 resurs\u0173","Unable to move the resources":"Ne\u012fmanoma perkleti resurs\u0173","Unable to open file %s":"Nepavyko atidaryti failo %s","Unable to release the lock":"Nepavyko paleisti u\u017erakto","Unable to remove the property.":"Ne\u012fmanoma pa\u0161alinti \u0161ios savyb\u0117s.","Unable to save resource.":"Nepavyko i\u0161saugoti resurso.","unable to search into notification.":"negalima ie\u0161koti prane\u0161ime.","Unable to send the password reset request":"Nepavyko i\u0161si\u0173sti slapta\u017eod\u017eio atstatymo pra\u0161ymo","Unable to update the asset service":"Nepavyko atnaujinti turinio serviso","Unable to upload file":"Nepavyko \u012fkelti failo","Unable to upload file %s : %s":"Nepavyko \u012fkelti failo %s : %s","Unanswered":"Neatsakyta","Unanswered items":"Neatsakyti elementai","Unary operator +":"Vienetinis operatorius +","Unary operator -":"Vienetinis operatorius -","Uncheck All":"At\u017eym\u0117ti visus","Uncheck all":"At\u017eym\u0117ti visus","Undefined amount of the pages for pagination":"Nenustatytas puslapi\u0173 skai\u010dius skirstymui puslapiais","Undefined amount of the totalPages for pagination":"Nenustatytas bendras puslapi\u0173 skai\u010dius skirstymui puslapiais","Undo":"Anuliuoti","Unexpected error. Please contact administrator":"Netik\u0117ta klaida. Pra\u0161ome prane\u0161ti administratoriui","Unflag for Review":"At\u017eym\u0117ti","Uninstall of %s failed":"%s i\u0161diegimas nepavyko","Uninstalled %s":"I\u0161diegtas %s","unknown":"ne\u017einoma","Unknown Error":"Ne\u017einoma Klaida","Unknown error.":"Ne\u017einoma klaida.","unkown task id %s":"ne\u017einomas u\u017eduoties id %s","Unlink to use separated durations":"Atri\u0161ti, kad naudoti atskirtas trukmes","Update":"Atnaujinti","Update ID : %s":"Atnaujinimo ID : %s","Upload":"\u012ekelti","Upload a QTI 2.1 Test Package File":"\u012ekelti QTI 2.1 Testo Paketo Fail\u0105","Upload into:":"\u012ekelti \u012f:","Usage: ImportRdf RDF_FILE [MODEL_ID]":"Naudojimo pavyzdys: ImportRdf RDF_FILE [MODEL_ID]","Use a term":"Naudoti termin\u0105","Use a variable":"Naudoti reik\u0161m\u0119","Use Ctrl\/Meta key or Lasso for multiple selection":"Naudoti Ctrl\/Meta mygtukus arba kilpin\u0119 keliems pasirinkimams","Use default value":"Naudoti numatyt\u0105 reik\u0161m\u0119","User":"Vartotojas","User %s can not be locked":"Vartotojas %s negali b\u016bti u\u017erakintas","User %s can not be unlocked":"Vartotojas %s negali b\u016bti atrakintas","User %s successfully locked":"Vartotojas %s s\u0117kmingai u\u017erakintas","User %s successfully unlocked":"Vartotojas %s s\u0117kmingai neu\u017erakintas","User added":"Varototojas prid\u0117tas","User deleted successfully":"Vartotojas s\u0117kmingai i\u0161trintas","User deletion not permitted on a demo instance":"Vartotojo \u0161alinimas n\u0117ra galimas bandomoje instancijoje","User not found":"Vartotojas nerastas","User saved":"Vartotojas i\u0161saugotas","User Settings":"Vartotojo Nustatymai","Users":"Vartotojai","Validate Responses":"Tikrinti Atsakymus","Validation for field \u0027%s\u0027 has failed. List of values expected":"Patvirtinimas lauko \u0027%s\u0027 nepavyko. Tur\u0117t\u0173 b\u016bti s\u0105ra\u0161as reik\u0161mi\u0173","Validation for field \u0027%s\u0027 has failed. Valid role expected. Given: %s":"Patvirtinimas lauko \u0027%s\u0027 nepavyko. Tur\u0117jo b\u016bti teisinga rol\u0117. Pateikta: %s","Validation for field \u0027%s\u0027 has failed. Valid URI expected":"Patvirtinimas lauko \u0027%s\u0027 nepavyko. Teisingas URI tur\u0117jo b\u016bti","Validation for field \u0027%s\u0027 has failed. Valid URI expected. Given: %s":"Patvirtinimas lauko \u0027%s\u0027 nepavyko. Teisingas URI tur\u0117jo b\u016bti. Pateiktas: %s","Value":"Reik\u0161m\u0117","Value of E":"E reik\u0161m\u0117","Value of PI":"PI reik\u0161m\u0117","Variable":"Kintamasis","Variable %s":"Kintamasis %s","Version":"Versija","View and format the collected results.":"Per\u017ei\u016br\u0117ti ir formatuoti pasirinktus rezultatus.","View report":"Per\u017ei\u016br\u0117ti ataskait\u0105","View resources as a list":"Per\u017ei\u016br\u0117ti resursus, kaip s\u0105ra\u0161\u0105","View resources as a tree":"Per\u017ei\u016br\u0117ti resursus, kaip med\u012f","View Tree":"Per\u017ei\u016br\u0117ti Med\u012f","Viewed":"Per\u017ei\u016br\u0117ta","Viewed items":"Per\u017ei\u016br\u0117ti elementai","Views":"Per\u017ei\u016bros","Visible":"Matoma","Volume":"Garsumas","Wait is over":"Laukimas baigtas","Waiting":"Laukiama","Warning \u2013 You have %s remaining to complete the test.":"\u012esp\u0117jimas \u2013 Jums liko %s testui atlikti.","Warning \u2013 You have %s remaining to complete this item.":"\u012esp\u0117jimas \u2013 Jums liko %s testui atlikti.","Warning \u2013 You have %s remaining to complete this section.":"\u012esp\u0117jimas \u2013 Jums liko %s \u0161iai testui daliai atlikti.","Warning \u2013 You have %s remaining to complete this test part.":"\u012esp\u0117jimas \u2013 Jums liko %s \u0161iai testui daliai atlikti.","Warning \u2013 You have %s remaining to complete this test.":"\u012esp\u0117jimas \u2013\u2013 Jums yra lik\u0119 %s, kad u\u017ebaigtum\u0117te \u0161\u012f test\u0105.","We are unable to connect the server to submit your results.":"Mes negalime prisijungti prie serverio, kad \u012fkelti j\u016bs\u0173 rezultatus.","We are unable to connect to the server to retrieve the next item.":"Ne\u012fmanoma susisiekti su serveriu ir atsi\u0173sti kit\u0105 klausim\u0105.","Weight":"Svoris","Weights":"Svoriai","When selecting child elements each element is normally eligible for selection once only.":"Kai renkamasi vaik\u0173 elementus, kiekvienas elementas yra tinkamas vienkartiniam pasirinkimui.","Whether a candidate\u0027s response that is beyond the maximum duration of the item should still be accepted.":"Ar kandidato atsakymas ilgesnis negu maksimali elemento trukm\u0117 tur\u0117t\u0173 b\u016bti priimtas.","Whether a candidate\u0027s response that is beyond the maximum duration of the section should still be accepted.":"Nesvarbu, ar kandidato atsakymas, kuris yra daugiau negu maksimali skyriaus trukm\u0117, gal\u0117t\u0173 b\u016bti priimta.","Whether a candidate\u0027s response that is beyond the maximum duration should still be accepted.":"Nesvarbu, ar kandidato atsakymas, kuris yra daugiau negu maksimali trukm\u0117, gal\u0117t\u0173 b\u016bti priimta.","Who can view the rubric block during the delivery.":"Kas gali per\u017ei\u016br\u0117ti rubrikos blok\u0105 per pateikt\u012f.","Whole number part":"Pilno skai\u010diaus dalis","Width":"Plotis","With Replacement":"Su Pakeitimu","Wrong file mime type":"Blogas failo MIME tipas","Wrong or missing parameter extension, module or action":"Neteisingas parametras pl\u0117tinys, modulis ar veiksmas arba jo n\u0117ra","Wrong parameter shownExtension":"Neteisingas parametras shownExtension","XML error at line %1$d column %2$d \u0022%3$s\u0022.":"XML klaida eilut\u0117s %1$d stulpelyje %2$d \u0022%3$s\u0022.","Yes":"Taip","You answered all %s question(s) in this section":"J\u016bs atsak\u0117te \u012f visus %s klausimus \u0161iame teste","You answered all %s question(s) in this test":"J\u016bs atsak\u0117te \u012f visus %s klausimus \u0161iame teste","You answered only %s of the %s question(s) in this section":"J\u016bs atsak\u0117te tik \u012f %s i\u0161 %s klausim\u0173 \u0161iame skyriuje","You are about to go to the next item. Click OK to continue and go to the next item.":"J\u016bs ketinate pereiti \u012f kit\u0105 element\u0105. Nor\u0117dami t\u0119sti spauskite OK ir pereikite \u012f kit\u0105 element\u0105.","You are about to go to the previous item. Click OK to continue and go to the previous item.":"Ar j\u016bs tikrai ketinate gr\u012f\u017eti prie ankstesnio elemento? Spauskite t\u0119sti ir gr\u012f\u017ekite.","You are about to submit the test.":"J\u016bs ketinate pateikti savo test\u0105.","You are about to submit the test. You will not be able to access this test once submitted. Click OK to continue and submit the test.":"J\u016bs ketinate pateikti savo test\u0105. J\u016bs negal\u0117site pasiekti \u0161io testo, kai jis bus pateiktas. Spauskite Taip nor\u0117dami pateikti test\u0105.","You are encountering a prolonged connectivity loss. ":"J\u016bs turite u\u017esit\u0119susius ry\u0161io tr\u016bk\u010dius.","You are not allowed to write in the class %s":"Jums neleid\u017eiama ra\u0161u %s klas\u0117je","You are not authorised to remove this lock":"J\u016bs esate neautorizuotas i\u0161trinti \u0161\u012f u\u017erakt\u0105","You cannot delete the root node":"Negalima panaikinti \u0161akninio elemento","You cannot move the selected resources in the class %s":"J\u016bs negalite perkelti pasirinkt\u0173 resurs\u0173 i\u0161 %s klas\u0117s","You currently have no access to the platform":"J\u016bs \u0161iuo metu neturite prieigos prie platformos","You do not have the required rights to edit this resource.":"J\u016bs neturite reikalaujam\u0173 teisi\u0173 redaguot\u012f \u0161\u012f resurs\u0105.","You have %s item(s) marked for review.":"Turite %s klausim\u0173(-us) pa\u017eym\u0117j\u0119 patikrinimui.","You have %s unanswered question(s)":"Liko neatsakyti %s klausimai(-\u0173).","You have %s unanswered question(s) and have %s item(s) marked for review.":"J\u016bs turite %s neatsakytus klausim\u0105(-us) ir turite %s element\u0105(-us) pa\u017eym\u0117tus per\u017ei\u016brai.","You have %s unanswered question(s).":"Liko neatsakyti %s klausimai(-\u0173).","You have been locked due to too many failed login attempts. ":"J\u016bs buvote u\u017erakintas d\u0117l per daug nepavykusi\u0173 prisijungimo bandym\u0173.","You have been logged out. Please login again":"J\u016bs esate atsijung\u0119. Pra\u0161ome prisijungti dar kart\u0105","You must activate JavaScript in your browser to run this application.":"J\u016bs privalote aktyvuoti JavaScript savo nar\u0161ykl\u0117je, kad paleistum\u0117te program\u0105.","You will not be able to access this test once submitted. Click \u0022%s\u0022 to continue and submit the test.":"J\u016bs negal\u0117site pasiekti \u0161io testo, kai jis bus pateiktas. Spauskite \u0022%s\u0022 nor\u0117dami pateikti test\u0105.","Your account has been locked, please contact your administrator.":"J\u016bs\u0173 paskyra buvo u\u017erakinta, pra\u0161ome susisiekti su j\u016bs\u0173 administratoriumi.","Your browser does not meet the technical requirements to run TAO.":"J\u016bs\u0173 nar\u0161ykl\u0117 neatitinka technini\u0173 reikalavim\u0173 paleisti TAO.","Your browser does not support copying to the clipboard":"J\u016bs\u0173 nar\u0161ykl\u0117 nepalaiko kopijavimo \u012f i\u0161karpin\u0119","Your browser doesn\u2019t support the audio player.":"J\u016bs\u0173 nar\u0161ykl\u0117 nepalaiko audio grotuvo.","Your browser doesn\u2019t support the video player.":"J\u016bs\u0173 nar\u0161ykl\u0117 nepalaiko vaizdo grotuvo.","Your comment\u2026":"Tavo komentaras...","Your mail":"J\u016bs\u0173 pa\u0161tas","Your TAO Password":"J\u016bs\u0173 TAO Slapta\u017eodis","Zoom":"Priartinimas","Zoom in":"Priartinti","Zoom out":"Atitolinti"} \ No newline at end of file +{" and ":" ir "," AND ":" IR "," has been deleted successfully":" s\u0117kmingai i\u0161trintas"," is ":" yra "," next":" kitas"," requires a subgrid adapter":"reikalauja detalesn\u0117s lentel\u0117s adapterio","%1$s expected but %2$s detected":"Tur\u0117t\u0173 b\u016bti %1$s, bet yra %2$s","%d attempts left before your account is locked.":"%d lik\u0119 bandym\u0173 prie\u0161 j\u016bs\u0173 paskyrai u\u017esirakinant.","%d day":"%d diena","%d days":"%d dienos(\u2013\u0173)","%h hour":"%h valanda","%h hours":"%h valandos(\u2013\u0173)","%i minute":"%i minut\u0117s","%i minutes":"%i minut\u0117s(\u2013\u010di\u0173)","%m month":"%m m\u0117nesis","%m months":"%m m\u0117nesiai(\u2013i\u0173)","%s %s selected":"%s %s pasirinkta","%s (%s kb)":"%s (%s kb)","%s Class saved":"%s Klas\u0117 i\u0161saugota","%s classes":"%s klas\u0117s","%s Confirmation":"%s Patvirtinimas","%s could not be released":"%s negali b\u016bti i\u0161leistas","%s created":"%s sukurta","%s extension(s) to install.":"%s pl\u0117tinys(\u2013iai) \u012fdiegimui.","%s has been deleted":"%s buvo i\u0161trintas","%s has been released":"%s buvo i\u0161leistas","%s instances":"%s instancij\u0173","%s is of a type that cannot be published":"%s tipas, kuris negali b\u016bti paskelbtas","%s Locked":"%s U\u017erakintas","%s\u0022 is not a valid index identifier. It must start with a letter and contain letters, numbers or underscores only":"%s\u0022 n\u0117ra teisingas indekso identifikatorius. Turi prasid\u0117ti su raide ir turi b\u016bti sudarytas tik i\u0161 raid\u017ei\u0173, skai\u010di\u0173 arba pabraukimo simbolio","%y year":"%y metai","%y years":"%y metai(\u2013\u0173)","(empty)":"(tu\u0161\u010dia)","... reloading page.":"... perkraunamas puslapis.","Filters<\/del>":"Filtrai<\/del>","Options<\/del>":"Pasirinkimai<\/del>"," %s <\/strong> has been moved to the background.":" %s <\/strong> buvo perkeltas \u012f fon\u0105.","> Extension %s succesfully installed.":"> Pl\u0117tinys %s s\u0117kmingai \u012fdiegtas.","> Installation done.":"> Diegimas baigtas.","a class":"klas\u0117","A date has to be a Datetime or timestamp":"Data turi b\u016bti Datos laikas arba laiko antspaudas.","A fatal error occured during the installation process.":"\u012evyko kritin\u0117 klaida \u012fdiegimo procese.","A maintenance status must have a STATUS: \u0022%s\u0022 or \u0022%s":"Prie\u017ei\u016bros b\u016bsena turi tur\u0117ti STATUS\u0104: \u0022%s\u0022 arba \u0022%s","A message with further instructions has been sent to your email address: %s":"Prane\u0161imas su tolimesn\u0117m instrukcijomis buvo nusi\u0173stas \u012f j\u016bs\u0173 el. pa\u0161to adres\u0105: %s","A QTI Item involved in the QTI Test \u0027%s\u0027 could not be compiled.":"QTI Elementas dalyvaujantis QTI Teste \u0027%s\u0027 negali b\u016bti surinktas.","A QTI Test must contain at least one QTI Item to be compiled. None found.":"QTI Testas privalo tur\u0117ti bent vien\u0105 QTI Element\u0105, kad b\u016bti surinktas. Niekas nebuvo surasta.","A qti testpackage":"QTI test\u0173 paketas","A remote resource referenced in QTI test \u0027%s\u0027 could not be retrieved.":"I\u0161orinio resurso nurodyto QTI teste \u201e%s\u201c nepavyko atkurti.","A response to every question in this item is required.":"Atsakymas kiekvienam klausimui \u0161itam elementui yra privalomas!","A response to this item is required.":"Turite pateikti bent vien\u0105 atsakym\u0105.","A valid response to this item is required.":"Pasitikrinkite ar teisingai \u012fved\u0117te atsakym\u0105.","A visible section is one that is identifiable by the candidate.":"Matomas skyrius yra kandidatui atpa\u017e\u012fstamas.","abs":"abs","Absolute value":"Absoliuti reik\u0161m\u0117","AC":"AC","Access Denied":"Prieiga Atmesta","Access denied. Please renew your authentication!":"Prieiga atmesta. Pra\u0161ome atnaujinti savo autentifikacij\u0105!","Account status":"Paskyros b\u016bsena","Action":"Veiksmas","Action %s - removed %s positions":"Veiksmas %s - pa\u0161alino %s pozicijas","Action `%s` is not configured in the action queue service":"Veiksmas \u201e%s\u201c yra nesukonfig\u016bruotas veiksm\u0173 eil\u0117s servise","Action was not executed yet":"Veiksmas vis dar nebuvo vykdytas","Actions":"Veiksmai","Activated":"Aktyvuota","Add":"Prid\u0117ti","Add a CSV file":"Prid\u0117ti CSV fail\u0105","add a new weight":"prid\u0117ti nauj\u0105 svor\u012f","Add a user":"Prid\u0117ti vartotoj\u0105","Add a zip file containing QTI\/APIP tests and items":"Prid\u0117ti ZIP fail\u0105 turint\u012f QTI\/APIP testus ir elementus","Add an RDF\/XML file":"Prid\u0117ti RDF\/XML fail\u0105","Add Consumer":"Prid\u0117ti Naudotoj\u0105","Add file(s)":"Prid\u0117ti fail\u0105(\u2013us)","Add property":"Prid\u0117ti ypatyb\u0119","Add selected item(s) here.":"\u012ekelkite pa\u017eym\u0117tus klausimus \u0161ioje vietoje","Add the source file":"Prid\u0117ti \u0161altinio fail\u0105.","Adding search index for %s":"Pridedamas paie\u0161kos indeksas \u012f %s","Adding the new class has failed":"Naujos klas\u0117s prid\u0117jimas nepavyko","Adding the new resource has failed":"Naujo resurso prid\u0117jimas nepavyko","Advanced search, add filters":"Pa\u017eengusi paie\u0161ka, prid\u0117ti filtrus","After you complete the section it would be impossible to return to this section to make changes. Are you sure you want to end the section?":"Po to, kai u\u017ebaigsite \u0161\u012f skyri\u0173, bus ne\u012fmanoma gr\u012f\u017eti atgal \u012f \u0161\u012f skyri\u0173, kad padaryti pakeitimus. Ar j\u016bs tikrai norite u\u017ebaigti \u0161\u012f skyri\u0173?","all":"viskas","All":"Visi","All data will be removed in %s":"Visi duomenys bus panaikinti po %s","All fields are required":"Visi laukai yra privalomi","All rights reserved.":"Visos teis\u0117s saugomos.","Allow Comment":"Leisti Komentuoti","Allow Review":"Leisti Ap\u017evalg\u0105","Allow Section Skipping":"Leisti Praleisti Skyri\u0173","Allow Skipping":"Leisti Praleidim\u0105","Allow skipping of the current section.":"Leisti galimyb\u0119 praleisti dabartin\u012f skyri\u0173.","Allow the candidate to review his answers.":"Leisti kandidatui per\u017ei\u016br\u0117ti savo atsakymus.","Allow the test-taker to eliminate \/ strikethrough answers in choice interactions.":"Leisti testo laikytojui eliminuoti \/ perbraukti atsakymus pasirinkimo u\u017eduotyse.","Allow the test-taker to highlight parts of the item text.":"Leisti testo laikytojui pary\u0161kinti dalis elemento tekste.","Allow the test-taker to mask and unmask answers in choice interactions.":"Leisti testo laikytojui sl\u0117pti ir rodyti atsakymus pasirinkimo u\u017eduotyse.","Allow the test-taker to mask parts of the item with a movable mask.":"Leisti testo laikytojui pasl\u0117pti testo dalis su perkeliama kauke.","Allow the test-taker to use a basic calculator.":"Leisti testo laikytojui naudoti paprast\u0105 skai\u010diuotuv\u0105.","Allow the test-taker to use a calculator respecting the order of operations (BODMAS).":"Leisti testo laikytojui naudotis skai\u010diuotuvu atsi\u017evelgiant \u012f veiklos tvark\u0105 (BODMAS).","Allow the test-taker to use a movable magnifier tool.":"Leisti testo laikytojui naudoti perkeliam\u0105 didintuvo \u012frank\u012f.","Allow the test-taker to use a scientific calculator.":"Leisti testo laikytojui naudotis moksliniu skai\u010diuotuvu.","Allow the test-taker to visually isolate a line of text.":"Leisti testo laikytojui vaizdi\u0161kai izoliuoti teksto linij\u0105.","Allows Test-taker to zoom in and out the item content.":"Leisti Testo laikytojui priartinti ir atitolinti elemento turin\u012f.","Alpha version":"Alfa versija","Also compute the score per categories":"Taip pat apskai\u010diuoti balus kategorijose","An email has been sent":"El. lai\u0161kas buvo i\u0161si\u0173stas","An error occured while retrieving items":"Klaida \u012fvyko gaunant elementus","An error occurred during results submission. Please retry.":"\u012evyko klaida pateikiant rezultatus. Pra\u0161ome bandyti dar kart\u0105.","An error occurred during the test initialization!":"\u012evyko klaida testo paleidimo metu!","An error occurred during the test, please content your administrator.":"\u012evyko klaida testo metu, pra\u0161ome prane\u0161ti j\u016bs\u0173 administratori\u0173.","An error occurred during user deletion":"\u012evyko klaida vartotojo \u0161alinimo metu","An error occurred!":"\u012evyko klaida!","An error occurs, please contact your administrator":"\u012evyko klaida, prane\u0161kite j\u016bs\u0173 administratoriui","An exception occured while running \u0022%s":"\u012evyko klaida vykdant \u0022%s","an instance":"instancija","An item involved in the test cannot be read or is not QTI compliant.":"Elementas dalyvaujantis teste negali b\u016bti nuskaitytas arba yra neatitinka QTI standarto.","An item involved in the test cannot be written.":"Elementas dalyvaujantis teste negali b\u016bti ra\u0161omas.","An unknown error occured while compiled QTI Test \u0027%s\u0027.":"\u012evyko ne\u017einoma klaida sukompiliavus \u201e%s\u201c QTI Test\u0105.","An unknown error occured while compiling QTI test \u0027%s\u0027.":"\u012evyko ne\u017einoma klaida kompiliuojant \u201e%s\u201c QTI Test\u0105.","and flagged %s of them":"ir pa\u017eym\u0117ti %s i\u0161 j\u0173","and you flagged %s item(s) that you can review now":"ir j\u016bs pa\u017eym\u0117jote %s element\u0105(-us) kuriuos galite ap\u017evelgti","Ans":"Ans","Answer Eliminator":"Atsakym\u0173 Eliminavimas","Answer Masking":"Atsakym\u0173 Pasl\u0117pimas","Answered":"Atsakyta","Apply":"Taikyti","Arc cosine":"Arkkosinusas","Arc sine":"Arksinusas","Arc tangent":"Arktangentas","Archived":"Archyvuota","Are you sure to delete the versioned resource?\nThe history will be lost as well.":"Ar j\u016bs tikrai norite i\u0161trinti resurs\u0105 su versija?\nIstorija bus i\u0161trinta taip pat.","Are you sure you want to clear your answer and go to the next item? You will not be able to go back and provide an answer.":"Ar j\u016bs tikrai norite i\u0161valyti atsakymus ir eiti \u012f sekant\u012f element\u0105? J\u016bs negal\u0117site gr\u012f\u017eti atgal ir pateikti atsakym\u0105.","Are you sure you want to delete it?":"Ar tikrai norite i\u0161trinti?","Are you sure you want to end the test?":"Ar j\u016bs tikrai norite u\u017ebaigti darb\u0105?","Are you sure you want to go to the next item? You will not be able to go back and change your answer.":"Ar j\u016bs tikrai norite eiti \u012f sekant\u012f element\u0105? J\u016bs negal\u0117site gr\u012f\u017eti atgal ir pakeisti atsakym\u0105.","Are you sure you want to go to the next item? You will not be able to go back and provide an answer.":"Ar j\u016bs tikrai norite eiti \u012f sekant\u012f element\u0105? J\u016bs negal\u0117site gr\u012f\u017eti atgal ir pateikti atsakym\u0105.","Are you sure you want to go to the next item? You will not be able to go back.":"Ar j\u016bs tikrai norite eiti \u012f sekant\u012f element\u0105? J\u016bs negal\u0117site gr\u012f\u017eti atgal.","Area Masking":"Ploto Maskavimas","Arguments separator":"Argument\u0173 skirtukas","Assessment Activity":"\u012evertinimo Veikla","Assign":"Paskirti","Assign User to role":"Paskirti varotoj\u0105 rolei","Assign Users":"Paskirti vartotojus","Author":"Autorius","Author Item":"Kurti klausim\u0105","Authoring":"Tvarkymas","auto unlocked in %s":"automati\u0161kai atrakinta po %s","Auxiliary file not found at location \u0022%s\u0022.":"B\u016btinas failas nebuvo rastas \u0022%s\u0022 vietoje.","Available":"Galimi testai","Available Extensions":"Galimi pl\u0117tiniai","Back":"Gr\u012f-ti","Back to listing":"Gr\u012f\u017eti \u012f s\u0105ra\u0161\u0105","Beta version":"Beta versija","Binary operator *":"Dvejetainis operatorius *","Binary operator +":"Dvejetainis operatorius +","Binary operator -":"Dvejetainis operatorius -","Binary operator \/":"Dvejetainis operatorius \/","Binary operator modulo":"Dvejetainis operatorius modulo","Browse folders:":"Nar\u0161yti aplankus:","Browse...":"Nar\u0161yti...","C":"C","Calculator":"Skai\u010diuotuvas","Calculator BODMAS":"Skai\u010diuotuvas BODMAS","Calendar":"Kalendorius","CANCEL":"AT\u0160AUKTI","Cancel":"At\u0161aukti","cancel":"at\u0161aukti","cancel the action":"at\u0161aukti veiksm\u0105","Cancelled":"At\u0161aukta","Candidate":"Kandidatas","Cannot be edited":"Negali b\u016bti redaguotas","Cannot divide by zero":"Negalima padalinti i\u0161 nulio","Cardinality":"Kardinalumas","Case sensitive":"Skiriamos did\u017eiosios-ma\u017eosios raid\u0117s","Categories":"Kategorijos","Category score":"Kategorijos balai","ceil":"ceil","Change password":"Pakeisti slapta\u017eod\u012f","Change the current color preset":"Pakeisti dabartin\u0119 spalv\u0105","Change the password":"Pakeisti slapta\u017eod\u012f","Change the sign of the current operand":"Keisti \u017eenkl\u0105 dabartinio operando","Check All":"Pa\u017eym\u0117ti Visus","Check all":"Pa\u017eym\u0117ti visus","Check-in":"Pasi\u017eym\u0117ti","Choose a value...":"Pasirinkti reik\u0161m\u0119...","Choose export format":"Pasirinkti eksportavimo format\u0105","Choose import format":"Pasirinkti importavimo format\u0105","Class":"Klas\u0117","class selected":"pasirinktos klas\u0117s","Class successfully created.":"Klas\u0117 s\u0117kmingai sukurta.","Class uri provided is not a valid class.":"Pateiktas netinkamas klas\u0117s uri.","Cleaning up tmp space complete":"Laikinos atminties valymas atliktas","Cleaning up tmp space started":"Laikinos atminties valymas prad\u0117tas","Clear":"I\u0161valyti","Clear All":"I\u0161valyti visk\u0105","Clear all active highlights":"Pa\u0161alinti visus aktyvius pary\u0161kinimus.","Clear all data":"I\u0161valyti visus duomenis","Clear expression":"I\u0161valyti i\u0161rai\u0161k\u0105","Clear Highlights":"Pa\u0161alinti Pary\u0161kinimus.","Clear history":"I\u0161valyti istorij\u0105","Clear History":"I\u0161valyti Istorij\u0105","Clear selection":"I\u0161valyti pasirinim\u0105","Clear the stored variables":"I\u0161valyti saugomas reik\u0161mes","Click to speak":"Spausti kad kalb\u0117ti","Close":"U\u017edaryti","Close Magnifier":"U\u017edaryti Didintuv\u0105","Close message":"U\u017edaryti prane\u0161im\u0105","Close the mask":"U\u017edaryti pasl\u0117pimus","Close this Section":"U\u017edaryti \u0161\u012f Skyri\u0173","Code Version":"Kodo Versija","Collapse the review panel":"Suskleisti ap\u017evalgos skydel\u012f","Collecting of abandoned actions in the action queue ...":"Renkami apleisti veiksmai veiksm\u0173 eil\u0117je ...","Column":"Stulpelis","Combine a selection of items into tests.":"Apjunkite pasirinktus klausimus \u012f testus.","Comment":"Komentaras","comment...":"komentaras...","Commit":"Patvirtinti","Completed":"Atlikta","Completed - Error":"Atlikta \u2013 Klaida","Completed items":"Atlikti elementai","Compute the expression":"Apskai\u010diuoti i\u0161rai\u0161k\u0105","Confirm":"Patvirtinti","Connect to the TAO platform":"Prisijungimas prie elektroninio testavimo aplinkos","Connected to server":"Prisijungta prie serverio","Continue":"T\u0119sti","Contrast":"Kontrastas","Controls the contribution of an individual item score to the overall test score.":"Valdo dalyvavim\u0105 individualiam elemento \u012fvertinimui visuotinam testo \u012fvertinimui.","Controls the maximum number of attempts allowed. 0 means unlimited.":"Valdomas maksimalus laikym\u0173 kiekis. 0 rei\u0161kia neribojam\u0105.","Copy":"Kopijuoti","Copy To":"Kopijuoti \u012e","Copy to":"Kopijuoti \u012f","Copy to clipboard":"Kopijuoti \u012f i\u0161karpin\u0119","cos":"cos","cosh":"cosh","Cosine":"Kosinusas","Covers parts of the item":"U\u017edengia dalis elemento","Create":"Sukurti","Create and design items and exercises.":"Kurti ir redaguoti laukus ir u\u017edavinius.","Create instance of ":"Sukurti instancij\u0105","Created":"Sukurta","CSV":"CSV","CSV Options":"CSV Pasirinkimai","Cube root":"Kubin\u0117 \u0161aknis","Current language":"Dabartin\u0117 kalba","Current playback position":"Dabartin\u0117 atk\u016brimo vieta","Custom":"Pasirinktina","custom categories":"pasirinktinos kategorijos","Data imported":"Duomenys importuoti","Data imported successfully":"Duomenys importuoti s\u0117kmingai","Data imported. Some records are invalid.":"Duomenys importuoti. Kaikurie \u012fra\u0161ai neteisingi.","Data Language":"Duomen\u0173 Kalba","Data language":"Duomen\u0173 kalba","Data not imported. All records are invalid.":"Duomenys neimportuoti. Visi \u012fra\u0161ai neteisingi.","Date":"Data","Default search":"Numatyta paie\u0161ka","Define the default values":"Nustatyti numatytas reik\u0161mes","Deg":"Laip.","Degree":"Laipsnis","Delete":"I\u0161trinti","Delete Left":"I\u0161trinti Kair\u0117je","Delete Right":"I\u0161trinti De\u0161in\u0117je","Delete the term on the left side of the cursor":"I\u0161trinti termin\u0105 kair\u0117je pus\u0117je \u017eymeklio","Delete the term on the right side of the cursor":"I\u0161trinti termin\u0105 de\u0161in\u0117je pus\u0117je \u017eymeklio","Deleting search index for %s":"\u0160alinamas paie\u0161kos indeksas %s","Deliveries":"Pateiktys","Deliveries library":"Pateik\u010di\u0173 biblioteka","Demo Sandbox":"Sm\u0117lio d\u0117\u017e\u0117","Digit 0":"Skaitmuo 0","Digit 1":"Skaitmuo 1","Digit 2":"Skaitmuo 2","Digit 3":"Skaitmuo 3","Digit 4":"Skaitmuo 4","Digit 5":"Skaitmuo 5","Digit 6":"Skaitmuo 6","Digit 7":"Skaitmuo 7","Digit 8":"Skaitmuo 8","Digit 9":"Skaitmuo 9","Disable validation":"I\u0161jungti validavim\u0105","Disabled %s":"I\u0161jungtas %s","Disconnected from server":"Atsijungta nuo serverio","Display a warning before the test-taker ends a test part and there are still items left unanswered or marked for review.":"Rodyti \u012fsp\u0117jim\u0105 prie\u0161 testo laikytojui baigiant testo dal\u012f, kai lik\u0119 neatsakyt\u0173 klausim\u0173 arba pa\u017eym\u0117ta atlitki ap\u017evalg\u0105.","Display a warning before the test-taker ends the test part.":"Rodyti \u012fsp\u0117jim\u0105 prie\u0161 testo laikytojui baigiant testo dal\u012f.","Display a warning before the test-taker ends the test.":"Rodyti \u012fsp\u0117jim\u0105 prie\u0161 testo laikytojui baigiant test\u0105.","Display a warning before the test-taker skips the section. Requires the Section Skipping option.":"Rodyti \u012fsp\u0117jim\u0105 prie\u0161 testo laikytojui praleid\u017eiant skyri\u0173. Reikalingas Skyriaus Praleidimo pasirinkimas.","Display End Test Warning":"Rodyti Testo Baigimo \u012esp\u0117jim\u0105","Display Next Part Warning":"\u012esp\u0117ti, kad pereinama \u012f kit\u0105 testo dal\u012f","Display Next Section Warning":"\u012esp\u0117ti, kad pereinama \u012f kit\u0105 testo dalies skyri\u0173","Display Unanswered Warning":"Rodyti Neatsakyt\u0173 Klausim\u0173 \u012esp\u0117jim\u0105","Displayed label":"Rodomas pavadinimas","Displays a customisable magnifier":"Didinimo \u012frankis","Do not flag the current item for later review":"Ne\u017eym\u0117ti \u0161io elemento v\u0117lesnei ap\u017evalgai","Do not show alert on timeout":"N\u0117rodyti \u012fsp\u0117jimo pasibaigus laikui","Do you wish to install the following extension(s):\n%s?":"Ar norite \u012fdiegti \u0161iuos pl\u0117tinius:\n%s?","does not match":"nesutampa","Don\u0027t set":"Nenustatyti","Dot":"Ta\u0161kas","Download":"Atsi\u0173sti","Download this file":"Atsi\u0173sti fail\u0105","Drag file here":"Tempti fail\u0105 \u012f \u010dia","Drag files here":"Tempti failus \u012f \u010dia","Drop the files to upload":"Tempti failus, kad \u012fkeltum","Duplicate":"Kurti kopij\u0105","Edit":"Redaguoti","Edit a user":"Redaguoti vartotoj\u0105","Edit class %s":"Redaguoti klas\u0119 %s","Edit Instance":"Redaguoti Instancij\u0105","Edit Tree":"Redaguoti Med\u012f","Element":"Elementas","Element deleted.":"Elementas i\u0161trintas.","Eliminate choices":"Eliminuoti pasirinkimus","Email":"El. Pa\u0161tas","Enable mark for review of items. Requires the Review Screen option.":"\u012egalinti \u017eym\u0117jim\u0105 elementai ap\u017evalgai. Reikalingas Ap\u017evalgos Ekrano pasirinkimas.","Enable Review Screen":"\u012ejungti Ekrano Ap\u017evalg\u0105","Enable selection":"\u012ejungti pasirinktus","Enable Skipping Ahead":"\u012egalinti praleidim\u0105 \u012f priek\u012f","Enable the item review screen \/ navigator.":"\u012egalinti elemento ap\u017evalgos ekran\u0105 \/ navigatori\u0173.","enabled":"\u012fjungta","Enabled %s":"\u012ejungtas %s","Enables skipping to items within this section. Requires the review screen option.":"Suteikia galimyb\u0119 praleisti elementus \u0161iame skyriuje. Reikalingas ap\u017evalgos ekrano pasirinkimas.","End of document reached. Continuing from the beginning.":"Dokumento pabaiga pasiekta. T\u0119siama nuo prad\u017eios.","End Test":"Baigti darb\u0105","End test":"Baigti darb\u0105","Enter":"\u012eeiti \u012f","Enter a custom category":"\u012evesti pasirinktin\u0105 kategorij\u0105","Error":"Klaida","Error adding search index for %s with message %s":"Klaida pridedant paie\u0161kos indeks\u0105 %s su prane\u0161imu %s","Error during file import":"Klaida failo importavimo metu","Error found in the IMS QTI Test:\n%s":"Rasta klaida IMS QTI Teste:\n%s","Error in result":"Klaida rezultate","Error in syntax":"Klaida sintaks\u0117je","Error in value":"Klaida reik\u0161m\u0117je","Event Log":"\u012evyki\u0173 Registras","Exclusive (OR)":"Exclusive (OR)","Execute":"Vykdyti","Executing task %s failed":"U\u017eduoties %s vykdymas nepavyko","exp":"exp","Expand the review panel":"Prapl\u0117sti ap\u017evalgos skydel\u012f","Exponent":"Eksponentas","Export":"Eksportuoti","Export ":"Eksportuoti","Export \u0022%s\u0022 in %s":"Eksportuoti \u0022%s\u0022 \u012f %s","Export CSV":"Eksportuoti CSV","Export failed for the test \u0022%s":"Nepavyko testo \u0022%s eksportavimas","Export failed.":"Eksportavimas nepavyko.","Export Irregularities":"Eksportuoti Neatitikimus","Export metadata":"Eksportuoti metaduomenis","Export Metadata as RDF\/XML file":"Eksportuoti metaduomenis RDF\/XML failu","Export QTI 2.1 Test Package":"Eksportuoti QTI 2.1 Test\u0173 Paket\u0105","Export QTI 2.2 Test Package":"Eksportuoti QTI 2.2 Test\u0173 Paket\u0105","Export succeeded.":"Eksportavimas pavyko.","Export successful for the test \u0022%s":"Pavyko testo \u0022%s eksportavimas","Export Table":"Eksportuoti Lentel\u0119","Extension \u0022%s\u0022 has been installed":"Pl\u0117tinys \u0022%s\u0022 buvo \u012fdiegtas","Extensions manager":"Pl\u0117tini\u0173 valdymas","Factorial":"Faktorialas","Failed":"Nepavyko","Failed to delete index for %s":"Nepavyko i\u0161trinti %s indekso","False":"False","Feedback block":"Atsiliepimo blokas","Field delimiter":"Lauko atskyriklis","Field encloser":"Lauko pad\u0117klas","Fields must match":"Laukai privalo sutapti","File":"Failas","File download failed":"Failo atsiuntimas nepavyko","File name":"Failo pavadinimas","File not found":"Failas nerastas","File not found!":"Failas nerastas!","File Properties":"Failo savyb\u0117s","file selected":"failas pasirinktas","File Uploader":"Fail\u0173 \u012ek\u0117limas","files selected":"pasirinkti failai","Filter":"Filtras","Filter by value":"Filtras pagal reik\u0161m\u0119","Filtering mode":"Filtravimo re\u017eimas","First Name":"Vardas","First page":"Pirmas puslapis","First row column names":"Pirmos eil\u0117s stulpelio pavadinimai","Fit to width":"Tilpti \u012f plot\u012f","Fixed":"Pastovus","Fixed position in a shuffled the selection.":"Pastovi vieta mai\u0161ant pasirinkimus.","Flag for Review":"Pa\u017eym\u0117ti","Flag the current item for later review":"Pa\u017eym\u0117ti dabartin\u012f klausim\u0105 v\u0117lesniam per\u017ei\u016br\u0117jimui","Flagged":"Pa\u017eym\u0117ta","floor":"floor","Force Release":"Priverstinis I\u0161leidimas","Force the item to be considered as informational and not taken into account in (un)answered \/ flagged counters.":"Priversti element\u0105 b\u016bti informaciniu ir neb\u016bti atsi\u017evelgtam atsakyt\u0173 \/ neatsakyt\u0173 ir pa\u017eym\u0117t\u0173 skai\u010diuokl\u0117je.","Forgot your password?":"Pamir\u0161ote slapta\u017eod\u012f?","From":"I\u0161","Fuzzy Matching":"Apytikslis Atitikimas","Generis Form":"Generis forma","Get History":"Gauti Istrorij\u0105","Get the history list":"Gauti istorijos s\u0105ra\u0161\u0105","Go Back":"Gr\u012f\u017eti Atgal","Go to next item":"Eiti \u012f sekant\u012f element\u0105","Go to the next item?":"Eiti \u012f sekant\u012f element\u0105?","Group test takers according to global features and classifications.":"Grup\u0117s testo laikytojai pagal visuotines ypatybes ir klasifikacijas.","Groups":"Grup\u0117s","Groups library":"Grupi\u0173 biblioteka","Height":"Auk\u0161tis","Help":"Pagalba","Hi, %s
You indicated that you have forgotten your TAO password.":"Labas, %s
J\u016bs nurod\u0117te, kad pamir\u0161ote savo TAO slapta\u017eod\u012f.","Hide detailed report":"Sl\u0117pti detali\u0105 ataskait\u0105","Hide Review":"Sl\u0117pti ap\u017evalg\u0105","Hide the review screen":"Sl\u0117pti ap\u017evalgos ekran\u0105","Hide the warning automatically displayed when a test-taker exit a timed section.":"Sl\u0117pti automati\u0161kai rodom\u0105 \u012fsp\u0117jim\u0105, kai testo laikytojas palieka paskirtos laiko trukm\u0117s sekcij\u0105.","Hide Timed Section Warning":"Sl\u0117pti Laiko Skyriaus \u012esp\u0117jim\u0105","Hide timers":"Sl\u0117pti laik\u0105","Highlight":"Pary\u0161kinti","Highlight all":"Pa\u017eym\u0117ti visus","Highlight Text":"Pary\u0161kinti Tekst\u0105","Highlighter":"\u017dymeklis","History":"Istorija","hours":"valandos(\u2013\u0173)","Html title":"Html pavadinimas","Hyperbolic arc cosine":"Hiperbolinis arkkosinusas","Hyperbolic arc sine":"Hiperbolinis arksinusas","Hyperbolic arc tangent":"Hiperbolinis arktangentas","Hyperbolic cosine":"Hiperbolinis kosinusas","Hyperbolic sine":"Hiperbolinis sinusas","Hyperbolic tangent":"Hiperbolinis tangentas","Identifier":"Identifikatorius","If required it must appear (at least once) in the selection.":"Jeigu reikalaujama, privalo pasirodyti (bent kartui) pasirinkime.","If required, it must appears at least once in the selection.":"Jeigu reikalaujama, privalo pasirodyti, bent kartui, pasirinkime.","If set, it causes the order of the child elements to be randomized, otherwise it uses the order in which the child elements are defined.":"Jeigu nustatyta, tai i\u0161mai\u0161o vaik\u0173 element\u0173 eili\u0161kum\u0105. Kitu atveju naudojama eil\u0117, kokia vaik\u0173 elementai yra numatyti.","If the candidate can skip the item, without submitting a response (default is true).":"Jeigu kandidatas gali praleisti element\u0105 be pateikto atsakymo (numatyta taip).","If you do not wish to reset your password, just ignore this email and your password will remain the same.":"Jeigu j\u016bs nenori atstatyti savo slapta\u017eod\u017eio, tiesiog ignoruokite \u0161\u012f el. lai\u0161k\u0105 ir j\u016bs\u0173 slapta\u017eodis liks toks pat.","Import":"Importuoti","Import ":"Importuoti","Import a %s into \u0022%s":"Importuoti %s \u012f \u0022%s","Import a QTI\/APIP Content Package":"Importuoti QTI\/APIP Turinio Paket\u0105","Import Completed":"Importavimas Atliktas","Import failed.":"Importavimas nepavyko.","Import Metadata from CSV file":"Importuoti Metaduomenis i\u0161 CSV failo","Import Metadata from RDF file":"Importuoti Metaduomenis i\u0161 RDF failo","Import QTI TEST into \u0022%s":"Importuoti QTI TEST \u012f \u0022%s","Import succeeded.":"Importavimas pavyko.","Imported %1$d\/%2$d. Some records are invalid.":"Importuoti %1$d\/%2$d. Kaikurie \u012fra\u0161ai neteisingi.","Imported %d resources":"Importuoti %d resursai","Imported resource \u0022%s":"Importuotas resursas \u0022%s","impossible to update task status":"ne\u012fmanoma atnaujinti u\u017eduoties b\u016bsenos","IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file could not be imported.":"IMS QTI Elementas nurodytas kaip \u0022%s\u0022 IMS Manifesto faile negali b\u016bti importuojamas.","IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file successfully imported.":"IMS QTI Elementas nurodytas kaip \u0022%s\u0022 IMS Manifesto faile s\u0117kmingai importuotas.","IMS QTI Test Package successfully imported.":"IMS QTI Test\u0173 Paketas s\u0117kmingai importuotas.","IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file successfully imported.":"IMS QTI Testas nurodytas kaip \u0022%s\u0022 IMS Manifesto faile s\u0117kmingai importuotas.","In progress":"Vykdoma","In Progress":"Vykdoma","In this part of the test navigation is not allowed.":"\u0160ioje vieto testo nar\u0161ymas n\u0117ra leid\u017eiamas.","Inclusive (AND)":"Inclusive (AND)","Inconsistency at line %1d:":"Neatitikimai %1d eilut\u0117je:","Index":"Indeksas","Index has been deleted for %s":"Indeksas buvo pa\u0161alintas i\u0161 %s","Individual":"Individualus","Infinity":"Begalyb\u0117","Informational Item Usage":"Informacinis Elemento Naudojimas","Injector has to contains a valid \u0022destination\u0022 field.":"Iterpiant reikalingas tinkamas \u0022paskirties\u0022 parametras.","Injector has to contains a valid \u0022source\u0022 field.":"Iterpiant reikalingas tinkamas \u0022\u0161altinio\u0022 parametras.","Install":"\u012ediegti","Installation done.":"\u012ediegimas baigtas.","Installation...":"\u012ediegimas...","Installed Extensions":"\u012ediegti Pl\u0117tiniai","Installed Version":"\u012ediegta Versija","Installing extension %s...":"\u012ediegiamas pl\u0117tinys %s...","Instance saved":"Instancija i\u0161saugota","Interface Language":"S\u0105sajos Kalba","Interface language":"S\u0105sajos kalba","Internal server error!":"Vidin\u0117 serverio klaida!","Invalid date range (must be after or the same as: %s)":"Blogas datos intervalas (privalo b\u016bti paskui arba toks pat kaip: %s)","Invalid date range (must be after: %s)":"Neteisingas datos intervalas (privalo b\u016bti paskui: %s)","Invalid date range (must be before or the same as: %s)":"Blogas datos intervalas (privalo b\u016bti prie\u0161 arba toks pat kaip: %s)","Invalid date range (must be before: %s)":"Neteisingas datos intervalas (privalo b\u016bti prie\u0161: %s)","Invalid field length":"Neteisingas lauko ilgis","Invalid field range (maximum value: %s)":"Neteisingas lauko intervalas (maksimali reik\u0161m\u0117: %s)","Invalid field range (minimum value: %1$s, maximum value: %2$s)":"Blogas lauko intervalas (minimali reik\u0161m\u0117: %1$s, maksimali reik\u0161m\u0117: %2$s)","Invalid field range (minimum value: %s)":"Neteisingas lauko intervalas (minimali reik\u0161m\u0117: %s)","Invalid file size (minimum %1$s bytes, maximum %2$s bytes)":"Neteisingas failo dydis (minimalus %1$s baitai, maksimalus %2$s baitai)","Invalid file type!":"Neteisingas failo tipas!","Invalid input for function":"Neteisinga \u012fvestis funkcijai","Invalid login or password. Please try again.":"Blogas prisijungimo vardas arba slapta\u017eodis. Pra\u0161ome bandyti dar kart\u0105.","Invalid login or password. Your account has been locked, please contact your administrator.":"Neteisingas prisijungimas arba slapta\u017eodis. J\u016bs\u0173 paskyra buvo u\u017erakinta, pra\u0161ome susisiekti su j\u016bs\u0173 administratoriumi.","invalid regular expression":"neteisinga \u012fprasta i\u0161rai\u0161ka","is already used in the test.":"jau naudojamas teste.","is not a valid identifier (alphanum, underscore, dash and dots)":"blogas identifikatorius (raid\u017eiai, skai\u010diai, pabraukimo simbolis, br\u016bk\u0161nys ir ta\u0161kai)","is not a valid identifier (everything except spaces)":"blogas identifikatorius (viskas i\u0161skyrus tarpus)","Item \u0022%s\u0022 is completed.":"Elementas \u0022%s\u0022 yra atliktas.","Item %d":"Klausimas %d","Item %d of %d":"%d\/%d","Item Reference Properties":"Elemento \u0160altinio Savyb\u0117s","Item Session Control":"Elemento Sesijos Valdymas","items":"elementai","Items":"Elementai","Items can optionally be assigned to one or more categories.":"Elementai pasirinktinai gali b\u016bti paskirti vienai arba daugiau kategorij\u0173.","Items Compilation":"Elemento Rinkimas","Items library":"Klausim\u0173 biblioteka","Items marked for later review":"Elementai pa\u017eym\u0117ti v\u0117lesnei per\u017ei\u016brai","Keep Together":"Laikyti Kartu","Label":"Pavadinimas","Language":"Kalba","Last attempt before your account is locked.":"Paskutinis bandymas prie\u0161 j\u016bs\u0173 paskyros u\u017erakinim\u0105.","Last Name":"Pavard\u0117","Last page":"Paskutinis puslapis","Last result":"Paskutinis rezultatas","Late submission allowed":"V\u0117luojamas pateikimas leid\u017eiamas","Leave a comment":"Palikti komentar\u0105","Left parenthesis":"Kairysis skliaustelis","less than a minute":"trumpiau negu minut\u0119","Line Reader":"Linijos Skaitytuvas","Linear":"Linijinis","List":"S\u0105ra\u0161as","List - Multiple choice - Check box":"S\u0105ra\u0161as - pasirinkimas, pa\u017eymint kelis","List - Single choice - Drop down":"S\u0105ra\u0161as - pasirinkimas vienos reik\u0161m\u0117s i\u0161 i\u0161krentan\u010dio s\u0105ra\u0161o","List - Single choice - Radio button":"S\u0105ra\u0161as - Pasirinkimas tik vienos reik\u0161m\u0117s ","Lists":"S\u0105ra\u0161ai","Load more":"\u012ekelti daugiau","Loaded":"\u012ekelta","Loaded at Startup":"\u012ekelta paleidimo metu","Loading":"\u012ekeliama","Loading status":"\u012ek\u0117limo b\u016bsena","Loading task status ...":"\u012ekeliama u\u017eduoties b\u016bsena ...","locked by %s":"u\u017erakino %s","Locked duration : guided navigation. The test transition to the next item once the duration reaches 0.":"U\u017erakinta trukm\u0117 : supa\u017eindinimo navigacija. Testo per\u0117jimas \u012f sekant\u012f element\u0105, kai tik trukm\u0117 pasiekia 0.","Log in":"Prisijungti","Log Out":"Atsijungti","Login":"Prisijungimas","Login available":"Toks prisijungimo vardas yra galimas","Login is already in use.":"Prisijungimas yra jau naudojamas.","Login is empty.":"Prisijungimas yra tu\u0161\u010dias.","Logout":"Atsijungti","LTI":"LTI","LTI Consumers":"LTI Naudotojai","Magnifier":"Didintuvas","Magnify less":"Didinti ma\u017eiau","Magnify more":"Didinti daugiau","Magnifying Glass":"Didinimas","Mail":"El. Pa\u0161tas","Maintenance service must have a persistence option.":"Prie\u017ei\u016bros tarnyba turi tur\u0117ti palaikymo opcij\u0105.","Maintenance storage driver is not set":"Prie\u017ei\u016bros saugykla yra nenustatyta","Manage Access Rights":"Tvarkyti Prieigos Leidimus","Manage class schema":"Tvarkyti klas\u0117s schem\u0105","Manage data list":"Tvarkyti duomen\u0173 s\u0105ra\u0161\u0105","Manage groups":"Tvarkyti grupes","Manage items":"Tvarkyti klausimus","Manage Media":"Tvarkyti Medij\u0105","Manage Results":"Tvarkyti Rezultatus","Manage roles":"Tvarkyti roles","Manage Roles and apply them to users.":"Tvarkyti Roles ir taikyti vartotojams.","Manage Rubric Blocks":"Tvarkyti Rubrikos Blokus","Manage Schema":"Tvarkyti Schem\u0105","Manage test properties":"Tvarkyti testo savybes","Manage test takers":"Tvarkyti testo laikytojus","Manage tests":"Tvarkyti testus","Manage Tests":"Tvarkyti testus","Manage users":"Tvarkyti vartotojus","Manage Versioned File":"Tvarkyti Versijuojam\u0105 Fail\u0105","Map the properties to the CSV columns":"Susiekite po\u017eymius su CSV stulpeliais","Mark for review":"\u017dym\u0117ti ap\u017evalgai","Masking":"Maskavimas","Match value":"Sutapimo reik\u0161m\u0117","Max Attempts":"Maks. Bandymai","Maximum Duration":"Maksimali Trukm\u0117","Maximum duration : the items times out when the duration reaches 0.":"Maksimali trukm\u0117 : element\u0173 laikas baigiasi, kai trukm\u0117 pasiekia 0.","Maximum duration for the all test.":"Maksimali trukm\u0117 visam testui.","Maximum duration for this item.":"Maksimali trukm\u0117 \u0161io testo daliai.","Maximum duration for this section.":"Maksimali trukm\u0117 \u0161io testo daliai.","Maximum duration for this test part.":"Maksimali trukm\u0117 \u0161io testo daliai.","Maximum selection reached":"Pasiektas maksimalus pasirinkimas","Media":"Medija","Media Manager":"Medijos Tvarkytojas","Media Manager extension":"Medijos Tvarkytojo pl\u0117tinys","Media resize along with their container, e.g. 50% means half of the container size not half of the media size.":"Medijos dyd\u017eio keitimas kartu su j\u0173 konteineriu, pvz.: 50% rei\u0161kia pus\u0119 konteinerio dyd\u017eio, bet ne pus\u0119 medijos dyd\u017eio.","Message":"Prane\u0161imas","Messages":"Prane\u0161imai","Metadata export is not available for test \u0022%s.":"Negalimas meta duomen\u0173 eksportavimas \u0022%s testui.","Metadata export is not available for the selected resource.":"Negalimas metaduomen\u0173 eksportavimas pasirinktam resursui.","minimum %s":"ma\u017eiausiai %s","Minimum Duration":"Minimali Trukm\u0117","Minimum duration : enforces the test taker to stay on the item for the given duration.":"Minimali trukm\u0117 : priver\u010dia testo laikytojui likti elemente nurodytai trukmei.","Minimum duration for the test.":"Minimali trukm\u0117 testui.","Minimum duration for this item.":"Minimali trukm\u0117 testui.","Minimum duration for this section.":"Minimali trukm\u0117 \u0161io testo daliai.","Minimum duration for this test part.":"Minimali trukm\u0117 \u0161io testo daliai.","minutes":"minut\u0117s","Missed test package file":"Nesurastas testo paketo failas","missing config %s for the service %s":"tr\u016bksta konfig\u016bracijos %s servisui %s","Missing Parameters":"Tr\u016bkstami Parametrai","modulo":"modulo","More":"Daugiau","Move":"Perkelti","Move Down":"Perkelti \u017demiau","Move Left":"Perkelti Kair\u0117n","Move Right":"Perkelti De\u0161in\u0117n","Move role":"Perkelti rol\u0119","Move the cursor one step on the left":"Perkelti \u017eymekl\u012f vienu \u017eingsniu \u012f kair\u0119","Move the cursor one step on the right":"Perkelti \u017eymekl\u012f vienu \u017eingsniu \u012f de\u0161in\u0119","Move To":"Perkelti \u012e","Move to":"Perkelti \u012f","Move Up":"Perkelti Auk\u0161\u010diau","Moving this element will replace the properties of the previous class by those of the destination class :":"Perkeliant \u0161\u012f element\u0105, bus pakei\u010diamos praeitos klas\u0117s savyb\u0117s pagal nurodyt\u0105 klas\u0119 :","Moving to the next item without time limit reached message.":"Prane\u0161imas per\u0117jimui \u012f sekant\u012f element\u0105 be laiko limito pasiekimo.","Multiple values delimiter":"Keli reik\u0161mi\u0173 dalikliai","Must include at least one letter":"Turi b\u016bti bent viena raid\u0117","Must include at least one number":"Turi b\u016bti bent vienas skai\u010dius","Must include at least one special letter":"Turi b\u016bti bent vienas specialusis simbolis","Must include lower case letters":"Turi b\u016bti bent viena ma\u017eoji raid\u0117","Must include upper case letters":"Turi b\u016bti bent viena did\u017eioji raid\u0117","Mute":"Nutildyti","My custom text translation":"Mano laisvas teksto vertimas","My settings":"Mano nustatymai","My settings (%s)":"Mano nustatymai (%s)","Name":"Pavadinimas","Natural logarithm":"Nat\u016bralusis logaritmas","Navigation":"Navigacija","Navigation Warnings":"Navigacijos \u012esp\u0117jimai","network":"tinklas","New class":"Nauja klas\u0117","New delivery":"Nauja pateiktis","New Group":"Nauja Grup\u0117","New item":"Kurti klausim\u0105","New password":"Naujas slapta\u017eodis","New role":"Nauja rol\u0117","New Rubric Block":"Naujas Rubrikos Blokas","New test":"Naujas testas","New test part":"Nauja testo dalis","New test-taker":"Naujas testo laikytojas","Next":"T\u0119sti","Next match":"Kitas atitikmuo","Next page":"Kitas puslapis","Next Section":"Kitas skyrius","No":"Ne","No action specified":"Veiksmas nenurodytas","No client translation bundles updated":"N\u0117ra atnaujint\u0173 vertim\u0173","No extensions available.":"N\u0117ra joki\u0173 galim\u0173 pl\u0117tini\u0173.","No file found at location \u0022%s\u0022.":"Joks failas nerastas \u0022%s\u0022 vietoje.","no file not found in this location":"failas nerastas \u0161ioje vietoje","No file selected":"Joks failas nepasirinktas","No files":"N\u0117ra fail\u0173","no label":"n\u0117ra pavadinimo","No more attempts allowed for item \u0022%s\u0022.":"Daugiau n\u0117ra galim\u0173 bandym\u0173 \u0022%s\u0022 elementui.","No reference to any IMS QTI Item found.":"Joks \u0161altinis jokiam IMS QTI Elementui nerastas.","No Task yet":"N\u0117ra jokios U\u017eduoties","Non Linear":"Ne Linijinis","None":"N\u0117ra","Not all test could be exported":"Ne visas testas gali b\u016bti eksportuotas","Not shuffled, the position remains fixed.":"Nemai\u0161oma, vieta i\u0161lieka pastovi.","Not started":"Dar neprad\u0117ta","Nothing imported":"Niekas neimportuota","Nothing to install !":"Nieko n\u0117ra \u012fdiegti !","Nothing to list!":"Tus\u010dias s\u0105ra\u0161as!","Notifications":"Prane\u0161imai","Nth root":"N \u0161aknis","Number of elements":"Element\u0173 kiekis","of":"i\u0161","Off":"I\u0161jungta","Ok":"Gerai","OK":"Gerai","OK & End test":"Gerai, baigti darb\u0105","Old Password":"Senas Slapta\u017eodis","On":"\u012ejungta","Once you close this section, you cannot return to it or change your answers.":"Kai tik u\u017edarysite \u0161\u012f skyri\u0173, j\u016bs negal\u0117site sugr\u012f\u017eti ir pakeisti savo atsakymus.","One or more dependent IMS QTI Items could not be imported.":"Vienas arba daugiau priklausom\u0173 IMS QTI Element\u0173 negali b\u016bti importuojam\u0173.","Only display the items marked for review":"Rodyti tik pa\u017eym\u0117tus ap\u017evalgai elementus","Only display the unanswered items":"Rodyti tik neatsakytus elementus","Open Calculator":"Atidaryti Skai\u010diuotuv\u0105","Operated By ":"Valdo ","or":"arba","Ordering":"Eili\u0161kumas","Package is valid but no tests were found. Make sure that it contains valid QTI tests.":"Paketas teisingas, bet nerasta joki\u0173 test\u0173. Patikrinkite ar pakete yra QTI testai.","Page":"Puslapis","Part %d":"Dalis %d","Password":"Slapta\u017eodis","Password changed":"Slapta\u017eodis pakeistas","Password is empty.":"Slapta\u017eodis tu\u0161\u010dias.","Password reset":"Slapta\u017eod\u017eio atstatymas","Password successfully changed":"Slapta\u017eodis pakeistas s\u0117kmingai","Passwords are not matching":"Slapta\u017eod\u017eiai nesutampa","Pause":"Pristabdyti","Permission denied to write in the selected class":"Atmestas pra\u0161ymas ra\u0161yti \u012f pasirinkt\u0105 klas\u0119","Play":"Leisti","Please confirm deletion":"Pra\u0161ome patvirtinti i\u0161trynim\u0105","Please confirm deletion of %s.":"Pra\u0161ome patvirtinti %s \u0161alinim\u0105.","Please confirm deletion of user %s":"Pra\u0161ome patvirtinti vartotojo %s \u0161alinim\u0105.","Please confirm locking of account %s":"Pra\u0161ome patvirtinti paskyros %s u\u017erakinim\u0105.","Please confirm property deletion!":"Pra\u0161ome patvirtinti savyb\u0117s \u0161alinim\u0105!","Please confirm this operation.":"Pra\u0161ome patvirtinti \u0161\u012f veiksm\u0105.","Please confirm unlocking of account %s":"Pra\u0161ome patvirtinti paskyros %s atrakinim\u0105.","Please confirm you want to leave the test.":"Pra\u0161ome patvirtinti, kad j\u016bs norite palikti test\u0105.","Please contact %s or an administrator to release it":"Pra\u0161ome prane\u0161ti %s arba administratori\u0173, kad i\u0161leistum\u0117te","Please contact your administrator.":"Pra\u0161ome susisiekti su j\u016bs\u0173 administratoriumi.","Please download the track and listen offline.":"Pra\u0161ome atsisi\u0173sti \u012fra\u0161\u0105, kad paleistum\u0117te neprisijung\u0119.","Please download the video and view offline.":"Pra\u0161ome atsisi\u0173sti video, kad per\u017ei\u016br\u0117tum\u0117te neprisijung\u0119.","Please give a message to your commit":"Perduokite prane\u0161im\u0105 patvirtinimui","Please provide a reason":"Pra\u0161ome pateikti prie\u017east\u012f","Please report bugs, ideas, comments or feedback on the TAO Forum":"Klaidas ir komentarus pra\u0161ome registruoti TAO forume.","Please wait":"Pra\u0161ome palaukti","Please wait while ...":"Pra\u0161ome palaukti kol...","Please wait while we try to restore the connection.":"Pra\u0161ome palaukti, kol mes bandome atstatyti ry\u0161\u012f.","Post install processing":"Vykdymas po \u012fdiegimo","Power of":"Pakeltas laipsniu","Power of 10":"Pakeltas 10 laipsniu","Prepare, publish deliveries sessions.":"Paruo\u0161k, paskelbk pateik\u010di\u0173 sesijas.","Preparing installation...":"Ruo\u0161iamas \u012fdiegimas...","Preview":"Per\u017ei\u016bra","Preview the covered area":"Per\u017ei\u016br\u0117ti padengt\u0105 plot\u0105","Previous":"Gr\u012f\u017eti","Previous match":"Ankstesnis susiejimas","Previous page":"Ankstesnis puslapis","Proceed":"T\u0119sti","Proctor":"Proktorius","Properties":"Savyb\u0117s","Provided URL is not valid":"Pateiktas URL n\u0117ra teisingas","Publish":"Paskelbti","Publish the test":"Paskelbti test\u0105","QTI 2.1 Test Driver":"QTI 2.1 Test\u0173 Tvarkykl\u0117","QTI Item Runner":"QTI Elemento Vykdytojas","QTI Test \u0022%s\u0022 publishing failed.":"QTI Testo \u0022%s\u0022 paskelbimas nes\u0117kmingas.","QTI Test \u0022%s\u0022 successfully published.":"QTI Testas \u0022%s\u0022 s\u0117kmingai paskelbtas.","QTI Test Package 2.1":"QTI Testo Paketas 2.1","QTI Test Package 2.2":"QTI Testo Paketas 2.2","QTI\/APIP Test Content Package":"QTI\/APIP Testo Turinio Paketas","Queued":"Yra eil\u0117je","Rad":"Rad.","Radian":"Radianai","random":"atsitiktinis","Random value":"Atsitiktin\u0117 reik\u0161m\u0117","Range field is required":"Intervalo laukas yra b\u016btinas","RDF":"RDF","Record and manage test takers.":"Record and manage test-takers.","Reference":"\u0160altinis","Refresh":"Atnaujinti","Regenerate":"Regeneruoti","Release":"I\u0161leidimas","Releasing the lock might cause the work in progress by %s to be lost.":"Jei at\u0161auksite rakinim\u0105, galite prarasti %s atlikto darbo.","Remind":"Priminti","Remind Last":"Priminti Paskutin\u012f","Remind the last value":"Priminti paskutin\u0119 reik\u0161m\u0119","Remind the next expression in the history":"Priminti sekan\u010di\u0105 i\u0161rai\u0161k\u0105 istorijoje","Remind the previous expression in the history":"Priminti ankstesn\u0119 i\u0161rai\u0161k\u0105 istorijoje","Remind the recorded value":"Priminti \u012fra\u0161yt\u0105 reik\u0161m\u0119","Remove":"I\u0161trinti","Remove Item Reference":"\u0160alinti Elemento \u0160altin\u012f","Remove Message":"I\u0161trinti Prane\u0161im\u0105","Remove Rubric Block":"Pa\u0161alinti Rubrikos Blok\u0105","Remove Section":"Pa\u0161alinti Skyri\u0173","Remove this file":"I\u0161trinti \u0161\u012f fail\u0105","Removed %s directories":"I\u0161trinti %s aplankai","Removed %s files":"I\u0161trinti %s failai","Removing: %s":"I\u0161trinama: %s","Rename":"Pervadinti","Repeat new password":"Pakartoti nauj\u0105 slapta\u017eod\u012f","Repeat password":"Pakartoti slapta\u017eod\u012f","Request a password reset via Email.":"Slapta\u017eod\u017eio atstatymo u\u017eklausa per El. pa\u0161t\u0105.","require notification ID":"reikalauja prane\u0161imo ID","Required":"Reikalaujama","Required field":"Reikalaujamas laukas","required length":"reikalaujamas ilgis","Requires":"Reikalauja","Reset":"Atstatyti","Reset filters":"Atstatyti filtrus","Resource":"Resursas","Resource copied":"Resursas nukopijuotas","Resource Identifier":"I\u0161tekliaus Identifikatorius","Resource Identifier could not be copied to the clipboard":"Resurso Identifikatorius negali b\u016bti nukopijuotas \u012f i\u0161karpin\u0119","Resource Identifier has been copied to the clipboard":"Resurso Identifikatorius buvo nukopijuotas \u012f i\u0161karpin\u0119","Resource not imported due to multiple super classes":"Resursas nebuvo importuotas, d\u0117l daugkartini\u0173 super klasi\u0173","Resource not imported due to multiple types":"I\u0161tekliai nebuvo \u012fkelti d\u0117l egzistuojan\u010di\u0173 keli\u0173 tip\u0173","Resource saved":"Resursas i\u0161saugotas","Resource(s) successfully exported.":"Resursas(-ai) s\u0117kmingai eksportuoti.","resources":"resursai","Resources moved":"Resursai perkelti","Responsive mode":"Reaktyvus re\u017eimas","Restore sound":"Atstatyti gars\u0105","Results":"Rezultatai","Results library":"Rezultat\u0173 biblioteka","Results Monitoring":"Rezultat\u0173 Steb\u0117jimas","Return to sign in page":"Gr\u012f\u017eti \u012f prisijungimo puslap\u012f","Review":"Ap\u017evalga","Review my Answers":"Per\u017ei\u016br\u0117ti mano Atsakymus","Right click the tree to manage your lists":"Spauskite de\u0161iniu pel\u0117s klavi\u0161u ant med\u017eio, nor\u0117dami tvarkyti savo s\u0105ra\u0161us","Right parenthesis":"De\u0161inys skliaustelis","Role saved":"Rol\u0117 i\u0161saugota","Roles":"Rol\u0117s","Roles library":"Roli\u0173 biblioteka","round":"apvalinti","Round to closest whole number":"Apvalinti iki artimiausio pilno skai\u010diaus","Round to lower whole number":"Apvalinti iki ma\u017eiausio pilno skai\u010diaus","Round to upper whole number":"Apvalinti iki didesnio pilno skai\u010diaus","Row %s":"Eilut\u0117 %s","Rubric Block":"Rubrikos Blokas","Rubric Block Properties":"Rubriko Bloko Savyb\u0117s","Rubric Blocks":"Rubrikos Blokai","Running task %s":"Vykdoma u\u017eduotis %s","Save":"I\u0161saugoti","Scientific Calculator":"Mokslinis skai\u010diuotuvas","Scope":"Apimtis","Scorer":"Verintojas","Scoring":"\u012evertinimas","Scratch pad":"Juodra\u0161tis","Scratch Pad":"Juodra\u0161tis","Scratchpad":"Juodra\u0161tis","Search":"Ie\u0161koti","Search %s":"Ie\u0161koti %s","Search by properties":"Ie\u0161koti pagal savybes","Search sub-classes":"Ie\u0161koti poklasiuose","second":"sekund\u0117","seconds":"sekund\u0117s","Section %d":"Skyrius %d","Section %d of %d":"Skyrius %d i\u0161 %d","Section Properties":"Skyriaus Savyb\u0117s","select":"pasirinkti","Select":"Pasirinkti","Select a class":"Pasirinkti klas\u0119","Select a destination":"Pasirinkti tiksl\u0105","Select a language":"Pasirinkti kalb\u0105","Select Items":"Pasirinkti Elementus","Select loaded %s":"Pasirinkimas \u012fkeltas %s","Select the way the responses of your test should be processed":"Pasirinkite kokiu b\u016bdu j\u016bs\u0173 testo atsakymai tur\u0117t\u0173 b\u016bti apdorojami","Select this file":"Pasirinkti \u0161\u012f fail\u0105","select...":"pasirinkti...","Selected":"Pasirinkta","Selected file:":"Pasirinktas failas:","Selection":"Pasirinkimas","Selection saved successfully":"Pasirinkimas s\u0117kmingai i\u0161saugotas","self-locked":"u\u017esirakin\u0119s","Send":"Si\u0173sti","Set the cut score (or pass score ratio) associated to the test. It must be a float between 0 and 1.":"Nustatyti dalin\u012f bal\u0105 (arba \u012fvertinimo santyk\u012f) susiet\u0105 su testu. Privalo b\u016bti tarp 0 ir 1.","Set the rubric block as a feedback block":"Nustatyti rubrikos blok\u0105, kaip atsiliepimo blok\u0105","Set the trigonometric function to work in degrees":"Nustatyti trigonometrin\u0119 funkcij\u0105 veikti laipsniais","Set the trigonometric function to work in radians":"Nustatyti trigonometrin\u0119 funkcij\u0105 veikti radianais","Set the XHTML-QTI class of the rubric block.":"Nustatyti XHTML-QTI klas\u0119 rubrikos blokui.","Set the XHTML-QTI identifier of the rubric block.":"Nustatyti XHTML-QTI identifikatori\u0173 rubrikos blokui.","Settings":"Nustatymai","Settings updated":"Nustatymai atnaujinti","Show detailed report":"Rodyt\u012f detali\u0105 ataskait\u0105","Show Feedback":"Rodyti Atsiliepim\u0105","Show Review":"Rodyti Ap\u017evalg\u0105","Show Solution":"Rodyti Sprendim\u0105","Show the review screen":"Rodyti ap\u017evalgos ekran\u0105","Show the solution once the answer is submitted.":"Rodyti sprendim\u0105, kai atsakymas yra pateiktas.","Show timers":"Rodyti laik\u0105","Show\/Hide the review screen":"Rodyti\/Sl\u0117pti ap\u017evalgos ekran\u0105","Shuffle":"Mai\u0161yti","Sign change":"\u017denklo keitimas","Simultaneous":"Vienalaikis","sin":"sin","Sine":"Sinusas","sinh":"sinh","Size":"Dydis","Skip":"Panaikinti atsakym\u0105","Skip & End Test":"Praleisti & Baigti darb\u0105","Skip and end test":"Praleisti ir baigti darb\u0105","Skip and go to the end of the test":"Praleisti ir eiti \u012f testo pabaig\u0105","Skip and go to the next item":"Praleisti ir eiti \u012f kit\u0105 element\u0105","Skip to the end of the test":"Praleisti iki testo pabaigos","Skip to the next item":"Panaikinkite atsakym\u0105 ir pereikite \u012f kit\u0105 klausim\u0105","Skip to the next section":"Pereiti \u012f kit\u0105 skyri\u0173","Some resources have not been moved: %s":"Kai kurie resursai nebuvo perkelti: %s","Speech speed":"Kalbos greitis","Square root":"Kvadratin\u0117s \u0161aknis","Start of document reached. Continuing from the end.":"Pasiekta dokumento prad\u017eia. T\u0119siama nuo pabaigos.","Start Test-part":"Prad\u0117ti Testo dal\u012f","Status":"B\u016bsena","Status of":"B\u016bsena","Stop":"Stabdyti","Store":"Saugoti","Store the value a variable":"Saugoti reik\u0161m\u0119, kaip kintam\u0105j\u012f","Submission":"Pateikimas","Submit and go to the end of the test":"Pateikti ir eiti \u012f testo pabaig\u0105","Submit and go to the item %s":"Pateikti atsakym\u0105 ir pereiti prie %s klausimo","Submit and go to the next item":"Pateikite atsakym\u0105 ir pereikite \u012f kit\u0105 klausim\u0105","Submit and go to the previous item":"Pateikite atsakym\u0105 ir gr\u012f\u017ekite \u012f ankstesn\u012f klausimo","SUBMIT THE TEST":"PATEIKTI SAVO TEST\u0104","Success":"Pavyko","Successfully deleted %s":"Pa\u0161alinta s\u0117kmingai %s","Successfully imported \u0022%s":"S\u0117kmingai importuota \u0022%s","Successfully imported %s tripples":"S\u0117kmingai \u012fkelti %s trejetai","Successfully imported class \u0022%s":"Klas\u0117 s\u0117kmingai importuota \u0022%s","Successfully updated %s client translation bundles":"S\u0117kmingai atnaujinti %s vertimo \u012fra\u0161\u0173 rinkiniai","Supported export formats":"Palaikomi eksportavimo formatai","Syntax error":"Sintaks\u0117s klaida","tan":"tan","Tangent":"Tangentas","tanh":"tanh","Tao Default Theme":"Tao Numatyta Tema","TAO Home":"TAO Namai","TAO Login":"TAO Prisijungimas","Task %s has been cancelled, message was not processed.":"U\u017eduotis %s buvo at\u0161aukta, prane\u0161imas nebuvo apdorotas.","task created":"u\u017eduotis sukurta","Task Listing":"U\u017eduoties S\u0105ra\u0161as","Task Name":"U\u017eduoties Pavadinimas","Task not found":"U\u017eduotis nerasta","Task not returned any report.":"U\u017eduotis negra\u017eino joki\u0173 ataskait\u0173.","technical":"techninis","Term":"Terminas","Test":"Testas","Test constructor":"Testuoti konstruktori\u0173","Test metadata successfully exported.":"Testo meta duomenys s\u0117kmingai i\u0161eksportuoti.","Test Navigation":"Testo Navigacija","Test Saved":"Testas I\u0161saugotas","Test status":"Testo b\u016bsena","Test takers library":"Test-takers library","Test-Taker Tools":"Testo Laikytojo \u012erankiai","Test-takers":"Testo laikytojai","Tests":"Testai","Tests library":"Test\u0173 biblioteka","Text - Long - Box":"Ilgesnis tekstas - langelis","Text - Long - HTML editor":"Ilgesnis tekstas - HTML redaktorius","Text - Short - Field":"Trumpesnis teksto laukas","Text content":"Teksto turinys","Text to Speech":"Tekstas Balsu","The \u0027imsmanifest.xml\u0027 file found in the archive is not valid.":"Rastas \u201eimsmanifest.xml\u201c failas archyve yra blogas.","The action will be applied to":"\u0160is veiksmas bus taikomas: ","The action will be applied to the following":"Veiksmas bus taikomas \u0161iems: ","The action will not be applied to ":"\u0160is veiksmas nebus taikomas: ","The action will not be applied to the following":"Veiksmas nebus taikomas \u0161iems: ","The assessment has been created but is not already running.":"Vertinimas buvo sukurtas, bet vis dar n\u0117ra vykdomas.","The assessment has been suspended by an authorized proctor. If you wish to resume your assessment, please relaunch it and contact your proctor if required.":"Vertinimas buvo suspenduotas autorizuoto proktoriaus. Jeigu norite t\u0119sti vertinim\u0105, pra\u0161ome paleisti i\u0161 naujo ir jeigu reikia susisiekite su j\u016bs\u0173 proktoriumi.","The assessment has been suspended. To resume your assessment, please relaunch it and contact your proctor if required.":"J\u016bs\u0173 vertinimas yra atid\u0117tas. Kad t\u0119sti j\u016bs\u0173 \u012fvertinim\u0105, pra\u0161ome prad\u0117ti i\u0161 naujo arba prane\u0161ti j\u016bs\u0173 proktoriui, jeigu b\u016btina.","The assessment has been suspended. To resume your assessment, please relaunch it.":"Vertinimas buvo suspenduotas. Norint t\u0119sti, pra\u0161ome prad\u0117ti i\u0161 naujo.","The assessment has been terminated.":"Vertinimas buvo nutrauktas.","The assessment has been terminated. You cannot interact with it anymore.":"Vertinimas buvo nutrauktas. J\u016bs negalite t\u0119sti jo daugiau.","The assessment is still running.":"\u012evertinimas vis dar vykdomas.","The candidate is not allowed to submit invalid responses.":"Kandidatui neleid\u017eiama pateikti blogus atsakymus.","The column ":"Stulpelis","The connection seems to be back, please proceed":"Ry\u0161ys atrodo, kad atsirado. Pra\u0161ome t\u0119sti","The dependency to the IMS QTI AssessmentItemRef \u0022%s\u0022 in the IMS Manifest file could not be resolved.":"IMS QTI priklausomyb\u0117 AssessmentItemRef \u0022%s\u0022 IMS Manifesto faile negal\u0117jo b\u016bti i\u0161spr\u0119sta.","The following identifiers are not unique accross the test : %s":"\u0160ie identifikatoriai n\u0117ra unikal\u016bs visame teste : %s","The format of this field is not valid.":"\u0160io lauko formatas yra netinkamas.","The identifier of the item reference.":"Elemento \u0161altinio identifikatorius.","The identifier of the section.":"Skyriaus identifikatorius.","The imported file is not properly UTF-8 encoded.":"Importuotas failas n\u0117ra teisingas UTF-8 koduotas.","The IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file was already stored in the Item Bank.":"IMS QTI Elementas nurodytas kaip \u0022%s\u0022 IMS Manifesto faile jau buvo patalpintas Element\u0173 Banke.","The IMS QTI Test Package could not be imported.":"IMS QTI Testo Paketas negali b\u016bti importuotas.","The IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file could not be imported.":"IMS QTI Elementas nurodytas kaip \u0022%s\u0022 IMS Manifesto faile nepavyko importuoti.","The index identifier should not be empty":"Indekso identifikatorius negali b\u016bti tu\u0161\u010dias.","The lock has been released":"U\u017eraktas buvo paleistas","The number of child elements to be selected.":"Skai\u010dius element\u0173 vaik\u0173 pasirinkti.","The principle identifier of the test.":"Pagrindinis testo identifikatorius.","The properties of the source class will be replaced by those of the destination class. This might result in a loss of metadata. Continue anyway?":"Savyb\u0117s \u0161altinio klas\u0117je bus pakeistos i\u0161 paskirtos klas\u0117s. D\u0117l to gali b\u016bti prarasti meta duomenys. T\u0119sti vistiek?","The provided archive is invalid. Make sure it is not corrupted and that it contains an \u0027imsmanifest.xml\u0027 file.":"Pateiktas archyvas yra blogas. Patikrinkite ar jis nesugadintas ir turi \u201eimsmanifest.xml\u201c fail\u0105.","The QTI Test \u0027%s\u0027 to be compiled must contain at least 1 QTI Item. None found.":"QTI Testas \u0027%s\u0027 surinkimui privalo tur\u0117ti bent 1 QTI Element\u0105. Joks nebuvo surastas.","The QTI test could not be retrieved correctly.":"QTI testas nebuvo atgautas teisingai.","The QTI Test XML or one of its dependencies is malformed or empty.":"QTI Testo XML arba vienas i\u0161 jo priklausomybi\u0173 yra sugadinti arba tu\u0161\u010dia.","The QTI-XML test could not be written correctly.":"QTI-XML testas nebuvo \u012fra\u0161ytas teisingai.","The reference.":"\u0160altinis.","The resources related to the IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file were rolled back.":"Resursai susij\u0119 su IMS QTI Testu nurodyti kaip \u0022%s\u0022 IMS Manifesto faile buvo atstatyti.","The section title.":"Skyriaus pavadinimas.","The server has sent an empty response":"Serveris atsiunt\u0117 tu\u0161\u010di\u0105 atsakym\u0105","The test has been closed\/suspended!":"Testas buvo u\u017edarytas\/sustabdytas!","The test has been paused, we are unable to connect to the server.":"Testas buvo pristabdytas, mes negalime prisijungti prie serverio.","The test has not been saved.":"Testas nebuvo i\u0161saugotas.","The test part identifier.":"Testo dalies identifikatorius.","The test title.":"Testo pavadinimas.","The uploaded file is too large (maximum %s bytes)":"\u012ekeltas failas yra per didelis (maksimum %s bait\u0173)","The value for the property \u0022%s\u0022 must be unique.":"Po\u017eymio \u0022%s\u0022 reik\u0161m\u0117 turi b\u016bti unikali.","The value of this field must be a valid date format, e.g. YYYY-MM-DD":"\u0160io lauko reik\u0161m\u0117 turi b\u016bti data tinkamu formatu, pvz. YYYY-MM-DD.","The value of this field must be an integer":"\u0160io lauko reik\u0161m\u0117 turi b\u016bti sveikas skai\u010dius","The value of this field must be numeric":"\u0160io lauko reik\u0161m\u0117 turi b\u016bti skai\u010dius","There is nothing to list!":"S\u0105ra\u0161as tu\u0161\u010dias!","This %s is currently checked out":"\u0160iuo metu \u0161is %s yra i\u0161registruotas","This field is required":"\u0160is laukelis privalomas","This field is too long":"Laukelis per ilgas","This field is too short":"Laukelis per trumpas","This is not a valid email address.":"Neteisingas el. pa\u0161to adresas.","this is required":"privaloma","This Login is already in use":"Prisijungimo vardas u\u017eimtas","This media cannot be played!":"Medija negali b\u016bti paleista!","This password reset link is no longer valid. It may have already been used. If you still wish to reset your password please request a new link":"Slapta\u017eod\u017eio atstatymo nuoroda yra nebegaliojanti. Gali b\u016bti, kad jau panaudota. Jeigu vistiek norite atstatyti savo slapta\u017eod\u012f, papra\u0161ykite naujos nuorodos","This resource is locked":"\u0160is resursas u\u017erakintas","This role is still given to one or more users. Please remove the role to these users first.":"\u0160\u012f rol\u0117 vis dar priskirta vienam ar daugiau vartotoj\u0173. Pra\u0161ome pirma pa\u0161alinti \u0161i\u0105 rol\u0119 i\u0161 vartotoj\u0173.","This should equal %s":"Tai turi b\u016bti lygu %s","This should not equal %s":"Tai neturi b\u016bti lygu %s","This test has been suspended":"\u0160is testas buvo sustabdytas","This test has been terminated":"\u0160is testas buvo nutrauktas","Time limit reached for item \u0022%s\u0022.":"Laiko limitas pasiektas \u0022%s\u0022 elementui.","Time limit reached, this part of the test has ended.":"Testo atlikimo laikas baig\u0117si.","Time limit reached, this part of the test has ended. However you are allowed to finish the current item.":"Laiko limitas pasiektas, \u0161i testo dalis pabaigta. Ta\u010diau, jums galima atlikti dabartin\u012f element\u0105.","Time Limits":"Laiko Limitai","Time Remaining":"Liko Laiko","Time zone":"Laiko zona","Title":"Pavadinimas","to":"\u012f","To reset your password, click the link below, or paste it into your browser. You will then be prompted to create a new password.":"Norint atstatyti slapta\u017eod\u012f, paspauskite ant nuorodos apa\u010dioje, arba nukopijuokite ir \u012fklijuokite \u012f savo nar\u0161ykl\u0119. J\u016bs\u0173 bus pra\u0161oma \u012fvesti nauj\u0105 slapta\u017eod\u012f.","to translate":"i\u0161versti","Tokenizer":"Antspaud\u0117jas","Too many suggestions match your query. Only a few are listed":"J\u016bs\u0173 u\u017eklaus\u0105 atitinka daug daugiau rezultat\u0173, nei rodoma.","Tools":"\u012erankiai","Total duration":"Bendra trukm\u0117","Total score":"Galutinis rezultatas","Total:":"I\u0161 viso:","Translate":"I\u0161versti","Translate to":"I\u0161versti \u012f","Translation parameters":"Vertimo pasirinkimai","Translation saved":"Vertimas i\u0161saugotas","Tree - Multiple node choice ":"Medis - galimi keli\u0173 \u0161ak\u0173 pasirinkimai","Trees":"Med\u017eiai","True":"Teisingas","trunc":"trunc","Tutor":"Mokytojas","Type":"Tipas","Type your search":"\u012eveskite paie\u0161k\u0105","Unable to access your account?":"Napvyksta pasiekti savo paskyros?","Unable to change passwords in demo mode":"Negalima keisti slapta\u017eod\u017eio, dirbant demonstravimo re\u017eimu","Unable to copy the resource":"Nepavyko nukopijuoti resurso","Unable to delete %s":"Nepavyko i\u0161trinti %s","Unable to delete the selected resource":"Nepavyko i\u0161trinti pasirinkto resurso","Unable to delete the selected resources":"Ne\u012fmanoma i\u0161trinti pasirinkt\u0173 resurs\u0173","Unable to move the resources":"Ne\u012fmanoma perkleti resurs\u0173","Unable to open file %s":"Nepavyko atidaryti failo %s","Unable to release the lock":"Nepavyko paleisti u\u017erakto","Unable to remove the property.":"Ne\u012fmanoma pa\u0161alinti \u0161ios savyb\u0117s.","Unable to save resource.":"Nepavyko i\u0161saugoti resurso.","unable to search into notification.":"negalima ie\u0161koti prane\u0161ime.","Unable to send the password reset request":"Nepavyko i\u0161si\u0173sti slapta\u017eod\u017eio atstatymo pra\u0161ymo","Unable to update the asset service":"Nepavyko atnaujinti turinio serviso","Unable to upload file":"Nepavyko \u012fkelti failo","Unable to upload file %s : %s":"Nepavyko \u012fkelti failo %s : %s","Unanswered":"Neatsakyta","Unanswered items":"Neatsakyti elementai","Unary operator +":"Vienetinis operatorius +","Unary operator -":"Vienetinis operatorius -","Uncheck all":"At\u017eym\u0117ti visus","Uncheck All":"At\u017eym\u0117ti visus","Undefined amount of the pages for pagination":"Nenustatytas puslapi\u0173 skai\u010dius skirstymui puslapiais","Undefined amount of the totalPages for pagination":"Nenustatytas bendras puslapi\u0173 skai\u010dius skirstymui puslapiais","Undo":"Anuliuoti","Unexpected error. Please contact administrator":"Netik\u0117ta klaida. Pra\u0161ome prane\u0161ti administratoriui","Unflag for Review":"At\u017eym\u0117ti","Uninstall of %s failed":"%s i\u0161diegimas nepavyko","Uninstalled %s":"I\u0161diegtas %s","unknown":"ne\u017einoma","Unknown Error":"Ne\u017einoma Klaida","Unknown error.":"Ne\u017einoma klaida.","unkown task id %s":"ne\u017einomas u\u017eduoties id %s","Unlink to use separated durations":"Atri\u0161ti, kad naudoti atskirtas trukmes","Update":"Atnaujinti","Update ID : %s":"Atnaujinimo ID : %s","Upload":"\u012ekelti","Upload a QTI 2.1 Test Package File":"\u012ekelti QTI 2.1 Testo Paketo Fail\u0105","Upload into:":"\u012ekelti \u012f:","Usage: ImportRdf RDF_FILE [MODEL_ID]":"Naudojimo pavyzdys: ImportRdf RDF_FILE [MODEL_ID]","Use a term":"Naudoti termin\u0105","Use a variable":"Naudoti reik\u0161m\u0119","Use Ctrl\/Meta key or Lasso for multiple selection":"Naudoti Ctrl\/Meta mygtukus arba kilpin\u0119 keliems pasirinkimams","Use default value":"Naudoti numatyt\u0105 reik\u0161m\u0119","User":"Vartotojas","User %s can not be locked":"Vartotojas %s negali b\u016bti u\u017erakintas","User %s can not be unlocked":"Vartotojas %s negali b\u016bti atrakintas","User %s successfully locked":"Vartotojas %s s\u0117kmingai u\u017erakintas","User %s successfully unlocked":"Vartotojas %s s\u0117kmingai neu\u017erakintas","User added":"Varototojas prid\u0117tas","User deleted successfully":"Vartotojas s\u0117kmingai i\u0161trintas","User deletion not permitted on a demo instance":"Vartotojo \u0161alinimas n\u0117ra galimas bandomoje instancijoje","User not found":"Vartotojas nerastas","User saved":"Vartotojas i\u0161saugotas","User Settings":"Vartotojo Nustatymai","Users":"Vartotojai","Validate Responses":"Tikrinti Atsakymus","Validation for field \u0027%s\u0027 has failed. List of values expected":"Patvirtinimas lauko \u0027%s\u0027 nepavyko. Tur\u0117t\u0173 b\u016bti s\u0105ra\u0161as reik\u0161mi\u0173","Validation for field \u0027%s\u0027 has failed. Valid role expected. Given: %s":"Patvirtinimas lauko \u0027%s\u0027 nepavyko. Tur\u0117jo b\u016bti teisinga rol\u0117. Pateikta: %s","Validation for field \u0027%s\u0027 has failed. Valid URI expected":"Patvirtinimas lauko \u0027%s\u0027 nepavyko. Teisingas URI tur\u0117jo b\u016bti","Validation for field \u0027%s\u0027 has failed. Valid URI expected. Given: %s":"Patvirtinimas lauko \u0027%s\u0027 nepavyko. Teisingas URI tur\u0117jo b\u016bti. Pateiktas: %s","Value":"Reik\u0161m\u0117","Value of E":"E reik\u0161m\u0117","Value of PI":"PI reik\u0161m\u0117","Variable":"Kintamasis","Variable %s":"Kintamasis %s","Version":"Versija","View and format the collected results.":"Per\u017ei\u016br\u0117ti ir formatuoti pasirinktus rezultatus.","View report":"Per\u017ei\u016br\u0117ti ataskait\u0105","View resources as a list":"Per\u017ei\u016br\u0117ti resursus, kaip s\u0105ra\u0161\u0105","View resources as a tree":"Per\u017ei\u016br\u0117ti resursus, kaip med\u012f","View Tree":"Per\u017ei\u016br\u0117ti Med\u012f","Viewed":"Per\u017ei\u016br\u0117ta","Viewed items":"Per\u017ei\u016br\u0117ti elementai","Views":"Per\u017ei\u016bros","Visible":"Matoma","Volume":"Garsumas","Wait is over":"Laukimas baigtas","Waiting":"Laukiama","Warning \u2013 You have %s remaining to complete the test.":"\u012esp\u0117jimas \u2013 Jums liko %s testui atlikti.","Warning \u2013 You have %s remaining to complete this item.":"\u012esp\u0117jimas \u2013 Jums liko %s testui atlikti.","Warning \u2013 You have %s remaining to complete this section.":"\u012esp\u0117jimas \u2013 Jums liko %s \u0161iai testui daliai atlikti.","Warning \u2013 You have %s remaining to complete this test part.":"\u012esp\u0117jimas \u2013 Jums liko %s \u0161iai testui daliai atlikti.","Warning \u2013 You have %s remaining to complete this test.":"\u012esp\u0117jimas \u2013\u2013 Jums yra lik\u0119 %s, kad u\u017ebaigtum\u0117te \u0161\u012f test\u0105.","We are unable to connect the server to submit your results.":"Mes negalime prisijungti prie serverio, kad \u012fkelti j\u016bs\u0173 rezultatus.","We are unable to connect to the server to retrieve the next item.":"Ne\u012fmanoma susisiekti su serveriu ir atsi\u0173sti kit\u0105 klausim\u0105.","Weight":"Svoris","Weights":"Svoriai","When selecting child elements each element is normally eligible for selection once only.":"Kai renkamasi vaik\u0173 elementus, kiekvienas elementas yra tinkamas vienkartiniam pasirinkimui.","Whether a candidate\u0027s response that is beyond the maximum duration of the item should still be accepted.":"Ar kandidato atsakymas ilgesnis negu maksimali elemento trukm\u0117 tur\u0117t\u0173 b\u016bti priimtas.","Whether a candidate\u0027s response that is beyond the maximum duration of the section should still be accepted.":"Nesvarbu, ar kandidato atsakymas, kuris yra daugiau negu maksimali skyriaus trukm\u0117, gal\u0117t\u0173 b\u016bti priimta.","Whether a candidate\u0027s response that is beyond the maximum duration should still be accepted.":"Nesvarbu, ar kandidato atsakymas, kuris yra daugiau negu maksimali trukm\u0117, gal\u0117t\u0173 b\u016bti priimta.","Who can view the rubric block during the delivery.":"Kas gali per\u017ei\u016br\u0117ti rubrikos blok\u0105 per pateikt\u012f.","Whole number part":"Pilno skai\u010diaus dalis","Width":"Plotis","With Replacement":"Su Pakeitimu","Wrong file mime type":"Blogas failo MIME tipas","Wrong or missing parameter extension, module or action":"Neteisingas parametras pl\u0117tinys, modulis ar veiksmas arba jo n\u0117ra","Wrong parameter shownExtension":"Neteisingas parametras shownExtension","XML error at line %1$d column %2$d \u0022%3$s\u0022.":"XML klaida eilut\u0117s %1$d stulpelyje %2$d \u0022%3$s\u0022.","Yes":"Taip","You answered all %s question(s) in this section":"J\u016bs atsak\u0117te \u012f visus %s klausimus \u0161iame teste","You answered all %s question(s) in this test":"J\u016bs atsak\u0117te \u012f visus %s klausimus \u0161iame teste","You answered only %s of the %s question(s) in this section":"J\u016bs atsak\u0117te tik \u012f %s i\u0161 %s klausim\u0173 \u0161iame skyriuje","You are about to go to the next item. Click OK to continue and go to the next item.":"J\u016bs ketinate pereiti \u012f kit\u0105 element\u0105. Nor\u0117dami t\u0119sti spauskite OK ir pereikite \u012f kit\u0105 element\u0105.","You are about to go to the previous item. Click OK to continue and go to the previous item.":"Ar j\u016bs tikrai ketinate gr\u012f\u017eti prie ankstesnio elemento? Spauskite t\u0119sti ir gr\u012f\u017ekite.","You are about to submit the test.":"J\u016bs ketinate pateikti savo test\u0105.","You are about to submit the test. You will not be able to access this test once submitted. Click OK to continue and submit the test.":"J\u016bs ketinate pateikti savo test\u0105. J\u016bs negal\u0117site pasiekti \u0161io testo, kai jis bus pateiktas. Spauskite Taip nor\u0117dami pateikti test\u0105.","You are encountering a prolonged connectivity loss. ":"J\u016bs turite u\u017esit\u0119susius ry\u0161io tr\u016bk\u010dius.","You are not allowed to write in the class %s":"Jums neleid\u017eiama ra\u0161u %s klas\u0117je","You are not authorised to remove this lock":"J\u016bs esate neautorizuotas i\u0161trinti \u0161\u012f u\u017erakt\u0105","You cannot delete the root node":"Negalima panaikinti \u0161akninio elemento","You cannot move the selected resources in the class %s":"J\u016bs negalite perkelti pasirinkt\u0173 resurs\u0173 i\u0161 %s klas\u0117s","You currently have no access to the platform":"J\u016bs \u0161iuo metu neturite prieigos prie platformos","You do not have the required rights to edit this resource.":"J\u016bs neturite reikalaujam\u0173 teisi\u0173 redaguot\u012f \u0161\u012f resurs\u0105.","You have %s item(s) marked for review.":"Turite %s klausim\u0173(-us) pa\u017eym\u0117j\u0119 patikrinimui.","You have %s unanswered question(s)":"Liko neatsakyti %s klausimai(-\u0173).","You have %s unanswered question(s) and have %s item(s) marked for review.":"J\u016bs turite %s neatsakytus klausim\u0105(-us) ir turite %s element\u0105(-us) pa\u017eym\u0117tus per\u017ei\u016brai.","You have %s unanswered question(s).":"Liko neatsakyti %s klausimai(-\u0173).","You have been locked due to too many failed login attempts. ":"J\u016bs buvote u\u017erakintas d\u0117l per daug nepavykusi\u0173 prisijungimo bandym\u0173.","You have been logged out. Please login again":"J\u016bs esate atsijung\u0119. Pra\u0161ome prisijungti dar kart\u0105","You must activate JavaScript in your browser to run this application.":"J\u016bs privalote aktyvuoti JavaScript savo nar\u0161ykl\u0117je, kad paleistum\u0117te program\u0105.","You will not be able to access this test once submitted. Click \u0022%s\u0022 to continue and submit the test.":"J\u016bs negal\u0117site pasiekti \u0161io testo, kai jis bus pateiktas. Spauskite \u0022%s\u0022 nor\u0117dami pateikti test\u0105.","Your account has been locked, please contact your administrator.":"J\u016bs\u0173 paskyra buvo u\u017erakinta, pra\u0161ome susisiekti su j\u016bs\u0173 administratoriumi.","Your browser does not meet the technical requirements to run TAO.":"J\u016bs\u0173 nar\u0161ykl\u0117 neatitinka technini\u0173 reikalavim\u0173 paleisti TAO.","Your browser does not support copying to the clipboard":"J\u016bs\u0173 nar\u0161ykl\u0117 nepalaiko kopijavimo \u012f i\u0161karpin\u0119","Your browser doesn\u2019t support the audio player.":"J\u016bs\u0173 nar\u0161ykl\u0117 nepalaiko audio grotuvo.","Your browser doesn\u2019t support the video player.":"J\u016bs\u0173 nar\u0161ykl\u0117 nepalaiko vaizdo grotuvo.","Your comment\u2026":"Tavo komentaras...","Your mail":"J\u016bs\u0173 pa\u0161tas","Your TAO Password":"J\u016bs\u0173 TAO Slapta\u017eodis","Zoom":"Priartinimas","Zoom in":"Priartinti","Zoom out":"Atitolinti"} \ No newline at end of file diff --git a/locales/lt-LT/qtiCat.rdf.po b/locales/lt-LT/qtiCat.rdf.po index 5d1b5ff718..2b527d0b16 100644 --- a/locales/lt-LT/qtiCat.rdf.po +++ b/locales/lt-LT/qtiCat.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:07\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:21\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: lt-LT\n" diff --git a/locales/lt-LT/qtitest.rdf.po b/locales/lt-LT/qtitest.rdf.po index eb93f50002..174114351d 100644 --- a/locales/lt-LT/qtitest.rdf.po +++ b/locales/lt-LT/qtitest.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:07\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:21\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: lt-LT\n" diff --git a/locales/lt-LT/taoQtiTestItemRunner.rdf.po b/locales/lt-LT/taoQtiTestItemRunner.rdf.po index 4d9fa01def..dfb5534a5e 100644 --- a/locales/lt-LT/taoQtiTestItemRunner.rdf.po +++ b/locales/lt-LT/taoQtiTestItemRunner.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:07\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:21\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: lt-LT\n" diff --git a/locales/nb-NO/messages.po b/locales/nb-NO/messages.po index 427e372102..0c545c9919 100644 --- a/locales/nb-NO/messages.po +++ b/locales/nb-NO/messages.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 2021.10\n" -"PO-Revision-Date: 2021-10-21T13:49:33\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:21\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: nb-NO\n" @@ -22,6 +22,9 @@ msgstr "(Visuell) Fjern alle aktive uthevinger" msgid "(Visual) Highlight Text" msgstr "(Visuell) Uthev tekst" +msgid "A concurrent delivery has been detected. Please use the last open session. The present window can be closed." +msgstr "" + msgid "A QTI Item involved in the QTI Test '%s' could not be compiled." msgstr "En QTI-oppgave som er med i QTI-prøven '%s' kunne ikke kompileres." @@ -46,6 +49,9 @@ msgstr "Det kreves et gyldig svar på denne oppgaven." msgid "A visible section is one that is identifiable by the candidate." msgstr "En synlig seksjon er en som kan identifiseres av eleven." +msgid "Accessibility tool that enables Test Taker to have the item content read aloud." +msgstr "" + msgid "Activated" msgstr "Aktivert" @@ -58,6 +64,9 @@ msgstr "Legg til en zip-fil som inneholder QTI/APIP-prøver og oppgaver" msgid "Add selected item(s) here." msgstr "Legg til valgt(e) oppgave(r) her." +msgid "Add Subsection" +msgstr "" + msgid "Add the source file" msgstr "Legg til kildefilen" @@ -223,6 +232,15 @@ msgstr "Svart på lys magenta" msgid "Black on White" msgstr "Svart på hvit" +msgid "Bookmark question" +msgstr "" + +msgid "Bookmark the current question for later review" +msgstr "" + +msgid "Bookmarked question %s" +msgstr "" + msgid "Calculator" msgstr "Kalkulator" @@ -232,12 +250,12 @@ msgstr "BODMAS kalkulator" msgid "Can not playback media file!" msgstr "Kan ikke spille av mediefil!" -msgid "Cancel" -msgstr "Avbryt" - msgid "CANCEL" msgstr "AVBRYT" +msgid "Cancel" +msgstr "Avbryt" + msgid "Candidate" msgstr "Elev" @@ -361,6 +379,9 @@ msgstr "Vist navn" msgid "Displays a customisable magnifier" msgstr "Viser en forstørrelsesglass som kan tilpasses" +msgid "Do not bookmark the current question for later review" +msgstr "" + msgid "Do not flag the current item for later review" msgstr "Ikke flagg oppgaven for å se gjennom senere" @@ -373,6 +394,9 @@ msgstr "Ikke vis varsel ved timeout" msgid "Don't save" msgstr "Ikke lagre" +msgid "Don\'t save" +msgstr "" + msgid "Download" msgstr "Last ned" @@ -431,12 +455,21 @@ msgstr "Feil funnet i IMS QTI-prøven: %s" msgid "Expand the review panel" msgstr "Utvid se gjennom oppgave-panelet" +msgid "Export" +msgstr "" + msgid "Export failed for the test \"%s" msgstr "Eksport mislyktes for testen \"%s" +msgid "Export failed. Key uri nor classUri in formValues are not defined" +msgstr "" + msgid "Export metadata" msgstr "Eksporter metadata" +msgid "Export QTI %s Test Package" +msgstr "" + msgid "Export QTI 2.1 Test Package" msgstr "Eksporter QTI 2.1 Testpakke" @@ -506,6 +539,9 @@ msgstr "Grå på grønn" msgid "Hide Review" msgstr "Skjul å se gjennom" +msgid "Hide test overview panel" +msgstr "" + msgid "Hide the review screen" msgstr "Skjul å se gjennom på skjerm" @@ -557,6 +593,9 @@ msgstr "Hvis kategorialternativet er angitt, blir skåren også behandlet per ka msgid "If the connection cannot be restored, see option B." msgstr "Hvis tilkoblingen ikke kan gjenopprettes, se alternativ B." +msgid "If you leave the test, your changes will not be saved due to invalid test settings. Are you sure you wish to leave?" +msgstr "" + msgid "If you need help, please contact our Helpline on 0330 088 4171." msgstr "" @@ -590,6 +629,9 @@ msgstr "Inkonsekvens i linje %1d:" msgid "Individual" msgstr "Individuell" +msgid "Informational item" +msgstr "" + msgid "Informational Item Usage" msgstr "Informasjonsside" @@ -629,12 +671,12 @@ msgstr "Oppgavens svaridentifikator samsvarer ikke med gjeldende oppgave" msgid "Item Session Control" msgstr "Innstilling for gjennomføring" -msgid "items" -msgstr "oppgaver" - msgid "Items" msgstr "Oppgaver" +msgid "items" +msgstr "oppgaver" + msgid "Items can optionally be assigned to one or more categories." msgstr "Oppgaver kan tilordnes en eller flere kategorier." @@ -701,13 +743,13 @@ msgstr "Administrer rubrikkbokser" msgid "Manage test properties" msgstr "Administrer prøveegenskaper" -msgid "Manage Tests" -msgstr "Administrer Oppgavesett" - #, tao-public msgid "Manage tests" msgstr "Administrer oppgavesett" +msgid "Manage Tests" +msgstr "Administrer Oppgavesett" + msgid "Mark for review" msgstr "Marker for å se gjennom" @@ -765,9 +807,15 @@ msgstr "minutter" msgid "Missed required parameter \'id" msgstr "Manglet nødvendig parameter \'id" +msgid "Missed required parameter \'id\'" +msgstr "" + msgid "Missed test package file" msgstr "Manglet prøvepakke fil" +msgid "Missing filename for QTI Test export" +msgstr "" + msgid "Missing required configuration option %s" msgstr "Mangler nødvendig konfigurasjonsalternativ %s" @@ -816,12 +864,18 @@ msgstr "Neste seksjon" msgid "No" msgstr "Ingen" +msgid "NO" +msgstr "" + msgid "No CAT Engine configured for CAT Endpoint \"%s\"." msgstr "Ingen CAT-motor er konfigurert for CAT-endepunkt \"%s\"." msgid "No file found at location \"%s\"." msgstr "Fant ingen fil på stedet \"%s\"." +msgid "No instance in form to export" +msgstr "" + msgid "No more attempts allowed for item \"%s\"." msgstr "Ingen flere tillatte forsøk for oppgave \"%s\"." @@ -963,6 +1017,12 @@ msgstr "QTI Prøve \"%s\" publisering mislyktes." msgid "QTI Test \"%s\" successfully published." msgstr "QTI-prøven \"%s\" ble publisert." +msgid "QTI Test Metadata" +msgstr "" + +msgid "QTI Test Package %s" +msgstr "" + msgid "QTI Test Package 2.1" msgstr "QTI-prøvepakke 2.1" @@ -978,6 +1038,9 @@ msgstr "spørsmål" msgid "Question" msgstr "Spørsmål" +msgid "Question %s" +msgstr "" + msgid "questions" msgstr "spørsmål" @@ -1002,6 +1065,9 @@ msgstr "Fjern Rubrikkboks" msgid "Remove Section" msgstr "Fjern seksjon" +msgid "Remove Subsection" +msgstr "" + msgid "Remove Test Part" msgstr "Fjern prøvedel" @@ -1017,6 +1083,9 @@ msgstr "Tilbakestill filtre" msgid "Resource(s) successfully exported." msgstr "Ressurs(er) ble eksportert." +msgid "ResultTransmission event successfully registered" +msgstr "" + msgid "Review" msgstr "Se gjennom" @@ -1047,10 +1116,10 @@ msgstr "Skårer" msgid "Scoring" msgstr "Skåring" -msgid "Scratch pad" +msgid "Scratch Pad" msgstr "Tegnebrett" -msgid "Scratch Pad" +msgid "Scratch pad" msgstr "Tegnebrett" msgid "Scratchpad" @@ -1125,6 +1194,9 @@ msgstr "Vis å se gjennom" msgid "Show Solution" msgstr "Vis løsning" +msgid "Show test overview panel" +msgstr "" + msgid "Show the review screen" msgstr "Vis å se gjennom på skjerm" @@ -1233,6 +1305,12 @@ msgstr "Prøvemetadata ble eksportert." msgid "Test Navigation" msgstr "Testnavigasjon" +msgid "Test overview" +msgstr "" + +msgid "Test part level category enables configuring the categories of its composing items all at once. A category in gray means that all items have that category. A category in white means that only a few items have that category." +msgstr "I kategorier på prøvedelen er det mulig å konfigurere kategoriene på alle oppgavene i prøvedelen. En grå kategori betyr at alle oppgavene har kategorien. En hvit kategori betyr at bare noen av oppgavene har kategorien." + msgid "Test Part Properties" msgstr "Egenskaper for prøvedel" @@ -1261,10 +1339,10 @@ msgstr "Oppgavesett" msgid "Text content" msgstr "Tekstinnhold" -msgid "Text To Speech" +msgid "Text to Speech" msgstr "Tekst-til-tale" -msgid "Text to Speech" +msgid "Text To Speech" msgstr "Tekst-til-tale" msgid "that was being taken." @@ -1298,7 +1376,7 @@ msgid "The assessment is still running." msgstr "" msgid "The candidate is not allowed to submit invalid responses." -msgstr "Eleven har ikke levere ugyldige svar." +msgstr "Eleven kan ikke levere ugyldige svar." msgid "The connection seems to be back, please proceed" msgstr "Tilkoblingen ser ut til å være tilbake. Fortsett arbeidet" @@ -1348,6 +1426,9 @@ msgstr "Prøvens hovedidentifikator." msgid "The provided archive is invalid. Make sure it is not corrupted and that it contains an 'imsmanifest.xml' file." msgstr "Det oppgitte arkivet er ugyldig. Sørg for at det ikke er ødelagt og at det inneholder en 'imsmanifest.xml'-fil." +msgid "The QTI Item with URI '%s' cannot be found." +msgstr "" + msgid "The QTI Test '%s' to be compiled must contain at least 1 QTI Item. None found." msgstr "QTI-prøven '%s' som skal kompileres, må inneholde minst 1 QTI-oppgave. Ingen funnet." @@ -1363,6 +1444,9 @@ msgstr "QTI-XML-prøven kunne ikke skrives riktig." msgid "The reference." msgstr "Referansen." +msgid "The resources related to the IMS QTI Test referenced as \"%s\" in the IMS Manifest file were rolled back." +msgstr "" + msgid "The score will be processed for the entire test. A sum of all SCORE outcomes will be computed and divided by the sum of MAX SCORE, the result will be compared to the cut score (or pass ratio), then the PASS_TOTAL outcome will be set accordingly." msgstr "Skåren vil bli behandlet for hele prøven. En sum av alle SKÅR-utfallene vil bli beregnet og delt med summen av MAX SKÅR, resultatet vil bli sammenlignet med poengsum(eller bestått), deretter vil PASS_TOTAL-resultatet settes." @@ -1375,6 +1459,14 @@ msgstr "Seksjonens tittel." msgid "The submission mode determines when the candidate's responses are submitted for response processing. A testPart in individual mode requires the candidate to submit their responses on an item-by-item basis. In simultaneous mode the candidate's responses are all submitted together at the end of the testPart." msgstr "Innleveringsmodusen avgjør når elevens svar blir sendt til vurdering. En prøvedel i individuell modus krever at eleven leverer svarene sine enkeltvis. I samtidig modus sendes alleelevenes svar sammen på slutten av prøvedelen." +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"" +msgstr "" + +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"Please fix the invalid settings and try again." +msgstr "" + msgid "The test has been closed/suspended!" msgstr "Prøven er avsluttet!" @@ -1595,6 +1687,9 @@ msgstr "Gul på blå" msgid "Yes" msgstr "Ja" +msgid "YES" +msgstr "" + msgid "You answered %s of %s question(s) for this section of the test" msgstr "Du svarte %s av %s spørsmål på denne seksjonen av prøven" diff --git a/locales/nb-NO/messages_po.js b/locales/nb-NO/messages_po.js index 265cc7fcb6..4804827b7e 100644 --- a/locales/nb-NO/messages_po.js +++ b/locales/nb-NO/messages_po.js @@ -1 +1 @@ -{" AND ":" OG "," and ":" og "," has been deleted successfully":" har blitt slettet"," is ":" er "," next":" neste"," Remove criteria":" Fjern kriterier"," requires a subgrid adapter":" krever en subgrid -adapter","%1$s expected but %2$s detected":"%1$s var forventet, men %2$s ble oppdaget","%d attempts left before your account is locked.":"Du har %d fors\u00f8k igjen f\u00f8r kontoen din l\u00e5ses.","%d day":"%d dag","%d days":"%d dager","%h hour":"%h time","%h hours":"%h timer","%i minute":"%i minutt","%i minutes":"%i minutter","%m month":"%m m\u00e5ned","%m months":"%m m\u00e5neder","%s %s selected":"%s %s valgt","%s (%s kb)":"%s (%s kb)","%s Class saved":"%s Mappe lagret","%s classes":"%s mapper","%s Confirmation":"%s Bekreftelse","%s could not be released":"%s kunne ikke publiseres","%s created":"%s opprettet","%s extension(s) to install.":"%s tillegg som skal installeres.","%s has been deleted":"%s er slettet","%s has been released":"%s er publisert","%s instances":"%s forekomster","%s is of a type that cannot be published":"%s er av en type som ikke kan publiseres","%s Locked":"%s L\u00e5st","%s to answer %s":"%s for \u00e5 svare p\u00e5 %s","%s\u0022 is not a valid index identifier. It must start with a letter and contain letters, numbers or underscores only":"%s\u0022er ikke en gyldig indeksidentifikator. Den m\u00e5 starte med en bokstav og kun inneholde bokstaver, tall eller understrekninger","%y year":"%y \u00e5r","%y years":"%y \u00e5r","(empty)":"(tom)","(Visual) Clear all active highlights":"(Visuell) Fjern alle aktive uthevinger","(Visual) Highlight Text":"(Visuell) Uthev tekst","... reloading page.":"... laster siden p\u00e5 nytt.","7-zip archive":"7-zip arkiv","Filters<\/del>":"Filtre<\/del>","Options<\/del>":"Alternativer<\/del>"," %s <\/strong> has been moved to the background.":"%s<\/strong> er flyttet til bakgrunnen.","> Extension %s succesfully installed.":">Utvidelsen %s er installert.","> Installation done.":"> Installasjonen er utf\u00f8rt.","a class":"en mappe","A date has to be a Datetime or timestamp":"En dato m\u00e5 v\u00e6re en Datotid eller tidsstempel","A fatal error occured during the installation process.":"En alvorlig feil oppstod under installasjonsprosessen.","A maintenance status must have a STATUS: \u0022%s\u0022 or \u0022%s":"En vedlikeholdsstatus m\u00e5 ha en STATUS: \u0022%s\u0022 eller \u0022%s","A message with further instructions has been sent to your email address: %s":"En melding med ytterligere instruksjoner er sendt til e -postadressen din: %s","A QTI Item involved in the QTI Test \u0027%s\u0027 could not be compiled.":"En QTI-oppgave som er med i QTI-pr\u00f8ven \u0027%s\u0027 kunne ikke kompileres.","A QTI Test must contain at least one QTI Item to be compiled. None found.":"En QTI-pr\u00f8ve m\u00e5 inneholde minst en QTI-oppgave som skal kompileres. Ingen funnet.","A qti testpackage":"En QTI pr\u00f8vepakke","A remote resource referenced in QTI test \u0027%s\u0027 could not be retrieved.":"En ekstern ressurs referert til i QTI-pr\u00f8ven \u0027%s\u0027 kunne ikke hentes.","A response to every question in this item is required.":"Du m\u00e5 angi et svar p\u00e5 hvert sp\u00f8rsm\u00e5l i denne oppgaven.","A response to this item is required.":"Du m\u00e5 svare p\u00e5 denne oppgaven.","A valid response to this item is required.":"Det kreves et gyldig svar p\u00e5 denne oppgaven.","A visible section is one that is identifiable by the candidate.":"En synlig seksjon er en som kan identifiseres av eleven.","AAC audio":"AAC lyd","About":"Om","abs":"abs","Absolute value":"Absolutt verdi","AC":"AC","Access Denied":"Ingen Tilgang","Access denied. Please renew your authentication!":"Ingen tilgang. Du m\u00e5 fornye autentiseringen din!","Account status":"Konto status","Action":"Handling","Action %s - removed %s positions":"Handling %s - fjernet %s posisjoner","Action `%s` is not configured in the action queue service":"Handlingen %s er ikke konfigurert i tjenesten for handlingsk\u00f8","Action was not executed yet":"Handlingen er ikke utf\u00f8rt enn\u00e5","Actions":"Handlinger","Activated":"Aktivert","Add":"Legg til","Add \/ Edit lists":"Legg til \/ rediger lister","Add a CSV file":"Legg til en CSV-fil","add a new weight":"legg til ny vekting","Add a user":"Legg til en bruker","Add a zip file containing QTI\/APIP tests and items":"Legg til en zip-fil som inneholder QTI\/APIP-pr\u00f8ver og oppgaver","Add an RDF\/XML file":"Legg til en RDF\/XML-fil","Add Consumer":"Legge til bruker","add criteria":"legg til kriterier","Add file(s)":"Legg til fil(er)","Add property":"Legg til egenskap","Add Provider":"Legg til leverand\u00f8r","Add selected item(s) here.":"Legg til valgt(e) oppgave(r) her.","Add the source file":"Legg til kildefilen","Adding search index for %s":"Legger til s\u00f8keindeks for %s","Adding search index for created resource":"Legger til s\u00f8keindeks for opprettet ressurs","Adding the new class has failed":"\u00c5 legge til ny mappe mislyktes","Adding the new resource has failed":"\u00c5 legge til ny ressurs mislyktes","Adding\/updating search index for updated resource":"Legger til\/oppdaterer s\u00f8keindeks for oppdaterte ressurs","Adobe Flash file":"Adobe Flash-fil","Advanced search, add filters":"Avansert s\u00f8k, legg til filtre","After you complete the section it would be impossible to return to this section to make changes. Are you sure you want to end the section?":"Etter at du har fullf\u00f8rt delen, er det umulig \u00e5 g\u00e5 tilbake for \u00e5 gj\u00f8re endringer. Er du sikker p\u00e5 at du vil avslutte?","All":"Alle","all":"alle","all audios":"alle lydfilene","All data will be removed in %s":"Alle data vil bli fjernet om %s","All fields are required":"Alle felt m\u00e5 fylles ut","all images":"alle bilder","All rights reserved.":"Alle rettigheter forbeholdt.","all videos":"alle videoer","Allow Comment":"Tillat kommentarer","Allow for all domains":"Tillat for alle domener","Allow for the following domains":"Tillat f\u00f8lgende domener","Allow Review":"Tillat \u00e5 se gjennom","Allow Section Skipping":"Tillat \u00e5 g\u00e5 videre","Allow Skipping":"Tillat \u00e5 g\u00e5 videre","Allow skipping of the current section.":"Tillat \u00e5 g\u00e5 videre til neste seksjon.","Allow Test-taker to playback media files associated according to APIP protocol to item content.":"Tillat eleven \u00e5 spille av mediefiler som er tilknyttet APIP-protokollen, til oppgavens innhold.","Allow the candidate to review his answers.":"Tillat eleven \u00e5 se gjennom besvarelsen sin.","Allow the test-taker to eliminate \/ strikethrough answers in choice interactions.":"Tillat eleven \u00e5 fjerne\/gjennomg\u00e5 svarene i oppgaven.","Allow the test-taker to highlight parts of the item text.":"Tillat eleven \u00e5 markere deler av oppgaveteksten.","Allow the test-taker to mask and unmask answers in choice interactions.":"Tillat eleven \u00e5 markere og fjerne markering i oppgaven.","Allow the test-taker to mask parts of the item with a movable mask.":"Tillat eleven \u00e5 markere deler av oppgaven som kan fjernes etterp\u00e5.","Allow the test-taker to use a basic calculator.":"Tillat eleven \u00e5 bruke en enkel kalkulator.","Allow the test-taker to use a calculator respecting the order of operations (BODMAS).":"Tillat eleven \u00e5 bruke en kalkulator som f\u00f8lger operasjonsrekkef\u00f8lgen (BODMAS).","Allow the test-taker to use a movable magnifier tool.":"Tillat eleven \u00e5 bruke et forst\u00f8rrelsesverkt\u00f8y.","Allow the test-taker to use a scientific calculator.":"Tillat eleven \u00e5 bruke en vitenskapelig kalkulator.","Allow the test-taker to visually isolate a line of text.":"Tillat eleven \u00e5 visuelt isolere en tekstlinje.","Allows Test-taker to zoom in and out the item content.":"Tillat eleven \u00e5 zoome inn og ut oppgaveinnholdet.","Alpha version":"Alpha -versjon","Also compute the score per categories":"Beregn poengsum per kategori","An email has been sent":"En e -post er sendt","An error occured while retrieving items":"Det oppstod en feil under henting av oppgaver","An error occurred during results submission. Please retry.":"Det oppstod en feil under levering av pr\u00f8ven. Pr\u00f8v p\u00e5 nytt.","An error occurred during the test initialization!":"Det oppstod en feil under pr\u00f8venitialiseringen!","An error occurred during the test, please content your administrator.":"Det oppstod en feil under pr\u00f8ven. Kontakt administrator.","An error occurred during user deletion":"Det oppstod en feil under sletting av brukeren","An error occurred!":"Det oppstod en feil!","An error occurs, please contact your administrator":"Det oppst\u00e5r en feil. Ta kontakt med administrator","An exception occured while running \u0022%s":"Det oppstod et avvik under kj\u00f8ring av \u0022%s","an instance":"en forekomst","An item involved in the test cannot be read or is not QTI compliant.":"En oppgave i pr\u00f8vesettet kan ikke leses eller er ikke QTI-kompatibel.","An item involved in the test cannot be written.":"Et oppgave som finnes i testen kan ikke skrives.","An unknown error occured while compiled QTI Test \u0027%s\u0027.":"Det oppstod en ukjent feil under kompilering av QTI-pr\u00f8ven \u0027%s\u0027.","An unknown error occured while compiling QTI test \u0027%s\u0027.":"Det oppstod en ukjent feil under kompilering av QTI-pr\u00f8ven \u0027%s\u0027.","An unrecoverable error occurred. Your test session will be paused.":"Det oppstod en feil som ikke kan gjenopprettes. Pr\u00f8vegjennomf\u00f8ringen din blir satt p\u00e5 pause.","and":"og","and flagged %s of them":"og flagget %s av dem","and you flagged %s item(s) that you can review now":"og du flagget %s oppgaver(er) som du kan se gjennom n\u00e5","Ans":"Svar","Answer Eliminator":"Svareliminator","Answer Masking":"Merking av svar","Answered":"Svart","APIP Text To Speech":"APIP Tekst til tale","Apply":"Bruke","Apply date range":"Bruk datointervall","Arc cosine":"Cosinusbue","Arc sine":"Sinusbue","Arc tangent":"Tangensbue","Archived":"Arkivert","Are you sure to delete the versioned resource?\nThe history will be lost as well.":"Er du sikker p\u00e5 \u00e5 slette den versjonerte ressursen? Historikken vil ogs\u00e5 g\u00e5 tapt.","Are you sure you want to clear your answer and go to the next item? You will not be able to go back and provide an answer.":"Er du sikker p\u00e5 at du vil slette svaret ditt og g\u00e5 til neste oppgave? Du kan ikke g\u00e5 tilbake i oppgavesettet.","Are you sure you want to delete it?":"Er du sikker p\u00e5 at du \u00f8nsker slette?","Are you sure you want to end the test?":"Vil du avslutte pr\u00f8ven?","Are you sure you want to go to the next item? You will not be able to go back and change your answer.":"Er du sikker p\u00e5 at du vil g\u00e5 til neste oppgave? Du vil ikke kunne g\u00e5 tilbake igjen og endre svaret ditt.","Are you sure you want to go to the next item? You will not be able to go back and provide an answer.":"Er du sikker p\u00e5 at du vil g\u00e5 til neste oppgave? Du vil ikke kunne g\u00e5 tilbake og avgi et svar.","Are you sure you want to go to the next item? You will not be able to go back.":"Er du sikker p\u00e5 at du vil g\u00e5 til neste oppgave? Du vil ikke kunne g\u00e5 tilbake.","Area Masking":"Markering av omr\u00e5de","Assets":"Mediebank","Assign":"Tildele","Assign User to role":"Tilordne bruker til rolle","Assign Users":"Tilordne brukere","Associate a blueprint to a section allow you to validate this section against the specified blueprint.":"Knytte en kopi til en seksjon lar deg validere denne delen mot den angitte kopien.","Associate Blueprint":"Koble en kopi","At least one mandatory parameter was required but found missing in your request":"Minst \u00e9n obligatorisk parameter var p\u00e5krevd, men det ble funnet mangler i foresp\u00f8rselen din","Audio Video Interleave":"Lyd og bilde sammensetning","Author":"Forfatter","Author Item":"Forfatte oppgave","Authoring":"Rediger","auto unlocked in %s":"\u00e5pnes automatisk om %s","Auxiliary file not found at location \u0022%s\u0022.":"Hjelpefile ble ikke funnet p\u00e5 \u0022%s\u0022.","Available":"Tilgjengelig","Available Extensions":"Tilgjengelige utvidelser","Back":"Tilbake","Back to listing":"Tilbake til oppf\u00f8ring","Base-10 logarithm":"Base-10 logaritme","Beta version":"Betaversjon","Binary operator *":"Bin\u00e6r operat\u00f8r *","Binary operator +":"Bin\u00e6r operat\u00f8r +","Binary operator -":"Bin\u00e6r operat\u00f8r -","Binary operator \/":"Bin\u00e6r operat\u00f8r \/","Binary operator modulo":"Bin\u00e6r operat\u00f8r modulo","Bitmap image":"Bitmap bilde","Black on Cream":"Svart p\u00e5 kremfarge","Black on Light Blue":"Svart p\u00e5 lysebl\u00e5","Black on Light Magenta":"Svart p\u00e5 lys magenta","Black on White":"Svart p\u00e5 hvit","Browse folders:":"S\u00f8k gjennom mapper:","Browse...":"S\u00f8k...","C":"C","C file":"C-fil","C++ file (.cpp)":"C++ fil (.cpp)","Calc speadsheet (Staroffice)":"Calc regneark (Staroffice)","Calculator":"Kalkulator","Calculator BODMAS":"BODMAS kalkulator","Calendar":"Kalender","Can not playback media file!":"Kan ikke spille av mediefil!","CANCEL":"AVBRYT","cancel":"avbryt","Cancel":"Avbryt","cancel the action":"avbryt handlingen","Cancelled":"Avbrutt","Candidate":"Elev","Cannot be edited":"Kan ikke redigeres","Cannot divide by zero":"Kan ikke dele med null","Cardinality":"Kardinalitet","Case sensitive":"Skille mellom store og sm\u00e5 bokstaver","Categories":"Kategorier","Category score":"Kategorisk\u00e5r","ceil":"tak","Change password":"Endre passord","Change the current color preset":"Endre gjeldende fargeinnstilling","Change the password":"Endre passordet","Change the sign of the current operand":"Endre tegnet p\u00e5 gjeldende operand","Check all":"Sjekk alle","Check All":"Sjekk Alle","Check-in":"Innsjekking","Choose a value...":"Velg en verdi...","Choose export format":"Velg eksportformat","Choose import format":"Velg importformat","Class":"Mappe","class selected":"valgt mappe","Class successfully created.":"Mappe ble opprettet.","Class uri provided is not a valid class.":"Gitt mappe uri er ikke en gyldig mappe.","Cleaning up tmp space complete":"Rydding av tmp-plass er fullf\u00f8rt","Cleaning up tmp space started":"Rydding av tmp-plass er p\u00e5begynt","Clear":"Nullstill","Clear All":"Nullstill alt","Clear all active highlights":"Nullstill alle aktive uthevinger","Clear all data":"Nullstill alle data","Clear expression":"Nullstill uttrykk","Clear Highlights":"Nullstill utheving","Clear history":"Nullstill historikk","Clear History":"Nullstill Historikk","Clear selection":"Nullstill utvalg","Clear the date time picker":"Nullstill datovelger","Clear the stored variables":"Nullstill lagrede variabler","Click \u0022%s\u0022 to continue.":"Klikk \u0022%s\u0022 for \u00e5 fortsette.","Click to reload.":"Klikk for \u00e5 laste siden p\u00e5 nytt.","Click to speak":"Klikk for \u00e5 snakke","Close":"Lukk","Close dialog":"Lukk dialog","Close Magnifier":"Lukk forst\u00f8rrelsesglass","Close message":"Lukk melding","Close the mask":"Lukk maskering","Close this Section":"Lukk denne seksjonen","Code Version":"Kodeversjon","Collapse the review panel":"Skjul vinduet for \u00e5 se gjennom oppgaver","Collecting of abandoned actions in the action queue ...":"Samling av forlatte handlinger i handlingsk\u00f8en...","Column":"Kolonne","Combine a selection of items into tests.":"Sett sammen et utvalg av oppgaver til pr\u00f8ver.","Comment":"Kommentar","comment...":"kommentar...","Commit":"Beg\u00e5","Completed":"Fullf\u00f8rt","Completed - Error":"Fullf\u00f8rt - Feil","Completed items":"Fullf\u00f8rte oppgaver","Compressed tar file":"Komprimert tar-fil","Compute the expression":"Beregn uttrykket","Confirm":"Bekreft","Connect to the TAO platform":"Koble til TAO-plattformen","Connected to server":"Koblet til server","Continue":"Fortsett","CONTINUE TO THE NEXT SECTION":"FORTSETT TIL NESTE SEKSJON","Contrast":"Kontrast","Controls the contribution of an individual item score to the overall test score.":"Kontrollerer individuell oppgavesk\u00e5r opp mot det totale pr\u00f8veresultatet.","Controls the maximum number of attempts allowed. 0 means unlimited.":"Kontrollerer maksimalt antall tillatte fors\u00f8k. 0 betyr ubegrenset antall.","Copy":"Kopier","Copy To":"Kopier til","Copy to":"Kopier til","Copy to clipboard":"Kopier til utklippstavlen","cos":"cos","Cosine":"Kosinus","Covers parts of the item":"Dekker deler av oippgaven","Create":"Opprett","Create and design items and exercises.":"Opprett og design oppgaver.","Create instance of ":"Opprett en forekomst av ","Created":"Opprettet","Creating report ...":"Opprett rapport...","CSP Header settings were saved successfully!":"Innstillinger for CSP-topptekst ble lagret!","CSV":"CSV","CSV file":"CSV-fil","CSV Options":"CSV-alternativer","Cube root":"Kubikkrot","Current language":"Gjeldende spr\u00e5k","Current playback position":"Gjeldende avspillingsposisjon","Custom":"Egendefinert sk\u00e5ring","custom categories":"egendefinerte kategorier","Custom outcome processing. No changes will be made to the existing rules.":"Egendefinert instilling. Det vil ikke bli gjort endringer i de eksisterende reglene.","Cut score":"Poengsum","Cut score (pass ratio)":"Poengsum (best\u00e5tt)","Data imported":"Data importert","Data imported successfully":"Data importert","Data imported. Some records are invalid.":"Data importert. Noen registreriger er ugyldige.","Data Language":"Data Spr\u00e5k","Data language":"Data spr\u00e5k","Data not imported. All records are invalid.":"Data ble ikke importert. Alle registreringene er ugyldige.","Data source URI":"Datakilde URI","Database file":"Database-fil","Date":"Dato","date range":"dato-intervall","date time":"dato tid","date time range":"dato tidsintervall","Default search":"Standard s\u00f8k","Define the default values":"Definer standardverdiene","Deg":"Grad","Degree":"Grad","Delete":"Slett","Delete Left":"Slett Venstre","Delete Right":"Slett H\u00f8yre","Delete the term on the left side of the cursor":"Slett ordet p\u00e5 venstre side av mark\u00f8ren","Delete the term on the right side of the cursor":"Slett ordet p\u00e5 h\u00f8yre side av mark\u00f8ren","Deleting search index for %s":"Sletter s\u00f8keindeks for %s","Deliveries":"Publiserte","Deliveries library":"Samling av oppgavesett","Demo Sandbox":"Demo Sandbox","Digit 0":"Siffer 0","Digit 1":"Siffer 1","Digit 2":"Siffer 2","Digit 3":"Siffer 3","Digit 4":"Siffer 4","Digit 5":"Siffer 5","Digit 6":"Siffer 6","Digit 7":"Siffer 7","Digit 8":"Siffer 8","Digit 9":"Siffer 9","Disable validation":"Deaktiver validering","Disabled %s":"Deaktivert %s","Disconnected from server":"Frakoblet fra server","Display a warning before the test-taker ends a test part and there are still items left unanswered or marked for review.":"Vis en advarsel dersom eleven avslutter en pr\u00f8ve, og det er fortsatt gjenst\u00e5r ubesvarte oppgaver eller oppgaver som er merket.","Display a warning before the test-taker ends the test part.":"Vis en advarsel f\u00f8r eleven avslutter en pr\u00f8vedel.","Display a warning before the test-taker ends the test.":"Vis en advarsel f\u00f8r eleven avslutter pr\u00f8ven.","Display a warning before the test-taker skips the section. Requires the Section Skipping option.":"Vis en advarsel n\u00e5r eleven hopper over en pr\u00f8vedel. Krever at alternativet Hopp over pr\u00f8vedel er aktivert.","Display End Test Warning":"Vis advarsel om at eleven er i ferd med \u00e5 avslutte pr\u00f8ven","Display Next Part Warning":"Vis advarsel om at eleven n\u00e5 g\u00e5r til neste del av pr\u00f8ven","Display Next Section Warning":"Vis advarsel om at eleven n\u00e5 g\u00e5r til neste seksjon av pr\u00f8ven","Display Unanswered Warning":"Vis advarsel om at eleven har ubesvarte oppgaver","Displayed label":"Vist navn","Displays a customisable magnifier":"Viser en forst\u00f8rrelsesglass som kan tilpasses","Do not flag the current item for later review":"Ikke flagg oppgaven for \u00e5 se gjennom senere","Do not rename it.":"Ikke gi nytt navn.","Do not show alert on timeout":"Ikke vis varsel ved timeout","Do you wish to install the following extension(s):\n%s?":"\u00d8nsker du \u00e5 installere f\u00f8lgende utvidelse(r): %s?","Document templates (Staroffice)":"Dokumentmaler (Staroffice)","does not match":"passer ikke","Don\u0027t save":"Ikke lagre","Don\u0027t set":"Ikke sett","Dot":"Punktum","Download":"Last ned","Download the pupil responses and submit manually.":"Last ned elevbesvarelsene og lever manuelt.","Download this file":"Last ned denne filen","Drag file here":"Dra filen hit","Drag files here":"Dra filene hit","Drop the files to upload":"Slipp filene for \u00e5 laste opp","Duplicate":"Dupliser","Edit":"Rediger","Edit a user":"Rediger en bruker","Edit class %s":"Rediger mappe %s","Edit Instance":"Rediger egenskaper","Edit Tree":"Rediger treet","Element":"Element","Element deleted.":"Element ble slettet.","Eliminate choices":"Fjern valgene","Email":"E-post","Enable Mark for Review":"Aktiver mulighet for bokmerke","Enable mark for review of items. Requires the Review Screen option.":"Aktiver mulighet for bokmerke p\u00e5 oppgaver. Krever aktivert oversiktsknapp.","Enable Review Screen":"Aktiver oversiktsknapp","Enable selection":"Aktiver utvalg","Enable Skipping Ahead":"Aktiver g\u00e5 videre","Enable text to speech":"Aktiver tekst-til-tale","Enable the item review screen \/ navigator.":"Aktiver oppgavegjennomgang\/navigering p\u00e5 skjerm.","enabled":"aktivert","Enabled %s":"Aktivert %s","Enables skipping to items within this section. Requires the review screen option.":"Aktiver muligheten til \u00e5 g\u00e5 videre i oppgavesettet innen gitt oppgaveseksjon. Krever at valget se gjennom oppgavene p\u00e5 skjerm er aktivert.","End of document reached. Continuing from the beginning.":"Slutten p\u00e5 dokumentet er n\u00e5dd. Fortsetter fra begynnelsen.","End test":"Avslutt pr\u00f8ven","End Test":"Avslutt pr\u00f8ven","Enhanced metafile":"Forbedret metafil","Enter":"Enter","Enter a blueprint":"Skriv inn en kopi","Enter a custom category":"Skriv inn en kategori","Error":"Feil","Error adding search index for %s with message %s":"Feil ved tilf\u00f8yelse av s\u00f8keindeks for %s med melding %s","Error during file import":"Filimport feilet","Error found in the IMS QTI Test:\n%s":"Feil funnet i IMS QTI-pr\u00f8ven: %s","Error in result":"Feil i resultat","Error in syntax":"Feil i syntaks","Error in value":"Feil i verdi","Error: %s":"Feil: %s","Event Log":"Arrangementslogg","Exclusive (OR)":"Eksklusiv (OR)","Execute":"Utf\u00f8r","Executing task %s failed":"Utf\u00f8relsen av oppgave %s mislyktes","exp":"eksp","Expand the review panel":"Utvid se gjennom oppgave-panelet","Exponent":"Eksponent","Export":"Eksporter","Export ":"Eksport ","Export \u0022%s\u0022 in %s":"Eksporter \u0022 %s\u0022 i %s","Export CSV":"Eksporter CSV","Export failed for the test \u0022%s":"Eksport mislyktes for testen \u0022%s","Export failed.":"Eksport mislyktes.","Export metadata":"Eksporter metadata","Export Metadata as RDF\/XML file":"Eksporter metadata som RDF\/XML-fil","Export QTI 2.1 Test Package":"Eksporter QTI 2.1 Testpakke","Export QTI 2.2 Test Package":"Eksporter QTI 2.2 Testpakke","Export succeeded.":"Eksporten var vellykket.","Export successful for the test \u0022%s":"Oppgavesett \u0022%s ble eksportert","Export Table":"Eksporter tabell","Extension \u0022%s\u0022 has been installed":"Utvidelsen \u0022%s\u0022 er installert","Extensions manager":"Utvidelser","Factorial":"Faktorisk","Failed":"Mislyktes","Failed to delete index for %s":"Kunne ikke slette indeksen for %s","False":"Usant","Feedback block":"Tilbakemeldingsboks","Field delimiter":"Feltavgrensning","Field encloser":"Feltomr\u00e5de","Fields must match":"Feltene m\u00e5 samsvare","File":"Fil","File download failed":"Nedlasting av fil mislyktes","File name":"Filnavn","File not found":"Filen ble ikke funnet","File not found!":"Filen ble ikke funnet!","File Properties":"Filegenskaper","file selected":"valgt fil","File Uploader":"Filopplasting","files selected":"valgte filer","Filter":"Filter","Filter by value":"Filtrer etter verdi","Filtering mode":"Filtreringsmodus","First Name":"Fornavn","First page":"F\u00f8rste side","First row column names":"Kolonnenavn f\u00f8rste rad","Fit to width":"Tilpass i bredden","Fixed":"Fast","Fixed position in a shuffled the selection.":"Fast posisjon i et blandet utvalg.","Flag for Review":"Flagg for \u00e5 se gjennom","Flag the current item for later review":"Flagg denne oppgaven for senere \u00e5 kunne se gjennom","Flagged":"Flagget","Flagged for review":"Flagget for \u00e5 kunne se gjennom","Flash video":"Flash-video","floor":"gulv","Flowchart-based programming environment & TI Interactive Workbook":"Flytskjema-basert programmeringsmilj\u00f8 og TI interaktiv arbeidsbok","Forbid for all domains":"Forbud for alle domener","Force HTTPS on this platform":"Tving HTTPS p\u00e5 denne plattformen","Force Release":"Tving utgivelse","Force the item to be considered as informational and not taken into account in (un)answered \/ flagged counters.":"Sett denne oppgaven som en informasjonsside som ikke skal tas med i opptellingen av (u)besvarte\/.flaggede oppgaver.","Forgot your password?":"Glemt passord?","Form":"Skjema","Form data not saved.":"Skjemadata er ikke lagret.","From":"Fra","Fuzzy Matching":"Uklar Matching","Generis Form":"Generis Form","Geogebra data file":"Geogebra data-fil","Get History":"F\u00e5 historie","Get the history list":"F\u00e5 historielisten","GIF image":"GIF-bilde","Go Back":"G\u00e5 tilbake","go back to home page":"g\u00e5 tilbake til hjemmesiden","Go to next item":"G\u00e5 til neste oppgave","Go to the current question":"G\u00e5 til det aktuelle sp\u00f8rsm\u00e5let","Go to the next item?":"G\u00e5 til neste oppgave?","Go to the next question":"G\u00e5 til neste sp\u00f8rsm\u00e5l","Go to the previous question":"G\u00e5 til forrige sp\u00f8rsm\u00e5l","Go to the top of the page":"G\u00e5 til toppen av siden","Gray on Green":"Gr\u00e5 p\u00e5 gr\u00f8nn","Group test takers according to global features and classifications.":"Grupper elever i henhold til globale funksjoner og klassifiseringer.","Groups":"Grupper","Groups library":"Gruppebibliotek","GZip Compressed Archive":"GZip komprimert arkiv","Header file with extensionsLabels":"Toppfil med utvidelsesetiketter","Height":"H\u00f8yde","Help":"Hjelp","Hi, %s
You indicated that you have forgotten your TAO password.":"Hei, %s
Du skrev at du har glemt TAO-passordet ditt.","Hide detailed report":"Skjul detaljert rapport","Hide password":"Skjul passord","Hide Review":"Skjul \u00e5 se gjennom","Hide the review screen":"Skjul \u00e5 se gjennom p\u00e5 skjerm","Hide the warning automatically displayed when a test-taker exit a timed section.":"Skjul advarselen som vises automatisk n\u00e5r eleven forlater en tidsbestemt seksjon.","Hide Timed Section Warning":"Skjul advarsel om tidsbestemt seksjon","Hide timers":"Skjul tidtaker","Highlight":"Markering","Highlight all":"Marker alt","Highlight Text":"Markert tekst","Highlighter":"Markeringspenn","History":"Historie","hours":"timer","Html title":"Html tittel","Hyperbolic arc cosine":"Hyperbolisk cosinuskurve","Hyperbolic arc sine":"Hyperbolisk sinuskurve","Hyperbolic arc tangent":"Hyperbolisk tangenskurve","Hyperbolic cosine":"Hyperbolisk cosinus","Hyperbolic sine":"Hyperbolisk sinus","Hyperbolic tangent":"Hyperbolisk tangens","Hypertext markup language":"Markeringsspr\u00e5k for hypertekst","I understand that this action is permanent.":"Jeg forst\u00e5r at denne handlingen er permanent.","Identifier":"Identifikator","If required it must appear (at least once) in the selection.":"Om n\u00f8dvendig m\u00e5 det vises (minst en gang) i utvalget.","If required, it must appears at least once in the selection.":"Om n\u00f8dvendig, m\u00e5 det vises minst en gang i utvalget.","If set, it causes the order of the child elements to be randomized, otherwise it uses the order in which the child elements are defined.":"Hvis den er angitt, for\u00e5rsaker den at rekkef\u00f8lgen p\u00e5 underelementene blir randomisert, ellers bruker den rekkef\u00f8lgen som underelementene er definert i.","If the candidate can skip the item, without submitting a response (default is true).":"Hvis eleven kan hoppe over oppgaven, uten \u00e5 angi et svar (s\u00e5 er standardinnstilling riktig).","If the category option is set, the score will also be processed per categories, and each results will take place in the PASS_xxx outcome, where xxx is the name of the category.":"Hvis kategorialternativet er angitt, blir sk\u00e5ren ogs\u00e5 behandlet per kategori, og hvert resultat vil finnes i PASS_xxx, der xxx er navnet p\u00e5 kategorien.","If the category option is set, the score will also be processed per categories, and each results will take place in the SCORE_xxx outcome, where xxx is the name of the category.":"Hvis kategorialternativet er angitt, blir sk\u00e5ren ogs\u00e5 behandlet per kategori, og hvert resultat vil finnes i resultatet SCORE_xxx, der xxx er navnet p\u00e5 kategorien.","If the connection cannot be restored, see option B.":"Hvis tilkoblingen ikke kan gjenopprettes, se alternativ B.","If you do not wish to reset your password, just ignore this email and your password will remain the same.":"Hvis du ikke \u00f8nsker \u00e5 tilbakestille passordet ditt, kan du bare ignorere denne e -posten, og passordet forblir uendret.","Import":"Import","Import ":"Import ","Import a %s into \u0022%s":"Importer en %s til \u0022%s","Import a QTI\/APIP Content Package":"Importer en QTI\/APIP-innholdspakke","Import Completed":"Import fullf\u00f8rt","Import failed.":"Import mislyktes.","Import Metadata from CSV file":"Importer metadata fra CSV-fil","Import Metadata from RDF file":"Importer metadata fra RDF-fil","Import QTI TEST into \u0022%s":"Importer QTI PR\u00d8VE til \u0022%s","Import succeeded.":"Importen var vellykket.","Imported %1$d\/%2$d. Some records are invalid.":"Importerte %1$d\/%2$d. Noen poster er ugyldige.","Imported %d resources":"Importerte %d ressurser","Imported resource \u0022%s":"Importerte ressurs \u0022%s","impossible to update task status":"umulig \u00e5 oppdatere oppgavestatus","IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file could not be imported.":"IMS QTI-oppgaven referert til som \u0022%s\u0022 i IMS dokument-filen kunne ikke importeres.","IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file successfully imported.":"IMS QTI-oppgaven referert til som \u0022%s\u0022 i IMS dokument-filen ble importert.","IMS QTI Test Package successfully imported.":"IMS QTI-pr\u00f8vepakke ble importert.","IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file successfully imported.":"IMS QTI-pr\u00f8ve referert til som \u0022%s\u0022 i IMS dokument-filen ble importert.","In progress":"I arbeid","In Progress":"I Arbeid","In this part of the test navigation is not allowed.":"I denne delen av pr\u00f8ven er navigasjon ikke tillatt.","Inclusive (AND)":"Inkludert (AND)","Inconsistency at line %1d:":"Inkonsekvens i linje %1d:","Index":"Indeks","Index has been deleted for %s":"Indeksen er slettet for %s","Individual":"Individuell","Infinity":"Uendelig","Informational Item Usage":"Informasjonsside","Injector has to contains a valid \u0022destination\u0022 field.":"Injektoren m\u00e5 inneholde et gyldig \u0022destinasjonsfelt\u0022.","Injector has to contains a valid \u0022source\u0022 field.":"Injektoren m\u00e5 inneholde et gyldig \u0022kilde\u0022-felt.","Inline":"Linje","Install":"Installer","Installation done.":"Installasjon utf\u00f8rt.","Installation...":"Installasjon...","Installed Extensions":"Installerte utvidelser","Installed Version":"Installert versjon","Installing extension %s...":"Installerer utvidelse %s...","Instance saved":"Forekomsten er lagret","Interface Language":"Grensesnittspr\u00e5k","Interface language":"Grensesnittspr\u00e5k","Internal server error!":"Intern serverfeil!","Invalid CSP header.":"Ugyldig CSP-topptekst.","Invalid date range (must be after or the same as: %s)":"Ugyldig datointervall (m\u00e5 v\u00e6re etter eller det samme som: %s)","Invalid date range (must be after: %s)":"Ugyldig datointervall (m\u00e5 v\u00e6re etter: %s)","Invalid date range (must be before or the same as: %s)":"Ugyldig datointervall (m\u00e5 v\u00e6re f\u00f8r eller det samme som: %s)","Invalid date range (must be before: %s)":"Ugyldig datointervall (m\u00e5 v\u00e6re f\u00f8r: %s)","Invalid field length":"Ugyldig feltlengde","Invalid field range (maximum value: %s)":"Ugyldig feltomr\u00e5de (maksimumverdi: %s)","Invalid field range (minimum value: %1$s, maximum value: %2$s)":"Ugyldig feltomr\u00e5de (minimumsverdi: %1$s, maksimumverdi: %2 $ s)","Invalid field range (minimum value: %s)":"Ugyldig feltomr\u00e5de (minimumsverdi: %s)","Invalid file size (minimum %1$s bytes, maximum %2$s bytes)":"Ugyldig filst\u00f8rrelse (minimum %1$s bytes, maksimum %2$s bytes)","Invalid file type!":"Ugyldig filtype!","Invalid input":"Ugyldig input","Invalid input for function":"Ugyldig input for denne handlingen","Invalid login or password. Please try again.":"Ugyldig brukernavn eller passord. Pr\u00f8v p\u00e5 nytt.","Invalid login or password. Your account has been locked, please contact your administrator.":"Ugyldig brukernavn eller passord. Kontoen din er l\u00e5st. Ta kontakt med administrator.","invalid regular expression":"ugyldig uttrykk","is already used in the test.":"er allerede brukt i pr\u00f8ven.","is not a valid identifier (alphanum, underscore, dash and dots)":"er ikke en gyldig identifikator (alfanumeriske tegn, understreking, bindestrek og prikker)","is not a valid identifier (everything except spaces)":"er ikke en gyldig identifikator (alt unntatt mellomrom)","It is not possible to save your responses while working offline.":"Det er ikke mulig \u00e5 lagre svarene dine n\u00e5r du jobber offline.","Item \u0022%s\u0022 is completed.":"Oppgave \u0022%s\u0022 er fullf\u00f8rt.","Item %d":"Oppgave %d","Item %d of %d":"Oppgave %d av %d","Item %s loaded":"Oppgave %s er lastet inn","Item Reference Properties":"Oppgaveegenskaper","Item response identifier does not match current item":"Oppgavens svaridentifikator samsvarer ikke med gjeldende oppgave","Item Session Control":"Innstilling for gjennomf\u00f8ring","items":"oppgaver","Items":"Oppgaver","Items can optionally be assigned to one or more categories.":"Oppgaver kan tilordnes en eller flere kategorier.","Items Compilation":"Oppgavesamling","Items library":"Oppgavebibliotek","Items marked for later review":"Oppgaver merket for senere \u00e5 kunne se gjennom","items per page":"oppgaver per side","Items with assessmentItemRef identifiers \u0022%s\u0022 are not registered in the related CAT endpoint.":"Oppgaver med assessmentItemRef-identifikatorer \u0022%s\u0022 er ikke registrert i det relaterte CAT-endepunktet.","Javascript code":"Javascript-kode","JPEG image":"JPEG-bilde","Jump Menu":"Pop-up meny","Jump to:":"G\u00e5 til:","Keep Together":"Hold sammen","Keyboard Navigation":"Tastaturnavigasjon","Keyboard shortcuts for the Accessibility Tools are available to the Test-taker.":"Tastatursnarveier for tilgjengelighetsverkt\u00f8y er tilgjengelige for eleven.","Label":"Navn","Label Path":"Etikettsti","Language":"Spr\u00e5k","Last attempt before your account is locked.":"Du har et fors\u00f8k igjen f\u00f8r kontoen din blir l\u00e5st.","Last Name":"Etternavn","Last page":"Siste side","Last result":"Siste resultat","Late submission allowed":"Sen levering tillatt","Leave a comment":"Legg igjen en kommentar","Left parenthesis":"Venstre parentes","less than a minute":"mindre enn ett minutt","Line Reader":"Linjeleser","Linear":"Line\u00e6r","Link durations to activate the guided navigation":"Lenkevarighet for \u00e5 aktivere den guidede navigasjonen","List":"Liste","List - Multiple choice - Check box":"Liste - Flervalg - Avhukingsboks","List - Multiple choice - Search input":"Liste - Flervalg - S\u00f8kefelt","List - Single choice - Drop down":"Liste - Enkeltvalg - Nedtrekksliste","List - Single choice - Radio button":"Liste - Enkeltvalg - Radioknapp","List - Single choice - Search input":"Liste - Enkeltvalg - S\u00f8kefelt","List item URI duplications found":"Oppgave URI -dupliseringer funnet","List values":"Listeverdier","Lists":"Lister","ln":"ln","Load more":"Last mer","Loaded":"Lastet","Loaded at Startup":"Lastet ved oppstart","Loading":"Laster","Loading status":"Laster status","Loading task status ...":"Laster inn oppgavestatus...","locked by %s":"l\u00e5st med %s","Locked duration : guided navigation. The test transition to the next item once the duration reaches 0.":"L\u00e5st varighet: guidet navigasjon. Pr\u00f8veovergangen til neste oppgave n\u00e5r varigheten n\u00e5r 0.","log":"log","Log in":"Logg inn","Log Out":"Logg ut","Login":"Logg inn","Login available":"P\u00e5logging tilgjengelig","Login is already in use.":"P\u00e5logging er allerede i bruk.","Login is empty.":"Ingen er innlogget.","Logout":"Logg ut","LTI":"LTI","LTI Consumers":"LTI brukere","LTI Platform key chain":"LTI Plattform n\u00f8kkelring","LTI Providers":"LTI leverand\u00f8rer","M4A audio":"M4A-lydfil","Magnifier":"Forst\u00f8rrelsesglass","Magnify less":"Forst\u00f8rre mindre","Magnify more":"Forst\u00f8rre mer","Magnifying Glass":"Forst\u00f8rrelsesglass","Main Menu":"Hovedmeny","Main navigation":"Hovednavigasjoin","Maintenance service is already installed.":"Vedlikeholdstjenesten er allerede installert.","Maintenance service must have a persistence option.":"Vedlikeholdstjenesten m\u00e5 ha et tidsbegrensningsalternativ.","Maintenance service was installed. Platform is disabled.":"Vedlikeholdstjenesten ble installert. Plattformen er deaktivert.","Maintenance service was installed. Platform is enabled.":"Vedlikeholdstjenesten ble installert. Plattformen er aktivert.","Maintenance storage driver is not set":"Vedlikeholdslagringsdriver er ikke angitt","Manage Access Rights":"Administrere tilgangsstyring","Manage Assets":"Administrere Mediebank","Manage class schema":"Administrer egenskaper for oppgavemappe","Manage data list":"Administrer dataliste","Manage groups":"Administrer grupper","Manage items":"Administrere oppgaver","Manage Media":"Administrere media","Manage Results":"Administrer resultater","Manage roles":"Administrer roller","Manage Roles and apply them to users.":"Administrer roller og tildel til brukere.","Manage Rubric Blocks":"Administrer rubrikkbokser","Manage Schema":"Administrer egenskaper","Manage test properties":"Administrer pr\u00f8veegenskaper","Manage test takers":"Administrer elever","Manage Tests":"Administrer Oppgavesett","Manage tests":"Administrer oppgavesett","Manage users":"Administrer brukere","Manage Versioned File":"Administrer versjonert fil","Map the properties to the CSV columns":"Gi egenskaper til CSV-kolonnene","Mark for review":"Marker for \u00e5 se gjennom","Masking":"Markering","Match value":"Lik verdi","Max Attempts":"Maks fors\u00f8k","Maximum Duration":"Maksimal Varighet","Maximum duration : the items times out when the duration reaches 0.":"Maksimal varighet: oppgavene forsvinner n\u00e5r varigheten n\u00e5r 0.","Maximum duration for the all test.":"Maksimal varighet for hele pr\u00f8ven.","Maximum duration for this item.":"Maksimal varighet for denne oppgaven.","Maximum duration for this section.":"Maksimal varighet for denne seksjonen.","Maximum duration for this test part.":"Maksimal varighet for denne pr\u00f8vedelen.","Maximum selection reached":"Maksimalt valg er n\u00e5dd","Media":"Media","Media Manager":"Media Manager","Media Manager extension":"Mediebank","Media resize along with their container, e.g. 50% means half of the container size not half of the media size.":"Media endrer st\u00f8rrelsen sammen med boksen, f.eks. 50% betyr halvparten av boksst\u00f8rrelsen, ikke halvparten av mediest\u00f8rrelsen.","Message":"Beskjed","Messages":"Beskjeder","Metadata export is not available for test \u0022%s.":"Metadataeksport er ikke tilgjengelig for pr\u00f8ve \u0022%s.","Metadata export is not available for the selected resource.":"Metadataeksport er ikke tilgjengelig for den valgte ressursen.","Microsoft Excel":"Microsoft Excel","Microsoft Excel binary format":"Microsoft Excel bin\u00e6rt format","Microsoft Office Document Imaging":"Microsoft Office Document Imaging","Microsoft Powerpoint":"Microsoft Powerpoint","Microsoft Powerpoint slideshow":"Lysbildefremvisning fra Microsoft Powerpoint","Microsoft Project file":"Microsoft Project-fil","Microsoft Visio file":"Microsoft Visio-fil","Microsoft Word":"Microsoft Word","Microsoft Word template":"Microsoft Word-mal","Microsoft Works file":"Microsoft Works-fil","Microsoft XPS file":"Microsoft XPS-fil","MIME encapsulation of aggregate HTML documents":"MIME-innkapsling av samlede HTML-dokumenter","Mind mapping software application (free mind open source)":"Mind mapping programvare (gratis \u00e5pen kildekode)","Minimum Duration":"Minste Varighet","Minimum duration : enforces the test taker to stay on the item for the given duration.":"Minste varighet: tvinger eleven til \u00e5 bli v\u00e6rende p\u00e5 oppgaven til angitt varighet utl\u00f8per.","Minimum duration for the test.":"Minste varighet for pr\u00f8ven.","Minimum duration for this item.":"Minste varighet for denne oppgaven.","Minimum duration for this section.":"Minste varighet for denne seksjonen.","Minimum duration for this test part.":"Minste varighet for denne pr\u00f8vedelen.","minutes":"minutter","Missed required parameter \\\u0027id":"Manglet n\u00f8dvendig parameter \\\u0027id","Missed test package file":"Manglet pr\u00f8vepakke fil","missing config %s for the service %s":"mangler konfigurasjon %s for tjenesten %s","Missing Parameters":"Mangler parametere","Missing required configuration option %s":"Mangler n\u00f8dvendig konfigurasjonsalternativ %s","modulo":"modulo","More":"Mer","Move":"Flytt","Move Down":"Flytte Ned","Move Left":"Flytt til venstre","Move Right":"Flytt til h\u00f8yre","Move role":"Flytt rolle","Move the cursor one step on the left":"Flytt mark\u00f8ren ett trinn til venstre","Move the cursor one step on the right":"Flytt mark\u00f8ren ett trinn til h\u00f8yre","Move To":"Flytt til","Move to":"Flytt til","Move Up":"Flytte Opp","Moving this element will replace the properties of the previous class by those of the destination class :":"Hvis du flytter dette elementet, vil egenskapene til den forrige mappen erstattes med egenskapene til valgt mappe:","Moving to the next item without time limit reached message.":"Flytter til neste oppgave uten melding om at tidsbegrensning er n\u00e5dd.","MP4 video":"MP4 video","MPEG audio":"MPEG lyd","MPEG video":"MPEG video","MPEG-4 audio file":"MPEG-4 lydfil","Multiple values delimiter":"Avgrensning av flere verdier","Multiply the value by 10^x":"Multipliser verdien med 10^x","Mute":"Dempe","My custom text translation":"Min tilpassede tekstoversettelse","My settings":"Mine innstillinger","My settings (%s)":"Mine innstillinger (%s)","Name":"Navn","name of the pupil":"elevens navn","Natural logarithm":"Naturlig logaritme","Navigation":"Navigasjon","Navigation shortcuts":"Snarveier for navigasjon","Navigation Warnings":"Navigasjonsadvarsler","network":"vettverk","New class":"Ny mappe","New delivery":"Ny publisering","New Group":"Ny gruppe","New item":"Ny oppgave","New passage":"Nytt innhold","New password":"Nytt passord","New role":"Ny rolle","New Rubric Block":"Ny rubrikkboks","New section":"Ny seksjon","New test":"Ny pr\u00f8ve","New test part":"Ny pr\u00f8vedel","New test-taker":"Ny elev","Next":"Neste","Next match":"Neste oppgave","Next page":"Neste side","Next Section":"Neste seksjon","No":"Ingen","No action specified":"Ingen handling angitt","No CAT Engine configured for CAT Endpoint \u0022%s\u0022.":"Ingen CAT-motor er konfigurert for CAT-endepunkt \u0022%s\u0022.","No client translation bundles updated":"Ingen oversettelsespakker for kunden er oppdatert","No extensions available.":"Ingen utvidelser tilgjengelig.","No file found at location \u0022%s\u0022.":"Fant ingen fil p\u00e5 stedet \u0022%s\u0022.","no file not found in this location":"ingen fil ble funnet p\u00e5 dette omr\u00e5det","No file selected":"Ingen fil er valgt","No files":"Ingen filer","No item found. Please try other search criteria.":"Fant ingen oppgave. Pr\u00f8v andre s\u00f8kekriterier.","no label":"ingen etikett","No more attempts allowed for item \u0022%s\u0022.":"Ingen flere tillatte fors\u00f8k for oppgave \u0022%s\u0022.","no outcome declaration found":"ingen resultater funnet","No outcome processing. Erase the existing rules, if any.":"Ingen resultatbehandling. Slett eventuelle eksisterende regler.","No reference to any IMS QTI Item found.":"Ingen referanse til noen IMS QTI-oppgave ble funnet.","No Task yet":"Ingen handling enn\u00e5","Node duplication has failed":"Nodeduplisering mislyktes","Non Linear":"Ikke line\u00e6r","None":"Ingen","Not all test could be exported":"Ikke alle pr\u00f8ver kunne eksporteres","Not answered":"Ikke besvart","Not seen":"Ikke sett","Not shuffled, the position remains fixed.":"Ikke blandet, posisjonen forblir fast.","Not started":"Ikke startet","Nothing imported":"Ingenting importert","Nothing to install !":"Ingenting \u00e5 installere!","Nothing to list!":"Ingenting \u00e5 liste!","Notifications":"Varsler","notifications drivers aren\u0027t persistent. use a persistent database storage driver":"varslingsdrivere er ikke permanente. Bruk en permanente driver for databaselagring","Nth root":"Hth rot","Number of elements":"Antall elementer","of":"av","Off":"Av","Offline":"Offline","Ogg Vorbis audio":"Ogg Vorbis lyd","Ogg Vorbis video":"Ogg Vorbis video","OK":"OK","Ok":"Ok","OK & End test":"OK og avslutt pr\u00f8ve","Old Password":"Gammelt passord","On":"P\u00e5","Once you close this section, you cannot return to it or change your answers.":"N\u00e5r du lukker denne delen, kan du ikke g\u00e5 tilbake eller endre svarene dine.","One or more dependent IMS QTI Items could not be imported.":"En eller flere avhengige IMS QTI-oppgaver kunne ikke importeres.","Online":"Online","Only allow for my own domain (%s)":"Tillat bare for mitt eget domene (%s)","Only display the items marked for review":"Vis bare oppgavene som er merket for \u00e5 se gjennom","Only display the unanswered items":"Vis bare de ubesvarte oppgavene","Only one of the field must have value %s":"Bare ett av feltene m\u00e5 ha verdien %s","Open Calculator":"\u00c5pne kalkulator","Open Keyboard Shortcuts":"\u00c5pne tastatursnarveier","OpenDocument Database":"OpenDocument Database","OpenDocument Presentation":"OpenDocument presentasjon","OpenDocument spreadsheet document":"OpenDocument regnearkdokument","OpenDocument text document":"OpenDocument tekstdokument","OpenDocument Text Template":"OpenDocument tekstmal","Operated By ":"Styrt av ","Option A":"Valg A","Option B":"Valg B","or":"eller","Ordering":"Rekkef\u00f8lge p\u00e5 oppgaver","Outcome":"Resultat","Outcome declarations":"Sk\u00e5ringsvariabler","Outcome processing":"Resultatprosessering","Outlook on the next Synchronization":"Outlook p\u00e5 neste synkronisering","Package is valid but no tests were found. Make sure that it contains valid QTI tests.":"Pakken er gyldig, men ingen pr\u00f8ver ble funnet. S\u00f8rg for at den inneholder gyldige QTI-pr\u00f8ver.","Page":"Side","Part %d":"Del %d","Pascal file (.pas)":"Pascal fil (.pas)","Passage":"Innhold","Password":"Passord","Password changed":"Passord ble endret","Password is empty.":"Passord er tomt.","Password reset":"Passordet ble tilbakestilt","Password successfully changed":"Passordet ble endret","Passwords are not matching":"Passord samsvarer ikke","Pause":"Pause","Pause the test":"Sett pr\u00f8ven p\u00e5 pause","PDF file":"PDF-fil","Permission denied to write in the selected class":"Ikke tilgang til \u00e5 skrive i den valgte mappen","Plain text":"Ren tekst","Play":"Spille","Please confirm deletion":"Bekreft sletting","Please confirm deletion of %s.":"Bekreft sletting av %s.","Please confirm deletion of user %s":"Bekreft sletting av bruker %s","Please confirm locking of account %s":"Bekreft l\u00e5sing av kontoen %s","Please confirm property deletion!":"Bekreft sletting av egenskaper!","Please confirm this operation.":"Bekreft denne handlingen.","Please confirm unlocking of account %s":"Bekreft oppl\u00e5sing av kontoen %s","Please confirm you want to leave the test.":"Bekreft at du vil avslutte pr\u00f8ven.","Please contact %s or an administrator to release it":"Ta kontakt med %s eller en administrator for \u00e5 gi den ut","Please contact your administrator.":"Ta kontakt med en administrator.","Please contact your system administrator.":"Ta kontakt med systemadministrator.","Please define your search in the search panel.":"Definer s\u00f8ket ditt i s\u00f8kefeltet.","Please download the track and listen offline.":"Last ned filen og lytt i frakoblet modus.","Please download the video and view offline.":"Last ned videoen og se den i frakoblet modus.","Please provide a reason":"Oppgi en grunn","Please report bugs, ideas, comments or feedback on the TAO Forum":"Vennligst rapporter feil, ideer, kommentarer eller tilbakemeldinger p\u00e5 TAO Forum","Please select an image file from the resource manager. You can add files from your computer with the button \u0022Add file(s)\u0022.":"Velg en bildefil fra filvelgeren. Du kan legge til filer fra datamaskinen din med knappen \u0022Legg til fil(er)\u0022.","Please try reloading the page or pause the test. If you pause, you will be able to resume the test from this page.":"Pr\u00f8v \u00e5 laste inn siden p\u00e5 nytt eller sett pr\u00f8ven p\u00e5 pause. Hvis du setter den p\u00e5 pause, vil du kunne fortsette pr\u00f8ven fra denne siden.","Please wait":"Vennligst vent","Please wait while ...":"Vennligst vent mens...","Please wait while we try to restore the connection.":"Vent mens vi pr\u00f8ver \u00e5 gjenopprette tilkoblingen.","PNG image":"PNG-bilde","Portable Custom Interactions":"PCI\u0027er","Position":"Posisjon","Post install processing":"Etter installasjon","Power of":"Sl\u00e5 av","Power of 10":"Styrke p\u00e5 10","Prepare, publish deliveries sessions.":"Forbered og publiser oppgavesettet.","Preparing installation...":"Forbereder installasjon...","Preview":"Forh\u00e5ndsvis","Preview the covered area":"Forh\u00e5ndsvis merket omr\u00e5det","Previous":"Forrige","Previous match":"Forrige match","Previous page":"Forrige side","Proceed":"Fortsett","PROCEED & END ASSESSMENT":"FORTSETT OG AVSLUTT VURDERING","Proctor":"Proktor","Properties":"Egenskaper","Provided URL is not valid":"Oppgitt URL er ikke gyldig","Publish":"Publiser","Publish the test":"Publiser pr\u00f8ven","QTI 2.1 Test Driver":"QTI 2.1 Test Driver","QTI Item Runner":"QTI Item Runner","QTI Test \u0022%s\u0022 publishing failed.":"QTI Pr\u00f8ve \u0022%s\u0022 publisering mislyktes.","QTI Test \u0022%s\u0022 successfully published.":"QTI-pr\u00f8ven \u0022%s\u0022 ble publisert.","QTI Test Package 2.1":"QTI-pr\u00f8vepakke 2.1","QTI Test Package 2.2":"QTI-pr\u00f8vepakke 2.2","QTI\/APIP Test Content Package":"Innholdspakke for QTI\/APIP-pr\u00f8ve","question":"sp\u00f8rsm\u00e5l","Question":"Sp\u00f8rsm\u00e5l","questions":"sp\u00f8rsm\u00e5l","Queued":"I k\u00f8","Quicktime video":"Quicktime video","Rad":"Rad","Radian":"Radian","random":"tilfeldig","Random value":"Tilfeldig verdi","Range field is required":"Omr\u00e5defelt er obligatorisk","RAR archive":"RAR arkiv","RDF":"RDF","RealMedia file":"RealMedia-fil","Record and manage test takers.":"Registrer og administrer elevene.","Reference":"Referanse","Refresh":"Oppdater","Regenerate":"Regenerere","Release":"Utgivelse","Reload":"Last p\u00e5 nytt","Reload the page":"Last siden p\u00e5 nytt","remaining %s %s":"gjenv\u00e6rende %s %s","Remind":"Husk","Remind Last":"Husk siste","Remind the last value":"Husk siste verdi","Remind the next expression in the history":"Husk det neste uttrykket i historien","Remind the previous expression in the history":"Husk det forrige uttrykket i historien","Remind the recorded value":"Husk den registrerte verdien","Remote Lists":"Eksterne Lister","Remove":"Fjern","Remove criteria":"Fjern kriterier","Remove Item Reference":"Fjern oppgavereferanse","Remove Message":"Fjern melding","Remove Rubric Block":"Fjern Rubrikkboks","Remove Section":"Fjern seksjon","Remove Test Part":"Fjern pr\u00f8vedel","Remove this file":"Fjern denne filen","Removed %s directories":"%S kataloger ble fjernet","Removed %s files":"Fjernet %s filer","Removing: %s":"Fjerner: %s","Rename":"Gi nytt navn","Repeat new password":"Gjenta nytt passord","Repeat password":"Gjenta passord","Request a password reset via Email.":"Be om tilbakestilling av passord via e -post.","require notification ID":"krever varslings-ID","Required":"Obligatorisk","Required field":"Obligatorisk felt","required length":"p\u00e5krevd lengde","Requires":"Krever","Reset":"Tilbakestill","Reset filters":"Tilbakestill filtre","Reset the range values":"Tilbakestill verdiene","Resource":"Ressurs","Resource copied":"Ressurs ble kopiert","Resource deleted":"Ressurs ble slettet","Resource Identifier":"Ressurs ID","Resource Identifier could not be copied to the clipboard":"Ressurs ID kunne ikke kopieres til utklippstavlen","Resource Identifier has been copied to the clipboard":"Ressurs ID ble kopiert til utklippstavlen","Resource not imported due to multiple super classes":"Ressursen ble ikke importert p\u00e5 grunn av flere supermapper","Resource not imported due to multiple types":"Ressursen ble ikke importert p\u00e5 grunn av flere typer","Resource saved":"Ressurs ble lagret","Resource(s) successfully exported.":"Ressurs(er) ble eksportert.","resources":"ressurser","Resources moved":"Ressurs ble flyttet","Resources successfully indexed":"Ressurser ble indeksert","Resources was not indexed":"Ressurser ble ikke indeksert","Responsive mode":"Responsiv modus","Restore sound":"Gjenopprett lyd","Results":"Resultater","Results library":"Resultatbibliotek","Results Monitoring":"Resultatoverv\u00e5king","Return to sign in page":"G\u00e5 tilbake til p\u00e5loggingssiden","Review":"Se gjennom","Review my Answers":"Se gjennom svarene mine","Rich Text Format file":"Rik tekstformat fil","Right click the tree to manage your lists":"H\u00f8yreklikk for \u00e5 administrere listene dine","Right parenthesis":"H\u00f8yre parentes","Role saved":"Rolle lagret","Roles":"Roller","Roles library":"Rollebibliotek","round":"rund","Round to closest whole number":"Rund av til n\u00e6rmeste hele tall","Round to lower whole number":"Rund ned til heltall","Round to upper whole number":"Rund opp til heltall","Row %s":"Rad %s","Rubric Block":"Rubrikkboks","Rubric Block Properties":"Egenskaper for rubrikkboks","Rubric Blocks":"Rubrikkbokser","Running task %s":"Kj\u00f8rer oppgave %s","Save":"Lagre","Saved":"Lagret","Saved.":"Lagret.","Scientific Calculator":"Vitenskapelig kalkulator","Scope":"Omfang","Scorer":"Sk\u00e5rer","Scoring":"Sk\u00e5ring","Scratch pad":"Tegnebrett","Scratch Pad":"Tegnebrett","Scratchpad":"Tegnebrett","Search":"S\u00f8k","Search %s":"S\u00f8k %s","Search by properties":"S\u00f8k ved hjelp av egenskaper","Search sub-classes":"S\u00f8k i undermapper","second":"sekund","seconds":"sekunder","Section %d":"Seksjon %d","Section %d of %d":"Seksjon %d av %d","Section level category enables configuring the categories of its composing items all at once. A category in gray means that all items have that category. A category in white means that only a few items have that category.":"Seksjonskategoriniv\u00e5ene gj\u00f8r det mulig \u00e5 konfigurere kategoriene for oppgavene samtidig. En kategori i gr\u00e5tt betyr at alle oppgavene har den kategorien. En kategori i hvitt betyr at bare noen f\u00e5 oppgaver har den kategorien.","Section Properties":"Egenskaper for seksjon","Security":"Sikkerhet","Security settings":"Sikkerhetsinnstillinger","Select":"Velge","select":"velg","Select a blueprint":"Velg en kopi","Select a class":"Velg en mappe","Select a destination":"Velg en destinasjon","Select a language":"Velg et spr\u00e5k","Select Items":"Velg oppgaver","Select loaded %s":"Velg lastet %s","Select the way the responses of your test should be processed":"Velg m\u00e5ten svarene p\u00e5 pr\u00f8ven din skal behandles p\u00e5","Select this file":"Velg denne filen","select...":"velg...","Selected":"Valgt","Selected file:":"Valgt fil:","Selection":"Utvalg","Selection saved successfully":"Valget ble lagret","self-locked":"selvl\u00e5st","Send":"Send","Set outcome identifier the feedback block is related to":"Angi resultatidentifikator som tilbakemelding er relatert til","Set the cut score (or pass score ratio) associated to the test. It must be a float between 0 and 1.":"Angi poengsum (eller best\u00e5ttgrense) knyttet til pr\u00f8ven. Det m\u00e5 v\u00e6re en flyt mellom 0 og 1.","Set the rubric block as a feedback block":"Angi rubrikkboksen som en tilbakemeldingsboks","Set the trigonometric function to work in degrees":"Sett den trigonometriske funksjonen til \u00e5 fungere i grader","Set the trigonometric function to work in radians":"Sett den trigonometriske funksjonen til \u00e5 fungere i radianer","Set the value of the outcome that will activate the feedback block":"Angi verdien av svaret som vil aktivere tilbakemeldingsboksen","Set the weight identifier used to process the score":"Angi vektidentifikatoren som brukes til \u00e5 behandle sk\u00e5ren","Set the XHTML-QTI class of the rubric block.":"Angi XHTML-QTI-mappen for rubrikkboksen.","Set the XHTML-QTI identifier of the rubric block.":"Angi XHTML-QTI-identifikatoren for rubrikkboksen.","SetSynchronisationService successfully configured.":"SetSynchronisationService ble konfigurert.","Settings":"Innstillinger","Settings updated":"Innstillinger oppdatert","Show detailed report":"Vis detaljert rapport","Show Feedback":"Vis tilbakemelding","Show password":"Vis passord","Show Review":"Vis \u00e5 se gjennom","Show Solution":"Vis l\u00f8sning","Show the review screen":"Vis \u00e5 se gjennom p\u00e5 skjerm","Show the solution once the answer is submitted.":"Vis l\u00f8sningen n\u00e5r besvarelsen er levert.","Show timers":"Vis tidtakere","Show\/Hide the review screen":"Vis\/skjul \u00e5 se gjennom-bildet","Shuffle":"Blande","Sibelius music notation":"Sibelius musikknotasjon","Sign change":"Tegnendring","Simultaneous":"Samtidig","sin":"sin","Sine":"Sinus","sinh":"sinh","Size":"St\u00f8rrelse","Skip":"Hopp over","Skip & End Test":"Hopp over & amp; Avslutt Pr\u00f8ve","Skip and end test":"Hopp over og avslutt pr\u00f8ve","Skip and go to the end of the test":"Hopp over og g\u00e5 til slutten av pr\u00f8ven","Skip and go to the next item":"Hopp over og g\u00e5 til neste oppgave","Skip to the end of the test":"G\u00e5 til slutten av pr\u00f8ven","Skip to the next item":"G\u00e5 til neste oppgave","Skip to the next section":"G\u00e5 til neste seksjon","Some resources have not been moved: %s":"Noen ressurser ble ikke flyttet: %s","Some rubric blocks have been updated to reflect the changes in the list of outcomes.":"Noen rubrikkbokser er oppdatert for \u00e5 gjenspeile endringene i resultatlisten.","Something unexpected happened.":"En uventet handling oppstod.","Something went wrong...":"Noe gikk galt...","Sources that can embed this platform in an iFrame":"Kilder som kan bygge inn denne plattformen i en iFrame","Speech speed":"Talehastighet","Speed":"Hastighet","Square root":"Kvadratrot","Start of document reached. Continuing from the end.":"Starten p\u00e5 dokumentet er n\u00e5dd. Fortsetter fra slutten.","Start Test-part":"Start pr\u00f8vedel","Status":"Status","Status of":"Status for","Step 1: Download the file (see below when available).":"Trinn 1: Last ned filen (se nedenfor n\u00e5r den er tilgjengelig)","Step 2: When you are online again, please send the downloaded file to receptionbaseline@nfer.ac.uk together with the ":"Trinn 2: N\u00e5r du er online igjen, vennligst send den nedlastede filen til receptionbaseline@nfer.ac.uk sammen med ","Step 3: Once you have downloaded the file you can close the browser window. Do not do anything further with the assessment whilst it shows as \u0022in progress\u0022; the status will be updated once the helpline has uploaded the file.":"Trinn 3: N\u00e5r du har lastet ned filen, kan du lukke nettleservinduet. Ikke gj\u00f8r noe med vurderingen mens det vises \u0022p\u00e5g\u00e5r\u0022; statusen oppdateres n\u00e5r hjelpelinjen har lastet opp filen.","Stop":"Stopp","Store":"Lagre","Store the value a variable":"Lagre verdien som en variabel","Storing digital video data on a computer game":"Lagring av digitale videodata p\u00e5 et dataspill","Submission":"Innlevering","Submit":"Lever","Submit and go to the end of the test":"Avgi svar og g\u00e5 til slutten av pr\u00f8ven","Submit and go to the item %s":"Avgi svar og g\u00e5 til oppgave %s","Submit and go to the next item":"Avgi svar og g\u00e5 til neste oppgave","Submit and go to the previous item":"Avgi svar og g\u00e5 til forrrige oppgave","SUBMIT THE TEST":"LEVER PR\u00d8VEN","SUBMIT THIS PART":"LEVER DENNE PR\u00d8VEDELEN","Success":"Vellykket","Successfully cloned instance as %s":"Klonet forekomsten som %s","Successfully deleted %s":"Slettet %s","Successfully imported \u0022%s":"Importert \u0022%s","Successfully imported %s tripples":"%S trippler ble importert","Successfully imported class \u0022%s":"Mappen %s er importert","Successfully updated %s client translation bundles":"%S klientoversettelsespakker ble oppdatert","Supported export formats":"Eksportformater som st\u00f8ttes","SVG image":"SVG-bilde","Syntax error":"Syntaksfeil","Tagged image file":"Merket bildefil","tan":"tan","Tangent":"Tangent","tanh":"tanh","Tao Default Theme":"Tao standardtema","Task %s has been cancelled, message was not processed.":"Oppgave %s er avbrutt, meldingen ble ikke behandlet.","task created":"oppgave ble opprettet","Task Listing":"Oppgaveoppf\u00f8ring","Task Name":"Oppgavenavn","Task not found":"Oppgave ble ikke funnet","Task not returned any report.":"Oppgaven returnerte ingen rapport.","Task Queue":"Oppgavek\u00f8","taskqueue":"oppgavek\u00f8","technical":"teknisk","Term":"Begrep","Test":"Pr\u00f8ve","Test constructor":"Pr\u00f8veutvikler","Test metadata successfully exported.":"Pr\u00f8vemetadata ble eksportert.","Test Navigation":"Testnavigasjon","Test Part Properties":"Egenskaper for pr\u00f8vedel","Test Preview is not installed, please contact to your administrator.":"Forh\u00e5ndsvisning av pr\u00f8ve er ikke installert. Ta kontakt med administrator.","Test Saved":"Oppgavesett lagret","Test status":"P\u00f8rvestatus","Test status and review structure":"Pr\u00f8vestatus og se gjennom struktur","Test Status and Structure":"Pr\u00f8vestatus og struktur","Test takers library":"Elevens bibliotek","Test-Taker Tools":"Elevverkt\u00f8y","Test-takers":"Elever","Tests":"Oppgavesett","Tests library":"Pr\u00f8vebibliotek","TeX file":"TeX-fil","Text - Long - Box":"Tekst - Lang - Boks","Text - Long - HTML editor":"Tekst - Lang - HTML-editor","Text - Short - Field":"Tekst - kort - felt","Text content":"Tekstinnhold","Text document file format (Staroffice)":"Tekstdokument filformat (Staroffice)","Text To Speech":"Tekst-til-tale","Text to Speech":"Tekst-til-tale","that was being taken.":"som ble tatt.","The \u0027imsmanifest.xml\u0027 file found in the archive is not valid.":"Filen \u0027imsmanifest.xml\u0027 som finnes i arkivet er ikke gyldig.","The action will be applied to":"Handlingen vil bli brukt p\u00e5","The action will be applied to the following":"Handlingen vil bli brukt p\u00e5 f\u00f8lgende","The action will not be applied to ":"Handlingen vil ikke bli brukt p\u00e5 ","The action will not be applied to the following":"Handlingen vil ikke bli brukt p\u00e5 f\u00f8lgende","the assessment (LCL or Mathematics)":"vurderingen (LCL eller matematikk)","The assessment has been created but is not already running.":"Vurderingen har blitt opprettet, men kj\u00f8rer ikke.","The candidate is not allowed to submit invalid responses.":"Eleven har ikke levere ugyldige svar.","The column ":"Kolonnen ","The connection seems to be back, please proceed":"Tilkoblingen ser ut til \u00e5 v\u00e6re tilbake. Fortsett arbeidet","the current question":"det aktuelle sp\u00f8rsm\u00e5let","The dependency to the IMS QTI AssessmentItemRef \u0022%s\u0022 in the IMS Manifest file could not be resolved.":"Avhengigheten til IMS QTI AssessmentItemRef \u0022%s\u0022 i IMS Dokument-filen kunne ikke l\u00f8ses.","The download will be available in %d<\/strong> seconds":"Nedlastingen vil v\u00e6re tilgjengelig om %d <\/strong> sekunder","The following criteria are not applicable to the selected class and have been removed from the search":"F\u00f8lgende kriterier gjelder ikke for den valgte mappen og er fjernet fra s\u00f8ket","The following identifiers are not unique accross the test : %s":"F\u00f8lgende identifikatorer er ikke unike i testen: %s","The format of this field is not valid.":"Formatet til dette feltet er ugyldig.","The identifier of the item reference.":"Identifikatoren for oppgavereferansen.","The identifier of the section.":"Identifikatoren for seksjonen.","The imported file is not properly UTF-8 encoded.":"Den importerte filen er ikke riktig UTF-8-kodet.","The IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file was already stored in the Item Bank.":"IMS QTI-oppgaven referert til som \u0022%s\u0022 i IMS Dokument-filen var allerede lagret i oppgavebanken.","The IMS QTI Test Package could not be imported.":"IMS QTI-pr\u00f8vepakken kunne ikke importeres.","The IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file could not be imported.":"IMS QTI \\\\-pr\u00f8ven referert til som \u0022%s\u0022 i IMS Dokument-filen kunne ikke importeres.","The index identifier should not be empty":"Indeksidentifikatoren skal ikke v\u00e6re tom","The lock has been released":"L\u00e5sen er \u00e5pnet","The navigation mode determines the general paths that the candidate may take. A linear mode restricts the candidate to attempt each item in turn. Non Linear removes this restriction.":"Navigasjonsmodusen bestemmer mulighetene som eleven har for \u00e5 navigere i oppgavesettet. En line\u00e6r modell begrenser eleven til \u00e5 besvare hver oppgave etter tur. Ikke-line\u00e6r modell fjerner denne begrensningen.","The number of child elements to be selected.":"Antall underelementer som skal velges.","The outcome \u0022%s\u0022 does not exist, but it is referenced by a feedback block!":"Resultatet \u0022%s\u0022 finnes ikke, men det refereres til i en tilbakemeldingsboks!","The outcomes have been regenerated!":"Resultatene har blitt regenerert!","The principle identifier of the test.":"Pr\u00f8vens hovedidentifikator.","The properties of the source class will be replaced by those of the destination class. This might result in a loss of metadata. Continue anyway?":"Egenskapene til kildemappen vil bli erstattet av egenskapene til destinasjonsmappen. Dette kan f\u00f8re til tap av metadata. Vil du fortsette?","The provided archive is invalid. Make sure it is not corrupted and that it contains an \u0027imsmanifest.xml\u0027 file.":"Det oppgitte arkivet er ugyldig. S\u00f8rg for at det ikke er \u00f8delagt og at det inneholder en \u0027imsmanifest.xml\u0027-fil.","The QTI Test \u0027%s\u0027 to be compiled must contain at least 1 QTI Item. None found.":"QTI-pr\u00f8ven \u0027%s\u0027 som skal kompileres, m\u00e5 inneholde minst 1 QTI-oppgave. Ingen funnet.","The QTI test could not be retrieved correctly.":"QTI-pr\u00f8ven kunne ikke hentes.","The QTI Test XML or one of its dependencies is malformed or empty.":"QTI-pr\u00f8ven XML eller en av dens avhengigheter er ugyldig eller uten innhold.","The QTI-XML test could not be written correctly.":"QTI-XML-pr\u00f8ven kunne ikke skrives riktig.","The reference.":"Referansen.","The score will be processed for the entire test. A sum of all SCORE outcomes will be computed and divided by the sum of MAX SCORE, the result will be compared to the cut score (or pass ratio), then the PASS_TOTAL outcome will be set accordingly.":"Sk\u00e5ren vil bli behandlet for hele pr\u00f8ven. En sum av alle SK\u00c5R-utfallene vil bli beregnet og delt med summen av MAX SK\u00c5R, resultatet vil bli sammenlignet med poengsum(eller best\u00e5tt), deretter vil PASS_TOTAL-resultatet settes.","The score will be processed for the entire test. A sum of all SCORE outcomes will be computed, the result will take place in the SCORE_TOTAL outcome.":"Sk\u00e5ren vil bli behandlet for hele pr\u00f8ven. En sum av alle SK\u00c5R-utfallene vil bli beregnet, resultatet vil finnes i SK\u00c5R _TOTAL -utfallet.","The section title.":"Seksjonens tittel.","The server has sent an empty response":"Serveren har sendt et tomt svar","The submission mode determines when the candidate\u0027s responses are submitted for response processing. A testPart in individual mode requires the candidate to submit their responses on an item-by-item basis. In simultaneous mode the candidate\u0027s responses are all submitted together at the end of the testPart.":"Innleveringsmodusen avgj\u00f8r n\u00e5r elevens svar blir sendt til vurdering. En pr\u00f8vedel i individuell modus krever at eleven leverer svarene sine enkeltvis. I samtidig modus sendes alleelevenes svar sammen p\u00e5 slutten av pr\u00f8vedelen.","The test has been closed\/suspended!":"Pr\u00f8ven er avsluttet!","The test has been paused, we are unable to connect to the server.":"Pr\u00f8ven er satt p\u00e5 pause, du har ikke kontakt med server.","The test has not been saved.":"Pr\u00f8ven er ikke lagret.","The test has unsaved changes, are you sure you want to leave?":"Du har gjort endringer som ikke er lagret. Er du sikker p\u00e5 at du vil avslutte?","The test has unsaved changes, would you like to save it?":"Pr\u00f8ven har endringer som ikke er lagret. Vil du lagre endringene?","The test needs to be saved before it can be previewed.":"Pr\u00f8ven m\u00e5 lagres f\u00f8r den kan forh\u00e5ndsvises.","The test part identifier.":"Pr\u00f8vedelens indifikator.","The test title.":"Pr\u00f8venavn.","The time limit has been reached for this part of the test.":"Tidsbegrensningen er n\u00e5dd for denne pr\u00f8vedelen.","The uploaded file is too large (maximum %s bytes)":"Den opplastede filen er for stor (maks. %S byte)","The value for the property \u0022%s\u0022 must be unique.":"Verdien for egenskapen \u0022%s\u0022 m\u00e5 v\u00e6re unik.","The value of this field must be a valid date format, e.g. YYYY-MM-DD":"Verdien av dette feltet m\u00e5 v\u00e6re et gyldig datoformat, f.eks. \u00c5\u00c5\u00c5\u00c5-MM-DD","The value of this field must be an integer":"Verdien av dette feltet m\u00e5 v\u00e6re et heltall","The value of this field must be numeric":"Verdien av dette feltet m\u00e5 v\u00e6re numerisk","There are %s unanswered questions":"Det er %s ubesvarte sp\u00f8rsm\u00e5l","There are %s unanswered questions in this part of the test":"Det er %s ubesvarte sp\u00f8rsm\u00e5l i denne pr\u00f8vedelen","There is %s unanswered question":"Det er %s ubesvart sp\u00f8rsm\u00e5l","There is %s unanswered question in this part of the test":"Det er %s ubesvart sp\u00f8rsm\u00e5l i denne pr\u00f8vedelen","There is not outcomes!":"Det er ikke noe resultat!","There is nothing to list!":"Det er ingenting \u00e5 liste!","This %s is currently checked out":"Denne %s er sjekket ut","This constraint affects the visibility of feedback after the end of the last attempt.":"Denne begrensningen p\u00e5virker synligheten av tilbakemeldinger etter det siste fors\u00f8ket.","This constraint controls whether or not the candidate is allowed to provide a comment on the item during the session. Comments are not part of the assessed responses.":"Denne begrensningen styrer hvorvidt eleven har lov til \u00e5 gi en kommentar til oppgaven under gjennomf\u00f8ringen. Kommentarer er ikke en del av svaret som skal vurderes.","This field is required":"Dette feltet er obligatorisk","This field is too long":"Dette feltet er for langt","This field is too short":"Dette feltet er for kort","This functionality is blocked. Please contact with your administrator for more details.":"Denne funksjonaliteten er ikke tilgjengelig. Ta kontakt med administrator for mer informasjon.","This is not a valid email address.":"Dette er ikke en gyldig e-postadresse.","this is required":"dette er p\u00e5krevd","This Login is already in use":"Denne brukeren er allerede i bruk","This media cannot be played!":"Denne mediefilen kan ikke avspilles!","This or one of %s must have a value":"Denne eller en av %s m\u00e5 ha en verdi","This password reset link is no longer valid. It may have already been used. If you still wish to reset your password please request a new link":"Denne koblingen for tilbakestilling av passord er ikke lenger gyldig. Det kan ha blitt brukt allerede. Hvis du fortsatt \u00f8nsker \u00e5 tilbakestille passordet ditt, kan du be om en ny lenke","This resource is locked":"Denne ressursen er l\u00e5st","This role is still given to one or more users. Please remove the role to these users first.":"Denne rollen er fremdeles i bruk av en eller flere brukere. Fjern rollen til disse brukerne f\u00f8rst.","This should equal %s":"Dette skal v\u00e6re lik %s","This should not equal %s":"Dette skal ikke v\u00e6re lik %s","This test has been suspended":"Denne pr\u00f8ven er suspendert","This test has been terminated":"Denne pr\u00f8ven er avsluttet","time":"tid","Time limit reached for item \u0022%s\u0022.":"Tidsbegrensningen er n\u00e5dd for oppgave \u0022%s\u0022.","Time limit reached, this part of the test has ended.":"Tidsbegrensningen er n\u00e5dd, denne delen av pr\u00f8ven er avsluttet.","Time limit reached, this part of the test has ended. However you are allowed to finish the current item.":"Tidsbegrensningen er n\u00e5dd, denne delen av testen er avsluttet. Du kan fullf\u00f8re gjeldende oppgave.","Time Limits":"Tidsbegrensninger","Time Remaining":"Gjenst\u00e5ende tid","Time zone":"Tidssone","Title":"Tittel","to":"til","To reset your password, click the link below, or paste it into your browser. You will then be prompted to create a new password.":"For \u00e5 tilbakestille passordet ditt, klikk p\u00e5 lenken nedenfor, eller lim det inn i nettleseren din. Du blir deretter bedt om \u00e5 opprette et nytt passord.","to translate":"\u00e5 oversette","Toggle multiple\/single selection":"Veksle mellom flervalg\/enkeltvalg","Toggle playback":"Sl\u00e5 av og p\u00e5 avspilling","Toggle start from here mode":"Bytt til start her-modus","Toggle the date time picker":"Veksle datovelgeren","Tokenizer":"Tokenizer","Too many suggestions match your query. Only a few are listed":"For mange forslag samsvarer med s\u00f8ket ditt. Bare noen f\u00e5 er oppf\u00f8rt","Tool box and flagging for review":"Verkt\u00f8ykasse og flagging for \u00e5 se gjennom","Toolbox":"Verkt\u00f8ykasse","Tools":"Verkt\u00f8y","Total duration":"Total varighet","Total score":"Totalsk\u00e5r","Total:":"Total:","Translate":"Oversett","Translate to":"Oversett til","Translation parameters":"Oversettelsesparametere","Translation saved":"Oversettelsen ble lagret","Transport Layer Security":"Sikkerhet","Tree - Multiple node choice ":"Treet - Valg av flere noder ","Tree values":"Tre-verdier","Trees":"Tr\u00e6r","True":"Sant","trunc":"trunk","Try connecting the machine to the internet via cable, or move to an area with a better wifi signal.":"Pr\u00f8v \u00e5 koble maskinen til internett via kabel, eller flytt til et omr\u00e5de med et bedre wifi-dekning.","Tutor":"Veileder","Type":"Type","Type your search":"Skriv inn s\u00f8ket ditt","Unable to access your account?":"F\u00e5r du ikke tilgang til kontoen din?","Unable to change passwords in demo mode":"Kan ikke endre passord i demomodus","Unable to copy the resource":"Kan ikke kopiere ressursen","Unable to delete %s":"Kan ikke slette %s","Unable to delete the selected resource":"Kan ikke slette den valgte ressursen","Unable to delete the selected resources":"Kan ikke slette de valgte ressursene","Unable to move the resources":"Kan ikke flytte ressursene","Unable to open file %s":"Kan ikke \u00e5pne filen %s","Unable to process your request":"Kan ikke behandle foresp\u00f8rselen din","Unable to release the lock":"Kunne ikke \u00e5pne l\u00e5sen","Unable to remove the property.":"Kunne ikke fjerne egenskap.","Unable to save resource.":"Kunne ikke lagre ressursen.","unable to search into notification.":"kunne ikke s\u00f8ke etter varsling.","Unable to send the password reset request":"Kan ikke sende foresp\u00f8rselen om tilbakestilling av passord","Unable to update the asset service":"Kan ikke oppdatere medietjenesten","Unable to upload file":"Kan ikke laste opp fil","Unable to upload file %s : %s":"Kan ikke laste opp filen %s: %s","Unanswered":"Ubesvart","Unanswered items":"Ubesvarte oppgaver","Unary operator +":"Unary operat\u00f8r +","Unary operator -":"Unary operat\u00f8r -","Uncheck all":"Fjern merket for alle","Uncheck All":"Fjern merket for alle","Undefined amount of the pages for pagination":"Udefinert antall sider for paginering","Undefined amount of the totalPages for pagination":"Udefinert antall av den totale siden for paginering","Undo":"Angre","Unexpected error. Please contact administrator":"Uventet feil. Ta kontakt med administrator","Unflag for Review":"Fjern markering for \u00e5 se gjennom","Uninstall of %s failed":"Avinstallering av %s mislyktes","Uninstalled %s":"Avinstallert %s","UNIX Compressed Archive File":"UNIX komprimert arkivfil","unknown":"ukjent","Unknown Error":"Ukjent feil","Unknown error.":"Ukjent feil.","unkown task id %s":"ukjent oppgave-id %s","Unlink to use separated durations":"Fjern koblingen for \u00e5 bruke adskilte tider","Unseen":"Usette","Update":"Oppdater","Update ID : %s":"Oppdaterings-ID: %s","Updating search index":"Oppdaterer s\u00f8keindeks","Upload":"Laste opp","Upload a QTI 2.1 Test Package File":"Last opp en QTI 2.1 testpakkefil","Upload into:":"Last opp til:","URI Path":"URI-sti","Usage: ImportRdf RDF_FILE [MODEL_ID]":"Bruk: ImportRdf RDF_FILE [MODEL_ID]","USAGE: please provide a valid extension id as second parameter":"BRUK: Oppgi en gyldig utvidelses-ID som andre parameter","USAGE: please provide a valid service name as first parameter":"BRUK: Oppgi et gyldig tjenestenavn som f\u00f8rste parameter","USAGE: please provide the service name as first parameter":"BRUK: Oppgi tjenestenavnet som f\u00f8rste parameter","Use a term":"Bruk et begrep","Use a variable":"Bruk en variabel","Use Ctrl\/Meta key or Lasso for multiple selection":"Bruk Ctrl\/Meta-tasten eller l\u00f8kke for flere utvalg","Use default value":"Bruk standardverdi","User":"Brukder","User %s can not be locked":"Bruker %s kan ikke l\u00e5ses","User %s can not be unlocked":"Bruker %s kan ikke l\u00e5ses opp","User %s successfully locked":"Bruker %s er l\u00e5st","User %s successfully unlocked":"Brukeren %s ble l\u00e5st opp","User added":"Bruker ble lagt til","User deleted successfully":"Bruker ble slettet","User deletion not permitted on a demo instance":"Sletting av bruker er ikke tillatt i et demomilj\u00f8","User not found":"Bruker ble ikke funnet","User saved":"Bruker ble lagret","User Settings":"Brukerinstillinger","Users":"Brukere","Validate Responses":"Valider svar","Validation for field \u0027%s\u0027 has failed. Language does not exist in the system":"Valideringen for feltet \u0027%s\u0027 mislyktes. Valgt spr\u00e5k finnes ikke i systemet","Validation for field \u0027%s\u0027 has failed. List of values expected":"Valideringen for feltet \u0027%s\u0027 mislyktes. Liste over verdier som forventet","Validation for field \u0027%s\u0027 has failed. Should not be empty":"Valideringen for feltet \u0027%s\u0027 mislyktes. B\u00f8r ikke v\u00e6re tom","Validation for field \u0027%s\u0027 has failed. Valid role expected. Given: %s":"Valideringen for feltet \u0027%s\u0027 mislyktes. Gyldig rolle forventet. Gitt: %s","Validation for field \u0027%s\u0027 has failed. Valid URI expected":"Valideringen for feltet \u0027%s\u0027 mislyktes. Gyldig URI forventet","Validation for field \u0027%s\u0027 has failed. Valid URI expected. Given: %s":"Valideringen for feltet \u0027%s\u0027 mislyktes. Gyldig URI forventet. Gitt: %s","Value":"Verdi","Value ellipsis":"Verdiellipse","Value of E":"Verdien av E","Value of PI":"Verdien av PI","Variable":"Variabel","Variable %s":"Variabel %s","Version":"Versjon","View":"Visning","View and format the collected results.":"Se og formater de innsamlede resultatene.","View report":"Se rapport","View resources as a list":"Se ressurser som en liste","View resources as a tree":"Se ressurser som et tre","View Tree":"Se Tre","Viewed":"Vist","Viewed items":"Viste oppgaver","Views":"Visninger","Visible":"Synlige","Volume":"Volum","Wait for your connection to come back online.":"Vent til tilkoblingen din kommer tilbake.","Wait is over":"Ventetiden er over","Waiting":"Venter","Warning \u2013 You have %s remaining to complete the test.":"Advarsel - Du har %s igjen til \u00e5 fullf\u00f8re pr\u00f8ven.","Warning \u2013 You have %s remaining to complete this item.":"Advarsel - Du har %s igjen til \u00e5 fullf\u00f8re denne oppgaven.","Warning \u2013 You have %s remaining to complete this section.":"Advarsel - Du har %s igjen til \u00e5 fullf\u00f8re denne seksjonen.","Warning \u2013 You have %s remaining to complete this test part.":"Advarsel - Du har %s igjen til \u00e5 fullf\u00f8re denne pr\u00f8vedelen.","Warning \u2013 You have %s remaining to complete this test.":"Advarsel - Du har %s igjen til \u00e5 fullf\u00f8re denne pr\u00f8ven.","WAV audio":"WAV lyd","We are unable to connect the server to submit your results.":"Du kan ikke levere pr\u00f8ven din da du ikke har kontakt med server.","We are unable to connect to the server to retrieve the next item.":"Du kan ikke g\u00e5 til neste oppgave da du ikke har kontakt med server.","WebM audio":"WebM lyd","WebM video":"WebM video","Weight":"Vekting","Weights":"Vekting","When selecting child elements each element is normally eligible for selection once only.":"N\u00e5r du velger underordnede elementer, er hvert element bare kvalifisert for valg \u00e9n gang.","Whether a candidate\u0027s response that is beyond the maximum duration of the item should still be accepted.":"Hvorvidt en elev sitt svar som g\u00e5r utover oppgavens maksimale varighet, fortsatt b\u00f8r godkjennes.","Whether a candidate\u0027s response that is beyond the maximum duration of the section should still be accepted.":"Hvorvidt en elev sitt svar som g\u00e5r utenfor seksjonens maksimale varighet, fortsatt b\u00f8r godkjennes.","Whether a candidate\u0027s response that is beyond the maximum duration of the test part should still be accepted.":"Hvorvidt en elev sitt svar som er utenfor pr\u00f8vedelens maksimale varighet, fortsatt b\u00f8r godkjennes.","Whether a candidate\u0027s response that is beyond the maximum duration should still be accepted.":"Hvorvidt en elev sitt svar som er utenfor maksimal varighet, fortsatt b\u00f8r godkjennes.","White on Black":"Hvit p\u00e5 svart","White on Blue (TAO standard theme)":"Hvitt p\u00e5 bl\u00e5tt","Who can view the rubric block during the delivery.":"Hvem kan se rubrikkboksen under levering.","Whole number part":"Hele talldelen","Width":"Bredde","Windows help file":"Windows hjelpefil","Windows Media audio":"Windows Media lyd","Windows Media file (metafile)":"Windows Media fil (metafil)","Windows Media video":"Windows Media video","With Replacement":"Med erstatning","Wrap image left":"Pakk bildet til venstre","Wrap image right":"Pakk bildet til h\u00f8yre","Write Document":"Skriv dokument","Wrong file mime type":"Feil filtype","Wrong or missing parameter extension, module or action":"Feil eller manglende parameterutvidelse, modul eller handling","Wrong parameter shownExtension":"Viser feil parameter utvidelse","XML Content":"XML innhold","XML Editor":"XML editor","XML error at line %1$d column %2$d \u0022%3$s\u0022.":"XML-feil p\u00e5 linje %1$d kolonne %2 $ d \u0022 %3 $ s\u0022.","XML file":"XML fil","xmlEdit":"xmlRediger","Yellow on Blue":"Gul p\u00e5 bl\u00e5","Yes":"Ja","You answered %s of %s question(s) for this section of the test":"Du svarte %s av %s sp\u00f8rsm\u00e5l p\u00e5 denne seksjonen av pr\u00f8ven","You answered all %s question(s) in this section":"Du svarte p\u00e5 alle %s sp\u00f8rsm\u00e5l(ene) i denne seksjonen","You answered all %s question(s) in this test":"Du svarte p\u00e5 alle %s sp\u00f8rsm\u00e5l(ene) i denne pr\u00f8ven","You answered only %s of the %s question(s) in this section":"Du svarte bare %s av %s sp\u00f8rsm\u00e5l i denne seksjonen","You are about to go to the next item. Click OK to continue and go to the next item.":"Du er i ferd med \u00e5 g\u00e5 til neste oppgave. Klikk OK for \u00e5 fortsette og g\u00e5 til neste oppgave.","You are about to go to the previous item. Click OK to continue and go to the previous item.":"Du er i ferd med \u00e5 g\u00e5 tilbake til forrige oppgave. Klikk OK for \u00e5 fortsette og g\u00e5 til forrige oppgave.","You are about to leave this section.":"Du er i ferd med \u00e5 forlate denne seksjonen.","You are about to submit the test.":"Du er i ferd med \u00e5 levere pr\u00f8ven.","You are about to submit the test. You will not be able to access this test once submitted. Click OK to continue and submit the test.":"Du er i ferd med \u00e5 levere pr\u00f8ven. Du f\u00e5r ikke tilgang til pr\u00f8ven n\u00e5r den er levert. Klikk OK for \u00e5 levere.","You are about to submit this test part.":"Du er i ferd med \u00e5 levere denne pr\u00f8vedelen.","You are currently working offline.":"Du jobber for tiden uten \u00e5 v\u00e6re p\u00e5 nett.","You are encountering a prolonged connectivity loss.":"Du sopplever et langvarig tap av tilkobling.","You are encountering a prolonged connectivity loss. ":"Du har mistet nettilgangen. ","You are not allowed to write in the class %s":"Du har ikkeskrivetilgang i mappen %s","You are not authorised to remove this lock":"Du er ikke atilgang til \u00e5 fjerne denne l\u00e5sen","You can magnify the content by up to 200%. Check your browser settings to find out how to do it.":"Du kan forst\u00f8rre innholdet med opptil 200%. Sjekk nettleserinnstillingene for \u00e5 finne ut hvordan du gj\u00f8r det.","You cannot delete the root node":"Du kan ikke slette rotnoden","You cannot move the selected resources in the class %s":"Du kan ikke flytte de valgte ressursene i mappe %s","You currently have no access to the platform":"Du har for \u00f8yeblikket ingen tilgang","You do not have the required rights to edit this resource.":"Du har ikke nok rettigheter til \u00e5 redigere denne ressursen.","You flagged %s item(s) that you can review now":"Du har flagget %s element(er) som du kan se gjennom n\u00e5","You have %s item(s) marked for review.":"Du har %s element(er) merket for \u00e5 se gjennom.","You have %s left to answer remaining %s questions.":"Du har %s igjen for \u00e5 svare p\u00e5 de resterende %s sp\u00f8rsm\u00e5l.","You have %s remaining to complete the current item.":"Du har %s igjen for \u00e5 fullf\u00f8re gjeldende oppgave.","You have %s unanswered question(s)":"Du har %s ubesvart(e) sp\u00f8rsm\u00e5l","You have %s unanswered question(s) and have %s item(s) marked for review.":"Du har %s ubesvart(e) sp\u00f8rsm\u00e5l og %s oppgave(r) merket for \u00e5 se gjennom.","You have %s unanswered question(s).":"Du har %s ubesvart(e) sp\u00f8rsm\u00e5l.","You have been locked due to too many failed login attempts. ":"Kontoen din har blitt sperret p\u00e5 grunn av for mange mislykkede p\u00e5loggingsfors\u00f8k ","You have been logged out. Please login again":"Du har blitt logget ut. Logg inn igjen","You must activate JavaScript in your browser to run this application.":"Du m\u00e5 aktivere JavaScript i nettleseren din for \u00e5 kj\u00f8re denne applikasjonen.","You will not be able to access this test once submitted. Click \u0022%s\u0022 to continue and submit the test.":"Du f\u00e5r ikke tilgang til denne pr\u00f8ven n\u00e5r den er levert. Klikk \u0022%s\u0022 for \u00e5 levere pr\u00f8ven.","Your account has been locked, please contact your administrator.":"Kontoen din er sperret. Kontakt din administrator.","Your browser does not meet the technical requirements to run TAO.":"Nettleseren din oppfyller ikke de tekniske kravene for \u00e5 kj\u00f8re TAO.","Your browser does not support copying to the clipboard":"Nettleseren din st\u00f8tter ikke kopiering til utklippstavlen","Your browser doesn\u2019t support the audio player.":"Nettleseren din st\u00f8tter ikke lydavspilleren.","Your browser doesn\u2019t support the video player.":"Nettleseren din st\u00f8tter ikke videoavspilleren.","Your comment\u2026":"Din kommentar...","Your connection seems to be back, please proceed.":"Tilkoblingen din ser ut til \u00e5 v\u00e6re tilbake. Fortsett.","Your mail":"Din E-post","Your TAO Password":"Ditt TAO passord","ZIP archive":"ZIK arkiv","Zoom":"Zoom","Zoom in":"Zoom inn","Zoom out":"Zoom ut"} \ No newline at end of file +{" and ":" og "," AND ":" OG "," has been deleted successfully":" har blitt slettet"," is ":" er "," next":" neste"," Remove criteria":" Fjern kriterier"," requires a subgrid adapter":" krever en subgrid -adapter","%1$s expected but %2$s detected":"%1$s var forventet, men %2$s ble oppdaget","%d attempts left before your account is locked.":"Du har %d fors\u00f8k igjen f\u00f8r kontoen din l\u00e5ses.","%d day":"%d dag","%d days":"%d dager","%h hour":"%h time","%h hours":"%h timer","%i minute":"%i minutt","%i minutes":"%i minutter","%m month":"%m m\u00e5ned","%m months":"%m m\u00e5neder","%s %s selected":"%s %s valgt","%s (%s kb)":"%s (%s kb)","%s Class saved":"%s Mappe lagret","%s classes":"%s mapper","%s Confirmation":"%s Bekreftelse","%s could not be released":"%s kunne ikke publiseres","%s created":"%s opprettet","%s extension(s) to install.":"%s tillegg som skal installeres.","%s has been deleted":"%s er slettet","%s has been released":"%s er publisert","%s instances":"%s forekomster","%s is of a type that cannot be published":"%s er av en type som ikke kan publiseres","%s Locked":"%s L\u00e5st","%s to answer %s":"%s for \u00e5 svare p\u00e5 %s","%s\u0022 is not a valid index identifier. It must start with a letter and contain letters, numbers or underscores only":"%s\u0022er ikke en gyldig indeksidentifikator. Den m\u00e5 starte med en bokstav og kun inneholde bokstaver, tall eller understrekninger","%y year":"%y \u00e5r","%y years":"%y \u00e5r","(empty)":"(tom)","(Visual) Clear all active highlights":"(Visuell) Fjern alle aktive uthevinger","(Visual) Highlight Text":"(Visuell) Uthev tekst","... reloading page.":"... laster siden p\u00e5 nytt.","7-zip archive":"7-zip arkiv","Filters<\/del>":"Filtre<\/del>","Options<\/del>":"Alternativer<\/del>"," %s <\/strong> has been moved to the background.":"%s<\/strong> er flyttet til bakgrunnen.","> Extension %s succesfully installed.":">Utvidelsen %s er installert.","> Installation done.":"> Installasjonen er utf\u00f8rt.","a class":"en mappe","A date has to be a Datetime or timestamp":"En dato m\u00e5 v\u00e6re en Datotid eller tidsstempel","A fatal error occured during the installation process.":"En alvorlig feil oppstod under installasjonsprosessen.","A maintenance status must have a STATUS: \u0022%s\u0022 or \u0022%s":"En vedlikeholdsstatus m\u00e5 ha en STATUS: \u0022%s\u0022 eller \u0022%s","A message with further instructions has been sent to your email address: %s":"En melding med ytterligere instruksjoner er sendt til e -postadressen din: %s","A QTI Item involved in the QTI Test \u0027%s\u0027 could not be compiled.":"En QTI-oppgave som er med i QTI-pr\u00f8ven \u0027%s\u0027 kunne ikke kompileres.","A QTI Test must contain at least one QTI Item to be compiled. None found.":"En QTI-pr\u00f8ve m\u00e5 inneholde minst en QTI-oppgave som skal kompileres. Ingen funnet.","A qti testpackage":"En QTI pr\u00f8vepakke","A remote resource referenced in QTI test \u0027%s\u0027 could not be retrieved.":"En ekstern ressurs referert til i QTI-pr\u00f8ven \u0027%s\u0027 kunne ikke hentes.","A response to every question in this item is required.":"Du m\u00e5 angi et svar p\u00e5 hvert sp\u00f8rsm\u00e5l i denne oppgaven.","A response to this item is required.":"Du m\u00e5 svare p\u00e5 denne oppgaven.","A valid response to this item is required.":"Det kreves et gyldig svar p\u00e5 denne oppgaven.","A visible section is one that is identifiable by the candidate.":"En synlig seksjon er en som kan identifiseres av eleven.","AAC audio":"AAC lyd","About":"Om","abs":"abs","Absolute value":"Absolutt verdi","AC":"AC","Access Denied":"Ingen Tilgang","Access denied. Please renew your authentication!":"Ingen tilgang. Du m\u00e5 fornye autentiseringen din!","Account status":"Konto status","Action":"Handling","Action %s - removed %s positions":"Handling %s - fjernet %s posisjoner","Action `%s` is not configured in the action queue service":"Handlingen %s er ikke konfigurert i tjenesten for handlingsk\u00f8","Action was not executed yet":"Handlingen er ikke utf\u00f8rt enn\u00e5","Actions":"Handlinger","Activated":"Aktivert","Add":"Legg til","Add \/ Edit lists":"Legg til \/ rediger lister","Add a CSV file":"Legg til en CSV-fil","add a new weight":"legg til ny vekting","Add a user":"Legg til en bruker","Add a zip file containing QTI\/APIP tests and items":"Legg til en zip-fil som inneholder QTI\/APIP-pr\u00f8ver og oppgaver","Add an RDF\/XML file":"Legg til en RDF\/XML-fil","Add Consumer":"Legge til bruker","add criteria":"legg til kriterier","Add file(s)":"Legg til fil(er)","Add property":"Legg til egenskap","Add Provider":"Legg til leverand\u00f8r","Add selected item(s) here.":"Legg til valgt(e) oppgave(r) her.","Add the source file":"Legg til kildefilen","Adding search index for %s":"Legger til s\u00f8keindeks for %s","Adding search index for created resource":"Legger til s\u00f8keindeks for opprettet ressurs","Adding the new class has failed":"\u00c5 legge til ny mappe mislyktes","Adding the new resource has failed":"\u00c5 legge til ny ressurs mislyktes","Adding\/updating search index for updated resource":"Legger til\/oppdaterer s\u00f8keindeks for oppdaterte ressurs","Adobe Flash file":"Adobe Flash-fil","Advanced search, add filters":"Avansert s\u00f8k, legg til filtre","After you complete the section it would be impossible to return to this section to make changes. Are you sure you want to end the section?":"Etter at du har fullf\u00f8rt delen, er det umulig \u00e5 g\u00e5 tilbake for \u00e5 gj\u00f8re endringer. Er du sikker p\u00e5 at du vil avslutte?","all":"alle","All":"Alle","all audios":"alle lydfilene","All data will be removed in %s":"Alle data vil bli fjernet om %s","All fields are required":"Alle felt m\u00e5 fylles ut","all images":"alle bilder","All rights reserved.":"Alle rettigheter forbeholdt.","all videos":"alle videoer","Allow Comment":"Tillat kommentarer","Allow for all domains":"Tillat for alle domener","Allow for the following domains":"Tillat f\u00f8lgende domener","Allow Review":"Tillat \u00e5 se gjennom","Allow Section Skipping":"Tillat \u00e5 g\u00e5 videre","Allow Skipping":"Tillat \u00e5 g\u00e5 videre","Allow skipping of the current section.":"Tillat \u00e5 g\u00e5 videre til neste seksjon.","Allow Test-taker to playback media files associated according to APIP protocol to item content.":"Tillat eleven \u00e5 spille av mediefiler som er tilknyttet APIP-protokollen, til oppgavens innhold.","Allow the candidate to review his answers.":"Tillat eleven \u00e5 se gjennom besvarelsen sin.","Allow the test-taker to eliminate \/ strikethrough answers in choice interactions.":"Tillat eleven \u00e5 fjerne\/gjennomg\u00e5 svarene i oppgaven.","Allow the test-taker to highlight parts of the item text.":"Tillat eleven \u00e5 markere deler av oppgaveteksten.","Allow the test-taker to mask and unmask answers in choice interactions.":"Tillat eleven \u00e5 markere og fjerne markering i oppgaven.","Allow the test-taker to mask parts of the item with a movable mask.":"Tillat eleven \u00e5 markere deler av oppgaven som kan fjernes etterp\u00e5.","Allow the test-taker to use a basic calculator.":"Tillat eleven \u00e5 bruke en enkel kalkulator.","Allow the test-taker to use a calculator respecting the order of operations (BODMAS).":"Tillat eleven \u00e5 bruke en kalkulator som f\u00f8lger operasjonsrekkef\u00f8lgen (BODMAS).","Allow the test-taker to use a movable magnifier tool.":"Tillat eleven \u00e5 bruke et forst\u00f8rrelsesverkt\u00f8y.","Allow the test-taker to use a scientific calculator.":"Tillat eleven \u00e5 bruke en vitenskapelig kalkulator.","Allow the test-taker to visually isolate a line of text.":"Tillat eleven \u00e5 visuelt isolere en tekstlinje.","Allows Test-taker to zoom in and out the item content.":"Tillat eleven \u00e5 zoome inn og ut oppgaveinnholdet.","Alpha version":"Alpha -versjon","Also compute the score per categories":"Beregn poengsum per kategori","An email has been sent":"En e -post er sendt","An error occured while retrieving items":"Det oppstod en feil under henting av oppgaver","An error occurred during results submission. Please retry.":"Det oppstod en feil under levering av pr\u00f8ven. Pr\u00f8v p\u00e5 nytt.","An error occurred during the test initialization!":"Det oppstod en feil under pr\u00f8venitialiseringen!","An error occurred during the test, please content your administrator.":"Det oppstod en feil under pr\u00f8ven. Kontakt administrator.","An error occurred during user deletion":"Det oppstod en feil under sletting av brukeren","An error occurred!":"Det oppstod en feil!","An error occurs, please contact your administrator":"Det oppst\u00e5r en feil. Ta kontakt med administrator","An exception occured while running \u0022%s":"Det oppstod et avvik under kj\u00f8ring av \u0022%s","an instance":"en forekomst","An item involved in the test cannot be read or is not QTI compliant.":"En oppgave i pr\u00f8vesettet kan ikke leses eller er ikke QTI-kompatibel.","An item involved in the test cannot be written.":"Et oppgave som finnes i testen kan ikke skrives.","An unknown error occured while compiled QTI Test \u0027%s\u0027.":"Det oppstod en ukjent feil under kompilering av QTI-pr\u00f8ven \u0027%s\u0027.","An unknown error occured while compiling QTI test \u0027%s\u0027.":"Det oppstod en ukjent feil under kompilering av QTI-pr\u00f8ven \u0027%s\u0027.","An unrecoverable error occurred. Your test session will be paused.":"Det oppstod en feil som ikke kan gjenopprettes. Pr\u00f8vegjennomf\u00f8ringen din blir satt p\u00e5 pause.","and":"og","and flagged %s of them":"og flagget %s av dem","and you flagged %s item(s) that you can review now":"og du flagget %s oppgaver(er) som du kan se gjennom n\u00e5","Ans":"Svar","Answer Eliminator":"Svareliminator","Answer Masking":"Merking av svar","Answered":"Svart","APIP Text To Speech":"APIP Tekst til tale","Apply":"Bruke","Apply date range":"Bruk datointervall","Arc cosine":"Cosinusbue","Arc sine":"Sinusbue","Arc tangent":"Tangensbue","Archived":"Arkivert","Are you sure to delete the versioned resource?\nThe history will be lost as well.":"Er du sikker p\u00e5 \u00e5 slette den versjonerte ressursen? Historikken vil ogs\u00e5 g\u00e5 tapt.","Are you sure you want to clear your answer and go to the next item? You will not be able to go back and provide an answer.":"Er du sikker p\u00e5 at du vil slette svaret ditt og g\u00e5 til neste oppgave? Du kan ikke g\u00e5 tilbake i oppgavesettet.","Are you sure you want to delete it?":"Er du sikker p\u00e5 at du \u00f8nsker slette?","Are you sure you want to end the test?":"Vil du avslutte pr\u00f8ven?","Are you sure you want to go to the next item? You will not be able to go back and change your answer.":"Er du sikker p\u00e5 at du vil g\u00e5 til neste oppgave? Du vil ikke kunne g\u00e5 tilbake igjen og endre svaret ditt.","Are you sure you want to go to the next item? You will not be able to go back and provide an answer.":"Er du sikker p\u00e5 at du vil g\u00e5 til neste oppgave? Du vil ikke kunne g\u00e5 tilbake og avgi et svar.","Are you sure you want to go to the next item? You will not be able to go back.":"Er du sikker p\u00e5 at du vil g\u00e5 til neste oppgave? Du vil ikke kunne g\u00e5 tilbake.","Area Masking":"Markering av omr\u00e5de","Assets":"Mediebank","Assign":"Tildele","Assign User to role":"Tilordne bruker til rolle","Assign Users":"Tilordne brukere","Associate a blueprint to a section allow you to validate this section against the specified blueprint.":"Knytte en kopi til en seksjon lar deg validere denne delen mot den angitte kopien.","Associate Blueprint":"Koble en kopi","At least one mandatory parameter was required but found missing in your request":"Minst \u00e9n obligatorisk parameter var p\u00e5krevd, men det ble funnet mangler i foresp\u00f8rselen din","Audio Video Interleave":"Lyd og bilde sammensetning","Author":"Forfatter","Author Item":"Forfatte oppgave","Authoring":"Rediger","auto unlocked in %s":"\u00e5pnes automatisk om %s","Auxiliary file not found at location \u0022%s\u0022.":"Hjelpefile ble ikke funnet p\u00e5 \u0022%s\u0022.","Available":"Tilgjengelig","Available Extensions":"Tilgjengelige utvidelser","Back":"Tilbake","Back to listing":"Tilbake til oppf\u00f8ring","Base-10 logarithm":"Base-10 logaritme","Beta version":"Betaversjon","Binary operator *":"Bin\u00e6r operat\u00f8r *","Binary operator +":"Bin\u00e6r operat\u00f8r +","Binary operator -":"Bin\u00e6r operat\u00f8r -","Binary operator \/":"Bin\u00e6r operat\u00f8r \/","Binary operator modulo":"Bin\u00e6r operat\u00f8r modulo","Bitmap image":"Bitmap bilde","Black on Cream":"Svart p\u00e5 kremfarge","Black on Light Blue":"Svart p\u00e5 lysebl\u00e5","Black on Light Magenta":"Svart p\u00e5 lys magenta","Black on White":"Svart p\u00e5 hvit","Browse folders:":"S\u00f8k gjennom mapper:","Browse...":"S\u00f8k...","C":"C","C file":"C-fil","C++ file (.cpp)":"C++ fil (.cpp)","Calc speadsheet (Staroffice)":"Calc regneark (Staroffice)","Calculator":"Kalkulator","Calculator BODMAS":"BODMAS kalkulator","Calendar":"Kalender","Can not playback media file!":"Kan ikke spille av mediefil!","cancel":"avbryt","CANCEL":"AVBRYT","Cancel":"Avbryt","cancel the action":"avbryt handlingen","Cancelled":"Avbrutt","Candidate":"Elev","Cannot be edited":"Kan ikke redigeres","Cannot divide by zero":"Kan ikke dele med null","Cardinality":"Kardinalitet","Case sensitive":"Skille mellom store og sm\u00e5 bokstaver","Categories":"Kategorier","Category score":"Kategorisk\u00e5r","ceil":"tak","Change password":"Endre passord","Change the current color preset":"Endre gjeldende fargeinnstilling","Change the password":"Endre passordet","Change the sign of the current operand":"Endre tegnet p\u00e5 gjeldende operand","Check all":"Sjekk alle","Check All":"Sjekk Alle","Check-in":"Innsjekking","Choose a value...":"Velg en verdi...","Choose export format":"Velg eksportformat","Choose import format":"Velg importformat","Class":"Mappe","class selected":"valgt mappe","Class successfully created.":"Mappe ble opprettet.","Class uri provided is not a valid class.":"Gitt mappe uri er ikke en gyldig mappe.","Cleaning up tmp space complete":"Rydding av tmp-plass er fullf\u00f8rt","Cleaning up tmp space started":"Rydding av tmp-plass er p\u00e5begynt","Clear":"Nullstill","Clear All":"Nullstill alt","Clear all active highlights":"Nullstill alle aktive uthevinger","Clear all data":"Nullstill alle data","Clear expression":"Nullstill uttrykk","Clear Highlights":"Nullstill utheving","Clear history":"Nullstill historikk","Clear History":"Nullstill Historikk","Clear selection":"Nullstill utvalg","Clear the date time picker":"Nullstill datovelger","Clear the stored variables":"Nullstill lagrede variabler","Click \u0022%s\u0022 to continue.":"Klikk \u0022%s\u0022 for \u00e5 fortsette.","Click to reload.":"Klikk for \u00e5 laste siden p\u00e5 nytt.","Click to speak":"Klikk for \u00e5 snakke","Close":"Lukk","Close dialog":"Lukk dialog","Close Magnifier":"Lukk forst\u00f8rrelsesglass","Close message":"Lukk melding","Close the mask":"Lukk maskering","Close this Section":"Lukk denne seksjonen","Code Version":"Kodeversjon","Collapse the review panel":"Skjul vinduet for \u00e5 se gjennom oppgaver","Collecting of abandoned actions in the action queue ...":"Samling av forlatte handlinger i handlingsk\u00f8en...","Column":"Kolonne","Combine a selection of items into tests.":"Sett sammen et utvalg av oppgaver til pr\u00f8ver.","Comment":"Kommentar","comment...":"kommentar...","Commit":"Beg\u00e5","Completed":"Fullf\u00f8rt","Completed - Error":"Fullf\u00f8rt - Feil","Completed items":"Fullf\u00f8rte oppgaver","Compressed tar file":"Komprimert tar-fil","Compute the expression":"Beregn uttrykket","Confirm":"Bekreft","Connect to the TAO platform":"Koble til TAO-plattformen","Connected to server":"Koblet til server","Continue":"Fortsett","CONTINUE TO THE NEXT SECTION":"FORTSETT TIL NESTE SEKSJON","Contrast":"Kontrast","Controls the contribution of an individual item score to the overall test score.":"Kontrollerer individuell oppgavesk\u00e5r opp mot det totale pr\u00f8veresultatet.","Controls the maximum number of attempts allowed. 0 means unlimited.":"Kontrollerer maksimalt antall tillatte fors\u00f8k. 0 betyr ubegrenset antall.","Copy":"Kopier","Copy To":"Kopier til","Copy to":"Kopier til","Copy to clipboard":"Kopier til utklippstavlen","cos":"cos","Cosine":"Kosinus","Covers parts of the item":"Dekker deler av oippgaven","Create":"Opprett","Create and design items and exercises.":"Opprett og design oppgaver.","Create instance of ":"Opprett en forekomst av ","Created":"Opprettet","Creating report ...":"Opprett rapport...","CSP Header settings were saved successfully!":"Innstillinger for CSP-topptekst ble lagret!","CSV":"CSV","CSV file":"CSV-fil","CSV Options":"CSV-alternativer","Cube root":"Kubikkrot","Current language":"Gjeldende spr\u00e5k","Current playback position":"Gjeldende avspillingsposisjon","Custom":"Egendefinert sk\u00e5ring","custom categories":"egendefinerte kategorier","Custom outcome processing. No changes will be made to the existing rules.":"Egendefinert instilling. Det vil ikke bli gjort endringer i de eksisterende reglene.","Cut score":"Poengsum","Cut score (pass ratio)":"Poengsum (best\u00e5tt)","Data imported":"Data importert","Data imported successfully":"Data importert","Data imported. Some records are invalid.":"Data importert. Noen registreriger er ugyldige.","Data language":"Data spr\u00e5k","Data Language":"Data Spr\u00e5k","Data not imported. All records are invalid.":"Data ble ikke importert. Alle registreringene er ugyldige.","Data source URI":"Datakilde URI","Database file":"Database-fil","Date":"Dato","date range":"dato-intervall","date time":"dato tid","date time range":"dato tidsintervall","Default search":"Standard s\u00f8k","Define the default values":"Definer standardverdiene","Deg":"Grad","Degree":"Grad","Delete":"Slett","Delete Left":"Slett Venstre","Delete Right":"Slett H\u00f8yre","Delete the term on the left side of the cursor":"Slett ordet p\u00e5 venstre side av mark\u00f8ren","Delete the term on the right side of the cursor":"Slett ordet p\u00e5 h\u00f8yre side av mark\u00f8ren","Deleting search index for %s":"Sletter s\u00f8keindeks for %s","Deliveries":"Publiserte","Deliveries library":"Samling av oppgavesett","Demo Sandbox":"Demo Sandbox","Digit 0":"Siffer 0","Digit 1":"Siffer 1","Digit 2":"Siffer 2","Digit 3":"Siffer 3","Digit 4":"Siffer 4","Digit 5":"Siffer 5","Digit 6":"Siffer 6","Digit 7":"Siffer 7","Digit 8":"Siffer 8","Digit 9":"Siffer 9","Disable validation":"Deaktiver validering","Disabled %s":"Deaktivert %s","Disconnected from server":"Frakoblet fra server","Display a warning before the test-taker ends a test part and there are still items left unanswered or marked for review.":"Vis en advarsel dersom eleven avslutter en pr\u00f8ve, og det er fortsatt gjenst\u00e5r ubesvarte oppgaver eller oppgaver som er merket.","Display a warning before the test-taker ends the test part.":"Vis en advarsel f\u00f8r eleven avslutter en pr\u00f8vedel.","Display a warning before the test-taker ends the test.":"Vis en advarsel f\u00f8r eleven avslutter pr\u00f8ven.","Display a warning before the test-taker skips the section. Requires the Section Skipping option.":"Vis en advarsel n\u00e5r eleven hopper over en pr\u00f8vedel. Krever at alternativet Hopp over pr\u00f8vedel er aktivert.","Display End Test Warning":"Vis advarsel om at eleven er i ferd med \u00e5 avslutte pr\u00f8ven","Display Next Part Warning":"Vis advarsel om at eleven n\u00e5 g\u00e5r til neste del av pr\u00f8ven","Display Next Section Warning":"Vis advarsel om at eleven n\u00e5 g\u00e5r til neste seksjon av pr\u00f8ven","Display Unanswered Warning":"Vis advarsel om at eleven har ubesvarte oppgaver","Displayed label":"Vist navn","Displays a customisable magnifier":"Viser en forst\u00f8rrelsesglass som kan tilpasses","Do not flag the current item for later review":"Ikke flagg oppgaven for \u00e5 se gjennom senere","Do not rename it.":"Ikke gi nytt navn.","Do not show alert on timeout":"Ikke vis varsel ved timeout","Do you wish to install the following extension(s):\n%s?":"\u00d8nsker du \u00e5 installere f\u00f8lgende utvidelse(r): %s?","Document templates (Staroffice)":"Dokumentmaler (Staroffice)","does not match":"passer ikke","Don\u0027t save":"Ikke lagre","Don\u0027t set":"Ikke sett","Dot":"Punktum","Download":"Last ned","Download the pupil responses and submit manually.":"Last ned elevbesvarelsene og lever manuelt.","Download this file":"Last ned denne filen","Drag file here":"Dra filen hit","Drag files here":"Dra filene hit","Drop the files to upload":"Slipp filene for \u00e5 laste opp","Duplicate":"Dupliser","Edit":"Rediger","Edit a user":"Rediger en bruker","Edit class %s":"Rediger mappe %s","Edit Instance":"Rediger egenskaper","Edit Tree":"Rediger treet","Element":"Element","Element deleted.":"Element ble slettet.","Eliminate choices":"Fjern valgene","Email":"E-post","Enable Mark for Review":"Aktiver mulighet for bokmerke","Enable mark for review of items. Requires the Review Screen option.":"Aktiver mulighet for bokmerke p\u00e5 oppgaver. Krever aktivert oversiktsknapp.","Enable Review Screen":"Aktiver oversiktsknapp","Enable selection":"Aktiver utvalg","Enable Skipping Ahead":"Aktiver g\u00e5 videre","Enable text to speech":"Aktiver tekst-til-tale","Enable the item review screen \/ navigator.":"Aktiver oppgavegjennomgang\/navigering p\u00e5 skjerm.","enabled":"aktivert","Enabled %s":"Aktivert %s","Enables skipping to items within this section. Requires the review screen option.":"Aktiver muligheten til \u00e5 g\u00e5 videre i oppgavesettet innen gitt oppgaveseksjon. Krever at valget se gjennom oppgavene p\u00e5 skjerm er aktivert.","End of document reached. Continuing from the beginning.":"Slutten p\u00e5 dokumentet er n\u00e5dd. Fortsetter fra begynnelsen.","End Test":"Avslutt pr\u00f8ven","End test":"Avslutt pr\u00f8ven","Enhanced metafile":"Forbedret metafil","Enter":"Enter","Enter a blueprint":"Skriv inn en kopi","Enter a custom category":"Skriv inn en kategori","Error":"Feil","Error adding search index for %s with message %s":"Feil ved tilf\u00f8yelse av s\u00f8keindeks for %s med melding %s","Error during file import":"Filimport feilet","Error found in the IMS QTI Test:\n%s":"Feil funnet i IMS QTI-pr\u00f8ven: %s","Error in result":"Feil i resultat","Error in syntax":"Feil i syntaks","Error in value":"Feil i verdi","Error: %s":"Feil: %s","Event Log":"Arrangementslogg","Exclusive (OR)":"Eksklusiv (OR)","Execute":"Utf\u00f8r","Executing task %s failed":"Utf\u00f8relsen av oppgave %s mislyktes","exp":"eksp","Expand the review panel":"Utvid se gjennom oppgave-panelet","Exponent":"Eksponent","Export":"Eksporter","Export ":"Eksport ","Export \u0022%s\u0022 in %s":"Eksporter \u0022 %s\u0022 i %s","Export CSV":"Eksporter CSV","Export failed for the test \u0022%s":"Eksport mislyktes for testen \u0022%s","Export failed.":"Eksport mislyktes.","Export metadata":"Eksporter metadata","Export Metadata as RDF\/XML file":"Eksporter metadata som RDF\/XML-fil","Export QTI 2.1 Test Package":"Eksporter QTI 2.1 Testpakke","Export QTI 2.2 Test Package":"Eksporter QTI 2.2 Testpakke","Export succeeded.":"Eksporten var vellykket.","Export successful for the test \u0022%s":"Oppgavesett \u0022%s ble eksportert","Export Table":"Eksporter tabell","Extension \u0022%s\u0022 has been installed":"Utvidelsen \u0022%s\u0022 er installert","Extensions manager":"Utvidelser","Factorial":"Faktorisk","Failed":"Mislyktes","Failed to delete index for %s":"Kunne ikke slette indeksen for %s","False":"Usant","Feedback block":"Tilbakemeldingsboks","Field delimiter":"Feltavgrensning","Field encloser":"Feltomr\u00e5de","Fields must match":"Feltene m\u00e5 samsvare","File":"Fil","File download failed":"Nedlasting av fil mislyktes","File name":"Filnavn","File not found":"Filen ble ikke funnet","File not found!":"Filen ble ikke funnet!","File Properties":"Filegenskaper","file selected":"valgt fil","File Uploader":"Filopplasting","files selected":"valgte filer","Filter":"Filter","Filter by value":"Filtrer etter verdi","Filtering mode":"Filtreringsmodus","First Name":"Fornavn","First page":"F\u00f8rste side","First row column names":"Kolonnenavn f\u00f8rste rad","Fit to width":"Tilpass i bredden","Fixed":"Fast","Fixed position in a shuffled the selection.":"Fast posisjon i et blandet utvalg.","Flag for Review":"Flagg for \u00e5 se gjennom","Flag the current item for later review":"Flagg denne oppgaven for senere \u00e5 kunne se gjennom","Flagged":"Flagget","Flagged for review":"Flagget for \u00e5 kunne se gjennom","Flash video":"Flash-video","floor":"gulv","Flowchart-based programming environment & TI Interactive Workbook":"Flytskjema-basert programmeringsmilj\u00f8 og TI interaktiv arbeidsbok","Forbid for all domains":"Forbud for alle domener","Force HTTPS on this platform":"Tving HTTPS p\u00e5 denne plattformen","Force Release":"Tving utgivelse","Force the item to be considered as informational and not taken into account in (un)answered \/ flagged counters.":"Sett denne oppgaven som en informasjonsside som ikke skal tas med i opptellingen av (u)besvarte\/.flaggede oppgaver.","Forgot your password?":"Glemt passord?","Form":"Skjema","Form data not saved.":"Skjemadata er ikke lagret.","From":"Fra","Fuzzy Matching":"Uklar Matching","Generis Form":"Generis Form","Geogebra data file":"Geogebra data-fil","Get History":"F\u00e5 historie","Get the history list":"F\u00e5 historielisten","GIF image":"GIF-bilde","Go Back":"G\u00e5 tilbake","go back to home page":"g\u00e5 tilbake til hjemmesiden","Go to next item":"G\u00e5 til neste oppgave","Go to the current question":"G\u00e5 til det aktuelle sp\u00f8rsm\u00e5let","Go to the next item?":"G\u00e5 til neste oppgave?","Go to the next question":"G\u00e5 til neste sp\u00f8rsm\u00e5l","Go to the previous question":"G\u00e5 til forrige sp\u00f8rsm\u00e5l","Go to the top of the page":"G\u00e5 til toppen av siden","Gray on Green":"Gr\u00e5 p\u00e5 gr\u00f8nn","Group test takers according to global features and classifications.":"Grupper elever i henhold til globale funksjoner og klassifiseringer.","Groups":"Grupper","Groups library":"Gruppebibliotek","GZip Compressed Archive":"GZip komprimert arkiv","Header file with extensionsLabels":"Toppfil med utvidelsesetiketter","Height":"H\u00f8yde","Help":"Hjelp","Hi, %s
You indicated that you have forgotten your TAO password.":"Hei, %s
Du skrev at du har glemt TAO-passordet ditt.","Hide detailed report":"Skjul detaljert rapport","Hide password":"Skjul passord","Hide Review":"Skjul \u00e5 se gjennom","Hide the review screen":"Skjul \u00e5 se gjennom p\u00e5 skjerm","Hide the warning automatically displayed when a test-taker exit a timed section.":"Skjul advarselen som vises automatisk n\u00e5r eleven forlater en tidsbestemt seksjon.","Hide Timed Section Warning":"Skjul advarsel om tidsbestemt seksjon","Hide timers":"Skjul tidtaker","Highlight":"Markering","Highlight all":"Marker alt","Highlight Text":"Markert tekst","Highlighter":"Markeringspenn","History":"Historikk","hours":"timer","Html title":"Html tittel","Hyperbolic arc cosine":"Hyperbolisk cosinuskurve","Hyperbolic arc sine":"Hyperbolisk sinuskurve","Hyperbolic arc tangent":"Hyperbolisk tangenskurve","Hyperbolic cosine":"Hyperbolisk cosinus","Hyperbolic sine":"Hyperbolisk sinus","Hyperbolic tangent":"Hyperbolisk tangens","Hypertext markup language":"Markeringsspr\u00e5k for hypertekst","I understand that this action is permanent.":"Jeg forst\u00e5r at denne handlingen er permanent.","Identifier":"Identifikator","If required it must appear (at least once) in the selection.":"Om n\u00f8dvendig m\u00e5 det vises (minst en gang) i utvalget.","If required, it must appears at least once in the selection.":"Om n\u00f8dvendig, m\u00e5 det vises minst en gang i utvalget.","If set, it causes the order of the child elements to be randomized, otherwise it uses the order in which the child elements are defined.":"Hvis den er angitt, for\u00e5rsaker den at rekkef\u00f8lgen p\u00e5 underelementene blir randomisert, ellers bruker den rekkef\u00f8lgen som underelementene er definert i.","If the candidate can skip the item, without submitting a response (default is true).":"Hvis eleven kan hoppe over oppgaven, uten \u00e5 angi et svar (s\u00e5 er standardinnstilling riktig).","If the category option is set, the score will also be processed per categories, and each results will take place in the PASS_xxx outcome, where xxx is the name of the category.":"Hvis kategorialternativet er angitt, blir sk\u00e5ren ogs\u00e5 behandlet per kategori, og hvert resultat vil finnes i PASS_xxx, der xxx er navnet p\u00e5 kategorien.","If the category option is set, the score will also be processed per categories, and each results will take place in the SCORE_xxx outcome, where xxx is the name of the category.":"Hvis kategorialternativet er angitt, blir sk\u00e5ren ogs\u00e5 behandlet per kategori, og hvert resultat vil finnes i resultatet SCORE_xxx, der xxx er navnet p\u00e5 kategorien.","If the connection cannot be restored, see option B.":"Hvis tilkoblingen ikke kan gjenopprettes, se alternativ B.","If you do not wish to reset your password, just ignore this email and your password will remain the same.":"Hvis du ikke \u00f8nsker \u00e5 tilbakestille passordet ditt, kan du bare ignorere denne e -posten, og passordet forblir uendret.","Import":"Import","Import ":"Import ","Import a %s into \u0022%s":"Importer en %s til \u0022%s","Import a QTI\/APIP Content Package":"Importer en QTI\/APIP-innholdspakke","Import Completed":"Import fullf\u00f8rt","Import failed.":"Import mislyktes.","Import Metadata from CSV file":"Importer metadata fra CSV-fil","Import Metadata from RDF file":"Importer metadata fra RDF-fil","Import QTI TEST into \u0022%s":"Importer QTI PR\u00d8VE til \u0022%s","Import succeeded.":"Importen var vellykket.","Imported %1$d\/%2$d. Some records are invalid.":"Importerte %1$d\/%2$d. Noen poster er ugyldige.","Imported %d resources":"Importerte %d ressurser","Imported resource \u0022%s":"Importerte ressurs \u0022%s","impossible to update task status":"umulig \u00e5 oppdatere oppgavestatus","IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file could not be imported.":"IMS QTI-oppgaven referert til som \u0022%s\u0022 i IMS dokument-filen kunne ikke importeres.","IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file successfully imported.":"IMS QTI-oppgaven referert til som \u0022%s\u0022 i IMS dokument-filen ble importert.","IMS QTI Test Package successfully imported.":"IMS QTI-pr\u00f8vepakke ble importert.","IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file successfully imported.":"IMS QTI-pr\u00f8ve referert til som \u0022%s\u0022 i IMS dokument-filen ble importert.","In Progress":"I Arbeid","In progress":"I arbeid","In this part of the test navigation is not allowed.":"I denne delen av pr\u00f8ven er navigasjon ikke tillatt.","Inclusive (AND)":"Inkludert (AND)","Inconsistency at line %1d:":"Inkonsekvens i linje %1d:","Index":"Indeks","Index has been deleted for %s":"Indeksen er slettet for %s","Individual":"Individuell","Infinity":"Uendelig","Informational Item Usage":"Informasjonsside","Injector has to contains a valid \u0022destination\u0022 field.":"Injektoren m\u00e5 inneholde et gyldig \u0022destinasjonsfelt\u0022.","Injector has to contains a valid \u0022source\u0022 field.":"Injektoren m\u00e5 inneholde et gyldig \u0022kilde\u0022-felt.","Inline":"Linje","Install":"Installer","Installation done.":"Installasjon utf\u00f8rt.","Installation...":"Installasjon...","Installed Extensions":"Installerte utvidelser","Installed Version":"Installert versjon","Installing extension %s...":"Installerer utvidelse %s...","Instance saved":"Forekomsten er lagret","Interface Language":"Grensesnittspr\u00e5k","Interface language":"Grensesnittspr\u00e5k","Internal server error!":"Intern serverfeil!","Invalid CSP header.":"Ugyldig CSP-topptekst.","Invalid date range (must be after or the same as: %s)":"Ugyldig datointervall (m\u00e5 v\u00e6re etter eller det samme som: %s)","Invalid date range (must be after: %s)":"Ugyldig datointervall (m\u00e5 v\u00e6re etter: %s)","Invalid date range (must be before or the same as: %s)":"Ugyldig datointervall (m\u00e5 v\u00e6re f\u00f8r eller det samme som: %s)","Invalid date range (must be before: %s)":"Ugyldig datointervall (m\u00e5 v\u00e6re f\u00f8r: %s)","Invalid field length":"Ugyldig feltlengde","Invalid field range (maximum value: %s)":"Ugyldig feltomr\u00e5de (maksimumverdi: %s)","Invalid field range (minimum value: %1$s, maximum value: %2$s)":"Ugyldig feltomr\u00e5de (minimumsverdi: %1$s, maksimumverdi: %2 $ s)","Invalid field range (minimum value: %s)":"Ugyldig feltomr\u00e5de (minimumsverdi: %s)","Invalid file size (minimum %1$s bytes, maximum %2$s bytes)":"Ugyldig filst\u00f8rrelse (minimum %1$s bytes, maksimum %2$s bytes)","Invalid file type!":"Ugyldig filtype!","Invalid input":"Ugyldig input","Invalid input for function":"Ugyldig input for denne handlingen","Invalid login or password. Please try again.":"Ugyldig brukernavn eller passord. Pr\u00f8v p\u00e5 nytt.","Invalid login or password. Your account has been locked, please contact your administrator.":"Ugyldig brukernavn eller passord. Kontoen din er l\u00e5st. Ta kontakt med administrator.","invalid regular expression":"ugyldig uttrykk","is already used in the test.":"er allerede brukt i pr\u00f8ven.","is not a valid identifier (alphanum, underscore, dash and dots)":"er ikke en gyldig identifikator (alfanumeriske tegn, understreking, bindestrek og prikker)","is not a valid identifier (everything except spaces)":"er ikke en gyldig identifikator (alt unntatt mellomrom)","It is not possible to save your responses while working offline.":"Det er ikke mulig \u00e5 lagre svarene dine n\u00e5r du jobber offline.","Item \u0022%s\u0022 is completed.":"Oppgave \u0022%s\u0022 er fullf\u00f8rt.","Item %d":"Oppgave %d","Item %d of %d":"Oppgave %d av %d","Item %s loaded":"Oppgave %s er lastet inn","Item Reference Properties":"Oppgaveegenskaper","Item response identifier does not match current item":"Oppgavens svaridentifikator samsvarer ikke med gjeldende oppgave","Item Session Control":"Innstilling for gjennomf\u00f8ring","Items":"Oppgaver","items":"oppgaver","Items can optionally be assigned to one or more categories.":"Oppgaver kan tilordnes en eller flere kategorier.","Items Compilation":"Oppgavesamling","Items library":"Oppgavebibliotek","Items marked for later review":"Oppgaver merket for senere \u00e5 kunne se gjennom","items per page":"oppgaver per side","Items with assessmentItemRef identifiers \u0022%s\u0022 are not registered in the related CAT endpoint.":"Oppgaver med assessmentItemRef-identifikatorer \u0022%s\u0022 er ikke registrert i det relaterte CAT-endepunktet.","Javascript code":"Javascript-kode","JPEG image":"JPEG-bilde","Jump Menu":"Pop-up meny","Jump to:":"G\u00e5 til:","Keep Together":"Hold sammen","Keyboard Navigation":"Tastaturnavigasjon","Keyboard shortcuts for the Accessibility Tools are available to the Test-taker.":"Tastatursnarveier for tilgjengelighetsverkt\u00f8y er tilgjengelige for eleven.","Label":"Navn","Label Path":"Etikettsti","Language":"Spr\u00e5k","Last attempt before your account is locked.":"Du har et fors\u00f8k igjen f\u00f8r kontoen din blir l\u00e5st.","Last Name":"Etternavn","Last page":"Siste side","Last result":"Siste resultat","Late submission allowed":"Sen levering tillatt","Leave a comment":"Legg igjen en kommentar","Left parenthesis":"Venstre parentes","less than a minute":"mindre enn ett minutt","Line Reader":"Linjeleser","Linear":"Line\u00e6r","Link durations to activate the guided navigation":"Lenkevarighet for \u00e5 aktivere den guidede navigasjonen","List":"Liste","List - Multiple choice - Check box":"Liste - Flervalg - Avhukingsboks","List - Multiple choice - Search input":"Liste - Flervalg - S\u00f8kefelt","List - Single choice - Drop down":"Liste - Enkeltvalg - Nedtrekksliste","List - Single choice - Radio button":"Liste - Enkeltvalg - Radioknapp","List - Single choice - Search input":"Liste - Enkeltvalg - S\u00f8kefelt","List item URI duplications found":"Oppgave URI -dupliseringer funnet","List values":"Listeverdier","Lists":"Lister","ln":"ln","Load more":"Last mer","Loaded":"Lastet","Loaded at Startup":"Lastet ved oppstart","Loading":"Laster","Loading status":"Laster status","Loading task status ...":"Laster inn oppgavestatus...","locked by %s":"l\u00e5st med %s","Locked duration : guided navigation. The test transition to the next item once the duration reaches 0.":"L\u00e5st varighet: guidet navigasjon. Pr\u00f8veovergangen til neste oppgave n\u00e5r varigheten n\u00e5r 0.","log":"log","Log in":"Logg inn","Log Out":"Logg ut","Login":"Logg inn","Login available":"P\u00e5logging tilgjengelig","Login is already in use.":"P\u00e5logging er allerede i bruk.","Login is empty.":"Ingen er innlogget.","Logout":"Logg ut","LTI":"LTI","LTI Consumers":"LTI brukere","LTI Platform key chain":"LTI Plattform n\u00f8kkelring","LTI Providers":"LTI leverand\u00f8rer","M4A audio":"M4A-lydfil","Magnifier":"Forst\u00f8rrelsesglass","Magnify less":"Forst\u00f8rre mindre","Magnify more":"Forst\u00f8rre mer","Magnifying Glass":"Forst\u00f8rrelsesglass","Main Menu":"Hovedmeny","Main navigation":"Hovednavigasjoin","Maintenance service is already installed.":"Vedlikeholdstjenesten er allerede installert.","Maintenance service must have a persistence option.":"Vedlikeholdstjenesten m\u00e5 ha et tidsbegrensningsalternativ.","Maintenance service was installed. Platform is disabled.":"Vedlikeholdstjenesten ble installert. Plattformen er deaktivert.","Maintenance service was installed. Platform is enabled.":"Vedlikeholdstjenesten ble installert. Plattformen er aktivert.","Maintenance storage driver is not set":"Vedlikeholdslagringsdriver er ikke angitt","Manage Access Rights":"Administrere tilgangsstyring","Manage Assets":"Administrere Mediebank","Manage class schema":"Administrer egenskaper for oppgavemappe","manage columns":"Administrer kolonner","Manage data list":"Administrer dataliste","Manage groups":"Administrer grupper","Manage items":"Administrere oppgaver","Manage Media":"Administrere medibank","Manage Results":"Administrer resultater","Manage roles":"Administrer roller","Manage Roles and apply them to users.":"Administrer roller og tildel til brukere.","Manage Rubric Blocks":"Administrer rubrikkbokser","Manage Schema":"Administrer egenskaper","Manage test properties":"Administrer pr\u00f8veegenskaper","Manage test takers":"Administrer elever","Manage tests":"Administrer oppgavesett","Manage Tests":"Administrer Oppgavesett","Manage users":"Administrer brukere","Manage Versioned File":"Administrer versjonert fil","Map the properties to the CSV columns":"Gi egenskaper til CSV-kolonnene","Mark for review":"Marker for \u00e5 se gjennom","Masking":"Markering","Match value":"Lik verdi","Max Attempts":"Maks fors\u00f8k","Maximum Duration":"Maksimal Varighet","Maximum duration : the items times out when the duration reaches 0.":"Maksimal varighet: oppgavene forsvinner n\u00e5r varigheten n\u00e5r 0.","Maximum duration for the all test.":"Maksimal varighet for hele pr\u00f8ven.","Maximum duration for this item.":"Maksimal varighet for denne oppgaven.","Maximum duration for this section.":"Maksimal varighet for denne seksjonen.","Maximum duration for this test part.":"Maksimal varighet for denne pr\u00f8vedelen.","Maximum selection reached":"Maksimalt valg er n\u00e5dd","Media":"Media","Media Manager":"Media Manager","Media Manager extension":"Mediebank","Media resize along with their container, e.g. 50% means half of the container size not half of the media size.":"Media endrer st\u00f8rrelsen sammen med boksen, f.eks. 50% betyr halvparten av boksst\u00f8rrelsen, ikke halvparten av mediest\u00f8rrelsen.","Message":"Beskjed","Messages":"Beskjeder","Metadata export is not available for test \u0022%s.":"Metadataeksport er ikke tilgjengelig for pr\u00f8ve \u0022%s.","Metadata export is not available for the selected resource.":"Metadataeksport er ikke tilgjengelig for den valgte ressursen.","Microsoft Excel":"Microsoft Excel","Microsoft Excel binary format":"Microsoft Excel bin\u00e6rt format","Microsoft Office Document Imaging":"Microsoft Office Document Imaging","Microsoft Powerpoint":"Microsoft Powerpoint","Microsoft Powerpoint slideshow":"Lysbildefremvisning fra Microsoft Powerpoint","Microsoft Project file":"Microsoft Project-fil","Microsoft Visio file":"Microsoft Visio-fil","Microsoft Word":"Microsoft Word","Microsoft Word template":"Microsoft Word-mal","Microsoft Works file":"Microsoft Works-fil","Microsoft XPS file":"Microsoft XPS-fil","MIME encapsulation of aggregate HTML documents":"MIME-innkapsling av samlede HTML-dokumenter","Mind mapping software application (free mind open source)":"Mind mapping programvare (gratis \u00e5pen kildekode)","Minimum Duration":"Minste Varighet","Minimum duration : enforces the test taker to stay on the item for the given duration.":"Minste varighet: tvinger eleven til \u00e5 bli v\u00e6rende p\u00e5 oppgaven til angitt varighet utl\u00f8per.","Minimum duration for the test.":"Minste varighet for pr\u00f8ven.","Minimum duration for this item.":"Minste varighet for denne oppgaven.","Minimum duration for this section.":"Minste varighet for denne seksjonen.","Minimum duration for this test part.":"Minste varighet for denne pr\u00f8vedelen.","minutes":"minutter","Missed required parameter \\\u0027id":"Manglet n\u00f8dvendig parameter \\\u0027id","Missed test package file":"Manglet pr\u00f8vepakke fil","missing config %s for the service %s":"mangler konfigurasjon %s for tjenesten %s","Missing Parameters":"Mangler parametere","Missing required configuration option %s":"Mangler n\u00f8dvendig konfigurasjonsalternativ %s","modulo":"modulo","More":"Mer","Move":"Flytt","Move Down":"Flytte Ned","Move Left":"Flytt til venstre","Move Right":"Flytt til h\u00f8yre","Move role":"Flytt rolle","Move the cursor one step on the left":"Flytt mark\u00f8ren ett trinn til venstre","Move the cursor one step on the right":"Flytt mark\u00f8ren ett trinn til h\u00f8yre","Move to":"Flytt til","Move To":"Flytt til","Move Up":"Flytte Opp","Moving this element will replace the properties of the previous class by those of the destination class :":"Hvis du flytter dette elementet, vil egenskapene til den forrige mappen erstattes med egenskapene til valgt mappe:","Moving to the next item without time limit reached message.":"Flytter til neste oppgave uten melding om at tidsbegrensning er n\u00e5dd.","MP4 video":"MP4 video","MPEG audio":"MPEG lyd","MPEG video":"MPEG video","MPEG-4 audio file":"MPEG-4 lydfil","Multiple values delimiter":"Avgrensning av flere verdier","Multiply the value by 10^x":"Multipliser verdien med 10^x","Mute":"Dempe","My custom text translation":"Min tilpassede tekstoversettelse","My settings":"Mine innstillinger","My settings (%s)":"Mine innstillinger (%s)","Name":"Navn","name of the pupil":"elevens navn","Natural logarithm":"Naturlig logaritme","Navigation":"Navigasjon","Navigation shortcuts":"Snarveier for navigasjon","Navigation Warnings":"Navigasjonsadvarsler","network":"vettverk","New class":"Ny mappe","New delivery":"Ny publisering","New Group":"Ny gruppe","New item":"Ny oppgave","New passage":"Nytt innhold","New password":"Nytt passord","New role":"Ny rolle","New Rubric Block":"Ny rubrikkboks","New section":"Ny seksjon","New test":"Ny pr\u00f8ve","New test part":"Ny pr\u00f8vedel","New test-taker":"Ny elev","Next":"Neste","Next match":"Neste oppgave","Next page":"Neste side","Next Section":"Neste seksjon","No":"Ingen","No action specified":"Ingen handling angitt","No CAT Engine configured for CAT Endpoint \u0022%s\u0022.":"Ingen CAT-motor er konfigurert for CAT-endepunkt \u0022%s\u0022.","No client translation bundles updated":"Ingen oversettelsespakker for kunden er oppdatert","No extensions available.":"Ingen utvidelser tilgjengelig.","No file found at location \u0022%s\u0022.":"Fant ingen fil p\u00e5 stedet \u0022%s\u0022.","no file not found in this location":"ingen fil ble funnet p\u00e5 dette omr\u00e5det","No file selected":"Ingen fil er valgt","No files":"Ingen filer","No item found. Please try other search criteria.":"Fant ingen oppgave. Pr\u00f8v andre s\u00f8kekriterier.","no label":"ingen etikett","No more attempts allowed for item \u0022%s\u0022.":"Ingen flere tillatte fors\u00f8k for oppgave \u0022%s\u0022.","no outcome declaration found":"ingen resultater funnet","No outcome processing. Erase the existing rules, if any.":"Ingen resultatbehandling. Slett eventuelle eksisterende regler.","No reference to any IMS QTI Item found.":"Ingen referanse til noen IMS QTI-oppgave ble funnet.","No Task yet":"Ingen handling enn\u00e5","Node duplication has failed":"Nodeduplisering mislyktes","Non Linear":"Ikke line\u00e6r","None":"Ingen","Not all test could be exported":"Ikke alle pr\u00f8ver kunne eksporteres","Not answered":"Ikke besvart","Not seen":"Ikke sett","Not shuffled, the position remains fixed.":"Ikke blandet, posisjonen forblir fast.","Not started":"Ikke startet","Nothing imported":"Ingenting importert","Nothing to install !":"Ingenting \u00e5 installere!","Nothing to list!":"Ingenting \u00e5 liste!","Notifications":"Varsler","notifications drivers aren\u0027t persistent. use a persistent database storage driver":"varslingsdrivere er ikke permanente. Bruk en permanente driver for databaselagring","Nth root":"Hth rot","Number of elements":"Antall elementer","of":"av","Off":"Av","Offline":"Offline","Ogg Vorbis audio":"Ogg Vorbis lyd","Ogg Vorbis video":"Ogg Vorbis video","OK":"OK","Ok":"Ok","OK & End test":"OK og avslutt pr\u00f8ve","Old Password":"Gammelt passord","On":"P\u00e5","Once you close this section, you cannot return to it or change your answers.":"N\u00e5r du lukker denne delen, kan du ikke g\u00e5 tilbake eller endre svarene dine.","One or more dependent IMS QTI Items could not be imported.":"En eller flere avhengige IMS QTI-oppgaver kunne ikke importeres.","Online":"Online","Only allow for my own domain (%s)":"Tillat bare for mitt eget domene (%s)","Only display the items marked for review":"Vis bare oppgavene som er merket for \u00e5 se gjennom","Only display the unanswered items":"Vis bare de ubesvarte oppgavene","Only one of the field must have value %s":"Bare ett av feltene m\u00e5 ha verdien %s","Open Calculator":"\u00c5pne kalkulator","Open Keyboard Shortcuts":"\u00c5pne tastatursnarveier","OpenDocument Database":"OpenDocument Database","OpenDocument Presentation":"OpenDocument presentasjon","OpenDocument spreadsheet document":"OpenDocument regnearkdokument","OpenDocument text document":"OpenDocument tekstdokument","OpenDocument Text Template":"OpenDocument tekstmal","Operated By ":"Styrt av ","Option A":"Valg A","Option B":"Valg B","or":"eller","Ordering":"Rekkef\u00f8lge p\u00e5 oppgaver","Outcome":"Resultat","Outcome declarations":"Sk\u00e5ringsvariabler","Outcome processing":"Resultatprosessering","Outlook on the next Synchronization":"Outlook p\u00e5 neste synkronisering","Package is valid but no tests were found. Make sure that it contains valid QTI tests.":"Pakken er gyldig, men ingen pr\u00f8ver ble funnet. S\u00f8rg for at den inneholder gyldige QTI-pr\u00f8ver.","Page":"Side","Part %d":"Del %d","Pascal file (.pas)":"Pascal fil (.pas)","Passage":"Innhold","Password":"Passord","Password changed":"Passord ble endret","Password is empty.":"Passord er tomt.","Password reset":"Passordet ble tilbakestilt","Password successfully changed":"Passordet ble endret","Passwords are not matching":"Passord samsvarer ikke","Pause":"Pause","Pause the test":"Sett pr\u00f8ven p\u00e5 pause","PDF file":"PDF-fil","Permission denied to write in the selected class":"Ikke tilgang til \u00e5 skrive i den valgte mappen","Plain text":"Ren tekst","Play":"Spille","Please confirm deletion":"Bekreft sletting","Please confirm deletion of %s.":"Bekreft sletting av %s.","Please confirm deletion of user %s":"Bekreft sletting av bruker %s","Please confirm locking of account %s":"Bekreft l\u00e5sing av kontoen %s","Please confirm property deletion!":"Bekreft sletting av egenskaper!","Please confirm this operation.":"Bekreft denne handlingen.","Please confirm unlocking of account %s":"Bekreft oppl\u00e5sing av kontoen %s","Please confirm you want to leave the test.":"Bekreft at du vil avslutte pr\u00f8ven.","Please contact %s or an administrator to release it":"Ta kontakt med %s eller en administrator for \u00e5 gi den ut","Please contact your administrator.":"Ta kontakt med en administrator.","Please contact your system administrator.":"Ta kontakt med systemadministrator.","Please define your search in the search panel.":"Definer s\u00f8ket ditt i s\u00f8kefeltet.","Please download the track and listen offline.":"Last ned filen og lytt i frakoblet modus.","Please download the video and view offline.":"Last ned videoen og se den i frakoblet modus.","Please provide a reason":"Oppgi en grunn","Please report bugs, ideas, comments or feedback on the TAO Forum":"Vennligst rapporter feil, ideer, kommentarer eller tilbakemeldinger p\u00e5 TAO Forum","Please select an image file from the resource manager. You can add files from your computer with the button \u0022Add file(s)\u0022.":"Velg en bildefil fra filvelgeren. Du kan legge til filer fra datamaskinen din med knappen \u0022Legg til fil(er)\u0022.","Please try reloading the page or pause the test. If you pause, you will be able to resume the test from this page.":"Pr\u00f8v \u00e5 laste inn siden p\u00e5 nytt eller sett pr\u00f8ven p\u00e5 pause. Hvis du setter den p\u00e5 pause, vil du kunne fortsette pr\u00f8ven fra denne siden.","Please wait":"Vennligst vent","Please wait while ...":"Vennligst vent mens...","Please wait while we try to restore the connection.":"Vent mens vi pr\u00f8ver \u00e5 gjenopprette tilkoblingen.","PNG image":"PNG-bilde","Portable Custom Interactions":"PCI\u0027er","Position":"Posisjon","Post install processing":"Etter installasjon","Power of":"Sl\u00e5 av","Power of 10":"Styrke p\u00e5 10","Prepare, publish deliveries sessions.":"Forbered og publiser oppgavesettet.","Preparing installation...":"Forbereder installasjon...","Preview":"Forh\u00e5ndsvis","Preview the covered area":"Forh\u00e5ndsvis merket omr\u00e5det","Previous":"Forrige","Previous match":"Forrige match","Previous page":"Forrige side","Proceed":"Fortsett","PROCEED & END ASSESSMENT":"FORTSETT OG AVSLUTT VURDERING","Proctor":"Proktor","Properties":"Egenskaper","Provided URL is not valid":"Oppgitt URL er ikke gyldig","Publish":"Publiser","Publish the test":"Publiser pr\u00f8ven","QTI 2.1 Test Driver":"QTI 2.1 Test Driver","QTI Item Runner":"QTI Item Runner","QTI Test \u0022%s\u0022 publishing failed.":"QTI Pr\u00f8ve \u0022%s\u0022 publisering mislyktes.","QTI Test \u0022%s\u0022 successfully published.":"QTI-pr\u00f8ven \u0022%s\u0022 ble publisert.","QTI Test Package 2.1":"QTI-pr\u00f8vepakke 2.1","QTI Test Package 2.2":"QTI-pr\u00f8vepakke 2.2","QTI\/APIP Test Content Package":"Innholdspakke for QTI\/APIP-pr\u00f8ve","question":"sp\u00f8rsm\u00e5l","Question":"Sp\u00f8rsm\u00e5l","questions":"sp\u00f8rsm\u00e5l","Queued":"I k\u00f8","Quicktime video":"Quicktime video","Rad":"Rad","Radian":"Radian","random":"tilfeldig","Random value":"Tilfeldig verdi","Range field is required":"Omr\u00e5defelt er obligatorisk","RAR archive":"RAR arkiv","RDF":"RDF","RealMedia file":"RealMedia-fil","Record and manage test takers.":"Registrer og administrer elevene.","Reference":"Referanse","Refresh":"Oppdater","Regenerate":"Regenerere","Release":"Utgivelse","Reload":"Last p\u00e5 nytt","Reload the page":"Last siden p\u00e5 nytt","remaining %s %s":"gjenv\u00e6rende %s %s","Remind":"Husk","Remind Last":"Husk siste","Remind the last value":"Husk siste verdi","Remind the next expression in the history":"Husk det neste uttrykket i historien","Remind the previous expression in the history":"Husk det forrige uttrykket i historien","Remind the recorded value":"Husk den registrerte verdien","Remote Lists":"Eksterne Lister","Remove":"Fjern","Remove criteria":"Fjern kriterier","Remove Item Reference":"Fjern oppgavereferanse","Remove Message":"Fjern melding","Remove Rubric Block":"Fjern Rubrikkboks","Remove Section":"Fjern seksjon","Remove Test Part":"Fjern pr\u00f8vedel","Remove this file":"Fjern denne filen","Removed %s directories":"%s kataloger ble fjernet","Removed %s files":"Fjernet %s filer","Removing: %s":"Fjerner: %s","Rename":"Gi nytt navn","Repeat new password":"Gjenta nytt passord","Repeat password":"Gjenta passord","Request a password reset via Email.":"Be om tilbakestilling av passord via e -post.","require notification ID":"krever varslings-ID","Required":"Obligatorisk","Required field":"Obligatorisk felt","required length":"p\u00e5krevd lengde","Requires":"Krever","Reset":"Tilbakestill","Reset filters":"Tilbakestill filtre","Reset the range values":"Tilbakestill verdiene","Resource":"Ressurs","Resource copied":"Ressurs ble kopiert","Resource deleted":"Ressurs ble slettet","Resource Identifier":"Ressurs ID","Resource Identifier could not be copied to the clipboard":"Ressurs ID kunne ikke kopieres til utklippstavlen","Resource Identifier has been copied to the clipboard":"Ressurs ID ble kopiert til utklippstavlen","Resource not imported due to multiple super classes":"Ressursen ble ikke importert p\u00e5 grunn av flere supermapper","Resource not imported due to multiple types":"Ressursen ble ikke importert p\u00e5 grunn av flere typer","Resource saved":"Ressurs ble lagret","Resource(s) successfully exported.":"Ressurs(er) ble eksportert.","resources":"ressurser","Resources moved":"Ressurs ble flyttet","Resources successfully indexed":"Ressurser ble indeksert","Resources was not indexed":"Ressurser ble ikke indeksert","Responsive mode":"Responsiv modus","Restore sound":"Gjenopprett lyd","Results":"Resultater","Results library":"Resultatbibliotek","Results Monitoring":"Monitorering","Return to sign in page":"G\u00e5 tilbake til p\u00e5loggingssiden","Review":"Se gjennom","Review my Answers":"Se gjennom svarene mine","Rich Text Format file":"Rik tekstformat fil","Right click the tree to manage your lists":"H\u00f8yreklikk for \u00e5 administrere listene dine","Right parenthesis":"H\u00f8yre parentes","Role saved":"Rolle lagret","Roles":"Roller","Roles library":"Rollebibliotek","round":"rund","Round to closest whole number":"Rund av til n\u00e6rmeste hele tall","Round to lower whole number":"Rund ned til heltall","Round to upper whole number":"Rund opp til heltall","Row %s":"Rad %s","Rubric Block":"Rubrikkboks","Rubric Block Properties":"Egenskaper for rubrikkboks","Rubric Blocks":"Rubrikkbokser","Running task %s":"Kj\u00f8rer oppgave %s","Save":"Lagre","Saved":"Lagret","Saved.":"Lagret.","Scientific Calculator":"Vitenskapelig kalkulator","Scope":"Omfang","Scorer":"Sk\u00e5rer","Scoring":"Sk\u00e5ring","Scratch pad":"Tegnebrett","Scratch Pad":"Tegnebrett","Scratchpad":"Tegnebrett","Search":"S\u00f8k","Search %s":"S\u00f8k %s","Search by properties":"S\u00f8k ved hjelp av egenskaper","Search sub-classes":"S\u00f8k i undermapper","second":"sekund","seconds":"sekunder","Section %d":"Seksjon %d","Section %d of %d":"Seksjon %d av %d","Section level category enables configuring the categories of its composing items all at once. A category in gray means that all items have that category. A category in white means that only a few items have that category.":"Seksjonskategoriniv\u00e5ene gj\u00f8r det mulig \u00e5 konfigurere kategoriene for oppgavene samtidig. En kategori i gr\u00e5tt betyr at alle oppgavene har den kategorien. En kategori i hvitt betyr at bare noen f\u00e5 oppgaver har den kategorien.","Section Properties":"Egenskaper for seksjon","Security":"Sikkerhet","Security settings":"Sikkerhetsinnstillinger","select":"velg","Select":"Velge","Select a blueprint":"Velg en kopi","Select a class":"Velg en mappe","Select a destination":"Velg en destinasjon","Select a language":"Velg et spr\u00e5k","Select Items":"Velg oppgaver","Select loaded %s":"Velg lastet %s","Select the way the responses of your test should be processed":"Velg m\u00e5ten svarene p\u00e5 pr\u00f8ven din skal behandles p\u00e5","Select this file":"Velg denne filen","select...":"velg...","Selected":"Valgt","Selected file:":"Valgt fil:","Selection":"Utvalg","Selection saved successfully":"Valget ble lagret","self-locked":"selvl\u00e5st","Send":"Send","Set outcome identifier the feedback block is related to":"Angi resultatidentifikator som tilbakemelding er relatert til","Set the cut score (or pass score ratio) associated to the test. It must be a float between 0 and 1.":"Angi poengsum (eller best\u00e5ttgrense) knyttet til pr\u00f8ven. Det m\u00e5 v\u00e6re en flyt mellom 0 og 1.","Set the rubric block as a feedback block":"Angi rubrikkboksen som en tilbakemeldingsboks","Set the trigonometric function to work in degrees":"Sett den trigonometriske funksjonen til \u00e5 fungere i grader","Set the trigonometric function to work in radians":"Sett den trigonometriske funksjonen til \u00e5 fungere i radianer","Set the value of the outcome that will activate the feedback block":"Angi verdien av svaret som vil aktivere tilbakemeldingsboksen","Set the weight identifier used to process the score":"Angi vektidentifikatoren som brukes til \u00e5 behandle sk\u00e5ren","Set the XHTML-QTI class of the rubric block.":"Angi XHTML-QTI-mappen for rubrikkboksen.","Set the XHTML-QTI identifier of the rubric block.":"Angi XHTML-QTI-identifikatoren for rubrikkboksen.","SetSynchronisationService successfully configured.":"SetSynchronisationService ble konfigurert.","Settings":"Innstillinger","Settings updated":"Innstillinger oppdatert","Show detailed report":"Vis detaljert rapport","Show Feedback":"Vis tilbakemelding","Show password":"Vis passord","Show Review":"Vis \u00e5 se gjennom","Show Solution":"Vis l\u00f8sning","Show the review screen":"Vis \u00e5 se gjennom p\u00e5 skjerm","Show the solution once the answer is submitted.":"Vis l\u00f8sningen n\u00e5r besvarelsen er levert.","Show timers":"Vis tidtakere","Show\/Hide the review screen":"Vis\/skjul \u00e5 se gjennom-bildet","Shuffle":"Blande","Sibelius music notation":"Sibelius musikknotasjon","Sign change":"Tegnendring","Simultaneous":"Samtidig","sin":"sin","Sine":"Sinus","sinh":"sinh","Size":"St\u00f8rrelse","Skip":"Hopp over","Skip & End Test":"Hopp over & amp; Avslutt Pr\u00f8ve","Skip and end test":"Hopp over og avslutt pr\u00f8ve","Skip and go to the end of the test":"Hopp over og g\u00e5 til slutten av pr\u00f8ven","Skip and go to the next item":"Hopp over og g\u00e5 til neste oppgave","Skip to the end of the test":"G\u00e5 til slutten av pr\u00f8ven","Skip to the next item":"G\u00e5 til neste oppgave","Skip to the next section":"G\u00e5 til neste seksjon","Some resources have not been moved: %s":"Noen ressurser ble ikke flyttet: %s","Some rubric blocks have been updated to reflect the changes in the list of outcomes.":"Noen rubrikkbokser er oppdatert for \u00e5 gjenspeile endringene i resultatlisten.","Something unexpected happened.":"En uventet handling oppstod.","Something went wrong...":"Noe gikk galt...","Sources that can embed this platform in an iFrame":"Kilder som kan bygge inn denne plattformen i en iFrame","Speech speed":"Talehastighet","Speed":"Hastighet","Square root":"Kvadratrot","Start of document reached. Continuing from the end.":"Starten p\u00e5 dokumentet er n\u00e5dd. Fortsetter fra slutten.","Start Test-part":"Start pr\u00f8vedel","Status":"Status","Status of":"Status for","Step 1: Download the file (see below when available).":"Trinn 1: Last ned filen (se nedenfor n\u00e5r den er tilgjengelig)","Step 2: When you are online again, please send the downloaded file to receptionbaseline@nfer.ac.uk together with the ":"Trinn 2: N\u00e5r du er online igjen, vennligst send den nedlastede filen til receptionbaseline@nfer.ac.uk sammen med ","Step 3: Once you have downloaded the file you can close the browser window. Do not do anything further with the assessment whilst it shows as \u0022in progress\u0022; the status will be updated once the helpline has uploaded the file.":"Trinn 3: N\u00e5r du har lastet ned filen, kan du lukke nettleservinduet. Ikke gj\u00f8r noe med vurderingen mens det vises \u0022p\u00e5g\u00e5r\u0022; statusen oppdateres n\u00e5r hjelpelinjen har lastet opp filen.","Stop":"Stopp","Store":"Lagre","Store the value a variable":"Lagre verdien som en variabel","Storing digital video data on a computer game":"Lagring av digitale videodata p\u00e5 et dataspill","Submission":"Innlevering","Submit":"Lever","Submit and go to the end of the test":"Avgi svar og g\u00e5 til slutten av pr\u00f8ven","Submit and go to the item %s":"Avgi svar og g\u00e5 til oppgave %s","Submit and go to the next item":"Avgi svar og g\u00e5 til neste oppgave","Submit and go to the previous item":"Avgi svar og g\u00e5 til forrrige oppgave","SUBMIT THE TEST":"LEVER PR\u00d8VEN","SUBMIT THIS PART":"LEVER DENNE PR\u00d8VEDELEN","Success":"Vellykket","Successfully cloned instance as %s":"Klonet forekomsten som %s","Successfully deleted %s":"Slettet %s","Successfully imported \u0022%s":"Importert \u0022%s","Successfully imported %s tripples":"%s trippler ble importert","Successfully imported class \u0022%s":"Mappen %s er importert","Successfully updated %s client translation bundles":"%s klientoversettelsespakker ble oppdatert","Supported export formats":"Eksportformater som st\u00f8ttes","SVG image":"SVG-bilde","Syntax error":"Syntaksfeil","Tagged image file":"Merket bildefil","tan":"tan","Tangent":"Tangent","tanh":"tanh","Tao Default Theme":"Tao standardtema","Task %s has been cancelled, message was not processed.":"Oppgave %s er avbrutt, meldingen ble ikke behandlet.","task created":"oppgave ble opprettet","Task Listing":"Oppgaveoppf\u00f8ring","Task Name":"Oppgavenavn","Task not found":"Oppgave ble ikke funnet","Task not returned any report.":"Oppgaven returnerte ingen rapport.","Task Queue":"Oppgavek\u00f8","taskqueue":"oppgavek\u00f8","technical":"teknisk","Term":"Begrep","Test":"Pr\u00f8ve","Test constructor":"Pr\u00f8veutvikler","Test metadata successfully exported.":"Pr\u00f8vemetadata ble eksportert.","Test Navigation":"Testnavigasjon","Test part level category enables configuring the categories of its composing items all at once. A category in gray means that all items have that category. A category in white means that only a few items have that category.":"I kategorier p\u00e5 pr\u00f8vedelen er det mulig \u00e5 konfigurere kategoriene p\u00e5 alle oppgavene i pr\u00f8vedelen. En gr\u00e5 kategori betyr at alle oppgavene har kategorien. En hvit kategori betyr at bare noen av oppgavene har kategorien.","Test Part Properties":"Egenskaper for pr\u00f8vedel","Test Preview is not installed, please contact to your administrator.":"Forh\u00e5ndsvisning av pr\u00f8ve er ikke installert. Ta kontakt med administrator.","Test Saved":"Oppgavesett lagret","Test status":"P\u00f8rvestatus","Test status and review structure":"Pr\u00f8vestatus og se gjennom struktur","Test Status and Structure":"Pr\u00f8vestatus og struktur","Test takers library":"Elevens bibliotek","Test-Taker Tools":"Elevverkt\u00f8y","Test-takers":"Elever","Tests":"Oppgavesett","Tests library":"Pr\u00f8vebibliotek","TeX file":"TeX-fil","Text - Long - Box":"Tekst - Lang - Boks","Text - Long - HTML editor":"Tekst - Lang - HTML-editor","Text - Short - Field":"Tekst - kort - felt","Text content":"Tekstinnhold","Text document file format (Staroffice)":"Tekstdokument filformat (Staroffice)","Text To Speech":"Tekst-til-tale","Text to Speech":"Tekst-til-tale","that was being taken.":"som ble tatt.","The \u0027imsmanifest.xml\u0027 file found in the archive is not valid.":"Filen \u0027imsmanifest.xml\u0027 som finnes i arkivet er ikke gyldig.","The action will be applied to":"Handlingen vil bli brukt p\u00e5","The action will be applied to the following":"Handlingen vil bli brukt p\u00e5 f\u00f8lgende","The action will not be applied to ":"Handlingen vil ikke bli brukt p\u00e5 ","The action will not be applied to the following":"Handlingen vil ikke bli brukt p\u00e5 f\u00f8lgende","the assessment (LCL or Mathematics)":"vurderingen (LCL eller matematikk)","The assessment has been created but is not already running.":"Vurderingen har blitt opprettet, men kj\u00f8rer ikke.","The candidate is not allowed to submit invalid responses.":"Eleven kan ikke levere ugyldige svar.","The column ":"Kolonnen ","The connection seems to be back, please proceed":"Tilkoblingen ser ut til \u00e5 v\u00e6re tilbake. Fortsett arbeidet","the current question":"det aktuelle sp\u00f8rsm\u00e5let","The dependency to the IMS QTI AssessmentItemRef \u0022%s\u0022 in the IMS Manifest file could not be resolved.":"Avhengigheten til IMS QTI AssessmentItemRef \u0022%s\u0022 i IMS Dokument-filen kunne ikke l\u00f8ses.","The download will be available in %d<\/strong> seconds":"Nedlastingen vil v\u00e6re tilgjengelig om %d <\/strong> sekunder","The following criteria are not applicable to the selected class and have been removed from the search":"F\u00f8lgende kriterier gjelder ikke for den valgte mappen og er fjernet fra s\u00f8ket","The following identifiers are not unique accross the test : %s":"F\u00f8lgende identifikatorer er ikke unike i testen: %s","The format of this field is not valid.":"Formatet til dette feltet er ugyldig.","The identifier of the item reference.":"Identifikatoren for oppgavereferansen.","The identifier of the section.":"Identifikatoren for seksjonen.","The imported file is not properly UTF-8 encoded.":"Den importerte filen er ikke riktig UTF-8-kodet.","The IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file was already stored in the Item Bank.":"IMS QTI-oppgaven referert til som \u0022%s\u0022 i IMS Dokument-filen var allerede lagret i oppgavebanken.","The IMS QTI Test Package could not be imported.":"IMS QTI-pr\u00f8vepakken kunne ikke importeres.","The IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file could not be imported.":"IMS QTI \\\\-pr\u00f8ven referert til som \u0022%s\u0022 i IMS Dokument-filen kunne ikke importeres.","The index identifier should not be empty":"Indeksidentifikatoren skal ikke v\u00e6re tom","The lock has been released":"L\u00e5sen er \u00e5pnet","The navigation mode determines the general paths that the candidate may take. A linear mode restricts the candidate to attempt each item in turn. Non Linear removes this restriction.":"Navigasjonsmodusen bestemmer mulighetene som eleven har for \u00e5 navigere i oppgavesettet. En line\u00e6r modell begrenser eleven til \u00e5 besvare hver oppgave etter tur. Ikke-line\u00e6r modell fjerner denne begrensningen.","The number of child elements to be selected.":"Antall underelementer som skal velges.","The outcome \u0022%s\u0022 does not exist, but it is referenced by a feedback block!":"Resultatet \u0022%s\u0022 finnes ikke, men det refereres til i en tilbakemeldingsboks!","The outcomes have been regenerated!":"Resultatene har blitt regenerert!","The principle identifier of the test.":"Pr\u00f8vens hovedidentifikator.","The properties of the source class will be replaced by those of the destination class. This might result in a loss of metadata. Continue anyway?":"Egenskapene til kildemappen vil bli erstattet av egenskapene til destinasjonsmappen. Dette kan f\u00f8re til tap av metadata. Vil du fortsette?","The provided archive is invalid. Make sure it is not corrupted and that it contains an \u0027imsmanifest.xml\u0027 file.":"Det oppgitte arkivet er ugyldig. S\u00f8rg for at det ikke er \u00f8delagt og at det inneholder en \u0027imsmanifest.xml\u0027-fil.","The QTI Test \u0027%s\u0027 to be compiled must contain at least 1 QTI Item. None found.":"QTI-pr\u00f8ven \u0027%s\u0027 som skal kompileres, m\u00e5 inneholde minst 1 QTI-oppgave. Ingen funnet.","The QTI test could not be retrieved correctly.":"QTI-pr\u00f8ven kunne ikke hentes.","The QTI Test XML or one of its dependencies is malformed or empty.":"QTI-pr\u00f8ven XML eller en av dens avhengigheter er ugyldig eller uten innhold.","The QTI-XML test could not be written correctly.":"QTI-XML-pr\u00f8ven kunne ikke skrives riktig.","The reference.":"Referansen.","The score will be processed for the entire test. A sum of all SCORE outcomes will be computed and divided by the sum of MAX SCORE, the result will be compared to the cut score (or pass ratio), then the PASS_TOTAL outcome will be set accordingly.":"Sk\u00e5ren vil bli behandlet for hele pr\u00f8ven. En sum av alle SK\u00c5R-utfallene vil bli beregnet og delt med summen av MAX SK\u00c5R, resultatet vil bli sammenlignet med poengsum(eller best\u00e5tt), deretter vil PASS_TOTAL-resultatet settes.","The score will be processed for the entire test. A sum of all SCORE outcomes will be computed, the result will take place in the SCORE_TOTAL outcome.":"Sk\u00e5ren vil bli behandlet for hele pr\u00f8ven. En sum av alle SK\u00c5R-utfallene vil bli beregnet, resultatet vil finnes i SK\u00c5R _TOTAL -utfallet.","The section title.":"Seksjonens tittel.","The server has sent an empty response":"Serveren har sendt et tomt svar","The submission mode determines when the candidate\u0027s responses are submitted for response processing. A testPart in individual mode requires the candidate to submit their responses on an item-by-item basis. In simultaneous mode the candidate\u0027s responses are all submitted together at the end of the testPart.":"Innleveringsmodusen avgj\u00f8r n\u00e5r elevens svar blir sendt til vurdering. En pr\u00f8vedel i individuell modus krever at eleven leverer svarene sine enkeltvis. I samtidig modus sendes alleelevenes svar sammen p\u00e5 slutten av pr\u00f8vedelen.","The test has been closed\/suspended!":"Pr\u00f8ven er avsluttet!","The test has been paused, we are unable to connect to the server.":"Pr\u00f8ven er satt p\u00e5 pause, du har ikke kontakt med server.","The test has not been saved.":"Pr\u00f8ven er ikke lagret.","The test has unsaved changes, are you sure you want to leave?":"Du har gjort endringer som ikke er lagret. Er du sikker p\u00e5 at du vil avslutte?","The test has unsaved changes, would you like to save it?":"Pr\u00f8ven har endringer som ikke er lagret. Vil du lagre endringene?","The test needs to be saved before it can be previewed.":"Pr\u00f8ven m\u00e5 lagres f\u00f8r den kan forh\u00e5ndsvises.","The test part identifier.":"Pr\u00f8vedelens indifikator.","The test title.":"Pr\u00f8venavn.","The time limit has been reached for this part of the test.":"Tidsbegrensningen er n\u00e5dd for denne pr\u00f8vedelen.","The uploaded file is too large (maximum %s bytes)":"Den opplastede filen er for stor (maks. %s byte)","The value for the property \u0022%s\u0022 must be unique.":"Verdien for egenskapen \u0022%s\u0022 m\u00e5 v\u00e6re unik.","The value of this field must be a valid date format, e.g. YYYY-MM-DD":"Verdien av dette feltet m\u00e5 v\u00e6re et gyldig datoformat, f.eks. \u00c5\u00c5\u00c5\u00c5-MM-DD","The value of this field must be an integer":"Verdien av dette feltet m\u00e5 v\u00e6re et heltall","The value of this field must be numeric":"Verdien av dette feltet m\u00e5 v\u00e6re numerisk","There are %s unanswered questions":"Det er %s ubesvarte sp\u00f8rsm\u00e5l","There are %s unanswered questions in this part of the test":"Det er %s ubesvarte sp\u00f8rsm\u00e5l i denne pr\u00f8vedelen","There is %s unanswered question":"Det er %s ubesvart sp\u00f8rsm\u00e5l","There is %s unanswered question in this part of the test":"Det er %s ubesvart sp\u00f8rsm\u00e5l i denne pr\u00f8vedelen","There is not outcomes!":"Det er ikke noe resultat!","There is nothing to list!":"Det er ingenting \u00e5 liste!","This %s is currently checked out":"Denne %s er sjekket ut","This constraint affects the visibility of feedback after the end of the last attempt.":"Denne begrensningen p\u00e5virker synligheten av tilbakemeldinger etter det siste fors\u00f8ket.","This constraint controls whether or not the candidate is allowed to provide a comment on the item during the session. Comments are not part of the assessed responses.":"Denne begrensningen styrer hvorvidt eleven har lov til \u00e5 gi en kommentar til oppgaven under gjennomf\u00f8ringen. Kommentarer er ikke en del av svaret som skal vurderes.","This field is required":"Dette feltet er obligatorisk","This field is too long":"Dette feltet er for langt","This field is too short":"Dette feltet er for kort","This functionality is blocked. Please contact with your administrator for more details.":"Denne funksjonaliteten er ikke tilgjengelig. Ta kontakt med administrator for mer informasjon.","This is not a valid email address.":"Dette er ikke en gyldig e-postadresse.","this is required":"dette er p\u00e5krevd","This Login is already in use":"Denne brukeren er allerede i bruk","This media cannot be played!":"Denne mediefilen kan ikke avspilles!","This or one of %s must have a value":"Denne eller en av %s m\u00e5 ha en verdi","This password reset link is no longer valid. It may have already been used. If you still wish to reset your password please request a new link":"Denne koblingen for tilbakestilling av passord er ikke lenger gyldig. Det kan ha blitt brukt allerede. Hvis du fortsatt \u00f8nsker \u00e5 tilbakestille passordet ditt, kan du be om en ny lenke","This resource is locked":"Denne ressursen er l\u00e5st","This role is still given to one or more users. Please remove the role to these users first.":"Denne rollen er fremdeles i bruk av en eller flere brukere. Fjern rollen til disse brukerne f\u00f8rst.","This should equal %s":"Dette skal v\u00e6re lik %s","This should not equal %s":"Dette skal ikke v\u00e6re lik %s","This test has been suspended":"Denne pr\u00f8ven er suspendert","This test has been terminated":"Denne pr\u00f8ven er avsluttet","time":"tid","Time limit reached for item \u0022%s\u0022.":"Tidsbegrensningen er n\u00e5dd for oppgave \u0022%s\u0022.","Time limit reached, this part of the test has ended.":"Tidsbegrensningen er n\u00e5dd, denne delen av pr\u00f8ven er avsluttet.","Time limit reached, this part of the test has ended. However you are allowed to finish the current item.":"Tidsbegrensningen er n\u00e5dd, denne delen av testen er avsluttet. Du kan fullf\u00f8re gjeldende oppgave.","Time Limits":"Tidsbegrensninger","Time Remaining":"Gjenst\u00e5ende tid","Time zone":"Tidssone","Title":"Tittel","to":"til","To reset your password, click the link below, or paste it into your browser. You will then be prompted to create a new password.":"For \u00e5 tilbakestille passordet ditt, klikk p\u00e5 lenken nedenfor, eller lim det inn i nettleseren din. Du blir deretter bedt om \u00e5 opprette et nytt passord.","to translate":"\u00e5 oversette","Toggle multiple\/single selection":"Veksle mellom flervalg\/enkeltvalg","Toggle playback":"Sl\u00e5 av og p\u00e5 avspilling","Toggle start from here mode":"Bytt til start her-modus","Toggle the date time picker":"Veksle datovelgeren","Tokenizer":"Tokenizer","Too many suggestions match your query. Only a few are listed":"For mange forslag samsvarer med s\u00f8ket ditt. Bare noen f\u00e5 er oppf\u00f8rt","Tool box and flagging for review":"Verkt\u00f8ykasse og flagging for \u00e5 se gjennom","Toolbox":"Verkt\u00f8ykasse","Tools":"Verkt\u00f8y","Total duration":"Total varighet","Total score":"Totalsk\u00e5r","Total:":"Total:","Translate":"Oversett","Translate to":"Oversett til","Translation parameters":"Oversettelsesparametere","Translation saved":"Oversettelsen ble lagret","Transport Layer Security":"Sikkerhet","Tree - Multiple node choice ":"Treet - Valg av flere noder ","Tree values":"Tre-verdier","Trees":"Tr\u00e6r","True":"Sant","trunc":"trunk","Try connecting the machine to the internet via cable, or move to an area with a better wifi signal.":"Pr\u00f8v \u00e5 koble maskinen til internett via kabel, eller flytt til et omr\u00e5de med et bedre wifi-dekning.","Tutor":"Veileder","Type":"Type","Type your search":"Skriv inn s\u00f8ket ditt","Unable to access your account?":"F\u00e5r du ikke tilgang til kontoen din?","Unable to change passwords in demo mode":"Kan ikke endre passord i demomodus","Unable to copy the resource":"Kan ikke kopiere ressursen","Unable to delete %s":"Kan ikke slette %s","Unable to delete the selected resource":"Kan ikke slette den valgte ressursen","Unable to delete the selected resources":"Kan ikke slette de valgte ressursene","Unable to move the resources":"Kan ikke flytte ressursene","Unable to open file %s":"Kan ikke \u00e5pne filen %s","Unable to process your request":"Kan ikke behandle foresp\u00f8rselen din","Unable to release the lock":"Kunne ikke \u00e5pne l\u00e5sen","Unable to remove the property.":"Kunne ikke fjerne egenskap.","Unable to save resource.":"Kunne ikke lagre ressursen.","unable to search into notification.":"kunne ikke s\u00f8ke etter varsling.","Unable to send the password reset request":"Kan ikke sende foresp\u00f8rselen om tilbakestilling av passord","Unable to update the asset service":"Kan ikke oppdatere medietjenesten","Unable to upload file":"Kan ikke laste opp fil","Unable to upload file %s : %s":"Kan ikke laste opp filen %s: %s","Unanswered":"Ubesvart","Unanswered items":"Ubesvarte oppgaver","Unary operator +":"Unary operat\u00f8r +","Unary operator -":"Unary operat\u00f8r -","Uncheck all":"Fjern merket for alle","Uncheck All":"Fjern merket for alle","Undefined amount of the pages for pagination":"Udefinert antall sider for paginering","Undefined amount of the totalPages for pagination":"Udefinert antall av den totale siden for paginering","Undo":"Angre","Unexpected error. Please contact administrator":"Uventet feil. Ta kontakt med administrator","Unflag for Review":"Fjern markering for \u00e5 se gjennom","Uninstall of %s failed":"Avinstallering av %s mislyktes","Uninstalled %s":"Avinstallert %s","UNIX Compressed Archive File":"UNIX komprimert arkivfil","unknown":"ukjent","Unknown Error":"Ukjent feil","Unknown error.":"Ukjent feil.","unkown task id %s":"ukjent oppgave-id %s","Unlink to use separated durations":"Fjern koblingen for \u00e5 bruke adskilte tider","Unseen":"Usette","Update":"Oppdater","Update ID : %s":"Oppdaterings-ID: %s","Updating search index":"Oppdaterer s\u00f8keindeks","Upload":"Laste opp","Upload a QTI 2.1 Test Package File":"Last opp en QTI 2.1 testpakkefil","Upload into:":"Last opp til:","URI Path":"URI-sti","Usage: ImportRdf RDF_FILE [MODEL_ID]":"Bruk: ImportRdf RDF_FILE [MODEL_ID]","USAGE: please provide a valid extension id as second parameter":"BRUK: Oppgi en gyldig utvidelses-ID som andre parameter","USAGE: please provide a valid service name as first parameter":"BRUK: Oppgi et gyldig tjenestenavn som f\u00f8rste parameter","USAGE: please provide the service name as first parameter":"BRUK: Oppgi tjenestenavnet som f\u00f8rste parameter","Use a term":"Bruk et begrep","Use a variable":"Bruk en variabel","Use Ctrl\/Meta key or Lasso for multiple selection":"Bruk Ctrl\/Meta-tasten eller l\u00f8kke for flere utvalg","Use default value":"Bruk standardverdi","User":"Brukder","User %s can not be locked":"Bruker %s kan ikke l\u00e5ses","User %s can not be unlocked":"Bruker %s kan ikke l\u00e5ses opp","User %s successfully locked":"Bruker %s er l\u00e5st","User %s successfully unlocked":"Brukeren %s ble l\u00e5st opp","User added":"Bruker ble lagt til","User deleted successfully":"Bruker ble slettet","User deletion not permitted on a demo instance":"Sletting av bruker er ikke tillatt i et demomilj\u00f8","User not found":"Bruker ble ikke funnet","User saved":"Bruker ble lagret","User Settings":"Brukerinstillinger","Users":"Brukere","Validate Responses":"Valider svar","Validation for field \u0027%s\u0027 has failed. Language does not exist in the system":"Valideringen for feltet \u0027%s\u0027 mislyktes. Valgt spr\u00e5k finnes ikke i systemet","Validation for field \u0027%s\u0027 has failed. List of values expected":"Valideringen for feltet \u0027%s\u0027 mislyktes. Liste over verdier som forventet","Validation for field \u0027%s\u0027 has failed. Should not be empty":"Valideringen for feltet \u0027%s\u0027 mislyktes. B\u00f8r ikke v\u00e6re tom","Validation for field \u0027%s\u0027 has failed. Valid role expected. Given: %s":"Valideringen for feltet \u0027%s\u0027 mislyktes. Gyldig rolle forventet. Gitt: %s","Validation for field \u0027%s\u0027 has failed. Valid URI expected":"Valideringen for feltet \u0027%s\u0027 mislyktes. Gyldig URI forventet","Validation for field \u0027%s\u0027 has failed. Valid URI expected. Given: %s":"Valideringen for feltet \u0027%s\u0027 mislyktes. Gyldig URI forventet. Gitt: %s","Value":"Verdi","Value ellipsis":"Verdiellipse","Value of E":"Verdien av E","Value of PI":"Verdien av PI","Variable":"Variabel","Variable %s":"Variabel %s","Version":"Versjon","View":"Visning","View and format the collected results.":"Se og formater de innsamlede resultatene.","View report":"Se rapport","View resources as a list":"Se ressurser som en liste","View resources as a tree":"Se ressurser som et tre","View Tree":"Se Tre","Viewed":"Vist","Viewed items":"Viste oppgaver","Views":"Visninger","Visible":"Synlige","Volume":"Volum","Wait for your connection to come back online.":"Vent til tilkoblingen din kommer tilbake.","Wait is over":"Ventetiden er over","Waiting":"Venter","Warning \u2013 You have %s remaining to complete the test.":"Advarsel - Du har %s igjen til \u00e5 fullf\u00f8re pr\u00f8ven.","Warning \u2013 You have %s remaining to complete this item.":"Advarsel - Du har %s igjen til \u00e5 fullf\u00f8re denne oppgaven.","Warning \u2013 You have %s remaining to complete this section.":"Advarsel - Du har %s igjen til \u00e5 fullf\u00f8re denne seksjonen.","Warning \u2013 You have %s remaining to complete this test part.":"Advarsel - Du har %s igjen til \u00e5 fullf\u00f8re denne pr\u00f8vedelen.","Warning \u2013 You have %s remaining to complete this test.":"Advarsel - Du har %s igjen til \u00e5 fullf\u00f8re denne pr\u00f8ven.","WAV audio":"WAV lyd","We are unable to connect the server to submit your results.":"Du kan ikke levere pr\u00f8ven din da du ikke har kontakt med server.","We are unable to connect to the server to retrieve the next item.":"Du kan ikke g\u00e5 til neste oppgave da du ikke har kontakt med server.","WebM audio":"WebM lyd","WebM video":"WebM video","Weight":"Vekting","Weights":"Vekting","When selecting child elements each element is normally eligible for selection once only.":"N\u00e5r du velger underordnede elementer, er hvert element bare kvalifisert for valg \u00e9n gang.","Whether a candidate\u0027s response that is beyond the maximum duration of the item should still be accepted.":"Hvorvidt en elev sitt svar som g\u00e5r utover oppgavens maksimale varighet, fortsatt b\u00f8r godkjennes.","Whether a candidate\u0027s response that is beyond the maximum duration of the section should still be accepted.":"Hvorvidt en elev sitt svar som g\u00e5r utenfor seksjonens maksimale varighet, fortsatt b\u00f8r godkjennes.","Whether a candidate\u0027s response that is beyond the maximum duration of the test part should still be accepted.":"Hvorvidt en elev sitt svar som er utenfor pr\u00f8vedelens maksimale varighet, fortsatt b\u00f8r godkjennes.","Whether a candidate\u0027s response that is beyond the maximum duration should still be accepted.":"Hvorvidt en elev sitt svar som er utenfor maksimal varighet, fortsatt b\u00f8r godkjennes.","White on Black":"Hvit p\u00e5 svart","White on Blue (TAO standard theme)":"Hvitt p\u00e5 bl\u00e5tt","Who can view the rubric block during the delivery.":"Hvem kan se rubrikkboksen under levering.","Whole number part":"Hele talldelen","Width":"Bredde","Windows help file":"Windows hjelpefil","Windows Media audio":"Windows Media lyd","Windows Media file (metafile)":"Windows Media fil (metafil)","Windows Media video":"Windows Media video","With Replacement":"Med erstatning","Wrap image left":"Pakk bildet til venstre","Wrap image right":"Pakk bildet til h\u00f8yre","Write Document":"Skriv dokument","Wrong file mime type":"Feil filtype","Wrong or missing parameter extension, module or action":"Feil eller manglende parameterutvidelse, modul eller handling","Wrong parameter shownExtension":"Viser feil parameter utvidelse","XML Content":"XML innhold","XML Editor":"XML editor","XML error at line %1$d column %2$d \u0022%3$s\u0022.":"XML-feil p\u00e5 linje %1$d kolonne %2 $ d \u0022 %3 $ s\u0022.","XML file":"XML fil","Yellow on Blue":"Gul p\u00e5 bl\u00e5","Yes":"Ja","You answered %s of %s question(s) for this section of the test":"Du svarte %s av %s sp\u00f8rsm\u00e5l p\u00e5 denne seksjonen av pr\u00f8ven","You answered all %s question(s) in this section":"Du svarte p\u00e5 alle %s sp\u00f8rsm\u00e5l(ene) i denne seksjonen","You answered all %s question(s) in this test":"Du svarte p\u00e5 alle %s sp\u00f8rsm\u00e5l(ene) i denne pr\u00f8ven","You answered only %s of the %s question(s) in this section":"Du svarte bare %s av %s sp\u00f8rsm\u00e5l i denne seksjonen","You are about to go to the next item. Click OK to continue and go to the next item.":"Du er i ferd med \u00e5 g\u00e5 til neste oppgave. Klikk OK for \u00e5 fortsette og g\u00e5 til neste oppgave.","You are about to go to the previous item. Click OK to continue and go to the previous item.":"Du er i ferd med \u00e5 g\u00e5 tilbake til forrige oppgave. Klikk OK for \u00e5 fortsette og g\u00e5 til forrige oppgave.","You are about to leave this section.":"Du er i ferd med \u00e5 forlate denne seksjonen.","You are about to submit the test.":"Du er i ferd med \u00e5 levere pr\u00f8ven.","You are about to submit the test. You will not be able to access this test once submitted. Click OK to continue and submit the test.":"Du er i ferd med \u00e5 levere pr\u00f8ven. Du f\u00e5r ikke tilgang til pr\u00f8ven n\u00e5r den er levert. Klikk OK for \u00e5 levere.","You are about to submit this test part.":"Du er i ferd med \u00e5 levere denne pr\u00f8vedelen.","You are currently working offline.":"Du jobber for tiden uten \u00e5 v\u00e6re p\u00e5 nett.","You are encountering a prolonged connectivity loss.":"Du opplever et langvarig tap av tilkobling.","You are encountering a prolonged connectivity loss. ":"Du har mistet nettilgangen. ","You are not allowed to write in the class %s":"Du har ikke skrivetilgang i mappen %s","You are not authorised to remove this lock":"Du er ikke atilgang til \u00e5 fjerne denne l\u00e5sen","You can magnify the content by up to 200%. Check your browser settings to find out how to do it.":"Du kan forst\u00f8rre innholdet med opptil 200%. Sjekk nettleserinnstillingene for \u00e5 finne ut hvordan du gj\u00f8r det.","You cannot delete the root node":"Du kan ikke slette rotnoden","You cannot move the selected resources in the class %s":"Du kan ikke flytte de valgte ressursene i mappe %s","You currently have no access to the platform":"Du har for \u00f8yeblikket ingen tilgang","You do not have the required rights to edit this resource.":"Du har ikke nok rettigheter til \u00e5 redigere denne ressursen.","You flagged %s item(s) that you can review now":"Du har flagget %s element(er) som du kan se gjennom n\u00e5","You have %s item(s) marked for review.":"Du har %s element(er) merket for \u00e5 se gjennom.","You have %s left to answer remaining %s questions.":"Du har %s igjen for \u00e5 svare p\u00e5 de resterende %s sp\u00f8rsm\u00e5l.","You have %s remaining to complete the current item.":"Du har %s igjen for \u00e5 fullf\u00f8re gjeldende oppgave.","You have %s unanswered question(s)":"Du har %s ubesvart(e) sp\u00f8rsm\u00e5l","You have %s unanswered question(s) and have %s item(s) marked for review.":"Du har %s ubesvart(e) sp\u00f8rsm\u00e5l og %s oppgave(r) merket for \u00e5 se gjennom.","You have %s unanswered question(s).":"Du har %s ubesvart(e) sp\u00f8rsm\u00e5l.","You have been locked due to too many failed login attempts. ":"Kontoen din har blitt sperret p\u00e5 grunn av for mange mislykkede p\u00e5loggingsfors\u00f8k ","You have been logged out. Please login again":"Du har blitt logget ut. Logg inn igjen","You must activate JavaScript in your browser to run this application.":"Du m\u00e5 aktivere JavaScript i nettleseren din for \u00e5 kj\u00f8re denne applikasjonen.","You will not be able to access this test once submitted. Click \u0022%s\u0022 to continue and submit the test.":"Du f\u00e5r ikke tilgang til denne pr\u00f8ven n\u00e5r den er levert. Klikk \u0022%s\u0022 for \u00e5 levere pr\u00f8ven.","Your account has been locked, please contact your administrator.":"Kontoen din er sperret. Kontakt din administrator.","Your browser does not meet the technical requirements to run TAO.":"Nettleseren din oppfyller ikke de tekniske kravene for \u00e5 kj\u00f8re TAO.","Your browser does not support copying to the clipboard":"Nettleseren din st\u00f8tter ikke kopiering til utklippstavlen","Your browser doesn\u2019t support the audio player.":"Nettleseren din st\u00f8tter ikke lydavspilleren.","Your browser doesn\u2019t support the video player.":"Nettleseren din st\u00f8tter ikke videoavspilleren.","Your comment\u2026":"Din kommentar...","Your connection seems to be back, please proceed.":"Tilkoblingen din ser ut til \u00e5 v\u00e6re tilbake. Fortsett.","Your mail":"Din E-post","Your TAO Password":"Ditt TAO passord","ZIP archive":"ZIK arkiv","Zoom":"Zoom","Zoom in":"Zoom inn","Zoom out":"Zoom ut"} \ No newline at end of file diff --git a/locales/nb-NO/qtiCat.rdf.po b/locales/nb-NO/qtiCat.rdf.po index 61cacfdb78..f080e2d48a 100644 --- a/locales/nb-NO/qtiCat.rdf.po +++ b/locales/nb-NO/qtiCat.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 2021.10\n" -"PO-Revision-Date: 2021-10-21T13:49:33\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:21\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: nb-NO\n" diff --git a/locales/nb-NO/qtitest.rdf.po b/locales/nb-NO/qtitest.rdf.po index ef375f5c03..aa8a0458b6 100644 --- a/locales/nb-NO/qtitest.rdf.po +++ b/locales/nb-NO/qtitest.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 2021.10\n" -"PO-Revision-Date: 2021-10-21T13:49:33\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:21\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: nb-NO\n" diff --git a/locales/nb-NO/taoQtiTestItemRunner.rdf.po b/locales/nb-NO/taoQtiTestItemRunner.rdf.po index 6eb69c68ec..0a5fb019c7 100644 --- a/locales/nb-NO/taoQtiTestItemRunner.rdf.po +++ b/locales/nb-NO/taoQtiTestItemRunner.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 2021.10\n" -"PO-Revision-Date: 2021-10-21T13:49:33\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:21\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: nb-NO\n" diff --git a/locales/nl-NL/messages.po b/locales/nl-NL/messages.po index 6e894692c2..0d23f68b97 100644 --- a/locales/nl-NL/messages.po +++ b/locales/nl-NL/messages.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint155\n" -"PO-Revision-Date: 2021-06-02T16:55:53\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:22\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: nl-NL\n" @@ -22,6 +22,9 @@ msgstr "" msgid "(Visual) Highlight Text" msgstr "" +msgid "A concurrent delivery has been detected. Please use the last open session. The present window can be closed." +msgstr "" + msgid "A QTI Item involved in the QTI Test '%s' could not be compiled." msgstr "Een QTI item in QTI Test '%s' kon niet worden gecompileerd." @@ -46,6 +49,9 @@ msgstr "Een geldig antwoord voor dit item is vereist." msgid "A visible section is one that is identifiable by the candidate." msgstr "Een zichtbare sectie is er een die herkenbaar is voor de kandidaat." +msgid "Accessibility tool that enables Test Taker to have the item content read aloud." +msgstr "" + msgid "Activated" msgstr "Geactiveerd" @@ -58,6 +64,9 @@ msgstr "Voeg een zip-bestand toe met QTI/APIP toetsen en items" msgid "Add selected item(s) here." msgstr "Voeg geselecteerde item(s) hier toe." +msgid "Add Subsection" +msgstr "" + msgid "Add the source file" msgstr "Voeg het bron bestand toe" @@ -223,6 +232,15 @@ msgstr "Zwart op Paars" msgid "Black on White" msgstr "Zwart op Wit" +msgid "Bookmark question" +msgstr "" + +msgid "Bookmark the current question for later review" +msgstr "" + +msgid "Bookmarked question %s" +msgstr "" + msgid "Calculator" msgstr "Rekenmachine" @@ -361,6 +379,9 @@ msgstr "Weergegeven naam" msgid "Displays a customisable magnifier" msgstr "Toont een aanpasbare vergroting" +msgid "Do not bookmark the current question for later review" +msgstr "" + msgid "Do not flag the current item for later review" msgstr "Volg deze vraag niet meer op" @@ -406,12 +427,12 @@ msgstr "Schakel het item herzieningsscherm in / navigator." msgid "Enables skipping to items within this section. Requires the review screen option." msgstr "Maakt het mogelijk om naar items binnen deze sectie over te gaan. Vereist de optie voor het beoordelingsscherm." -msgid "End test" -msgstr "Test beëindigen" - msgid "End Test" msgstr "Eindig toets" +msgid "End test" +msgstr "Test beëindigen" + msgid "Enter a blueprint" msgstr "Voer een blauwdruk in" @@ -432,12 +453,21 @@ msgstr "Fout gevonden in de IMS QTI Toets:\n" msgid "Expand the review panel" msgstr "Vergroot het review paneel" +msgid "Export" +msgstr "" + msgid "Export failed for the test \"%s" msgstr "Export voor examen \"%s is mislukt" +msgid "Export failed. Key uri nor classUri in formValues are not defined" +msgstr "" + msgid "Export metadata" msgstr "Metadata exporteren" +msgid "Export QTI %s Test Package" +msgstr "" + msgid "Export QTI 2.1 Test Package" msgstr "Exporteer QTI 2.1 toets pakket" @@ -507,6 +537,9 @@ msgstr "Grijs op Groen" msgid "Hide Review" msgstr "Verberg herziening" +msgid "Hide test overview panel" +msgstr "" + msgid "Hide the review screen" msgstr "Verberg het overzichtsscherm" @@ -558,6 +591,9 @@ msgstr "Indien de categorie optie is gezet, zal de score ook worden verwerkt per msgid "If the connection cannot be restored, see option B." msgstr "" +msgid "If you leave the test, your changes will not be saved due to invalid test settings. Are you sure you wish to leave?" +msgstr "" + msgid "If you need help, please contact our Helpline on 0330 088 4171." msgstr "" @@ -591,6 +627,9 @@ msgstr "Inconsistentie op regel %1d:" msgid "Individual" msgstr "Individueel" +msgid "Informational item" +msgstr "" + msgid "Informational Item Usage" msgstr "Informatief item gebruik" @@ -630,12 +669,12 @@ msgstr "" msgid "Item Session Control" msgstr "Item sessie controle" -msgid "items" -msgstr "" - msgid "Items" msgstr "Items" +msgid "items" +msgstr "" + msgid "Items can optionally be assigned to one or more categories." msgstr "Items kunnen optioneel worden toegewezen aan een of meer categorieën. " @@ -763,12 +802,15 @@ msgstr "Minimale duur voor dit deel van de toets." msgid "minutes" msgstr "" -msgid "Missed required parameter \'id\" +msgid "Missed required parameter \'id\'" msgstr "" msgid "Missed test package file" msgstr "Miste een examen pakket bestand" +msgid "Missing filename for QTI Test export" +msgstr "" + msgid "Missing required configuration option %s" msgstr "" @@ -817,12 +859,18 @@ msgstr "Volgende sectie" msgid "No" msgstr "Nee" +msgid "NO" +msgstr "" + msgid "No CAT Engine configured for CAT Endpoint \"%s\"." msgstr "Geen CAT-engine geconfigureerd voor CAT-eindpunt \"%s\"." msgid "No file found at location \"%s\"." msgstr "Geen bestand gevonden op locatie: \"%s\"." +msgid "No instance in form to export" +msgstr "" + msgid "No more attempts allowed for item \"%s\"." msgstr "Geen pogingen meer toegestaan voor item \"%s\"." @@ -964,6 +1012,12 @@ msgstr "Publiceren van QTI toets \"%s\" mislukt." msgid "QTI Test \"%s\" successfully published." msgstr "QTI toets \"%s\" succesvol gepubliceerd" +msgid "QTI Test Metadata" +msgstr "" + +msgid "QTI Test Package %s" +msgstr "" + msgid "QTI Test Package 2.1" msgstr "QTI Toets pakket 2.1" @@ -973,10 +1027,13 @@ msgstr "QTI Examen pakket 2.2" msgid "QTI/APIP Test Content Package" msgstr "QTI/APIP Examen Content Pakket" +msgid "Question" +msgstr "" + msgid "question" msgstr "" -msgid "Question" +msgid "Question %s" msgstr "" msgid "questions" @@ -1003,6 +1060,9 @@ msgstr "Verwijder rubriek blok" msgid "Remove Section" msgstr "Verwijder sectie" +msgid "Remove Subsection" +msgstr "" + msgid "Remove Test Part" msgstr "" @@ -1018,6 +1078,9 @@ msgstr "Filter resetten" msgid "Resource(s) successfully exported." msgstr "Resource(s) met succes geëxporteerd." +msgid "ResultTransmission event successfully registered" +msgstr "" + msgid "Review" msgstr "Herzien" @@ -1048,10 +1111,10 @@ msgstr "Puntenteller" msgid "Scoring" msgstr "Scoring (Waardering)" -msgid "Scratch pad" +msgid "Scratch Pad" msgstr "Notitieboekje" -msgid "Scratch Pad" +msgid "Scratch pad" msgstr "Notitieboekje" msgid "Scratchpad" @@ -1126,6 +1189,9 @@ msgstr "Toon beoordeling" msgid "Show Solution" msgstr "Oplossing tonen" +msgid "Show test overview panel" +msgstr "" + msgid "Show the review screen" msgstr "Toon het overzichtsscherm" @@ -1234,6 +1300,12 @@ msgstr "Test metagegevens met succes geëxporteerd." msgid "Test Navigation" msgstr "Examennavigatie" +msgid "Test overview" +msgstr "" + +msgid "Test part level category enables configuring the categories of its composing items all at once. A category in gray means that all items have that category. A category in white means that only a few items have that category." +msgstr "" + msgid "Test Part Properties" msgstr "" @@ -1262,12 +1334,12 @@ msgstr "Examens" msgid "Text content" msgstr "Tekst inhoud" -msgid "Text to Speech" -msgstr "Tekst naar spraak" - msgid "Text To Speech" msgstr "" +msgid "Text to Speech" +msgstr "Tekst naar spraak" + msgid "that was being taken." msgstr "" @@ -1349,6 +1421,9 @@ msgstr "De hoofdnaam van de toets" msgid "The provided archive is invalid. Make sure it is not corrupted and that it contains an 'imsmanifest.xml' file." msgstr "Het aangeleverde archief is ongeldig. Zorg ervoor dat het niet corrupt is en dat het een 'imsmanifest.xml' bestand bevat." +msgid "The QTI Item with URI '%s' cannot be found." +msgstr "" + msgid "The QTI Test '%s' to be compiled must contain at least 1 QTI Item. None found." msgstr "De te compileren toets '%s' moet minstens één QTI item bevatten. Geen gevonden." @@ -1379,6 +1454,14 @@ msgstr "De sectie titel." msgid "The submission mode determines when the candidate's responses are submitted for response processing. A testPart in individual mode requires the candidate to submit their responses on an item-by-item basis. In simultaneous mode the candidate's responses are all submitted together at the end of the testPart." msgstr "De verzending modus bepaalt wanneer de antwoorden van een kandidaat worden verwerkt. Een testdeel in individuele modus vereist dat de kandidaat zijn antwoord op een item-voor-item basis verwerkt. In simultaan modus zullen de antwoorden van de kandidaat in een keer aan het eind van het testdeel worden verwerkt." +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"" +msgstr "" + +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"Please fix the invalid settings and try again." +msgstr "" + msgid "The test has been closed/suspended!" msgstr "Het examen is gesloten/geschorst!" @@ -1596,6 +1679,9 @@ msgstr "XML fout op regel %1$d kolom %2$d \"%3$s\"." msgid "Yellow on Blue" msgstr "Geel op Blauw" +msgid "YES" +msgstr "" + msgid "Yes" msgstr "Ja" diff --git a/locales/nl-NL/messages_po.js b/locales/nl-NL/messages_po.js index 29c41ee1cd..1b527be84d 100644 --- a/locales/nl-NL/messages_po.js +++ b/locales/nl-NL/messages_po.js @@ -1 +1 @@ -{" ":" "," AND ":" en "," and ":" en "," has been deleted successfully":" is succesvol verwijderd"," next":" volgende"," requires a subgrid adapter":"Heeft een subgrid adapter nodig","%1$s expected but %2$s detected":"%1$s verwacht maar %2$s gevonden","%d attempts left before your account is locked.":"%d pogingen voordat uw account wordt vergrendeld.","%d day":"%d dag","%d days":"%d dagen","%h hour":"%h uur","%h hours":"%h uren","%i minute":"%i minuut","%i minutes":"%i minuten","%m month":"%m maand","%m months":"%m maanden","%s %s selected":"%s %s geselecteerd","%s (%s kb)":"%s (%s kb","%s Class saved":"%s van de klasse opgeslagen","%s classes":"%s klassen","%s Confirmation":"%s Bevestiging","%s could not be released":"\u0027%s kon niet worden vrijgegeven","%s created":"%s aangemaakt","%s extension(s) to install.":"%s van de te installeren extensie(s)","%s has been deleted":"%s is verwijderd","%s has been released":"%s is vrijgegeven","%s instances":"%s instanties","%s is of a type that cannot be published":"%s is van een type dat niet gepubliceerd kan worden","%s Locked":"%s Geblokkeerd","%s\u0022 is not a valid index identifier. It must start with a letter and contain letters, numbers or underscores only":"%s\u0022 is geen valide indexnaam. Het moet starten met een letter en mag alleen letters, getallen en lage streepjes bevatten","%y year":"%y jaar","%y years":"%y jaren","(empty)":"(leeg)","... reloading page.":"...pagina aan het herladen","Filters<\/del>":"Filters<\/del>","Options<\/del>":"Opties<\/del>"," %s <\/strong> has been moved to the background.":" %s <\/strong> is verplaatst naar de achtergrond.","> Extension %s succesfully installed.":"> Extensie %s is succesvol ge\u00efnstalleerd.","> Installation done.":"> Installatie is gedaan.","a class":"een klasse","A date has to be a Datetime or timestamp":"Een datum moet een Datetime of timestamp zijn.","A fatal error occured during the installation process.":"Er is een kritieke fout opgetreden tijdens de installatie.","A maintenance status must have a STATUS: \u0022%s\u0022 or \u0022%s":"Een onderhoudsstatus moet een STATUS hebben: \u0022%s\u0022 of \u0022%s\u0022.","A message with further instructions has been sent to your email address: %s":"Een bericht met verdere instructies is gestuurd naar uw e-mail adres: %s","A QTI Item involved in the QTI Test \u0027%s\u0027 could not be compiled.":"Een QTI item in QTI Test \u0027%s\u0027 kon niet worden gecompileerd.","A QTI Test must contain at least one QTI Item to be compiled. None found.":"Een QTI toets moet minstens \u00e9\u00e9n QTI item bevatten om te compileren. Er is er geen gevonden.","A qti testpackage":"Een qti toetspakket","A remote resource referenced in QTI test \u0027%s\u0027 could not be retrieved.":"Een externe bron waarnaar verwezen wordt in de QTI test \u0027%s\u0027 kon niet worden gevonden.","A response to every question in this item is required.":"Op elke vraag in dit item moet een antwoord komen.","A response to this item is required.":"Een antwoord op dit item is verplicht.","A valid response to this item is required.":"Een geldig antwoord voor dit item is vereist.","A visible section is one that is identifiable by the candidate.":"Een zichtbare sectie is er een die herkenbaar is voor de kandidaat.","abs":"abs","Absolute value":"Absolute waarde","AC":"AC","Access Denied":"Toegang geweigerd","Access denied. Please renew your authentication!":"Toegang geweigerd. Gelieve uw verificatie opnieuw in te voeren!","Account status":"Account status","Action":"Handeling","Action %s - removed %s positions":"Actie %s - verwijderde %s posities","Action `%s` is not configured in the action queue service":"Actie `%s` is niet geconfigureerd in de actiewachtrij service","Action was not executed yet":"De actie is nog niet uitgevoerd","Actions":"Handelingen","Activated":"Geactiveerd","Add":"Toevoegen","Add a CSV file":"Voeg een CSV bestand toe","add a new weight":"voeg nieuw gewicht toe","Add a user":"Voeg een gebruiker toe","Add a zip file containing QTI\/APIP tests and items":"Voeg een zip-bestand toe met QTI\/APIP toetsen en items","Add an RDF\/XML file":"Voeg een RDF\/XML bestand toe","Add Consumer":"Voeg eindgebruiker toe","Add file(s)":"Voeg bestand(en) toe","Add property":"Voeg eigenschap toe","Add selected item(s) here.":"Voeg geselecteerde item(s) hier toe.","Add the source file":"Voeg het bron bestand toe","Adding search index for %s":"Toevoegen van zoekindex voor %s","Adding the new class has failed":"Het toevoegen van de nieuwe klasse is mislukt","Adding the new resource has failed":"Het toevoegen van het nieuwe resource is mislukt","Advanced search, add filters":"Geavanceerd zoeken, filters toevoegen","After you complete the section it would be impossible to return to this section to make changes. Are you sure you want to end the section?":"Nadat u de sectie heeft afgesloten zal het onmogelijk zijn om terug te keren naar deze sectie om iets te wijzigen. Weet u zeker dat u deze sectie wilt afsluiten?","all":"Alle","All":"Alle","All data will be removed in %s":"Alle data wordt verwijderd in %s","All fields are required":"Alle velden zijn verplicht","All rights reserved.":"Alle rechten voorbehouden","Allow Comment":"Sta commentaar toe","Allow Review":"Sta een herziening toe","Allow Section Skipping":"Sta het overslaan van een sectie toe","Allow Skipping":"Sta overslaan toe","Allow skipping of the current section.":"Sta het overslaan van de huidige sectie toe.","Allow the candidate to review his answers.":"Sta de kandidaat toe zijn antwoorden te herzien.","Allow the test-taker to eliminate \/ strikethrough answers in choice interactions.":"Sta de kandidaat toe om antwoorden te elimineren\/door te strepen in keuze interacties.","Allow the test-taker to highlight parts of the item text.":"Sta de kandidaat toe om stukken van de item tekst te markeren","Allow the test-taker to mask and unmask answers in choice interactions.":"Sta de kandidaat toe om antwoorden te bedekken en weer zichtbaar te maken in keuze interacties.","Allow the test-taker to mask parts of the item with a movable mask.":"Sta de kandidaat toe om stukken van het item te bedekken met een verplaatsbaar blok.","Allow the test-taker to use a basic calculator.":"Sta de kandidaat toe om een standaard rekenmachine te gebruiken.","Allow the test-taker to use a calculator respecting the order of operations (BODMAS).":"Sta de kandidaat toe een rekenmachine gebruiken die de volgorde van de operaties (H\u00e9, Mw. v\/d Aorta) respecteert.","Allow the test-taker to use a movable magnifier tool.":"Sta de kandidaat toe om een beweegbaar vergrootglas te gebruiken.","Allow the test-taker to use a scientific calculator.":"Sta de kandidaat toe om een wetenschappelijke rekenmachine gebruiken.","Allow the test-taker to visually isolate a line of text.":"Sta de kandidaat toe om visueel een stuk tekst te isoleren.","Allows Test-taker to zoom in and out the item content.":"Sta de kandidaat toe om de inhoud van het item in- en uitzoomen.","Alpha version":"Alpha versie ","Also compute the score per categories":"Bereken ook de score per categorie.","An email has been sent":"Er is een e-mail is verzonden","An error occured while retrieving items":"Er is een fout opgetreden bij het ophalen van items","An error occurred during results submission. Please retry.":"Er is een fout opgetreden tijdens het versturen van de resultaten. Probeert u het a.u.b. opnieuw.","An error occurred during the test initialization!":"Er is een fout opgetreden tijdens de testinitialisatie!","An error occurred during the test, please content your administrator.":"Er is een fout opgetreden tijdens de test, neem contact op met uw beheerder.","An error occurred during user deletion":"Er is een fout opgetreden tijdens het verwijderen van de gebruiker","An error occurred!":"Er is een fout opgetreden!","An error occurs, please contact your administrator":"Er is een fout opgetreden. Raadpleegt u a.u.b. een beheerder","An exception occured while running \u0022%s":"Een exceptie deed zich voor tijdens het uitvoeren van \u0022%s\u0022.","an instance":"een instantie","An invisible section with a parent that is subject to shuffling can specify whether or not its children, which will appear to the candidate as if they were part of the parent, are shuffled as a block or mixed up with the other children of the parent section.":"Een onzichtbare sectie met een bovenliggend elementen die onderworpen is aan mixen kan specificeren of de onderliggende elementen, die getoond worden aan kandidaten alsof ze onderdeel zijn van de bovenliggende elementen, samen gemengd worden of gemengd worden met de andere onderliggende elementen van de bovenliggende sectie.","An item involved in the test cannot be read or is not QTI compliant.":"Een item in de toets kan niet worden ingelezen of is niet QTI compliant.","An item involved in the test cannot be written.":"Een item in de toets kan niet worden weggeschreven.","An unknown error occured while compiled QTI Test \u0027%s\u0027.":"Er trad een onbekende fout op bij het compileren van QTI toets \u0027%s\u0027.","An unknown error occured while compiling QTI test \u0027%s\u0027.":"Er trad een onbekende fout op bij het compileren van QTI toets \u0027%s\u0027.","and flagged %s of them":"en %s gemarkeerd daarvan","and you flagged %s item(s) that you can review now":"en u heeft %s item(s) gemarkeerd die u nu kunt bekijken.","Answer Eliminator":"Antwoord verwijderaar","Answer Masking":"Antwoord bedekker","Answered":"Beantwoord","Apply":"Toepassen","Arc cosine":"Arccosinus","Arc sine":"Arcsinus","Arc tangent":"Arctangens","Archived":"Gearchiveerd","Are you sure to delete the versioned resource?\nThe history will be lost as well.":"Weet u zeker dat u de bron met deze versie wilt verwijderen?\nDe geschiedenis gaat dan ook verloren.","Are you sure you want to clear your answer and go to the next item? You will not be able to go back and provide an answer.":"Weet u zeker dat u uw antwoord wilt wissen en naar het volgende item wilt gaan? U zult niet terug kunnen gaan en een antwoord geven.","Are you sure you want to delete it?":"Weet u zeker dat u het wilt verwijderen?","Are you sure you want to end the test?":"Weet u zeker dat u de toets wilt afsluiten?","Are you sure you want to go to the next item? You will not be able to go back and change your answer.":"Weet je zeker dat je naar het volgende item wilt gaan? U zult niet in staat zijn om terug te gaan en uw antwoord te veranderen.","Are you sure you want to go to the next item? You will not be able to go back and provide an answer.":"Weet je zeker dat je naar het volgende item wilt gaan? U zult niet in staat zijn om terug te gaan en een antwoord te geven.","Are you sure you want to go to the next item? You will not be able to go back.":"Weet u zeker dat u naar het volgende item wilt gaan? U kunt niet teruggaan.","Area Masking":"Gebied bedekker","Arguments separator":"Scheidingsteken argumenten","Assessment Activity":"Examen activiteit","Assign":"Toewijzen","Assign User to role":"Wijs een gebruiker aan een rol toe","Assign Users":"Gebruikers toewijzen ","Associate a blueprint to a section allow you to validate this section against the specified blueprint.":"Het verbinden van een blauwdruk aan een sectie geeft u de mogelijkheid om deze sectie te valideren tegen het gespecificeerde blauwdruk.","Associate Blueprint":"Verbind blauwdruk","At least one mandatory parameter was required but found missing in your request":"Er mist op zijn minst \u00e9\u00e9n verplichte parameter in uw verzoek","Author":"Constructeur","Author Item":"Auteur Item","Authoring":"Construeren","auto unlocked in %s":"automatische ontgrendeling in %s","Auxiliary file not found at location \u0022%s\u0022.":"Hulp bestand niet gevonden op locatie \u0022%s\u0022.","Available":"Beschikbaar","Available Extensions":"Beschikbare Extensies","Back":"Terug","Back to listing":"Terug naar vermeldingen","Base-10 logarithm":"Logaritme met grondtal 10","Beta version":"B\u00e8ta-versie","Binary operator *":"Binaire operator *","Binary operator +":"Binaire operator +","Binary operator -":"Binaire operator -","Binary operator \/":"Binaire operator \/","Binary operator modulo":"Binaire operator modulo","Black on Cream":"Zwart op Cr\u00e8me","Black on Light Blue":"Zwart op Lichtblauw","Black on Light Magenta":"Zwart op Paars","Black on White":"Zwart op Wit","Browse folders:":"Blader mappen door:","Browse...":"Bladeren\u2026","Calculator":"Rekenmachine","Calendar":"Kalender","CANCEL":"ANNULEREN","Cancel":"Annuleren","cancel":"afbreken","cancel the action":"breek de actie af","Cancelled":"Geannuleerd","Candidate":"Kandidaat","Cannot be edited":"Kan niet worden gewijzigd","Cannot divide by zero":"Kan niet delen door nul","Cardinality":"Kardinaalgetal","Case sensitive":"Hoofdlettergevoelig","Categories":"Categorie\u00ebn","Category score":"Categorie score","Change password":"Wachtwoord wijzigen","Change the current color preset":"Verander het kleurcontrast","Change the password":"Wijzig het wachtwoord","Change the sign of the current operand":"Verander het teken van de huidige operator","Check All":"Alles selecteren","Check all":"Alles selecteren","Check-in":"Inchecken","Choose a value...":"Kies een waarde...","Choose export format":"Kies export formaat:","Choose import format":"Kies import formaat:","Class":"Klasse","class selected":"Geselecteerde klasse","Class successfully created.":"Klasse met succes gecre\u00eberd.","Class uri provided is not a valid class.":"Class uri is geen geldige class.","Cleaning up tmp space complete":"Opruimen tmp ruimte voltooid","Cleaning up tmp space started":"Opruimen tmp ruimte begonnen","Clear":"Wissen","Clear All":"Alles wissen","Clear all active highlights":"Verwijder alle tekstmarkeringen","Clear all data":"Alle gegevens wissen","Clear expression":"Expressie wissen","Clear Highlights":"Markering verwijderen","Clear History":"Historie wissen","Clear history":"Historie wissen","Clear selection":"Selectie wissen","Clear the stored variables":"Wis de opgeslagen variabelen","Click to reload.":"Klik om opnieuw te laden.","Click to speak":"Klik om te spreken","Close":"Sluiten","Close Magnifier":"Sluit vergrootglas","Close message":"Bericht sluiten","Close the mask":"Sluit de bedekker","Close this Section":"Sluit deze sectie","Code Version":"Versie van de code","Collapse the review panel":"Minimaliseer het review paneel","Collecting of abandoned actions in the action queue ...":"Verzamelen van afgebroken acties in de actiewachtrij ...","Column":"Kolom","Combine a selection of items into tests.":"Combineer een selectie van items in toetsen","Comment":"Commentaar","comment...":"Commentaar...","Commit":"Doorvoeren","Completed":"Voltooid","Completed - Error":"Voltooid - Probleem","Completed items":"Beantwoorde vragen","Compute the expression":"Bereken de expressie","Confirm":"Bevestigen","Connect to the TAO platform":"Verbind met het TAO platform","Connected to server":"Verbonden met server","Continue":"Doorgaan","Contrast":"Contrast","Controls the contribution of an individual item score to the overall test score.":"Beheert de bijdrage van een individueel item ten opzichte van de totaalscore van de toets.","Controls the maximum number of attempts allowed. 0 means unlimited.":"Stelt het maximum aantal keren dat geprobeerd mag worden in. 0 betekent oneindig.","Copy":"Kopi\u00ebren","Copy To":"Kopi\u00ebren naar","Copy to":"Kopi\u00ebren naar","Copy to clipboard":"Naar klembord kopi\u00ebren","cos":"cos","cosh":"cosh","Cosine":"Cosinus","Covers parts of the item":"Bedek gedeelte(n) van het item","Create":"Aanmaken","Create and design items and exercises.":"Cre\u00eber en ontwerp items en oefeningen.","Create instance of ":"Maak een instantie aan van ","Created":"Aangemaakt","CSV":"CSV","CSV Options":"CSV opties","Cube root":"Derdemachtswortel","Current language":"Huidige taal","Current playback position":"Huidige afspeelpositie","Custom":"Aangepast","custom categories":"Aangepaste categori\u00ebn","Custom outcome processing. No changes will be made to the existing rules.":"Aangepast resultaat verwerking. Er wordt niets aangepast aan bestaande regels.","Cut score":"Knip score","Data imported":"Data ge\u00efmporteerd","Data imported successfully":"Data is succesvol ge\u00efmporteerd","Data imported. Some records are invalid.":"Data is ge\u00efmporteerd. Sommige records zijn ongeldig.","Data Language":"Data taal","Data language":"Data taal","Data not imported. All records are invalid.":"Data is niet ge\u00efmporteerd. Alle records zijn ongeldig.","Date":"Datum","Default search":"Standaard zoekopdracht","Define the default values":"Definieer de standaardwaarden","Degree":"Graad","Delete":"Verwijderen","Delete Left":"Links wissen","Delete Right":"Rechts wissen","Delete the term on the left side of the cursor":"Verwijder de term aan de linkerkant van de cursor","Delete the term on the right side of the cursor":"Verwijder de term aan de rechterkant van de cursor","Deleting search index for %s":"Verwijderen van de zoekindex voor %s","Deliveries":"Pakketten","Deliveries library":"Pakketten bank","Demo Sandbox":"Demo Sandbox","Digit 0":"Cijfer 0","Digit 1":"Cijfer 1","Digit 2":"Cijfer 2","Digit 3":"Cijfer 3","Digit 4":"Cijfer 4","Digit 5":"Cijfer 5","Digit 6":"Cijfer 6","Digit 7":"Cijfer 7","Digit 8":"Cijfer 8","Digit 9":"Cijfer 9","Disable validation":"Schakel validatie uit","Disabled %s":"Uitgeschakeld %s","Disconnected from server":"Ontkoppeld van server","Display a warning before the test-taker ends a test part and there are still items left unanswered or marked for review.":"Laat een bericht zien voordat de kandidaat een toetsgedeelte afsluit, terwijl er nog items onbeantwoord of gemarkeerd voor herziening zijn.","Display a warning before the test-taker ends the test part.":"Laat een waarschuwing zien voordat de kandidaat een toetsgedeelte afsluit.","Display a warning before the test-taker ends the test.":"Laat een waarschuwing zien voordat de kandidaat de toets afsluit.","Display a warning before the test-taker skips the section. Requires the Section Skipping option.":"Laat een waarschuwing zien voordat de kandidaat een sectie overslaat. Benodigd de sla-sectie-over optie.","Display End Test Warning":"Toon eindetoets waarschuwing","Display Next Part Warning":"Toon volgend deel waarschuwing.","Display Next Section Warning":"Toon volgende sectie waarschuwing","Display Unanswered Warning":"Toon onbeantwoord waarschuwing","Displayed label":"Weergegeven naam","Displays a customisable magnifier":"Toont een aanpasbare vergroting","Do not flag the current item for later review":"Volg deze vraag niet meer op","Do not show alert on timeout":"Toon geen waarschuwing op time-out","Do you wish to install the following extension(s):\n%s?":"Wilt u de volgende extensie(s) instaleren:\n%s?","does not match":"Komt niet overeen","Don\u0027t set":"Niet instellen","Dot":"Punt","Download":"Download","Download this file":"Download dit bestand","Drag file here":"Sleep het bestand naar hier","Drag files here":"Sleep bestanden hierheen","Drop the files to upload":"Drop de bestanden voor upload","Duplicate":"Dupliceer","Edit":"Aanpassen","Edit a user":"Gebruiker aanpassen","Edit class %s":"Pas klasse %s aan","Edit Instance":"Pas instantie aan","Edit Tree":"Pas boom aan","Element":"Element","Element deleted.":"Element verwijderd","Eliminate choices":"Elimineer keuzes","Email":"E-mail","Enable Mark for Review":"Schakel markeer voor herziening in","Enable mark for review of items. Requires the Review Screen option.":"Schakel markeer voor herziening in voor items. Benodigd de herzieningsscherm optie.","Enable Review Screen":"Schakel herzieningsscherm optie in ","Enable selection":"Schakel selectie in","Enable the item review screen \/ navigator.":"Schakel het item herzieningsscherm in \/ navigator.","enabled":"ingeschakeld","Enabled %s":"Ingeschakeld %s","Enables skipping to items within this section. Requires the review screen option.":"Maakt het mogelijk om naar items binnen deze sectie over te gaan. Vereist de optie voor het beoordelingsscherm.","End of document reached. Continuing from the beginning.":"Einde van document bereikt. Doorgaan vanaf het begin.","End test":"Test be\u00ebindigen","End Test":"Eindig toets","Enter":"Enter","Enter a blueprint":"Voer een blauwdruk in","Enter a custom category":"Voer een eigen categorie in","Error":"Fout","Error adding search index for %s with message %s":"Fout in het toevoegen van zoekindex voor %s met mededeling %s","Error during file import":"Fout bij het importeren","Error found in the IMS QTI Test:\n%s":"Fout gevonden in de IMS QTI Toets:\n%s","Error in result":"Fout in resultaat","Error in syntax":"Fout in syntaxis","Error in value":"Fout in waarde","Event Log":"Eventlog","Exclusive (OR)":"Exclusive (OR)","Execute":"Uitvoeren","Executing task %s failed":"Uitvoering van taak %s mislukt","Expand the review panel":"Vergroot het review paneel","Export":"Exporteer","Export ":"Exporteren","Export CSV":"Exporteer CSV","Export failed for the test \u0022%s":"Export voor examen \u0022%s is mislukt","Export failed.":"Export is mislukt.","Export Irregularities":"Exporteer onregelmatigheden","Export metadata":"Metadata exporteren","Export Metadata as RDF\/XML file":"Exporteer metadata als RDF\/XML bestand","Export QTI 2.1 Test Package":"Exporteer QTI 2.1 toets pakket","Export QTI 2.2 Test Package":"Exporteer QTI 2.2 examen pakket","Export succeeded.":"De export is geslaagd.","Export successful for the test \u0022%s":"Export voor het examen \u0022%s succesvol","Export Table":"Export tabel","Extension \u0022%s\u0022 has been installed":"Extensie \u0022%s\u0022 is ge\u00efnstalleerd","Extensions manager":"Extensiebeheer","Factorial":"Factori\u00eble","Failed":"Mislukt","Failed to delete index for %s":"Geen index voor %s geschrapt","False":"Onwaar","Feedback block":"Feedback blok","Field delimiter":"Veldscheidingsteken","Field encloser":"Kader om veld","Fields must match":"Velden moeten overeenkomen","File":"Bestand","File download failed":"Downloaden van het bestand is mislukt","File name":"Bestandsnaam","File not found":"Bestand niet gevonden","File not found!":"Bestand niet gevonden!","File Properties":"Bestandseigenschappen","file selected":"geselecteerd bestand","File Uploader":"Bestandsuploader","files selected":"geselecteerde bestanden","Filter":"Filter","Filter by value":"Filter op waarde","Filtering mode":"Filter modus","First Name":"Voornaam","First page":"Eerste pagina","First row column names":"Eerste rij bevat kolomnamen","Fit to width":"Op de breedte afgestemd","Fixed":"Vast","Fixed position in a shuffled the selection.":"Vaste positie in een niet vaste volgorde selectie","Flag for Review":"Markeer voor herziening","Flag the current item for later review":"Volg deze vraag op","Flagged":"Op te volgen","Force Release":"Forceer het uitgeven","Force the item to be considered as informational and not taken into account in (un)answered \/ flagged counters.":"Forceer dat het item wordt beschouwd als informatie en niet wordt meegenomen bij de tellingen voor (niet) beantwoord of gemarkeerde items.","Forgot your password?":"Uw wachtwoord vergeten?","Fuzzy Matching":"Fuzzy matching","Get the history list":"Ontvang de geschiedenislijst","Go Back":"Ga terug","Go to next item":"Ga naar het volgende item","Go to the next item?":"Naar het volgende item gaan?","Gray on Green":"Grijs op Groen","Group test takers according to global features and classifications.":"Groepeer kandidaten conform globale kenmerken en classificaties.","Groups":"Groepen","Groups library":"Groepen bank","Height":"Hoogte","Help":"Hulp","Hi, %s
You indicated that you have forgotten your TAO password.":"Hallo, %s
U heeft aangegeven dat u uw TAO wachtwoord bent vergeten.","Hide detailed report":"Verberg het uitgebreide rapport","Hide Review":"Verberg herziening","Hide the review screen":"Verberg het overzichtsscherm","Hide the warning automatically displayed when a test-taker exit a timed section.":"Verwijder de automatisch getoonde waarschuwing voor wanneer een kandidaat een getimede sectie verlaat.","Hide Timed Section Warning":"Verberg de getimede sectie waarschuwing","Hide timers":"Verberg resterende tijd","Highlight":"Markeer","Highlight Text":"Markeer tekst","Highlighter":"Markeerder","History":"Geschiedenis","hours":"uren","Html title":"HTML titel","Hyperbolic arc cosine":"Hyperbolische boogcosinus","Hyperbolic arc sine":"Hyperbolische boogsinus","Hyperbolic arc tangent":"Hyperbolische boogtangens","Hyperbolic cosine":"Hyperbolische cosinus","Hyperbolic sine":"Hyperbolische sinus","Hyperbolic tangent":"Hyperbolische tangens","Identifier":"Naam","If required it must appear (at least once) in the selection.":"Indien verplicht gesteld dan moet het minimaal een keer in de selectie voorkomen.","If required, it must appears at least once in the selection.":"Indien verplicht gesteld dan moet het minimaal een keer in de selectie voorkomen.","If set, it causes the order of the child elements to be randomized, otherwise it uses the order in which the child elements are defined.":"Indien ingeschakeld worden de onderliggende elementen in willekeurige volgorde gezet, anders wordt de volgorde gebruikt in welke de onderliggende elementen zijn gedefinieerd.","If the candidate can skip the item, without submitting a response (default is true).":"Indien de kandidaat het item kan overslaan, zonder een antwoord te geven (default is waar).","If the category option is set, the score will also be processed per categories, and each results will take place in the PASS_xxx outcome, where xxx is the name of the category.":"Indien de categorie optie is gezet, zal de score ook worden verwerkt per categorie en zal elk resultaat plaatsvinden in het PASS_xxx resultaat, waar xxx de naam van de categorie is.","If the category option is set, the score will also be processed per categories, and each results will take place in the SCORE_xxx outcome, where xxx is the name of the category.":"Indien de categorie optie is gezet, zal de score ook worden verwerkt per categorie en zal elk resultaat plaatsvinden in het SCORE_xxx resultaat, waar xxx de naam van de categorie is.","If you do not wish to reset your password, just ignore this email and your password will remain the same.":"Als u uw wachtwoord niet wilt resetten, negeer dan deze e-mail en uw wachtwoord zal ongewijzigd blijven.","Import":"Importeer","Import ":"Importeer","Import a %s into \u0022%s":"Importeer een %s in \u0022%s","Import a QTI\/APIP Content Package":"Importeer een QTI\/APIP content pakket","Import Completed":"Importeren Voltooid","Import failed.":"De invoer is mislukt.","Import Metadata from CSV file":"Importeer Metadata vanuit een CSV bestand","Import Metadata from RDF file":"Importeer Metadata vanuit een RDF bestand","Import succeeded.":"De import is geslaagd.","Imported %1$d\/%2$d. Some records are invalid.":"Ingevoerd %1$d\/%2$d. Sommige records zijn ongeldig.","Imported %d resources":"Ingevoerde %d resources","Imported resource \u0022%s":"Ge\u00efmporteerde resource \u0022%s","impossible to update task status":"Onmogelijk om de taakstatus bij te werken","IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file could not be imported.":"IMS QTI item aangegeven als \u0022%s\u0022 in het IMS Manifest bestand kon niet worden ge\u00efmporteerd.","IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file successfully imported.":"IMS QTI item aangegeven als \u0022%s\u0022 in het IMS Manifest bestand is succesvol ge\u00efmporteerd.","IMS QTI Test Package successfully imported.":"IMS QTI toets pakket is succesvol ge\u00efmporteerd.","IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file successfully imported.":"IMS QTI toets aangegeven als \u0022%s\u0022 in het IMS Manifest bestand is succesvol ge\u00efmporteerd.","In Progress":"In Behandeling","In progress":"In behandeling","In this part of the test navigation is not allowed.":"In dit gedeelte van de toets is navigeren niet toegestaan.","Inclusive (AND)":"Inclusief (AND)","Inconsistency at line %1d:":"Inconsistentie op regel %1d:","Index":"Index","Index has been deleted for %s":"De index is verwijderd voor %s","Individual":"Individueel","Infinity":"Oneindigheid","Informational Item Usage":"Informatief item gebruik","Install":"Installeren","Installation done.":"Installatie is gereed.","Installation...":"Installatie...","Installed Extensions":"Ge\u00efnstalleerde extensies","Installed Version":"Ge\u00efnstalleerde versie","Installing extension %s...":"Ge\u00efnstalleerde extensie %s...","Instance saved":"Instantie is opgeslagen","Interface Language":"Taal van de omgeving","Interface language":"Taal van de omgeving","Internal server error!":"Interne serverfout!","Invalid date range (must be after or the same as: %s)":"Onjuist datum bereik (moet liggen na of op: %s)","Invalid date range (must be after: %s)":"Onjuist datum bereik (moet liggen na: %s)","Invalid date range (must be before or the same as: %s)":"Onjuist datum bereik (moet liggen voor of op: %s)","Invalid date range (must be before: %s)":"Onjuist datum bereik (moet liggen voor: %s)","Invalid field length":"Onjuiste veldlengte","Invalid field range (maximum value: %s)":"Onjuiste veld waarde (maximum waarde: %s)","Invalid field range (minimum value: %1$s, maximum value: %2$s)":"Onjuiste veld waarde (minimum waarde: %1$s, maximum waarde: %2$s)","Invalid field range (minimum value: %s)":"Onjuiste veld waarde (minimum waarde: %s)","Invalid file size (minimum %1$s bytes, maximum %2$s bytes)":"Niet toegestane bestandsgrootte (minimum %1$s bytes, maximum %2$s bytes)","Invalid file type!":"Onjuiste bestandstype!","Invalid input for function":"Ongeldige invoer voor functie","Invalid login or password. Please try again.":"Onjuiste login of wachtwoord. Probeer het opnieuw.","Invalid login or password. Your account has been locked, please contact your administrator.":"Ongeldige login of wachtwoord. Uw account is vergrendeld, neem contact op met uw beheerder.","invalid regular expression":"Onjuiste reguliere expressie.","is already used in the test.":"is al gebruikt in de toets","is not a valid identifier (alphanum, underscore, dash and dots)":"is geen geldige naam (alfanumeriek, laag streepje, streep en punten)","is not a valid identifier (everything except spaces)":"is geen geldige naam (alles behalve spaties)","Item \u0022%s\u0022 is completed.":"Item \u0022%s\u0022 is gereed.","Item %d":"Item %d","Item %d of %d":"Item %d van %d","Item Reference Properties":"Item referentie eigenschappen","Item Session Control":"Item sessie controle","Items":"Items","Items can optionally be assigned to one or more categories.":"Items kunnen optioneel worden toegewezen aan een of meer categorie\u00ebn. ","Items Compilation":"Item compilatie","Items library":"itembank","Items marked for later review":"Op te volgen vragen","Items with assessmentItemRef identifiers \u0022%s\u0022 are not registered in the related CAT endpoint.":"Items met assessmentItemRef identifiers \u0022%s\u0022 worden niet geregistreerd in het betreffende CAT-eindpunt.","Keep Together":"Bijeenhouden","Label":"Label","Language":"Taal","Last attempt before your account is locked.":"Laatste poging voordat uw account wordt vergrendeld.","Last Name":"Achternaam","Last page":"Laatste pagina","Last result":"Laatste resultaat","Late submission allowed":"Late inschrijvingen toegestaan","Leave a comment":"Laat een opmerking achter","Left parenthesis":"Linker haakje","less than a minute":"Minder dan een minuut","Line Reader":"Regel lezer","Linear":"Lineair","Link durations to activate the guided navigation":"Link duur om de geleide navigatie te activeren","List":"Lijst","List - Multiple choice - Check box":"Lijst - Meerkeuze - Selectievakje","List - Single choice - Drop down":"Lijst - Enkele keuze - Keuzelijst","List - Single choice - Radio button":"Lijst - Enkele keuze - Radioknop","Lists":"Lijsten","Load more":"Meer laden","Loaded":"Geladen","Loaded at Startup":"Bij het starten geladen","Loading":"Bezig met laden","Loading status":"Laadstatus","Loading task status ...":"Laadtaak status ...","locked by %s":"vergrendeld door %s","Locked duration : guided navigation. The test transition to the next item once the duration reaches 0.":"Duur begrenst : geleide navigatie. De test zal doorgaan naar het volgende item zodra de duur 0 is bereikt.","Log in":"Aanmelden","Log Out":"Afmelden","Login":"Aanmelden","Login available":"Aanmelden beschikbaar","Login is already in use.":"Login is al in gebruik.","Login is empty.":"Logi is leeg.","Logout":"Afmelden","LTI":"LTI","LTI Consumers":"LTI eindgebruikers","Magnifier":"Vergrootglas","Magnify less":"Vergroot minder","Magnify more":"Vergroot meer","Magnifying Glass":"Vergrootglas","Maintenance service must have a persistence option.":"De onderhoudsservice moet een persistentiemogelijkheid hebben.","Manage Access Rights":"Beheer toegangsrechten","Manage class schema":"Beheer klasse-schema","Manage data list":"Beheer data lijst","Manage groups":"Groepen beheren","Manage items":"Beheer items","Manage Media":"Beheer media","Manage Results":"Beheer resultaten","Manage roles":"Beheer rollen","Manage Roles and apply them to users.":"Beheer rollen en wijs ze aan gebruikers toe.","Manage Rubric Blocks":"Beheer rubriek blokken","Manage Schema":"Schema Beheren","Manage test properties":"beheer toets eigenschappen","Manage test takers":"Beheer kandidaten","Manage Tests":"Beheer toetsen","Manage tests":"Beheer examens","Manage users":"Gebruikers beheren","Manage Versioned File":"Beheer bestand met versie","Map the properties to the CSV columns":"Combineer de eigenschappen met de overeenkomende CSV kolommen","Mark for review":"Markeer voor herziening","Masking":"Maskeren","Match value":"Zoek overeenkomende waarden","Max Attempts":"Maximum aantal pogingen","Maximum Duration":"Maximale duur","Maximum duration : the items times out when the duration reaches 0.":"Maximale duur : het item times out wanneer de duur 0 bereikt.","Maximum duration for the all test.":"Maximale duur voor alle toetsen.","Maximum duration for this item.":"Maximale duur voor dit item","Maximum duration for this section.":"Maximale duur voor deze sectie.","Maximum duration for this test part.":"Maximale duur voor dit toets deel. ","Maximum selection reached":"Maximale selectie bereikt","Media":"Media","Media Manager":"Media beheer","Media Manager extension":"Media beheer extensie","Media resize along with their container, e.g. 50% means half of the container size not half of the media size.":"De media worden samen met de container verkleind, bijvoorbeeld 50% betekent de helft van de containergrootte en niet de helft van de mediagrootte.","Message":"Bericht","Messages":"Berichten","Metadata export is not available for the selected resource.":"Metadata export is niet beschikbaar voor de geselecteerde resource.","Minimum Duration":"Minimale duur","Minimum duration : enforces the test taker to stay on the item for the given duration.":"Minimum duur : verplicht de kandidaat om op het item te blijven voor de gegeven duur.","Minimum duration for the test.":"Minimale duur voor de test.","Minimum duration for this item.":"Minimale duur voor dit item.","Minimum duration for this section.":"Minimale duur voor deze sectie.","Minimum duration for this test part.":"Minimale duur voor dit deel van de toets.","minutes":"minuten","Missed test package file":"Miste een examen pakket bestand","missing config %s for the service %s":"ontbrekende configuraties %s voor de service %s","Missing Parameters":"Ontbrekende parameters","More":"Meer","Move":"Verplaatsen","Move Down":"Naar beneden","Move role":"Verplaats rol","Move the cursor one step on the left":"Beweeg de cursor een stap naar links","Move the cursor one step on the right":"Beweeg de cursor een stap naar rechts","Move To":"Verplaatsen naar","Move to":"Verplaats naar","Move Up":"Naar boven","Moving this element will replace the properties of the previous class by those of the destination class :":"Het verplaatsen van dit element zal de eigenschappen van de vorige klasse overschrijven met die van de doel klasse :","Moving to the next item without time limit reached message.":"Doorgaan naar het volgende item zonder de tijdslimiet bereikt mededeling.","Multiple values delimiter":"Scheidingsteken tussen meerdere waarden","My settings":"Mijn instellingen","My settings (%s)":"Mijn instellingen (%s)","Name":"Naam","Natural logarithm":"Natuurlijk logaritme","Navigation":"Navigatie","Navigation Warnings":"Navigatie-waarschuwing","New class":"Nieuw klasse","New delivery":"New pakket","New Group":"Nieuwe groep","New item":"Nieuw item","New password":"Nieuw wachtwoord","New role":"Nieuwe rol","New Rubric Block":"Nieuwe rubriek blok","New test":"Nieuwe toets","New test part":"Nieuw toets deel","New test-taker":"Nieuwe kandidaat","Next":"Volgende","Next match":"Volgende match","Next page":"Volgende pagina","Next Section":"Volgende sectie","No":"Nee","No action specified":"Geen handeling aangegeven","No CAT Engine configured for CAT Endpoint \u0022%s\u0022.":"Geen CAT-engine geconfigureerd voor CAT-eindpunt \u0022%s\u0022.","No client translation bundles updated":"Geen klantvertalingsbundels bijgewerkt","No extensions available.":"Geen extensies beschikbaar.","No file found at location \u0022%s\u0022.":"Geen bestand gevonden op locatie: \u0022%s\u0022.","no file not found in this location":"geen bestand gevonden op deze locatie","No file selected":"Geen bestand geselecteerd","No files":"Geen bestanden","no label":"geen label","No more attempts allowed for item \u0022%s\u0022.":"Geen pogingen meer toegestaan voor item \u0022%s\u0022.","No outcome processing. Erase the existing rules, if any.":"Geen verwerking van resultaat. Verwijder de bestaande regels, indien aanwezig.","No reference to any IMS QTI Item found.":"Geen referentie gevonden naar enig IMS QTI item.","Non Linear":"Niet lineair","None":"Geen","Not all test could be exported":"Niet alle examens konden worden ge\u00ebxporteerd","Not shuffled, the position remains fixed.":"Niet door elkaar gehaald, de posities blijven vast","Not started":"Niet gestart","Nothing imported":"Niets ge\u00efmporteerd","Nothing to install !":"Niets om te installeren !","Nothing to list!":"Niets om te laten zien!","Notifications":"Notificaties","Nth root":"Nde wortel","Number of elements":"Aantal segmenten","of":"van","Off":"Uit","OK":"OK","Ok":"Ok","OK & End test":"OK & be\u00ebindig test","Old Password":"Oud wachtwoord","On":"Aan","Once you close this section, you cannot return to it or change your answers.":"Zodra u deze sectie sluit, kunt u er niet meer op terugkomen of uw antwoorden wijzigen.","One or more dependent IMS QTI Items could not be imported.":"Een of meerdere IMS QTI afhankelijke items konden niet worden ge\u00efmporteerd.","Only display the items marked for review":"Toon enkel de op te volgen vragen","Only display the unanswered items":"Toon enkel de onbeantwoorde vragen","Open Calculator":"Open rekenmachine","Operated By ":"Beheerd door ","or":"of","Ordering":"Sorteervolgorde","Outcome":"Uitkomst","Outcome declarations":"Uitkomsten declaraties","Outcome processing":"Uitkomst verwerking","Package is valid but no tests were found. Make sure that it contains valid QTI tests.":"Het pakket is geldig, maar er werden geen toetsen gevonden. Overtuig u ervan dat het geldige QTI toetsen bevat.","Page":"Pagina","Part %d":"Deel %d","Password":"Wachtwoord","Password changed":"Wachtwoord gewijzigd.","Password is empty.":"Wachtwoord is leeg.","Password reset":"Wachtwoord gereset","Password successfully changed":"Paswoord succesvol veranderd!","Passwords are not matching":"Wachtwoorden komen niet overeen","Pause":"Pauzeer","Permission denied to write in the selected class":"Toestemming geweigerd om te schrijven in de geselecteerde klasse","Play":"Afspelen","Please confirm deletion":"Bevestig a.u.b. verwijdering","Please confirm deletion of %s.":"Bevestig het wissen van %s.","Please confirm deletion of user %s":"Bevestig het wissen van de gebruiker %s","Please confirm locking of account %s":"Bevestig het vergrendelen van het account %s","Please confirm property deletion!":"Bevestig a.u.b. verwijdering van de eigenschap!","Please confirm this operation.":"Bevestig a.u.b. deze handeling.","Please confirm unlocking of account %s":"Bevestig de ontgrendeling van account %s","Please confirm you want to leave the test.":"Bevestig dat u de test wilt verlaten.","Please contact %s or an administrator to release it":"Neem a.u.b. contact op met %s of een administrator om het uit te geven","Please contact your administrator.":"Gelieve contact op te nemen met uw beheerder.","Please download the track and listen offline.":"Gelieve de track te downloaden en offline te beluisteren.","Please download the video and view offline.":"Gelieve de video te downloaden en offline te bekijken.","Please give a message to your commit":"Geef a.u.b. een bericht bij u bevestiging","Please provide a reason":"Geef a.u.b. een reden","Please report bugs, ideas, comments or feedback on the TAO Forum":"Meld eventuele bugs, idee\u00ebn, opmerkingen of feedback op het TAO-forum.","Please wait":"Wacht a.u.b.","Please wait while ...":"Wacht even, alstublieft...","Please wait while we try to restore the connection.":"Wacht even terwijl we proberen de verbinding te herstellen.","Post install processing":"Post installatie verwerking","Power of":"Macht van","Power of 10":"Macht van 10","Prepare, publish deliveries sessions.":"Voorbereiden, publiceren pakketten sessie","Preparing installation...":"Installatie wordt voorbereid...","Preview":"Voorbeeld","Preview the covered area":"Toon het bedekte gebied in voorvertoning","Previous":"Vorige","Previous match":"Vorige match","Previous page":"Vorige pagina","Proceed":"Ga verder","Proctor":"Proctor","Properties":"Eigenschappen","Provided URL is not valid":"De gegeven URL is niet geldig","QTI 2.1 Test Driver":"QTI 2.1 Toets driver","QTI Item Runner":"QTI Item starter","QTI Test \u0022%s\u0022 publishing failed.":"Publiceren van QTI toets \u0022%s\u0022 mislukt.","QTI Test \u0022%s\u0022 successfully published.":"QTI toets \u0022%s\u0022 succesvol gepubliceerd","QTI Test Package 2.1":"QTI Toets pakket 2.1","QTI Test Package 2.2":"QTI Examen pakket 2.2","QTI\/APIP Test Content Package":"QTI\/APIP Examen Content Pakket","Radian":"Radiaal","Random value":"Random waarde","RDF":"RDF","Record and manage test takers.":"Vastleggen en beheren van kandidaten","Reference":"Verwijzing","Refresh":"Vernieuwen","Regenerate":"Regenereren","Release":"Uitgave","Releasing the lock might cause the work in progress by %s to be lost.":"Het vrijgeven van de blokkade kan ervoor zorgen dat het gedane werk door %s verloren gaat.","Remove":"Verwijderen","Remove Item Reference":"Verwijder item verwijzing","Remove Message":"Verwijder bericht","Remove Rubric Block":"Verwijder rubriek blok","Remove Section":"Verwijder sectie","Remove this file":"Verwijder dit bestand","Rename":"Hernoemen","Repeat new password":"Herhaal het nieuwe wachtwoord","Repeat password":"Herhaal wachtwoord","Request a password reset via Email.":"Vraag een wachtwoord reset aan per e-mail.","Required":"Vereist","Required field":"Verplicht veld","required length":"benodigde lengte","Requires":"Benodigd","Reset":"Resetten","Reset filters":"Filter resetten","Resource":"Bron","Resource Identifier could not be copied to the clipboard":"Resource Identifier kon niet worden gekopieerd naar het clipboard","Resource Identifier has been copied to the clipboard":"Resource Identifier was gekopieerd naar het clipboard","Resource not imported due to multiple super classes":"Bron is niet ge\u00efmporteerd vanwege meerdere super klassen","Resource not imported due to multiple types":"Bron is niet ge\u00efmporteerd vanwege meerdere typen","Resource saved":"Bron is opgeslagen","Resource(s) successfully exported.":"Resource(s) met succes ge\u00ebxporteerd.","Responsive mode":"Responsive modus","Results":"Resultaten","Results library":"Resultaat bank","Results Monitoring":"Resultaten Monitoring","Return to sign in page":"Keer terug naar de login pagina","Review":"Herzien","Review my Answers":"Mijn antwoorden bekijken","Right click the tree to manage your lists":"Klik rechts op de boom om de lijsten te beheren","Right parenthesis":"Rechter haakje","Role saved":"Rol opgeslagen","Roles":"Rollen","Roles library":"Rollen bank","round":"afronden","Round to closest whole number":"Rond af naar het dichtstbijzijnde gehele getal","Round to lower whole number":"Rond of naar beneden tot een geheel getal","Round to upper whole number":"Rond of naar boven tot een geheel getal","Rubric Block":"Rubriek blok","Rubric Block Properties":"Rubriek blok eigenschappen","Rubric Blocks":"Rubriek blokken","Save":"Opslaan","Scientific Calculator":"Wetenschappelijke rekenmachine","Scope":"Bereik","Scorer":"Puntenteller","Scoring":"Scoring (Waardering)","Scratch Pad":"Notitieboekje","Scratch pad":"Notitieboekje","Scratchpad":"Notitieboekje","Search":"Zoeken","Search %s":"Zoek %s","Search sub-classes":"Zoek sub-klassen","seconds":"seconden","Section %d":"Sectie %d","Section %d of %d":"Sectie %d van %d","Section level category enables configuring the categories of its composing items all at once. A category in gray means that all items have that category. A category in white means that only a few items have that category.":"Selectie niveau categorie geeft de mogelijkheid om de categorie\u00ebn van zijn samengestelde items in een keer te wijzigen, Een grijze categorie betekent dat alle items die categorie hebben. Een witte categorie betekent dat slechts enkele items die categorie hebben.","Section Properties":"Sectie eigenschappen","select":"selecteren","Select":"Selecteer","Select a blueprint":"Selecteer een blauwdruk","Select a destination":"Selecteer een bestemming","Select a language":"Selecteer een taal","Select Items":"Selecteer items","Select the way the responses of your test should be processed":"Selecteer de wijze waarop de antwoorden op uw examen verwerkt moeten worden","Select this file":"Selecteer dit bestand","select...":"selecteer...","Selected file:":"Geselecteerd bestand:","Selection":"Selectie","Selection saved successfully":"Selectie is succesvol opgeslagen","Send":"Verzenden","Set outcome identifier the feedback block is related to":"Zet de naam van de uitkomst waarmee het feedback blok is geassocieerd","Set the cut score (or pass score ratio) associated to the test. It must be a float between 0 and 1.":"Stel de cutscore (of slaagpercentage) in die bij de test hoort. Het moet een float zijn tussen 0 en 1.","Set the rubric block as a feedback block":"Stel de rubric blok als feedback blok in","Set the trigonometric function to work in degrees":"Stel de trigonometrische functie in om te werken in graden","Set the trigonometric function to work in radians":"Stel de trigonometrische functie in om te werken in radialen","Set the value of the outcome that will activate the feedback block":"Stel de waarde van de uitkomst in die het feedback blok activeert","Set the weight identifier used to process the score":"Stel de weging in die gebruikt moet worden bij berekening van de score","Set the XHTML-QTI class of the rubric block.":"Stel de XHTML-QTI klasse in van het rubric blok","Set the XHTML-QTI identifier of the rubric block.":"Stel de XHTML-QTI naam in van het rubric blok","Settings":"Instellingen","Settings updated":"Instellingen geupdate","Show detailed report":"Toon gedetailleerd rapport","Show Feedback":"Feedback tonen","Show Review":"Toon beoordeling","Show Solution":"Oplossing tonen","Show the review screen":"Toon het overzichtsscherm","Show the solution once the answer is submitted.":"Laat de oplossing zien nadat het antwoord is verzonden.","Show timers":"Toon resterende tijd","Show\/Hide the review screen":"Toon\/verberg het voorbeeld scherm","Shuffle":"Schudden","Simultaneous":"Tegelijkertijd","Size":"Grootte","Skip":"Overslaan","Skip & End Test":"Sla & over; Einde toets","Skip and end test":"Sla over en be\u00ebindig examen","Skip and go to the end of the test":"Sla over en ga naar het einde van examen","Skip and go to the next item":"Overslaan en naar het volgende item gaan","Skip to the end of the test":"Ga naar het eind van de toets","Skip to the next item":"Ga naar het volgende item","Skip to the next section":"Ga naar de volgende sectie","Some resources have not been moved: %s":"Sommige resources zijn niet verplaatst: %s","Some rubric blocks have been updated to reflect the changes in the list of outcomes.":"Sommige rubric blokken zijn geupdate om de veranderingen in de lijst van de uitkomsten weer te geven.","Speech speed":"Vaart van de spraak","Square root":"Vierkantswortel","Start of document reached. Continuing from the end.":"Begin van het document bereikt. Vervolg van het einde.","Start Test-part":"Start Toets deel","Status of":"Status van","Stop":"Afbreken","Submission":"Bevestiging","Submit and go to the end of the test":"Be\u00ebindig de test","Submit and go to the next item":"Ga naar de volgende pagina","Submit and go to the previous item":"Ga naar de vorige pagina","SUBMIT THE TEST":"DE TEST INLEVEREN","Success":"Succes","Successfully imported \u0022%s":"Succesvol ge\u00efmporteerd \u0022%s","Successfully imported %s tripples":"%s Trippels succesvol ge\u00efmporteerd ","Successfully imported class \u0022%s":"Klasse \u0022%s succesvol ge\u00efmplementeerd ","Successfully updated %s client translation bundles":"Klantvertalingsbundels %s met succes bijgewerkt","Supported export formats":"Ondersteunde export formaten","Syntax error":"Syntaxfout","Tao Default Theme":"Tao standaard thema","TAO Home":"TAO thuis","TAO Login":"TAO login","Task %s has been cancelled, message was not processed.":"Taak %s is geannuleerd, bericht is niet verwerkt.","task created":"taak aangemaakt","Task Listing":"Takenlijst","Task not returned any report.":"Taak heeft geen rapport teruggegeven.","technical":"technisch","Test":"Toets","Test constructor":"Toets constructeur","Test metadata successfully exported.":"Test metagegevens met succes ge\u00ebxporteerd.","Test Navigation":"Examennavigatie","Test Saved":"Toets opgeslagen","Test status":"Status van de test","Test takers library":"Kandidaten bank","Test-Taker Tools":"Kandidaten hulpmiddelen","Test-takers":"Kandidaten","Tests":"Examens","Tests library":"Toets bank ","Text - Long - Box":"Tekst - lang - Box","Text - Long - HTML editor":"Tekst - lang - HTML editor","Text - Short - Field":"Tekst - kort - veld","Text content":"Tekst inhoud","Text to Speech":"Tekst naar spraak","The \u0027imsmanifest.xml\u0027 file found in the archive is not valid.":"Het \u0027imsmanifest.xml\u0027 bestand in het archief is niet geldig.","The action will be applied to":"De handeling zal worden uitgevoerd op","The action will be applied to the following":"De handeling zal worden uitgevoerd op de volgende","The action will not be applied to ":"De actie wordt niet toegepast op ","The action will not be applied to the following":"De actie is niet van toepassing op","The assessment has been created but is not already running.":"Het assessment is gecre\u00eberd maar is nog niet werkend.","The assessment has been suspended by an authorized proctor. If you wish to resume your assessment, please relaunch it and contact your proctor if required.":"De examen is geschorst door een geautoriseerde toezichthouder. Herstart uw assessment en neem, indien nodig, contact op met uw toezichthouder indien u het wil hervatten.","The assessment has been suspended. To resume your assessment, please relaunch it and contact your proctor if required.":"De toets is opgeschort. Om uw toets te hervatten, gelieve deze opnieuw te starten en contact op te nemen met uw proctor indien nodig.","The assessment has been suspended. To resume your assessment, please relaunch it.":"De assessment is geschorst door een geautoriseerde toezichthouder. Herstart uw assessment om het te hervatten.","The assessment has been terminated.":"Het assessment is be\u00ebindigt.","The assessment has been terminated. You cannot interact with it anymore.":"Het assessment is be\u00ebindigt. U kunt er niet meer mee verder gaan.","The assessment is still running.":"Het assessment is nog steeds in gang.","The candidate is not allowed to submit invalid responses.":"De kandidaat mag geen ongeldige antwoorden indienen.","The column ":"De kolom ","The connection seems to be back, please proceed":"De verbinding lijkt terug te zijn, ga alstublieft verder","The dependency to the IMS QTI AssessmentItemRef \u0022%s\u0022 in the IMS Manifest file could not be resolved.":"De afhankelijkheid met het IMS QTI AssessmentItemRef \u0022%s\u0022 in het IMS Manifest kon niet worden opgelost","The following identifiers are not unique accross the test : %s":"De volgende identificaties zijn niet uniek voor de test: %s","The format of this field is not valid.":"Het formaat van dit veld is niet geldig","The identifier of the item reference.":"De naam van de item referentie","The identifier of the section.":"De naam van de sectie","The imported file is not properly UTF-8 encoded.":"Het ge\u00efmporteerde bestand is niet correct UTF-8 gecodeerd.","The IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file was already stored in the Item Bank.":"Het IMS QTI item, met referentie \u0022%s\u0022 in het IMS Manifest bestand, was al opgeslagen in de itembank ","The IMS QTI Test Package could not be imported.":"Het IMS QTI toets pakket kon niet worden ge\u00efmporteerd","The IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file could not be imported.":"Het IMS QTI item, met referentie \u0022%s\u0022 in het IMS Manifest bestand, kon niet worden ge\u00efmporteerd.","The index identifier should not be empty":"De index naam mag niet leeg zijn","The lock has been released":"De blokkade is opgeheven","The navigation mode determines the general paths that the candidate may take. A linear mode restricts the candidate to attempt each item in turn. Non Linear removes this restriction.":"De navigatie modus bepaalt de algemene pad die een kandidaat kan nemen. Een lineaire modus zorgt ervoor dat een kandidaat elk item achter moet maken. Niet lineair heft deze restrictie op.","The number of child elements to be selected.":"Het aantal te selecteren onderliggende elementen","The outcome \u0022%s\u0022 does not exist, but it is referenced by a feedback block!":"De uitkomst \u0022%s\u0022 bestaat niet, maar er wordt wel naar verwezen in een feedback blok!","The outcomes have been regenerated!":"The uitkomsten zijn gegenereerd!","The principle identifier of the test.":"De hoofdnaam van de toets","The properties of the source class will be replaced by those of the destination class. This might result in a loss of metadata. Continue anyway?":"De eigenschappen van de source-klasse worden vervangen door die van de bestemmingsklasse. Dit kan resulteren in een verlies van metadata. Ga je toch door?","The provided archive is invalid. Make sure it is not corrupted and that it contains an \u0027imsmanifest.xml\u0027 file.":"Het aangeleverde archief is ongeldig. Zorg ervoor dat het niet corrupt is en dat het een \u0027imsmanifest.xml\u0027 bestand bevat.","The QTI Test \u0027%s\u0027 to be compiled must contain at least 1 QTI Item. None found.":"De te compileren toets \u0027%s\u0027 moet minstens \u00e9\u00e9n QTI item bevatten. Geen gevonden.","The QTI test could not be retrieved correctly.":"De QTI toets kon niet correct worden opgehaald.","The QTI Test XML or one of its dependencies is malformed or empty.":"De QTI toets XML of een van zijn afhankelijkheden is misvormd of leeg.","The QTI-XML test could not be written correctly.":"De QTI-XML kon niet correct worden weggeschreven.","The reference.":"De referentie.","The resources related to the IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file were rolled back.":"De bronnen gerelateerd aan de IMS QTI toets, met referentie \u0022%s\u0022 in het IMS Manifest bestand, zijn teruggezet naar wat ze waren. ","The score will be processed for the entire test. A sum of all SCORE outcomes will be computed and divided by the sum of MAX SCORE, the result will be compared to the cut score (or pass ratio), then the PASS_TOTAL outcome will be set accordingly.":"De score wordt voor de gehele test verwerkt. Een som van alle SCORE-resultaten wordt berekend en gedeeld door de som van MAX SCORE, het resultaat wordt vergeleken met de cutscore (of slaagratio), vervolgens wordt de PASS_TOTAL-uitkomst overeenkomstig ingesteld.","The score will be processed for the entire test. A sum of all SCORE outcomes will be computed, the result will take place in the SCORE_TOTAL outcome.":"De score zal worden verwerkt voor het gehele examen. Het totaal van alle SCORE uitkomsten zal worden berekend en geplaatst in de SCORE_TOTAL uitkomst.","The section title.":"De sectie titel.","The server has sent an empty response":"De server heeft een leeg antwoord gestuurd","The submission mode determines when the candidate\u0027s responses are submitted for response processing. A testPart in individual mode requires the candidate to submit their responses on an item-by-item basis. In simultaneous mode the candidate\u0027s responses are all submitted together at the end of the testPart.":"De verzending modus bepaalt wanneer de antwoorden van een kandidaat worden verwerkt. Een testdeel in individuele modus vereist dat de kandidaat zijn antwoord op een item-voor-item basis verwerkt. In simultaan modus zullen de antwoorden van de kandidaat in een keer aan het eind van het testdeel worden verwerkt.","The test has been closed\/suspended!":"Het examen is gesloten\/geschorst!","The test has been paused, we are unable to connect to the server.":"De test is gepauzeerd, we kunnen geen verbinding maken met de server.","The test has not been saved.":"Het examen is niet opgeslagen","The test part identifier.":"De testdeelnaam ","The test title.":"De toets titel.","The uploaded file is too large (maximum %s bytes)":"Het ge\u00fcploade bestand is te groot (maximum %s bytes)","The value for the property \u0022%s\u0022 must be unique.":"De waarde voor eigenschap \u0022%s\u0022 moet uniek zijn.","The value of this field must be a valid date format, e.g. YYYY-MM-DD":"De waarde van dit veld moet een geldig datum formaat hebben, oftewel JJJJ-MM-DD","The value of this field must be an integer":"De waarde van dit veld moet een integer zijn","The value of this field must be numeric":"De waarde van dit veld moet numeriek zijn","There is not outcomes!":"Er zijn geen uitkomsten!","There is nothing to list!":"Er is niets om te laten zien!","This %s is currently checked out":"Dit %s is momenteel uitgechecked","This constraint affects the visibility of feedback after the end of the last attempt.":"Deze beperking raakt de zichtbaarheid van de feedback aan het eind van de laatste poging.","This constraint controls whether or not the candidate is allowed to provide a comment on the item during the session. Comments are not part of the assessed responses.":"Deze beperking bepaalt of de kandidaat al dan niet een opmerking in het item mag plaatsen gedurende de sessie. Commentaar is geen onderdeel van de te verwerken antwoorden.","This field is required":"Dit veld is vereist","This field is too long":"Dit veld is te lang","This field is too short":"Dit veld is te kort","This is not a valid email address.":"Dit is geen geldig e-mail adres","this is required":"dit is vereist","This Login is already in use":"Deze loginnaam is al in gebruik","This media cannot be played!":"Deze media kan niet afgespeeld worden!","This password reset link is no longer valid. It may have already been used. If you still wish to reset your password please request a new link":"Deze wachtwoord reset link is niet langer geldig. Het kan zijn dat het al eerder is gebruikt. Vraag een nieuwe link aan als u nog steeds een wachtwoord reset wilt.","This resource is locked":"Deze bron is geblokkeeerd","This role is still given to one or more users. Please remove the role to these users first.":"Deze rol is nog steeds uitgereikt aan een of meer gebruikers. Verwijder a.u.b. deze rol eerst van deze gebruiker(s).","This should equal %s":"Dit zou gelijk moeten zijn aan %s","This should not equal %s":"Dit moet niet gelijk zijn aan %s","This test has been suspended":"Deze toets is uitgesteld","This test has been terminated":"Deze test is be\u00ebindigd ","Time limit reached for item \u0022%s\u0022.":"Tijdlimiet bereikt voor item \u0022%s\u0022.","Time limit reached, this part of the test has ended.":"Tijdlimiet bereikt. Dit deel van de test is be\u00ebindigd.","Time limit reached, this part of the test has ended. However you are allowed to finish the current item.":"Tijdslimiet bereikt, dit deel van de test is afgelopen. U mag echter wel het huidige item afmaken.","Time Limits":"Tijdslimieten","Time Remaining":"Resterende tijd","Time zone":"Tijdzone","Title":"Titel","to":"op","To reset your password, click the link below, or paste it into your browser. You will then be prompted to create a new password.":"Klik op de link hieronder om uw wachtwoord te resetten, of plak de link in uw browser. U zal dan gevraagd worden een nieuw wachtwoord te maken.","to translate":"vertalen","Toggle multiple\/single selection":"Wissel tussen meerdere \/ enkele selectie","Tokenizer":"Tokenizer","Too many suggestions match your query. Only a few are listed":"Er komen te veel suggesties overeen met uw zoekopdracht. Er worden er slechts een beperkt aantal getoond.","Tools":"Hulpmiddelen","Total duration":"Totale duur","Total score":"Totaal score","Total:":"Totaal:","Translate":"Vertalen","Translate to":"Vertalen naar","Translation parameters":"Vertaal parameters","Translation saved":"Vertaling opgeslagen","Tree - Multiple node choice ":"Boom - Meervoudige knooppunten keuze ","Trees":"Bomen","True":"Waar","Tutor":"Leerkracht","Type":"Type","Type your search":"Typ uw zoekopdracht in","Unable to access your account?":"Kunt u geen toegang krijgen tot uw account?","Unable to change passwords in demo mode":"U kunt geen wachtwoorden wijzigen in demo modus","Unable to copy the resource":"Niet in staat om de resource te kopi\u00ebren","Unable to delete %s":"Kan %s niet verwijderen","Unable to delete the selected resource":"Kan de geselecteerde bron niet verwijderen","Unable to delete the selected resources":"Niet in staat om de geselecteerde resources te wissen","Unable to move the resources":"Niet in staat om de resources te verplaatsen","Unable to open file %s":"Kan bestand %s niet openen","Unable to release the lock":"Kan de blokkade niet vrijgeven","Unable to remove the property.":"Kan eigenschap niet verwijderen","Unable to save resource.":"Niet in staat om resource te sparen.","unable to search into notification.":"niet in staat om te zoeken binnen de notificatie.","Unable to send the password reset request":"Kan wachtwoord reset aanvraag niet versturen","Unable to update the asset service":"Niet in staat om de asset service te updaten","Unable to upload file":"Kan het bestand niet uploaden","Unable to upload file %s : %s":"Kan het bestand %s : %s niet uploaden","Unanswered":"Onbeantwoord","Unanswered items":"Onbeantwoorde vragen","Unary operator +":"Unaire operator +","Unary operator -":"Unaire operator -","Uncheck all":"Alles uitvinken","Uncheck All":"Alles uitvinken","Undefined amount of the pages for pagination":"Ongedefinieerde aantal pagina\u0027s voor paginering","Undefined amount of the totalPages for pagination":"Ongedefinieerde aantal totalPages voor paginering","Undo":"Ongedaan maken","Unexpected error. Please contact administrator":"Onverwachte fout. Neem contact op met de beheerder","Unflag for Review":"Markeer voor herziening opheffen","Uninstall of %s failed":"De-installatie van %s is mislukt","Uninstalled %s":"%s gede\u00efnstalleerd","unknown":"onbekend","Unknown Error":"Onbekende fout","Unknown error.":"Onbekende fout.","unkown task id %s":"onbekende taak id %s","Update":"Bijwerken","Upload":"Uploaden","Upload a QTI 2.1 Test Package File":"Upload een QTI 2.1 Toets pakket bestand","Upload into:":"Uploaden naar:","Usage: ImportRdf RDF_FILE [MODEL_ID]":"Gebruik: ImportRdf RDF_FILE [MODEL_ID]","Use Ctrl\/Meta key or Lasso for multiple selection":"Gebruik Ctrl\/Meta toets of lasso om meerdere te selecteren","Use default value":"Gebruik standaardwaarde(n)","User":"Gebruiker","User added":"Gebruiker toegevoegd","User deleted successfully":"Gebruiker succesvol verwijderd","User not found":"Gebruiker niet gevonden","User saved":"Gebruiker opgeslagen","User Settings":"Gebruikersinstellingen","Users":"Gebruikers","Validate Responses":"Geldige antwoorden","Validation for field \u0027%s\u0027 has failed. List of values expected":"De validatie voor het veld \u0027%s\u0027 is mislukt. Lijst van verwachte waarden","Validation for field \u0027%s\u0027 has failed. Valid role expected. Given: %s":"De validatie voor veld \u0027%s\u0027 is mislukt. Geldige rol verwacht. Ingegeven: %s","Validation for field \u0027%s\u0027 has failed. Valid URI expected":"De validatie voor veld \u0027%s\u0027 is mislukt. Geldige URI verwacht","Validation for field \u0027%s\u0027 has failed. Valid URI expected. Given: %s":"De validatie voor veld \u0027%s\u0027 is mislukt. Geldige URI verwacht. Ingegeven: %s","Value":"Waarde","Value of E":"Waarde van E","Value of PI":"Waarde van PI","Variable":"Variabele","Variable %s":"Variabele %s","Version":"Versie","View and format the collected results.":"Bekijk en formateer de verzamelde resultaten.","View report":"Bekijk het rapport","View resources as a list":"Bekijk de resources als een lijst","View resources as a tree":"Bekijk de resources als een boomstructuur","View Tree":"Bekijk boomstructuur","Viewed":"Bekeken","Viewed items":"Bekeken pagina\u0027s","Views":"Weergaven","Visible":"Zichtbaar","Wait is over":"Het wachten is voorbij.","Waiting":"Wachtend","Warning \u2013 You have %s remaining to complete the test.":"Waarschuwing \u2013 U heeft %s over om de toets af te maken.","Warning \u2013 You have %s remaining to complete this item.":"Waarschuwing \u2013 U heeft nog %s over om dit item af te maken.","Warning \u2013 You have %s remaining to complete this section.":"Waarschuwing \u2013 U heeft nog %s over om deze sectie af te maken.","Warning \u2013 You have %s remaining to complete this test part.":"Waarschuwing \u2013 U heeft nog %s over om dit examen gedeelte af te maken.","Warning \u2013 You have %s remaining to complete this test.":"Waarschuwing - U heeft nog %s resterend om deze test af te ronden.","We are unable to connect the server to submit your results.":"We kunnen geen verbinding maken met de server om uw resultaten in te sturen.","We are unable to connect to the server to retrieve the next item.":"We kunnen geen verbinding maken met de server om het volgende item op te halen.","Weight":"Gewicht","Weights":"Gewichten","When selecting child elements each element is normally eligible for selection once only.":"Wanneer u een onderliggend element selecteert is elk element normaal gesproken maar te gebruiken voor \u00e9\u00e9n selectie.","Whether a candidate\u0027s response that is beyond the maximum duration of the item should still be accepted.":"Of een antwoord van een kandidaat met een langere duur dan het maximum voor het item nog steeds wordt geaccepteerd.","Whether a candidate\u0027s response that is beyond the maximum duration of the section should still be accepted.":"Of een antwoord van een kandidaat met een langere duur dan het maximum voor de sectie nog steeds wordt geaccepteerd.","Whether a candidate\u0027s response that is beyond the maximum duration of the test part should still be accepted.":"Of een antwoord van een kandidaat met een langere duur dan het maximum voor de toets nog steeds wordt geaccepteerd.","Whether a candidate\u0027s response that is beyond the maximum duration should still be accepted.":"Of een antwoord van een kandidaat met een langere duur dan het maximum nog steeds wordt geaccepteerd.","White on Black":"Wit op Zwart","White on Blue (TAO standard theme)":"Wit op Blauw (Standaard)","Who can view the rubric block during the delivery.":"Wie kan rubriek blokken zien tijdens de levering.","Whole number part":"Geheel getal deel","Width":"Breedte","With Replacement":"Met vervanging","Wrong file mime type":"Verkeerde bestands mime type","Wrong or missing parameter extension, module or action":"Verkeerde of ontbrekende parameterextensie, module of actie","XML error at line %1$d column %2$d \u0022%3$s\u0022.":"XML fout op regel %1$d kolom %2$d \u0022%3$s\u0022.","Yellow on Blue":"Geel op Blauw","Yes":"Ja","You answered all %s question(s) in this section":"U heeft alle %s vraag(en) beantwoord in deze sectie","You answered all %s question(s) in this test":"U heeft alle %s vraag(en) beantwoord in deze test","You answered only %s of the %s question(s) in this section":"U hebt slechts %s van de %s vraag of vragen in deze sectie beantwoord.","You are about to go to the next item. Click OK to continue and go to the next item.":"U staat op het punt naar het volgende item te gaan.Klik OK om door te gaan naar het volgende item","You are about to go to the previous item. Click OK to continue and go to the previous item.":"U staat op het punt naar het vorige item te gaan.Klik OK om door te gaan naar het vorige item","You are about to submit the test.":"U staat op het punt om het examen te verzenden.","You are about to submit the test. You will not be able to access this test once submitted. Click OK to continue and submit the test.":"U staat op het punt om het examen te verzenden. Na het verzenden bent u niet meer in staat het examen te openen. Klik op OK om de test te verzenden.","You are encountering a prolonged connectivity loss.":"Je hebt te maken met een langdurig verbindingsprobleem.","You are encountering a prolonged connectivity loss. ":"U heeft te kampen met een langdurig verlies van verbinding.","You are not authorised to remove this lock":"U heeft geen rechten om deze blokkade te verwijderen","You cannot delete the root node":"U kunt het basis knooppunt niet verwijderen","You cannot move the selected resources in the class %s":"U kunt de geselecteerde resources niet verplaatsen in de klasse %s","You currently have no access to the platform":"U heeft momenteel geen toegang tot het platform","You do not have the required rights to edit this resource.":"U heeft niet de benodigde rechten om deze bron aan te passen","You have %s item(s) marked for review.":"U heeft %s item(s) gemarkeerd voor herziening.","You have %s unanswered question(s)":"U hebt %s onbeantwoorde vraag\/vragen","You have %s unanswered question(s) and have %s item(s) marked for review.":"U heeft %s onbeantwoorde vra(a)g(en) en %s items gemarkeerd voor herziening.","You have %s unanswered question(s).":"U heeft %s onbeantwoorde vra(a)g(en).","You have been locked due to too many failed login attempts. ":"U bent geblokkeerd door te veel mislukte aanmeldingspogingen. ","You have been logged out. Please login again":"U bent uitgelogd. Gelieve opnieuw in te loggen","You must activate JavaScript in your browser to run this application.":"U dient Javascript te activeren in uw browser om deze applicatie te starten.","You will not be able to access this test once submitted. Click \u0022%s\u0022 to continue and submit the test.":"Na het verzenden bent u niet meer in staat het examen te openen. Klik op \u0022%s\u0022 om de test te verzenden.","Your account has been locked, please contact your administrator.":"Uw account is geblokkeerd, neem contact op met uw beheerder.","Your browser does not meet the technical requirements to run TAO.":"Uw browser voldoet niet aan de technische eisen voor het gebruik van TAO.","Your browser does not support copying to the clipboard":"Uw browser ondersteunt het kopi\u00ebren naar het clipboard niet","Your browser doesn\u2019t support the audio player.":"Uw browser ondersteunt de audiospeler niet.","Your browser doesn\u2019t support the video player.":"Uw browser ondersteunt de videospeler niet.","Your comment\u2026":"Uw commentaar\u2026","Your mail":"Uw mail","Your TAO Password":"Uw TAO wachtwoord","Zoom in":"Zoom in","Zoom out":"Zoom uit"} \ No newline at end of file +{" ":" "," and ":" en "," AND ":" en "," has been deleted successfully":" is succesvol verwijderd"," next":" volgende"," requires a subgrid adapter":"Heeft een subgrid adapter nodig","%1$s expected but %2$s detected":"%1$s verwacht maar %2$s gevonden","%d attempts left before your account is locked.":"%d pogingen voordat uw account wordt vergrendeld.","%d day":"%d dag","%d days":"%d dagen","%h hour":"%h uur","%h hours":"%h uren","%i minute":"%i minuut","%i minutes":"%i minuten","%m month":"%m maand","%m months":"%m maanden","%s %s selected":"%s %s geselecteerd","%s (%s kb)":"%s (%s kb","%s Class saved":"%s van de klasse opgeslagen","%s classes":"%s klassen","%s Confirmation":"%s Bevestiging","%s could not be released":"\u0027%s kon niet worden vrijgegeven","%s created":"%s aangemaakt","%s extension(s) to install.":"%s van de te installeren extensie(s)","%s has been deleted":"%s is verwijderd","%s has been released":"%s is vrijgegeven","%s instances":"%s instanties","%s is of a type that cannot be published":"%s is van een type dat niet gepubliceerd kan worden","%s Locked":"%s Geblokkeerd","%s\u0022 is not a valid index identifier. It must start with a letter and contain letters, numbers or underscores only":"%s\u0022 is geen valide indexnaam. Het moet starten met een letter en mag alleen letters, getallen en lage streepjes bevatten","%y year":"%y jaar","%y years":"%y jaren","(empty)":"(leeg)","... reloading page.":"...pagina aan het herladen","Filters<\/del>":"Filters<\/del>","Options<\/del>":"Opties<\/del>"," %s <\/strong> has been moved to the background.":" %s <\/strong> is verplaatst naar de achtergrond.","> Extension %s succesfully installed.":"> Extensie %s is succesvol ge\u00efnstalleerd.","> Installation done.":"> Installatie is gedaan.","a class":"een klasse","A date has to be a Datetime or timestamp":"Een datum moet een Datetime of timestamp zijn.","A fatal error occured during the installation process.":"Er is een kritieke fout opgetreden tijdens de installatie.","A maintenance status must have a STATUS: \u0022%s\u0022 or \u0022%s":"Een onderhoudsstatus moet een STATUS hebben: \u0022%s\u0022 of \u0022%s\u0022.","A message with further instructions has been sent to your email address: %s":"Een bericht met verdere instructies is gestuurd naar uw e-mail adres: %s","A QTI Item involved in the QTI Test \u0027%s\u0027 could not be compiled.":"Een QTI item in QTI Test \u0027%s\u0027 kon niet worden gecompileerd.","A QTI Test must contain at least one QTI Item to be compiled. None found.":"Een QTI toets moet minstens \u00e9\u00e9n QTI item bevatten om te compileren. Er is er geen gevonden.","A qti testpackage":"Een qti toetspakket","A remote resource referenced in QTI test \u0027%s\u0027 could not be retrieved.":"Een externe bron waarnaar verwezen wordt in de QTI test \u0027%s\u0027 kon niet worden gevonden.","A response to every question in this item is required.":"Op elke vraag in dit item moet een antwoord komen.","A response to this item is required.":"Een antwoord op dit item is verplicht.","A valid response to this item is required.":"Een geldig antwoord voor dit item is vereist.","A visible section is one that is identifiable by the candidate.":"Een zichtbare sectie is er een die herkenbaar is voor de kandidaat.","abs":"abs","Absolute value":"Absolute waarde","AC":"AC","Access Denied":"Toegang geweigerd","Access denied. Please renew your authentication!":"Toegang geweigerd. Gelieve uw verificatie opnieuw in te voeren!","Account status":"Account status","Action":"Handeling","Action %s - removed %s positions":"Actie %s - verwijderde %s posities","Action `%s` is not configured in the action queue service":"Actie `%s` is niet geconfigureerd in de actiewachtrij service","Action was not executed yet":"De actie is nog niet uitgevoerd","Actions":"Handelingen","Activated":"Geactiveerd","Add":"Toevoegen","Add a CSV file":"Voeg een CSV bestand toe","add a new weight":"voeg nieuw gewicht toe","Add a user":"Voeg een gebruiker toe","Add a zip file containing QTI\/APIP tests and items":"Voeg een zip-bestand toe met QTI\/APIP toetsen en items","Add an RDF\/XML file":"Voeg een RDF\/XML bestand toe","Add Consumer":"Voeg eindgebruiker toe","Add file(s)":"Voeg bestand(en) toe","Add property":"Voeg eigenschap toe","Add selected item(s) here.":"Voeg geselecteerde item(s) hier toe.","Add the source file":"Voeg het bron bestand toe","Adding search index for %s":"Toevoegen van zoekindex voor %s","Adding the new class has failed":"Het toevoegen van de nieuwe klasse is mislukt","Adding the new resource has failed":"Het toevoegen van het nieuwe resource is mislukt","Advanced search, add filters":"Geavanceerd zoeken, filters toevoegen","After you complete the section it would be impossible to return to this section to make changes. Are you sure you want to end the section?":"Nadat u de sectie heeft afgesloten zal het onmogelijk zijn om terug te keren naar deze sectie om iets te wijzigen. Weet u zeker dat u deze sectie wilt afsluiten?","all":"Alle","All":"Alle","All data will be removed in %s":"Alle data wordt verwijderd in %s","All fields are required":"Alle velden zijn verplicht","All rights reserved.":"Alle rechten voorbehouden","Allow Comment":"Sta commentaar toe","Allow Review":"Sta een herziening toe","Allow Section Skipping":"Sta het overslaan van een sectie toe","Allow Skipping":"Sta overslaan toe","Allow skipping of the current section.":"Sta het overslaan van de huidige sectie toe.","Allow the candidate to review his answers.":"Sta de kandidaat toe zijn antwoorden te herzien.","Allow the test-taker to eliminate \/ strikethrough answers in choice interactions.":"Sta de kandidaat toe om antwoorden te elimineren\/door te strepen in keuze interacties.","Allow the test-taker to highlight parts of the item text.":"Sta de kandidaat toe om stukken van de item tekst te markeren","Allow the test-taker to mask and unmask answers in choice interactions.":"Sta de kandidaat toe om antwoorden te bedekken en weer zichtbaar te maken in keuze interacties.","Allow the test-taker to mask parts of the item with a movable mask.":"Sta de kandidaat toe om stukken van het item te bedekken met een verplaatsbaar blok.","Allow the test-taker to use a basic calculator.":"Sta de kandidaat toe om een standaard rekenmachine te gebruiken.","Allow the test-taker to use a calculator respecting the order of operations (BODMAS).":"Sta de kandidaat toe een rekenmachine gebruiken die de volgorde van de operaties (H\u00e9, Mw. v\/d Aorta) respecteert.","Allow the test-taker to use a movable magnifier tool.":"Sta de kandidaat toe om een beweegbaar vergrootglas te gebruiken.","Allow the test-taker to use a scientific calculator.":"Sta de kandidaat toe om een wetenschappelijke rekenmachine gebruiken.","Allow the test-taker to visually isolate a line of text.":"Sta de kandidaat toe om visueel een stuk tekst te isoleren.","Allows Test-taker to zoom in and out the item content.":"Sta de kandidaat toe om de inhoud van het item in- en uitzoomen.","Alpha version":"Alpha versie ","Also compute the score per categories":"Bereken ook de score per categorie.","An email has been sent":"Er is een e-mail is verzonden","An error occured while retrieving items":"Er is een fout opgetreden bij het ophalen van items","An error occurred during results submission. Please retry.":"Er is een fout opgetreden tijdens het versturen van de resultaten. Probeert u het a.u.b. opnieuw.","An error occurred during the test initialization!":"Er is een fout opgetreden tijdens de testinitialisatie!","An error occurred during the test, please content your administrator.":"Er is een fout opgetreden tijdens de test, neem contact op met uw beheerder.","An error occurred during user deletion":"Er is een fout opgetreden tijdens het verwijderen van de gebruiker","An error occurred!":"Er is een fout opgetreden!","An error occurs, please contact your administrator":"Er is een fout opgetreden. Raadpleegt u a.u.b. een beheerder","An exception occured while running \u0022%s":"Een exceptie deed zich voor tijdens het uitvoeren van \u0022%s\u0022.","an instance":"een instantie","An invisible section with a parent that is subject to shuffling can specify whether or not its children, which will appear to the candidate as if they were part of the parent, are shuffled as a block or mixed up with the other children of the parent section.":"Een onzichtbare sectie met een bovenliggend elementen die onderworpen is aan mixen kan specificeren of de onderliggende elementen, die getoond worden aan kandidaten alsof ze onderdeel zijn van de bovenliggende elementen, samen gemengd worden of gemengd worden met de andere onderliggende elementen van de bovenliggende sectie.","An item involved in the test cannot be read or is not QTI compliant.":"Een item in de toets kan niet worden ingelezen of is niet QTI compliant.","An item involved in the test cannot be written.":"Een item in de toets kan niet worden weggeschreven.","An unknown error occured while compiled QTI Test \u0027%s\u0027.":"Er trad een onbekende fout op bij het compileren van QTI toets \u0027%s\u0027.","An unknown error occured while compiling QTI test \u0027%s\u0027.":"Er trad een onbekende fout op bij het compileren van QTI toets \u0027%s\u0027.","and flagged %s of them":"en %s gemarkeerd daarvan","and you flagged %s item(s) that you can review now":"en u heeft %s item(s) gemarkeerd die u nu kunt bekijken.","Answer Eliminator":"Antwoord verwijderaar","Answer Masking":"Antwoord bedekker","Answered":"Beantwoord","Apply":"Toepassen","Arc cosine":"Arccosinus","Arc sine":"Arcsinus","Arc tangent":"Arctangens","Archived":"Gearchiveerd","Are you sure to delete the versioned resource?\nThe history will be lost as well.":"Weet u zeker dat u de bron met deze versie wilt verwijderen?\nDe geschiedenis gaat dan ook verloren.","Are you sure you want to clear your answer and go to the next item? You will not be able to go back and provide an answer.":"Weet u zeker dat u uw antwoord wilt wissen en naar het volgende item wilt gaan? U zult niet terug kunnen gaan en een antwoord geven.","Are you sure you want to delete it?":"Weet u zeker dat u het wilt verwijderen?","Are you sure you want to end the test?":"Weet u zeker dat u de toets wilt afsluiten?","Are you sure you want to go to the next item? You will not be able to go back and change your answer.":"Weet je zeker dat je naar het volgende item wilt gaan? U zult niet in staat zijn om terug te gaan en uw antwoord te veranderen.","Are you sure you want to go to the next item? You will not be able to go back and provide an answer.":"Weet je zeker dat je naar het volgende item wilt gaan? U zult niet in staat zijn om terug te gaan en een antwoord te geven.","Are you sure you want to go to the next item? You will not be able to go back.":"Weet u zeker dat u naar het volgende item wilt gaan? U kunt niet teruggaan.","Area Masking":"Gebied bedekker","Arguments separator":"Scheidingsteken argumenten","Assessment Activity":"Examen activiteit","Assign":"Toewijzen","Assign User to role":"Wijs een gebruiker aan een rol toe","Assign Users":"Gebruikers toewijzen ","Associate a blueprint to a section allow you to validate this section against the specified blueprint.":"Het verbinden van een blauwdruk aan een sectie geeft u de mogelijkheid om deze sectie te valideren tegen het gespecificeerde blauwdruk.","Associate Blueprint":"Verbind blauwdruk","At least one mandatory parameter was required but found missing in your request":"Er mist op zijn minst \u00e9\u00e9n verplichte parameter in uw verzoek","Author":"Constructeur","Author Item":"Auteur Item","Authoring":"Construeren","auto unlocked in %s":"automatische ontgrendeling in %s","Auxiliary file not found at location \u0022%s\u0022.":"Hulp bestand niet gevonden op locatie \u0022%s\u0022.","Available":"Beschikbaar","Available Extensions":"Beschikbare Extensies","Back":"Terug","Back to listing":"Terug naar vermeldingen","Base-10 logarithm":"Logaritme met grondtal 10","Beta version":"B\u00e8ta-versie","Binary operator *":"Binaire operator *","Binary operator +":"Binaire operator +","Binary operator -":"Binaire operator -","Binary operator \/":"Binaire operator \/","Binary operator modulo":"Binaire operator modulo","Black on Cream":"Zwart op Cr\u00e8me","Black on Light Blue":"Zwart op Lichtblauw","Black on Light Magenta":"Zwart op Paars","Black on White":"Zwart op Wit","Browse folders:":"Blader mappen door:","Browse...":"Bladeren\u2026","Calculator":"Rekenmachine","Calendar":"Kalender","CANCEL":"ANNULEREN","Cancel":"Annuleren","cancel":"afbreken","cancel the action":"breek de actie af","Cancelled":"Geannuleerd","Candidate":"Kandidaat","Cannot be edited":"Kan niet worden gewijzigd","Cannot divide by zero":"Kan niet delen door nul","Cardinality":"Kardinaalgetal","Case sensitive":"Hoofdlettergevoelig","Categories":"Categorie\u00ebn","Category score":"Categorie score","Change password":"Wachtwoord wijzigen","Change the current color preset":"Verander het kleurcontrast","Change the password":"Wijzig het wachtwoord","Change the sign of the current operand":"Verander het teken van de huidige operator","Check All":"Alles selecteren","Check all":"Alles selecteren","Check-in":"Inchecken","Choose a value...":"Kies een waarde...","Choose export format":"Kies export formaat:","Choose import format":"Kies import formaat:","Class":"Klasse","class selected":"Geselecteerde klasse","Class successfully created.":"Klasse met succes gecre\u00eberd.","Class uri provided is not a valid class.":"Class uri is geen geldige class.","Cleaning up tmp space complete":"Opruimen tmp ruimte voltooid","Cleaning up tmp space started":"Opruimen tmp ruimte begonnen","Clear":"Wissen","Clear All":"Alles wissen","Clear all active highlights":"Verwijder alle tekstmarkeringen","Clear all data":"Alle gegevens wissen","Clear expression":"Expressie wissen","Clear Highlights":"Markering verwijderen","Clear history":"Historie wissen","Clear History":"Historie wissen","Clear selection":"Selectie wissen","Clear the stored variables":"Wis de opgeslagen variabelen","Click to reload.":"Klik om opnieuw te laden.","Click to speak":"Klik om te spreken","Close":"Sluiten","Close Magnifier":"Sluit vergrootglas","Close message":"Bericht sluiten","Close the mask":"Sluit de bedekker","Close this Section":"Sluit deze sectie","Code Version":"Versie van de code","Collapse the review panel":"Minimaliseer het review paneel","Collecting of abandoned actions in the action queue ...":"Verzamelen van afgebroken acties in de actiewachtrij ...","Column":"Kolom","Combine a selection of items into tests.":"Combineer een selectie van items in toetsen","Comment":"Commentaar","comment...":"Commentaar...","Commit":"Doorvoeren","Completed":"Voltooid","Completed - Error":"Voltooid - Probleem","Completed items":"Beantwoorde vragen","Compute the expression":"Bereken de expressie","Confirm":"Bevestigen","Connect to the TAO platform":"Verbind met het TAO platform","Connected to server":"Verbonden met server","Continue":"Doorgaan","Contrast":"Contrast","Controls the contribution of an individual item score to the overall test score.":"Beheert de bijdrage van een individueel item ten opzichte van de totaalscore van de toets.","Controls the maximum number of attempts allowed. 0 means unlimited.":"Stelt het maximum aantal keren dat geprobeerd mag worden in. 0 betekent oneindig.","Copy":"Kopi\u00ebren","Copy To":"Kopi\u00ebren naar","Copy to":"Kopi\u00ebren naar","Copy to clipboard":"Naar klembord kopi\u00ebren","cos":"cos","cosh":"cosh","Cosine":"Cosinus","Covers parts of the item":"Bedek gedeelte(n) van het item","Create":"Aanmaken","Create and design items and exercises.":"Cre\u00eber en ontwerp items en oefeningen.","Create instance of ":"Maak een instantie aan van ","Created":"Aangemaakt","CSV":"CSV","CSV Options":"CSV opties","Cube root":"Derdemachtswortel","Current language":"Huidige taal","Current playback position":"Huidige afspeelpositie","Custom":"Aangepast","custom categories":"Aangepaste categori\u00ebn","Custom outcome processing. No changes will be made to the existing rules.":"Aangepast resultaat verwerking. Er wordt niets aangepast aan bestaande regels.","Cut score":"Knip score","Data imported":"Data ge\u00efmporteerd","Data imported successfully":"Data is succesvol ge\u00efmporteerd","Data imported. Some records are invalid.":"Data is ge\u00efmporteerd. Sommige records zijn ongeldig.","Data Language":"Data taal","Data language":"Data taal","Data not imported. All records are invalid.":"Data is niet ge\u00efmporteerd. Alle records zijn ongeldig.","Date":"Datum","Default search":"Standaard zoekopdracht","Define the default values":"Definieer de standaardwaarden","Degree":"Graad","Delete":"Verwijderen","Delete Left":"Links wissen","Delete Right":"Rechts wissen","Delete the term on the left side of the cursor":"Verwijder de term aan de linkerkant van de cursor","Delete the term on the right side of the cursor":"Verwijder de term aan de rechterkant van de cursor","Deleting search index for %s":"Verwijderen van de zoekindex voor %s","Deliveries":"Pakketten","Deliveries library":"Pakketten bank","Demo Sandbox":"Demo Sandbox","Digit 0":"Cijfer 0","Digit 1":"Cijfer 1","Digit 2":"Cijfer 2","Digit 3":"Cijfer 3","Digit 4":"Cijfer 4","Digit 5":"Cijfer 5","Digit 6":"Cijfer 6","Digit 7":"Cijfer 7","Digit 8":"Cijfer 8","Digit 9":"Cijfer 9","Disable validation":"Schakel validatie uit","Disabled %s":"Uitgeschakeld %s","Disconnected from server":"Ontkoppeld van server","Display a warning before the test-taker ends a test part and there are still items left unanswered or marked for review.":"Laat een bericht zien voordat de kandidaat een toetsgedeelte afsluit, terwijl er nog items onbeantwoord of gemarkeerd voor herziening zijn.","Display a warning before the test-taker ends the test part.":"Laat een waarschuwing zien voordat de kandidaat een toetsgedeelte afsluit.","Display a warning before the test-taker ends the test.":"Laat een waarschuwing zien voordat de kandidaat de toets afsluit.","Display a warning before the test-taker skips the section. Requires the Section Skipping option.":"Laat een waarschuwing zien voordat de kandidaat een sectie overslaat. Benodigd de sla-sectie-over optie.","Display End Test Warning":"Toon eindetoets waarschuwing","Display Next Part Warning":"Toon volgend deel waarschuwing.","Display Next Section Warning":"Toon volgende sectie waarschuwing","Display Unanswered Warning":"Toon onbeantwoord waarschuwing","Displayed label":"Weergegeven naam","Displays a customisable magnifier":"Toont een aanpasbare vergroting","Do not flag the current item for later review":"Volg deze vraag niet meer op","Do not show alert on timeout":"Toon geen waarschuwing op time-out","Do you wish to install the following extension(s):\n%s?":"Wilt u de volgende extensie(s) instaleren:\n%s?","does not match":"Komt niet overeen","Don\u0027t set":"Niet instellen","Dot":"Punt","Download":"Download","Download this file":"Download dit bestand","Drag file here":"Sleep het bestand naar hier","Drag files here":"Sleep bestanden hierheen","Drop the files to upload":"Drop de bestanden voor upload","Duplicate":"Dupliceer","Edit":"Aanpassen","Edit a user":"Gebruiker aanpassen","Edit class %s":"Pas klasse %s aan","Edit Instance":"Pas instantie aan","Edit Tree":"Pas boom aan","Element":"Element","Element deleted.":"Element verwijderd","Eliminate choices":"Elimineer keuzes","Email":"E-mail","Enable Mark for Review":"Schakel markeer voor herziening in","Enable mark for review of items. Requires the Review Screen option.":"Schakel markeer voor herziening in voor items. Benodigd de herzieningsscherm optie.","Enable Review Screen":"Schakel herzieningsscherm optie in ","Enable selection":"Schakel selectie in","Enable the item review screen \/ navigator.":"Schakel het item herzieningsscherm in \/ navigator.","enabled":"ingeschakeld","Enabled %s":"Ingeschakeld %s","Enables skipping to items within this section. Requires the review screen option.":"Maakt het mogelijk om naar items binnen deze sectie over te gaan. Vereist de optie voor het beoordelingsscherm.","End of document reached. Continuing from the beginning.":"Einde van document bereikt. Doorgaan vanaf het begin.","End test":"Test be\u00ebindigen","End Test":"Eindig toets","Enter":"Enter","Enter a blueprint":"Voer een blauwdruk in","Enter a custom category":"Voer een eigen categorie in","Error":"Fout","Error adding search index for %s with message %s":"Fout in het toevoegen van zoekindex voor %s met mededeling %s","Error during file import":"Fout bij het importeren","Error found in the IMS QTI Test:\n%s":"Fout gevonden in de IMS QTI Toets:\n%s","Error in result":"Fout in resultaat","Error in syntax":"Fout in syntaxis","Error in value":"Fout in waarde","Event Log":"Eventlog","Exclusive (OR)":"Exclusive (OR)","Execute":"Uitvoeren","Executing task %s failed":"Uitvoering van taak %s mislukt","Expand the review panel":"Vergroot het review paneel","Export":"Exporteer","Export ":"Exporteren","Export CSV":"Exporteer CSV","Export failed for the test \u0022%s":"Export voor examen \u0022%s is mislukt","Export failed.":"Export is mislukt.","Export Irregularities":"Exporteer onregelmatigheden","Export metadata":"Metadata exporteren","Export Metadata as RDF\/XML file":"Exporteer metadata als RDF\/XML bestand","Export QTI 2.1 Test Package":"Exporteer QTI 2.1 toets pakket","Export QTI 2.2 Test Package":"Exporteer QTI 2.2 examen pakket","Export succeeded.":"De export is geslaagd.","Export successful for the test \u0022%s":"Export voor het examen \u0022%s succesvol","Export Table":"Export tabel","Extension \u0022%s\u0022 has been installed":"Extensie \u0022%s\u0022 is ge\u00efnstalleerd","Extensions manager":"Extensiebeheer","Factorial":"Factori\u00eble","Failed":"Mislukt","Failed to delete index for %s":"Geen index voor %s geschrapt","False":"Onwaar","Feedback block":"Feedback blok","Field delimiter":"Veldscheidingsteken","Field encloser":"Kader om veld","Fields must match":"Velden moeten overeenkomen","File":"Bestand","File download failed":"Downloaden van het bestand is mislukt","File name":"Bestandsnaam","File not found":"Bestand niet gevonden","File not found!":"Bestand niet gevonden!","File Properties":"Bestandseigenschappen","file selected":"geselecteerd bestand","File Uploader":"Bestandsuploader","files selected":"geselecteerde bestanden","Filter":"Filter","Filter by value":"Filter op waarde","Filtering mode":"Filter modus","First Name":"Voornaam","First page":"Eerste pagina","First row column names":"Eerste rij bevat kolomnamen","Fit to width":"Op de breedte afgestemd","Fixed":"Vast","Fixed position in a shuffled the selection.":"Vaste positie in een niet vaste volgorde selectie","Flag for Review":"Markeer voor herziening","Flag the current item for later review":"Volg deze vraag op","Flagged":"Op te volgen","Force Release":"Forceer het uitgeven","Force the item to be considered as informational and not taken into account in (un)answered \/ flagged counters.":"Forceer dat het item wordt beschouwd als informatie en niet wordt meegenomen bij de tellingen voor (niet) beantwoord of gemarkeerde items.","Forgot your password?":"Uw wachtwoord vergeten?","Fuzzy Matching":"Fuzzy matching","Get the history list":"Ontvang de geschiedenislijst","Go Back":"Ga terug","Go to next item":"Ga naar het volgende item","Go to the next item?":"Naar het volgende item gaan?","Gray on Green":"Grijs op Groen","Group test takers according to global features and classifications.":"Groepeer kandidaten conform globale kenmerken en classificaties.","Groups":"Groepen","Groups library":"Groepen bank","Height":"Hoogte","Help":"Hulp","Hi, %s
You indicated that you have forgotten your TAO password.":"Hallo, %s
U heeft aangegeven dat u uw TAO wachtwoord bent vergeten.","Hide detailed report":"Verberg het uitgebreide rapport","Hide Review":"Verberg herziening","Hide the review screen":"Verberg het overzichtsscherm","Hide the warning automatically displayed when a test-taker exit a timed section.":"Verwijder de automatisch getoonde waarschuwing voor wanneer een kandidaat een getimede sectie verlaat.","Hide Timed Section Warning":"Verberg de getimede sectie waarschuwing","Hide timers":"Verberg resterende tijd","Highlight":"Markeer","Highlight Text":"Markeer tekst","Highlighter":"Markeerder","History":"Geschiedenis","hours":"uren","Html title":"HTML titel","Hyperbolic arc cosine":"Hyperbolische boogcosinus","Hyperbolic arc sine":"Hyperbolische boogsinus","Hyperbolic arc tangent":"Hyperbolische boogtangens","Hyperbolic cosine":"Hyperbolische cosinus","Hyperbolic sine":"Hyperbolische sinus","Hyperbolic tangent":"Hyperbolische tangens","Identifier":"Naam","If required it must appear (at least once) in the selection.":"Indien verplicht gesteld dan moet het minimaal een keer in de selectie voorkomen.","If required, it must appears at least once in the selection.":"Indien verplicht gesteld dan moet het minimaal een keer in de selectie voorkomen.","If set, it causes the order of the child elements to be randomized, otherwise it uses the order in which the child elements are defined.":"Indien ingeschakeld worden de onderliggende elementen in willekeurige volgorde gezet, anders wordt de volgorde gebruikt in welke de onderliggende elementen zijn gedefinieerd.","If the candidate can skip the item, without submitting a response (default is true).":"Indien de kandidaat het item kan overslaan, zonder een antwoord te geven (default is waar).","If the category option is set, the score will also be processed per categories, and each results will take place in the PASS_xxx outcome, where xxx is the name of the category.":"Indien de categorie optie is gezet, zal de score ook worden verwerkt per categorie en zal elk resultaat plaatsvinden in het PASS_xxx resultaat, waar xxx de naam van de categorie is.","If the category option is set, the score will also be processed per categories, and each results will take place in the SCORE_xxx outcome, where xxx is the name of the category.":"Indien de categorie optie is gezet, zal de score ook worden verwerkt per categorie en zal elk resultaat plaatsvinden in het SCORE_xxx resultaat, waar xxx de naam van de categorie is.","If you do not wish to reset your password, just ignore this email and your password will remain the same.":"Als u uw wachtwoord niet wilt resetten, negeer dan deze e-mail en uw wachtwoord zal ongewijzigd blijven.","Import":"Importeer","Import ":"Importeer","Import a %s into \u0022%s":"Importeer een %s in \u0022%s","Import a QTI\/APIP Content Package":"Importeer een QTI\/APIP content pakket","Import Completed":"Importeren Voltooid","Import failed.":"De invoer is mislukt.","Import Metadata from CSV file":"Importeer Metadata vanuit een CSV bestand","Import Metadata from RDF file":"Importeer Metadata vanuit een RDF bestand","Import succeeded.":"De import is geslaagd.","Imported %1$d\/%2$d. Some records are invalid.":"Ingevoerd %1$d\/%2$d. Sommige records zijn ongeldig.","Imported %d resources":"Ingevoerde %d resources","Imported resource \u0022%s":"Ge\u00efmporteerde resource \u0022%s","impossible to update task status":"Onmogelijk om de taakstatus bij te werken","IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file could not be imported.":"IMS QTI item aangegeven als \u0022%s\u0022 in het IMS Manifest bestand kon niet worden ge\u00efmporteerd.","IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file successfully imported.":"IMS QTI item aangegeven als \u0022%s\u0022 in het IMS Manifest bestand is succesvol ge\u00efmporteerd.","IMS QTI Test Package successfully imported.":"IMS QTI toets pakket is succesvol ge\u00efmporteerd.","IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file successfully imported.":"IMS QTI toets aangegeven als \u0022%s\u0022 in het IMS Manifest bestand is succesvol ge\u00efmporteerd.","In progress":"In behandeling","In Progress":"In Behandeling","In this part of the test navigation is not allowed.":"In dit gedeelte van de toets is navigeren niet toegestaan.","Inclusive (AND)":"Inclusief (AND)","Inconsistency at line %1d:":"Inconsistentie op regel %1d:","Index":"Index","Index has been deleted for %s":"De index is verwijderd voor %s","Individual":"Individueel","Infinity":"Oneindigheid","Informational Item Usage":"Informatief item gebruik","Install":"Installeren","Installation done.":"Installatie is gereed.","Installation...":"Installatie...","Installed Extensions":"Ge\u00efnstalleerde extensies","Installed Version":"Ge\u00efnstalleerde versie","Installing extension %s...":"Ge\u00efnstalleerde extensie %s...","Instance saved":"Instantie is opgeslagen","Interface Language":"Taal van de omgeving","Interface language":"Taal van de omgeving","Internal server error!":"Interne serverfout!","Invalid date range (must be after or the same as: %s)":"Onjuist datum bereik (moet liggen na of op: %s)","Invalid date range (must be after: %s)":"Onjuist datum bereik (moet liggen na: %s)","Invalid date range (must be before or the same as: %s)":"Onjuist datum bereik (moet liggen voor of op: %s)","Invalid date range (must be before: %s)":"Onjuist datum bereik (moet liggen voor: %s)","Invalid field length":"Onjuiste veldlengte","Invalid field range (maximum value: %s)":"Onjuiste veld waarde (maximum waarde: %s)","Invalid field range (minimum value: %1$s, maximum value: %2$s)":"Onjuiste veld waarde (minimum waarde: %1$s, maximum waarde: %2$s)","Invalid field range (minimum value: %s)":"Onjuiste veld waarde (minimum waarde: %s)","Invalid file size (minimum %1$s bytes, maximum %2$s bytes)":"Niet toegestane bestandsgrootte (minimum %1$s bytes, maximum %2$s bytes)","Invalid file type!":"Onjuiste bestandstype!","Invalid input for function":"Ongeldige invoer voor functie","Invalid login or password. Please try again.":"Onjuiste login of wachtwoord. Probeer het opnieuw.","Invalid login or password. Your account has been locked, please contact your administrator.":"Ongeldige login of wachtwoord. Uw account is vergrendeld, neem contact op met uw beheerder.","invalid regular expression":"Onjuiste reguliere expressie.","is already used in the test.":"is al gebruikt in de toets","is not a valid identifier (alphanum, underscore, dash and dots)":"is geen geldige naam (alfanumeriek, laag streepje, streep en punten)","is not a valid identifier (everything except spaces)":"is geen geldige naam (alles behalve spaties)","Item \u0022%s\u0022 is completed.":"Item \u0022%s\u0022 is gereed.","Item %d":"Item %d","Item %d of %d":"Item %d van %d","Item Reference Properties":"Item referentie eigenschappen","Item Session Control":"Item sessie controle","Items":"Items","Items can optionally be assigned to one or more categories.":"Items kunnen optioneel worden toegewezen aan een of meer categorie\u00ebn. ","Items Compilation":"Item compilatie","Items library":"itembank","Items marked for later review":"Op te volgen vragen","Items with assessmentItemRef identifiers \u0022%s\u0022 are not registered in the related CAT endpoint.":"Items met assessmentItemRef identifiers \u0022%s\u0022 worden niet geregistreerd in het betreffende CAT-eindpunt.","Keep Together":"Bijeenhouden","Label":"Label","Language":"Taal","Last attempt before your account is locked.":"Laatste poging voordat uw account wordt vergrendeld.","Last Name":"Achternaam","Last page":"Laatste pagina","Last result":"Laatste resultaat","Late submission allowed":"Late inschrijvingen toegestaan","Leave a comment":"Laat een opmerking achter","Left parenthesis":"Linker haakje","less than a minute":"Minder dan een minuut","Line Reader":"Regel lezer","Linear":"Lineair","Link durations to activate the guided navigation":"Link duur om de geleide navigatie te activeren","List":"Lijst","List - Multiple choice - Check box":"Lijst - Meerkeuze - Selectievakje","List - Single choice - Drop down":"Lijst - Enkele keuze - Keuzelijst","List - Single choice - Radio button":"Lijst - Enkele keuze - Radioknop","Lists":"Lijsten","Load more":"Meer laden","Loaded":"Geladen","Loaded at Startup":"Bij het starten geladen","Loading":"Bezig met laden","Loading status":"Laadstatus","Loading task status ...":"Laadtaak status ...","locked by %s":"vergrendeld door %s","Locked duration : guided navigation. The test transition to the next item once the duration reaches 0.":"Duur begrenst : geleide navigatie. De test zal doorgaan naar het volgende item zodra de duur 0 is bereikt.","Log in":"Aanmelden","Log Out":"Afmelden","Login":"Aanmelden","Login available":"Aanmelden beschikbaar","Login is already in use.":"Login is al in gebruik.","Login is empty.":"Logi is leeg.","Logout":"Afmelden","LTI":"LTI","LTI Consumers":"LTI eindgebruikers","Magnifier":"Vergrootglas","Magnify less":"Vergroot minder","Magnify more":"Vergroot meer","Magnifying Glass":"Vergrootglas","Mail":"E-mail","Maintenance service must have a persistence option.":"De onderhoudsservice moet een persistentiemogelijkheid hebben.","Manage Access Rights":"Beheer toegangsrechten","Manage class schema":"Beheer klasse-schema","Manage data list":"Beheer data lijst","Manage groups":"Groepen beheren","Manage items":"Beheer items","Manage Media":"Beheer media","Manage Results":"Beheer resultaten","Manage roles":"Beheer rollen","Manage Roles and apply them to users.":"Beheer rollen en wijs ze aan gebruikers toe.","Manage Rubric Blocks":"Beheer rubriek blokken","Manage Schema":"Schema Beheren","Manage test properties":"beheer toets eigenschappen","Manage test takers":"Beheer kandidaten","Manage tests":"Beheer examens","Manage Tests":"Beheer toetsen","Manage users":"Gebruikers beheren","Manage Versioned File":"Beheer bestand met versie","Map the properties to the CSV columns":"Combineer de eigenschappen met de overeenkomende CSV kolommen","Mark for review":"Markeer voor herziening","Masking":"Maskeren","Match value":"Zoek overeenkomende waarden","Max Attempts":"Maximum aantal pogingen","Maximum Duration":"Maximale duur","Maximum duration : the items times out when the duration reaches 0.":"Maximale duur : het item times out wanneer de duur 0 bereikt.","Maximum duration for the all test.":"Maximale duur voor alle toetsen.","Maximum duration for this item.":"Maximale duur voor dit item","Maximum duration for this section.":"Maximale duur voor deze sectie.","Maximum duration for this test part.":"Maximale duur voor dit toets deel. ","Maximum selection reached":"Maximale selectie bereikt","Media":"Media","Media Manager":"Media beheer","Media Manager extension":"Media beheer extensie","Media resize along with their container, e.g. 50% means half of the container size not half of the media size.":"De media worden samen met de container verkleind, bijvoorbeeld 50% betekent de helft van de containergrootte en niet de helft van de mediagrootte.","Message":"Bericht","Messages":"Berichten","Metadata export is not available for the selected resource.":"Metadata export is niet beschikbaar voor de geselecteerde resource.","Minimum Duration":"Minimale duur","Minimum duration : enforces the test taker to stay on the item for the given duration.":"Minimum duur : verplicht de kandidaat om op het item te blijven voor de gegeven duur.","Minimum duration for the test.":"Minimale duur voor de test.","Minimum duration for this item.":"Minimale duur voor dit item.","Minimum duration for this section.":"Minimale duur voor deze sectie.","Minimum duration for this test part.":"Minimale duur voor dit deel van de toets.","minutes":"minuten","Missed test package file":"Miste een examen pakket bestand","missing config %s for the service %s":"ontbrekende configuraties %s voor de service %s","Missing Parameters":"Ontbrekende parameters","More":"Meer","Move":"Verplaatsen","Move Down":"Naar beneden","Move role":"Verplaats rol","Move the cursor one step on the left":"Beweeg de cursor een stap naar links","Move the cursor one step on the right":"Beweeg de cursor een stap naar rechts","Move To":"Verplaatsen naar","Move to":"Verplaats naar","Move Up":"Naar boven","Moving this element will replace the properties of the previous class by those of the destination class :":"Het verplaatsen van dit element zal de eigenschappen van de vorige klasse overschrijven met die van de doel klasse :","Moving to the next item without time limit reached message.":"Doorgaan naar het volgende item zonder de tijdslimiet bereikt mededeling.","Multiple values delimiter":"Scheidingsteken tussen meerdere waarden","Must include at least one letter":"Moet minstens \u00e9\u00e9n letter bevatten","Must include at least one number":"Moet minstens \u00e9\u00e9n cijfer bevatten","Must include at least one special letter":"Moet minstens \u00e9\u00e9n speciaal teken bevatten","Must include lower case letters":"Moet kleine letters bevatten","Must include upper case letters":"Moet hoofdletters bevatten","My settings":"Mijn instellingen","My settings (%s)":"Mijn instellingen (%s)","Name":"Naam","Natural logarithm":"Natuurlijk logaritme","Navigation":"Navigatie","Navigation Warnings":"Navigatie-waarschuwing","New class":"Nieuw klasse","New delivery":"New pakket","New Group":"Nieuwe groep","New item":"Nieuw item","New password":"Nieuw wachtwoord","New role":"Nieuwe rol","New Rubric Block":"Nieuwe rubriek blok","New test":"Nieuwe toets","New test part":"Nieuw toets deel","New test-taker":"Nieuwe kandidaat","Next":"Volgende","Next match":"Volgende match","Next page":"Volgende pagina","Next Section":"Volgende sectie","No":"Nee","No action specified":"Geen handeling aangegeven","No CAT Engine configured for CAT Endpoint \u0022%s\u0022.":"Geen CAT-engine geconfigureerd voor CAT-eindpunt \u0022%s\u0022.","No client translation bundles updated":"Geen klantvertalingsbundels bijgewerkt","No extensions available.":"Geen extensies beschikbaar.","No file found at location \u0022%s\u0022.":"Geen bestand gevonden op locatie: \u0022%s\u0022.","no file not found in this location":"geen bestand gevonden op deze locatie","No file selected":"Geen bestand geselecteerd","No files":"Geen bestanden","no label":"geen label","No more attempts allowed for item \u0022%s\u0022.":"Geen pogingen meer toegestaan voor item \u0022%s\u0022.","No outcome processing. Erase the existing rules, if any.":"Geen verwerking van resultaat. Verwijder de bestaande regels, indien aanwezig.","No reference to any IMS QTI Item found.":"Geen referentie gevonden naar enig IMS QTI item.","Non Linear":"Niet lineair","None":"Geen","Not all test could be exported":"Niet alle examens konden worden ge\u00ebxporteerd","Not shuffled, the position remains fixed.":"Niet door elkaar gehaald, de posities blijven vast","Not started":"Niet gestart","Nothing imported":"Niets ge\u00efmporteerd","Nothing to install !":"Niets om te installeren !","Nothing to list!":"Niets om te laten zien!","Notifications":"Notificaties","Nth root":"Nde wortel","Number of elements":"Aantal segmenten","of":"van","Off":"Uit","Ok":"Ok","OK":"OK","OK & End test":"OK & be\u00ebindig test","Old Password":"Oud wachtwoord","On":"Aan","Once you close this section, you cannot return to it or change your answers.":"Zodra u deze sectie sluit, kunt u er niet meer op terugkomen of uw antwoorden wijzigen.","One or more dependent IMS QTI Items could not be imported.":"Een of meerdere IMS QTI afhankelijke items konden niet worden ge\u00efmporteerd.","Only display the items marked for review":"Toon enkel de op te volgen vragen","Only display the unanswered items":"Toon enkel de onbeantwoorde vragen","Open Calculator":"Open rekenmachine","Operated By ":"Beheerd door ","or":"of","Ordering":"Sorteervolgorde","Outcome":"Uitkomst","Outcome declarations":"Uitkomsten declaraties","Outcome processing":"Uitkomst verwerking","Package is valid but no tests were found. Make sure that it contains valid QTI tests.":"Het pakket is geldig, maar er werden geen toetsen gevonden. Overtuig u ervan dat het geldige QTI toetsen bevat.","Page":"Pagina","Part %d":"Deel %d","Password":"Wachtwoord","Password changed":"Wachtwoord gewijzigd.","Password is empty.":"Wachtwoord is leeg.","Password reset":"Wachtwoord gereset","Password successfully changed":"Paswoord succesvol veranderd!","Passwords are not matching":"Wachtwoorden komen niet overeen","Pause":"Pauzeer","Permission denied to write in the selected class":"Toestemming geweigerd om te schrijven in de geselecteerde klasse","Play":"Afspelen","Please confirm deletion":"Bevestig a.u.b. verwijdering","Please confirm deletion of %s.":"Bevestig het wissen van %s.","Please confirm deletion of user %s":"Bevestig het wissen van de gebruiker %s","Please confirm locking of account %s":"Bevestig het vergrendelen van het account %s","Please confirm property deletion!":"Bevestig a.u.b. verwijdering van de eigenschap!","Please confirm this operation.":"Bevestig a.u.b. deze handeling.","Please confirm unlocking of account %s":"Bevestig de ontgrendeling van account %s","Please confirm you want to leave the test.":"Bevestig dat u de test wilt verlaten.","Please contact %s or an administrator to release it":"Neem a.u.b. contact op met %s of een administrator om het uit te geven","Please contact your administrator.":"Gelieve contact op te nemen met uw beheerder.","Please download the track and listen offline.":"Gelieve de track te downloaden en offline te beluisteren.","Please download the video and view offline.":"Gelieve de video te downloaden en offline te bekijken.","Please give a message to your commit":"Geef a.u.b. een bericht bij u bevestiging","Please provide a reason":"Geef a.u.b. een reden","Please report bugs, ideas, comments or feedback on the TAO Forum":"Meld eventuele bugs, idee\u00ebn, opmerkingen of feedback op het TAO-forum.","Please wait":"Wacht a.u.b.","Please wait while ...":"Wacht even, alstublieft...","Please wait while we try to restore the connection.":"Wacht even terwijl we proberen de verbinding te herstellen.","Post install processing":"Post installatie verwerking","Power of":"Macht van","Power of 10":"Macht van 10","Prepare, publish deliveries sessions.":"Voorbereiden, publiceren pakketten sessie","Preparing installation...":"Installatie wordt voorbereid...","Preview":"Voorbeeld","Preview the covered area":"Toon het bedekte gebied in voorvertoning","Previous":"Vorige","Previous match":"Vorige match","Previous page":"Vorige pagina","Proceed":"Ga verder","Proctor":"Proctor","Properties":"Eigenschappen","Provided URL is not valid":"De gegeven URL is niet geldig","QTI 2.1 Test Driver":"QTI 2.1 Toets driver","QTI Item Runner":"QTI Item starter","QTI Test \u0022%s\u0022 publishing failed.":"Publiceren van QTI toets \u0022%s\u0022 mislukt.","QTI Test \u0022%s\u0022 successfully published.":"QTI toets \u0022%s\u0022 succesvol gepubliceerd","QTI Test Package 2.1":"QTI Toets pakket 2.1","QTI Test Package 2.2":"QTI Examen pakket 2.2","QTI\/APIP Test Content Package":"QTI\/APIP Examen Content Pakket","Radian":"Radiaal","Random value":"Random waarde","RDF":"RDF","Record and manage test takers.":"Vastleggen en beheren van kandidaten","Reference":"Verwijzing","Refresh":"Vernieuwen","Regenerate":"Regenereren","Release":"Uitgave","Releasing the lock might cause the work in progress by %s to be lost.":"Het vrijgeven van de blokkade kan ervoor zorgen dat het gedane werk door %s verloren gaat.","Remove":"Verwijderen","Remove Item Reference":"Verwijder item verwijzing","Remove Message":"Verwijder bericht","Remove Rubric Block":"Verwijder rubriek blok","Remove Section":"Verwijder sectie","Remove this file":"Verwijder dit bestand","Rename":"Hernoemen","Repeat new password":"Herhaal het nieuwe wachtwoord","Repeat password":"Herhaal wachtwoord","Request a password reset via Email.":"Vraag een wachtwoord reset aan per e-mail.","Required":"Vereist","Required field":"Verplicht veld","required length":"benodigde lengte","Requires":"Benodigd","Reset":"Resetten","Reset filters":"Filter resetten","Resource":"Bron","Resource Identifier could not be copied to the clipboard":"Resource Identifier kon niet worden gekopieerd naar het clipboard","Resource Identifier has been copied to the clipboard":"Resource Identifier was gekopieerd naar het clipboard","Resource not imported due to multiple super classes":"Bron is niet ge\u00efmporteerd vanwege meerdere super klassen","Resource not imported due to multiple types":"Bron is niet ge\u00efmporteerd vanwege meerdere typen","Resource saved":"Bron is opgeslagen","Resource(s) successfully exported.":"Resource(s) met succes ge\u00ebxporteerd.","Responsive mode":"Responsive modus","Results":"Resultaten","Results library":"Resultaat bank","Results Monitoring":"Resultaten Monitoring","Return to sign in page":"Keer terug naar de login pagina","Review":"Herzien","Review my Answers":"Mijn antwoorden bekijken","Right click the tree to manage your lists":"Klik rechts op de boom om de lijsten te beheren","Right parenthesis":"Rechter haakje","Role saved":"Rol opgeslagen","Roles":"Rollen","Roles library":"Rollen bank","round":"afronden","Round to closest whole number":"Rond af naar het dichtstbijzijnde gehele getal","Round to lower whole number":"Rond of naar beneden tot een geheel getal","Round to upper whole number":"Rond of naar boven tot een geheel getal","Rubric Block":"Rubriek blok","Rubric Block Properties":"Rubriek blok eigenschappen","Rubric Blocks":"Rubriek blokken","Save":"Opslaan","Scientific Calculator":"Wetenschappelijke rekenmachine","Scope":"Bereik","Scorer":"Puntenteller","Scoring":"Scoring (Waardering)","Scratch Pad":"Notitieboekje","Scratch pad":"Notitieboekje","Scratchpad":"Notitieboekje","Search":"Zoeken","Search %s":"Zoek %s","Search sub-classes":"Zoek sub-klassen","seconds":"seconden","Section %d":"Sectie %d","Section %d of %d":"Sectie %d van %d","Section level category enables configuring the categories of its composing items all at once. A category in gray means that all items have that category. A category in white means that only a few items have that category.":"Selectie niveau categorie geeft de mogelijkheid om de categorie\u00ebn van zijn samengestelde items in een keer te wijzigen, Een grijze categorie betekent dat alle items die categorie hebben. Een witte categorie betekent dat slechts enkele items die categorie hebben.","Section Properties":"Sectie eigenschappen","select":"selecteren","Select":"Selecteer","Select a blueprint":"Selecteer een blauwdruk","Select a destination":"Selecteer een bestemming","Select a language":"Selecteer een taal","Select Items":"Selecteer items","Select the way the responses of your test should be processed":"Selecteer de wijze waarop de antwoorden op uw examen verwerkt moeten worden","Select this file":"Selecteer dit bestand","select...":"selecteer...","Selected file:":"Geselecteerd bestand:","Selection":"Selectie","Selection saved successfully":"Selectie is succesvol opgeslagen","Send":"Verzenden","Set outcome identifier the feedback block is related to":"Zet de naam van de uitkomst waarmee het feedback blok is geassocieerd","Set the cut score (or pass score ratio) associated to the test. It must be a float between 0 and 1.":"Stel de cutscore (of slaagpercentage) in die bij de test hoort. Het moet een float zijn tussen 0 en 1.","Set the rubric block as a feedback block":"Stel de rubric blok als feedback blok in","Set the trigonometric function to work in degrees":"Stel de trigonometrische functie in om te werken in graden","Set the trigonometric function to work in radians":"Stel de trigonometrische functie in om te werken in radialen","Set the value of the outcome that will activate the feedback block":"Stel de waarde van de uitkomst in die het feedback blok activeert","Set the weight identifier used to process the score":"Stel de weging in die gebruikt moet worden bij berekening van de score","Set the XHTML-QTI class of the rubric block.":"Stel de XHTML-QTI klasse in van het rubric blok","Set the XHTML-QTI identifier of the rubric block.":"Stel de XHTML-QTI naam in van het rubric blok","Settings":"Instellingen","Settings updated":"Instellingen geupdate","Show detailed report":"Toon gedetailleerd rapport","Show Feedback":"Feedback tonen","Show Review":"Toon beoordeling","Show Solution":"Oplossing tonen","Show the review screen":"Toon het overzichtsscherm","Show the solution once the answer is submitted.":"Laat de oplossing zien nadat het antwoord is verzonden.","Show timers":"Toon resterende tijd","Show\/Hide the review screen":"Toon\/verberg het voorbeeld scherm","Shuffle":"Schudden","Simultaneous":"Tegelijkertijd","Size":"Grootte","Skip":"Overslaan","Skip & End Test":"Sla & over; Einde toets","Skip and end test":"Sla over en be\u00ebindig examen","Skip and go to the end of the test":"Sla over en ga naar het einde van examen","Skip and go to the next item":"Overslaan en naar het volgende item gaan","Skip to the end of the test":"Ga naar het eind van de toets","Skip to the next item":"Ga naar het volgende item","Skip to the next section":"Ga naar de volgende sectie","Some resources have not been moved: %s":"Sommige resources zijn niet verplaatst: %s","Some rubric blocks have been updated to reflect the changes in the list of outcomes.":"Sommige rubric blokken zijn geupdate om de veranderingen in de lijst van de uitkomsten weer te geven.","Speech speed":"Vaart van de spraak","Square root":"Vierkantswortel","Start of document reached. Continuing from the end.":"Begin van het document bereikt. Vervolg van het einde.","Start Test-part":"Start Toets deel","Status of":"Status van","Stop":"Afbreken","Submission":"Bevestiging","Submit and go to the end of the test":"Be\u00ebindig de test","Submit and go to the item %s":"Dien in en ga naar het item %s","Submit and go to the next item":"Dien in en ga naar het volgende item","Submit and go to the previous item":"Dien in en ga naar het vorige item","SUBMIT THE TEST":"DE TEST INLEVEREN","Success":"Succes","Successfully imported \u0022%s":"Succesvol ge\u00efmporteerd \u0022%s","Successfully imported %s tripples":"%s Trippels succesvol ge\u00efmporteerd ","Successfully imported class \u0022%s":"Klasse \u0022%s succesvol ge\u00efmplementeerd ","Successfully updated %s client translation bundles":"Klantvertalingsbundels %s met succes bijgewerkt","Supported export formats":"Ondersteunde export formaten","Syntax error":"Syntaxfout","Tao Default Theme":"Tao standaard thema","TAO Home":"TAO thuis","TAO Login":"TAO login","Task %s has been cancelled, message was not processed.":"Taak %s is geannuleerd, bericht is niet verwerkt.","task created":"taak aangemaakt","Task Listing":"Takenlijst","Task not returned any report.":"Taak heeft geen rapport teruggegeven.","technical":"technisch","Test":"Toets","Test constructor":"Toets constructeur","Test metadata successfully exported.":"Test metagegevens met succes ge\u00ebxporteerd.","Test Navigation":"Examennavigatie","Test Saved":"Toets opgeslagen","Test status":"Status van de test","Test takers library":"Kandidaten bank","Test-Taker Tools":"Kandidaten hulpmiddelen","Test-takers":"Kandidaten","Tests":"Examens","Tests library":"Toets bank ","Text - Long - Box":"Tekst - lang - Box","Text - Long - HTML editor":"Tekst - lang - HTML editor","Text - Short - Field":"Tekst - kort - veld","Text content":"Tekst inhoud","Text to Speech":"Tekst naar spraak","The \u0027imsmanifest.xml\u0027 file found in the archive is not valid.":"Het \u0027imsmanifest.xml\u0027 bestand in het archief is niet geldig.","The action will be applied to":"De handeling zal worden uitgevoerd op","The action will be applied to the following":"De handeling zal worden uitgevoerd op de volgende","The action will not be applied to ":"De actie wordt niet toegepast op ","The action will not be applied to the following":"De actie is niet van toepassing op","The assessment has been created but is not already running.":"Het assessment is gecre\u00eberd maar is nog niet werkend.","The assessment has been suspended by an authorized proctor. If you wish to resume your assessment, please relaunch it and contact your proctor if required.":"De examen is geschorst door een geautoriseerde toezichthouder. Herstart uw assessment en neem, indien nodig, contact op met uw toezichthouder indien u het wil hervatten.","The assessment has been suspended. To resume your assessment, please relaunch it and contact your proctor if required.":"De toets is opgeschort. Om uw toets te hervatten, gelieve deze opnieuw te starten en contact op te nemen met uw proctor indien nodig.","The assessment has been suspended. To resume your assessment, please relaunch it.":"De assessment is geschorst door een geautoriseerde toezichthouder. Herstart uw assessment om het te hervatten.","The assessment has been terminated.":"Het assessment is be\u00ebindigt.","The assessment has been terminated. You cannot interact with it anymore.":"Het assessment is be\u00ebindigt. U kunt er niet meer mee verder gaan.","The assessment is still running.":"Het assessment is nog steeds in gang.","The candidate is not allowed to submit invalid responses.":"De kandidaat mag geen ongeldige antwoorden indienen.","The column ":"De kolom ","The connection seems to be back, please proceed":"De verbinding lijkt terug te zijn, ga alstublieft verder","The dependency to the IMS QTI AssessmentItemRef \u0022%s\u0022 in the IMS Manifest file could not be resolved.":"De afhankelijkheid met het IMS QTI AssessmentItemRef \u0022%s\u0022 in het IMS Manifest kon niet worden opgelost","The following identifiers are not unique accross the test : %s":"De volgende identificaties zijn niet uniek voor de test: %s","The format of this field is not valid.":"Het formaat van dit veld is niet geldig","The identifier of the item reference.":"De naam van de item referentie","The identifier of the section.":"De naam van de sectie","The imported file is not properly UTF-8 encoded.":"Het ge\u00efmporteerde bestand is niet correct UTF-8 gecodeerd.","The IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file was already stored in the Item Bank.":"Het IMS QTI item, met referentie \u0022%s\u0022 in het IMS Manifest bestand, was al opgeslagen in de itembank ","The IMS QTI Test Package could not be imported.":"Het IMS QTI toets pakket kon niet worden ge\u00efmporteerd","The IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file could not be imported.":"Het IMS QTI item, met referentie \u0022%s\u0022 in het IMS Manifest bestand, kon niet worden ge\u00efmporteerd.","The index identifier should not be empty":"De index naam mag niet leeg zijn","The lock has been released":"De blokkade is opgeheven","The navigation mode determines the general paths that the candidate may take. A linear mode restricts the candidate to attempt each item in turn. Non Linear removes this restriction.":"De navigatie modus bepaalt de algemene pad die een kandidaat kan nemen. Een lineaire modus zorgt ervoor dat een kandidaat elk item achter moet maken. Niet lineair heft deze restrictie op.","The number of child elements to be selected.":"Het aantal te selecteren onderliggende elementen","The outcome \u0022%s\u0022 does not exist, but it is referenced by a feedback block!":"De uitkomst \u0022%s\u0022 bestaat niet, maar er wordt wel naar verwezen in een feedback blok!","The outcomes have been regenerated!":"The uitkomsten zijn gegenereerd!","The principle identifier of the test.":"De hoofdnaam van de toets","The properties of the source class will be replaced by those of the destination class. This might result in a loss of metadata. Continue anyway?":"De eigenschappen van de source-klasse worden vervangen door die van de bestemmingsklasse. Dit kan resulteren in een verlies van metadata. Ga je toch door?","The provided archive is invalid. Make sure it is not corrupted and that it contains an \u0027imsmanifest.xml\u0027 file.":"Het aangeleverde archief is ongeldig. Zorg ervoor dat het niet corrupt is en dat het een \u0027imsmanifest.xml\u0027 bestand bevat.","The QTI Test \u0027%s\u0027 to be compiled must contain at least 1 QTI Item. None found.":"De te compileren toets \u0027%s\u0027 moet minstens \u00e9\u00e9n QTI item bevatten. Geen gevonden.","The QTI test could not be retrieved correctly.":"De QTI toets kon niet correct worden opgehaald.","The QTI Test XML or one of its dependencies is malformed or empty.":"De QTI toets XML of een van zijn afhankelijkheden is misvormd of leeg.","The QTI-XML test could not be written correctly.":"De QTI-XML kon niet correct worden weggeschreven.","The reference.":"De referentie.","The resources related to the IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file were rolled back.":"De bronnen gerelateerd aan de IMS QTI toets, met referentie \u0022%s\u0022 in het IMS Manifest bestand, zijn teruggezet naar wat ze waren. ","The score will be processed for the entire test. A sum of all SCORE outcomes will be computed and divided by the sum of MAX SCORE, the result will be compared to the cut score (or pass ratio), then the PASS_TOTAL outcome will be set accordingly.":"De score wordt voor de gehele test verwerkt. Een som van alle SCORE-resultaten wordt berekend en gedeeld door de som van MAX SCORE, het resultaat wordt vergeleken met de cutscore (of slaagratio), vervolgens wordt de PASS_TOTAL-uitkomst overeenkomstig ingesteld.","The score will be processed for the entire test. A sum of all SCORE outcomes will be computed, the result will take place in the SCORE_TOTAL outcome.":"De score zal worden verwerkt voor het gehele examen. Het totaal van alle SCORE uitkomsten zal worden berekend en geplaatst in de SCORE_TOTAL uitkomst.","The section title.":"De sectie titel.","The server has sent an empty response":"De server heeft een leeg antwoord gestuurd","The submission mode determines when the candidate\u0027s responses are submitted for response processing. A testPart in individual mode requires the candidate to submit their responses on an item-by-item basis. In simultaneous mode the candidate\u0027s responses are all submitted together at the end of the testPart.":"De verzending modus bepaalt wanneer de antwoorden van een kandidaat worden verwerkt. Een testdeel in individuele modus vereist dat de kandidaat zijn antwoord op een item-voor-item basis verwerkt. In simultaan modus zullen de antwoorden van de kandidaat in een keer aan het eind van het testdeel worden verwerkt.","The test has been closed\/suspended!":"Het examen is gesloten\/geschorst!","The test has been paused, we are unable to connect to the server.":"De test is gepauzeerd, we kunnen geen verbinding maken met de server.","The test has not been saved.":"Het examen is niet opgeslagen","The test part identifier.":"De testdeelnaam ","The test title.":"De toets titel.","The uploaded file is too large (maximum %s bytes)":"Het ge\u00fcploade bestand is te groot (maximum %s bytes)","The value for the property \u0022%s\u0022 must be unique.":"De waarde voor eigenschap \u0022%s\u0022 moet uniek zijn.","The value of this field must be a valid date format, e.g. YYYY-MM-DD":"De waarde van dit veld moet een geldig datum formaat hebben, oftewel JJJJ-MM-DD","The value of this field must be an integer":"De waarde van dit veld moet een integer zijn","The value of this field must be numeric":"De waarde van dit veld moet numeriek zijn","There is not outcomes!":"Er zijn geen uitkomsten!","There is nothing to list!":"Er is niets om te laten zien!","This %s is currently checked out":"Dit %s is momenteel uitgechecked","This constraint affects the visibility of feedback after the end of the last attempt.":"Deze beperking raakt de zichtbaarheid van de feedback aan het eind van de laatste poging.","This constraint controls whether or not the candidate is allowed to provide a comment on the item during the session. Comments are not part of the assessed responses.":"Deze beperking bepaalt of de kandidaat al dan niet een opmerking in het item mag plaatsen gedurende de sessie. Commentaar is geen onderdeel van de te verwerken antwoorden.","This field is required":"Dit veld is vereist","This field is too long":"Dit veld is te lang","This field is too short":"Dit veld is te kort","This is not a valid email address.":"Dit is geen geldig e-mail adres","this is required":"dit is vereist","This Login is already in use":"Deze loginnaam is al in gebruik","This media cannot be played!":"Deze media kan niet afgespeeld worden!","This password reset link is no longer valid. It may have already been used. If you still wish to reset your password please request a new link":"Deze wachtwoord reset link is niet langer geldig. Het kan zijn dat het al eerder is gebruikt. Vraag een nieuwe link aan als u nog steeds een wachtwoord reset wilt.","This resource is locked":"Deze bron is geblokkeeerd","This role is still given to one or more users. Please remove the role to these users first.":"Deze rol is nog steeds uitgereikt aan een of meer gebruikers. Verwijder a.u.b. deze rol eerst van deze gebruiker(s).","This should equal %s":"Dit zou gelijk moeten zijn aan %s","This should not equal %s":"Dit moet niet gelijk zijn aan %s","This test has been suspended":"Deze toets is uitgesteld","This test has been terminated":"Deze test is be\u00ebindigd ","Time limit reached for item \u0022%s\u0022.":"Tijdlimiet bereikt voor item \u0022%s\u0022.","Time limit reached, this part of the test has ended.":"Tijdlimiet bereikt. Dit deel van de test is be\u00ebindigd.","Time limit reached, this part of the test has ended. However you are allowed to finish the current item.":"Tijdslimiet bereikt, dit deel van de test is afgelopen. U mag echter wel het huidige item afmaken.","Time Limits":"Tijdslimieten","Time Remaining":"Resterende tijd","Time zone":"Tijdzone","Title":"Titel","to":"op","To reset your password, click the link below, or paste it into your browser. You will then be prompted to create a new password.":"Klik op de link hieronder om uw wachtwoord te resetten, of plak de link in uw browser. U zal dan gevraagd worden een nieuw wachtwoord te maken.","to translate":"vertalen","Toggle multiple\/single selection":"Wissel tussen meerdere \/ enkele selectie","Tokenizer":"Tokenizer","Too many suggestions match your query. Only a few are listed":"Er komen te veel suggesties overeen met uw zoekopdracht. Er worden er slechts een beperkt aantal getoond.","Tools":"Hulpmiddelen","Total duration":"Totale duur","Total score":"Totaal score","Total:":"Totaal:","Translate":"Vertalen","Translate to":"Vertalen naar","Translation parameters":"Vertaal parameters","Translation saved":"Vertaling opgeslagen","Tree - Multiple node choice ":"Boom - Meervoudige knooppunten keuze ","Trees":"Bomen","True":"Waar","Tutor":"Leerkracht","Type":"Type","Type your search":"Typ uw zoekopdracht in","Unable to access your account?":"Kunt u geen toegang krijgen tot uw account?","Unable to change passwords in demo mode":"U kunt geen wachtwoorden wijzigen in demo modus","Unable to copy the resource":"Niet in staat om de resource te kopi\u00ebren","Unable to delete %s":"Kan %s niet verwijderen","Unable to delete the selected resource":"Kan de geselecteerde bron niet verwijderen","Unable to delete the selected resources":"Niet in staat om de geselecteerde resources te wissen","Unable to move the resources":"Niet in staat om de resources te verplaatsen","Unable to open file %s":"Kan bestand %s niet openen","Unable to release the lock":"Kan de blokkade niet vrijgeven","Unable to remove the property.":"Kan eigenschap niet verwijderen","Unable to save resource.":"Niet in staat om resource te sparen.","unable to search into notification.":"niet in staat om te zoeken binnen de notificatie.","Unable to send the password reset request":"Kan wachtwoord reset aanvraag niet versturen","Unable to update the asset service":"Niet in staat om de asset service te updaten","Unable to upload file":"Kan het bestand niet uploaden","Unable to upload file %s : %s":"Kan het bestand %s : %s niet uploaden","Unanswered":"Onbeantwoord","Unanswered items":"Onbeantwoorde vragen","Unary operator +":"Unaire operator +","Unary operator -":"Unaire operator -","Uncheck all":"Alles uitvinken","Uncheck All":"Alles uitvinken","Undefined amount of the pages for pagination":"Ongedefinieerde aantal pagina\u0027s voor paginering","Undefined amount of the totalPages for pagination":"Ongedefinieerde aantal totalPages voor paginering","Undo":"Ongedaan maken","Unexpected error. Please contact administrator":"Onverwachte fout. Neem contact op met de beheerder","Unflag for Review":"Markeer voor herziening opheffen","Uninstall of %s failed":"De-installatie van %s is mislukt","Uninstalled %s":"%s gede\u00efnstalleerd","unknown":"onbekend","Unknown Error":"Onbekende fout","Unknown error.":"Onbekende fout.","unkown task id %s":"onbekende taak id %s","Update":"Bijwerken","Upload":"Uploaden","Upload a QTI 2.1 Test Package File":"Upload een QTI 2.1 Toets pakket bestand","Upload into:":"Uploaden naar:","Usage: ImportRdf RDF_FILE [MODEL_ID]":"Gebruik: ImportRdf RDF_FILE [MODEL_ID]","Use Ctrl\/Meta key or Lasso for multiple selection":"Gebruik Ctrl\/Meta toets of lasso om meerdere te selecteren","Use default value":"Gebruik standaardwaarde(n)","User":"Gebruiker","User added":"Gebruiker toegevoegd","User deleted successfully":"Gebruiker succesvol verwijderd","User not found":"Gebruiker niet gevonden","User saved":"Gebruiker opgeslagen","User Settings":"Gebruikersinstellingen","Users":"Gebruikers","Validate Responses":"Geldige antwoorden","Validation for field \u0027%s\u0027 has failed. List of values expected":"De validatie voor het veld \u0027%s\u0027 is mislukt. Lijst van verwachte waarden","Validation for field \u0027%s\u0027 has failed. Valid role expected. Given: %s":"De validatie voor veld \u0027%s\u0027 is mislukt. Geldige rol verwacht. Ingegeven: %s","Validation for field \u0027%s\u0027 has failed. Valid URI expected":"De validatie voor veld \u0027%s\u0027 is mislukt. Geldige URI verwacht","Validation for field \u0027%s\u0027 has failed. Valid URI expected. Given: %s":"De validatie voor veld \u0027%s\u0027 is mislukt. Geldige URI verwacht. Ingegeven: %s","Value":"Waarde","Value of E":"Waarde van E","Value of PI":"Waarde van PI","Variable":"Variabele","Variable %s":"Variabele %s","Version":"Versie","View and format the collected results.":"Bekijk en formateer de verzamelde resultaten.","View report":"Bekijk het rapport","View resources as a list":"Bekijk de resources als een lijst","View resources as a tree":"Bekijk de resources als een boomstructuur","View Tree":"Bekijk boomstructuur","Viewed":"Bekeken","Viewed items":"Bekeken pagina\u0027s","Views":"Weergaven","Visible":"Zichtbaar","Wait is over":"Het wachten is voorbij.","Waiting":"Wachtend","Warning \u2013 You have %s remaining to complete the test.":"Waarschuwing \u2013 U heeft %s over om de toets af te maken.","Warning \u2013 You have %s remaining to complete this item.":"Waarschuwing \u2013 U heeft nog %s over om dit item af te maken.","Warning \u2013 You have %s remaining to complete this section.":"Waarschuwing \u2013 U heeft nog %s over om deze sectie af te maken.","Warning \u2013 You have %s remaining to complete this test part.":"Waarschuwing \u2013 U heeft nog %s over om dit examen gedeelte af te maken.","Warning \u2013 You have %s remaining to complete this test.":"Waarschuwing - U heeft nog %s resterend om deze test af te ronden.","We are unable to connect the server to submit your results.":"We kunnen geen verbinding maken met de server om uw resultaten in te sturen.","We are unable to connect to the server to retrieve the next item.":"We kunnen geen verbinding maken met de server om het volgende item op te halen.","Weight":"Gewicht","Weights":"Gewichten","When selecting child elements each element is normally eligible for selection once only.":"Wanneer u een onderliggend element selecteert is elk element normaal gesproken maar te gebruiken voor \u00e9\u00e9n selectie.","Whether a candidate\u0027s response that is beyond the maximum duration of the item should still be accepted.":"Of een antwoord van een kandidaat met een langere duur dan het maximum voor het item nog steeds wordt geaccepteerd.","Whether a candidate\u0027s response that is beyond the maximum duration of the section should still be accepted.":"Of een antwoord van een kandidaat met een langere duur dan het maximum voor de sectie nog steeds wordt geaccepteerd.","Whether a candidate\u0027s response that is beyond the maximum duration of the test part should still be accepted.":"Of een antwoord van een kandidaat met een langere duur dan het maximum voor de toets nog steeds wordt geaccepteerd.","Whether a candidate\u0027s response that is beyond the maximum duration should still be accepted.":"Of een antwoord van een kandidaat met een langere duur dan het maximum nog steeds wordt geaccepteerd.","White on Black":"Wit op Zwart","White on Blue (TAO standard theme)":"Wit op Blauw (Standaard)","Who can view the rubric block during the delivery.":"Wie kan rubriek blokken zien tijdens de levering.","Whole number part":"Geheel getal deel","Width":"Breedte","With Replacement":"Met vervanging","Wrong file mime type":"Verkeerde bestands mime type","Wrong or missing parameter extension, module or action":"Verkeerde of ontbrekende parameterextensie, module of actie","XML error at line %1$d column %2$d \u0022%3$s\u0022.":"XML fout op regel %1$d kolom %2$d \u0022%3$s\u0022.","Yellow on Blue":"Geel op Blauw","Yes":"Ja","You answered all %s question(s) in this section":"U heeft alle %s vraag(en) beantwoord in deze sectie","You answered all %s question(s) in this test":"U heeft alle %s vraag(en) beantwoord in deze test","You answered only %s of the %s question(s) in this section":"U hebt slechts %s van de %s vraag of vragen in deze sectie beantwoord.","You are about to go to the next item. Click OK to continue and go to the next item.":"U staat op het punt naar het volgende item te gaan.Klik OK om door te gaan naar het volgende item","You are about to go to the previous item. Click OK to continue and go to the previous item.":"U staat op het punt naar het vorige item te gaan.Klik OK om door te gaan naar het vorige item","You are about to submit the test.":"U staat op het punt om het examen te verzenden.","You are about to submit the test. You will not be able to access this test once submitted. Click OK to continue and submit the test.":"U staat op het punt om het examen te verzenden. Na het verzenden bent u niet meer in staat het examen te openen. Klik op OK om de test te verzenden.","You are encountering a prolonged connectivity loss.":"Je hebt te maken met een langdurig verbindingsprobleem.","You are encountering a prolonged connectivity loss. ":"U heeft te kampen met een langdurig verlies van verbinding.","You are not authorised to remove this lock":"U heeft geen rechten om deze blokkade te verwijderen","You cannot delete the root node":"U kunt het basis knooppunt niet verwijderen","You cannot move the selected resources in the class %s":"U kunt de geselecteerde resources niet verplaatsen in de klasse %s","You currently have no access to the platform":"U heeft momenteel geen toegang tot het platform","You do not have the required rights to edit this resource.":"U heeft niet de benodigde rechten om deze bron aan te passen","You have %s item(s) marked for review.":"U heeft %s item(s) gemarkeerd voor herziening.","You have %s unanswered question(s)":"U hebt %s onbeantwoorde vraag\/vragen","You have %s unanswered question(s) and have %s item(s) marked for review.":"U heeft %s onbeantwoorde vra(a)g(en) en %s items gemarkeerd voor herziening.","You have %s unanswered question(s).":"U heeft %s onbeantwoorde vra(a)g(en).","You have been locked due to too many failed login attempts. ":"U bent geblokkeerd door te veel mislukte aanmeldingspogingen. ","You have been logged out. Please login again":"U bent uitgelogd. Gelieve opnieuw in te loggen","You must activate JavaScript in your browser to run this application.":"U dient Javascript te activeren in uw browser om deze applicatie te starten.","You will not be able to access this test once submitted. Click \u0022%s\u0022 to continue and submit the test.":"Na het verzenden bent u niet meer in staat het examen te openen. Klik op \u0022%s\u0022 om de test te verzenden.","Your account has been locked, please contact your administrator.":"Uw account is geblokkeerd, neem contact op met uw beheerder.","Your browser does not meet the technical requirements to run TAO.":"Uw browser voldoet niet aan de technische eisen voor het gebruik van TAO.","Your browser does not support copying to the clipboard":"Uw browser ondersteunt het kopi\u00ebren naar het clipboard niet","Your browser doesn\u2019t support the audio player.":"Uw browser ondersteunt de audiospeler niet.","Your browser doesn\u2019t support the video player.":"Uw browser ondersteunt de videospeler niet.","Your comment\u2026":"Uw commentaar\u2026","Your mail":"Uw mail","Your TAO Password":"Uw TAO wachtwoord","Zoom in":"Zoom in","Zoom out":"Zoom uit"} \ No newline at end of file diff --git a/locales/nl-NL/qtiCat.rdf.po b/locales/nl-NL/qtiCat.rdf.po index 57422e56ed..45e54ae9db 100644 --- a/locales/nl-NL/qtiCat.rdf.po +++ b/locales/nl-NL/qtiCat.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint155\n" -"PO-Revision-Date: 2021-06-02T16:55:53\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:22\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: nl-NL\n" diff --git a/locales/nl-NL/qtitest.rdf.po b/locales/nl-NL/qtitest.rdf.po index 23d0ab1ef5..08718a848f 100644 --- a/locales/nl-NL/qtitest.rdf.po +++ b/locales/nl-NL/qtitest.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint155\n" -"PO-Revision-Date: 2021-06-02T16:55:53\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:22\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: nl-NL\n" diff --git a/locales/nl-NL/taoQtiTestItemRunner.rdf.po b/locales/nl-NL/taoQtiTestItemRunner.rdf.po index 499a3be365..8f4d4425f1 100644 --- a/locales/nl-NL/taoQtiTestItemRunner.rdf.po +++ b/locales/nl-NL/taoQtiTestItemRunner.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint155\n" -"PO-Revision-Date: 2021-06-02T16:55:53\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:22\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: nl-NL\n" diff --git a/locales/pl-PL/messages.po b/locales/pl-PL/messages.po index b68831c477..030eece97a 100644 --- a/locales/pl-PL/messages.po +++ b/locales/pl-PL/messages.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:08\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:22\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: pl-PL\n" @@ -22,6 +22,9 @@ msgstr "" msgid "(Visual) Highlight Text" msgstr "" +msgid "A concurrent delivery has been detected. Please use the last open session. The present window can be closed." +msgstr "" + msgid "A QTI Item involved in the QTI Test '%s' could not be compiled." msgstr "" @@ -46,6 +49,9 @@ msgstr "" msgid "A visible section is one that is identifiable by the candidate." msgstr "" +msgid "Accessibility tool that enables Test Taker to have the item content read aloud." +msgstr "" + msgid "Activated" msgstr "" @@ -58,6 +64,9 @@ msgstr "" msgid "Add selected item(s) here." msgstr "" +msgid "Add Subsection" +msgstr "" + msgid "Add the source file" msgstr "" @@ -223,6 +232,15 @@ msgstr "" msgid "Black on White" msgstr "" +msgid "Bookmark question" +msgstr "" + +msgid "Bookmark the current question for later review" +msgstr "" + +msgid "Bookmarked question %s" +msgstr "" + msgid "Calculator" msgstr "" @@ -268,6 +286,9 @@ msgstr "" msgid "Click \"%s\" to continue" msgstr "" +msgid "Click \"%s\" to continue." +msgstr "" + msgid "Click to speak" msgstr "" @@ -361,6 +382,9 @@ msgstr "" msgid "Displays a customisable magnifier" msgstr "" +msgid "Do not bookmark the current question for later review" +msgstr "" + msgid "Do not flag the current item for later review" msgstr "" @@ -431,12 +455,21 @@ msgstr "" msgid "Expand the review panel" msgstr "" +msgid "Export" +msgstr "" + msgid "Export failed for the test \"%s" msgstr "" +msgid "Export failed. Key uri nor classUri in formValues are not defined" +msgstr "" + msgid "Export metadata" msgstr "" +msgid "Export QTI %s Test Package" +msgstr "" + msgid "Export QTI 2.1 Test Package" msgstr "" @@ -506,6 +539,9 @@ msgstr "" msgid "Hide Review" msgstr "" +msgid "Hide test overview panel" +msgstr "" + msgid "Hide the review screen" msgstr "" @@ -557,6 +593,9 @@ msgstr "" msgid "If the connection cannot be restored, see option B." msgstr "" +msgid "If you leave the test, your changes will not be saved due to invalid test settings. Are you sure you wish to leave?" +msgstr "" + msgid "If you need help, please contact our Helpline on 0330 088 4171." msgstr "" @@ -590,6 +629,9 @@ msgstr "" msgid "Individual" msgstr "" +msgid "Informational item" +msgstr "" + msgid "Informational Item Usage" msgstr "" @@ -701,11 +743,11 @@ msgstr "" msgid "Manage test properties" msgstr "" -#, tao-public -msgid "Manage tests" +msgid "Manage Tests" msgstr "" -msgid "Manage Tests" +#, tao-public +msgid "Manage tests" msgstr "" msgid "Mark for review" @@ -762,12 +804,15 @@ msgstr "" msgid "minutes" msgstr "" -msgid "Missed required parameter \'id\" +msgid "Missed required parameter \'id\'" msgstr "" msgid "Missed test package file" msgstr "" +msgid "Missing filename for QTI Test export" +msgstr "" + msgid "Missing required configuration option %s" msgstr "" @@ -816,12 +861,18 @@ msgstr "" msgid "No" msgstr "" +msgid "NO" +msgstr "" + msgid "No CAT Engine configured for CAT Endpoint \"%s\"." msgstr "" msgid "No file found at location \"%s\"." msgstr "" +msgid "No instance in form to export" +msgstr "" + msgid "No more attempts allowed for item \"%s\"." msgstr "" @@ -855,10 +906,10 @@ msgstr "" msgid "Offline" msgstr "" -msgid "OK" +msgid "Ok" msgstr "" -msgid "Ok" +msgid "OK" msgstr "" msgid "OK & End test" @@ -963,6 +1014,12 @@ msgstr "" msgid "QTI Test \"%s\" successfully published." msgstr "" +msgid "QTI Test Metadata" +msgstr "" + +msgid "QTI Test Package %s" +msgstr "" + msgid "QTI Test Package 2.1" msgstr "" @@ -978,6 +1035,9 @@ msgstr "" msgid "Question" msgstr "" +msgid "Question %s" +msgstr "" + msgid "questions" msgstr "" @@ -1002,6 +1062,9 @@ msgstr "" msgid "Remove Section" msgstr "" +msgid "Remove Subsection" +msgstr "" + msgid "Remove Test Part" msgstr "" @@ -1017,6 +1080,9 @@ msgstr "" msgid "Resource(s) successfully exported." msgstr "" +msgid "ResultTransmission event successfully registered" +msgstr "" + msgid "Review" msgstr "" @@ -1125,6 +1191,9 @@ msgstr "" msgid "Show Solution" msgstr "" +msgid "Show test overview panel" +msgstr "" + msgid "Show the review screen" msgstr "" @@ -1233,6 +1302,12 @@ msgstr "" msgid "Test Navigation" msgstr "" +msgid "Test overview" +msgstr "" + +msgid "Test part level category enables configuring the categories of its composing items all at once. A category in gray means that all items have that category. A category in white means that only a few items have that category." +msgstr "" + msgid "Test Part Properties" msgstr "" @@ -1261,10 +1336,10 @@ msgstr "" msgid "Text content" msgstr "" -msgid "Text to Speech" +msgid "Text To Speech" msgstr "" -msgid "Text To Speech" +msgid "Text to Speech" msgstr "" msgid "that was being taken." @@ -1348,6 +1423,9 @@ msgstr "" msgid "The provided archive is invalid. Make sure it is not corrupted and that it contains an 'imsmanifest.xml' file." msgstr "" +msgid "The QTI Item with URI '%s' cannot be found." +msgstr "" + msgid "The QTI Test '%s' to be compiled must contain at least 1 QTI Item. None found." msgstr "" @@ -1378,6 +1456,14 @@ msgstr "" msgid "The submission mode determines when the candidate's responses are submitted for response processing. A testPart in individual mode requires the candidate to submit their responses on an item-by-item basis. In simultaneous mode the candidate's responses are all submitted together at the end of the testPart." msgstr "" +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"" +msgstr "" + +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"Please fix the invalid settings and try again." +msgstr "" + msgid "The test has been closed/suspended!" msgstr "" @@ -1595,6 +1681,9 @@ msgstr "" msgid "Yellow on Blue" msgstr "" +msgid "YES" +msgstr "" + msgid "Yes" msgstr "" diff --git a/locales/pl-PL/qtiCat.rdf.po b/locales/pl-PL/qtiCat.rdf.po index 37514fec0c..133d95af01 100644 --- a/locales/pl-PL/qtiCat.rdf.po +++ b/locales/pl-PL/qtiCat.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:08\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:22\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: pl-PL\n" diff --git a/locales/pl-PL/qtitest.rdf.po b/locales/pl-PL/qtitest.rdf.po index e0491c2c29..de530b4ada 100644 --- a/locales/pl-PL/qtitest.rdf.po +++ b/locales/pl-PL/qtitest.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:08\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:22\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: pl-PL\n" diff --git a/locales/pl-PL/taoQtiTestItemRunner.rdf.po b/locales/pl-PL/taoQtiTestItemRunner.rdf.po index 0d1c3c0f5f..8226034912 100644 --- a/locales/pl-PL/taoQtiTestItemRunner.rdf.po +++ b/locales/pl-PL/taoQtiTestItemRunner.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:08\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:22\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: pl-PL\n" diff --git a/locales/pt-BR/messages.po b/locales/pt-BR/messages.po new file mode 100644 index 0000000000..c84c7ebfac --- /dev/null +++ b/locales/pt-BR/messages.po @@ -0,0 +1,1771 @@ +msgid "" +msgstr "" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:22\n" +"Last-Translator: TAO Translation Team \n" +"MIME-Version: 1.0\n" +"Language: pt-BR\n" +"sourceLanguage: en-US\n" +"targetLanguage: pt-BR\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Basepath: ../../\n" +"X-Poedit-KeywordsList: __\n" +"X-Poedit-SearchPath-0: .\n" + +msgid "%s to answer %s" +msgstr "%s para responder %s" + +msgid "(Visual) Clear all active highlights" +msgstr "(Visual) Limpe todos os destaques ativos" + +msgid "(Visual) Highlight Text" +msgstr "(Visual) Destacar Texto" + +msgid "A concurrent delivery has been detected. Please use the last open session. The present window can be closed." +msgstr "" + +msgid "A QTI Item involved in the QTI Test '%s' could not be compiled." +msgstr "Um item QTI envolvido no teste QTI '%s' não pode ser compilado." + +msgid "A QTI Test must contain at least one QTI Item to be compiled. None found." +msgstr "Um teste QTI deve conter pelo menos um item QTI para ser compilado. Nenhum encontrado." + +msgid "A qti testpackage" +msgstr "Pacote de teste qti" + +msgid "A remote resource referenced in QTI test '%s' could not be retrieved." +msgstr "Um recurso remoto referenciado no teste QTI '%s' não pôde ser recuperado." + +msgid "A response to every question in this item is required." +msgstr "É necessária uma resposta a cada pergunta nesse item." + +msgid "A response to this item is required." +msgstr "É necessária uma resposta para este item." + +msgid "A valid response to this item is required." +msgstr "É necessária uma resposta válida para este item." + +msgid "A visible section is one that is identifiable by the candidate." +msgstr "Uma secção visível é identificável pelo candidato." + +msgid "Accessibility tool that enables Test Taker to have the item content read aloud." +msgstr "" + +msgid "Activated" +msgstr "Ativado" + +msgid "add a new weight" +msgstr "crie uma nova carga" + +msgid "Add a zip file containing QTI/APIP tests and items" +msgstr "Adicionar um arquivo zip contendo testes e itens QTI/APIP" + +msgid "Add selected item(s) here." +msgstr "Adicionar itens selecionados aqui." + +msgid "Add Subsection" +msgstr "" + +msgid "Add the source file" +msgstr "Adicionar o arquivo fonte" + +msgid "After you complete the section it would be impossible to return to this section to make changes. Are you sure you want to end the section?" +msgstr "Após completar a seção, será impossível retornar a esta seção para fazer alterações. Você tem certeza que quer completar a seção?" + +msgid "All" +msgstr "Todos" + +msgid "Allow Comment" +msgstr "Permitir Comentários" + +msgid "Allow Review" +msgstr "Permitir Revisão" + +msgid "Allow Section Skipping" +msgstr "Permitir pular seção" + +msgid "Allow Skipping" +msgstr "Permitir Pular" + +msgid "Allow skipping of the current section." +msgstr "Permitir pular a seção atual." + +msgid "Allow Test-taker to playback media files associated according to APIP protocol to item content." +msgstr "Permitir ao candidato reproduzir arquivos de mídia associados com o protocolo APIP para o conteúdo do item." + +msgid "Allow the candidate to review his answers." +msgstr "Permitir ao candidato analisar suas respostas." + +msgid "Allow the test-taker to eliminate / strikethrough answers in choice interactions." +msgstr "Permitir que o candidato elimine / busca em respostas na escolha de interações." + +msgid "Allow the test-taker to highlight parts of the item text." +msgstr "Permitir que o candidato destaque de partes do texto do item." + +msgid "Allow the test-taker to mask and unmask answers in choice interactions." +msgstr "Permitir que o candidato esconda as respostas em interações de escolha." + +msgid "Allow the test-taker to mask parts of the item with a movable mask." +msgstr "Permitir que o candidato esconda partes do item com uma máscara móvel." + +msgid "Allow the test-taker to use a basic calculator." +msgstr "Permitir que o candidato use uma calculadora básica." + +msgid "Allow the test-taker to use a calculator respecting the order of operations (BODMAS)." +msgstr "Permite que o candidato use uma calculadora respeitando a ordem de operações (BODMAS)." + +msgid "Allow the test-taker to use a movable magnifier tool." +msgstr "Permite que o candidato use uma ferramenta de lupa móvel." + +msgid "Allow the test-taker to use a scientific calculator." +msgstr "Permitir que o candidato use uma calculadora científica." + +msgid "Allow the test-taker to visually isolate a line of text." +msgstr "Permitir que o candidato isole visualmente uma linha de texto." + +msgid "Allows Test-taker to zoom in and out the item content." +msgstr "Permite que o candidato aumente e diminua o conteúdo do item." + +msgid "Also compute the score per categories" +msgstr "Também calcular a pontuação por categorias" + +msgid "An error occured while retrieving items" +msgstr "Ocorreu um erro durante a recuperação dos itens" + +msgid "An error occurred during results submission. Please retry." +msgstr "Ocorreu um erro durante o envio dos resultados. Por favor, tente novamente." + +msgid "An error occurred during the test initialization!" +msgstr "Ocorreu um erro durante a inicialização do teste!" + +msgid "An error occurred during the test, please content your administrator." +msgstr "Ocorreu um erro durante o teste, por favor, conteúdo o administrador." + +msgid "An error occurred!" +msgstr "Ocorreu um erro!" + +msgid "An error occurs, please contact your administrator" +msgstr "Ocorreu um erro. Por favor, informe o administrador" + +msgid "An invisible section with a parent that is subject to shuffling can specify whether or not its children, which will appear to the candidate as if they were part of the parent, are shuffled as a block or mixed up with the other children of the parent section." +msgstr "Uma seção invisível com um pai que está sujeito a embaralhar pode especificar se seus filhos ou não, que aparecerão para o candidato como se eles fossem parte do pai, são misturados como um bloco ou misturados com as outras crianças da seção principal." + +msgid "An item involved in the test cannot be read or is not QTI compliant." +msgstr "Um item envolvido no teste não pode ser lido ou não é compatível com QTI." + +msgid "An item involved in the test cannot be written." +msgstr "Um item envolvido no teste não pode ser escrito." + +msgid "An unknown error occured while compiled QTI Test '%s'." +msgstr "Ocorreu um erro desconhecido ao compilar QTI Test '%s'." + +msgid "An unknown error occured while compiling QTI test '%s'." +msgstr "Ocorreu um erro desconhecido ao compilar o teste QTI '%s'." + +msgid "An unrecoverable error occurred. Your test session will be paused." +msgstr "Ocorreu um erro irrecuperável. Sua sessão de teste será pausada." + +msgid "and" +msgstr "e" + +msgid "and flagged %s of them" +msgstr "e sinalizou %s deles" + +msgid "and you flagged %s item(s) that you can review now" +msgstr "você sinalizou %s item(s) que você pode revisar agora" + +msgid "Answer Eliminator" +msgstr "Eliminador de Resposta" + +msgid "Answer Masking" +msgstr "Mascarar Respostas" + +msgid "Answered" +msgstr "Respondido" + +msgid "APIP Text To Speech" +msgstr "APIP Texto para Fala" + +msgid "Are you sure you want to clear your answer and go to the next item? You will not be able to go back and provide an answer." +msgstr "Tem certeza que deseja limpar a sua resposta e ir para o próximo item? Não poderá voltar atrás e dar uma resposta." + +msgid "Are you sure you want to end the test?" +msgstr "Tem certeza que deseja finalizar o teste?" + +msgid "Are you sure you want to go to the next item? You will not be able to go back and change your answer." +msgstr "Tem certeza de que deseja ir para o próximo item? Você não poderá voltar nem mudar sua resposta." + +msgid "Are you sure you want to go to the next item? You will not be able to go back and provide an answer." +msgstr "Tem certeza de que deseja ir para o próximo item? Você não poderá voltar para dar uma resposta." + +msgid "Are you sure you want to go to the next item? You will not be able to go back." +msgstr "Tem certeza de que deseja ir para o próximo item? Não poderá voltar." + +msgid "Area Masking" +msgstr "Mascarar Respostas" + +msgid "Associate a blueprint to a section allow you to validate this section against the specified blueprint." +msgstr "Associe um diagrama a uma seção permite que você valide essa seção para o modelo especificado." + +msgid "Associate Blueprint" +msgstr "Diagrama associado" + +msgid "At least one mandatory parameter was required but found missing in your request" +msgstr "Pelo menos um parâmetro obrigatório era requerido, mas encontrado faltando em seu pedido" + +msgid "Author" +msgstr "Autor" + +msgid "Auxiliary file not found at location \"%s\"." +msgstr "Arquivo auxiliar não encontrado na localização \"%s\"." + +msgid "Black on Cream" +msgstr "Preto em Creme" + +msgid "Black on Light Blue" +msgstr "Preto em Azul Claro" + +msgid "Black on Light Magenta" +msgstr "Preto em Magenta Claro" + +msgid "Black on White" +msgstr "Preto em Branco" + +msgid "Bookmark question" +msgstr "" + +msgid "Bookmark the current question for later review" +msgstr "" + +msgid "Bookmarked question %s" +msgstr "" + +msgid "Calculator" +msgstr "Calculadora" + +msgid "Calculator BODMAS" +msgstr "Calculadora BODMAS" + +msgid "Can not playback media file!" +msgstr "Não é possível reproduzir o arquivo de mídia!" + +msgid "CANCEL" +msgstr "CANCELAR" + +msgid "Cancel" +msgstr "Cancelar" + +msgid "Candidate" +msgstr "Candidato" + +msgid "Cardinality" +msgstr "Cardinalidade" + +msgid "Categories" +msgstr "Categorias" + +msgid "Category score" +msgstr "Pontuação da categoria" + +msgid "Change the current color preset" +msgstr "Alterar a predefinição de cor atual" + +msgid "Class" +msgstr "Classe" + +msgid "Class successfully created." +msgstr "Classe criada com sucesso." + +msgid "Clear all active highlights" +msgstr "Limpe todos os destaques ativos" + +msgid "Clear Highlights" +msgstr "Limpar Destaques" + +msgid "Click \"%s\" to continue" +msgstr "Clique \"%s\" para continuar" + +msgid "Click \"%s\" to continue." +msgstr "" + +msgid "Click to speak" +msgstr "Clique para falar" + +msgid "Close" +msgstr "Fechar" + +msgid "Close Magnifier" +msgstr "Fechar Lupa" + +msgid "Close the mask" +msgstr "Fechar máscara" + +msgid "Close this Section" +msgstr "Fechar esta seção" + +msgid "Collapse the review panel" +msgstr "Fechar painel de revisão" + +msgid "Comment" +msgstr "Comentar" + +msgid "Completed items" +msgstr "Itens concluídos" + +msgid "Connected to server" +msgstr "Conectado ao Servidor" + +msgid "CONTINUE TO THE NEXT SECTION" +msgstr "CONTINUAR PARA A PRÓXIMA SEÇÃO" + +msgid "Contrast" +msgstr "Contraste" + +msgid "Controls the contribution of an individual item score to the overall test score." +msgstr "Controla a contribuição de uma pontuação individual de item para a pontuação geral do teste." + +msgid "Controls the maximum number of attempts allowed. 0 means unlimited." +msgstr "Controla o número máximo de tentativas permitidas. 0 significa ilimitado." + +msgid "Covers parts of the item" +msgstr "Cobre partes do item" + +msgid "Custom" +msgstr "Personalizado" + +msgid "custom categories" +msgstr "personalizar categorias" + +msgid "Custom outcome processing. No changes will be made to the existing rules." +msgstr "Processamento de resultado personalizado. Nenhuma alteração será feita nas regras existentes." + +msgid "Cut score" +msgstr "Pontuação de corte" + +msgid "Cut score (pass ratio)" +msgstr "Pontuação de corte (taxa de passo)" + +msgid "Disable validation" +msgstr "Desativar validação" + +msgid "Disconnected from server" +msgstr "Desconectado do Servidor" + +msgid "Display a warning before the test-taker ends a test part and there are still items left unanswered or marked for review." +msgstr "Exibir um aviso antes que o candidato termine uma parte do teste, e ainda há itens que não foram respondidos ou marcados para revisão." + +msgid "Display a warning before the test-taker ends the test part." +msgstr "Exibir um aviso antes que o test-taker termine a parte de teste." + +msgid "Display a warning before the test-taker ends the test." +msgstr "Exibir um aviso antes que o candidato termine a parte de teste." + +msgid "Display a warning before the test-taker skips the section. Requires the Section Skipping option." +msgstr "Exibe um aviso antes que o candidato pule a seção. Requer a opção Pular Seção." + +msgid "Display End Test Warning" +msgstr "Exibir Alerta de Final de Teste" + +msgid "Display Next Part Warning" +msgstr "Exibir Aviso de Próxima Parte" + +msgid "Display Next Section Warning" +msgstr "Exibir Aviso de Próxima Parte" + +msgid "Display Unanswered Warning" +msgstr "Exibir Aviso de Item Não Respondido" + +msgid "Displayed label" +msgstr "Mostrar label" + +msgid "Displays a customisable magnifier" +msgstr "Exibe uma lupa customizável" + +msgid "Do not bookmark the current question for later review" +msgstr "" + +msgid "Do not flag the current item for later review" +msgstr "Não sinalizar o item atual para posterior revisão" + +msgid "Do not rename it." +msgstr "Não renomear." + +msgid "Do not show alert on timeout" +msgstr "Não exibir alerta no tempo limite" + +msgid "Don\'t save" +msgstr "" + +msgid "Don\\'t save" +msgstr "Não salvar" + +msgid "Download" +msgstr "Baixar" + +msgid "Download the pupil responses and submit manually." +msgstr "Baixar as respostas para os alunos e enviar manualmente." + +msgid "Eliminate choices" +msgstr "Eliminar opções" + +msgid "Enable Mark for Review" +msgstr "Habilitar para revisão" + +msgid "Enable mark for review of items. Requires the Review Screen option." +msgstr "Habilitar marca para revisão dos itens. Requer a opção da tela de revisão." + +msgid "Enable Review Screen" +msgstr "Ativar a tela de revisão" + +msgid "Enable selection" +msgstr "Habilitar seleção" + +msgid "Enable Skipping Ahead" +msgstr "Habilitar pular para frente" + +msgid "Enable text to speech" +msgstr "Habilitar síntese de voz" + +msgid "Enable the item review screen / navigator." +msgstr "Habilite a tela de revisão do item / navegador." + +msgid "Enables skipping to items within this section. Requires the review screen option." +msgstr "Permite pular para outros itens nesta seção. Requer a opção da tela de revisão." + +msgid "End test" +msgstr "Finalizar teste" + +msgid "End Test" +msgstr "Finalizar teste" + +msgid "Enter a blueprint" +msgstr "Inserir um diagrama" + +msgid "Enter a custom category" +msgstr "Inserir uma categoria personalizada" + +msgid "Error" +msgstr "Erro" + +msgid "Error during file import" +msgstr "Erro durante importação do arquivo" + +msgid "Error found in the IMS QTI Test:\n" +"%s" +msgstr "Erro encontrado no teste IMS QTI\n" +"%s" + +msgid "Expand the review panel" +msgstr "Abrir o Painel de Revisão" + +msgid "Export" +msgstr "" + +msgid "Export failed for the test \"%s" +msgstr "Exportação falhou para o teste \"%s" + +msgid "Export failed. Key uri nor classUri in formValues are not defined" +msgstr "" + +msgid "Export metadata" +msgstr "Exportar metadados" + +msgid "Export QTI %s Test Package" +msgstr "" + +msgid "Export QTI 2.1 Test Package" +msgstr "Exportar Pacote de Teste QTI 2.1" + +msgid "Export QTI 2.2 Test Package" +msgstr "Exportar Pacote de Teste QTI 2.2" + +msgid "Export successful for the test \"%s" +msgstr "Sucesso na exportação do teste \"%s" + +msgid "Feedback block" +msgstr "Bloco de Feedback" + +msgid "File name" +msgstr "Nome do Arquivo" + +msgid "File not found" +msgstr "Arquivo não encontrado" + +msgid "File not found!" +msgstr "Arquivo não encontrado!" + +msgid "Filter" +msgstr "Filtro" + +msgid "Fixed" +msgstr "Afixada" + +msgid "Fixed position in a shuffled the selection." +msgstr "Posição fixa em uma seleção embaralhada." + +msgid "Flag for Review" +msgstr "Sinalizar para revisão" + +msgid "Flag the current item for later review" +msgstr "Sinalizar o item atual para revisão posterior" + +msgid "Flagged" +msgstr "Marcado" + +msgid "Flagged for review" +msgstr "Marcado para revisão" + +msgid "Force the item to be considered as informational and not taken into account in (un)answered / flagged counters." +msgstr "Forçar o item a ser considerado como informativo e não considerado nos contadores (não )respondidos/sinalizados." + +msgid "Go to next item" +msgstr "Ir para o próximo item" + +msgid "Go to the current question" +msgstr "Ir para a questão atual" + +msgid "Go to the next item?" +msgstr "Ir para o próximo item?" + +msgid "Go to the next question" +msgstr "Ir para a próxima questão" + +msgid "Go to the previous question" +msgstr "Ir para a questão anterior" + +msgid "Go to the top of the page" +msgstr "Ir para o topo da página" + +msgid "Gray on Green" +msgstr "Cinza em Verde" + +msgid "Hide Review" +msgstr "Ocultar Revisão" + +msgid "Hide test overview panel" +msgstr "" + +msgid "Hide the review screen" +msgstr "Ocultar a tela de revisão" + +msgid "Hide the warning automatically displayed when a test-taker exit a timed section." +msgstr "Ocultar o aviso exibido automaticamente quando um test-taker sair de uma seção cronometrada." + +msgid "Hide Timed Section Warning" +msgstr "Ocultar Aviso de Seção Temporizada" + +msgid "Hide timers" +msgstr "Ocultar cronômetros" + +msgid "Highlight" +msgstr "Destacar" + +msgid "Highlight Text" +msgstr "Destacar Texto" + +msgid "Highlighter" +msgstr "Destaque" + +msgid "hours" +msgstr "horas" + +msgid "Html title" +msgstr "Título HTML" + +msgid "Identifier" +msgstr "Identifier" + +msgid "If required it must appear (at least once) in the selection." +msgstr "Se necessário ele deve aparecer (pelo menos uma vez) na seleção." + +msgid "If required, it must appears at least once in the selection." +msgstr "Se necessário, deve aparecer pelo menos uma vez na seleção." + +msgid "If set, it causes the order of the child elements to be randomized, otherwise it uses the order in which the child elements are defined." +msgstr "Se atribuído, faz com que a ordem dos elementos dos filhos seja randomizada, caso contrário usa a ordem em que os elementos filhos são definidos." + +msgid "If the candidate can skip the item, without submitting a response (default is true)." +msgstr "Se o candidato puder pular o item, sem enviar uma resposta (padrão é verdadeiro)." + +msgid "If the category option is set, the score will also be processed per categories, and each results will take place in the PASS_xxx outcome, where xxx is the name of the category." +msgstr "Se a opção da categoria estiver definida, a nota também será processada por categorias, e cada resultado será realizado no resultado PASS_xxx, onde xxx é o nome da categoria." + +msgid "If the category option is set, the score will also be processed per categories, and each results will take place in the SCORE_xxx outcome, where xxx is the name of the category." +msgstr "Se a opção da categoria estiver definida, a nota também será processada por categorias, e cada resultado terá lugar no resultado SCORE_xxx, onde xxx é o nome da categoria." + +msgid "If the connection cannot be restored, see option B." +msgstr "Se a conexão não puder ser restaurada, veja a opção B." + +msgid "If you leave the test, your changes will not be saved due to invalid test settings. Are you sure you wish to leave?" +msgstr "" + +msgid "If you need help, please contact our Helpline on 0330 088 4171." +msgstr "Se precisar de ajuda, entre em contato com o nosso Helpline no dia 0330 088 4171." + +msgid "Import" +msgstr "Importar" + +msgid "Import a QTI/APIP Content Package" +msgstr "Importar um Pacote de Conteúdo QTI/APIP" + +msgid "Import QTI TEST into \"%s" +msgstr "Importar TESTE QTI para \"%s" + +msgid "IMS QTI Item referenced as \"%s\" in the IMS Manifest file could not be imported." +msgstr "Item IMS QTI referenciado como \"%s\" no arquivo IMS Manifesto não pôde ser importado." + +msgid "IMS QTI Item referenced as \"%s\" in the IMS Manifest file successfully imported." +msgstr "Item IMS QTI referenciado como \"%sno arquivo IMS Manifest importado com sucesso." + +msgid "IMS QTI Test Package successfully imported." +msgstr "Pacote de Teste IMS QTI importado com sucesso." + +msgid "IMS QTI Test referenced as \"%s\" in the IMS Manifest file successfully imported." +msgstr "Teste IMS QTI referenciado como \"%s\" no arquivo IMS Manifest importado com sucesso." + +msgid "In this part of the test navigation is not allowed." +msgstr "Nesta parte da navegação de teste não é permitido." + +msgid "Inconsistency at line %1d:" +msgstr "Inconsistência na linha %1d:" + +msgid "Individual" +msgstr "Individual" + +msgid "Informational item" +msgstr "" + +msgid "Informational Item Usage" +msgstr "Uso de item informativo" + +msgid "Internal server error!" +msgstr "Erro interno do servidor!" + +msgid "is already used in the test." +msgstr "já é usado no teste." + +msgid "is not a valid identifier (alphanum, underscore, dash and dots)" +msgstr "não é um identificador válido (alfabeto, sublinhado, traço e pontos)" + +msgid "is not a valid identifier (everything except spaces)" +msgstr "não é um identificador válido (tudo, exceto espaços)" + +msgid "It is not possible to save your responses while working offline." +msgstr "Não é possível salvar suas respostas enquanto trabalha offline." + +msgid "Item \"%s\" is completed." +msgstr "Item \"%s\" está completo." + +msgid "Item %d" +msgstr "Item %d" + +msgid "Item %d of %d" +msgstr "Item %d de %d" + +msgid "Item %s loaded" +msgstr "Item %s carregado" + +msgid "Item Reference Properties" +msgstr "Propriedades de Referência do Item" + +msgid "Item response identifier does not match current item" +msgstr "Identificador de resposta do item não corresponde ao item atual" + +msgid "Item Session Control" +msgstr "Controle de sessão do item" + +msgid "Items" +msgstr "Itens" + +msgid "items" +msgstr "itens" + +msgid "Items can optionally be assigned to one or more categories." +msgstr "Os itens podem opcionalmente ser atribuídos a uma ou mais categorias." + +msgid "Items Compilation" +msgstr "Compilação de itens" + +msgid "Items marked for later review" +msgstr "Itens marcados para revisão posterior" + +msgid "Items with assessmentItemRef identifiers \"%s\" are not registered in the related CAT endpoint." +msgstr "Itens com identificadores de avalimentItemRef \"%s\" não estão registrados no endpoint CAT relacionado." + +msgid "Jump Menu" +msgstr "Pular Menu" + +msgid "Jump to:" +msgstr "Ir para:" + +msgid "Keep Together" +msgstr "Manter junto" + +msgid "Keyboard Navigation" +msgstr "Navegação por teclado" + +msgid "Keyboard shortcuts for the Accessibility Tools are available to the Test-taker." +msgstr "Atalhos de teclado para as Ferramentas de Acessibilidade estão disponíveis para o candidato." + +msgid "Late submission allowed" +msgstr "Submissão atrasada permitida" + +msgid "Leave a comment" +msgstr "Deixar um comentário" + +msgid "Line Reader" +msgstr "Leitor de Linha" + +msgid "Linear" +msgstr "Linear" + +msgid "Link durations to activate the guided navigation" +msgstr "Vincular durações para ativar navegação guiada" + +msgid "Locked duration : guided navigation. The test transition to the next item once the duration reaches 0." +msgstr "Duração bloqueada: navegação guiada. A transição de teste para o próximo item uma vez que a duração atinge 0." + +msgid "Magnifier" +msgstr "Lupa" + +msgid "Magnify less" +msgstr "Ampliar menos" + +msgid "Magnify more" +msgstr "Ampliar mais" + +msgid "Magnifying Glass" +msgstr "Lupa" + +msgid "Main navigation" +msgstr "Navegação principal" + +msgid "Manage Rubric Blocks" +msgstr "Gerenciar blocos de Rubrica" + +msgid "Manage test properties" +msgstr "Gerenciar propriedades do teste" + +#, tao-public +msgid "Manage tests" +msgstr "Gerenciar testes" + +msgid "Manage Tests" +msgstr "Gerenciar testes" + +msgid "Mark for review" +msgstr "Marcar para Revisão" + +msgid "Masking" +msgstr "Máscara" + +msgid "Match value" +msgstr "Valor correspondente" + +msgid "Max Attempts" +msgstr "Máx. de tentativas" + +msgid "Maximum Duration" +msgstr "Duração máxima" + +msgid "Maximum duration : the items times out when the duration reaches 0." +msgstr "Duração máxima: os itens expiram quando a duração atinge 0." + +msgid "Maximum duration for the all test." +msgstr "Duração máxima para todo o teste." + +msgid "Maximum duration for this item." +msgstr "Duração máxima para este item." + +msgid "Maximum duration for this section." +msgstr "Duração máxima para esta seção." + +msgid "Maximum duration for this test part." +msgstr "Duração máxima para esta parte do teste." + +msgid "Metadata export is not available for test \"%s." +msgstr "Exportação de metadados não está disponível para o teste \"%s." + +msgid "Minimum Duration" +msgstr "Duração mínima" + +msgid "Minimum duration : enforces the test taker to stay on the item for the given duration." +msgstr "Duração mínima: obriga o candidato a ficar no item durante a duração indicada." + +msgid "Minimum duration for the test." +msgstr "Duração mínima do teste." + +msgid "Minimum duration for this item." +msgstr "Duração mínima para este item." + +msgid "Minimum duration for this section." +msgstr "Duração mínima para esta seção." + +msgid "Minimum duration for this test part." +msgstr "Duração mínima para esta parte do teste." + +msgid "minutes" +msgstr "minutos" + +msgid "Missed required parameter \'id\'" +msgstr "" + +msgid "Missed test package file" +msgstr "Arquivo do pacote do teste não encontrado" + +msgid "Missing filename for QTI Test export" +msgstr "" + +msgid "Missing required configuration option %s" +msgstr "Falta a opção de configuração necessária %s" + +msgid "Move" +msgstr "Mover" + +msgid "Move Down" +msgstr "Mover para baixo" + +msgid "Move Up" +msgstr "Mover para cima" + +msgid "Moving to the next item without time limit reached message." +msgstr "Mover para o próximo item sem limite de tempo atingido mensagem." + +msgid "name of the pupil" +msgstr "nome do aluno" + +msgid "Navigation" +msgstr "Navegação" + +msgid "Navigation shortcuts" +msgstr "Atalhos de navegação" + +msgid "Navigation Warnings" +msgstr "Avisos de navegação" + +msgid "network" +msgstr "rede" + +msgid "New Rubric Block" +msgstr "Novo Bloco de Rubrica" + +msgid "New section" +msgstr "Nova Seção" + +msgid "New test part" +msgstr "Nova parte de teste" + +msgid "Next" +msgstr "Próximo" + +msgid "Next Section" +msgstr "Próxima seção" + +msgid "No" +msgstr "Não" + +msgid "NO" +msgstr "" + +msgid "No CAT Engine configured for CAT Endpoint \"%s\"." +msgstr "Nenhum motor CAT configurado para CAT Endpoint \"%s\"." + +msgid "No file found at location \"%s\"." +msgstr "Nenhum arquivo encontrado na localização \"%s\"." + +msgid "No instance in form to export" +msgstr "" + +msgid "No more attempts allowed for item \"%s\"." +msgstr "Não há mais tentativas permitidas para o item \"%s\"." + +msgid "no outcome declaration found" +msgstr "nenhuma declaração de resultado encontrada" + +msgid "No outcome processing. Erase the existing rules, if any." +msgstr "Sem processamento de resultado. Limpe as regras existentes, se houver." + +msgid "No reference to any IMS QTI Item found." +msgstr "Nenhuma referência a qualquer item IMS QTI encontrado." + +msgid "Non Linear" +msgstr "Não linear" + +msgid "None" +msgstr "Vazio" + +msgid "Not all test could be exported" +msgstr "Nem todo o teste pôde ser exportado" + +msgid "Not answered" +msgstr "Não respondido" + +msgid "Not seen" +msgstr "Não visto" + +msgid "Not shuffled, the position remains fixed." +msgstr "Não randomizado, a posição permanece fixa." + +msgid "Offline" +msgstr "Offline" + +msgid "OK" +msgstr "OK" + +msgid "Ok" +msgstr "Ok" + +msgid "OK & End test" +msgstr "OK & Terminar teste" + +msgid "Once you close this section, you cannot return to it or change your answers." +msgstr "Depois de fechar esta seção, você não pode voltar a ela ou mudar suas respostas." + +msgid "One or more dependent IMS QTI Items could not be imported." +msgstr "Um ou mais itens IMS QTI dependentes não puderam ser importados." + +msgid "Online" +msgstr "Online" + +msgid "Only display the items marked for review" +msgstr "Exibir apenas os itens marcados para revisão" + +msgid "Only display the unanswered items" +msgstr "Exibir apenas os itens não respondidos" + +msgid "Open Calculator" +msgstr "Abrir Calculadora" + +msgid "Open Keyboard Shortcuts" +msgstr "Atalhos de Teclado" + +msgid "Option A" +msgstr "Opção A" + +msgid "Option B" +msgstr "Opção B" + +msgid "or" +msgstr "ou" + +msgid "Ordering" +msgstr "Ordem" + +msgid "Outcome" +msgstr "Resultado" + +msgid "Outcome declarations" +msgstr "Declarações dos resultados" + +msgid "Outcome processing" +msgstr "Processamento dos resultados" + +msgid "Package is valid but no tests were found. Make sure that it contains valid QTI tests." +msgstr "O pacote é válido mas nenhum teste foi encontrado. Certifique-se de que ele contém testes válidos de QTI." + +msgid "Part %d" +msgstr "Parte %d" + +msgid "Passage" +msgstr "Passagem" + +msgid "Pause" +msgstr "Pausar" + +msgid "Pause the test" +msgstr "Pausar o teste" + +msgid "Play" +msgstr "Reproduzir" + +msgid "Please confirm you want to leave the test." +msgstr "Por favor, confirme que deseja sair do teste." + +msgid "Please try reloading the page or pause the test. If you pause, you will be able to resume the test from this page." +msgstr "Por favor, tente recarregar a página ou pause o teste. Se você pausar, você será capaz de retomar o teste a partir desta página." + +msgid "Please wait while we try to restore the connection." +msgstr "Por favor, aguarde enquanto tentamos restaurar a conexão." + +msgid "Preview" +msgstr "Pré-visualizar" + +msgid "Preview the covered area" +msgstr "Pré-visualizar a área coberta" + +msgid "Previous" +msgstr "Anterior" + +msgid "PROCEED & END ASSESSMENT" +msgstr "CONTINUAR E FINALIZAR A AVALIAÇÃO" + +msgid "Proctor" +msgstr "Vigilante" + +msgid "Properties" +msgstr "Propriedades" + +msgid "QTI 2.1 Test Driver" +msgstr "Driver de Teste QTI 2.1" + +msgid "QTI Item Runner" +msgstr "Executor de teste QTI" + +msgid "QTI Test \"%s\" publishing failed." +msgstr "Falha na publicação do QTI Test \"%s." + +msgid "QTI Test \"%s\" successfully published." +msgstr "Teste QTI \"%s\" publicado com sucesso." + +msgid "QTI Test Metadata" +msgstr "" + +msgid "QTI Test Package %s" +msgstr "" + +msgid "QTI Test Package 2.1" +msgstr "Pacote de Teste QTI 2.1" + +msgid "QTI Test Package 2.2" +msgstr "Pacote de Teste QTI 2.2" + +msgid "QTI/APIP Test Content Package" +msgstr "Pacote de conteúdo de teste QTI/APIP" + +msgid "question" +msgstr "pergunta" + +msgid "Question" +msgstr "Pergunta" + +msgid "Question %s" +msgstr "" + +msgid "questions" +msgstr "perguntas" + +msgid "Reference" +msgstr "Referência" + +msgid "Regenerate" +msgstr "Regenerar" + +msgid "Reload the page" +msgstr "Atualize a página" + +msgid "remaining %s %s" +msgstr "restante %s %s" + +msgid "Remove Item Reference" +msgstr "Remover referência do item" + +msgid "Remove Rubric Block" +msgstr "Remover Bloco de Rubrica" + +msgid "Remove Section" +msgstr "Remover Seção" + +msgid "Remove Subsection" +msgstr "" + +msgid "Remove Test Part" +msgstr "Remover Parte do Teste" + +msgid "Required" +msgstr "Obrigatório" + +msgid "Required field" +msgstr "Campo obrigatório" + +msgid "Reset filters" +msgstr "Redefinir filtros" + +msgid "Resource(s) successfully exported." +msgstr "Recurso(s) eexportados com sucesso." + +msgid "ResultTransmission event successfully registered" +msgstr "" + +msgid "Review" +msgstr "Revisar" + +msgid "Review my Answers" +msgstr "Revisar as minhas respostas" + +msgid "Rubric Block" +msgstr "Bloco de Rubrica" + +msgid "Rubric Block Properties" +msgstr "Propriedades do Bloco de Rubrica" + +msgid "Rubric Blocks" +msgstr "Blocos de Rubrica" + +msgid "Save" +msgstr "Salvar" + +msgid "Saved" +msgstr "Salvo" + +msgid "Scientific Calculator" +msgstr "Calculadora científica" + +msgid "Scorer" +msgstr "Pontoador" + +msgid "Scoring" +msgstr "Pontuação" + +msgid "Scratch pad" +msgstr "Painel de rascunho" + +msgid "Scratch Pad" +msgstr "Painel de rascuho" + +msgid "Scratchpad" +msgstr "Painel de rascunho" + +msgid "seconds" +msgstr "segundos" + +msgid "Section %d" +msgstr "Seção %d" + +msgid "Section %d of %d" +msgstr "Seção %d de %d" + +msgid "Section level category enables configuring the categories of its composing items all at once. A category in gray means that all items have that category. A category in white means that only a few items have that category." +msgstr "A categoria do nível de seção permite configurar as categorias de seus itens compondo todos de uma só vez. Uma categoria em cinza significa que todos os itens têm essa categoria. Uma categoria em branco significa que apenas alguns itens têm essa categoria." + +msgid "Section Properties" +msgstr "Propriedades da seção" + +msgid "Select" +msgstr "Selecionar" + +msgid "Select a blueprint" +msgstr "Selecione um diagrama" + +msgid "Select Items" +msgstr "Selecionar itens" + +msgid "Select the way the responses of your test should be processed" +msgstr "Selecione a forma como as respostas do seu teste devem ser processadas" + +msgid "Selection" +msgstr "Seleção" + +msgid "Send" +msgstr "Mandar" + +msgid "Set outcome identifier the feedback block is related to" +msgstr "Definir identificador de resultado que o bloco de feedback está relacionado com" + +msgid "Set the cut score (or pass score ratio) associated to the test. It must be a float between 0 and 1." +msgstr "Defina a pontuação de corte (ou taxa de pontuação) associada ao teste. Deve ser um ponto flutuante entre 0 e 1." + +msgid "Set the rubric block as a feedback block" +msgstr "Defina o bloco de rubrica como um bloco de feedback" + +msgid "Set the value of the outcome that will activate the feedback block" +msgstr "Defina o valor do resultado que irá ativar o bloco de feedback" + +msgid "Set the weight identifier used to process the score" +msgstr "Definir o identificador de peso usado para processar a pontuação" + +msgid "Set the XHTML-QTI class of the rubric block." +msgstr "Defina a classe XHTML-QTI do bloco rubricado." + +msgid "Set the XHTML-QTI identifier of the rubric block." +msgstr "Defina o identificador XHTML-QTI do bloco de rubrica." + +msgid "SetSynchronisationService successfully configured." +msgstr "Serviço configurado com sucesso." + +msgid "Settings" +msgstr "Confirgurações" + +msgid "Show Feedback" +msgstr "Mostrar Feedback" + +msgid "Show Review" +msgstr "Exibir avaliação" + +msgid "Show Solution" +msgstr "Mostrar Solução" + +msgid "Show test overview panel" +msgstr "" + +msgid "Show the review screen" +msgstr "Mostrar a tela de revisão" + +msgid "Show the solution once the answer is submitted." +msgstr "Mostrar a solução quando a resposta for submetida." + +msgid "Show timers" +msgstr "Mostrar temporizadores" + +msgid "Show/Hide the review screen" +msgstr "Mostrar/Ocultar a tela de revisão" + +msgid "Shuffle" +msgstr "Aleatório" + +msgid "Simultaneous" +msgstr "simultâneo" + +msgid "Skip" +msgstr "Ignorar" + +msgid "Skip & End Test" +msgstr "Ignorar & Testar o Fim" + +msgid "Skip and end test" +msgstr "Pular e terminar teste" + +msgid "Skip and go to the end of the test" +msgstr "Pular e ir para o final do teste" + +msgid "Skip and go to the next item" +msgstr "Pular e ir para o próximo item" + +msgid "Skip to the end of the test" +msgstr "Pular para o final do teste" + +msgid "Skip to the next item" +msgstr "Pular para o próximo item" + +msgid "Skip to the next section" +msgstr "Pular para a próxima seção" + +msgid "Some rubric blocks have been updated to reflect the changes in the list of outcomes." +msgstr "Alguns blocos de rubrica foram atualizados para refletir as alterações na lista de resultados." + +msgid "Something unexpected happened." +msgstr "Algo inesperado aconteceu." + +msgid "Something went wrong..." +msgstr "Algo deu errado..." + +msgid "Speech speed" +msgstr "Velocidade da fala" + +msgid "Speed" +msgstr "Velocidade" + +msgid "Start Test-part" +msgstr "Iniciar Teste-parte" + +msgid "Step 1: Download the file (see below when available)." +msgstr "Passo 1: Baixar o arquivo (veja abaixo quando disponível)." + +msgid "Step 2: When you are online again, please send the downloaded file to receptionbaseline@nfer.ac.uk together with the " +msgstr "Passo 2: Quando estiver online novamente, envie o arquivo baixado para receptionbaseline@nfer.ac.uk junto com o " + +msgid "Step 3: Once you have downloaded the file you can close the browser window. Do not do anything further with the assessment whilst it shows as \"in progress\"; the status will be updated once the helpline has uploaded the file." +msgstr "Passo 3: Depois de fazer o download do arquivo, você pode fechar a janela do navegador. Não faça nada mais com a avaliação enquanto ela se revela como \"em progresso\"; o status será atualizado assim que a linha de ajuda tiver carregado o arquivo." + +msgid "Stop" +msgstr "Interromper" + +msgid "Submission" +msgstr "Submissão" + +msgid "Submit and go to the end of the test" +msgstr "Enviar e ir para o final do teste" + +msgid "Submit and go to the item %s" +msgstr "Submeter e ir para o item %s" + +msgid "Submit and go to the next item" +msgstr "Enviar e ir para o próximo item" + +msgid "Submit and go to the previous item" +msgstr "Enviar e ir para o item anterior" + +msgid "SUBMIT THE TEST" +msgstr "ENVIAR O TEST" + +msgid "SUBMIT THIS PART" +msgstr "ENVIAR ESTA PARTE" + +msgid "technical" +msgstr "técnico" + +msgid "Test" +msgstr "Teste" + +msgid "Test constructor" +msgstr "Criador de testes" + +msgid "Test metadata successfully exported." +msgstr "Metadados de teste exportados com sucesso." + +msgid "Test Navigation" +msgstr "Navegação do Teste" + +msgid "Test overview" +msgstr "" + +msgid "Test part level category enables configuring the categories of its composing items all at once. A category in gray means that all items have that category. A category in white means that only a few items have that category." +msgstr "" + +msgid "Test Part Properties" +msgstr "Propriedades da Parte do Teste" + +msgid "Test Preview is not installed, please contact to your administrator." +msgstr "Pré-visualização de teste não está instalada, por favor, contate o administrador." + +msgid "Test Saved" +msgstr "Teste salvo" + +msgid "Test status" +msgstr "Status do teste" + +msgid "Test status and review structure" +msgstr "Estado de teste e revisão da estrutura" + +msgid "Test Status and Structure" +msgstr "Estado e estrutura do teste" + +msgid "Test-Taker Tools" +msgstr "Ferramentas do candidato" + +#, tao-public +msgid "Tests" +msgstr "Testes" + +msgid "Text content" +msgstr "Conteúdo do teste" + +msgid "Text to Speech" +msgstr "Texto para voz" + +msgid "Text To Speech" +msgstr "Texto para voz" + +msgid "that was being taken." +msgstr "que estava sendo feito." + +msgid "The 'imsmanifest.xml' file found in the archive is not valid." +msgstr "O arquivo 'imsmanifest.xml' encontrado no arquivo não é válido." + +msgid "the assessment (LCL or Mathematics)" +msgstr "a avaliação (LCL ou Matemática)" + +msgid "The assessment has been created but is not already running." +msgstr "A avaliação foi criada, mas ainda não está em execução." + +msgid "The assessment has been suspended by an authorized proctor. If you wish to resume your assessment, please relaunch it and contact your proctor if required." +msgstr "A avaliação foi suspensa por um vigilante autorizado. Se você deseja retomar sua avaliação, por favor, reinicie-a e entre em contato com seu vigilante, se necessário." + +msgid "The assessment has been suspended. To resume your assessment, please relaunch it and contact your proctor if required." +msgstr "A avaliação foi suspensa. Para retomar sua avaliação, por favor, reinicie-a e entre em contato com seu vigilante, se necessário." + +msgid "The assessment has been suspended. To resume your assessment, please relaunch it." +msgstr "A avaliação foi suspensa. Para retomar a avaliação, por favor, reinicie-a." + +msgid "The assessment has been terminated." +msgstr "A avaliação foi terminada." + +msgid "The assessment has been terminated. You cannot interact with it anymore." +msgstr "A avaliação foi terminada. Você não pode interagir mais com ela." + +msgid "The assessment is still running." +msgstr "A avaliação ainda está em curso." + +msgid "The candidate is not allowed to submit invalid responses." +msgstr "O candidato não pode enviar respostas inválidas." + +msgid "The connection seems to be back, please proceed" +msgstr "A conexão parece estar de volta, por favor prossiga" + +msgid "the current question" +msgstr "a pergunta atual" + +msgid "The dependency to the IMS QTI AssessmentItemRef \"%s\" in the IMS Manifest file could not be resolved." +msgstr "A dependência do IMS QTI AssessmentItemRef \"%s no arquivo do Manifesto IMS não pôde ser resolvida." + +msgid "The download will be available in %d seconds" +msgstr "O download estará disponível em %d segundos" + +msgid "The following identifiers are not unique accross the test : %s" +msgstr "Os seguintes identificadores não são originais únicos no teste: %s" + +msgid "The identifier of the item reference." +msgstr "O identificador da referência do item." + +msgid "The identifier of the section." +msgstr "O identificador da seção." + +msgid "The IMS QTI Item referenced as \"%s\" in the IMS Manifest file was already stored in the Item Bank." +msgstr "O item IMS QTI referenciado como \"%s\" no arquivo IMS Manifesto já estava armazenado no Item Bank." + +msgid "The IMS QTI Test Package could not be imported." +msgstr "O pacote de teste IMS QTI não pôde ser importado." + +msgid "The IMS QTI Test referenced as \"%s\" in the IMS Manifest file could not be imported." +msgstr "O teste IMS QTI referenciado como \"%s\" no arquivo IMS Manifest não pôde ser importado." + +msgid "The navigation mode determines the general paths that the candidate may take. A linear mode restricts the candidate to attempt each item in turn. Non Linear removes this restriction." +msgstr "O modo de navegação determina os caminhos gerais que o candidato pode seguir. O modo linear restringe o candidato a tentar cada item em volta. Não linear remove esta restrição." + +msgid "The number of child elements to be selected." +msgstr "O número de elementos a serem seleccionados." + +msgid "The outcome \"%s\" does not exist, but it is referenced by a feedback block!" +msgstr "O resultado \"%s não existe, mas é referenciado por um bloco de feedback!" + +msgid "The outcomes have been regenerated!" +msgstr "Os resultados foram regenerados!" + +msgid "The principle identifier of the test." +msgstr "O identificador principal do teste." + +msgid "The provided archive is invalid. Make sure it is not corrupted and that it contains an 'imsmanifest.xml' file." +msgstr "O arquivo fornecido é inválido. Verifique se ele não está corrompido e se contém um arquivo 'imsmanifest.xml'." + +msgid "The QTI Item with URI '%s' cannot be found." +msgstr "" + +msgid "The QTI Test '%s' to be compiled must contain at least 1 QTI Item. None found." +msgstr "O teste QTI '%s' para ser compilado deve conter pelo menos 1 Item QTI. Nenhum encontrado." + +msgid "The QTI test could not be retrieved correctly." +msgstr "O teste QTI não pôde ser recuperado corretamente." + +msgid "The QTI Test XML or one of its dependencies is malformed or empty." +msgstr "O teste QTI XML ou uma de suas dependências está malformado ou vazio." + +msgid "The QTI-XML test could not be written correctly." +msgstr "O teste QTI-XML não pôde ser escrito corretamente." + +msgid "The reference." +msgstr "A referência." + +msgid "The resources related to the IMS QTI Test referenced as \"%s\" in the IMS Manifest file were rolled back." +msgstr "Os recursos relacionados ao teste IMS QTI referenciado como \"%s no arquivo do Manifesto IMS foram devolvidos." + +msgid "The score will be processed for the entire test. A sum of all SCORE outcomes will be computed and divided by the sum of MAX SCORE, the result will be compared to the cut score (or pass ratio), then the PASS_TOTAL outcome will be set accordingly." +msgstr "A pontuação será processada para o teste inteiro. Uma soma de todos os resultados SCORE será calculada e dividida pela soma MÁX SCORE, o resultado será comparado com a pontuação de corte (ou taxa de aprovação), então o resultado PASS_TOTAL será definido em conformidade." + +msgid "The score will be processed for the entire test. A sum of all SCORE outcomes will be computed, the result will take place in the SCORE_TOTAL outcome." +msgstr "A pontuação será processada para o teste inteiro. Uma soma de todos os resultados SCORE será calculada, o resultado terá lugar no resultado do SCORE_TOTAL ." + +msgid "The section title." +msgstr "O título da turma." + +msgid "The submission mode determines when the candidate's responses are submitted for response processing. A testPart in individual mode requires the candidate to submit their responses on an item-by-item basis. In simultaneous mode the candidate's responses are all submitted together at the end of the testPart." +msgstr "O modo de envio determina quando as respostas do candidato são enviadas para o processo de resposta. Uma testPart no modo individual requer que o candidato envie suas respostas de acordo com o item. Ao mesmo tempo, as respostas do candidato são todas enviadas em conjunto no final do teste." + +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"" +msgstr "" + +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"Please fix the invalid settings and try again." +msgstr "" + +msgid "The test has been closed/suspended!" +msgstr "O teste foi fechado/suspenso!" + +msgid "The test has been paused, we are unable to connect to the server." +msgstr "O teste foi pausado, não foi possível conectar ao servidor." + +msgid "The test has not been saved." +msgstr "O teste não foi salvo." + +msgid "The test has unsaved changes, are you sure you want to leave?" +msgstr "O teste possui alterações não salvas. Tem certeza que deseja sair?" + +msgid "The test has unsaved changes, would you like to save it?" +msgstr "O teste tem alterações não salvas. Deseja salvá-las?" + +msgid "The test needs to be saved before it can be previewed." +msgstr "O teste precisa ser salvo antes de ser pré-visualizado." + +msgid "The test part identifier." +msgstr "Identificador da peça de teste." + +msgid "The test title." +msgstr "O título do teste." + +msgid "The time limit has been reached for this part of the test." +msgstr "O tempo limite foi atingido para esta parte do teste." + +msgid "There are %s unanswered questions" +msgstr "Há %s perguntas não respondidas" + +msgid "There are %s unanswered questions in this part of the test" +msgstr "Há %s perguntas em aberto nesta parte do teste" + +msgid "There is %s unanswered question" +msgstr "Há %s perguntas não respondidas" + +msgid "There is %s unanswered question in this part of the test" +msgstr "Há %s pergunta não respondida nesta parte do teste" + +msgid "There is not outcomes!" +msgstr "Não há resultados!" + +msgid "This constraint affects the visibility of feedback after the end of the last attempt." +msgstr "Esta restrição afeta a visibilidade do feedback após o fim da última tentativa." + +msgid "This constraint controls whether or not the candidate is allowed to provide a comment on the item during the session. Comments are not part of the assessed responses." +msgstr "Esta restrição controla se o candidato pode ou não fornecer um comentário sobre o item durante a sessão. Os comentários não fazem parte das respostas avaliadas." + +msgid "This functionality is blocked. Please contact with your administrator for more details." +msgstr "Esta funcionalidade está bloqueada. Entre em contato com o seu administrador para mais detalhes." + +msgid "This test has been suspended" +msgstr "Este teste foi suspenso" + +msgid "This test has been terminated" +msgstr "Este teste foi finalizado" + +msgid "Time limit reached for item \"%s\"." +msgstr "Tempo limite atingido para o item \"%s\"." + +msgid "Time limit reached, this part of the test has ended." +msgstr "Tempo limite atingido, esta parte do teste terminou." + +msgid "Time limit reached, this part of the test has ended. However you are allowed to finish the current item." +msgstr "Limite de tempo atingido, esta parte do teste terminou. No entanto, você pode terminar o item atual." + +msgid "Time Limits" +msgstr "Limite de tempo" + +msgid "Time Remaining" +msgstr "Tempo Restante" + +msgid "Title" +msgstr "Título" + +msgid "Toggle playback" +msgstr "Ativar/desativar reprodução" + +msgid "Toggle start from here mode" +msgstr "Alternar início a partir daqui modo" + +msgid "Tool box and flagging for review" +msgstr "Caixa de ferramentas e sinalização para revisão" + +msgid "Toolbox" +msgstr "Ferramentas" + +msgid "Total score" +msgstr "Pontuação total" + +msgid "Try connecting the machine to the internet via cable, or move to an area with a better wifi signal." +msgstr "Tente conectar a máquina à internet via cabo ou mova para uma área com um sinal de Wi-Fi melhor." + +msgid "Tutor" +msgstr "Professor" + +msgid "Type" +msgstr "tipo" + +msgid "Unanswered" +msgstr "Sem resposta" + +msgid "Unanswered items" +msgstr "Itens não respondidos" + +msgid "Unflag for Review" +msgstr "Remover sinalização para revisão" + +msgid "Unknown error." +msgstr "Erro Desconhecido" + +msgid "Unlink to use separated durations" +msgstr "Desvincular para usar durações separadas" + +msgid "Unseen" +msgstr "Unseen" + +msgid "Upload a QTI 2.1 Test Package File" +msgstr "Enviar um arquivo de teste QTI 2.1" + +msgid "Use Ctrl/Meta key or Lasso for multiple selection" +msgstr "Usar a tecla Ctrl/Meta ou Laço para seleção múltipla" + +msgid "Validate Responses" +msgstr "Validar respostas" + +msgid "Value" +msgstr "Valor" + +msgid "Viewed" +msgstr "Visualizado" + +msgid "Viewed items" +msgstr "Itens visualizados" + +msgid "Views" +msgstr "Visualizações" + +msgid "Visible" +msgstr "Visível" + +msgid "Volume" +msgstr "Volume" + +msgid "Wait for your connection to come back online." +msgstr "Aguarde a sua conexão voltar online." + +msgid "Warning – You have %s remaining to complete the test." +msgstr "Aviso – Você tem %s para concluir o teste." + +msgid "Warning – You have %s remaining to complete this item." +msgstr "Aviso – Você tem %s restante(s) para completar este item." + +msgid "Warning – You have %s remaining to complete this section." +msgstr "Aviso – Você tem %s restantes para completar esta seção." + +msgid "Warning – You have %s remaining to complete this test part." +msgstr "Aviso – Você tem %s restante para completar esta parte do teste." + +msgid "Warning – You have %s remaining to complete this test." +msgstr "Aviso – Você tem %s restante(s) para completar este item." + +msgid "We are unable to connect the server to submit your results." +msgstr "Não foi possível conectar com o servidor para enviar seus resultados." + +msgid "We are unable to connect to the server to retrieve the next item." +msgstr "Não foi possível conectar ao servidor para recuperar o próximo item." + +msgid "Weight" +msgstr "Peso" + +msgid "Weights" +msgstr "Pesos" + +msgid "When selecting child elements each element is normally eligible for selection once only." +msgstr "Ao selecionar elementos filhos, cada elemento normalmente é elegível para seleção apenas uma vez." + +msgid "Whether a candidate's response that is beyond the maximum duration of the item should still be accepted." +msgstr "Se a resposta de um candidato que exceda o prazo máximo de duração do item deverá continuar a ser aceite." + +msgid "Whether a candidate's response that is beyond the maximum duration of the section should still be accepted." +msgstr "Se a resposta de um candidato que exceda o período máximo de tempo da secção deve ainda ser aceite." + +msgid "Whether a candidate's response that is beyond the maximum duration of the test part should still be accepted." +msgstr "Se a resposta de um candidato que exceda a duração máxima da parte do teste ainda deve ser aceite." + +msgid "Whether a candidate's response that is beyond the maximum duration should still be accepted." +msgstr "Se a resposta de um candidato que exceda o prazo máximo deve continuar a ser aceite." + +msgid "White on Black" +msgstr "Branco em preto" + +msgid "White on Blue (TAO standard theme)" +msgstr "Branco sobre azul (cores padrão da TAO)" + +msgid "Who can view the rubric block during the delivery." +msgstr "Quem pode ver o bloco de rubrica durante o exame." + +msgid "With Replacement" +msgstr "Com Substituição" + +msgid "Wrong file mime type" +msgstr "Tipo de mime de arquivo errado" + +msgid "XML Content" +msgstr "Conteúdo XML" + +#, tao-public +msgid "XML Editor" +msgstr "Editor XML" + +msgid "XML error at line %1$d column %2$d \"%3$s\"." +msgstr "Erro XML na linha %1$d coluna %2$d \"%3$s\"." + +msgid "Yellow on Blue" +msgstr "Amarelo em azul" + +msgid "YES" +msgstr "" + +msgid "Yes" +msgstr "Sim" + +msgid "You answered %s of %s question(s) for this section of the test" +msgstr "Você respondeu %s de %s questão(ões) para esta seção do teste" + +msgid "You answered all %s question(s) in this section" +msgstr "Você respondeu todas as %s perguntas nesta seção" + +msgid "You answered all %s question(s) in this test" +msgstr "Você respondeu a todas %s questão(ões) neste teste" + +msgid "You answered only %s of the %s question(s) in this section" +msgstr "Você respondeu apenas %s das %s perguntas nesta seção" + +msgid "You are about to go to the next item. Click OK to continue and go to the next item." +msgstr "Você está prestes a ir para o próximo item. Clique em OK para continuar e ir para o próximo item." + +msgid "You are about to go to the previous item. Click OK to continue and go to the previous item." +msgstr "Você está prestes a ir ao item anterior. Clique em OK para continuar e ir para o item anterior." + +msgid "You are about to leave this section." +msgstr "Você está prestes a sair desta seção." + +msgid "You are about to submit the test." +msgstr "Você está prestes a enviar o teste." + +msgid "You are about to submit the test. You will not be able to access this test once submitted. Click OK to continue and submit the test." +msgstr "Você está prestes a enviar o teste. Não será possível acessar este teste depois de enviado. Clique em OK para continuar e enviar o teste." + +msgid "You are about to submit this test part." +msgstr "Você está prestes a enviar o teste." + +msgid "You are currently working offline." +msgstr "Você está no modo offline." + +msgid "You are encountering a prolonged connectivity loss. " +msgstr "Você está enfrentando uma perda de conectividade prolongada. " + +msgid "You can magnify the content by up to 200%. Check your browser settings to find out how to do it." +msgstr "Você pode ampliar o conteúdo até 200%. Verifique as configurações do seu navegador para saber como fazer isso." + +msgid "You flagged %s item(s) that you can review now" +msgstr "Você sinalizou %s item(ns) que você pode revisar agora" + +msgid "You have %s item(s) marked for review." +msgstr "Você tem %s item(s) marcado(s) para revisão." + +msgid "You have %s left to answer remaining %s questions." +msgstr "Você tem %s restante(s) para responder %s perguntas." + +msgid "You have %s remaining to complete the current item." +msgstr "Você tem %s restante(s) para completar o item atual." + +msgid "You have %s unanswered question(s)" +msgstr "Você tem %s perguntas não respondidas" + +msgid "You have %s unanswered question(s) and have %s item(s) marked for review." +msgstr "Você tem %s pergunta(s) não respondidas e tem %s item(s) marcados para revisão." + +msgid "You have %s unanswered question(s)." +msgstr "Você tem %s pergunta(s) não respondidas." + +msgid "You will not be able to access this test once submitted. Click \"%s\" to continue and submit the test." +msgstr "Você não poderá acessar este teste depois de enviado. Clique \"%s\" para continuar e enviar o teste." + +msgid "Your comment…" +msgstr "Seu comentário…" + +msgid "Your connection seems to be back, please proceed." +msgstr "A conexão parece estar de volta, por favor prossiga." + +msgid "Zoom" +msgstr "Ampliar" + +msgid "Zoom in" +msgstr "Aumentar zoom" + +msgid "Zoom out" +msgstr "Diminuir zoom" + diff --git a/locales/pt-BR/messages_po.js b/locales/pt-BR/messages_po.js new file mode 100644 index 0000000000..a87f023d22 --- /dev/null +++ b/locales/pt-BR/messages_po.js @@ -0,0 +1 @@ +{" AND ":" E "," and ":" e "," has been deleted successfully":" foi removido com sucesso"," is ":" \u00e9 "," next":" pr\u00f3ximo"," Remove criteria":" Remover crit\u00e9rios"," requires a subgrid adapter":" requer um adaptador de subgrid","%1$s expected but %2$s detected":"%1$s esperado, mas %2$s detectado","%d attempts left before your account is locked.":"%d tentativas restantes antes de sua conta ser bloqueada.","%d day":"%d dia","%d days":"%d dias","%h hour":"%h hora","%h hours":"%h% hora(s)","%i minute":"%i minuto","%i minutes":"%i minutos","%m month":"%m m\u00eas","%m months":"%m meses","%s %s selected":"%s de %s selecionados","%s (%s kb)":"%s (%s kb)","%s Class saved":"Classe %s salva","%s classes":"%s classes","%s Confirmation":"%s Confirma\u00e7\u00e3o","%s could not be released":"%s n\u00e3o p\u00f4de ser lan\u00e7ado","%s created":"%s criado","%s extension(s) to install.":"%s extens\u00e3o(\u00f5es) a instalar.","%s has been deleted":"%s foi exclu\u00eddo","%s has been released":"%s foi publicado","%s instances":"%s inst\u00e2ncia","%s is of a type that cannot be published":"%s \u00e9 de um tipo que n\u00e3o pode ser publicado","%s Locked":"%s Bloqueado","%s to answer %s":"%s para responder %s","%s\u0022 is not a valid index identifier. It must start with a letter and contain letters, numbers or underscores only":"%s\u0022 n\u00e3o \u00e9 um identificador de \u00edndice v\u00e1lido. Deve come\u00e7ar com uma letra e conter apenas letras, n\u00fameros ou sublinhados","%y year":"%y ano","%y years":"%y anos","(empty)":"(vazio)","(Visual) Clear all active highlights":"(Visual) Limpe todos os destaques ativos","(Visual) Highlight Text":"(Visual) Destacar Texto","... reloading page.":"... atualizando a p\u00e1gina.","7-zip archive":"arquivo 7-zip","Filters<\/del>":"Filtros<\/del>","Options<\/del>":"Op\u00e7\u00f5es<\/del>"," %s <\/strong> has been moved to the background.":" %s <\/strong> foi movido para o plano de fundo.","> Extension %s succesfully installed.":"> Extens\u00e3o %s instalada com sucesso.","> Installation done.":"> Instala\u00e7\u00e3o conclu\u00edda.","a class":"uma classe","A date has to be a Datetime or timestamp":"Uma data deve ser uma do tipo datetime ou timestamp","A fatal error occured during the installation process.":"Ocorreu um erro fatal durante o processo de instala\u00e7\u00e3o.","A maintenance status must have a STATUS: \u0022%s\u0022 or \u0022%s":"Um status de manuten\u00e7\u00e3o deve ter um STATUS: \u0022%s\u0022 ou \u0022%s","A message with further instructions has been sent to your email address: %s":"Uma mensagem com mais instru\u00e7\u00f5es foi enviada para o seu endere\u00e7o de e-mail: %s","A QTI Item involved in the QTI Test \u0027%s\u0027 could not be compiled.":"Um item QTI envolvido no teste QTI \u0027%s\u0027 n\u00e3o pode ser compilado.","A QTI Test must contain at least one QTI Item to be compiled. None found.":"Um teste QTI deve conter pelo menos um item QTI para ser compilado. Nenhum encontrado.","A qti testpackage":"Pacote de teste qti","A remote resource referenced in QTI test \u0027%s\u0027 could not be retrieved.":"Um recurso remoto referenciado no teste QTI \u0027%s\u0027 n\u00e3o p\u00f4de ser recuperado.","A response to every question in this item is required.":"\u00c9 necess\u00e1ria uma resposta a cada pergunta nesse item.","A response to this item is required.":"\u00c9 necess\u00e1ria uma resposta para este item.","A valid response to this item is required.":"\u00c9 necess\u00e1ria uma resposta v\u00e1lida para este item.","A visible section is one that is identifiable by the candidate.":"Uma sec\u00e7\u00e3o vis\u00edvel \u00e9 identific\u00e1vel pelo candidato.","AAC audio":"\u00c1udio AAC","About":"Sobre","abs":"abs","Absolute value":"Valor absoluto","AC":"AC","Access Denied":"Acesso Negado","Access denied. Please renew your authentication!":"Acesso negado. Por favor, renove sua autentica\u00e7\u00e3o!","Account status":"Status da conta","Action":"A\u00e7\u00e3o","Action %s - removed %s positions":"A\u00e7\u00e3o %s - removeu %s posi\u00e7\u00f5es","Action `%s` is not configured in the action queue service":"A a\u00e7\u00e3o `%s` n\u00e3o est\u00e1 configurada na fila de tarefas","Action was not executed yet":"A a\u00e7\u00e3o ainda n\u00e3o foi executada","Actions":"A\u00e7\u00f5es","Activated":"Ativado","Add":"Adicionar","Add \/ Edit lists":"Adicionar \/ Editar listas","Add a CSV file":"Adicionar arquivo CSV","add a new weight":"crie uma nova carga","Add a user":"Adicionar usu\u00e1rio","Add a zip file containing QTI\/APIP tests and items":"Adicionar um arquivo zip contendo testes e itens QTI\/APIP","Add an RDF\/XML file":"Adicionar um arquivo RDF\/XML","Add Consumer":"Adicionar Consumidor","add criteria":"adicionar crit\u00e9rios","Add file(s)":"Adicionar arquivo(s)","Add property":"Adicionar propriedade","Add Provider":"Adicionar provedor","Add selected item(s) here.":"Adicionar itens selecionados aqui.","Add the source file":"Adicionar o arquivo fonte","Adding search index for %s":"Adicionando \u00edndice de pesquisa para %s","Adding search index for created resource":"Adicionando \u00edndice de pesquisa para o recurso criado","Adding the new class has failed":"Falha ao adicionar nova classe","Adding the new resource has failed":"Falha ao adicionar o novo recurso","Adding\/updating search index for updated resource":"Adicionando\/atualizando \u00edndice de pesquisa do recurso","Adobe Flash file":"Arquivo Adobe Flash","Advanced search, add filters":"Pesquisa avan\u00e7ada, adicionar filtros","After you complete the section it would be impossible to return to this section to make changes. Are you sure you want to end the section?":"Ap\u00f3s completar a se\u00e7\u00e3o, ser\u00e1 imposs\u00edvel retornar a esta se\u00e7\u00e3o para fazer altera\u00e7\u00f5es. Voc\u00ea tem certeza que quer completar a se\u00e7\u00e3o?","aliases:":"alias:","all":"todos","All":"Todos","all audios":"todos os \u00e1udios","All data will be removed in %s":"Todos os dados ser\u00e3o removidos em %s","All fields are required":"Todos os campos s\u00e3o obrigat\u00f3rios","all images":"todas as imagens","All rights reserved.":"Todos os direitos reservados.","all videos":"todos os v\u00eddeos","Allow Comment":"Permitir Coment\u00e1rios","Allow for all domains":"Permitir para todos os dom\u00ednios","Allow for the following domains":"Permitir para os seguintes dom\u00ednios","Allow Review":"Permitir Revis\u00e3o","Allow Section Skipping":"Permitir pular se\u00e7\u00e3o","Allow Skipping":"Permitir Pular","Allow skipping of the current section.":"Permitir pular a se\u00e7\u00e3o atual.","Allow Test-taker to playback media files associated according to APIP protocol to item content.":"Permitir ao candidato reproduzir arquivos de m\u00eddia associados com o protocolo APIP para o conte\u00fado do item.","Allow the candidate to review his answers.":"Permitir ao candidato analisar suas respostas.","Allow the test-taker to eliminate \/ strikethrough answers in choice interactions.":"Permitir que o candidato elimine \/ busca em respostas na escolha de intera\u00e7\u00f5es.","Allow the test-taker to highlight parts of the item text.":"Permitir que o candidato destaque de partes do texto do item.","Allow the test-taker to mask and unmask answers in choice interactions.":"Permitir que o candidato esconda as respostas em intera\u00e7\u00f5es de escolha.","Allow the test-taker to mask parts of the item with a movable mask.":"Permitir que o candidato esconda partes do item com uma m\u00e1scara m\u00f3vel.","Allow the test-taker to use a basic calculator.":"Permitir que o candidato use uma calculadora b\u00e1sica.","Allow the test-taker to use a calculator respecting the order of operations (BODMAS).":"Permite que o candidato use uma calculadora respeitando a ordem de opera\u00e7\u00f5es (BODMAS).","Allow the test-taker to use a movable magnifier tool.":"Permite que o candidato use uma ferramenta de lupa m\u00f3vel.","Allow the test-taker to use a scientific calculator.":"Permitir que o candidato use uma calculadora cient\u00edfica.","Allow the test-taker to visually isolate a line of text.":"Permitir que o candidato isole visualmente uma linha de texto.","Allows Test-taker to zoom in and out the item content.":"Permite que o candidato aumente e diminua o conte\u00fado do item.","Alpha version":"Vers\u00e3o alfa","Also compute the score per categories":"Tamb\u00e9m calcular a pontua\u00e7\u00e3o por categorias","An email has been sent":"Um e-mail foi enviado","An error occured while retrieving items":"Ocorreu um erro durante a recupera\u00e7\u00e3o dos itens","An error occurred during results submission. Please retry.":"Ocorreu um erro durante o envio dos resultados. Por favor, tente novamente.","An error occurred during the test initialization!":"Ocorreu um erro durante a inicializa\u00e7\u00e3o do teste!","An error occurred during the test, please content your administrator.":"Ocorreu um erro durante o teste, por favor, conte\u00fado o administrador.","An error occurred during user deletion":"Ocorreu um erro durante a exclus\u00e3o do usu\u00e1rio","An error occurred!":"Ocorreu um erro!","An error occurs, please contact your administrator":"Ocorreu um erro. Por favor, informe o administrador","An exception occured while running \u0022%s":"Ocorreu uma exce\u00e7\u00e3o ao executar \u0022%s","an instance":"uma inst\u00e2ncia","An invisible section with a parent that is subject to shuffling can specify whether or not its children, which will appear to the candidate as if they were part of the parent, are shuffled as a block or mixed up with the other children of the parent section.":"Uma se\u00e7\u00e3o invis\u00edvel com um pai que est\u00e1 sujeito a embaralhar pode especificar se seus filhos ou n\u00e3o, que aparecer\u00e3o para o candidato como se eles fossem parte do pai, s\u00e3o misturados como um bloco ou misturados com as outras crian\u00e7as da se\u00e7\u00e3o principal.","An item involved in the test cannot be read or is not QTI compliant.":"Um item envolvido no teste n\u00e3o pode ser lido ou n\u00e3o \u00e9 compat\u00edvel com QTI.","An item involved in the test cannot be written.":"Um item envolvido no teste n\u00e3o pode ser escrito.","An unknown error occured while compiled QTI Test \u0027%s\u0027.":"Ocorreu um erro desconhecido ao compilar QTI Test \u0027%s\u0027.","An unknown error occured while compiling QTI test \u0027%s\u0027.":"Ocorreu um erro desconhecido ao compilar o teste QTI \u0027%s\u0027.","An unrecoverable error occurred. Your test session will be paused.":"Ocorreu um erro irrecuper\u00e1vel. Sua sess\u00e3o de teste ser\u00e1 pausada.","and":"e","and flagged %s of them":"e sinalizou %s deles","and you flagged %s item(s) that you can review now":"voc\u00ea sinalizou %s item(s) que voc\u00ea pode revisar agora","Ans":"Ans","Answer Eliminator":"Eliminador de Resposta","Answer Masking":"Mascarar Respostas","Answered":"Respondido","APIP Text To Speech":"APIP Texto para Fala","Apply":"Aplicar","Apply date range":"Aplicar intervalo de datas","Arc cosine":"Cosseno de arco","Arc sine":"Seno de arco","Arc tangent":"Arco tangente","Archived":"Arquivado","Are you sure to delete the versioned resource?\nThe history will be lost as well.":"Tem certeza que deseja excluir o recurso versionado?\nO hist\u00f3rico tamb\u00e9m ser\u00e1 perdido.","Are you sure you want to clear your answer and go to the next item? You will not be able to go back and provide an answer.":"Tem certeza que deseja limpar a sua resposta e ir para o pr\u00f3ximo item? N\u00e3o poder\u00e1 voltar atr\u00e1s e dar uma resposta.","Are you sure you want to delete it?":"Tem a certeza que deseja remover?","Are you sure you want to end the test?":"Tem certeza que deseja finalizar o teste?","Are you sure you want to go to the next item? You will not be able to go back and change your answer.":"Tem certeza de que deseja ir para o pr\u00f3ximo item? Voc\u00ea n\u00e3o poder\u00e1 voltar nem mudar sua resposta.","Are you sure you want to go to the next item? You will not be able to go back and provide an answer.":"Tem certeza de que deseja ir para o pr\u00f3ximo item? Voc\u00ea n\u00e3o poder\u00e1 voltar para dar uma resposta.","Are you sure you want to go to the next item? You will not be able to go back.":"Tem certeza de que deseja ir para o pr\u00f3ximo item? N\u00e3o poder\u00e1 voltar.","Area Masking":"Mascarar Respostas","Argument check failed: %s":"Falha ao verificar argumento: %s","Arguments %s and %s are mutually exclusive":"Argumentos %s e %s s\u00e3o mutuamente exclusivos","Arguments separator":"Separador de argumentos","array":"array","Assessment Activity":"Atividade da Avalia\u00e7\u00e3o","Assets":"M\u00eddias","Assign":"Atribuir","Assign User to role":"Atribuir fun\u00e7\u00e3o ao usu\u00e1rio","Assign Users":"Atribuir Usu\u00e1rios","Associate a blueprint to a section allow you to validate this section against the specified blueprint.":"Associe um diagrama a uma se\u00e7\u00e3o permite que voc\u00ea valide essa se\u00e7\u00e3o para o modelo especificado.","Associate Blueprint":"Diagrama associado","At least one mandatory parameter was required but found missing in your request":"Pelo menos um par\u00e2metro obrigat\u00f3rio era requerido, mas encontrado faltando em seu pedido","Audio Video Interleave":"Intercala\u00e7\u00e3o de \u00e1udio e v\u00eddeo","Author":"Autor","Author Item":"Criar Item","Authoring":"Autoria","auto unlocked in %s":"auto desbloqueado em %s","Auxiliary file not found at location \u0022%s\u0022.":"Arquivo auxiliar n\u00e3o encontrado na localiza\u00e7\u00e3o \u0022%s\u0022.","Available":"Dispon\u00edvel","Available Extensions":"Extens\u00f5es dispon\u00edveis","Back":"Voltar","Back to listing":"Voltar \u00e0 lista","Base-10 logarithm":"Logaritmo na base 10","Beta version":"Vers\u00e3o Beta","Binary operator *":"Operador bin\u00e1rio *","Binary operator +":"Operador bin\u00e1rio +","Binary operator -":"Operador bin\u00e1rio -","Binary operator \/":"Operador bin\u00e1rio \/","Binary operator modulo":"M\u00f3dulo do operador bin\u00e1rio","Bitmap image":"Imagem bitmap","Black on Cream":"Preto em Creme","Black on Light Blue":"Preto em Azul Claro","Black on Light Magenta":"Preto em Magenta Claro","Black on White":"Preto em Branco","boolean":"booleano","Browse folders:":"Navegar em pastas:","Browse...":"Navegar...","C":"C","C file":"Arquivo C","C++ file (.cpp)":"Arquivo C++ (.cpp)","Calc speadsheet (Staroffice)":"Planilha Calc (Staroffice)","Calculator":"Calculadora","Calculator BODMAS":"Calculadora BODMAS","Calendar":"Calend\u00e1rio","Can not playback media file!":"N\u00e3o \u00e9 poss\u00edvel reproduzir o arquivo de m\u00eddia!","cancel":"cancelar","Cancel":"Cancelar","CANCEL":"CANCELAR","cancel the action":"cancelar a\u00e7\u00e3o","Cancelled":"Cancelado","Candidate":"Candidato","Cannot be edited":"N\u00e3o pode ser editado","Cannot divide by zero":"N\u00e3o \u00e9 poss\u00edvel dividir por 0","Cardinality":"Cardinalidade","Cascading Style Sheets":"Folhas de estilo em cascata","Case sensitive":"Distin\u00e7\u00e3o entre mai\u00fasculas e min\u00fasculas","Categories":"Categorias","Category score":"Pontua\u00e7\u00e3o da categoria","ceil":"teto","Change password":"Alterar senha","Change the current color preset":"Alterar a predefini\u00e7\u00e3o de cor atual","Change the password":"Alterar senha","Change the sign of the current operand":"Alterar o sinal do operador atual","Check All":"Marcar todas","Check all":"Marcar todas","Check-in":"Check-in","choices:":"op\u00e7\u00f5es:","Choose a value...":"Escolha um valor...","Choose export format":"Escolher formato de exporta\u00e7\u00e3o","Choose import format":"Escolha formato da importa\u00e7\u00e3o","Class":"Classe","class selected":"classe selecionada","Class successfully created.":"Classe criada com sucesso.","Class uri provided is not a valid class.":"A classe uri fornecida n\u00e3o \u00e9 uma classe v\u00e1lida.","Cleaning up tmp space complete":"Limpeza de espa\u00e7o tmp completa","Cleaning up tmp space started":"Limpeza espa\u00e7o tmp iniciado","Clear":"Apagar","Clear All":"Apagar tudo","Clear all active highlights":"Limpe todos os destaques ativos","Clear all data":"Apagar todos os dados","Clear expression":"Apagar express\u00e3o","Clear Highlights":"Limpar Destaques","Clear History":"Limpar Hist\u00f3rico","Clear history":"Limpar hist\u00f3rico","Clear selection":"Apagar sele\u00e7\u00e3o","Clear the date time picker":"Limpar o seletor de data e hora","Clear the stored variables":"Limpar as vari\u00e1veis armazenadas","Click \u0022%s\u0022 to continue":"Clique \u0022%s\u0022 para continuar","Click to reload.":"Clique para recarregar.","Click to speak":"Clique para falar","Close":"Fechar","Close dialog":"Fechar di\u00e1logo","Close Magnifier":"Fechar Lupa","Close message":"Fechar mensagem","Close the mask":"Fechar m\u00e1scara","Close this Section":"Fechar esta se\u00e7\u00e3o","Code Version":"Vers\u00e3o do C\u00f3digo","Collapse the review panel":"Fechar painel de revis\u00e3o","Collecting of abandoned actions in the action queue ...":"Coletando a\u00e7\u00f5es abandonadas na fila de tarefas ...","Column":"Coluna","Combine a selection of items into tests.":"Combinar uma sele\u00e7\u00e3o de itens em testes.","command":"comando","Commands:":"Comandos:","Comment":"Comentar","comment...":"coment\u00e1rio...","Commit":"Aplicar","Completed":"Conclu\u00eddo","Completed - Error":"Conclu\u00eddo - Erro","Completed items":"Itens conclu\u00eddos","Compressed tar file":"Arquivo tar comprimido","Compute the expression":"Calcular a express\u00e3o","Confirm":"Confirmar","Connect to the TAO platform":"Conectar-se \u00e0 plataforma de TAO","Connected to server":"Conectado ao Servidor","Continue":"Continuar","CONTINUE TO THE NEXT SECTION":"CONTINUAR PARA A PR\u00d3XIMA SE\u00c7\u00c3O","Contrast":"Contraste","Controls the contribution of an individual item score to the overall test score.":"Controla a contribui\u00e7\u00e3o de uma pontua\u00e7\u00e3o individual de item para a pontua\u00e7\u00e3o geral do teste.","Controls the maximum number of attempts allowed. 0 means unlimited.":"Controla o n\u00famero m\u00e1ximo de tentativas permitidas. 0 significa ilimitado.","Copy":"Copiar","Copy To":"Copiar em","Copy to":"Copiar para","Copy to clipboard":"Copiar para \u00e1rea de transfer\u00eancia","cos":"cos","cosh":"cosh","Cosine":"Cosseno","count":"contar","Covers parts of the item":"Cobre partes do item","Create":"Criar","Create and design items and exercises.":"Criar e projetar itens e exerc\u00edcios.","Create instance of ":"Criar inst\u00e2ncia de ","Created":"Criado","Creating report ...":"Criando o relat\u00f3rio...","CSP Header settings were saved successfully!":"Configura\u00e7\u00f5es de cabe\u00e7alho CSP foram salvas com sucesso!","CSV":"CSV","CSV file":"Arquivo CSV","CSV Options":"Op\u00e7\u00f5es CSV","Cube root":"Raiz C\u00fabica","Current language":"Idioma atual","Current playback position":"Posi\u00e7\u00e3o atual da reprodu\u00e7\u00e3o","Custom":"Personalizado","custom categories":"personalizar categorias","Custom outcome processing. No changes will be made to the existing rules.":"Processamento de resultado personalizado. Nenhuma altera\u00e7\u00e3o ser\u00e1 feita nas regras existentes.","Cut score":"Pontua\u00e7\u00e3o de corte","Cut score (pass ratio)":"Pontua\u00e7\u00e3o de corte (taxa de passo)","Data imported":"Dados importados","Data imported successfully":"Importado com sucesso","Data imported. Some records are invalid.":"Dados importados. Alguns registros s\u00e3o inv\u00e1lidos.","Data Language":"Idioma dos dados","Data language":"Idioma dos dados","Data not imported. All records are invalid.":"Os dados n\u00e3o importados. Todos os registros s\u00e3o inv\u00e1lidos.","Data source URI":"URI fonte de dados","Database file":"Arquivo de banco de dados","Date":"Data","date range":"per\u00edodo","date time":"data\/hora","date time range":"intervalo de tempo","Default search":"Pesquisa padr\u00e3o","default:":"padr\u00e3o:","Define the default values":"Definir valores padr\u00e3o","Deg":"Deg","Degree":"Grau","Delete":"Remover","Delete Left":"Excluir Esquerda","Delete Right":"Excluir Direita","Delete the term on the left side of the cursor":"Excluir o termo no lado esquerdo do cursor","Delete the term on the right side of the cursor":"Excluir o termo no lado direito do cursor","Deleting search index for %s":"Excluindo \u00edndice de pesquisa para %s","Deliveries":"Exames","Deliveries library":"Biblioteca de exames","Demo Sandbox":"Demo Sandbox","Did you mean %s?":"Voc\u00ea quis dizer %s?","Digit 0":"D\u00edgito 0","Digit 1":"D\u00edgito 1","Digit 2":"D\u00edgito 2","Digit 3":"D\u00edgito 3","Digit 4":"D\u00edgito 4","Digit 5":"D\u00edgito 5","Digit 6":"D\u00edgito 6","Digit 7":"D\u00edgito 7","Digit 8":"D\u00edgito 8","Digit 9":"D\u00edgito 9","Disable validation":"Desativar valida\u00e7\u00e3o","Disabled %s":"Desativado %s","Disconnected from server":"Desconectado do Servidor","Display a warning before the test-taker ends a test part and there are still items left unanswered or marked for review.":"Exibir um aviso antes que o candidato termine uma parte do teste, e ainda h\u00e1 itens que n\u00e3o foram respondidos ou marcados para revis\u00e3o.","Display a warning before the test-taker ends the test part.":"Exibir um aviso antes que o test-taker termine a parte de teste.","Display a warning before the test-taker ends the test.":"Exibir um aviso antes que o candidato termine a parte de teste.","Display a warning before the test-taker skips the section. Requires the Section Skipping option.":"Exibe um aviso antes que o candidato pule a se\u00e7\u00e3o. Requer a op\u00e7\u00e3o Pular Se\u00e7\u00e3o.","Display End Test Warning":"Exibir Alerta de Final de Teste","Display Next Part Warning":"Exibir Aviso de Pr\u00f3xima Parte","Display Next Section Warning":"Exibir Aviso de Pr\u00f3xima Parte","Display Unanswered Warning":"Exibir Aviso de Item N\u00e3o Respondido","Displayed label":"Mostrar label","Displays a customisable magnifier":"Exibe uma lupa customiz\u00e1vel","Do not flag the current item for later review":"N\u00e3o sinalizar o item atual para posterior revis\u00e3o","Do not rename it.":"N\u00e3o renomear.","Do not show alert on timeout":"N\u00e3o exibir alerta no tempo limite","Do you wish to install the following extension(s):\n%s?":"Voc\u00ea deseja instalar a(s) seguinte(s) extens\u00e3o(s):\n%s?","Document templates (Staroffice)":"Modelos de documentos (Staroffice)","does not match":"n\u00e3o confere","Don\u0027t set":"N\u00e3o definir","Don\\\\\u0027t save":"N\u00e3o salvar","Dot":"Ponto","Download":"Baixar","Download the pupil responses and submit manually.":"Baixar as respostas para os alunos e enviar manualmente.","Download this file":"Download do arquivo","Drag file here":"Arraste o arquivo aqui","Drag files here":"Arraste os arquivos aqui","Drop the files to upload":"Solte o arquivo aqui para fazer o upload","Duplicate":"Duplicar","Edit":"Editar","Edit a user":"Editar usu\u00e1rio","Edit class %s":"Editar classe %s","Edit Instance":"Editar inst\u00e2ncia","Edit Tree":"Editar \u00e1rvore","Element":"Elemento","Element deleted.":"Elemento exclu\u00eddo.","Eliminate choices":"Eliminar op\u00e7\u00f5es","Email":"Email","Enable Mark for Review":"Habilitar para revis\u00e3o","Enable mark for review of items. Requires the Review Screen option.":"Habilitar marca para revis\u00e3o dos itens. Requer a op\u00e7\u00e3o da tela de revis\u00e3o.","Enable Review Screen":"Ativar a tela de revis\u00e3o","Enable selection":"Habilitar sele\u00e7\u00e3o","Enable Skipping Ahead":"Habilitar pular para frente","Enable text to speech":"Habilitar s\u00edntese de voz","Enable the item review screen \/ navigator.":"Habilite a tela de revis\u00e3o do item \/ navegador.","enabled":"habilitado","Enabled %s":"Habilitado %s","Enables skipping to items within this section. Requires the review screen option.":"Permite pular para outros itens nesta se\u00e7\u00e3o. Requer a op\u00e7\u00e3o da tela de revis\u00e3o.","End of document reached. Continuing from the beginning.":"Fim do documento alcan\u00e7ado. Continuando desde o in\u00edcio.","End test":"Finalizar teste","End Test":"Finalizar teste","Enhanced metafile":"Metarquivo aprimorado","Enter":"Entrar","Enter a blueprint":"Inserir um diagrama","Enter a custom category":"Inserir uma categoria personalizada","Error":"Erro","Error adding search index for %s with message %s":"Erro ao adicionar \u00edndice de pesquisa para %s com mensagem %s","Error during file import":"Erro durante importa\u00e7\u00e3o do arquivo","Error found in the IMS QTI Test:\n%s":"Erro encontrado no teste IMS QTI\n%s","Error in result":"Erro no resultado","Error in syntax":"Erro na sintaxe","Error in value":"Erro no valor","Error: %s":"Erro: %s","Event Log":"Registro de Eventos","Examples:":"Exemplos:","Exclusive (OR)":"Exclusivo (OU)","Execute":"Executar","Executing task %s failed":"Falha ao executar tarefa %s","exp":"exp","Expand the review panel":"Abrir o Painel de Revis\u00e3o","Exponent":"Expoente","Export":"Exportar","Export ":"Exportar ","Export \u0022%s\u0022 in %s":"Exportar \u0022%s\u0022 em %s","Export CSV":"Exportar como CSV","Export failed for the test \u0022%s":"Exporta\u00e7\u00e3o falhou para o teste \u0022%s","Export failed.":"Falha ao exportar.","Export Irregularities":"Inregularidades de exporta\u00e7\u00e3o","Export metadata":"Exportar metadados","Export Metadata as RDF\/XML file":"Exportar metadados como arquivo RDF\/XML","Export QTI 2.1 Test Package":"Exportar Pacote de Teste QTI 2.1","Export QTI 2.2 Test Package":"Exportar Pacote de Teste QTI 2.2","Export succeeded.":"Exportado com sucesso.","Export successful for the test \u0022%s":"Sucesso na exporta\u00e7\u00e3o do teste \u0022%s","Export Table":"Exportar tabela","Extension \u0022%s\u0022 has been installed":"Extens\u00e3o \u0022%s\u0022 foi instalada","Extensions manager":"Gerenciador de extens\u00f5es","Factorial":"Fatorial","Failed":"Falhou","Failed to delete index for %s":"Falha ao excluir arquivo %s","False":"Falso","Feedback block":"Bloco de Feedback","Field delimiter":"Delimitador de campo","Field encloser":"Encerrador de campo","Fields must match":"Os campos devem coincidir","File":"Arquivo","File download failed":"O download do arquivo falhou","File name":"Nome do Arquivo","File not found":"Arquivo n\u00e3o encontrado","File not found!":"Arquivo n\u00e3o encontrado!","File Properties":"Propriedades do arquivo","file selected":"arquivo selecionado","File Uploader":"Carregador de Arquivos","files selected":"arquivo selecionado","Filter":"Filtro","Filter by value":"Filtro por valor","Filtering mode":"Modo de filtragem","First Name":"Primeiro Nome","First page":"Primeira p\u00e1gina","First row column names":"Nome das colunas da primeira linha","Fit to width":"Ajustar \u00e0 largura","Fixed":"Afixada","Fixed position in a shuffled the selection.":"Posi\u00e7\u00e3o fixa em uma sele\u00e7\u00e3o embaralhada.","Flag for Review":"Sinalizar para revis\u00e3o","Flag the current item for later review":"Sinalizar o item atual para revis\u00e3o posterior","Flagged":"Marcado","Flagged for review":"Marcado para revis\u00e3o","Flash video":"V\u00eddeo Flash","floor":"piso","Flowchart-based programming environment & TI Interactive Workbook":"Ambiente de programa\u00e7\u00e3o baseado em fluxograma e TI Interactive Workbook","Forbid for all domains":"Proibir todos os dom\u00ednios","Force HTTPS on this platform":"For\u00e7ar HTTPS nesta plataforma","Force Release":"For\u00e7ar Lan\u00e7amento","Force the item to be considered as informational and not taken into account in (un)answered \/ flagged counters.":"For\u00e7ar o item a ser considerado como informativo e n\u00e3o considerado nos contadores (n\u00e3o )respondidos\/sinalizados.","Forgot your password?":"Esqueceu sua senha?","Form":"Formul\u00e1rio","Form data not saved.":"Dados do formul\u00e1rio n\u00e3o salvos.","From":"De","Fuzzy Matching":"Fuzzy Matching","generated-value":"valores gerados","Generis Form":"Generis Form","Geogebra data file":"Arquivo de dados Geogebra","Get History":"Obter Hist\u00f3rico","Get the history list":"Obter a lista de hist\u00f3rico","GIF image":"Imagem GIF","Go Back":"Voltar","go back to home page":"retornar a p\u00e1gina inicial","Go to next item":"Ir para o pr\u00f3ximo item","Go to the current question":"Ir para a quest\u00e3o atual","Go to the next item?":"Ir para o pr\u00f3ximo item?","Go to the next question":"Ir para a pr\u00f3xima quest\u00e3o","Go to the previous question":"Ir para a quest\u00e3o anterior","Go to the top of the page":"Ir para o topo da p\u00e1gina","Gray on Green":"Cinza em Verde","Group test takers according to global features and classifications.":"takers de teste do grupo de acordo com recursos e classifica\u00e7\u00f5es globais.","Groups":"Grupos","Groups library":"Biblioteca de grupos","GZip Compressed Archive":"Arquivo Comprimido GZip","Header file with extensionsLabels":"Arquivo de cabe\u00e7alho com extensLabels","Height":"Altura","Help":"Socorro","Hi, %s
You indicated that you have forgotten your TAO password.":"Ol\u00e1, %s
Voc\u00ea indicou que esqueceu a sua senha de TAO.","Hide detailed report":"Ocultar relat\u00f3rio detalhado","Hide password":"Ocultar senha","Hide Review":"Ocultar Revis\u00e3o","Hide the review screen":"Ocultar a tela de revis\u00e3o","Hide the warning automatically displayed when a test-taker exit a timed section.":"Ocultar o aviso exibido automaticamente quando um test-taker sair de uma se\u00e7\u00e3o cronometrada.","Hide Timed Section Warning":"Ocultar Aviso de Se\u00e7\u00e3o Temporizada","Hide timers":"Ocultar cron\u00f4metros","Highlight":"Destacar","Highlight all":"Destaque todos","Highlight Text":"Destacar Texto","Highlighter":"Destaque","History":"Hist\u00f3rico","hours":"horas","Html title":"T\u00edtulo HTML","Hyperbolic arc cosine":"Arco cosseno hiperb\u00f3lico","Hyperbolic arc sine":"Arco seno hiperb\u00f3lico","Hyperbolic arc tangent":"Arco tangente hiperb\u00f3lico","Hyperbolic cosine":"Cosseno hiperb\u00f3lico","Hyperbolic sine":"Seno hiperb\u00f3lico","Hyperbolic tangent":"Tangente hiperb\u00f3lica","Hypertext markup language":"Linguagem de marca\u00e7\u00e3o de hipertexto","I understand that this action is permanent.":"Eu entendo que esta a\u00e7\u00e3o n\u00e3o poder\u00e1 ser desfeita.","Identifier":"Identifier","If required it must appear (at least once) in the selection.":"Se necess\u00e1rio ele deve aparecer (pelo menos uma vez) na sele\u00e7\u00e3o.","If required, it must appears at least once in the selection.":"Se necess\u00e1rio, deve aparecer pelo menos uma vez na sele\u00e7\u00e3o.","If set, it causes the order of the child elements to be randomized, otherwise it uses the order in which the child elements are defined.":"Se atribu\u00eddo, faz com que a ordem dos elementos dos filhos seja randomizada, caso contr\u00e1rio usa a ordem em que os elementos filhos s\u00e3o definidos.","If the candidate can skip the item, without submitting a response (default is true).":"Se o candidato puder pular o item, sem enviar uma resposta (padr\u00e3o \u00e9 verdadeiro).","If the category option is set, the score will also be processed per categories, and each results will take place in the PASS_xxx outcome, where xxx is the name of the category.":"Se a op\u00e7\u00e3o da categoria estiver definida, a nota tamb\u00e9m ser\u00e1 processada por categorias, e cada resultado ser\u00e1 realizado no resultado PASS_xxx, onde xxx \u00e9 o nome da categoria.","If the category option is set, the score will also be processed per categories, and each results will take place in the SCORE_xxx outcome, where xxx is the name of the category.":"Se a op\u00e7\u00e3o da categoria estiver definida, a nota tamb\u00e9m ser\u00e1 processada por categorias, e cada resultado ter\u00e1 lugar no resultado SCORE_xxx, onde xxx \u00e9 o nome da categoria.","If the connection cannot be restored, see option B.":"Se a conex\u00e3o n\u00e3o puder ser restaurada, veja a op\u00e7\u00e3o B.","If you do not wish to reset your password, just ignore this email and your password will remain the same.":"Se voc\u00ea n\u00e3o fez esta solicita\u00e7\u00e3o, voc\u00ea pode ignorar este e-mail e sua senha permanecer\u00e1 a mesma.","If you need help, please contact our Helpline on 0330 088 4171.":"Se precisar de ajuda, entre em contato com o nosso Helpline no dia 0330 088 4171.","Implications failed:":"Implica\u00e7\u00f5es falharam:","Import":"Importar","Import ":"Importar ","Import a %s into \u0022%s":"Importar um %s para \u0022%s","Import a QTI\/APIP Content Package":"Importar um Pacote de Conte\u00fado QTI\/APIP","Import Completed":"Importa\u00e7\u00e3o Completa","Import failed.":"A importa\u00e7\u00e3o falhou.","Import Metadata from CSV file":"Importar metadados de um arquivo CSV","Import Metadata from RDF file":"Importar Metadados de arquivo RDF","Import QTI TEST into \u0022%s":"Importar TESTE QTI para \u0022%s","Import succeeded.":"Importa\u00e7\u00e3o bem sucedida.","Imported %1$d\/%2$d. Some records are invalid.":"Importado %1$d\/%2$d. Alguns registros s\u00e3o inv\u00e1lidos.","Imported %d resources":"%d recursos importados","Imported resource \u0022%s":"Recurso importado \u0022%s","impossible to update task status":"imposs\u00edvel atualizar o status da tarefa","IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file could not be imported.":"Item IMS QTI referenciado como \u0022%s\u0022 no arquivo IMS Manifesto n\u00e3o p\u00f4de ser importado.","IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file successfully imported.":"Item IMS QTI referenciado como \u0022%sno arquivo IMS Manifest importado com sucesso.","IMS QTI Test Package successfully imported.":"Pacote de Teste IMS QTI importado com sucesso.","IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file successfully imported.":"Teste IMS QTI referenciado como \u0022%s\u0022 no arquivo IMS Manifest importado com sucesso.","In progress":"Em progresso","In Progress":"Em Progresso","In this part of the test navigation is not allowed.":"Nesta parte da navega\u00e7\u00e3o de teste n\u00e3o \u00e9 permitido.","Inclusive (AND)":"Inclusivo (E)","Inconsistency at line %1d:":"Inconsist\u00eancia na linha %1d:","Index":"Indexa\u00e7\u00e3o","Index has been deleted for %s":"O \u00edndice foi exclu\u00eddo para %s","Individual":"Individual","Infinity":"Infinito","Informational Item Usage":"Uso de item informativo","Injector has to contains a valid \u0022destination\u0022 field.":"Injetor deve conter um campo \u0022destino\u0022 v\u00e1lido.","Injector has to contains a valid \u0022source\u0022 field.":"Injetor deve conter um campo \u0022fonte\u0022 v\u00e1lido.","Inline":"Alinhado","Install":"Instalar","Installation done.":"Instala\u00e7\u00e3o conclu\u00edda.","Installation...":"Instala\u00e7\u00e3o...","Installed Extensions":"Extens\u00f5es Instaladas","Installed Version":"Vers\u00e3o Instalada","Installing extension %s...":"Instalando extens\u00f5es %s...","Instance saved":"Inst\u00e2ncia salva","Interface language":"Linguagem da interface","Interface Language":"Linguagem da Interface","Internal server error!":"Erro interno do servidor!","Invalid CSP header.":"Cabe\u00e7alho CSP inv\u00e1lido.","Invalid date range (must be after or the same as: %s)":"Intervalo de data inv\u00e1lido (deve ser depois ou o mesmo de: %s)","Invalid date range (must be after: %s)":"Intervalo de data inv\u00e1lido (deve ser ap\u00f3s: %s)","Invalid date range (must be before or the same as: %s)":"Intervalo de data inv\u00e1lido (deve ser depois ou o mesmo de: %s)","Invalid date range (must be before: %s)":"Intervalo de data inv\u00e1lido (deve ser ap\u00f3s: %s)","Invalid field length":"Tamanho do campo inv\u00e1lido","Invalid field range (maximum value: %s)":"Intervalo de campo inv\u00e1lido (valor m\u00e1ximo: %s)","Invalid field range (minimum value: %1$s, maximum value: %2$s)":"Intervalo de campo inv\u00e1lido (valor m\u00ednimo: %1$s, valor m\u00e1ximo: %2$s)","Invalid field range (minimum value: %s)":"Intervalo de campo inv\u00e1lido (valor m\u00ednimo: %s)","Invalid file size (minimum %1$s bytes, maximum %2$s bytes)":"Tamanho do arquivo inv\u00e1lido (m\u00ednimo de %1$s bytes, m\u00e1ximo de %2$s bytes)","Invalid file type!":"Tipo de arquivo inv\u00e1lido!","Invalid input":"Entrada inv\u00e1lida","Invalid input for function":"Entrada inv\u00e1lida para a fun\u00e7\u00e3o","Invalid JSON config file: %s":"Arquivo JSON de configura\u00e7\u00e3o inv\u00e1lido: %s","Invalid login or password. Please try again.":"Login ou senha inv\u00e1lidos. Por favor tente novamente.","Invalid login or password. Your account has been locked, please contact your administrator.":"Login ou senha inv\u00e1lidos. Sua conta foi bloqueada, por favor, entre em contato com o administrador.","invalid regular expression":"express\u00e3o regular inv\u00e1lida","Invalid values:":"Valor inv\u00e1lido:","is already used in the test.":"j\u00e1 \u00e9 usado no teste.","is not a valid identifier (alphanum, underscore, dash and dots)":"n\u00e3o \u00e9 um identificador v\u00e1lido (alfabeto, sublinhado, tra\u00e7o e pontos)","is not a valid identifier (everything except spaces)":"n\u00e3o \u00e9 um identificador v\u00e1lido (tudo, exceto espa\u00e7os)","It is not possible to save your responses while working offline.":"N\u00e3o \u00e9 poss\u00edvel salvar suas respostas enquanto trabalha offline.","Item \u0022%s\u0022 is completed.":"Item \u0022%s\u0022 est\u00e1 completo.","Item %d":"Item %d","Item %d of %d":"Item %d de %d","Item %s loaded":"Item %s carregado","Item Reference Properties":"Propriedades de Refer\u00eancia do Item","Item response identifier does not match current item":"Identificador de resposta do item n\u00e3o corresponde ao item atual","Item Session Control":"Controle de sess\u00e3o do item","Items":"Itens","items":"itens","Items can optionally be assigned to one or more categories.":"Os itens podem opcionalmente ser atribu\u00eddos a uma ou mais categorias.","Items Compilation":"Compila\u00e7\u00e3o de itens","Items library":"Biblioteca de itens","Items marked for later review":"Itens marcados para revis\u00e3o posterior","items per page":"itens por p\u00e1gina","Items with assessmentItemRef identifiers \u0022%s\u0022 are not registered in the related CAT endpoint.":"Itens com identificadores de avalimentItemRef \u0022%s\u0022 n\u00e3o est\u00e3o registrados no endpoint CAT relacionado.","Javascript code":"C\u00f3digo javascript","JPEG image":"imagem JPEG","Jump Menu":"Pular Menu","Jump to:":"Ir para:","Keep Together":"Manter junto","Keyboard Navigation":"Navega\u00e7\u00e3o por teclado","Keyboard shortcuts for the Accessibility Tools are available to the Test-taker.":"Atalhos de teclado para as Ferramentas de Acessibilidade est\u00e3o dispon\u00edveis para o candidato.","Label":"T\u00edtulo","Label Path":"Endere\u00e7o do T\u00edtulo","Language":"Idioma","Last attempt before your account is locked.":"\u00daltima tentativa antes de sua conta ser bloqueada.","Last Name":"Sobrenome","Last page":"\u00daltima p\u00e1gina","Last result":"\u00daltimo resultado","Late submission allowed":"Submiss\u00e3o atrasada permitida","Leave a comment":"Deixar um coment\u00e1rio","Left parenthesis":"Par\u00eantese esquerdo","less than a minute":"menos de um minuto","Line Reader":"Leitor de Linha","Linear":"Linear","Link durations to activate the guided navigation":"Vincular dura\u00e7\u00f5es para ativar navega\u00e7\u00e3o guiada","List":"Lista","List - Multiple choice - Check box":"Lista - M\u00faltipla escolha - Caixa de sele\u00e7\u00e3o","List - Multiple choice - Search input":"Lista - M\u00faltipla escolha - Entrada de pesquisa","List - Single choice - Drop down":"Lista - Simples - Drop down","List - Single choice - Radio button":"Lista - Simples - Radio button","List - Single choice - Search input":"Lista - Simples - Pesquisa","List item URI duplications found":"Duplica\u00e7\u00f5es de item de lista URI encontradas","List values":"Listar valores","Lists":"Listas","Load more":"Carregar mais","Loaded":"Carregado","Loaded at Startup":"Carregado na Inicializa\u00e7\u00e3o","Loading":"Carregando","Loading status":"Carregando status","Loading task status ...":"Carregando status da tarefa...","locked by %s":"bloqueado por %s","Locked duration : guided navigation. The test transition to the next item once the duration reaches 0.":"Dura\u00e7\u00e3o bloqueada: navega\u00e7\u00e3o guiada. A transi\u00e7\u00e3o de teste para o pr\u00f3ximo item uma vez que a dura\u00e7\u00e3o atinge 0.","Log in":"Entrar","Log Out":"Sair","Login":"Entrar","Login available":"Acesso dispon\u00edvel","Login is already in use.":"Login j\u00e1 est\u00e1 em uso.","Login is empty.":"Login est\u00e1 vazio.","Logout":"Sair","LTI":"LTI","LTI Consumers":"Consumidores LTI","LTI Providers":"Provedores LTI","M4A audio":"\u00e1udio M4A","Magnifier":"Lupa","Magnify less":"Ampliar menos","Magnify more":"Ampliar mais","Magnifying Glass":"Lupa","Main Menu":"Menu Principal","Main navigation":"Navega\u00e7\u00e3o principal","Maintenance service is already installed.":"O servi\u00e7o de manuten\u00e7\u00e3o j\u00e1 est\u00e1 instalado.","Maintenance service must have a persistence option.":"O servi\u00e7o de manuten\u00e7\u00e3o deve ter uma op\u00e7\u00e3o de persist\u00eancia.","Maintenance service was installed. Platform is disabled.":"O servi\u00e7o de manuten\u00e7\u00e3o foi instalado. A plataforma est\u00e1 desativada.","Maintenance service was installed. Platform is enabled.":"O servi\u00e7o de manuten\u00e7\u00e3o foi instalado. Plataforma habilitada.","Maintenance storage driver is not set":"O driver de armazenamento de manuten\u00e7\u00e3o n\u00e3o est\u00e1 definido","Manage Access Rights":"Gerenciar Permiss\u00f5es de Acesso","Manage Assets":"Gerenciar Ativos","Manage class schema":"Gerenciar esquema de classe","Manage data list":"Gerenciar lista de dados","Manage groups":"Gerenciar grupos","Manage items":"Gerenciar itens","Manage Media":"Gerenciar m\u00eddia","Manage Results":"Gerenciar Resultados","Manage roles":"Gerenciar fun\u00e7\u00f5es","Manage Roles and apply them to users.":"Gerenciar Fun\u00e7\u00f5es e aplic\u00e1-las aos usu\u00e1rios.","Manage Rubric Blocks":"Gerenciar blocos de Rubrica","Manage Schema":"Gerenciar esquema","Manage test properties":"Gerenciar propriedades do teste","Manage test takers":"Gerenciar candidatos","Manage tests":"Gerenciar testes","Manage Tests":"Gerenciar testes","Manage users":"Gerenciar usu\u00e1rios","Manage Versioned File":"Gerenciar arquivo versionado","Map the properties to the CSV columns":"Mapear as propriedades das colunas CSV","Mark for review":"Marcar para Revis\u00e3o","Masking":"M\u00e1scara","Match value":"Valor correspondente","Max Attempts":"M\u00e1x. de tentativas","Maximum Duration":"Dura\u00e7\u00e3o m\u00e1xima","Maximum duration : the items times out when the duration reaches 0.":"Dura\u00e7\u00e3o m\u00e1xima: os itens expiram quando a dura\u00e7\u00e3o atinge 0.","Maximum duration for the all test.":"Dura\u00e7\u00e3o m\u00e1xima para todo o teste.","Maximum duration for this item.":"Dura\u00e7\u00e3o m\u00e1xima para este item.","Maximum duration for this section.":"Dura\u00e7\u00e3o m\u00e1xima para esta se\u00e7\u00e3o.","Maximum duration for this test part.":"Dura\u00e7\u00e3o m\u00e1xima para esta parte do teste.","Maximum selection reached":"Foi atingido o limite de sele\u00e7\u00f5es","Media":"M\u00eddia","Media Manager":"Gerenciador de M\u00eddia","Media Manager extension":"Extens\u00e3o do Media Manager","Media resize along with their container, e.g. 50% means half of the container size not half of the media size.":"Redimensionar a m\u00eddia junto com seu cont\u00eainer, por exemplo, 50% significa metade do tamanho do cont\u00eainer n\u00e3o metade do tamanho da m\u00eddia.","Message":"Mensagem","Messages":"Mensagens","Metadata export is not available for test \u0022%s.":"Exporta\u00e7\u00e3o de metadados n\u00e3o est\u00e1 dispon\u00edvel para o teste \u0022%s.","Metadata export is not available for the selected resource.":"Exporta\u00e7\u00e3o de metadados n\u00e3o est\u00e1 dispon\u00edvel para o recurso selecionado.","Microsoft Excel":"Microsoft Excel","Microsoft Excel binary format":"Formato bin\u00e1rio do Microsoft Excel","Microsoft Office Document Imaging":"Imagens de documentos do Microsoft Office","Microsoft Powerpoint":"Microsoft PowerPoint","Microsoft Powerpoint slideshow":"Slideshow do Microsoft Powerpoint","Microsoft Project file":"Arquivo do Microsoft Project","Microsoft Visio file":"Arquivo do Microsoft Visio","Microsoft Word":"Microsoft Word","Microsoft Word template":"Modelo do Microsoft Word","Microsoft Works file":"Arquivo Microsoft Works","Microsoft XPS file":"Arquivo Microsoft XPS","MIME encapsulation of aggregate HTML documents":"Encapsulamento MIME de documentos HTML agregados","Mind mapping software application (free mind open source)":"Aplicativo de software de mapeamento mental (c\u00f3digo aberto livre)","Minimum Duration":"Dura\u00e7\u00e3o m\u00ednima","Minimum duration : enforces the test taker to stay on the item for the given duration.":"Dura\u00e7\u00e3o m\u00ednima: obriga o candidato a ficar no item durante a dura\u00e7\u00e3o indicada.","Minimum duration for the test.":"Dura\u00e7\u00e3o m\u00ednima do teste.","Minimum duration for this item.":"Dura\u00e7\u00e3o m\u00ednima para este item.","Minimum duration for this section.":"Dura\u00e7\u00e3o m\u00ednima para esta se\u00e7\u00e3o.","Minimum duration for this test part.":"Dura\u00e7\u00e3o m\u00ednima para esta parte do teste.","minutes":"minutos","Missed test package file":"Arquivo do pacote do teste n\u00e3o encontrado","missing config %s for the service %s":"falta a configura\u00e7\u00e3o %s para o servi\u00e7o %s","Missing Parameters":"Par\u00e2metros ausentes","Missing required configuration option %s":"Falta a op\u00e7\u00e3o de configura\u00e7\u00e3o necess\u00e1ria %s","modulo":"m\u00f3dulo","More":"Mais","Move":"Mover","Move Down":"Mover para baixo","Move Left":"Mover \u00e0 esquerda","Move Right":"Mover \u00e0 direita","Move role":"Mover fun\u00e7\u00e3o","Move the cursor one step on the left":"Mova o cursor um passo \u00e0 esquerda","Move the cursor one step on the right":"Mova o cursor um passo \u00e0 direita","Move To":"Mover em","Move to":"Mover para","Move Up":"Mover para cima","Moving this element will replace the properties of the previous class by those of the destination class :":"Mover este elemento ir\u00e1 substituir as propriedades da classe anterior por aquelas da classe de destino :","Moving to the next item without time limit reached message.":"Mover para o pr\u00f3ximo item sem limite de tempo atingido mensagem.","MP4 video":"V\u00eddeo MP4","MPEG audio":"\u00c1udio MPEG","MPEG video":"V\u00eddeo do MPEG","MPEG-4 audio file":"Arquivos de \u00e1udio MPEG-4","Multiple values delimiter":"Separador de valores m\u00faltiplos","Multiply the value by 10^x":"Multiplique o valor por 10^x","Mute":"Mudo","My custom text translation":"Tradu\u00e7\u00e3o de texto personalizada","My settings":"Minhas configura\u00e7\u00f5es","My settings (%s)":"Minhas configura\u00e7\u00f5es (%s)","Name":"Nome","name of the pupil":"nome do aluno","Natural logarithm":"Logaritmo natural","Navigation":"Navega\u00e7\u00e3o","Navigation shortcuts":"Atalhos de navega\u00e7\u00e3o","Navigation Warnings":"Avisos de navega\u00e7\u00e3o","network":"rede","New class":"Nova pasta","New delivery":"Novo exame","New Group":"Novo Grupo","New item":"Novo item","New passage":"Nova passagem","New password":"Nova senha","New role":"Nova fun\u00e7\u00e3o","New Rubric Block":"Novo Bloco de Rubrica","New section":"Nova Se\u00e7\u00e3o","New test":"Novo teste","New test part":"Nova parte de teste","New test-taker":"Novo candidato","Next":"Pr\u00f3ximo","Next match":"Pr\u00f3xima Correspond\u00eancia","Next page":"Pr\u00f3xima p\u00e1gina","Next Section":"Pr\u00f3xima se\u00e7\u00e3o","No":"N\u00e3o","No action specified":"Nenhuma a\u00e7\u00e3o especificada","No CAT Engine configured for CAT Endpoint \u0022%s\u0022.":"Nenhum motor CAT configurado para CAT Endpoint \u0022%s\u0022.","No client translation bundles updated":"Nenhum pacote de tradu\u00e7\u00e3o de cliente atualizado","No extensions available.":"Nenhuma extens\u00e3o dispon\u00edvel.","No file found at location \u0022%s\u0022.":"Nenhum arquivo encontrado na localiza\u00e7\u00e3o \u0022%s\u0022.","no file not found in this location":"nenhum arquivo encontrado neste local","No file selected":"Nenhum arquivo selecionado","No files":"Nenhum arquivo","No item found. Please try other search criteria.":"Nenhum item encontrado. Verifique os crit\u00e9rios de pesquisa.","no label":"sem r\u00f3tulos","No more attempts allowed for item \u0022%s\u0022.":"N\u00e3o h\u00e1 mais tentativas permitidas para o item \u0022%s\u0022.","no outcome declaration found":"nenhuma declara\u00e7\u00e3o de resultado encontrada","No outcome processing. Erase the existing rules, if any.":"Sem processamento de resultado. Limpe as regras existentes, se houver.","No reference to any IMS QTI Item found.":"Nenhuma refer\u00eancia a qualquer item IMS QTI encontrado.","No Task yet":"N\u00e3o h\u00e1 tarefas ainda","Node duplication has failed":"Falha ao duplicar n\u00f3","Non Linear":"N\u00e3o linear","None":"Vazio","Not all test could be exported":"Nem todo o teste p\u00f4de ser exportado","Not answered":"N\u00e3o respondido","Not enough arguments following: %s":"Argumentos insuficientes: %s","Not enough non-option arguments: got %s, need at least %s":"Argumentos n\u00e3o opcionais insuficientes: obteve %s, precisa de pelo menos %s","Not seen":"N\u00e3o visto","Not shuffled, the position remains fixed.":"N\u00e3o randomizado, a posi\u00e7\u00e3o permanece fixa.","Not started":"N\u00e3o iniciado","Nothing imported":"Nada foi importado","Nothing to install !":"Nada para instalar!","Nothing to list!":"Nada para exibir!","Notifications":"Notifica\u00e7\u00f5es","notifications drivers aren\\\\\u0027t persistent. use a persistent database storage driver":"notifica\u00e7\u00f5es drivers n\u00e3o s\u00e3o salvos. use um driver de armazenamento","Nth root":"Raiz en\u00e9sima","number":"n\u00famero","Number of elements":"N\u00famero de elementos","of":"de","Off":"Desligado","Offline":"Offline","Ogg Vorbis audio":"\u00c1udio Ogg Vorbis","Ogg Vorbis video":"V\u00eddeo Ogg Vorbis","OK":"OK","Ok":"Ok","OK & End test":"OK & Terminar teste","Old Password":"Senha Antiga","On":"Ligado","Once you close this section, you cannot return to it or change your answers.":"Depois de fechar esta se\u00e7\u00e3o, voc\u00ea n\u00e3o pode voltar a ela ou mudar suas respostas.","One or more dependent IMS QTI Items could not be imported.":"Um ou mais itens IMS QTI dependentes n\u00e3o puderam ser importados.","Online":"Online","Only allow for my own domain (%s)":"Permitir apenas meu dom\u00ednio (%s)","Only display the items marked for review":"Exibir apenas os itens marcados para revis\u00e3o","Only display the unanswered items":"Exibir apenas os itens n\u00e3o respondidos","Only one of the field must have value %s":"Apenas um dos campos deve ter o valor %s","Open Calculator":"Abrir Calculadora","Open Keyboard Shortcuts":"Atalhos de Teclado","OpenDocument Database":"Banco de dados OpenDocument","OpenDocument Presentation":"Apresenta\u00e7\u00e3o OpenDocument","OpenDocument spreadsheet document":"Documento de planilha OpenDocument","OpenDocument text document":"Documento de texto OpenDocument","OpenDocument Text Template":"Modelo de Texto OpenDocument","Operated By ":"Operado por ","Option A":"Op\u00e7\u00e3o A","Option B":"Op\u00e7\u00e3o B","or":"ou","Ordering":"Ordem","Outcome":"Resultado","Outcome declarations":"Declara\u00e7\u00f5es dos resultados","Outcome processing":"Processamento dos resultados","Outlook on the next Synchronization":"Outlook na pr\u00f3xima Sincroniza\u00e7\u00e3o","Package is valid but no tests were found. Make sure that it contains valid QTI tests.":"O pacote \u00e9 v\u00e1lido mas nenhum teste foi encontrado. Certifique-se de que ele cont\u00e9m testes v\u00e1lidos de QTI.","Page":"P\u00e1gina","Part %d":"Parte %d","Pascal file (.pas)":"Arquivo Pascal (.pas)","Passage":"Passagem","Password":"Senha","Password changed":"Senha Alterada","Password is empty.":"A senha est\u00e1 vazia.","Password reset":"Recuperar senha","Password successfully changed":"Senha alterada com sucesso","Passwords are not matching":"As senhas n\u00e3o coincidem","Pause":"Pausar","Pause the test":"Pausar o teste","PDF file":"Arquivo PDF","Permission denied to write in the selected class":"Permiss\u00e3o negada para escrever na classe selecionada","Plain text":"Texto sem formata\u00e7\u00e3o","Play":"Reproduzir","Please confirm deletion":"Confirme a exclus\u00e3o","Please confirm deletion of %s.":"Por favor, confirme a exclus\u00e3o de %s.","Please confirm deletion of user %s":"Por favor, confirme a exclus\u00e3o do usu\u00e1rio %s","Please confirm locking of account %s":"Por favor confirme o bloqueio da conta %s","Please confirm property deletion!":"Por favor confirme a exclus\u00e3o da propriedade!","Please confirm this operation.":"Por favor confirme esta opera\u00e7\u00e3o.","Please confirm unlocking of account %s":"Por favor, confirme o desbloqueio da conta %s","Please confirm you want to leave the test.":"Por favor, confirme que deseja sair do teste.","Please contact %s or an administrator to release it":"Por favor contate %s ou um administrador para liber\u00e1-lo","Please contact your administrator.":"Por favor, contate o administrador.","Please contact your system administrator.":"Por favor, contate o administrador do sistema.","Please define your search in the search panel.":"Por favor, defina sua pesquisa no painel de pesquisa.","Please download the track and listen offline.":"Por favor, baixe a faixa e ou\u00e7a offline.","Please download the video and view offline.":"Por favor, baixe o v\u00eddeo e veja offline.","Please give a message to your commit":"Por favor informe o coment\u00e1rio para essa a\u00e7\u00e3o","Please provide a reason":"Por favor, informe um motivo","Please report bugs, ideas, comments or feedback on the TAO Forum":"Por favor, reporte bugs, ideias, coment\u00e1rios ou coment\u00e1rios no F\u00f3rum TAO","Please try reloading the page or pause the test. If you pause, you will be able to resume the test from this page.":"Por favor, tente recarregar a p\u00e1gina ou pause o teste. Se voc\u00ea pausar, voc\u00ea ser\u00e1 capaz de retomar o teste a partir desta p\u00e1gina.","Please wait":"Aguarde","Please wait while ...":"Por favor aguarde um instante...","Please wait while we try to restore the connection.":"Por favor, aguarde enquanto tentamos restaurar a conex\u00e3o.","PNG image":"Imagem PNG","Portable Custom Interactions":"Intera\u00e7\u00f5es Personalizadas Port\u00e1teis","Position":"Posi\u00e7\u00e3o","Positionals:":"Posicionais:","Post install processing":"Processamento da p\u00f3s-instala\u00e7\u00e3o","Power of":"Poder de","Power of 10":"Poder de 10","Prepare, publish deliveries sessions.":"Prepare, publique as sess\u00f5es de entregas.","Preparing installation...":"Preparando a instala\u00e7\u00e3o...","Preview":"Pr\u00e9-visualizar","Preview the covered area":"Pr\u00e9-visualizar a \u00e1rea coberta","Previous":"Anterior","Previous match":"Combina\u00e7\u00e3o anterior","Previous page":"P\u00e1gina anterior","Proceed":"Prosseguir","PROCEED & END ASSESSMENT":"CONTINUAR E FINALIZAR A AVALIA\u00c7\u00c3O","Proctor":"Vigilante","Properties":"Propriedades","Provided URL is not valid":"A URL fornecida n\u00e3o \u00e9 v\u00e1lida","Publish":"Publicar","Publish the test":"Publicar o teste","QTI 2.1 Test Driver":"Driver de Teste QTI 2.1","QTI Item Runner":"Executor de teste QTI","QTI Test \u0022%s\u0022 publishing failed.":"Falha na publica\u00e7\u00e3o do QTI Test \u0022%s.","QTI Test \u0022%s\u0022 successfully published.":"Teste QTI \u0022%s\u0022 publicado com sucesso.","QTI Test Package 2.1":"Pacote de Teste QTI 2.1","QTI Test Package 2.2":"Pacote de Teste QTI 2.2","QTI\/APIP Test Content Package":"Pacote de conte\u00fado de teste QTI\/APIP","Question":"Pergunta","question":"pergunta","questions":"perguntas","Queued":"Na fila","Quicktime video":"V\u00eddeo Quicktime","Rad":"Rad","Radian":"Radianos","random":"aleat\u00f3rio","Random value":"Valor aleat\u00f3rio","Range field is required":"O campo Intervalo \u00e9 obrigat\u00f3rio","RAR archive":"Arquivo RAR","RDF":"RDF","RealMedia file":"Arquivo RealMedia","Record and manage test takers.":"Registre e gerencie os candidatos.","Reference":"Refer\u00eancia","Refresh":"Atualizar","Regenerate":"Regenerar","Release":"Lan\u00e7ar","Releasing the lock might cause the work in progress by %s to be lost.":"Liberar a trava pode fazer com que o trabalho em andamento por %s seja perdido.","Reload":"Recarregar","Reload the page":"Atualize a p\u00e1gina","remaining %s %s":"restante %s %s","Remind":"Lembrar","Remind Last":"Lembrar \u00faltimo","Remind the last value":"Lembrar o \u00faltimo valor","Remind the next expression in the history":"Lembrar a pr\u00f3xima express\u00e3o na hist\u00f3ria","Remind the previous expression in the history":"Lembrar a pr\u00f3xima express\u00e3o na hist\u00f3ria","Remind the recorded value":"Lembrar o valor gravado","Remote Lists":"Listas Remotas","Remove":"Excluir","Remove criteria":"Remover crit\u00e9rios","Remove Item Reference":"Remover refer\u00eancia do item","Remove Message":"Remover Mensagem","Remove Rubric Block":"Remover Bloco de Rubrica","Remove Section":"Remover Se\u00e7\u00e3o","Remove Test Part":"Remover Parte do Teste","Remove this file":"Remover esse arquivo","Removed %s directories":"%s diret\u00f3rios removidos","Removed %s files":"%s arquivos removidos","Removing: %s":"Removendo: %s","Rename":"Renomear","Repeat new password":"Repita a nova senha","Repeat password":"Repita a senha","Request a password reset via Email.":"Solicitar redefini\u00e7\u00e3o de senha por e-mail.","require notification ID":"requer notifica\u00e7\u00e3o ID","Required":"Obrigat\u00f3rio","required":"obrigat\u00f3rio","Required field":"Campo obrigat\u00f3rio","required length":"comprimento obrigat\u00f3rio","Requires":"Obrigat\u00f3rio","Reset":"Redefinir","Reset filters":"Redefinir filtros","Reset the range values":"Redefinir os valores de intervalo","Resource":"Recurso","Resource copied":"Recurso copiado","Resource deleted":"Recurso exclu\u00eddo","Resource Identifier":"Identificador do Recurso","Resource Identifier could not be copied to the clipboard":"Identificador do recurso n\u00e3o p\u00f4de ser copiado para a \u00e1rea de transfer\u00eancia","Resource Identifier has been copied to the clipboard":"Identificador do Recurso foi copiado para a \u00e1rea de transfer\u00eancia","Resource not imported due to multiple super classes":"Recurso n\u00e3o foi importado devido a m\u00faltiplas super classes","Resource not imported due to multiple types":"Recurso n\u00e3o importado devido a m\u00faltiplos tipos","Resource saved":"Recursos salvos","Resource(s) successfully exported.":"Recurso(s) eexportados com sucesso.","resources":"recursos","Resources moved":"Recursos movidos","Resources successfully indexed":"Recursos indexados com sucesso","Resources was not indexed":"Os recursos n\u00e3o foram indexados","Responsive mode":"Modo responsivo","Restore sound":"Restaurar som","Results":"Resultados","Results library":"Biblioteca de resultados","Results Monitoring":"Monitoramento de Resultados","Return to sign in page":"Retornar para a p\u00e1gina de login","Review":"Revisar","Review my Answers":"Revisar as minhas respostas","Rich Text Format file":"Formato de arquivo Rich Text","Right click the tree to manage your lists":"Clique com o bot\u00e3o direito na \u00e1rvore para gerenciar suas listas","Right parenthesis":"Par\u00eanteses direito","Role saved":"Fun\u00e7\u00e3o salva","Roles":"Fun\u00e7\u00f5es","Roles library":"Biblioteca de fun\u00e7\u00f5es","round":"rodada","Round to closest whole number":"Arredondar para o n\u00famero inteiro mais pr\u00f3ximo","Round to lower whole number":"Arredondar para baixo n\u00famero inteiro","Round to upper whole number":"Arredondar para cima n\u00famero inteiro","Row %s":"Linha %s","Rubric Block":"Bloco de Rubrica","Rubric Block Properties":"Propriedades do Bloco de Rubrica","Rubric Blocks":"Blocos de Rubrica","Running task %s":"Executando a tarefa: %s","Save":"Salvar","Saved":"Salvo","Saved.":"Salvo.","Scientific Calculator":"Calculadora cient\u00edfica","Scope":"Escopo","Scorer":"Pontoador","Scoring":"Pontua\u00e7\u00e3o","Scratch Pad":"Painel de rascuho","Scratch pad":"Painel de rascunho","Scratchpad":"Painel de rascunho","Search":"Buscar","Search %s":"Buscar %s","Search by properties":"Pesquisa por propriedades","Search sub-classes":"Pesquisar sub-classes","second":"segundo","seconds":"segundos","Section %d":"Se\u00e7\u00e3o %d","Section %d of %d":"Se\u00e7\u00e3o %d de %d","Section level category enables configuring the categories of its composing items all at once. A category in gray means that all items have that category. A category in white means that only a few items have that category.":"A categoria do n\u00edvel de se\u00e7\u00e3o permite configurar as categorias de seus itens compondo todos de uma s\u00f3 vez. Uma categoria em cinza significa que todos os itens t\u00eam essa categoria. Uma categoria em branco significa que apenas alguns itens t\u00eam essa categoria.","Section Properties":"Propriedades da se\u00e7\u00e3o","Security":"Seguran\u00e7a","Security settings":"Op\u00e7\u00f5es de seguran\u00e7a","Select":"Selecionar","select":"selecionar","Select a blueprint":"Selecione um diagrama","Select a class":"Selecione uma classe","Select a destination":"Selecione um destino","Select a language":"Selecione um idioma","Select Items":"Selecionar itens","Select loaded %s":"Selecionar %s carregado","Select the way the responses of your test should be processed":"Selecione a forma como as respostas do seu teste devem ser processadas","Select this file":"Selecione este arquivo","select...":"selecionar...","Selected":"Selecionado","Selected file:":"Selecione um arquivo:","Selection":"Sele\u00e7\u00e3o","Selection saved successfully":"Sele\u00e7\u00e3o salva com sucesso","self-locked":"autobloqueado","Send":"Mandar","Set outcome identifier the feedback block is related to":"Definir identificador de resultado que o bloco de feedback est\u00e1 relacionado com","Set the cut score (or pass score ratio) associated to the test. It must be a float between 0 and 1.":"Defina a pontua\u00e7\u00e3o de corte (ou taxa de pontua\u00e7\u00e3o) associada ao teste. Deve ser um ponto flutuante entre 0 e 1.","Set the rubric block as a feedback block":"Defina o bloco de rubrica como um bloco de feedback","Set the trigonometric function to work in degrees":"Defina a fun\u00e7\u00e3o trigonom\u00e9trica para funcionar em graus","Set the trigonometric function to work in radians":"Defina a fun\u00e7\u00e3o trigonom\u00e9trica para trabalhar em radianos","Set the value of the outcome that will activate the feedback block":"Defina o valor do resultado que ir\u00e1 ativar o bloco de feedback","Set the weight identifier used to process the score":"Definir o identificador de peso usado para processar a pontua\u00e7\u00e3o","Set the XHTML-QTI class of the rubric block.":"Defina a classe XHTML-QTI do bloco rubricado.","Set the XHTML-QTI identifier of the rubric block.":"Defina o identificador XHTML-QTI do bloco de rubrica.","SetSynchronisationService successfully configured.":"Servi\u00e7o configurado com sucesso.","Settings":"Confirgura\u00e7\u00f5es","Settings updated":"Configura\u00e7\u00f5es atualizadas","Show detailed report":"Mostrar relat\u00f3rio detalhado","Show Feedback":"Mostrar Feedback","Show password":"Mostrar senha","Show Review":"Exibir avalia\u00e7\u00e3o","Show Solution":"Mostrar Solu\u00e7\u00e3o","Show the review screen":"Mostrar a tela de revis\u00e3o","Show the solution once the answer is submitted.":"Mostrar a solu\u00e7\u00e3o quando a resposta for submetida.","Show timers":"Mostrar temporizadores","Show\/Hide the review screen":"Mostrar\/Ocultar a tela de revis\u00e3o","Shuffle":"Aleat\u00f3rio","Sibelius music notation":"Nota\u00e7\u00e3o musical do Sibelius","Sign change":"Mudar sinal","Simultaneous":"simult\u00e2neo","sin":"seno","Sine":"Seno","sinh":"sinh","Size":"Tamanho","Skip":"Ignorar","Skip & End Test":"Ignorar & Testar o Fim","Skip and end test":"Pular e terminar teste","Skip and go to the end of the test":"Pular e ir para o final do teste","Skip and go to the next item":"Pular e ir para o pr\u00f3ximo item","Skip to the end of the test":"Pular para o final do teste","Skip to the next item":"Pular para o pr\u00f3ximo item","Skip to the next section":"Pular para a pr\u00f3xima se\u00e7\u00e3o","Some resources have not been moved: %s":"Alguns recursos n\u00e3o foram movidos: %s","Some rubric blocks have been updated to reflect the changes in the list of outcomes.":"Alguns blocos de rubrica foram atualizados para refletir as altera\u00e7\u00f5es na lista de resultados.","Something unexpected happened.":"Algo inesperado aconteceu.","Something went wrong...":"Algo deu errado...","Sources that can embed this platform in an iFrame":"Fontes que podem incorporar essa plataforma em um iFrame","Speech speed":"Velocidade da fala","Speed":"Velocidade","Square root":"Raiz quadrada","Start of document reached. Continuing from the end.":"In\u00edcio do documento alcan\u00e7ado. Continuando do final.","Start Test-part":"Iniciar Teste-parte","Status":"Status","Status of":"Status de","Step 1: Download the file (see below when available).":"Passo 1: Baixar o arquivo (veja abaixo quando dispon\u00edvel).","Step 2: When you are online again, please send the downloaded file to receptionbaseline@nfer.ac.uk together with the ":"Passo 2: Quando estiver online novamente, envie o arquivo baixado para receptionbaseline@nfer.ac.uk junto com o ","Step 3: Once you have downloaded the file you can close the browser window. Do not do anything further with the assessment whilst it shows as \u0022in progress\u0022; the status will be updated once the helpline has uploaded the file.":"Passo 3: Depois de fazer o download do arquivo, voc\u00ea pode fechar a janela do navegador. N\u00e3o fa\u00e7a nada mais com a avalia\u00e7\u00e3o enquanto ela se revela como \u0022em progresso\u0022; o status ser\u00e1 atualizado assim que a linha de ajuda tiver carregado o arquivo.","Stop":"Interromper","Store":"Armazenar","Store the value a variable":"Armazenar o valor de uma vari\u00e1vel","Storing digital video data on a computer game":"Armazenando dados de v\u00eddeo digitais em uma partida de computador","string":"string","Submission":"Submiss\u00e3o","Submit":"Enviar","Submit and go to the end of the test":"Enviar e ir para o final do teste","Submit and go to the item %s":"Submeter e ir para o item %s","Submit and go to the next item":"Enviar e ir para o pr\u00f3ximo item","Submit and go to the previous item":"Enviar e ir para o item anterior","SUBMIT THE TEST":"ENVIAR O TEST","SUBMIT THIS PART":"ENVIAR ESTA PARTE","Success":"Sucesso","Successfully cloned instance as %s":"Inst\u00e2ncia clonada com sucesso como %s","Successfully deleted %s":"Exclu\u00eddo com sucesso %s","Successfully imported \u0022%s":"Importado com sucesso \u0022%s","Successfully imported %s tripples":"%s tripples foram importados com sucesso","Successfully imported class \u0022%s":"Classe importada com sucesso \u0022%s","Successfully updated %s client translation bundles":"%s pacotes de tradu\u00e7\u00e3o de cliente atualizados com sucesso","Supported export formats":"Formatos de exporta\u00e7\u00e3o suportados","SVG image":"Imagem SVG","Syntax error":"Erro de sintaxe","Tagged image file":"Arquivo de imagem marcados","tan":"tan","Tangent":"Tangente","tanh":"tanh","Tao Default Theme":"Tema Padr\u00e3o do Tao","TAO Home":"TAO In\u00edcio","TAO Login":"TAO Login","TAO platform is already on live mode since %s":"Plataforma TAO j\u00e1 est\u00e1 ativa desde %s","TAO platform is already on maintenance mode since %s":"Plataforma TAO j\u00e1 est\u00e1 em modo de manuten\u00e7\u00e3o desde %s","TAO platform is live since %s.":"Plataforma TAO est\u00e1 ativa desde %s.","TAO platform is now live. It was in maintenance since %s":"A plataforma de TAO est\u00e1 ativa. Estava em manuten\u00e7\u00e3o desde %s","TAO platform is now under maintenance. It was in maintenance since %s":"Plataforma TAO agora est\u00e1 em manuten\u00e7\u00e3o. Estava em manuten\u00e7\u00e3o desde %s","TAO platform is under maintenance since %s":"Plataforma TAO est\u00e1 em manuten\u00e7\u00e3o desde %s","Task %s has been cancelled, message was not processed.":"Tarefa %s foi cancelada, mensagem n\u00e3o foi processada.","task created":"tarefa criada","Task Listing":"Listas de Tarefas","Task Name":"Nome da tarefa","Task not found":"Tarefa n\u00e3o encontrada","Task not returned any report.":"Tarefa n\u00e3o retornou nenhum relat\u00f3rio.","Task Queue":"Lista de tarefas","taskqueue":"taskqueue","technical":"t\u00e9cnico","Term":"Termo","Test":"Teste","Test constructor":"Criador de testes","Test metadata successfully exported.":"Metadados de teste exportados com sucesso.","Test Navigation":"Navega\u00e7\u00e3o do Teste","Test Part Properties":"Propriedades da Parte do Teste","Test Preview is not installed, please contact to your administrator.":"Pr\u00e9-visualiza\u00e7\u00e3o de teste n\u00e3o est\u00e1 instalada, por favor, contate o administrador.","Test Saved":"Teste salvo","Test status":"Status do teste","Test status and review structure":"Estado de teste e revis\u00e3o da estrutura","Test Status and Structure":"Estado e estrutura do teste","Test takers library":"Biblioteca de candidatos","Test-Taker Tools":"Ferramentas do candidato","Test-takers":"Candidatos","Tests":"Testes","Tests library":"Biblioteca de testes","TeX file":"Arquivo TeX","Text - Long - Box":"Texto Longo - Caixa","Text - Long - HTML editor":"Texto - Longo - Editor HTML","Text - Short - Field":"Texto - Curto - Campo","Text content":"Conte\u00fado do teste","Text document file format (Staroffice)":"Formato de arquivo de documento de texto (Staroffice)","Text To Speech":"Texto para voz","Text to Speech":"Texto para voz","that was being taken.":"que estava sendo feito.","The \u0027imsmanifest.xml\u0027 file found in the archive is not valid.":"O arquivo \u0027imsmanifest.xml\u0027 encontrado no arquivo n\u00e3o \u00e9 v\u00e1lido.","The action will be applied to":"A a\u00e7\u00e3o ser\u00e1 aplicada em","The action will be applied to the following":"A a\u00e7\u00e3o ser\u00e1 aplicada para os seguintes","The action will not be applied to ":"A a\u00e7\u00e3o n\u00e3o ser\u00e1 aplicada em ","The action will not be applied to the following":"A a\u00e7\u00e3o n\u00e3o ser\u00e1 aplicada para os seguintes","the assessment (LCL or Mathematics)":"a avalia\u00e7\u00e3o (LCL ou Matem\u00e1tica)","The assessment has been created but is not already running.":"A avalia\u00e7\u00e3o foi criada, mas ainda n\u00e3o est\u00e1 em execu\u00e7\u00e3o.","The assessment has been suspended by an authorized proctor. If you wish to resume your assessment, please relaunch it and contact your proctor if required.":"A avalia\u00e7\u00e3o foi suspensa por um vigilante autorizado. Se voc\u00ea deseja retomar sua avalia\u00e7\u00e3o, por favor, reinicie-a e entre em contato com seu vigilante, se necess\u00e1rio.","The assessment has been suspended. To resume your assessment, please relaunch it and contact your proctor if required.":"A avalia\u00e7\u00e3o foi suspensa. Para retomar sua avalia\u00e7\u00e3o, por favor, reinicie-a e entre em contato com seu vigilante, se necess\u00e1rio.","The assessment has been suspended. To resume your assessment, please relaunch it.":"A avalia\u00e7\u00e3o foi suspensa. Para retomar a avalia\u00e7\u00e3o, por favor, reinicie-a.","The assessment has been terminated.":"A avalia\u00e7\u00e3o foi terminada.","The assessment has been terminated. You cannot interact with it anymore.":"A avalia\u00e7\u00e3o foi terminada. Voc\u00ea n\u00e3o pode interagir mais com ela.","The assessment is still running.":"A avalia\u00e7\u00e3o ainda est\u00e1 em curso.","The candidate is not allowed to submit invalid responses.":"O candidato n\u00e3o pode enviar respostas inv\u00e1lidas.","The column ":"A coluna ","The connection seems to be back, please proceed":"A conex\u00e3o parece estar de volta, por favor prossiga","the current question":"a pergunta atual","The dependency to the IMS QTI AssessmentItemRef \u0022%s\u0022 in the IMS Manifest file could not be resolved.":"A depend\u00eancia do IMS QTI AssessmentItemRef \u0022%s no arquivo do Manifesto IMS n\u00e3o p\u00f4de ser resolvida.","The download will be available in %d<\/strong> seconds":"O download estar\u00e1 dispon\u00edvel em %d<\/strong> segundos","The following criteria are not applicable to the selected class and have been removed from the search":"Os seguintes crit\u00e9rios n\u00e3o s\u00e3o aplic\u00e1veis \u00e0 classe selecionada e foram removidos da pesquisa","The following identifiers are not unique accross the test : %s":"Os seguintes identificadores n\u00e3o s\u00e3o originais \u00fanicos no teste: %s","The format of this field is not valid.":"O formato deste campo n\u00e3o \u00e9 v\u00e1lido.","The identifier of the item reference.":"O identificador da refer\u00eancia do item.","The identifier of the section.":"O identificador da se\u00e7\u00e3o.","The imported file is not properly UTF-8 encoded.":"O arquivo importado n\u00e3o \u00e9 codificado corretamente em UTF-8.","The IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file was already stored in the Item Bank.":"O item IMS QTI referenciado como \u0022%s\u0022 no arquivo IMS Manifesto j\u00e1 estava armazenado no Item Bank.","The IMS QTI Test Package could not be imported.":"O pacote de teste IMS QTI n\u00e3o p\u00f4de ser importado.","The IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file could not be imported.":"O teste IMS QTI referenciado como \u0022%s\u0022 no arquivo IMS Manifest n\u00e3o p\u00f4de ser importado.","The index identifier should not be empty":"O identificador de \u00edndice n\u00e3o deve estar vazio","The lock has been released":"O bloqueio foi liberado","The navigation mode determines the general paths that the candidate may take. A linear mode restricts the candidate to attempt each item in turn. Non Linear removes this restriction.":"O modo de navega\u00e7\u00e3o determina os caminhos gerais que o candidato pode seguir. O modo linear restringe o candidato a tentar cada item em volta. N\u00e3o linear remove esta restri\u00e7\u00e3o.","The number of child elements to be selected.":"O n\u00famero de elementos a serem seleccionados.","The outcome \u0022%s\u0022 does not exist, but it is referenced by a feedback block!":"O resultado \u0022%s n\u00e3o existe, mas \u00e9 referenciado por um bloco de feedback!","The outcomes have been regenerated!":"Os resultados foram regenerados!","The principle identifier of the test.":"O identificador principal do teste.","The properties of the source class will be replaced by those of the destination class. This might result in a loss of metadata. Continue anyway?":"As propriedades da classe de origem ser\u00e3o substitu\u00eddas por aquelas da classe de destino. Isto pode resultar em perda de metadados. Continuar mesmo assim?","The provided archive is invalid. Make sure it is not corrupted and that it contains an \u0027imsmanifest.xml\u0027 file.":"O arquivo fornecido \u00e9 inv\u00e1lido. Verifique se ele n\u00e3o est\u00e1 corrompido e se cont\u00e9m um arquivo \u0027imsmanifest.xml\u0027.","The QTI Test \u0027%s\u0027 to be compiled must contain at least 1 QTI Item. None found.":"O teste QTI \u0027%s\u0027 para ser compilado deve conter pelo menos 1 Item QTI. Nenhum encontrado.","The QTI test could not be retrieved correctly.":"O teste QTI n\u00e3o p\u00f4de ser recuperado corretamente.","The QTI Test XML or one of its dependencies is malformed or empty.":"O teste QTI XML ou uma de suas depend\u00eancias est\u00e1 malformado ou vazio.","The QTI-XML test could not be written correctly.":"O teste QTI-XML n\u00e3o p\u00f4de ser escrito corretamente.","The reference.":"A refer\u00eancia.","The resources related to the IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file were rolled back.":"Os recursos relacionados ao teste IMS QTI referenciado como \u0022%s no arquivo do Manifesto IMS foram devolvidos.","The score will be processed for the entire test. A sum of all SCORE outcomes will be computed and divided by the sum of MAX SCORE, the result will be compared to the cut score (or pass ratio), then the PASS_TOTAL outcome will be set accordingly.":"A pontua\u00e7\u00e3o ser\u00e1 processada para o teste inteiro. Uma soma de todos os resultados SCORE ser\u00e1 calculada e dividida pela soma M\u00c1X SCORE, o resultado ser\u00e1 comparado com a pontua\u00e7\u00e3o de corte (ou taxa de aprova\u00e7\u00e3o), ent\u00e3o o resultado PASS_TOTAL ser\u00e1 definido em conformidade.","The score will be processed for the entire test. A sum of all SCORE outcomes will be computed, the result will take place in the SCORE_TOTAL outcome.":"A pontua\u00e7\u00e3o ser\u00e1 processada para o teste inteiro. Uma soma de todos os resultados SCORE ser\u00e1 calculada, o resultado ter\u00e1 lugar no resultado do SCORE_TOTAL .","The section title.":"O t\u00edtulo da turma.","The server has sent an empty response":"O servidor enviou uma resposta vazia","The submission mode determines when the candidate\u0027s responses are submitted for response processing. A testPart in individual mode requires the candidate to submit their responses on an item-by-item basis. In simultaneous mode the candidate\u0027s responses are all submitted together at the end of the testPart.":"O modo de envio determina quando as respostas do candidato s\u00e3o enviadas para o processo de resposta. Uma testPart no modo individual requer que o candidato envie suas respostas de acordo com o item. Ao mesmo tempo, as respostas do candidato s\u00e3o todas enviadas em conjunto no final do teste.","The test has been closed\/suspended!":"O teste foi fechado\/suspenso!","The test has been paused, we are unable to connect to the server.":"O teste foi pausado, n\u00e3o foi poss\u00edvel conectar ao servidor.","The test has not been saved.":"O teste n\u00e3o foi salvo.","The test has unsaved changes, are you sure you want to leave?":"O teste possui altera\u00e7\u00f5es n\u00e3o salvas. Tem certeza que deseja sair?","The test has unsaved changes, would you like to save it?":"O teste tem altera\u00e7\u00f5es n\u00e3o salvas. Deseja salv\u00e1-las?","The test needs to be saved before it can be previewed.":"O teste precisa ser salvo antes de ser pr\u00e9-visualizado.","The test part identifier.":"Identificador da pe\u00e7a de teste.","The test title.":"O t\u00edtulo do teste.","The time limit has been reached for this part of the test.":"O tempo limite foi atingido para esta parte do teste.","The uploaded file is too large (maximum %s bytes)":"O arquivo enviado \u00e9 muito grande (m\u00e1ximo %s bytes)","The value for the property \u0022%s\u0022 must be unique.":"O valor para a propriedade \u0022%s\u0022 deve ser \u00fanico.","The value of this field must be a valid date format, e.g. YYYY-MM-DD":"O valor deste campo deve ser um formato de data v\u00e1lido, por exemplo AAAA-MM-DD","The value of this field must be an integer":"O valor deste campo deve ser um n\u00famero inteiro","The value of this field must be numeric":"O valor deste campo deve ser num\u00e9rico","There are %s unanswered questions":"H\u00e1 %s perguntas n\u00e3o respondidas","There are %s unanswered questions in this part of the test":"H\u00e1 %s perguntas em aberto nesta parte do teste","There is %s unanswered question":"H\u00e1 %s perguntas n\u00e3o respondidas","There is %s unanswered question in this part of the test":"H\u00e1 %s pergunta n\u00e3o respondida nesta parte do teste","There is not outcomes!":"N\u00e3o h\u00e1 resultados!","There is nothing to list!":"N\u00e3o h\u00e1 nada para listar!","This %s is currently checked out":"Este %s est\u00e1 atualmente check-out","This constraint affects the visibility of feedback after the end of the last attempt.":"Esta restri\u00e7\u00e3o afeta a visibilidade do feedback ap\u00f3s o fim da \u00faltima tentativa.","This constraint controls whether or not the candidate is allowed to provide a comment on the item during the session. Comments are not part of the assessed responses.":"Esta restri\u00e7\u00e3o controla se o candidato pode ou n\u00e3o fornecer um coment\u00e1rio sobre o item durante a sess\u00e3o. Os coment\u00e1rios n\u00e3o fazem parte das respostas avaliadas.","This field is required":"Este campo \u00e9 obrigat\u00f3rio","This field is too long":"Este campo \u00e9 muito longo","This field is too short":"Este campo \u00e9 muito curto","This functionality is blocked. Please contact with your administrator for more details.":"Esta funcionalidade est\u00e1 bloqueada. Entre em contato com o seu administrador para mais detalhes.","This is not a valid email address.":"Este n\u00e3o \u00e9 um endere\u00e7o de e-mail v\u00e1lido.","this is required":"campo obrigat\u00f3rio","This Login is already in use":"Login j\u00e1 est\u00e1 em uso","This media cannot be played!":"Esta m\u00eddia n\u00e3o pode ser reproduzida!","This or one of %s must have a value":"Este ou um dos %s devem ter um valor","This password reset link is no longer valid. It may have already been used. If you still wish to reset your password please request a new link":"Este link de redefini\u00e7\u00e3o de senha n\u00e3o \u00e9 mais v\u00e1lido. Ele pode ter j\u00e1 sido usado. Se voc\u00ea ainda deseja redefinir sua senha, solicite um novo link","This resource is locked":"Este recurso est\u00e1 bloqueado","This role is still given to one or more users. Please remove the role to these users first.":"Esta fun\u00e7\u00e3o ainda \u00e9 dado a um ou mais usu\u00e1rios. Por favor, remova a primeira fun\u00e7\u00e3o para esses usu\u00e1rios.","This should equal %s":"Isto deve ser igual a %s","This should not equal %s":"Isto n\u00e3o deve ser igual a %s","This test has been suspended":"Este teste foi suspenso","This test has been terminated":"Este teste foi finalizado","time":"hora","Time limit reached for item \u0022%s\u0022.":"Tempo limite atingido para o item \u0022%s\u0022.","Time limit reached, this part of the test has ended.":"Tempo limite atingido, esta parte do teste terminou.","Time limit reached, this part of the test has ended. However you are allowed to finish the current item.":"Limite de tempo atingido, esta parte do teste terminou. No entanto, voc\u00ea pode terminar o item atual.","Time Limits":"Limite de tempo","Time Remaining":"Tempo Restante","Time zone":"Fuso hor\u00e1rio","Title":"T\u00edtulo","to":"para","To reset your password, click the link below, or paste it into your browser. You will then be prompted to create a new password.":"Para redefinir sua senha, clique no link abaixo ou cole-o no seu navegador. Em seguida, ser\u00e1 solicitado a criar uma nova senha.","to translate":"para traduzir","Toggle multiple\/single selection":"Alternar sele\u00e7\u00e3o m\u00faltipla\/\u00fanica","Toggle playback":"Ativar\/desativar reprodu\u00e7\u00e3o","Toggle start from here mode":"Alternar in\u00edcio a partir daqui modo","Toggle the date time picker":"Alternar o seletor de data e hora","Tokenizer":"Tokenizer","Too many non-option arguments: got %s, maximum of %s":"Muitos argumentos n\u00e3o-op\u00e7\u00e3o: obteve %s, m\u00e1ximo de %s","Too many suggestions match your query. Only a few are listed":"Muitas sugest\u00f5es correspondem \u00e0 sua consulta. Somente algumas est\u00e3o listadas","Tool box and flagging for review":"Caixa de ferramentas e sinaliza\u00e7\u00e3o para revis\u00e3o","Toolbox":"Ferramentas","Tools":"Ferramentas","Total duration":"Dura\u00e7\u00e3o total","Total score":"Pontua\u00e7\u00e3o total","Total:":"Total:","Translate":"Traduzir","Translate to":"Traduzir para","Translation parameters":"Par\u00e2metros de tradu\u00e7\u00e3o","Translation saved":"Tradu\u00e7\u00e3o salva","Transport Layer Security":"Seguran\u00e7a de Camada de Transporte","Tree - Multiple node choice ":"\u00c1rvore - M\u00faltipla escolha de n\u00f3 ","Tree values":"Valores da \u00e1rvore","Trees":"\u00c1rvores","True":"Verdadeiro","trunc":"trunc","Try connecting the machine to the internet via cable, or move to an area with a better wifi signal.":"Tente conectar a m\u00e1quina \u00e0 internet via cabo ou mova para uma \u00e1rea com um sinal de Wi-Fi melhor.","Tutor":"Professor","Type":"tipo","Type your search":"Digite sua pesquisa","Unable to access your account?":"N\u00e3o foi poss\u00edvel acessar sua conta?","Unable to change passwords in demo mode":"N\u00e3o foi poss\u00edvel alterar a senha em modo de demonstra\u00e7\u00e3o","Unable to copy the resource":"N\u00e3o \u00e9 poss\u00edvel copiar o recurso","Unable to delete %s":"N\u00e3o foi poss\u00edvel excluir %s","Unable to delete the selected resource":"N\u00e3o \u00e9 poss\u00edvel excluir o recurso selecionado","Unable to delete the selected resources":"N\u00e3o foi poss\u00edvel excluir os recursos selecionados","Unable to move the resources":"N\u00e3o \u00e9 poss\u00edvel mover recursos","Unable to open file %s":"N\u00e3o foi poss\u00edvel abrir o arquivo %s","Unable to process your request":"N\u00e3o foi poss\u00edvel processar sua solicita\u00e7\u00e3o","Unable to release the lock":"Imposs\u00edvel liberar o bloqueio","Unable to remove the property.":"N\u00e3o \u00e9 poss\u00edvel remover a propriedade.","Unable to save resource.":"N\u00e3o foi poss\u00edvel salvar o recurso.","unable to search into notification.":"n\u00e3o \u00e9 poss\u00edvel pesquisar na notifica\u00e7\u00e3o.","Unable to send the password reset request":"N\u00e3o foi poss\u00edvel enviar a solicita\u00e7\u00e3o de recupera\u00e7\u00e3o de senha","Unable to update the asset service":"N\u00e3o \u00e9 poss\u00edvel atualizar o servi\u00e7o","Unable to upload file":"N\u00e3o foi poss\u00edvel enviar o arquivo","Unable to upload file %s : %s":"N\u00e3o foi poss\u00edvel enviar o arquivo %s : %s","Unanswered":"Sem resposta","Unanswered items":"Itens n\u00e3o respondidos","Unary operator +":"Operador Un\u00e1rio +","Unary operator -":"Operador Un\u00e1rio -","Uncheck all":"Desmarcar todos","Uncheck All":"Desmarcar todos","Undefined amount of the pages for pagination":"Valor indefinido das p\u00e1ginas para pagina\u00e7\u00e3o","Undefined amount of the totalPages for pagination":"Quantidade indefinida de p\u00e1ginas totais para pagina\u00e7\u00e3o","Undo":"Desfazer","Unexpected error. Please contact administrator":"Ocorreu um erro inesperado. Por favor, contate o administrador do sistema","Unflag for Review":"Remover sinaliza\u00e7\u00e3o para revis\u00e3o","Uninstall of %s failed":"Falha ao desinstalar de %s","Uninstalled %s":"%s desinstalado","UNIX Compressed Archive File":"Arquivo de Compress\u00e3o UNIX","unknown":"desconhecido","Unknown Error":"Erro desconhecido","Unknown error.":"Erro Desconhecido","unkown task id %s":"id tarefa desconhecido %s","Unlink to use separated durations":"Desvincular para usar dura\u00e7\u00f5es separadas","Unseen":"Unseen","Update":"Atualizar","Update ID : %s":"Atualizar o ID : %s","Updating search index":"Atualizando \u00edndice de busca","Upload":"Enviar","Upload a QTI 2.1 Test Package File":"Enviar um arquivo de teste QTI 2.1","Upload into:":"Enviar para:","URI Path":"URI Path","Usage: ImportRdf RDF_FILE [MODEL_ID]":"Uso: ImportRdf RDF_FILE [MODEL_ID]","USAGE: please provide a valid extension id as second parameter":"USO: Por favor, forne\u00e7a um ID de extens\u00e3o v\u00e1lido como segundo par\u00e2metro","USAGE: please provide a valid service name as first parameter":"USO: Por favor, forne\u00e7a um nome de servi\u00e7o v\u00e1lido como primeiro par\u00e2metro","USAGE: please provide the service name as first parameter":"USO: por favor, forne\u00e7a o nome de servi\u00e7o como primeiro par\u00e2metro","Use a term":"Utilizar um termo","Use a variable":"Utilizar uma vari\u00e1vel","Use Ctrl\/Meta key or Lasso for multiple selection":"Usar a tecla Ctrl\/Meta ou La\u00e7o para sele\u00e7\u00e3o m\u00faltipla","Use default value":"Utilizar valor padr\u00e3o","User":"Usu\u00e1rio","User %s can not be locked":"O usu\u00e1rio %s n\u00e3o pode ser bloqueado","User %s can not be unlocked":"O usu\u00e1rio %s n\u00e3o pode ser desbloqueado","User %s successfully locked":"Usu\u00e1rio %s bloqueado com sucesso","User %s successfully unlocked":"Usu\u00e1rio %s desbloqueado com sucesso","User added":"Usu\u00e1rio adicionado","User deleted successfully":"Usu\u00e1rio exclu\u00eddo com sucesso","User deletion not permitted on a demo instance":"Exclus\u00e3o de usu\u00e1rio n\u00e3o permitida em uma inst\u00e2ncia de demonstra\u00e7\u00e3o","User not found":"Usu\u00e1rio n\u00e3o encontrado","User saved":"Usu\u00e1rio salvo","User Settings":"Configura\u00e7\u00f5es de Usu\u00e1rio","Users":"Usu\u00e1rios","Validate Responses":"Validar respostas","Validation for field \u0027%s\u0027 has failed. Language does not exist in the system":"Valida\u00e7\u00e3o do campo \u0027%s\u0027 falhou. Idioma n\u00e3o existe no sistema","Validation for field \u0027%s\u0027 has failed. List of values expected":"Valida\u00e7\u00e3o do campo \u0027%s\u0027 falhou. Lista de valores esperados","Validation for field \u0027%s\u0027 has failed. Should not be empty":"Valida\u00e7\u00e3o do campo \u0027%s\u0027 falhou. N\u00e3o deve estar vazio","Validation for field \u0027%s\u0027 has failed. Valid role expected. Given: %s":"Valida\u00e7\u00e3o para o campo \u0027%s\u0027 falhou. Fun\u00e7\u00e3o v\u00e1lida esperada. Dado: %s","Validation for field \u0027%s\u0027 has failed. Valid URI expected":"Falha na valida\u00e7\u00e3o do campo \u0027.%s\u0027. URI v\u00e1lido esperado","Validation for field \u0027%s\u0027 has failed. Valid URI expected. Given: %s":"A valida\u00e7\u00e3o do campo \u0027%s\u0027 falhou. URI v\u00e1lido esperado. Dado: %s","Value":"Valor","Value ellipsis":"Elipses de valor","Value of E":"Valor de E","Value of PI":"Valor do PI","Variable":"Vari\u00e1vel","Variable %s":"Vari\u00e1vel %s","Version":"Vers\u00e3o","View":"Visualizar","View and format the collected results.":"Visualizar e formatar os resultados coletados.","View report":"Visualizar relat\u00f3rio","View resources as a list":"Ver recursos como uma lista","View resources as a tree":"Ver recursos como uma \u00e1rvore","View Tree":"Ver \u00c1rvore","Viewed":"Visualizado","Viewed items":"Itens visualizados","Views":"Visualiza\u00e7\u00f5es","Visible":"Vis\u00edvel","Volume":"Volume","Wait for your connection to come back online.":"Aguarde a sua conex\u00e3o voltar online.","Wait is over":"Espera acabou","Waiting":"Aguardando","Warning \u2013 You have %s remaining to complete the test.":"Aviso \u2013 Voc\u00ea tem %s para concluir o teste.","Warning \u2013 You have %s remaining to complete this item.":"Aviso \u2013 Voc\u00ea tem %s restante(s) para completar este item.","Warning \u2013 You have %s remaining to complete this section.":"Aviso \u2013 Voc\u00ea tem %s restantes para completar esta se\u00e7\u00e3o.","Warning \u2013 You have %s remaining to complete this test part.":"Aviso \u2013 Voc\u00ea tem %s restante para completar esta parte do teste.","Warning \u2013 You have %s remaining to complete this test.":"Aviso \u2013 Voc\u00ea tem %s restante(s) para completar este item.","WAV audio":"\u00c1udio WAV","We are unable to connect the server to submit your results.":"N\u00e3o foi poss\u00edvel conectar com o servidor para enviar seus resultados.","We are unable to connect to the server to retrieve the next item.":"N\u00e3o foi poss\u00edvel conectar ao servidor para recuperar o pr\u00f3ximo item.","WebM audio":"\u00c1udio WebM","WebM video":"WebM v\u00eddeo","Weight":"Peso","Weights":"Pesos","When selecting child elements each element is normally eligible for selection once only.":"Ao selecionar elementos filhos, cada elemento normalmente \u00e9 eleg\u00edvel para sele\u00e7\u00e3o apenas uma vez.","Whether a candidate\u0027s response that is beyond the maximum duration of the item should still be accepted.":"Se a resposta de um candidato que exceda o prazo m\u00e1ximo de dura\u00e7\u00e3o do item dever\u00e1 continuar a ser aceite.","Whether a candidate\u0027s response that is beyond the maximum duration of the section should still be accepted.":"Se a resposta de um candidato que exceda o per\u00edodo m\u00e1ximo de tempo da sec\u00e7\u00e3o deve ainda ser aceite.","Whether a candidate\u0027s response that is beyond the maximum duration of the test part should still be accepted.":"Se a resposta de um candidato que exceda a dura\u00e7\u00e3o m\u00e1xima da parte do teste ainda deve ser aceite.","Whether a candidate\u0027s response that is beyond the maximum duration should still be accepted.":"Se a resposta de um candidato que exceda o prazo m\u00e1ximo deve continuar a ser aceite.","White on Black":"Branco em preto","White on Blue (TAO standard theme)":"Branco sobre azul (cores padr\u00e3o da TAO)","Who can view the rubric block during the delivery.":"Quem pode ver o bloco de rubrica durante o exame.","Whole number part":"Parte n\u00famero inteiro","Width":"Largura","Windows help file":"Arquivo de ajuda do Windows","Windows Media audio":"\u00c1udio do Windows Media","Windows Media file (metafile)":"Arquivo de m\u00eddia Windows (metafile)","Windows Media video":"\u00c1udio do Windows Media","With Replacement":"Com Substitui\u00e7\u00e3o","Wrap image left":"Ajustar imagem \u00e0 direita","Wrap image right":"Ajustar imagem \u00e0 direita","Write Document":"Escrever Documento","Wrong file mime type":"Tipo de mime de arquivo errado","Wrong or missing parameter extension, module or action":"Extens\u00e3o de par\u00e2metro errada ou ausente","Wrong parameter shownExtension":"Par\u00e2metro errado shownExtension","XML Content":"Conte\u00fado XML","XML Editor":"Editor XML","XML error at line %1$d column %2$d \u0022%3$s\u0022.":"Erro XML na linha %1$d coluna %2$d \u0022%3$s\u0022.","XML file":"Arquivo XML","Yellow on Blue":"Amarelo em azul","Yes":"Sim","You answered %s of %s question(s) for this section of the test":"Voc\u00ea respondeu %s de %s quest\u00e3o(\u00f5es) para esta se\u00e7\u00e3o do teste","You answered all %s question(s) in this section":"Voc\u00ea respondeu todas as %s perguntas nesta se\u00e7\u00e3o","You answered all %s question(s) in this test":"Voc\u00ea respondeu a todas %s quest\u00e3o(\u00f5es) neste teste","You answered only %s of the %s question(s) in this section":"Voc\u00ea respondeu apenas %s das %s perguntas nesta se\u00e7\u00e3o","You are about to go to the next item. Click OK to continue and go to the next item.":"Voc\u00ea est\u00e1 prestes a ir para o pr\u00f3ximo item. Clique em OK para continuar e ir para o pr\u00f3ximo item.","You are about to go to the previous item. Click OK to continue and go to the previous item.":"Voc\u00ea est\u00e1 prestes a ir ao item anterior. Clique em OK para continuar e ir para o item anterior.","You are about to leave this section.":"Voc\u00ea est\u00e1 prestes a sair desta se\u00e7\u00e3o.","You are about to submit the test.":"Voc\u00ea est\u00e1 prestes a enviar o teste.","You are about to submit the test. You will not be able to access this test once submitted. Click OK to continue and submit the test.":"Voc\u00ea est\u00e1 prestes a enviar o teste. N\u00e3o ser\u00e1 poss\u00edvel acessar este teste depois de enviado. Clique em OK para continuar e enviar o teste.","You are about to submit this test part.":"Voc\u00ea est\u00e1 prestes a enviar o teste.","You are currently working offline.":"Voc\u00ea est\u00e1 no modo offline.","You are encountering a prolonged connectivity loss.":"Voc\u00ea est\u00e1 enfrentando uma perda de conectividade prolongada.","You are encountering a prolonged connectivity loss. ":"Voc\u00ea est\u00e1 enfrentando uma perda de conectividade prolongada. ","You are not allowed to write in the class %s":"Voc\u00ea n\u00e3o tem permiss\u00e3o para escrever na classe %s","You are not authorised to remove this lock":"Voc\u00ea n\u00e3o est\u00e1 autorizado a remover este bloqueio","You can magnify the content by up to 200%. Check your browser settings to find out how to do it.":"Voc\u00ea pode ampliar o conte\u00fado at\u00e9 200%. Verifique as configura\u00e7\u00f5es do seu navegador para saber como fazer isso.","You cannot delete the root node":"Voc\u00ea n\u00e3o pode remover o n\u00f3 ra\u00edz","You cannot move the selected resources in the class %s":"Voc\u00ea n\u00e3o pode mover os recursos selecionados para a classe %s","You currently have no access to the platform":"Atualmente voc\u00ea n\u00e3o tem acesso \u00e0 plataforma","You do not have the required rights to edit this resource.":"Voc\u00ea n\u00e3o tem permiss\u00e3o para editar este recurso.","You flagged %s item(s) that you can review now":"Voc\u00ea sinalizou %s item(ns) que voc\u00ea pode revisar agora","You have %s item(s) marked for review.":"Voc\u00ea tem %s item(s) marcado(s) para revis\u00e3o.","You have %s left to answer remaining %s questions.":"Voc\u00ea tem %s restante(s) para responder %s perguntas.","You have %s remaining to complete the current item.":"Voc\u00ea tem %s restante(s) para completar o item atual.","You have %s unanswered question(s)":"Voc\u00ea tem %s perguntas n\u00e3o respondidas","You have %s unanswered question(s) and have %s item(s) marked for review.":"Voc\u00ea tem %s pergunta(s) n\u00e3o respondidas e tem %s item(s) marcados para revis\u00e3o.","You have %s unanswered question(s).":"Voc\u00ea tem %s pergunta(s) n\u00e3o respondidas.","You have been locked due to too many failed login attempts. ":"Voc\u00ea foi bloqueado devido a muitas tentativas de login. ","You have been logged out. Please login again":"A sua sess\u00e3o foi encerrada. Por favor, inicie sess\u00e3o novamente","You must activate JavaScript in your browser to run this application.":"Voc\u00ea deve ativar JavaScript no seu navegador para executar este aplicativo.","You will not be able to access this test once submitted. Click \u0022%s\u0022 to continue and submit the test.":"Voc\u00ea n\u00e3o poder\u00e1 acessar este teste depois de enviado. Clique \u0022%s\u0022 para continuar e enviar o teste.","Your account has been locked, please contact your administrator.":"Sua conta foi bloqueada, por favor, contate o administrador.","Your browser does not meet the technical requirements to run TAO.":"Seu navegador n\u00e3o atende aos requisitos t\u00e9cnicos para executar o TAO.","Your browser does not support copying to the clipboard":"Seu navegador n\u00e3o suporta copiar para a \u00e1rea de transfer\u00eancia","Your browser doesn\u2019t support the audio player.":"Seu navegador n\u00e3o suporta o reprodutor de \u00e1udio.","Your browser doesn\u2019t support the video player.":"Seu navegador n\u00e3o suporta o reprodutor de v\u00eddeo.","Your comment\u2026":"Seu coment\u00e1rio\u2026","Your connection seems to be back, please proceed.":"A conex\u00e3o parece estar de volta, por favor prossiga.","Your mail":"Seu e-mail","Your TAO Password":"Sua senha TAO","ZIP archive":"Arquivo ZIP","Zoom":"Ampliar","Zoom in":"Aumentar zoom","Zoom out":"Diminuir zoom"} \ No newline at end of file diff --git a/locales/pt-BR/qtiCat.rdf.po b/locales/pt-BR/qtiCat.rdf.po new file mode 100644 index 0000000000..d21fbf803b --- /dev/null +++ b/locales/pt-BR/qtiCat.rdf.po @@ -0,0 +1,22 @@ +msgid "" +msgstr "" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:22\n" +"Last-Translator: TAO Translation Team \n" +"MIME-Version: 1.0\n" +"Language: pt-BR\n" +"sourceLanguage: en-US\n" +"targetLanguage: pt-BR\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +# http://www.tao.lu/Ontologies/TAOTest.rdf#QtiCatAdaptiveSections +msgctxt "http://www.w3.org/2000/01/rdf-schema#label" +msgid "CAT Sections" +msgstr "Seções da CAT" + +# http://www.tao.lu/Ontologies/TAOTest.rdf#QtiCatAdaptiveSections +msgctxt "http://www.w3.org/2000/01/rdf-schema#comment" +msgid "QTI CAT Section identifiers" +msgstr "Identificadores de Seção CAT QTI" + diff --git a/locales/pt-BR/qtitest.rdf.po b/locales/pt-BR/qtitest.rdf.po new file mode 100644 index 0000000000..f7aae228dc --- /dev/null +++ b/locales/pt-BR/qtitest.rdf.po @@ -0,0 +1,82 @@ +msgid "" +msgstr "" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:22\n" +"Last-Translator: TAO Translation Team \n" +"MIME-Version: 1.0\n" +"Language: pt-BR\n" +"sourceLanguage: en-US\n" +"targetLanguage: pt-BR\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +# http://www.tao.lu/Ontologies/TAOTest.rdf#QtiTestModel +msgctxt "http://www.w3.org/2000/01/rdf-schema#label" +msgid "QTI 2.1 Test Driver" +msgstr "Driver de Teste QTI 2.1" + +# http://www.tao.lu/Ontologies/TAOTest.rdf#QtiTestModel +msgctxt "http://www.w3.org/2000/01/rdf-schema#comment" +msgid "Driver and configuration/authoring tool implementing the test interface for driving compliant QTI 2.1 tests" +msgstr "Driver e configuração/autoria implementando a interface de teste para lançar testes QTI 2.1 conforme a conformidade" + +# http://www.tao.lu/Ontologies/TAOTest.rdf#FormalParamQtiTestDefinition +msgctxt "http://www.w3.org/2000/01/rdf-schema#label" +msgid "QTI Test Definition" +msgstr "Definição de teste QTI" + +# http://www.tao.lu/Ontologies/TAOTest.rdf#FormalParamQtiTestDefinition +msgctxt "http://www.w3.org/2000/01/rdf-schema#comment" +msgid "QTI Test Definition Uri" +msgstr "Uri de definição de teste QTI" + +# http://www.tao.lu/Ontologies/TAOTest.rdf#FormalParamQtiTestCompilation +msgctxt "http://www.w3.org/2000/01/rdf-schema#label" +msgid "QTI Test Compilation" +msgstr "Compilação de teste QTI" + +# http://www.tao.lu/Ontologies/TAOTest.rdf#FormalParamQtiTestCompilation +msgctxt "http://www.w3.org/2000/01/rdf-schema#comment" +msgid "QTI Test Compilation Uri" +msgstr "Uri de compilação de teste QTI" + +# http://www.tao.lu/Ontologies/TAODelivery.rdf#ServiceQtiTestRunner +msgctxt "http://www.w3.org/2000/01/rdf-schema#label" +msgid "QTI test runner" +msgstr "Executor de teste QTI" + +# http://www.tao.lu/Ontologies/TAODelivery.rdf#ServiceQtiTestRunner +msgctxt "http://www.w3.org/2000/01/rdf-schema#comment" +msgid "runs a QTI 2.1 test" +msgstr "executar um teste QTI 2.1" + +# http://www.tao.lu/Ontologies/generis.rdf#TestXMLEditor +msgctxt "http://www.w3.org/2000/01/rdf-schema#label" +msgid "Test XML Editor" +msgstr "Editor XML do teste" + +# http://www.tao.lu/Ontologies/generis.rdf#TestXMLEditor +msgctxt "http://www.w3.org/2000/01/rdf-schema#comment" +msgid "The Test XML Editor Role" +msgstr "Função de Editor XML do Teste" + +# http://www.tao.lu/Ontologies/TAOTest.rdf#QtiTestModel +msgctxt "http://www.w3.org/2000/01/rdf-schema#comment" +msgid "QTI 2.1 Test Driver" +msgstr "Driver de Teste QTI 2.1" + +# http://www.tao.lu/Ontologies/TAOTest.rdf#FormalParamQtiTestDefinition +msgctxt "http://www.w3.org/2000/01/rdf-schema#comment" +msgid "QTI Test Definition" +msgstr "Definição de teste QTI" + +# http://www.tao.lu/Ontologies/TAOTest.rdf#FormalParamQtiTestCompilation +msgctxt "http://www.w3.org/2000/01/rdf-schema#comment" +msgid "QTI Test Compilation" +msgstr "Compilação de teste QTI" + +# http://www.tao.lu/Ontologies/TAODelivery.rdf#ServiceQtiTestRunner +msgctxt "http://www.w3.org/2000/01/rdf-schema#comment" +msgid "QTI test runner" +msgstr "Executor de teste QTI" + diff --git a/locales/pt-BR/taoQtiTestItemRunner.rdf.po b/locales/pt-BR/taoQtiTestItemRunner.rdf.po new file mode 100644 index 0000000000..aa8b468a55 --- /dev/null +++ b/locales/pt-BR/taoQtiTestItemRunner.rdf.po @@ -0,0 +1,37 @@ +msgid "" +msgstr "" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:22\n" +"Last-Translator: TAO Translation Team \n" +"MIME-Version: 1.0\n" +"Language: pt-BR\n" +"sourceLanguage: en-US\n" +"targetLanguage: pt-BR\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +# http://www.tao.lu/Ontologies/TAOTest.rdf#FormalParamQtiTestParentServiceCallId +msgctxt "http://www.w3.org/2000/01/rdf-schema#label" +msgid "QTI Test Parent Service Call ID" +msgstr "ID da chamada de serviço principal QTI" + +# http://www.tao.lu/Ontologies/TAOTest.rdf#FormalParamQtiTestParentServiceCallId +msgctxt "http://www.w3.org/2000/01/rdf-schema#comment" +msgid "QTI Test Parent Service Call ID" +msgstr "ID da chamada de serviço principal QTI" + +# http://www.tao.lu/Ontologies/TAODelivery.rdf#ServiceQtiTestItemRunner +msgctxt "http://www.w3.org/2000/01/rdf-schema#label" +msgid "QTI Test Item Runner" +msgstr "Motor de testes de itens QTI" + +# http://www.tao.lu/Ontologies/TAODelivery.rdf#ServiceQtiTestItemRunner +msgctxt "http://www.w3.org/2000/01/rdf-schema#comment" +msgid "Embed and run an item into a QTI Test. This service initialize the TAO Apis and contexts" +msgstr "Incorporar e executar um item em um QTI Test. Este serviço inicializa a API TAO e contextos" + +# http://www.tao.lu/Ontologies/TAODelivery.rdf#ServiceQtiTestItemRunner +msgctxt "http://www.w3.org/2000/01/rdf-schema#comment" +msgid "QTI Test Item Runner" +msgstr "Motor de testes de itens QTI" + diff --git a/locales/pt-PT/messages.po b/locales/pt-PT/messages.po index 0cd377ff4d..2bdcdf6dcd 100644 --- a/locales/pt-PT/messages.po +++ b/locales/pt-PT/messages.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:08\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:22\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: pt-PT\n" @@ -22,6 +22,9 @@ msgstr "" msgid "(Visual) Highlight Text" msgstr "" +msgid "A concurrent delivery has been detected. Please use the last open session. The present window can be closed." +msgstr "" + msgid "A QTI Item involved in the QTI Test '%s' could not be compiled." msgstr "" @@ -46,6 +49,9 @@ msgstr "" msgid "A visible section is one that is identifiable by the candidate." msgstr "" +msgid "Accessibility tool that enables Test Taker to have the item content read aloud." +msgstr "" + msgid "Activated" msgstr "" @@ -58,6 +64,9 @@ msgstr "" msgid "Add selected item(s) here." msgstr "" +msgid "Add Subsection" +msgstr "" + msgid "Add the source file" msgstr "Adicionar ficheiro font" @@ -223,6 +232,15 @@ msgstr "" msgid "Black on White" msgstr "" +msgid "Bookmark question" +msgstr "" + +msgid "Bookmark the current question for later review" +msgstr "" + +msgid "Bookmarked question %s" +msgstr "" + msgid "Calculator" msgstr "" @@ -268,6 +286,9 @@ msgstr "" msgid "Click \"%s\" to continue" msgstr "" +msgid "Click \"%s\" to continue." +msgstr "" + msgid "Click to speak" msgstr "" @@ -361,6 +382,9 @@ msgstr "" msgid "Displays a customisable magnifier" msgstr "" +msgid "Do not bookmark the current question for later review" +msgstr "" + msgid "Do not flag the current item for later review" msgstr "" @@ -431,12 +455,21 @@ msgstr "" msgid "Expand the review panel" msgstr "" +msgid "Export" +msgstr "" + msgid "Export failed for the test \"%s" msgstr "" +msgid "Export failed. Key uri nor classUri in formValues are not defined" +msgstr "" + msgid "Export metadata" msgstr "" +msgid "Export QTI %s Test Package" +msgstr "" + msgid "Export QTI 2.1 Test Package" msgstr "" @@ -506,6 +539,9 @@ msgstr "" msgid "Hide Review" msgstr "" +msgid "Hide test overview panel" +msgstr "" + msgid "Hide the review screen" msgstr "" @@ -557,6 +593,9 @@ msgstr "" msgid "If the connection cannot be restored, see option B." msgstr "" +msgid "If you leave the test, your changes will not be saved due to invalid test settings. Are you sure you wish to leave?" +msgstr "" + msgid "If you need help, please contact our Helpline on 0330 088 4171." msgstr "" @@ -590,6 +629,9 @@ msgstr "" msgid "Individual" msgstr "Individual" +msgid "Informational item" +msgstr "" + msgid "Informational Item Usage" msgstr "" @@ -701,11 +743,11 @@ msgstr "" msgid "Manage test properties" msgstr "" -#, tao-public -msgid "Manage tests" +msgid "Manage Tests" msgstr "" -msgid "Manage Tests" +#, tao-public +msgid "Manage tests" msgstr "" msgid "Mark for review" @@ -762,12 +804,15 @@ msgstr "" msgid "minutes" msgstr "" -msgid "Missed required parameter \'id\" +msgid "Missed required parameter \'id\'" msgstr "" msgid "Missed test package file" msgstr "" +msgid "Missing filename for QTI Test export" +msgstr "" + msgid "Missing required configuration option %s" msgstr "" @@ -816,12 +861,18 @@ msgstr "" msgid "No" msgstr "" +msgid "NO" +msgstr "" + msgid "No CAT Engine configured for CAT Endpoint \"%s\"." msgstr "" msgid "No file found at location \"%s\"." msgstr "" +msgid "No instance in form to export" +msgstr "" + msgid "No more attempts allowed for item \"%s\"." msgstr "Não tem mais tentativas para o item '%s'" @@ -855,10 +906,10 @@ msgstr "" msgid "Offline" msgstr "" -msgid "OK" +msgid "Ok" msgstr "" -msgid "Ok" +msgid "OK" msgstr "" msgid "OK & End test" @@ -963,6 +1014,12 @@ msgstr "" msgid "QTI Test \"%s\" successfully published." msgstr "" +msgid "QTI Test Metadata" +msgstr "" + +msgid "QTI Test Package %s" +msgstr "" + msgid "QTI Test Package 2.1" msgstr "" @@ -978,6 +1035,9 @@ msgstr "" msgid "Question" msgstr "" +msgid "Question %s" +msgstr "" + msgid "questions" msgstr "" @@ -1002,6 +1062,9 @@ msgstr "" msgid "Remove Section" msgstr "" +msgid "Remove Subsection" +msgstr "" + msgid "Remove Test Part" msgstr "" @@ -1017,6 +1080,9 @@ msgstr "" msgid "Resource(s) successfully exported." msgstr "" +msgid "ResultTransmission event successfully registered" +msgstr "" + msgid "Review" msgstr "" @@ -1125,6 +1191,9 @@ msgstr "" msgid "Show Solution" msgstr "" +msgid "Show test overview panel" +msgstr "" + msgid "Show the review screen" msgstr "" @@ -1233,6 +1302,12 @@ msgstr "" msgid "Test Navigation" msgstr "" +msgid "Test overview" +msgstr "" + +msgid "Test part level category enables configuring the categories of its composing items all at once. A category in gray means that all items have that category. A category in white means that only a few items have that category." +msgstr "" + msgid "Test Part Properties" msgstr "" @@ -1261,10 +1336,10 @@ msgstr "" msgid "Text content" msgstr "" -msgid "Text to Speech" +msgid "Text To Speech" msgstr "" -msgid "Text To Speech" +msgid "Text to Speech" msgstr "" msgid "that was being taken." @@ -1348,6 +1423,9 @@ msgstr "" msgid "The provided archive is invalid. Make sure it is not corrupted and that it contains an 'imsmanifest.xml' file." msgstr "" +msgid "The QTI Item with URI '%s' cannot be found." +msgstr "" + msgid "The QTI Test '%s' to be compiled must contain at least 1 QTI Item. None found." msgstr "" @@ -1378,6 +1456,14 @@ msgstr "" msgid "The submission mode determines when the candidate's responses are submitted for response processing. A testPart in individual mode requires the candidate to submit their responses on an item-by-item basis. In simultaneous mode the candidate's responses are all submitted together at the end of the testPart." msgstr "" +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"" +msgstr "" + +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"Please fix the invalid settings and try again." +msgstr "" + msgid "The test has been closed/suspended!" msgstr "" @@ -1595,6 +1681,9 @@ msgstr "" msgid "Yellow on Blue" msgstr "" +msgid "YES" +msgstr "" + msgid "Yes" msgstr "" diff --git a/locales/pt-PT/messages_po.js b/locales/pt-PT/messages_po.js index cfa3d3c154..cbc49c6b76 100644 --- a/locales/pt-PT/messages_po.js +++ b/locales/pt-PT/messages_po.js @@ -1 +1 @@ -{" has been deleted successfully":"Foi eliminado com sucesso"," next":"pr\u00f3ximo"," requires a subgrid adapter":"adaptador de sub-rede necess\u00e1rio","%s (%s kb)":"%s (%s kb)","%s extension(s) to install.":"%s da extens\u00e3o para instalar.","(empty)":"(vazio)","> Extension %s succesfully installed.":">A extens\u00e3o foi %s instalada com sucesso.","> Installation done.":"Instala\u00e7\u00e3o conclu\u00edda","A fatal error occured during the installation process.":"Ocorreu um erro fatal durante a instala\u00e7\u00e3o do processo","A qti testpackage":"Pacote de teste QTI","Access Denied":"Acesso Negado","Access denied. Please renew your authentication!":"Acesso negado. Por favor renove a sua autentica\u00e7\u00e3o!","Actions":"Ac\u00e7\u00f5es","Add":"Adicionar","Add a user":"Adicionar Utilizador","Add the source file":"Adicionar ficheiro font","all":"todos","All rights reserved.":"Todos os direitos reservados.","Alpha version":"Vers\u00e3o Alpha","An item involved in the test cannot be read or is not QTI compliant.":"Um item envolvido no teste n\u00e3o pode ser lido ou n\u00e3o est\u00e1 em conformidade com QTI","An item involved in the test cannot be written.":"Um item envolvido no teste n\u00e3o pode ser escrito","An unknown error occured while compiling QTI test \u0027%s\u0027.":"Um erro desconhecido ocorreu quando compilava teste QTI \u0027%s\u0027.","Are you sure to delete the versioned resource?\nThe history will be lost as well.":"Tem a certeza que quer eliminar o recurso versionado?\nO hist\u00f3rico tamb\u00e9m ser\u00e1 eliminado.","Assign User to role":"Definir o papel do utilizador","Author":"Autor","Authoring":"Criador","Available Extensions":"Extens\u00f5es dispon\u00edveis","Beta version":"Vers\u00e3o Beta","Calendar":"Calend\u00e1rio","Cancel":"Cancelar","Change password":"Mudar palavra-passe","Change the password":"Mudar a palavra-passe","Check All":"Marcar Todos","Check all":"Marcar todos","Choose export format":"Seleccione o formato de exporta\u00e7\u00e3o:","Choose import format":"Escolha o formato de importa\u00e7\u00e3o","class selected":"disciplina seleccionada","Column":"Coluna","Combine a selection of items into tests.":"Combine uma selec\u00e7\u00e3o de itens para testes.","Confirm":"Confirmar","Create":"Criar","Create and design items and exercises.":"Criar e desenvolver items e exerc\u00edcios","Create instance of ":"Criar a inst\u00e2ncia de","CSV":"CSV","CSV Options":"Op\u00e7\u00f5es de CSV","Current language":"Idioma actual","Data imported successfully":"Informa\u00e7\u00e3o importada com sucesso","Data Language":"Informa\u00e7\u00e3o do Idioma","Data language":"Informa\u00e7\u00e3o do Idioma","Define the default values":"Defina os valores omissos","Delete":"Eliminar","Do you wish to install the following extension(s):\n%s?":"Deseja instalar as seguinte(s) exten\u00e7\u00f5e(s):\n%s?","Don\u0027t set":"N\u00e3o atribua","Download":"Descarregar","Duplicate":"Duplicado","Edit":"Editar","Edit a user":"Editar utilizador","Edit Instance":"Editar inst\u00e2ncia","Element":"Elemento","Error":"Erro","Error during file import":"Erro durante a importa\u00e7\u00e3o do ficheiro","Exclusive (OR)":"Exclusivo (OU)","Export":"Exportar","Export ":"Exportar","Extensions manager":"Gestor de extens\u00f5es","Field delimiter":"Delimitador de campo","Field encloser":"Campo incluso","File":"Ficheiro","File name":"Nome do ficheiro","Filter":"Filtro","Filtering mode":"Modo de filtragem","First Name":"Nome Pr\u00f3prio","First row column names":"1\u00aa linha Nomes da coluna","Go Back":"Retroceder","Group test takers according to global features and classifications.":"Grupo examinados de acordo com caracter\u00edsticas e classifica\u00e7\u00f5es globais","Groups":"Grupos","Groups library":"Biblioteca de grupos","Import":"Importar","Import ":"Importar","Inclusive (AND)":"Inclusive (AND)","Individual":"Individual","Install":"Instalar","Installation done.":"Instala\u00e7\u00e3o conclu\u00edda","Installation...":"Instala\u00e7\u00e3o...","Installed Extensions":"Extens\u00f5es Instaladas","Installing extension %s...":"Extens\u00f5es instaladas %s...","Instance saved":"Inst\u00e2ncia guardada","Interface Language":"Idioma do Interface","Interface language":"Idioma do interface","Invalid field length":"Comprimento do campo inv\u00e1lido","Invalid file type!":"Tipo de ficheiro invalido!","Invalid login or password. Please try again.":"Inicio de sess\u00e3o ou palavra passe invalida. Por favor tente de novo","Items":"Items","Items library":"Biblioteca de items","Label":"Rotulo","Language":"Idioma","Last Name":"Apelido","Linear":"Linear","List":"Lista","List - Multiple choice - Check box":"Lista - M\u00faltipla escolha - Caixa de verivica\u00e7\u00e3o","List - Single choice - Drop down":"Lista - Escolha \u00fanica - Suspensa","List - Single choice - Radio button":"Lista - Escolha \u00fanica - Bot\u00e3o de op\u00e7\u00e3o","Loaded":"Carregado","Loaded at Startup":"Carregado no inicio","Log in":"Iniciar sess\u00e3o","Log Out":"Terminar Sess\u00e3o","Login":"Iniciar sess\u00e3o","Login available":"Inicio de sess\u00e3o dispon\u00edvel","Manage data list":"Gerir lista de informa\u00e7\u00e3o","Manage groups":"Gest\u00e3o de grupos","Manage items":"Gerir items","Manage roles":"Gerir papeis","Manage Roles and apply them to users.":"Gerir papeis e aplicar aos utilizadores","Manage test takers":"Gerir examinados","Manage tests":"Gerir testes","Manage users":"Gerir utilizadores","Manage Versioned File":"Gerir Ficheiro Versionado","Map the properties to the CSV columns":"Mapear propriedades das colunas CSV","Move":"Mover","Move to":"Mover para","Multiple values delimiter":"Delimitador de valores m\u00faltiplos","My settings":"Os meus par\u00e2metros","My settings (%s)":"Os meus par\u00e2metros (%s)","Name":"Nome","New class":"Nova disciplina","New Group":"Novo grupo","New password":"Nova palavra-passe","New test":"Novo teste","New test-taker":"Novo examinado","Next":"Pr\u00f3ximo","No":"N\u00e3o","No extensions available.":"Sem extens\u00f5es dispon\u00edveis","no label":"Sem r\u00f3tulos","No more attempts allowed for item \u0022%s\u0022.":"N\u00e3o tem mais tentativas para o item \u0027%s\u0027","Non Linear":"N\u00e3o linear","Nothing imported":"Nada foi importado","Nothing to install !":"Nada para instalar!","Number of elements":"Numero de elementos","Old Password":"Palavra-passe antiga","Password":"Palavra-passe","Password changed":"Palavra-passe alterada","Passwords are not matching":"As palavras-passes n\u00e3o s\u00e3o iguais","Please confirm deletion":"Por favor confirme a elimina\u00e7\u00e3o","Please confirm property deletion!":"Por favor confirme a elimina\u00e7\u00e3o da propriedade","Preparing installation...":"A preparar instala\u00e7\u00e3o","Preview":"Prever","RDF":"RDF","Record and manage test takers.":"Grava e gere examinados","Remove":"Remover","Rename":"Renomear","Repeat new password":"repita a nova palavra-passe","Requires":"Requerido","Resource saved":"Recurso guardado","Right click the tree to manage your lists":"Bot\u00e3o direito do rato na \u00e1rvore para gerir as suas listas","Role saved":"Papel guardado","Roles":"Papeis","Roles library":"Biblioteca de papeis","Save":"Guardar","Search":"Procurar","select":"seleccione","Select":"Seleccione","Select a language":"Seleccione uma l\u00edngua","Selected file:":"Ficheiro seleccionado:","Selection saved successfully":"Selec\u00e7\u00e3o guardada com sucesso","Settings":"Configura\u00e7\u00f5es","Settings updated":"Configura\u00e7\u00f5es enviadas","Shuffle":"Baralhar","Simultaneous":"Simult\u00e2neo","Supported export formats":"Formatos de exporta\u00e7\u00e3o suportados","TAO Home":"Inicio TAO","Test":"Teste","Test takers library":"Biblioteca de examinados","Tests":"Testes","Tests library":"Biblioteca de testes","Text - Long - Box":"Texto - Longo - Caixa","Text - Long - HTML editor":"Texto - Longo - editor HTML ","Text - Short - Field":"Texto - Pequeno - Campo","The column ":"A coluna","The QTI test could not be retrieved correctly.":"O teste QTI n\u00e3o pode ser carregado correctamente.","The QTI-XML test could not be written correctly.":"O teste QTI-XML n\u00e3o pode ser escrito correctamente.","The value of this field must be a valid date format, e.g. YYYY-MM-DD":"O valor deste campo tem de ser uma data valida, ex: AAAA-MM-DD","The value of this field must be an integer":"O valor deste campo tem ser um inteiro","The value of this field must be numeric":"O valor deste campo tem de ser num\u00e9rico","This field is required":"Este campo \u00e9 obrigat\u00f3rio","This field is too long":"Este campo \u00e9 demasiado grande","This field is too short":"Este campo \u00e9 demasiado pequeno","This Login is already in use":"Esta sess\u00e3o j\u00e1 se encontra em uso","This role is still given to one or more users. Please remove the role to these users first.":"Este papel ainda se encontra atribu\u00eddo a um ou mais utilizadores, Por favor remova o papel a estes utilizadores primeiro.","Translate":"Traduza","Translate to":"Traduza para","Translation parameters":"Par\u00e2metros de tradu\u00e7\u00e3o","Translation saved":"Tradu\u00e7\u00e3o guardada","Type":"Tipo","Unable to change passwords in demo mode":"N\u00e3o \u00e9 permitido mudar a palavra-passe em modo de demonstra\u00e7\u00e3o","Uncheck all":"Desmarcar todos","Uncheck All":"Desmarcar Todos","Unknown Error":"Erro desconhecido","Upload":"Enviar","Use default value":"Usar o valor padr\u00e3o","User added":"Utilizador adicionado","User deleted successfully":"Utilizador eliminado com sucesso","User saved":"Utilizador guardado","User Settings":"Defini\u00e7\u00f5es do utilizador","Users":"Utilizadores","Version":"Vers\u00e3o","Yes":"Sim"} \ No newline at end of file +{" has been deleted successfully":"Foi eliminado com sucesso"," next":"pr\u00f3ximo"," requires a subgrid adapter":"adaptador de sub-rede necess\u00e1rio","%s (%s kb)":"%s (%s kb)","%s extension(s) to install.":"%s da extens\u00e3o para instalar.","(empty)":"(vazio)","> Extension %s succesfully installed.":">A extens\u00e3o foi %s instalada com sucesso.","> Installation done.":"Instala\u00e7\u00e3o conclu\u00edda","A fatal error occured during the installation process.":"Ocorreu um erro fatal durante a instala\u00e7\u00e3o do processo","A qti testpackage":"Pacote de teste QTI","Access Denied":"Acesso Negado","Access denied. Please renew your authentication!":"Acesso negado. Por favor renove a sua autentica\u00e7\u00e3o!","Actions":"Ac\u00e7\u00f5es","Add":"Adicionar","Add a user":"Adicionar Utilizador","Add the source file":"Adicionar ficheiro font","all":"todos","All rights reserved.":"Todos os direitos reservados.","Alpha version":"Vers\u00e3o Alpha","An item involved in the test cannot be read or is not QTI compliant.":"Um item envolvido no teste n\u00e3o pode ser lido ou n\u00e3o est\u00e1 em conformidade com QTI","An item involved in the test cannot be written.":"Um item envolvido no teste n\u00e3o pode ser escrito","An unknown error occured while compiling QTI test \u0027%s\u0027.":"Um erro desconhecido ocorreu quando compilava teste QTI \u0027%s\u0027.","Are you sure to delete the versioned resource?\nThe history will be lost as well.":"Tem a certeza que quer eliminar o recurso versionado?\nO hist\u00f3rico tamb\u00e9m ser\u00e1 eliminado.","Assign User to role":"Definir o papel do utilizador","Author":"Autor","Authoring":"Criador","Available Extensions":"Extens\u00f5es dispon\u00edveis","Beta version":"Vers\u00e3o Beta","Calendar":"Calend\u00e1rio","Cancel":"Cancelar","Change password":"Mudar palavra-passe","Change the password":"Mudar a palavra-passe","Check All":"Marcar Todos","Check all":"Marcar todos","Choose export format":"Seleccione o formato de exporta\u00e7\u00e3o:","Choose import format":"Escolha o formato de importa\u00e7\u00e3o","class selected":"disciplina seleccionada","Column":"Coluna","Combine a selection of items into tests.":"Combine uma selec\u00e7\u00e3o de itens para testes.","Confirm":"Confirmar","Create":"Criar","Create and design items and exercises.":"Criar e desenvolver items e exerc\u00edcios","Create instance of ":"Criar a inst\u00e2ncia de","CSV":"CSV","CSV Options":"Op\u00e7\u00f5es de CSV","Current language":"Idioma actual","Data imported successfully":"Informa\u00e7\u00e3o importada com sucesso","Data Language":"Informa\u00e7\u00e3o do Idioma","Data language":"Informa\u00e7\u00e3o do Idioma","Define the default values":"Defina os valores omissos","Delete":"Eliminar","Do you wish to install the following extension(s):\n%s?":"Deseja instalar as seguinte(s) exten\u00e7\u00f5e(s):\n%s?","Don\u0027t set":"N\u00e3o atribua","Download":"Descarregar","Duplicate":"Duplicado","Edit":"Editar","Edit a user":"Editar utilizador","Edit Instance":"Editar inst\u00e2ncia","Element":"Elemento","Error":"Erro","Error during file import":"Erro durante a importa\u00e7\u00e3o do ficheiro","Exclusive (OR)":"Exclusivo (OU)","Export":"Exportar","Export ":"Exportar","Extensions manager":"Gestor de extens\u00f5es","Field delimiter":"Delimitador de campo","Field encloser":"Campo incluso","File":"Ficheiro","File name":"Nome do ficheiro","Filter":"Filtro","Filtering mode":"Modo de filtragem","First Name":"Nome Pr\u00f3prio","First row column names":"1\u00aa linha Nomes da coluna","Go Back":"Retroceder","Group test takers according to global features and classifications.":"Grupo examinados de acordo com caracter\u00edsticas e classifica\u00e7\u00f5es globais","Groups":"Grupos","Groups library":"Biblioteca de grupos","Import":"Importar","Import ":"Importar","Inclusive (AND)":"Inclusive (AND)","Individual":"Individual","Install":"Instalar","Installation done.":"Instala\u00e7\u00e3o conclu\u00edda","Installation...":"Instala\u00e7\u00e3o...","Installed Extensions":"Extens\u00f5es Instaladas","Installing extension %s...":"Extens\u00f5es instaladas %s...","Instance saved":"Inst\u00e2ncia guardada","Interface language":"Idioma do interface","Interface Language":"Idioma do Interface","Invalid field length":"Comprimento do campo inv\u00e1lido","Invalid file type!":"Tipo de ficheiro invalido!","Invalid login or password. Please try again.":"Inicio de sess\u00e3o ou palavra passe invalida. Por favor tente de novo","Items":"Items","Items library":"Biblioteca de items","Label":"Rotulo","Language":"Idioma","Last Name":"Apelido","Linear":"Linear","List":"Lista","List - Multiple choice - Check box":"Lista - M\u00faltipla escolha - Caixa de verivica\u00e7\u00e3o","List - Single choice - Drop down":"Lista - Escolha \u00fanica - Suspensa","List - Single choice - Radio button":"Lista - Escolha \u00fanica - Bot\u00e3o de op\u00e7\u00e3o","Loaded":"Carregado","Loaded at Startup":"Carregado no inicio","Log in":"Iniciar sess\u00e3o","Log Out":"Terminar Sess\u00e3o","Login":"Iniciar sess\u00e3o","Login available":"Inicio de sess\u00e3o dispon\u00edvel","Manage data list":"Gerir lista de informa\u00e7\u00e3o","Manage groups":"Gest\u00e3o de grupos","Manage items":"Gerir items","Manage roles":"Gerir papeis","Manage Roles and apply them to users.":"Gerir papeis e aplicar aos utilizadores","Manage test takers":"Gerir examinados","Manage tests":"Gerir testes","Manage users":"Gerir utilizadores","Manage Versioned File":"Gerir Ficheiro Versionado","Map the properties to the CSV columns":"Mapear propriedades das colunas CSV","Move":"Mover","Move to":"Mover para","Multiple values delimiter":"Delimitador de valores m\u00faltiplos","My settings":"Os meus par\u00e2metros","My settings (%s)":"Os meus par\u00e2metros (%s)","Name":"Nome","New class":"Nova disciplina","New Group":"Novo grupo","New password":"Nova palavra-passe","New test":"Novo teste","New test-taker":"Novo examinado","Next":"Pr\u00f3ximo","No":"N\u00e3o","No extensions available.":"Sem extens\u00f5es dispon\u00edveis","no label":"Sem r\u00f3tulos","No more attempts allowed for item \u0022%s\u0022.":"N\u00e3o tem mais tentativas para o item \u0027%s\u0027","Non Linear":"N\u00e3o linear","Nothing imported":"Nada foi importado","Nothing to install !":"Nada para instalar!","Number of elements":"Numero de elementos","Old Password":"Palavra-passe antiga","Password":"Palavra-passe","Password changed":"Palavra-passe alterada","Passwords are not matching":"As palavras-passes n\u00e3o s\u00e3o iguais","Please confirm deletion":"Por favor confirme a elimina\u00e7\u00e3o","Please confirm property deletion!":"Por favor confirme a elimina\u00e7\u00e3o da propriedade","Preparing installation...":"A preparar instala\u00e7\u00e3o","Preview":"Prever","RDF":"RDF","Record and manage test takers.":"Grava e gere examinados","Remove":"Remover","Rename":"Renomear","Repeat new password":"repita a nova palavra-passe","Requires":"Requerido","Resource saved":"Recurso guardado","Right click the tree to manage your lists":"Bot\u00e3o direito do rato na \u00e1rvore para gerir as suas listas","Role saved":"Papel guardado","Roles":"Papeis","Roles library":"Biblioteca de papeis","Save":"Guardar","Search":"Procurar","select":"seleccione","Select":"Seleccione","Select a language":"Seleccione uma l\u00edngua","Selected file:":"Ficheiro seleccionado:","Selection saved successfully":"Selec\u00e7\u00e3o guardada com sucesso","Settings":"Configura\u00e7\u00f5es","Settings updated":"Configura\u00e7\u00f5es enviadas","Shuffle":"Baralhar","Simultaneous":"Simult\u00e2neo","Supported export formats":"Formatos de exporta\u00e7\u00e3o suportados","TAO Home":"Inicio TAO","Test":"Teste","Test takers library":"Biblioteca de examinados","Tests":"Testes","Tests library":"Biblioteca de testes","Text - Long - Box":"Texto - Longo - Caixa","Text - Long - HTML editor":"Texto - Longo - editor HTML ","Text - Short - Field":"Texto - Pequeno - Campo","The column ":"A coluna","The QTI test could not be retrieved correctly.":"O teste QTI n\u00e3o pode ser carregado correctamente.","The QTI-XML test could not be written correctly.":"O teste QTI-XML n\u00e3o pode ser escrito correctamente.","The value of this field must be a valid date format, e.g. YYYY-MM-DD":"O valor deste campo tem de ser uma data valida, ex: AAAA-MM-DD","The value of this field must be an integer":"O valor deste campo tem ser um inteiro","The value of this field must be numeric":"O valor deste campo tem de ser num\u00e9rico","This field is required":"Este campo \u00e9 obrigat\u00f3rio","This field is too long":"Este campo \u00e9 demasiado grande","This field is too short":"Este campo \u00e9 demasiado pequeno","This Login is already in use":"Esta sess\u00e3o j\u00e1 se encontra em uso","This role is still given to one or more users. Please remove the role to these users first.":"Este papel ainda se encontra atribu\u00eddo a um ou mais utilizadores, Por favor remova o papel a estes utilizadores primeiro.","Translate":"Traduza","Translate to":"Traduza para","Translation parameters":"Par\u00e2metros de tradu\u00e7\u00e3o","Translation saved":"Tradu\u00e7\u00e3o guardada","Type":"Tipo","Unable to change passwords in demo mode":"N\u00e3o \u00e9 permitido mudar a palavra-passe em modo de demonstra\u00e7\u00e3o","Uncheck all":"Desmarcar todos","Uncheck All":"Desmarcar Todos","Unknown Error":"Erro desconhecido","Upload":"Enviar","Use default value":"Usar o valor padr\u00e3o","User added":"Utilizador adicionado","User deleted successfully":"Utilizador eliminado com sucesso","User saved":"Utilizador guardado","User Settings":"Defini\u00e7\u00f5es do utilizador","Users":"Utilizadores","Version":"Vers\u00e3o","Yes":"Sim"} \ No newline at end of file diff --git a/locales/pt-PT/qtiCat.rdf.po b/locales/pt-PT/qtiCat.rdf.po index 475beed23c..818d04331c 100644 --- a/locales/pt-PT/qtiCat.rdf.po +++ b/locales/pt-PT/qtiCat.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:08\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:22\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: pt-PT\n" diff --git a/locales/pt-PT/qtitest.rdf.po b/locales/pt-PT/qtitest.rdf.po index f8a1889792..791b979307 100644 --- a/locales/pt-PT/qtitest.rdf.po +++ b/locales/pt-PT/qtitest.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:08\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:22\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: pt-PT\n" diff --git a/locales/pt-PT/taoQtiTestItemRunner.rdf.po b/locales/pt-PT/taoQtiTestItemRunner.rdf.po index 34a6c620a2..e51fd2b981 100644 --- a/locales/pt-PT/taoQtiTestItemRunner.rdf.po +++ b/locales/pt-PT/taoQtiTestItemRunner.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:08\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:22\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: pt-PT\n" diff --git a/locales/ru-RU/messages.po b/locales/ru-RU/messages.po index 72d094e046..fecb67e4a9 100644 --- a/locales/ru-RU/messages.po +++ b/locales/ru-RU/messages.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:09\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:22\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: ru-RU\n" @@ -22,6 +22,9 @@ msgstr "" msgid "(Visual) Highlight Text" msgstr "" +msgid "A concurrent delivery has been detected. Please use the last open session. The present window can be closed." +msgstr "" + msgid "A QTI Item involved in the QTI Test '%s' could not be compiled." msgstr "Невозможно скомпоновать элемент QTI, включенный в тест QTI «%s»." @@ -46,6 +49,9 @@ msgstr "Требуется действительный ответ на этот msgid "A visible section is one that is identifiable by the candidate." msgstr "Видимый раздел — тот раздел, который может идентифицироваться кандидатом." +msgid "Accessibility tool that enables Test Taker to have the item content read aloud." +msgstr "" + msgid "Activated" msgstr "Активировано" @@ -58,6 +64,9 @@ msgstr "Добавить ZIP-файл, содержащий QTI/APIP-тесты msgid "Add selected item(s) here." msgstr "Добавьте выбранные элементы здесь." +msgid "Add Subsection" +msgstr "" + msgid "Add the source file" msgstr "Добавить исходный файл" @@ -223,6 +232,15 @@ msgstr "" msgid "Black on White" msgstr "" +msgid "Bookmark question" +msgstr "" + +msgid "Bookmark the current question for later review" +msgstr "" + +msgid "Bookmarked question %s" +msgstr "" + msgid "Calculator" msgstr "Калькулятор" @@ -361,6 +379,9 @@ msgstr "Отображаемая метка" msgid "Displays a customisable magnifier" msgstr "Отображает настраиваемую лупу" +msgid "Do not bookmark the current question for later review" +msgstr "" + msgid "Do not flag the current item for later review" msgstr "Не помечать текущий элемент для дальнейшего пересмотра" @@ -406,10 +427,10 @@ msgstr "Включить экран пересмотра элемента/нав msgid "Enables skipping to items within this section. Requires the review screen option." msgstr "Включает пропуск до элементов в пределах этого раздела. Требуется опция экрана пересмотра." -msgid "End test" +msgid "End Test" msgstr "Завершить тест" -msgid "End Test" +msgid "End test" msgstr "Завершить тест" msgid "Enter a blueprint" @@ -431,12 +452,21 @@ msgstr "" msgid "Expand the review panel" msgstr "Развернуть панель пересмотра" +msgid "Export" +msgstr "" + msgid "Export failed for the test \"%s" msgstr "Ошибка экспорта для теста «%s" +msgid "Export failed. Key uri nor classUri in formValues are not defined" +msgstr "" + msgid "Export metadata" msgstr "Экспорт метаданных" +msgid "Export QTI %s Test Package" +msgstr "" + msgid "Export QTI 2.1 Test Package" msgstr "Экспорт пакета для тестирования QTI 2.1" @@ -506,6 +536,9 @@ msgstr "" msgid "Hide Review" msgstr "Скрыть панель просмотра" +msgid "Hide test overview panel" +msgstr "" + msgid "Hide the review screen" msgstr "Скрыть экран пересмотра" @@ -557,6 +590,9 @@ msgstr "Если задана опция категории, балл будет msgid "If the connection cannot be restored, see option B." msgstr "" +msgid "If you leave the test, your changes will not be saved due to invalid test settings. Are you sure you wish to leave?" +msgstr "" + msgid "If you need help, please contact our Helpline on 0330 088 4171." msgstr "" @@ -590,6 +626,9 @@ msgstr "Несоответствие в строке %1d:" msgid "Individual" msgstr "Индивидуальн." +msgid "Informational item" +msgstr "" + msgid "Informational Item Usage" msgstr "Использование информационного элемента" @@ -629,12 +668,12 @@ msgstr "" msgid "Item Session Control" msgstr "Контроль за сеансом для элемента" -msgid "items" -msgstr "элементы" - msgid "Items" msgstr "Элементы" +msgid "items" +msgstr "элементы" + msgid "Items can optionally be assigned to one or more categories." msgstr "Элементы могут дополнительно назначаться одной или нескольким категориям." @@ -762,12 +801,15 @@ msgstr "Минимальная длительность для этой част msgid "minutes" msgstr "" -msgid "Missed required parameter \'id\" +msgid "Missed required parameter \'id\'" msgstr "" msgid "Missed test package file" msgstr "Пропущен файл с пакетом для тестирования" +msgid "Missing filename for QTI Test export" +msgstr "" + msgid "Missing required configuration option %s" msgstr "" @@ -816,12 +858,18 @@ msgstr "Следующий раздел" msgid "No" msgstr "Нет" +msgid "NO" +msgstr "" + msgid "No CAT Engine configured for CAT Endpoint \"%s\"." msgstr "Для конечной точки CAT «%s» не настроено ядро CAT." msgid "No file found at location \"%s\"." msgstr "По расположению «%s» не найдены файлы." +msgid "No instance in form to export" +msgstr "" + msgid "No more attempts allowed for item \"%s\"." msgstr "Для элемента «%s» больше нет разрешенных попыток." @@ -963,6 +1011,12 @@ msgstr "Не удалось опубликовать тест QTI «%s»." msgid "QTI Test \"%s\" successfully published." msgstr "Тест QTI «%s» успешно опубликован." +msgid "QTI Test Metadata" +msgstr "" + +msgid "QTI Test Package %s" +msgstr "" + msgid "QTI Test Package 2.1" msgstr "Пакет для тестирования QTI 2.1" @@ -972,10 +1026,13 @@ msgstr "Пакет для тестирования QTI 2.2" msgid "QTI/APIP Test Content Package" msgstr "Пакет содержимого для тестирования QTI/APIP" +msgid "Question" +msgstr "" + msgid "question" msgstr "" -msgid "Question" +msgid "Question %s" msgstr "" msgid "questions" @@ -1002,6 +1059,9 @@ msgstr "Удалить тематический блок" msgid "Remove Section" msgstr "Удалить раздел" +msgid "Remove Subsection" +msgstr "" + msgid "Remove Test Part" msgstr "" @@ -1017,6 +1077,9 @@ msgstr "Сбросить фильтры" msgid "Resource(s) successfully exported." msgstr "Ресурсы успешно экспортированы." +msgid "ResultTransmission event successfully registered" +msgstr "" + msgid "Review" msgstr "Пересмотр" @@ -1047,10 +1110,10 @@ msgstr "Счетчик баллов" msgid "Scoring" msgstr "Выставление баллов" -msgid "Scratch pad" +msgid "Scratch Pad" msgstr "Блокнот" -msgid "Scratch Pad" +msgid "Scratch pad" msgstr "Блокнот" msgid "Scratchpad" @@ -1125,6 +1188,9 @@ msgstr "Показать панель просмотра" msgid "Show Solution" msgstr "Показывать решение" +msgid "Show test overview panel" +msgstr "" + msgid "Show the review screen" msgstr "Показывать экран пересмотра" @@ -1233,6 +1299,12 @@ msgstr "Метаданные теста успешно экспортирова msgid "Test Navigation" msgstr "Навигация по тесту" +msgid "Test overview" +msgstr "" + +msgid "Test part level category enables configuring the categories of its composing items all at once. A category in gray means that all items have that category. A category in white means that only a few items have that category." +msgstr "" + msgid "Test Part Properties" msgstr "" @@ -1261,12 +1333,12 @@ msgstr "Тесты" msgid "Text content" msgstr "Текстовое содержимое" -msgid "Text to Speech" -msgstr "Текст в речь" - msgid "Text To Speech" msgstr "" +msgid "Text to Speech" +msgstr "Текст в речь" + msgid "that was being taken." msgstr "" @@ -1348,6 +1420,9 @@ msgstr "Принципиальный идентификатор теста." msgid "The provided archive is invalid. Make sure it is not corrupted and that it contains an 'imsmanifest.xml' file." msgstr "Указанный архив недействителен. Убедитесь, что он не поврежден и содержит файл imsmanifest.xml." +msgid "The QTI Item with URI '%s' cannot be found." +msgstr "" + msgid "The QTI Test '%s' to be compiled must contain at least 1 QTI Item. None found." msgstr "Для компоновки теста QTI «%s» он должен содержать по крайней мере 1 элемент QTI. К сожалению, такие элементы не обнаружены." @@ -1378,6 +1453,14 @@ msgstr "Название раздела." msgid "The submission mode determines when the candidate's responses are submitted for response processing. A testPart in individual mode requires the candidate to submit their responses on an item-by-item basis. In simultaneous mode the candidate's responses are all submitted together at the end of the testPart." msgstr "В режиме отправки определяется, когда ответы кандидата отправляются на обработку. В индивидуальном режиме части теста от кандидата требуется отправлять свои ответы по одному элементу за раз. В одновременном режиме ответы кандидата отправляются все вместе по окончании части теста." +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"" +msgstr "" + +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"Please fix the invalid settings and try again." +msgstr "" + msgid "The test has been closed/suspended!" msgstr "Тест выбран/приостановлен!" @@ -1595,6 +1678,9 @@ msgstr "Ошибка XML, строка %1$d, столбец %2$d, «%3$s»." msgid "Yellow on Blue" msgstr "" +msgid "YES" +msgstr "" + msgid "Yes" msgstr "Да" diff --git a/locales/ru-RU/messages_po.js b/locales/ru-RU/messages_po.js index 8b3f42a4f7..f86cf1d147 100644 --- a/locales/ru-RU/messages_po.js +++ b/locales/ru-RU/messages_po.js @@ -1 +1 @@ -{"A QTI Item involved in the QTI Test \u0027%s\u0027 could not be compiled.":"\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0441\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u0430\u0442\u044c \u044d\u043b\u0435\u043c\u0435\u043d\u0442 QTI, \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u043d\u044b\u0439 \u0432 \u0442\u0435\u0441\u0442 QTI \u00ab%s\u00bb.","A QTI Test must contain at least one QTI Item to be compiled. None found.":"\u0422\u0435\u0441\u0442 QTI \u0434\u043e\u043b\u0436\u0435\u043d \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u043f\u043e \u043a\u0440\u0430\u0439\u043d\u0435\u0439 \u043c\u0435\u0440\u0435 \u043e\u0434\u0438\u043d \u044d\u043b\u0435\u043c\u0435\u043d\u0442 QTI \u0434\u043b\u044f \u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438. \u041d\u0438\u0447\u0435\u0433\u043e \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u043e.","A qti testpackage":"\u041f\u0430\u043a\u0435\u0442 \u0442\u0435\u0441\u0442\u043e\u0432 QTI","A remote resource referenced in QTI test \u0027%s\u0027 could not be retrieved.":"\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0443\u0434\u0430\u043b\u0435\u043d\u043d\u044b\u0439 \u0440\u0435\u0441\u0443\u0440\u0441, \u043d\u0430 \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0438\u043c\u0435\u0435\u0442\u0441\u044f \u0441\u0441\u044b\u043b\u043a\u0430 \u0432 \u0442\u0435\u0441\u0442\u0435 QTI \u00ab%s\u00bb.","A response to every question in this item is required.":"\u0422\u0440\u0435\u0431\u0443\u044e\u0442\u0441\u044f \u043e\u0442\u0432\u0435\u0442\u044b \u043d\u0430 \u0432\u0441\u0435 \u0432\u043e\u043f\u0440\u043e\u0441\u044b \u0432 \u044d\u0442\u043e\u043c \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0435.","A response to this item is required.":"\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u043e\u0442\u0432\u0435\u0442 \u043d\u0430 \u044d\u0442\u043e\u0442 \u044d\u043b\u0435\u043c\u0435\u043d\u0442.","A valid response to this item is required.":"\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u043e\u0442\u0432\u0435\u0442 \u043d\u0430 \u044d\u0442\u043e\u0442 \u044d\u043b\u0435\u043c\u0435\u043d\u0442.","A visible section is one that is identifiable by the candidate.":"\u0412\u0438\u0434\u0438\u043c\u044b\u0439 \u0440\u0430\u0437\u0434\u0435\u043b\u00a0\u2014 \u0442\u043e\u0442 \u0440\u0430\u0437\u0434\u0435\u043b, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043c\u043e\u0436\u0435\u0442 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u0446\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u043a\u0430\u043d\u0434\u0438\u0434\u0430\u0442\u043e\u043c.","Activated":"\u0410\u043a\u0442\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d\u043e","add a new weight":"\u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043d\u043e\u0432\u044b\u0439 \u0432\u0435\u0441\u043e\u0432\u043e\u0439 \u043a\u043e\u044d\u0444\u0444\u0438\u0446\u0438\u0435\u043d\u0442","Add a zip file containing QTI\/APIP tests and items":"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c ZIP-\u0444\u0430\u0439\u043b, \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0449\u0438\u0439 QTI\/APIP-\u0442\u0435\u0441\u0442\u044b \u0438 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b","Add selected item(s) here.":"\u0414\u043e\u0431\u0430\u0432\u044c\u0442\u0435 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u0437\u0434\u0435\u0441\u044c.","Add the source file":"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0438\u0441\u0445\u043e\u0434\u043d\u044b\u0439 \u0444\u0430\u0439\u043b","After you complete the section it would be impossible to return to this section to make changes. Are you sure you want to end the section?":"\u041f\u043e\u0441\u043b\u0435 \u043f\u0440\u043e\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u044f \u044d\u0442\u043e\u0433\u043e \u0440\u0430\u0437\u0434\u0435\u043b\u0430 \u0432\u044b \u0443\u0436\u0435 \u043d\u0435 \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f \u043a \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u043e\u043c\u0443 \u0440\u0430\u0437\u0434\u0435\u043b\u0443 \u0434\u043b\u044f \u0432\u043d\u0435\u0441\u0435\u043d\u0438\u044f \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0439. \u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0436\u0435\u043b\u0430\u0435\u0442\u0435 \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u044d\u0442\u043e\u0442 \u0440\u0430\u0437\u0434\u0435\u043b?","All":"\u0412\u0441\u0435","All rights reserved.":"\u0412\u0441\u0435 \u043f\u0440\u0430\u0432\u0430 \u0437\u0430\u0449\u0438\u0449\u0435\u043d\u044b.","Allow Comment":"\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435","Allow Review":"\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u043f\u0435\u0440\u0435\u0441\u043c\u043e\u0442\u0440","Allow Section Skipping":"\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u043f\u0440\u043e\u043f\u0443\u0441\u043a \u0440\u0430\u0437\u0434\u0435\u043b\u043e\u0432","Allow Skipping":"\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u043f\u0440\u043e\u043f\u0443\u0441\u043a","Allow skipping of the current section.":"\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u043f\u0440\u043e\u043f\u0443\u0441\u043a \u0442\u0435\u043a\u0443\u0449\u0435\u0433\u043e \u0440\u0430\u0437\u0434\u0435\u043b\u0430.","Allow the candidate to review his answers.":"\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u043a\u0430\u043d\u0434\u0438\u0434\u0430\u0442\u0443 \u043f\u0435\u0440\u0435\u0441\u043c\u0430\u0442\u0440\u0438\u0432\u0430\u0442\u044c \u0441\u0432\u043e\u0438 \u043e\u0442\u0432\u0435\u0442\u044b.","Allow the test-taker to eliminate \/ strikethrough answers in choice interactions.":"\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u0442\u0435\u0441\u0442\u0438\u0440\u0443\u0435\u043c\u043e\u043c\u0443 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0442\u044c\/\u0432\u044b\u0447\u0435\u0440\u043a\u0438\u0432\u0430\u0442\u044c \u043e\u0442\u0432\u0435\u0442\u044b \u0432\u043e \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0438 \u0441 \u0432\u044b\u0431\u043e\u0440\u043e\u043c.","Allow the test-taker to highlight parts of the item text.":"\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u0442\u0435\u0441\u0442\u0438\u0440\u0443\u0435\u043c\u043e\u043c\u0443 \u0432\u044b\u0434\u0435\u043b\u044f\u0442\u044c \u0444\u0440\u0430\u0433\u043c\u0435\u043d\u0442\u044b \u0442\u0435\u043a\u0441\u0442\u0430 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430.","Allow the test-taker to mask and unmask answers in choice interactions.":"\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u0442\u0435\u0441\u0442\u0438\u0440\u0443\u0435\u043c\u043e\u043c\u0443 \u0441\u043a\u0440\u044b\u0432\u0430\u0442\u044c\/\u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u043e\u0442\u0432\u0435\u0442\u044b \u0432\u043e \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0438 \u0441 \u0432\u044b\u0431\u043e\u0440\u043e\u043c.","Allow the test-taker to mask parts of the item with a movable mask.":"\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u0442\u0435\u0441\u0442\u0438\u0440\u0443\u0435\u043c\u043e\u043c\u0443 \u0441\u043a\u0440\u044b\u0432\u0430\u0442\u044c \u0444\u0440\u0430\u0433\u043c\u0435\u043d\u0442\u044b \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430 \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u043f\u043e\u0434\u0432\u0438\u0436\u043d\u043e\u0439 \u043c\u0430\u0441\u043a\u0438.","Allow the test-taker to use a basic calculator.":"\u041f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u0442\u0435\u0441\u0442\u0438\u0440\u0443\u0435\u043c\u043e\u043c\u0443 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u0431\u0430\u0437\u043e\u0432\u044b\u043c \u043a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440\u043e\u043c.","Allow the test-taker to use a calculator respecting the order of operations (BODMAS).":"\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u0442\u0435\u0441\u0442\u0438\u0440\u0443\u0435\u043c\u043e\u043c\u0443 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u043a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440\u043e\u043c \u0432 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0438 \u0441 \u043f\u043e\u0440\u044f\u0434\u043a\u043e\u043c \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u0439 (BODMAS).","Allow the test-taker to use a movable magnifier tool.":"\u041f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u0442\u0435\u0441\u0442\u0438\u0440\u0443\u0435\u043c\u043e\u043c\u0443 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0430\u0435\u043c\u043e\u0439 \u0443\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0439 \u043b\u0443\u043f\u043e\u0439.","Allow the test-taker to use a scientific calculator.":"\u041f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u0442\u0435\u0441\u0442\u0438\u0440\u0443\u0435\u043c\u043e\u043c\u0443 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u0438\u043d\u0436\u0435\u043d\u0435\u0440\u043d\u044b\u043c \u043a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440\u043e\u043c.","Allow the test-taker to visually isolate a line of text.":"\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u0442\u0435\u0441\u0442\u0438\u0440\u0443\u0435\u043c\u043e\u043c\u0443 \u0432\u0438\u0437\u0443\u0430\u043b\u044c\u043d\u043e \u0438\u0437\u043e\u043b\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u0442\u0440\u043e\u043a\u0443 \u0442\u0435\u043a\u0441\u0442\u0430.","Allows Test-taker to zoom in and out the item content.":"\u0420\u0430\u0437\u0440\u0435\u0448\u0430\u0435\u0442 \u0442\u0435\u0441\u0442\u0438\u0440\u0443\u0435\u043c\u043e\u043c\u0443 \u0438\u0437\u043c\u0435\u043d\u044f\u0442\u044c \u043c\u0430\u0441\u0448\u0442\u0430\u0431 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430.","Also compute the score per categories":"\u0422\u0430\u043a\u0436\u0435 \u0440\u0430\u0441\u0441\u0447\u0438\u0442\u044b\u0432\u0430\u0442\u044c \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0431\u0430\u043b\u043b\u043e\u0432 \u043f\u043e \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f\u043c","An error occured while retrieving items":"\u0412\u043e \u0432\u0440\u0435\u043c\u044f \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432 \u0432\u043e\u0437\u043d\u0438\u043a\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430","An error occurred during results submission. Please retry.":"\u0412\u043e \u0432\u0440\u0435\u043c\u044f \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0438 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432 \u0432\u043e\u0437\u043d\u0438\u043a\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430. \u041f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.","An error occurred during the test initialization!":"\u0412\u043e \u0432\u0440\u0435\u043c\u044f \u0438\u043d\u0438\u0446\u0438\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438 \u0442\u0435\u0441\u0442\u0430 \u0432\u043e\u0437\u043d\u0438\u043a\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430!","An error occurred during the test, please content your administrator.":"\u0412\u043e \u0432\u0440\u0435\u043c\u044f \u0442\u0435\u0441\u0442\u0430 \u0432\u043e\u0437\u043d\u0438\u043a\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430, \u043e\u0431\u0440\u0430\u0442\u0438\u0442\u0435\u0441\u044c \u043a \u0430\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440\u0443.","An error occurred!":"\u0412\u043e\u0437\u043d\u0438\u043a\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430!","An error occurs, please contact your administrator":"\u0412\u043e\u0437\u043d\u0438\u043a\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430, \u043e\u0431\u0440\u0430\u0442\u0438\u0442\u0435\u0441\u044c \u043a \u0430\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440\u0443","An invisible section with a parent that is subject to shuffling can specify whether or not its children, which will appear to the candidate as if they were part of the parent, are shuffled as a block or mixed up with the other children of the parent section.":"\u041d\u0435\u0432\u0438\u0434\u0438\u043c\u044b\u0439 \u0440\u0430\u0437\u0434\u0435\u043b \u0441 \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u043c \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u043c, \u043a \u043a\u043e\u0442\u043e\u0440\u043e\u043c\u0443 \u043f\u0440\u0438\u043c\u0435\u043d\u044f\u0435\u0442\u0441\u044f \u043f\u0435\u0440\u0435\u043c\u0435\u0448\u0438\u0432\u0430\u043d\u0438\u0435, \u043c\u043e\u0436\u0435\u0442 \u0437\u0430\u0434\u0430\u0432\u0430\u0442\u044c, \u0431\u0443\u0434\u0443\u0442 \u043b\u0438 \u0435\u0433\u043e \u0434\u043e\u0447\u0435\u0440\u043d\u0438\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b (\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0431\u0443\u0434\u0443\u0442 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c\u0441\u044f \u0434\u043b\u044f \u043a\u0430\u043d\u0434\u0438\u0434\u0430\u0442\u0430, \u043a\u0430\u043a \u0431\u0443\u0434\u0442\u043e \u043e\u043d\u0438 \u044f\u0432\u043b\u044f\u044e\u0442\u0441\u044f \u0447\u0430\u0441\u0442\u044c\u044e \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0433\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430) \u043f\u0435\u0440\u0435\u043c\u0435\u0448\u0438\u0432\u0430\u0442\u044c\u0441\u044f \u0431\u043b\u043e\u043a\u043e\u043c \u0438\u043b\u0438 \u0441\u043c\u0435\u0448\u0438\u0432\u0430\u0442\u044c\u0441\u044f \u0441 \u0434\u0440\u0443\u0433\u0438\u043c\u0438 \u0434\u043e\u0447\u0435\u0440\u043d\u0438\u043c\u0438 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u043c\u0438 \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0439 \u0441\u0435\u043a\u0446\u0438\u0438.","An item involved in the test cannot be read or is not QTI compliant.":"\u041d\u0435 \u0443\u0434\u0430\u0435\u0442\u0441\u044f \u043f\u0440\u043e\u0447\u0438\u0442\u0430\u0442\u044c \u044d\u043b\u0435\u043c\u0435\u043d\u0442, \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u043d\u044b\u0439 \u0432 \u0442\u0435\u0441\u0442, \u0438\u043b\u0438 \u043e\u043d \u043d\u0435 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c \u0441 QTI.","An item involved in the test cannot be written.":"\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0437\u0430\u043f\u0438\u0441\u0430\u0442\u044c \u044d\u043b\u0435\u043c\u0435\u043d\u0442, \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u043d\u044b\u0439 \u0432 \u0442\u0435\u0441\u0442.","An unknown error occured while compiled QTI Test \u0027%s\u0027.":"\u0412\u043e \u0432\u0440\u0435\u043c\u044f \u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438 \u0442\u0435\u0441\u0442\u0430 QTI \u00ab%s\u00bb \u0432\u043e\u0437\u043d\u0438\u043a\u043b\u0430 \u043d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430.","An unknown error occured while compiling QTI test \u0027%s\u0027.":"\u0412\u043e \u0432\u0440\u0435\u043c\u044f \u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438 \u0442\u0435\u0441\u0442\u0430 QTI \u00ab%s\u00bb \u0432\u043e\u0437\u043d\u0438\u043a\u043b\u0430 \u043d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430.","and flagged %s of them":"\u0438 \u043f\u043e\u043c\u0435\u0447\u0435\u043d\u044b %s \u0438\u0437 \u043d\u0438\u0445","and you flagged %s item(s) that you can review now":"\u0438 \u0432\u044b \u043f\u043e\u043c\u0435\u0442\u0438\u043b\u0438 %s\u00a0\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u00a0(-\u043e\u0432), \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0432\u044b \u0442\u0435\u043f\u0435\u0440\u044c \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u0435\u0440\u0435\u0441\u043c\u0430\u0442\u0440\u0438\u0432\u0430\u0442\u044c","Answer Eliminator":"\u0418\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u043e\u0442\u0432\u0435\u0442\u043e\u0432","Answer Masking":"\u0421\u043a\u0440\u044b\u0442\u0438\u0435 \u043e\u0442\u0432\u0435\u0442\u043e\u0432","Answered":"\u041e\u0442\u0432\u0435\u0442 \u0443\u043a\u0430\u0437\u0430\u043d","Are you sure you want to clear your answer and go to the next item? You will not be able to go back and provide an answer.":"\u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0436\u0435\u043b\u0430\u0435\u0442\u0435 \u043e\u0447\u0438\u0441\u0442\u0438\u0442\u044c \u0441\u0432\u043e\u0438 \u043e\u0442\u0432\u0435\u0442\u044b \u0438 \u043f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u043c\u0443 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0443? \u0412\u043f\u043e\u0441\u043b\u0435\u0434\u0441\u0442\u0432\u0438\u0438 \u0432\u044b \u043d\u0435 \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f \u0438 \u0443\u043a\u0430\u0437\u0430\u0442\u044c \u0441\u0432\u043e\u0439 \u043e\u0442\u0432\u0435\u0442.","Are you sure you want to end the test?":"\u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0436\u0435\u043b\u0430\u0435\u0442\u0435 \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u044d\u0442\u043e\u0442 \u0442\u0435\u0441\u0442?","Are you sure you want to go to the next item? You will not be able to go back and change your answer.":"\u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0436\u0435\u043b\u0430\u0435\u0442\u0435 \u043f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u043c\u0443 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0443? \u0412\u043f\u043e\u0441\u043b\u0435\u0434\u0441\u0442\u0432\u0438\u0438 \u0432\u044b \u043d\u0435 \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f \u0438 \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0441\u0432\u043e\u0439 \u043e\u0442\u0432\u0435\u0442.","Are you sure you want to go to the next item? You will not be able to go back and provide an answer.":"\u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0436\u0435\u043b\u0430\u0435\u0442\u0435 \u043f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u043c\u0443 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0443? \u0412\u043f\u043e\u0441\u043b\u0435\u0434\u0441\u0442\u0432\u0438\u0438 \u0432\u044b \u043d\u0435 \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f \u0438 \u0443\u043a\u0430\u0437\u0430\u0442\u044c \u0441\u0432\u043e\u0439 \u043e\u0442\u0432\u0435\u0442.","Are you sure you want to go to the next item? You will not be able to go back.":"\u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0436\u0435\u043b\u0430\u0435\u0442\u0435 \u043f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u043c\u0443 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0443? \u0412\u043f\u043e\u0441\u043b\u0435\u0434\u0441\u0442\u0432\u0438\u0438 \u0432\u044b \u043d\u0435 \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f.","Area Masking":"\u0421\u043a\u0440\u044b\u0442\u0438\u0435 \u043e\u0431\u043b\u0430\u0441\u0442\u0438","Assessment Activity":"\u041e\u0446\u0435\u043d\u0438\u0432\u0430\u043d\u0438\u0435","Associate a blueprint to a section allow you to validate this section against the specified blueprint.":"\u0411\u043b\u0430\u0433\u043e\u0434\u0430\u0440\u044f \u0441\u0432\u044f\u0437\u044b\u0432\u0430\u043d\u0438\u044e \u043c\u0430\u043a\u0435\u0442\u0430 \u0441 \u0440\u0430\u0437\u0434\u0435\u043b\u043e\u043c \u0432\u044b \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0430\u043b\u0438\u0434\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u044d\u0442\u043e\u0442 \u0440\u0430\u0437\u0434\u0435\u043b \u0432 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0438 \u0441 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u043c \u043c\u0430\u043a\u0435\u0442\u043e\u043c.","Associate Blueprint":"\u0421\u0432\u044f\u0437\u0430\u0442\u044c \u043c\u0430\u043a\u0435\u0442","At least one mandatory parameter was required but found missing in your request":"\u0411\u044b\u043b \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c \u043f\u043e \u043a\u0440\u0430\u0439\u043d\u0435\u0439 \u043c\u0435\u0440\u0435 \u043e\u0434\u0438\u043d \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440, \u043e\u0434\u043d\u0430\u043a\u043e \u043e\u043d \u043d\u0435 \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d \u0432 \u0432\u0430\u0448\u0435\u043c \u0437\u0430\u043f\u0440\u043e\u0441\u0435","Author":"\u0410\u0432\u0442\u043e\u0440","Auxiliary file not found at location \u0022%s\u0022.":"\u041f\u043e \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u044e \u00ab%s\u00bb \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d \u0432\u0441\u043f\u043e\u043c\u043e\u0433\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u0444\u0430\u0439\u043b.","Calculator":"\u041a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440","Calculator BODMAS":"\u041a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440 BODMAS","CANCEL":"\u041e\u0422\u041c\u0415\u041d\u0410","Cancel":"\u041e\u0442\u043c\u0435\u043d\u0430","Candidate":"\u041a\u0430\u043d\u0434\u0438\u0434\u0430\u0442","Cardinality":"\u0420\u0430\u0437\u043c\u0435\u0440\u043d\u043e\u0441\u0442\u044c","Categories":"\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438","Category score":"\u0411\u0430\u043b\u043b \u043f\u043e \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438","Change the current color preset":"\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0442\u0435\u043a\u0443\u0449\u0443\u044e \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0443 \u0446\u0432\u0435\u0442\u043e\u0432","Class":"\u041a\u043b\u0430\u0441\u0441","Class successfully created.":"\u041a\u043b\u0430\u0441\u0441 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d.","Clear all active highlights":"\u041e\u0447\u0438\u0441\u0442\u0438\u0442\u044c \u0432\u0441\u0435 \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0435 \u0432\u044b\u0434\u0435\u043b\u0435\u043d\u0438\u0435","Clear Highlights":"\u041e\u0447\u0438\u0441\u0442\u0438\u0442\u044c \u0432\u044b\u0434\u0435\u043b\u0435\u043d\u0438\u0435","Click \u0022%s\u0022 to continue.":"\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u0022%s\u0022, \u0447\u0442\u043e\u0431\u044b \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c.","Click to speak":"\u041d\u0430\u0436\u043c\u0438\u0442\u0435, \u0447\u0442\u043e\u0431\u044b \u0433\u043e\u0432\u043e\u0440\u0438\u0442\u044c","Close":"\u0417\u0430\u043a\u0440\u044b\u0442\u044c","Close Magnifier":"\u0417\u0430\u043a\u0440\u044b\u0442\u044c \u043b\u0443\u043f\u0443","Close message":"\u0417\u0430\u043a\u0440\u044b\u0442\u044c \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435","Close the mask":"\u0417\u0430\u043a\u0440\u044b\u0442\u044c \u043c\u0430\u0441\u043a\u0443","Close this Section":"\u0417\u0430\u043a\u0440\u044b\u0442\u044c \u044d\u0442\u043e\u0442 \u0440\u0430\u0437\u0434\u0435\u043b","Collapse the review panel":"\u0421\u0432\u0435\u0440\u043d\u0443\u0442\u044c \u043f\u0430\u043d\u0435\u043b\u044c \u043f\u0435\u0440\u0435\u0441\u043c\u043e\u0442\u0440\u0430","Comment":"\u041a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439","comment...":"\u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439...","Completed items":"\u0417\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043d\u044b\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b","Connected to server":"\u041f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u043e \u043a \u0441\u0435\u0440\u0432\u0435\u0440\u0443","Contrast":"\u041a\u043e\u043d\u0442\u0440\u0430\u0441\u0442","Controls the contribution of an individual item score to the overall test score.":"\u0423\u043f\u0440\u0430\u0432\u043b\u044f\u0435\u0442 \u0432\u0435\u0441\u043e\u043c \u0431\u0430\u043b\u043b\u0430 \u043f\u043e \u0438\u043d\u0434\u0438\u0432\u0438\u0434\u0443\u0430\u043b\u044c\u043d\u043e\u043c\u0443 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0443 \u0432 \u043e\u0431\u0449\u0435\u043c \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0435 \u0431\u0430\u043b\u043b\u043e\u0432 \u043f\u043e \u0442\u0435\u0441\u0442\u0443.","Controls the maximum number of attempts allowed. 0 means unlimited.":"\u0423\u043f\u0440\u0430\u0432\u043b\u044f\u0435\u0442 \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u044b\u043c \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e\u043c \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u043d\u044b\u0445 \u043f\u043e\u043f\u044b\u0442\u043e\u043a. \u00ab0\u00bb \u043e\u0437\u043d\u0430\u0447\u0430\u0435\u0442 \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0438\u0435 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0439.","Covers parts of the item":"\u041f\u043e\u043a\u0440\u044b\u0432\u0430\u0435\u0442 \u0444\u0440\u0430\u0433\u043c\u0435\u043d\u0442\u044b \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430","Custom":"\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a.","custom categories":"\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0435 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438","Custom outcome processing. No changes will be made to the existing rules.":"\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0430\u044f \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0430 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432. \u0412 \u0438\u043c\u0435\u044e\u0449\u0438\u0435\u0441\u044f \u043f\u0440\u0430\u0432\u0438\u043b\u0430 \u043d\u0435 \u0431\u0443\u0434\u0443\u0442 \u0432\u043d\u043e\u0441\u0438\u0442\u044c\u0441\u044f \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f.","Cut score":"\u041f\u0440\u043e\u0445\u043e\u0434\u043d\u043e\u0439 \u0431\u0430\u043b\u043b","Cut score (pass ratio)":"\u041f\u0440\u043e\u0445\u043e\u0434\u043d\u043e\u0439 \u0431\u0430\u043b\u043b (\u043f\u0440\u043e\u0445\u043e\u0434\u043d\u043e\u0435 \u0441\u043e\u043e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u0435)","Disable validation":"\u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0432\u0430\u043b\u0438\u0434\u0430\u0446\u0438\u044e","Disconnected from server":"\u041e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u043e \u043e\u0442 \u0441\u0435\u0440\u0432\u0435\u0440\u0430","Display a warning before the test-taker ends a test part and there are still items left unanswered or marked for review.":"\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435 \u043f\u0435\u0440\u0435\u0434 \u0442\u0435\u043c, \u043a\u0430\u043a \u0442\u0435\u0441\u0442\u0438\u0440\u0443\u0435\u043c\u044b\u0439 \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442 \u0447\u0430\u0441\u0442\u044c \u0442\u0435\u0441\u0442\u0430, \u043f\u0440\u0438 \u043d\u0430\u043b\u0438\u0447\u0438\u0438 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432 \u0431\u0435\u0437 \u043e\u0442\u0432\u0435\u0442\u043e\u0432 \u0438\u043b\u0438 \u043f\u043e\u043c\u0435\u0447\u0435\u043d\u043d\u044b\u0445 \u043d\u0430 \u043f\u0435\u0440\u0435\u0441\u043c\u043e\u0442\u0440.","Display a warning before the test-taker ends the test part.":"\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435 \u043f\u0435\u0440\u0435\u0434 \u0442\u0435\u043c, \u043a\u0430\u043a \u0442\u0435\u0441\u0442\u0438\u0440\u0443\u0435\u043c\u044b\u0439 \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442 \u0447\u0430\u0441\u0442\u044c \u0442\u0435\u0441\u0442\u0430.","Display a warning before the test-taker ends the test.":"\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435 \u043f\u0435\u0440\u0435\u0434 \u0442\u0435\u043c, \u043a\u0430\u043a \u0442\u0435\u0441\u0442\u0438\u0440\u0443\u0435\u043c\u044b\u0439 \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442 \u0442\u0435\u0441\u0442.","Display a warning before the test-taker skips the section. Requires the Section Skipping option.":"\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435 \u043f\u0435\u0440\u0435\u0434 \u0442\u0435\u043c, \u043a\u0430\u043a \u0442\u0435\u0441\u0442\u0438\u0440\u0443\u0435\u043c\u044b\u0439 \u043f\u0440\u043e\u043f\u0443\u0441\u0442\u0438\u0442 \u0440\u0430\u0437\u0434\u0435\u043b. \u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u043e\u043f\u0446\u0438\u044f \u043f\u0440\u043e\u043f\u0443\u0441\u043a\u0430 \u0440\u0430\u0437\u0434\u0435\u043b\u0430.","Display End Test Warning":"\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435 \u043f\u043e \u043f\u043e\u0432\u043e\u0434\u0443 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f \u0442\u0435\u0441\u0442\u0430","Display Next Part Warning":"\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435 \u043f\u043e \u043f\u043e\u0432\u043e\u0434\u0443 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0439 \u0447\u0430\u0441\u0442\u0438","Display Next Section Warning":"\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435 \u043f\u043e \u043f\u043e\u0432\u043e\u0434\u0443 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0433\u043e \u0440\u0430\u0437\u0434\u0435\u043b\u0430","Display Unanswered Warning":"\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435 \u043f\u043e \u043f\u043e\u0432\u043e\u0434\u0443 \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0438\u044f \u043e\u0442\u0432\u0435\u0442\u043e\u0432","Displayed label":"\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0435\u043c\u0430\u044f \u043c\u0435\u0442\u043a\u0430","Displays a customisable magnifier":"\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0435\u0442 \u043d\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0435\u043c\u0443\u044e \u043b\u0443\u043f\u0443","Do not flag the current item for later review":"\u041d\u0435 \u043f\u043e\u043c\u0435\u0447\u0430\u0442\u044c \u0442\u0435\u043a\u0443\u0449\u0438\u0439 \u044d\u043b\u0435\u043c\u0435\u043d\u0442 \u0434\u043b\u044f \u0434\u0430\u043b\u044c\u043d\u0435\u0439\u0448\u0435\u0433\u043e \u043f\u0435\u0440\u0435\u0441\u043c\u043e\u0442\u0440\u0430","Do not show alert on timeout":"\u041d\u0435 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c \u043e\u043f\u043e\u0432\u0435\u0449\u0435\u043d\u0438\u0435 \u0432\u043e \u0432\u0440\u0435\u043c\u044f \u043e\u0436\u0438\u0434\u0430\u043d\u0438\u044f","Download":"\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c","Eliminate choices":"\u0418\u0441\u043a\u043b\u044e\u0447\u0430\u0442\u044c \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u044b \u0432\u044b\u0431\u043e\u0440\u0430","Enable Mark for Review":"\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043f\u043e\u043c\u0435\u0442\u043a\u0443 \u0434\u043b\u044f \u043f\u0435\u0440\u0435\u0441\u043c\u043e\u0442\u0440\u0430","Enable mark for review of items. Requires the Review Screen option.":"\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043f\u043e\u043c\u0435\u0442\u043a\u0443 \u0434\u043b\u044f \u043f\u0435\u0440\u0435\u0441\u043c\u043e\u0442\u0440\u0430 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432. \u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u043e\u043f\u0446\u0438\u044f \u00ab\u042d\u043a\u0440\u0430\u043d \u043f\u0435\u0440\u0435\u0441\u043c\u043e\u0442\u0440\u0430\u00bb.","Enable Review Screen":"\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u044d\u043a\u0440\u0430\u043d \u043f\u0435\u0440\u0435\u0441\u043c\u043e\u0442\u0440\u0430","Enable selection":"\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0432\u044b\u0434\u0435\u043b\u0435\u043d\u0438\u0435","Enable Skipping Ahead":"\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043f\u0440\u043e\u043f\u0443\u0441\u043a \u043d\u0430\u043f\u0435\u0440\u0435\u0434","Enable the item review screen \/ navigator.":"\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u044d\u043a\u0440\u0430\u043d \u043f\u0435\u0440\u0435\u0441\u043c\u043e\u0442\u0440\u0430 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\/\u043d\u0430\u0432\u0438\u0433\u0430\u0442\u043e\u0440.","Enables skipping to items within this section. Requires the review screen option.":"\u0412\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u043f\u0440\u043e\u043f\u0443\u0441\u043a \u0434\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432 \u0432 \u043f\u0440\u0435\u0434\u0435\u043b\u0430\u0445 \u044d\u0442\u043e\u0433\u043e \u0440\u0430\u0437\u0434\u0435\u043b\u0430. \u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u043e\u043f\u0446\u0438\u044f \u044d\u043a\u0440\u0430\u043d\u0430 \u043f\u0435\u0440\u0435\u0441\u043c\u043e\u0442\u0440\u0430.","End test":"\u0417\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u0442\u0435\u0441\u0442","End Test":"\u0417\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u0442\u0435\u0441\u0442","Enter a blueprint":"\u0412\u0432\u0435\u0441\u0442\u0438 \u043c\u0430\u043a\u0435\u0442","Enter a custom category":"\u0412\u0432\u0435\u0441\u0442\u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0443\u044e \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044e","Error":"\u041e\u0448\u0438\u0431\u043a\u0430","Error during file import":"\u041e\u0448\u0438\u0431\u043a\u0430 \u0432\u043e \u0432\u0440\u0435\u043c\u044f \u0438\u043c\u043f\u043e\u0440\u0442\u0430 \u0444\u0430\u0439\u043b\u0430","Expand the review panel":"\u0420\u0430\u0437\u0432\u0435\u0440\u043d\u0443\u0442\u044c \u043f\u0430\u043d\u0435\u043b\u044c \u043f\u0435\u0440\u0435\u0441\u043c\u043e\u0442\u0440\u0430","Export failed for the test \u0022%s":"\u041e\u0448\u0438\u0431\u043a\u0430 \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0430 \u0434\u043b\u044f \u0442\u0435\u0441\u0442\u0430 \u00ab%s","Export Irregularities":"\u042d\u043a\u0441\u043f\u043e\u0440\u0442 \u043d\u0435\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0445 \u0441\u0438\u0442\u0443\u0430\u0446\u0438\u0439","Export metadata":"\u042d\u043a\u0441\u043f\u043e\u0440\u0442 \u043c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0445","Export QTI 2.1 Test Package":"\u042d\u043a\u0441\u043f\u043e\u0440\u0442 \u043f\u0430\u043a\u0435\u0442\u0430 \u0434\u043b\u044f \u0442\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f QTI\u00a02.1","Export QTI 2.2 Test Package":"\u042d\u043a\u0441\u043f\u043e\u0440\u0442 \u043f\u0430\u043a\u0435\u0442\u0430 \u0434\u043b\u044f \u0442\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f QTI\u00a02.2","Export successful for the test \u0022%s":"\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d \u044d\u043a\u0441\u043f\u043e\u0440\u0442 \u0434\u043b\u044f \u0442\u0435\u0441\u0442\u0430 \u00ab%s","Feedback block":"\u0411\u043b\u043e\u043a \u043e\u0442\u0437\u044b\u0432\u043e\u0432","File name":"\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u0444\u0430\u0439\u043b\u0430","File not found":"\u0424\u0430\u0439\u043b \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d","File not found!":"\u0424\u0430\u0439\u043b \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d!","Filter":"\u0424\u0438\u043b\u044c\u0442\u0440","First page":"\u041f\u0435\u0440\u0432\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430","Fixed":"\u0417\u0430\u0444\u0438\u043a\u0441\u0438\u0440\u043e\u0432\u0430\u043d\u043e","Fixed position in a shuffled the selection.":"\u0417\u0430\u0444\u0438\u043a\u0441\u0438\u0440\u043e\u0432\u0430\u043d\u0430 \u043f\u043e\u0437\u0438\u0446\u0438\u044f \u0432 \u043f\u0435\u0440\u0435\u043c\u0435\u0448\u0430\u043d\u043d\u043e\u043c \u0432\u044b\u0431\u043e\u0440\u0435.","Flag for Review":"\u041f\u043e\u043c\u0435\u0442\u0438\u0442\u044c \u043d\u0430 \u043f\u0435\u0440\u0435\u0441\u043c\u043e\u0442\u0440","Flag the current item for later review":"\u041f\u043e\u043c\u0435\u0442\u0438\u0442\u044c \u0442\u0435\u043a\u0443\u0449\u0438\u0439 \u044d\u043b\u0435\u043c\u0435\u043d\u0442 \u0434\u043b\u044f \u0434\u0430\u043b\u044c\u043d\u0435\u0439\u0448\u0435\u0433\u043e \u043f\u0435\u0440\u0435\u0441\u043c\u043e\u0442\u0440\u0430","Flagged":"\u041f\u043e\u043c\u0435\u0447\u0435\u043d\u043e","Force the item to be considered as informational and not taken into account in (un)answered \/ flagged counters.":"\u041f\u0440\u0438\u043d\u0443\u0434\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u043f\u043e\u043c\u0435\u0442\u0438\u0442\u044c \u044d\u043b\u0435\u043c\u0435\u043d\u0442 \u043a\u0430\u043a \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0439, \u0447\u0442\u043e\u0431\u044b \u043e\u043d \u043d\u0435 \u0443\u0447\u0438\u0442\u044b\u0432\u0430\u043b\u0441\u044f \u0441\u0447\u0435\u0442\u0447\u0438\u043a\u0430\u043c\u0438 (\u043d\u0435)\u043e\u0442\u0432\u0435\u0447\u0435\u043d\u043d\u044b\u0445\/\u043f\u043e\u043c\u0435\u0447\u0435\u043d\u043d\u044b\u0445 \u0432 \u0443\u0447\u0435\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438.","From":"\u0421","Go to next item":"\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u043c\u0443 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0443","Go to the next item?":"\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u043c\u0443 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0443?","Hide Review":"\u0421\u043a\u0440\u044b\u0442\u044c \u043f\u0430\u043d\u0435\u043b\u044c \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430","Hide the review screen":"\u0421\u043a\u0440\u044b\u0442\u044c \u044d\u043a\u0440\u0430\u043d \u043f\u0435\u0440\u0435\u0441\u043c\u043e\u0442\u0440\u0430","Hide the warning automatically displayed when a test-taker exit a timed section.":"\u0421\u043a\u0440\u044b\u0432\u0430\u0442\u044c \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435, \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0435\u043c\u043e\u0435, \u043a\u043e\u0433\u0434\u0430 \u0442\u0435\u0441\u0442\u0438\u0440\u0443\u0435\u043c\u044b\u0439 \u043f\u043e\u043a\u0438\u0434\u0430\u0435\u0442 \u0440\u0430\u0437\u0434\u0435\u043b \u0441 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0435\u043c \u043f\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438.","Hide Timed Section Warning":"\u0421\u043a\u0440\u044b\u0432\u0430\u0442\u044c \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435 \u043a\u0430\u0441\u0430\u0442\u0435\u043b\u044c\u043d\u043e \u0440\u0430\u0437\u0434\u0435\u043b\u0430 \u0441 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0435\u043c \u043f\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438","Hide timers":"\u0421\u043a\u0440\u044b\u0442\u044c \u0442\u0430\u0439\u043c\u0435\u0440\u044b","Highlight":"\u0412\u044b\u0434\u0435\u043b\u0435\u043d\u0438\u0435","Highlight Text":"\u0412\u044b\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0439 \u0442\u0435\u043a\u0441\u0442","Highlighter":"\u0418\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442 \u0432\u044b\u0434\u0435\u043b\u0435\u043d\u0438\u044f","Html title":"\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a HTML","Identifier":"\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440","If required it must appear (at least once) in the selection.":"\u041f\u0440\u0438 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e\u0441\u0442\u0438 \u044d\u0442\u043e\u0442 \u044d\u043b\u0435\u043c\u0435\u043d\u0442 \u0434\u043e\u043b\u0436\u0435\u043d \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c\u0441\u044f (\u043f\u043e \u043a\u0440\u0430\u0439\u043d\u0435\u0439 \u043c\u0435\u0440\u0435 \u043e\u0434\u0438\u043d \u0440\u0430\u0437) \u0432 \u0432\u044b\u0431\u043e\u0440\u0435.","If required, it must appears at least once in the selection.":"\u041f\u0440\u0438 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e\u0441\u0442\u0438 \u044d\u0442\u043e\u0442 \u044d\u043b\u0435\u043c\u0435\u043d\u0442 \u0434\u043e\u043b\u0436\u0435\u043d \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c\u0441\u044f \u043f\u043e \u043a\u0440\u0430\u0439\u043d\u0435\u0439 \u043c\u0435\u0440\u0435 \u043e\u0434\u0438\u043d \u0440\u0430\u0437 \u0432 \u0432\u044b\u0431\u043e\u0440\u0435.","If set, it causes the order of the child elements to be randomized, otherwise it uses the order in which the child elements are defined.":"\u0415\u0441\u043b\u0438 \u0437\u0430\u0434\u0430\u043d\u043e, \u043f\u043e\u0440\u044f\u0434\u043e\u043a \u0434\u043e\u0447\u0435\u0440\u043d\u0438\u0445 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432 \u0431\u0443\u0434\u0435\u0442 \u0438\u0437\u043c\u0435\u043d\u0435\u043d \u0441\u043b\u0443\u0447\u0430\u0439\u043d\u044b\u043c \u043e\u0431\u0440\u0430\u0437\u043e\u043c, \u0432 \u043f\u0440\u043e\u0442\u0438\u0432\u043d\u043e\u043c \u0441\u043b\u0443\u0447\u0430\u0435 \u0431\u0443\u0434\u0435\u0442 \u043f\u0440\u0438\u043c\u0435\u043d\u044f\u0442\u044c\u0441\u044f \u043f\u043e\u0440\u044f\u0434\u043e\u043a, \u0432 \u043a\u043e\u0442\u043e\u0440\u043e\u043c \u0437\u0430\u0434\u0430\u043d\u044b \u0434\u043e\u0447\u0435\u0440\u043d\u0438\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b.","If the candidate can skip the item, without submitting a response (default is true).":"\u0417\u0430\u0434\u0430\u0435\u0442, \u043c\u043e\u0436\u0435\u0442 \u043b\u0438 \u043a\u0430\u043d\u0434\u0438\u0434\u0430\u0442 \u043f\u0440\u043e\u043f\u0443\u0441\u043a\u0430\u0442\u044c \u044d\u043b\u0435\u043c\u0435\u043d\u0442 \u0431\u0435\u0437 \u043f\u0440\u043e\u043f\u0443\u0441\u043a\u0430 \u043e\u0442\u0432\u0435\u0442\u0430 (\u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u043e).","If the category option is set, the score will also be processed per categories, and each results will take place in the PASS_xxx outcome, where xxx is the name of the category.":"\u0415\u0441\u043b\u0438 \u0437\u0430\u0434\u0430\u043d\u0430 \u043e\u043f\u0446\u0438\u044f \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438, \u0431\u0430\u043b\u043b \u0431\u0443\u0434\u0435\u0442 \u0442\u0430\u043a\u0436\u0435 \u043e\u0431\u0440\u0430\u0431\u0430\u0442\u044b\u0432\u0430\u0442\u044c\u0441\u044f \u043f\u043e \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f\u043c, \u0430 \u0432\u0441\u0435 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0431\u0443\u0434\u0443\u0442 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u044b \u0432 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442 PASS_xxx, \u0433\u0434\u0435 xxx\u00a0\u2014 \u043d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438.","If the category option is set, the score will also be processed per categories, and each results will take place in the SCORE_xxx outcome, where xxx is the name of the category.":"\u0415\u0441\u043b\u0438 \u0437\u0430\u0434\u0430\u043d\u0430 \u043e\u043f\u0446\u0438\u044f \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438, \u0431\u0430\u043b\u043b \u0431\u0443\u0434\u0435\u0442 \u0442\u0430\u043a\u0436\u0435 \u043e\u0431\u0440\u0430\u0431\u0430\u0442\u044b\u0432\u0430\u0442\u044c\u0441\u044f \u043f\u043e \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f\u043c, \u0430 \u0432\u0441\u0435 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0431\u0443\u0434\u0443\u0442 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u044b \u0432 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442 SCORE_xxx, \u0433\u0434\u0435 xxx\u00a0\u2014 \u043d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438.","Import":"\u0418\u043c\u043f\u043e\u0440\u0442","Import a QTI\/APIP Content Package":"\u0418\u043c\u043f\u043e\u0440\u0442 \u043f\u0430\u043a\u0435\u0442\u0430 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e QTI\/APIP","Import QTI TEST into \u0022%s":"\u0418\u043c\u043f\u043e\u0440\u0442 \u0442\u0435\u0441\u0442\u0430 QTI \u0432 \u00ab%s","IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file could not be imported.":"\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u044d\u043b\u0435\u043c\u0435\u043d\u0442 IMS QTI, \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u044b\u0439 \u0432 \u0444\u0430\u0439\u043b\u0435 \u043c\u0430\u043d\u0438\u0444\u0435\u0441\u0442\u0430 IMS \u043a\u0430\u043a \u00ab%s\u00bb.","IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file successfully imported.":"\u042d\u043b\u0435\u043c\u0435\u043d\u0442 IMS QTI, \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u044b\u0439 \u0432 \u0444\u0430\u0439\u043b\u0435 \u043c\u0430\u043d\u0438\u0444\u0435\u0441\u0442\u0430 IMS \u043a\u0430\u043a \u00ab%s\u00bb, \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d.","IMS QTI Test Package successfully imported.":"\u041f\u0430\u043a\u0435\u0442 \u0434\u043b\u044f \u0442\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f IMS QTI \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d.","IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file successfully imported.":"\u0422\u0435\u0441\u0442 IMS QTI, \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u044b\u0439 \u0432 \u0444\u0430\u0439\u043b\u0435 \u043c\u0430\u043d\u0438\u0444\u0435\u0441\u0442\u0430 IMS \u043a\u0430\u043a \u00ab%s\u00bb, \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d.","In this part of the test navigation is not allowed.":"\u0412 \u044d\u0442\u043e\u0439 \u0447\u0430\u0441\u0442\u0438 \u043d\u0435 \u0434\u043e\u043f\u0443\u0441\u043a\u0430\u0435\u0442\u0441\u044f \u043d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044f \u043f\u043e \u0442\u0435\u0441\u0442\u0443.","Inconsistency at line %1d:":"\u041d\u0435\u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0435 \u0432 \u0441\u0442\u0440\u043e\u043a\u0435 %1d:","Individual":"\u0418\u043d\u0434\u0438\u0432\u0438\u0434\u0443\u0430\u043b\u044c\u043d.","Informational Item Usage":"\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0433\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430","Internal server error!":"\u0412\u043d\u0443\u0442\u0440\u0435\u043d\u043d\u044f\u044f \u043e\u0448\u0438\u0431\u043a\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0430!","is already used in the test.":"\u0443\u0436\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0432 \u0442\u0435\u0441\u0442\u0435.","is not a valid identifier (alphanum, underscore, dash and dots)":"\u043d\u0435 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u043c \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u043e\u043c (\u0434\u043e\u043f\u0443\u0441\u043a\u0430\u044e\u0442\u0441\u044f \u0431\u0443\u043a\u0432\u044b, \u0446\u0438\u0444\u0440\u044b, \u0441\u0438\u043c\u0432\u043e\u043b\u044b \u043f\u043e\u0434\u0447\u0435\u0440\u043a\u0438\u0432\u0430\u043d\u0438\u044f, \u0434\u0435\u0444\u0438\u0441\u044b \u0438 \u0442\u043e\u0447\u043a\u0438)","is not a valid identifier (everything except spaces)":"\u043d\u0435 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u043c \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u043e\u043c (\u0434\u043e\u043f\u0443\u0441\u043a\u0430\u044e\u0442\u0441\u044f \u043b\u044e\u0431\u044b\u0435 \u0441\u0438\u043c\u0432\u043e\u043b\u044b \u043a\u0440\u043e\u043c\u0435 \u043f\u0440\u043e\u0431\u0435\u043b\u043e\u0432)","Item \u0022%s\u0022 is completed.":"\u042d\u043b\u0435\u043c\u0435\u043d\u0442 \u00ab%s\u00bb \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d.","Item %d":"\u042d\u043b\u0435\u043c\u0435\u043d\u0442 %d","Item %d of %d":"\u042d\u043b\u0435\u043c\u0435\u043d\u0442 %d \u0438\u0437 %d","Item Reference Properties":"\u0421\u0432\u043e\u0439\u0441\u0442\u0432\u0430 \u0441\u0441\u044b\u043b\u043a\u0438 \u043d\u0430 \u044d\u043b\u0435\u043c\u0435\u043d\u0442","Item Session Control":"\u041a\u043e\u043d\u0442\u0440\u043e\u043b\u044c \u0437\u0430 \u0441\u0435\u0430\u043d\u0441\u043e\u043c \u0434\u043b\u044f \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430","items":"\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b","Items":"\u042d\u043b\u0435\u043c\u0435\u043d\u0442\u044b","Items can optionally be assigned to one or more categories.":"\u042d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u043c\u043e\u0433\u0443\u0442 \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u043d\u0430\u0437\u043d\u0430\u0447\u0430\u0442\u044c\u0441\u044f \u043e\u0434\u043d\u043e\u0439 \u0438\u043b\u0438 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u043c \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f\u043c.","Items Compilation":"\u041a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0430 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432","Items marked for later review":"\u042d\u043b\u0435\u043c\u0435\u043d\u0442\u044b, \u043f\u043e\u043c\u0435\u0447\u0435\u043d\u043d\u044b\u0435 \u0434\u043b\u044f \u0434\u0430\u043b\u044c\u043d\u0435\u0439\u0448\u0435\u0433\u043e \u043f\u0435\u0440\u0435\u0441\u043c\u043e\u0442\u0440\u0430","items per page":"\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435","Items with assessmentItemRef identifiers \u0022%s\u0022 are not registered in the related CAT endpoint.":"\u042d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u0441 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u0430\u043c\u0438 \u0441\u0441\u044b\u043b\u043e\u043a \u043d\u0430 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u043e\u0446\u0435\u043d\u043e\u043a \u00ab%s\u00bb \u043d\u0435 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u0443\u044e\u0442\u0441\u044f \u0432 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u0439 \u043a\u043e\u043d\u0435\u0447\u043d\u043e\u0439 \u0442\u043e\u0447\u043a\u0435 CAT.","Keep Together":"\u041d\u0435 \u0440\u0430\u0437\u0440\u044b\u0432\u0430\u0442\u044c","Last page":"\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u044f\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430","Late submission allowed":"\u041f\u043e\u0437\u0434\u043d\u044f\u044f \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0430 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0430","Leave a comment":"\u041e\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439","Line Reader":"\u041f\u043e\u0441\u0442\u0440\u043e\u0447\u043d\u043e\u0435 \u0447\u0442\u0435\u043d\u0438\u0435","Linear":"\u041b\u0438\u043d\u0435\u0439\u043d.","Link durations to activate the guided navigation":"\u0421\u0432\u044f\u0437\u0430\u0442\u044c \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u0438 \u0434\u043b\u044f \u0430\u043a\u0442\u0438\u0432\u0430\u0446\u0438\u0438 \u0438\u043d\u0442\u0435\u0440\u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0439 \u043d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0438","Locked duration : guided navigation. The test transition to the next item once the duration reaches 0.":"\u0417\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u0430\u044f \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c: \u0438\u043d\u0442\u0435\u0440\u0430\u043a\u0442\u0438\u0432\u043d\u0430\u044f \u043d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044f. \u041a\u0430\u043a \u0442\u043e\u043b\u044c\u043a\u043e \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u0434\u043e\u0441\u0442\u0438\u0433\u043d\u0435\u0442 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u00ab0\u00bb, \u0442\u0435\u0441\u0442 \u043f\u0435\u0440\u0435\u0439\u0434\u0435\u0442 \u043a \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u043c\u0443 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0443.","Magnifier":"\u041b\u0443\u043f\u0430","Magnify less":"\u0423\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u044c \u043c\u0435\u043d\u044c\u0448\u0435","Magnify more":"\u0423\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u044c \u0431\u043e\u043b\u044c\u0448\u0435","Magnifying Glass":"\u0423\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u0430\u044f \u043b\u0443\u043f\u0430","Manage Access Rights":"\u0423\u043f\u0440\u0430\u0432\u043b\u044f\u0442\u044c \u043f\u0440\u0430\u0432\u0430\u043c\u0438 \u0434\u043e\u0441\u0442\u0443\u043f\u0430","Manage Results":"\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430\u043c\u0438","Manage Rubric Blocks":"\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0442\u0435\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u043c\u0438 \u0431\u043b\u043e\u043a\u0430\u043c\u0438","Manage test properties":"\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u0430\u043c\u0438 \u0442\u0435\u0441\u0442\u043e\u0432","Manage Tests":"\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0442\u0435\u0441\u0442\u0430\u043c\u0438","Manage tests":"\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0442\u0435\u0441\u0442\u0430\u043c\u0438","Mark for review":"\u041f\u043e\u043c\u0435\u0442\u0438\u0442\u044c \u043d\u0430 \u043f\u0435\u0440\u0435\u0441\u043c\u043e\u0442\u0440","Masking":"\u0421\u043a\u0440\u044b\u0442\u0438\u0435","Match value":"\u0421\u0442\u0435\u043f\u0435\u043d\u044c \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u044f","Max Attempts":"\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u043a\u043e\u043b-\u0432\u043e \u043f\u043e\u043f\u044b\u0442\u043e\u043a","Maximum Duration":"\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c","Maximum duration : the items times out when the duration reaches 0.":"\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c: \u0432\u0440\u0435\u043c\u044f \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430 \u0438\u0441\u0447\u0435\u0440\u043f\u044b\u0432\u0430\u0435\u0442\u0441\u044f, \u043a\u043e\u0433\u0434\u0430 \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u0434\u043e\u0441\u0442\u0438\u0433\u0430\u0435\u0442 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u00ab0\u00bb.","Maximum duration for the all test.":"\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u0434\u043b\u044f \u0432\u0441\u0435\u0433\u043e \u0442\u0435\u0441\u0442\u0430.","Maximum duration for this item.":"\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u0434\u043b\u044f \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430.","Maximum duration for this section.":"\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u0434\u043b\u044f \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u0440\u0430\u0437\u0434\u0435\u043b\u0430.","Maximum duration for this test part.":"\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u0434\u043b\u044f \u044d\u0442\u043e\u0439 \u0447\u0430\u0441\u0442\u0438 \u0442\u0435\u0441\u0442\u0430.","Metadata export is not available for test \u0022%s.":"\u042d\u043a\u0441\u043f\u043e\u0440\u0442 \u043c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d \u0434\u043b\u044f \u0442\u0435\u0441\u0442\u0430 \u00ab%s.","Minimum Duration":"\u041c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c","Minimum duration : enforces the test taker to stay on the item for the given duration.":"\u041c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c: \u0442\u0435\u0441\u0442\u0438\u0440\u0443\u0435\u043c\u044b\u0439 \u0434\u043e\u043b\u0436\u0435\u043d \u0437\u0430\u0434\u0435\u0440\u0436\u0430\u0442\u044c\u0441\u044f \u043d\u0430 \u0434\u0430\u043d\u043d\u043e\u043c \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0435 \u043f\u043e \u043a\u0440\u0430\u0439\u043d\u0435\u0439 \u043c\u0435\u0440\u0435 \u0432 \u0442\u0435\u0447\u0435\u043d\u0438\u0435 \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0433\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438.","Minimum duration for the test.":"\u041c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u0442\u0435\u0441\u0442\u0430.","Minimum duration for this item.":"\u041c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u0434\u043b\u044f \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430.","Minimum duration for this section.":"\u041c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u0434\u043b\u044f \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u0440\u0430\u0437\u0434\u0435\u043b\u0430.","Minimum duration for this test part.":"\u041c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u0434\u043b\u044f \u044d\u0442\u043e\u0439 \u0447\u0430\u0441\u0442\u0438 \u0442\u0435\u0441\u0442\u0430.","Missed test package file":"\u041f\u0440\u043e\u043f\u0443\u0449\u0435\u043d \u0444\u0430\u0439\u043b \u0441 \u043f\u0430\u043a\u0435\u0442\u043e\u043c \u0434\u043b\u044f \u0442\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f","Move Down":"\u041f\u0435\u0440\u0435\u043c\u0435\u0441\u0442\u0438\u0442\u044c \u0432\u043d\u0438\u0437","Move Up":"\u041f\u0435\u0440\u0435\u043c\u0435\u0441\u0442\u0438\u0442\u044c \u0432\u0432\u0435\u0440\u0445","Moving to the next item without time limit reached message.":"\u041f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u043a \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u043c\u0443 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0443 \u0431\u0435\u0437 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u043e \u0434\u043e\u0441\u0442\u0438\u0436\u0435\u043d\u0438\u0438 \u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e\u0433\u043e \u043b\u0438\u043c\u0438\u0442\u0430.","Navigation":"\u041d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044f","Navigation Warnings":"\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u044f \u043a\u0430\u0441\u0430\u0442\u0435\u043b\u044c\u043d\u043e \u043d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0438","network":"\u0441\u0435\u0442\u044c","New Rubric Block":"\u041d\u043e\u0432\u044b\u0439 \u0442\u0435\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u0431\u043b\u043e\u043a","New test part":"\u041d\u043e\u0432\u0430\u044f \u0447\u0430\u0441\u0442\u044c \u0442\u0435\u0441\u0442\u0430","Next":"\u0414\u0430\u043b\u0435\u0435","Next Section":"\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439 \u0440\u0430\u0437\u0434\u0435\u043b","No":"\u041d\u0435\u0442","No CAT Engine configured for CAT Endpoint \u0022%s\u0022.":"\u0414\u043b\u044f \u043a\u043e\u043d\u0435\u0447\u043d\u043e\u0439 \u0442\u043e\u0447\u043a\u0438 CAT \u00ab%s\u00bb \u043d\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043d\u043e \u044f\u0434\u0440\u043e CAT.","No file found at location \u0022%s\u0022.":"\u041f\u043e \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u044e \u00ab%s\u00bb \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u044b \u0444\u0430\u0439\u043b\u044b.","No more attempts allowed for item \u0022%s\u0022.":"\u0414\u043b\u044f \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430 \u00ab%s\u00bb \u0431\u043e\u043b\u044c\u0448\u0435 \u043d\u0435\u0442 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u043d\u044b\u0445 \u043f\u043e\u043f\u044b\u0442\u043e\u043a.","no outcome declaration found":"\u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u0430 \u0434\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0438\u044f \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432","No outcome processing. Erase the existing rules, if any.":"\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u043d\u0435 \u043e\u0431\u0440\u0430\u0431\u0430\u0442\u044b\u0432\u0430\u044e\u0442\u0441\u044f. \u0423\u0434\u0430\u043b\u0438\u0442\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0435 \u043f\u0440\u0430\u0432\u0438\u043b\u0430 (\u043f\u0440\u0438 \u043d\u0430\u043b\u0438\u0447\u0438\u0438).","No reference to any IMS QTI Item found.":"\u041d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u044b \u0441\u0441\u044b\u043b\u043a\u0438 \u043d\u0430 \u043a\u0430\u043a\u0438\u0435-\u043b\u0438\u0431\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b IMS QTI.","Non Linear":"\u041d\u0435\u043b\u0438\u043d\u0435\u0439\u043d.","None":"\u041d\u0435\u0442","Not all test could be exported":"\u041d\u0435 \u0432\u0441\u0435 \u0442\u0435\u0441\u0442\u044b \u043c\u043e\u0433\u0443\u0442 \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0441\u044f","Not shuffled, the position remains fixed.":"\u041d\u0435 \u043f\u0435\u0440\u0435\u043c\u0435\u0448\u0430\u043d\u043e, \u043f\u043e\u0437\u0438\u0446\u0438\u044f \u043e\u0441\u0442\u0430\u0435\u0442\u0441\u044f \u0444\u0438\u043a\u0441\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0439.","of":"\u0438\u0437","OK":"OK","Ok":"OK","OK & End test":"OK \u0438 \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u0442\u0435\u0441\u0442","Once you close this section, you cannot return to it or change your answers.":"\u041a\u0430\u043a \u0442\u043e\u043b\u044c\u043a\u043e \u0432\u044b \u0437\u0430\u043a\u0440\u043e\u0435\u0442\u0435 \u044d\u0442\u043e\u0442 \u0440\u0430\u0437\u0434\u0435\u043b, \u0432\u044b \u043d\u0435 \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f \u043a \u043d\u0435\u043c\u0443 \u0438\u043b\u0438 \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0441\u0432\u043e\u0438 \u043e\u0442\u0432\u0435\u0442\u044b.","One or more dependent IMS QTI Items could not be imported.":"\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043e\u0434\u0438\u043d \u0438\u043b\u0438 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0437\u0430\u0432\u0438\u0441\u0438\u043c\u044b\u0445 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432 IMS QTI.","Only display the items marked for review":"\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b, \u043f\u043e\u043c\u0435\u0447\u0435\u043d\u043d\u044b\u0435 \u043d\u0430 \u043f\u0435\u0440\u0435\u0441\u043c\u043e\u0442\u0440","Only display the unanswered items":"\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u0431\u0435\u0437 \u043e\u0442\u0432\u0435\u0442\u043e\u0432","Open Calculator":"\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u043a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440","or":"\u0438\u043b\u0438","Ordering":"\u0423\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0435\u043d\u0438\u0435","Outcome":"\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442","Outcome declarations":"\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0438\u0440\u0443\u044e\u0449\u0438\u0435 \u0434\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0438\u0438","Outcome processing":"\u041e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0430 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432","Package is valid but no tests were found. Make sure that it contains valid QTI tests.":"\u041f\u0430\u043a\u0435\u0442 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u043c, \u043e\u0434\u043d\u0430\u043a\u043e \u0432 \u043d\u0435\u043c \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u044b \u0442\u0435\u0441\u0442\u044b. \u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u043e\u043d \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u0442 \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u0435 \u0442\u0435\u0441\u0442\u044b QTI.","Page":"\u0421\u0442\u0440\u0430\u043d\u0438\u0446\u0430","Part %d":"\u0427\u0430\u0441\u0442\u044c %d","Pause":"\u041f\u0440\u0438\u043e\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c","Play":"\u0412\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0441\u0442\u0438","Please confirm you want to leave the test.":"\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0435, \u0447\u0442\u043e \u0436\u0435\u043b\u0430\u0435\u0442\u0435 \u043f\u043e\u043a\u0438\u043d\u0443\u0442\u044c \u0442\u0435\u0441\u0442.","Please provide a reason":"\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0443\u043a\u0430\u0436\u0438\u0442\u0435 \u043f\u0440\u0438\u0447\u0438\u043d\u0443","Please wait while we try to restore the connection.":"\u041f\u043e\u0434\u043e\u0436\u0434\u0438\u0442\u0435, \u043c\u044b \u043f\u044b\u0442\u0430\u0435\u043c\u0441\u044f \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435.","Preview the covered area":"\u041f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u043f\u043e\u043a\u0440\u044b\u0432\u0430\u0435\u043c\u043e\u0439 \u043e\u0431\u043b\u0430\u0441\u0442\u0438","Previous":"\u041d\u0430\u0437\u0430\u0434","Proctor":"\u041d\u0430\u0431\u043b\u044e\u0434\u0430\u0442\u0435\u043b\u044c","Properties":"\u0421\u0432\u043e\u0439\u0441\u0442\u0432\u0430","QTI 2.1 Test Driver":"\u0414\u0440\u0430\u0439\u0432\u0435\u0440 \u0442\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f QTI\u00a02.1","QTI Item Runner":"\u041b\u0438\u0446\u043e, \u043f\u0440\u043e\u0445\u043e\u0434\u044f\u0449\u0435\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442 \u0442\u0435\u0441\u0442\u0430 QTI","QTI Test \u0022%s\u0022 publishing failed.":"\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u0442\u044c \u0442\u0435\u0441\u0442 QTI \u00ab%s\u00bb.","QTI Test \u0022%s\u0022 successfully published.":"\u0422\u0435\u0441\u0442 QTI \u00ab%s\u00bb \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d.","QTI Test Package 2.1":"\u041f\u0430\u043a\u0435\u0442 \u0434\u043b\u044f \u0442\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f QTI\u00a02.1","QTI Test Package 2.2":"\u041f\u0430\u043a\u0435\u0442 \u0434\u043b\u044f \u0442\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f QTI\u00a02.2","QTI\/APIP Test Content Package":"\u041f\u0430\u043a\u0435\u0442 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e \u0434\u043b\u044f \u0442\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f QTI\/APIP","Reference":"\u0421\u0441\u044b\u043b\u043a\u0430","Regenerate":"\u0420\u0435\u0433\u0435\u043d\u0435\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c","Remove Item Reference":"\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0443 \u043d\u0430 \u043e\u0431\u044a\u0435\u043a\u0442","Remove Rubric Block":"\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0442\u0435\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u0431\u043b\u043e\u043a","Remove Section":"\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0440\u0430\u0437\u0434\u0435\u043b","Required":"\u041e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e","Required field":"\u041e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u043f\u043e\u043b\u0435","Reset filters":"\u0421\u0431\u0440\u043e\u0441\u0438\u0442\u044c \u0444\u0438\u043b\u044c\u0442\u0440\u044b","Resource(s) successfully exported.":"\u0420\u0435\u0441\u0443\u0440\u0441\u044b \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u044b.","Results":"\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b","Review":"\u041f\u0435\u0440\u0435\u0441\u043c\u043e\u0442\u0440","Review my Answers":"\u041f\u0435\u0440\u0435\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u043c\u043e\u0438 \u043e\u0442\u0432\u0435\u0442\u044b","Rubric Block":"\u0422\u0435\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u0431\u043b\u043e\u043a","Rubric Block Properties":"\u0421\u0432\u043e\u0439\u0441\u0442\u0432\u0430 \u0442\u0435\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u0431\u043b\u043e\u043a\u0430","Rubric Blocks":"\u0422\u0435\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u0431\u043b\u043e\u043a\u0438","Save":"\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c","Scientific Calculator":"\u0418\u043d\u0436\u0435\u043d\u0435\u0440\u043d\u044b\u0439 \u043a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440","Scorer":"\u0421\u0447\u0435\u0442\u0447\u0438\u043a \u0431\u0430\u043b\u043b\u043e\u0432","Scoring":"\u0412\u044b\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0431\u0430\u043b\u043b\u043e\u0432","Scratch Pad":"\u0411\u043b\u043e\u043a\u043d\u043e\u0442","Scratch pad":"\u0411\u043b\u043e\u043a\u043d\u043e\u0442","Scratchpad":"\u0411\u043b\u043e\u043a\u043d\u043e\u0442","Section %d":"\u0420\u0430\u0437\u0434\u0435\u043b %d","Section %d of %d":"\u0420\u0430\u0437\u0434\u0435\u043b %d \u0438\u0437 %d","Section level category enables configuring the categories of its composing items all at once. A category in gray means that all items have that category. A category in white means that only a few items have that category.":"\u0421 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438 \u0443\u0440\u043e\u0432\u043d\u044f \u0440\u0430\u0437\u0434\u0435\u043b\u043e\u0432 \u043c\u043e\u0436\u043d\u043e \u0441\u0440\u0430\u0437\u0443 \u043d\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0442\u044c \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438 \u0434\u043b\u044f \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432, \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u044e\u0449\u0438\u0445 \u044d\u0442\u0443 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044e. \u0415\u0441\u043b\u0438 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u043e\u0431\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u0430 \u0441\u0435\u0440\u044b\u043c \u0446\u0432\u0435\u0442\u043e\u043c, \u0437\u043d\u0430\u0447\u0438\u0442, \u0432\u0441\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u0438\u043c\u0435\u044e\u0442 \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u0443\u044e \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044e. \u0415\u0441\u043b\u0438 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u043e\u0431\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u0430 \u0431\u0435\u043b\u044b\u043c \u0446\u0432\u0435\u0442\u043e\u043c, \u044d\u0442\u043e \u043e\u0437\u043d\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043e \u043b\u0438\u0448\u044c \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432 \u0438\u043c\u0435\u044e\u0442 \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u0443\u044e \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044e.","Section Properties":"\u0421\u0432\u043e\u0439\u0441\u0442\u0432\u0430 \u0440\u0430\u0437\u0434\u0435\u043b\u0430","Select":"\u0412\u044b\u0431\u0440\u0430\u0442\u044c","Select a blueprint":"\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u043c\u0430\u043a\u0435\u0442","Select Items":"\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b","Select the way the responses of your test should be processed":"\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435, \u043a\u0430\u043a \u0431\u0443\u0434\u0443\u0442 \u043e\u0431\u0440\u0430\u0431\u0430\u0442\u044b\u0432\u0430\u0442\u044c\u0441\u044f \u043e\u0442\u0432\u0435\u0442\u044b \u043d\u0430 \u0432\u0430\u0448 \u0442\u0435\u0441\u0442","Selection":"\u0412\u044b\u0431\u043e\u0440","Send":"\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c","Set outcome identifier the feedback block is related to":"\u0417\u0430\u0434\u0430\u0442\u044c \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430, \u0441 \u043a\u043e\u0442\u043e\u0440\u044b\u043c \u0441\u0432\u044f\u0437\u0430\u043d \u0431\u043b\u043e\u043a \u043e\u0442\u0437\u044b\u0432\u043e\u0432","Set the cut score (or pass score ratio) associated to the test. It must be a float between 0 and 1.":"\u0417\u0430\u0434\u0430\u0442\u044c \u043f\u0440\u043e\u0445\u043e\u0434\u043d\u043e\u0439 \u0431\u0430\u043b\u043b (\u0438\u043b\u0438 \u043f\u0440\u043e\u0445\u043e\u0434\u043d\u043e\u0435 \u0441\u043e\u043e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u0435 \u0431\u0430\u043b\u043e\u0432), \u0441\u0432\u044f\u0437\u0430\u043d\u043d\u044b\u0439 \u0441 \u0442\u0435\u0441\u0442\u043e\u043c. \u0414\u043e\u043b\u0436\u043d\u043e \u0443\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c\u0441\u044f \u0447\u0438\u0441\u043b\u043e \u0441 \u043f\u043b\u0430\u0432\u0430\u044e\u0449\u0435\u0439 \u0437\u0430\u043f\u044f\u0442\u043e\u0439 \u043e\u0442 0 \u0434\u043e 1.","Set the rubric block as a feedback block":"\u0417\u0430\u0434\u0430\u0442\u044c \u0442\u0435\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u0431\u043b\u043e\u043a \u0432 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u0431\u043b\u043e\u043a\u0430 \u043e\u0442\u0437\u044b\u0432\u043e\u0432","Set the value of the outcome that will activate the feedback block":"\u0417\u0430\u0434\u0430\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0438\u0440\u0443\u044e\u0449\u0435\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435, \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u0443\u044e\u0449\u0435\u0435 \u0431\u043b\u043e\u043a \u043e\u0442\u0437\u044b\u0432\u043e\u0432","Set the weight identifier used to process the score":"\u0417\u0430\u0434\u0430\u0442\u044c \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0432\u0435\u0441\u043e\u0432\u043e\u0433\u043e \u043a\u043e\u044d\u0444\u0444\u0438\u0446\u0438\u0435\u043d\u0442\u0430, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044e\u0449\u0438\u0439\u0441\u044f \u0434\u043b\u044f \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u0431\u0430\u043b\u043b\u0430","Set the XHTML-QTI class of the rubric block.":"\u0417\u0430\u0434\u0430\u0442\u044c \u043a\u043b\u0430\u0441\u0441 XHTML-QTI \u0434\u043b\u044f \u0442\u0435\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u0431\u043b\u043e\u043a\u0430.","Set the XHTML-QTI identifier of the rubric block.":"\u0417\u0430\u0434\u0430\u0442\u044c \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 XHTML-QTI \u0434\u043b\u044f \u0442\u0435\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u0431\u043b\u043e\u043a\u0430.","Settings":"\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438","Show Feedback":"\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u043e\u0442\u0437\u044b\u0432\u044b","Show Review":"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043f\u0430\u043d\u0435\u043b\u044c \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430","Show Solution":"\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u0440\u0435\u0448\u0435\u043d\u0438\u0435","Show the review screen":"\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u044d\u043a\u0440\u0430\u043d \u043f\u0435\u0440\u0435\u0441\u043c\u043e\u0442\u0440\u0430","Show the solution once the answer is submitted.":"\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u043f\u043e\u0441\u043b\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0438 \u043e\u0442\u0432\u0435\u0442\u0430.","Show timers":"\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u0442\u0430\u0439\u043c\u0435\u0440\u044b","Show\/Hide the review screen":"\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c\/\u0441\u043a\u0440\u044b\u0432\u0430\u0442\u044c \u044d\u043a\u0440\u0430\u043d \u043f\u0435\u0440\u0435\u0441\u043c\u043e\u0442\u0440\u0430","Shuffle":"\u041f\u0435\u0440\u0435\u043c\u0435\u0448\u0430\u0442\u044c","Simultaneous":"\u041e\u0434\u043d\u043e\u0432\u0440\u0435\u043c\u0435\u043d.","Skip":"\u041f\u0440\u043e\u043f\u0443\u0441\u0442\u0438\u0442\u044c","Skip & End Test":"\u041f\u0440\u043e\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u0438 \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u0442\u0435\u0441\u0442","Skip and end test":"\u041f\u0440\u043e\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u0438 \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u0442\u0435\u0441\u0442","Skip and go to the end of the test":"\u041f\u0440\u043e\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u0438 \u043f\u0435\u0440\u0435\u0439\u0442\u0438 \u0432 \u043a\u043e\u043d\u0435\u0446 \u0442\u0435\u0441\u0442\u0430","Skip and go to the next item":"\u041f\u0440\u043e\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u0438 \u043f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u043c\u0443 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0443","Skip to the end of the test":"\u041f\u0440\u043e\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u0434\u043e \u043a\u043e\u043d\u0446\u0430 \u0442\u0435\u0441\u0442\u0430","Skip to the next item":"\u041f\u0440\u043e\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u0434\u043e \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0433\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430","Skip to the next section":"\u041f\u0440\u043e\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u0434\u043e \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0433\u043e \u0440\u0430\u0437\u0434\u0435\u043b\u0430","Some rubric blocks have been updated to reflect the changes in the list of outcomes.":"\u041d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0442\u0435\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u0431\u043b\u043e\u043a\u0438 \u0431\u044b\u043b\u0438 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u044b, \u043e\u043d\u0438 \u0442\u0435\u043f\u0435\u0440\u044c \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u044e\u0442 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0432 \u0441\u043f\u0438\u0441\u043a\u0435 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432.","Speech speed":"\u0421\u043a\u043e\u0440\u043e\u0441\u0442\u044c \u0440\u0435\u0447\u0438","Start Test-part":"\u041d\u0430\u0447\u0430\u0442\u044c \u0447\u0430\u0441\u0442\u044c \u0442\u0435\u0441\u0442\u0430","Stop":"\u041e\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c","Submission":"\u041e\u0442\u043f\u0440\u0430\u0432\u043a\u0430","Submit and go to the end of the test":"\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0438 \u043f\u0435\u0440\u0435\u0439\u0442\u0438 \u0432 \u043a\u043e\u043d\u0435\u0446 \u0442\u0435\u0441\u0442\u0430","Submit and go to the item %s":"\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0438 \u043f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0443 %s","Submit and go to the next item":"\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0438 \u043f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u043c\u0443 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0443","Submit and go to the previous item":"\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0438 \u043f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u043f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0435\u043c\u0443 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0443","SUBMIT THE TEST":"\u041e\u0422\u041f\u0420\u0410\u0412\u0418\u0422\u042c \u0422\u0415\u0421\u0422","technical":"\u0442\u0435\u0445\u043d\u0438\u0447\u0435\u0441\u043a.","Test":"\u0422\u0435\u0441\u0442","Test constructor":"\u0421\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u0435\u043b\u044c \u0442\u0435\u0441\u0442\u0430","Test metadata successfully exported.":"\u041c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0435 \u0442\u0435\u0441\u0442\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u044b.","Test Navigation":"\u041d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044f \u043f\u043e \u0442\u0435\u0441\u0442\u0443","Test Saved":"\u0422\u0435\u0441\u0442 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d","Test status":"\u0421\u0442\u0430\u0442\u0443\u0441 \u0442\u0435\u0441\u0442\u0430","Test-Taker Tools":"\u0421\u0440\u0435\u0434\u0441\u0442\u0432\u0430 \u0442\u0435\u0441\u0442\u0438\u0440\u0443\u0435\u043c\u043e\u0433\u043e","Tests":"\u0422\u0435\u0441\u0442\u044b","Text content":"\u0422\u0435\u043a\u0441\u0442\u043e\u0432\u043e\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435","Text to Speech":"\u0422\u0435\u043a\u0441\u0442 \u0432 \u0440\u0435\u0447\u044c","The \u0027imsmanifest.xml\u0027 file found in the archive is not valid.":"\u0424\u0430\u0439\u043b imsmanifest.xml, \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u043d\u044b\u0439 \u0432 \u0430\u0440\u0445\u0438\u0432\u0435, \u043d\u0435\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u0435\u043d.","The action will be applied to":"\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u0435 \u0431\u0443\u0434\u0435\u0442 \u043f\u0440\u0438\u043c\u0435\u043d\u0435\u043d\u043e \u043a","The assessment has been created but is not already running.":"\u041e\u0446\u0435\u043d\u043a\u0430 \u0441\u043e\u0437\u0434\u0430\u043d\u0430, \u043e\u0434\u043d\u0430\u043a\u043e \u0435\u0449\u0435 \u043d\u0435 \u0437\u0430\u043f\u0443\u0449\u0435\u043d\u0430.","The assessment has been suspended by an authorized proctor. If you wish to resume your assessment, please relaunch it and contact your proctor if required.":"\u041e\u0446\u0435\u043d\u043a\u0430 \u043f\u0440\u0438\u043e\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0430 \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0442\u0435\u043b\u0435\u043c \u0441 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u043c\u0438 \u043f\u043e\u043b\u043d\u043e\u043c\u043e\u0447\u0438\u044f\u043c\u0438. \u0415\u0441\u043b\u0438 \u0436\u0435\u043b\u0430\u0435\u0442\u0435 \u0432\u043e\u0437\u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043e\u0446\u0435\u043d\u043a\u0443, \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u0435 \u0435\u0435 \u0438 \u043f\u0440\u0438 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e\u0441\u0442\u0438 \u043e\u0431\u0440\u0430\u0442\u0438\u0442\u0435\u0441\u044c \u043a \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0442\u0435\u043b\u044e.","The assessment has been suspended. To resume your assessment, please relaunch it and contact your proctor if required.":"\u041e\u0446\u0435\u043d\u043a\u0430 \u043f\u0440\u0438\u043e\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0430. \u0427\u0442\u043e\u0431\u044b \u0432\u043e\u0437\u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043e\u0446\u0435\u043d\u043a\u0443, \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u0435 \u0435\u0435 \u0438 \u043f\u0440\u0438 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e\u0441\u0442\u0438 \u043e\u0431\u0440\u0430\u0442\u0438\u0442\u0435\u0441\u044c \u043a \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0442\u0435\u043b\u044e.","The assessment has been suspended. To resume your assessment, please relaunch it.":"\u041e\u0446\u0435\u043d\u043a\u0430 \u043f\u0440\u0438\u043e\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0430. \u0427\u0442\u043e\u0431\u044b \u0432\u043e\u0437\u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043e\u0446\u0435\u043d\u043a\u0443, \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u0435 \u0435\u0435.","The assessment has been terminated.":"\u041e\u0446\u0435\u043d\u043a\u0430 \u043f\u0440\u0435\u043a\u0440\u0430\u0449\u0435\u043d\u0430.","The assessment has been terminated. You cannot interact with it anymore.":"\u041e\u0446\u0435\u043d\u043a\u0430 \u043f\u0440\u0435\u043a\u0440\u0430\u0449\u0435\u043d\u0430. \u0412\u044b \u0431\u043e\u043b\u044c\u0448\u0435 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u043e\u0432\u0430\u0442\u044c \u0441 \u043d\u0435\u0439.","The assessment is still running.":"\u041e\u0446\u0435\u043d\u043a\u0430 \u0432\u0441\u0435 \u0435\u0449\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\u044f\u0435\u0442\u0441\u044f.","The candidate is not allowed to submit invalid responses.":"\u041a\u0430\u043d\u0434\u0438\u0434\u0430\u0442\u0443 \u043d\u0435 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u043e \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u0442\u044c \u043d\u0435\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u0435 \u043e\u0442\u0432\u0435\u0442\u044b.","The connection seems to be back, please proceed":"\u041f\u043e\u0445\u043e\u0436\u0435, \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043e, \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0430\u0439\u0442\u0435","The dependency to the IMS QTI AssessmentItemRef \u0022%s\u0022 in the IMS Manifest file could not be resolved.":"\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c \u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0441\u0442\u044c \u0434\u043b\u044f \u0441\u0441\u044b\u043b\u043a\u0438 \u043d\u0430 \u044d\u043b\u0435\u043c\u0435\u043d\u0442 \u043e\u0446\u0435\u043d\u043a\u0438 IMS QTI \u00ab%s\u00bb \u0432 \u0444\u0430\u0439\u043b\u0435 \u043c\u0430\u043d\u0438\u0444\u0435\u0441\u0442\u0430 IMS.","The download will be available in %d<\/strong> seconds":"\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u0431\u0443\u0434\u0435\u0442 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u0447\u0435\u0440\u0435\u0437 %d<\/strong>\u00a0\u0441\u0435\u043a\u0443\u043d\u0434\u00a0(-\u044b)","The following identifiers are not unique accross the test : %s":"\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b \u043d\u0435 \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b \u0432 \u043f\u0440\u0435\u0434\u0435\u043b\u0430\u0445 \u0442\u0435\u0441\u0442\u0430: %s","The identifier of the item reference.":"\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0441\u0441\u044b\u043b\u043a\u0438 \u043d\u0430 \u044d\u043b\u0435\u043c\u0435\u043d\u0442.","The identifier of the section.":"\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0440\u0430\u0437\u0434\u0435\u043b\u0430.","The IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file was already stored in the Item Bank.":"\u042d\u043b\u0435\u043c\u0435\u043d\u0442 IMS QTI \u0441\u043e \u0441\u0441\u044b\u043b\u043a\u043e\u0439 \u00ab%s\u00bb \u0432 \u0444\u0430\u0439\u043b\u0435 \u043c\u0430\u043d\u0438\u0444\u0435\u0441\u0442\u0430 IMS \u0443\u0436\u0435 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d \u0432 \u0431\u0430\u043d\u043a\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432.","The IMS QTI Test Package could not be imported.":"\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u0430\u043a\u0435\u0442 \u0434\u043b\u044f \u0442\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f IMS QTI.","The IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file could not be imported.":"\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0442\u0435\u0441\u0442 IMS QTI, \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u044b\u0439 \u0432 \u0444\u0430\u0439\u043b\u0435 \u043c\u0430\u043d\u0438\u0444\u0435\u0441\u0442\u0430 IMS \u043a\u0430\u043a \u00ab%s\u00bb.","The navigation mode determines the general paths that the candidate may take. A linear mode restricts the candidate to attempt each item in turn. Non Linear removes this restriction.":"\u0412 \u0440\u0435\u0436\u0438\u043c\u0435 \u043d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0438 \u0437\u0430\u0434\u0430\u044e\u0442\u0441\u044f \u043e\u0431\u0449\u0438\u0435 \u043f\u0443\u0442\u0438 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0439 \u0434\u043b\u044f \u043a\u0430\u043d\u0434\u0438\u0434\u0430\u0442\u0430. \u0412 \u043b\u0438\u043d\u0435\u0439\u043d\u043e\u043c \u0440\u0435\u0436\u0438\u043c\u0435 \u043a\u0430\u043d\u0434\u0438\u0434\u0430\u0442 \u0434\u043e\u043b\u0436\u0435\u043d \u043f\u043e\u043f\u044b\u0442\u0430\u0442\u044c\u0441\u044f \u0440\u0435\u0448\u0438\u0442\u044c \u043a\u0430\u0436\u0434\u044b\u0439 \u044d\u043b\u0435\u043c\u0435\u043d\u0442 \u043f\u043e \u043e\u0447\u0435\u0440\u0435\u0434\u0438. \u0412 \u043d\u0435\u043b\u0438\u043d\u0435\u0439\u043d\u043e\u043c \u0440\u0435\u0436\u0438\u043c\u0435 \u0442\u0430\u043a\u043e\u0433\u043e \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u044f \u043d\u0435\u0442.","The number of child elements to be selected.":"\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0434\u043e\u0447\u0435\u0440\u043d\u0438\u0445 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043c\u043e\u0436\u043d\u043e \u0432\u044b\u0431\u0440\u0430\u0442\u044c.","The outcome \u0022%s\u0022 does not exist, but it is referenced by a feedback block!":"\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430 \u00ab%s\u00bb \u043d\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442, \u043e\u0434\u043d\u0430\u043a\u043e \u0432 \u0431\u043b\u043e\u043a\u0435 \u043e\u0442\u0437\u044b\u0432\u043e\u0432 \u0438\u043c\u0435\u0435\u0442\u0441\u044f \u0441\u0441\u044b\u043b\u043a\u0430 \u043d\u0430 \u043d\u0435\u0433\u043e!","The outcomes have been regenerated!":"\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0431\u044b\u043b\u0438 \u0441\u0433\u0435\u043d\u0435\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u044b \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u043e!","The principle identifier of the test.":"\u041f\u0440\u0438\u043d\u0446\u0438\u043f\u0438\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0442\u0435\u0441\u0442\u0430.","The provided archive is invalid. Make sure it is not corrupted and that it contains an \u0027imsmanifest.xml\u0027 file.":"\u0423\u043a\u0430\u0437\u0430\u043d\u043d\u044b\u0439 \u0430\u0440\u0445\u0438\u0432 \u043d\u0435\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u0435\u043d. \u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u043e\u043d \u043d\u0435 \u043f\u043e\u0432\u0440\u0435\u0436\u0434\u0435\u043d \u0438 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u0442 \u0444\u0430\u0439\u043b imsmanifest.xml.","The QTI Test \u0027%s\u0027 to be compiled must contain at least 1 QTI Item. None found.":"\u0414\u043b\u044f \u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438 \u0442\u0435\u0441\u0442\u0430 QTI \u00ab%s\u00bb \u043e\u043d \u0434\u043e\u043b\u0436\u0435\u043d \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u043f\u043e \u043a\u0440\u0430\u0439\u043d\u0435\u0439 \u043c\u0435\u0440\u0435 1\u00a0\u044d\u043b\u0435\u043c\u0435\u043d\u0442 QTI. \u041a \u0441\u043e\u0436\u0430\u043b\u0435\u043d\u0438\u044e, \u0442\u0430\u043a\u0438\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u043d\u0435 \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u044b.","The QTI test could not be retrieved correctly.":"\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043d\u0430\u0434\u043b\u0435\u0436\u0430\u0449\u0438\u043c \u043e\u0431\u0440\u0430\u0437\u043e\u043c \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0442\u0435\u0441\u0442 QTI.","The QTI Test XML or one of its dependencies is malformed or empty.":"XML \u0442\u0435\u0441\u0442\u0430 QTI \u043b\u0438\u0431\u043e \u043e\u0434\u043d\u0430 \u0438\u0437 \u0435\u0433\u043e \u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0441\u0442\u0435\u0439 \u043f\u043e\u0432\u0440\u0435\u0436\u0434\u0435\u043d\u0430 \u0438\u043b\u0438 \u043f\u0443\u0441\u0442\u0430\u044f.","The QTI-XML test could not be written correctly.":"\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043d\u0430\u0434\u043b\u0435\u0436\u0430\u0449\u0438\u043c \u043e\u0431\u0440\u0430\u0437\u043e\u043c \u0437\u0430\u043f\u0438\u0441\u0430\u0442\u044c \u0442\u0435\u0441\u0442 QTI.","The reference.":"\u0421\u0441\u044b\u043b\u043a\u0430.","The resources related to the IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file were rolled back.":"\u0414\u043b\u044f \u0440\u0435\u0441\u0443\u0440\u0441\u043e\u0432, \u0441\u0432\u044f\u0437\u0430\u043d\u043d\u044b\u0445 \u0441 \u0442\u0435\u0441\u0442\u043e\u043c IMS QTI \u0441\u043e \u0441\u0441\u044b\u043b\u043a\u043e\u0439 \u00ab%s\u00bb \u0432 \u0444\u0430\u0439\u043b\u0435 \u043c\u0430\u043d\u0438\u0444\u0435\u0441\u0442\u0430 IMS, \u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d \u043e\u0442\u043a\u0430\u0442.","The score will be processed for the entire test. A sum of all SCORE outcomes will be computed and divided by the sum of MAX SCORE, the result will be compared to the cut score (or pass ratio), then the PASS_TOTAL outcome will be set accordingly.":"\u0411\u0430\u043b\u043b \u0431\u0443\u0434\u0435\u0442 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u0430\u043d \u0434\u043b\u044f \u0432\u0441\u0435\u0433\u043e \u0442\u0435\u0441\u0442\u0430. \u041f\u0440\u0438 \u044d\u0442\u043e\u043c \u0440\u0430\u0441\u0441\u0447\u0438\u0442\u0430\u043d\u043d\u0430\u044f \u0441\u0443\u043c\u043c\u0430 \u0432\u0441\u0435\u0445 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0438\u0440\u0443\u044e\u0449\u0438\u0445 \u0431\u0430\u043b\u043b\u043e\u0432 SCORE \u0434\u0435\u043b\u0438\u0442\u0441\u044f \u043d\u0430 \u0441\u0443\u043c\u043c\u0443 \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u044b\u0445 \u0431\u0430\u043b\u043b\u043e\u0432 MAX SCORE. \u041f\u043e\u043b\u0443\u0447\u0435\u043d\u043d\u044b\u0439 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442 \u0441\u0440\u0430\u0432\u043d\u0438\u0432\u0430\u0435\u0442\u0441\u044f \u0441 \u043f\u0440\u043e\u0445\u043e\u0434\u043d\u044b\u043c \u0431\u0430\u043b\u043b\u043e\u043c (\u0438\u043b\u0438 \u043f\u0440\u043e\u0445\u043e\u0434\u043d\u044b\u043c \u0441\u043e\u043e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u0435\u043c), \u043f\u043e\u0441\u043b\u0435 \u0447\u0435\u0433\u043e \u0431\u0443\u0434\u0435\u0442 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u043c \u043e\u0431\u0440\u0430\u0437\u043e\u043c \u0437\u0430\u0434\u0430\u043d \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442 \u043f\u0440\u043e\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u044f PASS_TOTAL.","The score will be processed for the entire test. A sum of all SCORE outcomes will be computed, the result will take place in the SCORE_TOTAL outcome.":"\u0411\u0430\u043b\u043b \u0431\u0443\u0434\u0435\u0442 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u0430\u043d \u0434\u043b\u044f \u0432\u0441\u0435\u0433\u043e \u0442\u0435\u0441\u0442\u0430. \u0411\u0443\u0434\u0435\u0442 \u0440\u0430\u0441\u0441\u0447\u0438\u0442\u0430\u043d\u0430 \u0441\u0443\u043c\u043c\u0430 \u0432\u0441\u0435\u0445 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0438\u0440\u0443\u044e\u0449\u0438\u0445 \u0431\u0430\u043b\u043b\u043e\u0432 SCORE, \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u043d\u044b\u0439 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442 \u043e\u0442\u043e\u0431\u0440\u0430\u0437\u0438\u0442\u0441\u044f \u0432 \u043e\u0431\u0449\u0435\u043c \u0431\u0430\u043b\u043b\u0435 SCORE_TOTAL.","The section title.":"\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0440\u0430\u0437\u0434\u0435\u043b\u0430.","The submission mode determines when the candidate\u0027s responses are submitted for response processing. A testPart in individual mode requires the candidate to submit their responses on an item-by-item basis. In simultaneous mode the candidate\u0027s responses are all submitted together at the end of the testPart.":"\u0412 \u0440\u0435\u0436\u0438\u043c\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0438 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u0435\u0442\u0441\u044f, \u043a\u043e\u0433\u0434\u0430 \u043e\u0442\u0432\u0435\u0442\u044b \u043a\u0430\u043d\u0434\u0438\u0434\u0430\u0442\u0430 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u044e\u0442\u0441\u044f \u043d\u0430 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0443. \u0412 \u0438\u043d\u0434\u0438\u0432\u0438\u0434\u0443\u0430\u043b\u044c\u043d\u043e\u043c \u0440\u0435\u0436\u0438\u043c\u0435 \u0447\u0430\u0441\u0442\u0438 \u0442\u0435\u0441\u0442\u0430 \u043e\u0442 \u043a\u0430\u043d\u0434\u0438\u0434\u0430\u0442\u0430 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u0442\u044c \u0441\u0432\u043e\u0438 \u043e\u0442\u0432\u0435\u0442\u044b \u043f\u043e \u043e\u0434\u043d\u043e\u043c\u0443 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0443 \u0437\u0430 \u0440\u0430\u0437. \u0412 \u043e\u0434\u043d\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e\u043c \u0440\u0435\u0436\u0438\u043c\u0435 \u043e\u0442\u0432\u0435\u0442\u044b \u043a\u0430\u043d\u0434\u0438\u0434\u0430\u0442\u0430 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u044e\u0442\u0441\u044f \u0432\u0441\u0435 \u0432\u043c\u0435\u0441\u0442\u0435 \u043f\u043e \u043e\u043a\u043e\u043d\u0447\u0430\u043d\u0438\u0438 \u0447\u0430\u0441\u0442\u0438 \u0442\u0435\u0441\u0442\u0430.","The test has been closed\/suspended!":"\u0422\u0435\u0441\u0442 \u0432\u044b\u0431\u0440\u0430\u043d\/\u043f\u0440\u0438\u043e\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d!","The test has been paused, we are unable to connect to the server.":"\u0422\u0435\u0441\u0442 \u043f\u0440\u0438\u043e\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d \u0438\u0437-\u0437\u0430 \u0442\u043e\u0433\u043e, \u0447\u0442\u043e \u043d\u0435 \u0443\u0434\u0430\u0435\u0442\u0441\u044f \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f \u043a \u0441\u0435\u0440\u0432\u0435\u0440\u0443.","The test has not been saved.":"\u0422\u0435\u0441\u0442 \u043d\u0435 \u0431\u044b\u043b \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d.","The test part identifier.":"\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0447\u0430\u0441\u0442\u0438 \u0442\u0435\u0441\u0442\u0430.","The test title.":"\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0442\u0435\u0441\u0442\u0430.","The time limit has been reached for this part of the test.":"\u0412\u0440\u0435\u043c\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u0434\u0430\u043d\u043d\u043e\u0439 \u0447\u0430\u0441\u0442\u0438 \u0442\u0435\u0441\u0442\u0430 \u0438\u0441\u0442\u0435\u043a\u043b\u043e.","There are %s unanswered questions":"\u0423 \u0432\u0430\u0441 \u043e\u0441\u0442\u0430\u043b\u043e\u0441\u044c %s \u043d\u0435\u043e\u0442\u0432\u0435\u0447\u0435\u043d\u043d\u044b\u0445 \u0432\u043e\u043f\u0440\u043e\u0441\u043e\u0432","There are %s unanswered questions in this part of the test":"\u0423 \u0432\u0430\u0441 \u043e\u0441\u0442\u0430\u043b\u043e\u0441\u044c %s \u043d\u0435\u043e\u0442\u0432\u0435\u0447\u0435\u043d\u043d\u044b\u0445 \u0432\u043e\u043f\u0440\u043e\u0441\u043e\u0432 \u0434\u043b\u044f \u0434\u0430\u043d\u043d\u043e\u0439 \u0447\u0430\u0441\u0442\u0438 \u0442\u0435\u0441\u0442\u0430","There is %s unanswered question":"\u0423 \u0432\u0430\u0441 \u043e\u0441\u0442\u0430\u043b\u0441\u044f %s \u043d\u0435\u043e\u0442\u0432\u0435\u0447\u0435\u043d\u043d\u044b\u0439 \u0432\u043e\u043f\u0440\u043e\u0441","There is %s unanswered question in this part of the test":"\u0423 \u0432\u0430\u0441 \u043e\u0441\u0442\u0430\u043b\u0441\u044f %s \u043d\u0435\u043e\u0442\u0432\u0435\u0447\u0435\u043d\u043d\u044b\u0439 \u0432\u043e\u043f\u0440\u043e\u0441 \u0434\u043b\u044f \u0434\u0430\u043d\u043d\u043e\u0439 \u0447\u0430\u0441\u0442\u0438 \u0442\u0435\u0441\u0442\u0430","There is not outcomes!":"\u041d\u0435\u0442 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432!","This constraint affects the visibility of feedback after the end of the last attempt.":"\u042d\u0442\u043e \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0435 \u0432\u043b\u0438\u044f\u0435\u0442 \u043d\u0430 \u0432\u0438\u0434\u0438\u043c\u043e\u0441\u0442\u044c \u043e\u0442\u0437\u044b\u0432\u043e\u0432 \u043f\u043e\u0441\u043b\u0435 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0439 \u043f\u043e\u043f\u044b\u0442\u043a\u0438.","This constraint controls whether or not the candidate is allowed to provide a comment on the item during the session. Comments are not part of the assessed responses.":"\u042d\u0442\u043e \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0435 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u0435\u0442, \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u043e \u043b\u0438 \u043a\u0430\u043d\u0434\u0438\u0434\u0430\u0442\u0443 \u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0442\u044c \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439 \u043f\u043e \u043f\u043e\u0432\u043e\u0434\u0443 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430 \u0432\u043e \u0432\u0440\u0435\u043c\u044f \u0441\u0435\u0430\u043d\u0441\u0430. \u041a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0438 \u043d\u0435 \u0432\u0445\u043e\u0434\u044f\u0442 \u0432 \u043e\u0446\u0435\u043d\u0438\u0432\u0430\u0435\u043c\u0443\u044e \u0447\u0430\u0441\u0442\u044c \u043e\u0442\u0432\u0435\u0442\u043e\u0432.","This test has been suspended":"\u0422\u0435\u0441\u0442 \u043f\u0440\u0438\u043e\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d","This test has been terminated":"\u0422\u0435\u0441\u0442 \u043f\u0440\u0435\u043a\u0440\u0430\u0449\u0435\u043d","Time limit reached for item \u0022%s\u0022.":"\u0414\u043b\u044f \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430 \u00ab%s\u00bb \u0434\u043e\u0441\u0442\u0438\u0433\u043d\u0443\u0442 \u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e\u0439 \u043b\u0438\u043c\u0438\u0442.","Time limit reached, this part of the test has ended.":"\u0412\u0440\u0435\u043c\u0435\u043d\u043d\u043e\u0439 \u043b\u0438\u043c\u0438\u0442 \u0434\u043e\u0441\u0442\u0438\u0433\u043d\u0443\u0442, \u044d\u0442\u0430 \u0447\u0430\u0441\u0442\u044c \u0442\u0435\u0441\u0442\u0430 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0430.","Time limit reached, this part of the test has ended. However you are allowed to finish the current item.":"\u0412\u0440\u0435\u043c\u0435\u043d\u043d\u043e\u0439 \u043b\u0438\u043c\u0438\u0442 \u0434\u043e\u0441\u0442\u0438\u0433\u043d\u0443\u0442, \u044d\u0442\u0430 \u0447\u0430\u0441\u0442\u044c \u0442\u0435\u0441\u0442\u0430 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0430. \u041f\u0440\u0438 \u044d\u0442\u043e\u043c \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u0442\u0435\u043a\u0443\u0449\u0438\u0439 \u044d\u043b\u0435\u043c\u0435\u043d\u0442.","Time Limits":"\u0412\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u0435 \u043b\u0438\u043c\u0438\u0442\u044b.","Time Remaining":"\u041e\u0441\u0442\u0430\u0432\u0448\u0435\u0435\u0441\u044f \u0432\u0440\u0435\u043c\u044f","Title":"\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435","to":"\u043f\u043e","Tools":"\u0421\u0440\u0435\u0434\u0441\u0442\u0432\u0430","Total score":"\u0421\u0443\u043c\u043c\u0430\u0440\u043d\u044b\u0439 \u0431\u0430\u043b\u043b","Tutor":"\u041f\u0440\u0435\u043f\u043e\u0434\u0430\u0432\u0430\u0442\u0435\u043b\u044c","Type":"\u0422\u0438\u043f","Unanswered":"\u0411\u0435\u0437 \u043e\u0442\u0432\u0435\u0442\u0430","Unanswered items":"\u042d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u0431\u0435\u0437 \u043e\u0442\u0432\u0435\u0442\u0430","Unflag for Review":"\u0421\u043d\u044f\u0442\u044c \u043f\u043e\u043c\u0435\u0442\u043a\u0443 \u043d\u0430 \u043f\u0435\u0440\u0435\u0441\u043c\u043e\u0442\u0440","Unknown error.":"\u041d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430.","Unlink to use separated durations":"\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u0441\u0432\u044f\u0437\u044c \u0434\u043b\u044f \u043f\u0440\u0438\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u043e\u0442\u0434\u0435\u043b\u044c\u043d\u044b\u0445 \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u0435\u0439","Upload a QTI 2.1 Test Package File":"\u0412\u044b\u0433\u0440\u0443\u0437\u043a\u0430 \u0444\u0430\u0439\u043b\u0430 \u043f\u0430\u043a\u0435\u0442\u0430 \u0434\u043b\u044f \u0442\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f QTI\u00a02.1","Use Ctrl\/Meta key or Lasso for multiple selection":"\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u043a\u043b\u0430\u0432\u0438\u0448\u0443 Ctrl\/Meta \u0438\u043b\u0438 \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442 \u00ab\u043b\u0430\u0441\u0441\u043e\u00bb \u0434\u043b\u044f \u043c\u043d\u043e\u0436\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0433\u043e \u0432\u044b\u0431\u043e\u0440\u0430","Users":"\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438","Validate Responses":"\u0412\u0430\u043b\u0438\u0434\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043e\u0442\u0432\u0435\u0442\u044b","Value":"\u0417\u043d\u0430\u0447\u0435\u043d\u0438\u0435","Viewed":"\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u043d","Viewed items":"\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u043d\u043d\u044b\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b","Views":"\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u044b","Visible":"\u0412\u0438\u0434\u0438\u043c.","Volume":"\u0413\u0440\u043e\u043c\u043a\u043e\u0441\u0442\u044c","Warning \u2013 You have %s remaining to complete the test.":"\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435: \u0443 \u0432\u0430\u0441 \u043e\u0441\u0442\u0430\u043b\u043e\u0441\u044c %s \u043d\u0430 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u0435 \u0442\u0435\u0441\u0442\u0430.","Warning \u2013 You have %s remaining to complete this item.":"\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435: \u0443 \u0432\u0430\u0441 \u043e\u0441\u0442\u0430\u043b\u043e\u0441\u044c %s \u043d\u0430 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u0435 \u044d\u0442\u043e\u0433\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430.","Warning \u2013 You have %s remaining to complete this section.":"\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435: \u0443 \u0432\u0430\u0441 \u043e\u0441\u0442\u0430\u043b\u043e\u0441\u044c %s \u043d\u0430 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u0435 \u044d\u0442\u043e\u0433\u043e \u0440\u0430\u0437\u0434\u0435\u043b\u0430.","Warning \u2013 You have %s remaining to complete this test part.":"\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435: \u0443 \u0432\u0430\u0441 \u043e\u0441\u0442\u0430\u043b\u043e\u0441\u044c %s \u043d\u0430 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u0435 \u044d\u0442\u043e\u0439 \u0447\u0430\u0441\u0442\u0438 \u0442\u0435\u0441\u0442\u0430.","Warning \u2013 You have %s remaining to complete this test.":"\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435: \u0443 \u0432\u0430\u0441 \u043e\u0441\u0442\u0430\u043b\u043e\u0441\u044c %s \u043d\u0430 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u0435 \u044d\u0442\u043e\u0433\u043e \u0442\u0435\u0441\u0442\u0430.","We are unable to connect the server to submit your results.":"\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f \u043a \u0441\u0435\u0440\u0432\u0435\u0440\u0443 \u0434\u043b\u044f \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0438 \u0432\u0430\u0448\u0438\u0445 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432.","We are unable to connect to the server to retrieve the next item.":"\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f \u043a \u0441\u0435\u0440\u0432\u0435\u0440\u0443 \u0434\u043b\u044f \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0433\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430.","Weight":"\u0412\u0435\u0441\u043e\u0432\u043e\u0439 \u043a\u043e\u044d\u0444\u0444\u0438\u0446\u0438\u0435\u043d\u0442","Weights":"\u0412\u0435\u0441\u043e\u0432\u044b\u0435 \u043a\u043e\u044d\u0444\u0444\u0438\u0446\u0438\u0435\u043d\u0442\u044b","When selecting child elements each element is normally eligible for selection once only.":"\u041f\u0440\u0438 \u0432\u044b\u0431\u043e\u0440\u0435 \u0434\u043e\u0447\u0435\u0440\u043d\u0438\u0445 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432 \u043a\u0430\u0436\u0434\u044b\u0439 \u044d\u043b\u0435\u043c\u0435\u043d\u0442 \u043e\u0431\u044b\u0447\u043d\u043e \u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d \u0434\u043b\u044f \u0432\u044b\u0431\u043e\u0440\u0430 \u0442\u043e\u043b\u044c\u043a\u043e \u043e\u0434\u0438\u043d \u0440\u0430\u0437.","Whether a candidate\u0027s response that is beyond the maximum duration of the item should still be accepted.":"\u041e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u0435\u0442, \u043c\u043e\u0436\u0435\u0442 \u043b\u0438 \u043f\u0440\u0438\u043d\u0438\u043c\u0430\u0442\u044c\u0441\u044f \u043e\u0442\u0432\u0435\u0442 \u043a\u0430\u043d\u0434\u0438\u0434\u0430\u0442\u0430, \u043f\u043e \u043a\u043e\u0442\u043e\u0440\u043e\u043c\u0443 \u043f\u0440\u0435\u0432\u044b\u0448\u0435\u043d\u0430 \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c, \u0437\u0430\u0434\u0430\u043d\u043d\u0430\u044f \u0434\u043b\u044f \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430.","Whether a candidate\u0027s response that is beyond the maximum duration of the section should still be accepted.":"\u041e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u0435\u0442, \u043c\u043e\u0436\u0435\u0442 \u043b\u0438 \u043f\u0440\u0438\u043d\u0438\u043c\u0430\u0442\u044c\u0441\u044f \u043e\u0442\u0432\u0435\u0442 \u043a\u0430\u043d\u0434\u0438\u0434\u0430\u0442\u0430, \u043f\u043e \u043a\u043e\u0442\u043e\u0440\u043e\u043c\u0443 \u043f\u0440\u0435\u0432\u044b\u0448\u0435\u043d\u0430 \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c, \u0437\u0430\u0434\u0430\u043d\u043d\u0430\u044f \u0434\u043b\u044f \u0440\u0430\u0437\u0434\u0435\u043b\u0430.","Whether a candidate\u0027s response that is beyond the maximum duration of the test part should still be accepted.":"\u041e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u0435\u0442, \u043c\u043e\u0436\u0435\u0442 \u043b\u0438 \u043f\u0440\u0438\u043d\u0438\u043c\u0430\u0442\u044c\u0441\u044f \u043e\u0442\u0432\u0435\u0442 \u043a\u0430\u043d\u0434\u0438\u0434\u0430\u0442\u0430, \u043f\u043e \u043a\u043e\u0442\u043e\u0440\u043e\u043c\u0443 \u043f\u0440\u0435\u0432\u044b\u0448\u0435\u043d\u0430 \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c, \u0437\u0430\u0434\u0430\u043d\u043d\u0430\u044f \u0434\u043b\u044f \u0447\u0430\u0441\u0442\u0438 \u0442\u0435\u0441\u0442\u0430.","Whether a candidate\u0027s response that is beyond the maximum duration should still be accepted.":"\u041e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u0435\u0442, \u043c\u043e\u0436\u0435\u0442 \u043b\u0438 \u043f\u0440\u0438\u043d\u0438\u043c\u0430\u0442\u044c\u0441\u044f \u043e\u0442\u0432\u0435\u0442 \u043a\u0430\u043d\u0434\u0438\u0434\u0430\u0442\u0430, \u043f\u043e \u043a\u043e\u0442\u043e\u0440\u043e\u043c\u0443 \u043f\u0440\u0435\u0432\u044b\u0448\u0435\u043d\u0430 \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c.","Who can view the rubric block during the delivery.":"\u041e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u0435\u0442, \u043a\u0442\u043e \u043c\u043e\u0436\u0435\u0442 \u043f\u0440\u043e\u0441\u043c\u0430\u0442\u0440\u0438\u0432\u0430\u0442\u044c \u0442\u0435\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u0431\u043b\u043e\u043a \u0432\u043e \u0432\u0440\u0435\u043c\u044f \u0432\u044b\u0434\u0430\u0447\u0438.","With Replacement":"\u0421 \u0437\u0430\u043c\u0435\u043d\u043e\u0439","Wrong file mime type":"\u041d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u044b\u0439 \u0444\u043e\u0440\u043c\u0430\u0442 MIME \u0444\u0430\u0439\u043b\u0430","XML error at line %1$d column %2$d \u0022%3$s\u0022.":"\u041e\u0448\u0438\u0431\u043a\u0430 XML, \u0441\u0442\u0440\u043e\u043a\u0430 %1$d, \u0441\u0442\u043e\u043b\u0431\u0435\u0446 %2$d, \u00ab%3$s\u00bb.","Yes":"\u0414\u0430","You answered all %s question(s) in this section":"\u0412\u044b \u043e\u0442\u0432\u0435\u0442\u0438\u043b\u0438 \u043d\u0430 \u0432\u0441\u0435 \u0432\u043e\u043f\u0440\u043e\u0441\u044b (%s) \u0432 \u0434\u0430\u043d\u043d\u043e\u043c \u0440\u0430\u0437\u0434\u0435\u043b\u0435","You answered all %s question(s) in this test":"\u0412\u044b \u043e\u0442\u0432\u0435\u0442\u0438\u043b\u0438 \u043d\u0430 \u0432\u0441\u0435 \u0432\u043e\u043f\u0440\u043e\u0441\u044b (%s) \u0432 \u0434\u0430\u043d\u043d\u043e\u043c \u0442\u0435\u0441\u0442\u0435","You answered only %s of the %s question(s) in this section":"\u0412\u044b \u043e\u0442\u0432\u0435\u0442\u0438\u043b\u0438 \u043d\u0430 \u043b\u0438\u0448\u044c \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0432\u043e\u043f\u0440\u043e\u0441\u044b (%s\/%s) \u0432 \u0434\u0430\u043d\u043d\u043e\u043c \u0440\u0430\u0437\u0434\u0435\u043b\u0435","You are about to go to the next item. Click OK to continue and go to the next item.":"\u0412\u044b \u0441\u043e\u0431\u0438\u0440\u0430\u0435\u0442\u0435\u0441\u044c \u043f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u043c\u0443 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0443. \u041d\u0430\u0436\u043c\u0438\u0442\u0435 OK, \u0447\u0442\u043e\u0431\u044b \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c \u0438 \u043f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u043c\u0443 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0443.","You are about to go to the previous item. Click OK to continue and go to the previous item.":"\u0412\u044b \u0441\u043e\u0431\u0438\u0440\u0430\u0435\u0442\u0435\u0441\u044c \u043f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u043f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0435\u043c\u0443 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0443. \u041d\u0430\u0436\u043c\u0438\u0442\u0435 OK, \u0447\u0442\u043e\u0431\u044b \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c \u0438 \u043f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u043f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0435\u043c\u0443 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0443.","You are about to submit the test.":"\u0412\u044b \u0441\u043e\u0431\u0438\u0440\u0430\u0435\u0442\u0435\u0441\u044c \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0442\u0435\u0441\u0442.","You are about to submit the test. You will not be able to access this test once submitted. Click OK to continue and submit the test.":"\u0412\u044b \u0441\u043e\u0431\u0438\u0440\u0430\u0435\u0442\u0435\u0441\u044c \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0442\u0435\u0441\u0442. \u041f\u043e\u0441\u043b\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0438 \u0432\u044b \u0443\u0436\u0435 \u043d\u0435 \u0431\u0443\u0434\u0435\u0442\u0435 \u0438\u043c\u0435\u0442\u044c \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u044d\u0442\u043e\u043c\u0443 \u0442\u0435\u0441\u0442\u0443. \u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u0022\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c\u0022, \u0447\u0442\u043e\u0431\u044b \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c \u0438 \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0442\u0435\u0441\u0442.","You are encountering a prolonged connectivity loss. ":"\u041f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u043f\u0440\u0435\u0440\u044b\u0432\u0430\u0435\u0442\u0441\u044f \u0443\u0436\u0435 \u0432 \u0442\u0435\u0447\u0435\u043d\u0438\u0435 \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438.","You have %s item(s) marked for review.":"\u0423 \u0432\u0430\u0441 \u0438\u043c\u0435\u0435\u0442\u0441\u044f \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432, \u043f\u043e\u043c\u0435\u0447\u0435\u043d\u043d\u044b\u0445 \u043d\u0430 \u043f\u0435\u0440\u0435\u0441\u043c\u043e\u0442\u0440: %s.","You have %s unanswered question(s)":"\u0423 \u0432\u0430\u0441 \u0438\u043c\u0435\u0435\u0442\u0441\u044f \u0432\u043e\u043f\u0440\u043e\u0441\u043e\u0432 \u0431\u0435\u0437 \u043e\u0442\u0432\u0435\u0442\u043e\u0432: %s","You have %s unanswered question(s) and have %s item(s) marked for review.":"\u0423 \u0432\u0430\u0441 \u0438\u043c\u0435\u0435\u0442\u0441\u044f \u0432\u043e\u043f\u0440\u043e\u0441\u043e\u0432 \u0431\u0435\u0437 \u043e\u0442\u0432\u0435\u0442\u043e\u0432: %s; \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432, \u043f\u043e\u043c\u0435\u0447\u0435\u043d\u043d\u044b\u0445 \u043d\u0430 \u043f\u0435\u0440\u0435\u0441\u043c\u043e\u0442\u0440: %s.","You have %s unanswered question(s).":"\u0423 \u0432\u0430\u0441 \u0438\u043c\u0435\u0435\u0442\u0441\u044f \u0432\u043e\u043f\u0440\u043e\u0441\u043e\u0432 \u0431\u0435\u0437 \u043e\u0442\u0432\u0435\u0442\u043e\u0432: %s.","You will not be able to access this test once submitted. Click \u0022%s\u0022 to continue and submit the test.":"\u041f\u043e\u0441\u043b\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0438 \u0432\u044b \u0443\u0436\u0435 \u043d\u0435 \u0431\u0443\u0434\u0435\u0442\u0435 \u0438\u043c\u0435\u0442\u044c \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u044d\u0442\u043e\u043c\u0443 \u0442\u0435\u0441\u0442\u0443. \u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u0022%s\u0022, \u0447\u0442\u043e\u0431\u044b \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c \u0438 \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0442\u0435\u0441\u0442.","Your comment\u2026":"\u0412\u0430\u0448 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439\u2026","Zoom":"\u041c\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435","Zoom in":"\u0423\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u044c \u043c\u0430\u0441\u0448\u0442\u0430\u0431","Zoom out":"\u0423\u043c\u0435\u043d\u044c\u0448\u0438\u0442\u044c \u043c\u0430\u0441\u0448\u0442\u0430\u0431"} \ No newline at end of file +{"A QTI Item involved in the QTI Test \u0027%s\u0027 could not be compiled.":"\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0441\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u0430\u0442\u044c \u044d\u043b\u0435\u043c\u0435\u043d\u0442 QTI, \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u043d\u044b\u0439 \u0432 \u0442\u0435\u0441\u0442 QTI \u00ab%s\u00bb.","A QTI Test must contain at least one QTI Item to be compiled. None found.":"\u0422\u0435\u0441\u0442 QTI \u0434\u043e\u043b\u0436\u0435\u043d \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u043f\u043e \u043a\u0440\u0430\u0439\u043d\u0435\u0439 \u043c\u0435\u0440\u0435 \u043e\u0434\u0438\u043d \u044d\u043b\u0435\u043c\u0435\u043d\u0442 QTI \u0434\u043b\u044f \u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438. \u041d\u0438\u0447\u0435\u0433\u043e \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u043e.","A qti testpackage":"\u041f\u0430\u043a\u0435\u0442 \u0442\u0435\u0441\u0442\u043e\u0432 QTI","A remote resource referenced in QTI test \u0027%s\u0027 could not be retrieved.":"\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0443\u0434\u0430\u043b\u0435\u043d\u043d\u044b\u0439 \u0440\u0435\u0441\u0443\u0440\u0441, \u043d\u0430 \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0438\u043c\u0435\u0435\u0442\u0441\u044f \u0441\u0441\u044b\u043b\u043a\u0430 \u0432 \u0442\u0435\u0441\u0442\u0435 QTI \u00ab%s\u00bb.","A response to every question in this item is required.":"\u0422\u0440\u0435\u0431\u0443\u044e\u0442\u0441\u044f \u043e\u0442\u0432\u0435\u0442\u044b \u043d\u0430 \u0432\u0441\u0435 \u0432\u043e\u043f\u0440\u043e\u0441\u044b \u0432 \u044d\u0442\u043e\u043c \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0435.","A response to this item is required.":"\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u043e\u0442\u0432\u0435\u0442 \u043d\u0430 \u044d\u0442\u043e\u0442 \u044d\u043b\u0435\u043c\u0435\u043d\u0442.","A valid response to this item is required.":"\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u043e\u0442\u0432\u0435\u0442 \u043d\u0430 \u044d\u0442\u043e\u0442 \u044d\u043b\u0435\u043c\u0435\u043d\u0442.","A visible section is one that is identifiable by the candidate.":"\u0412\u0438\u0434\u0438\u043c\u044b\u0439 \u0440\u0430\u0437\u0434\u0435\u043b\u00a0\u2014 \u0442\u043e\u0442 \u0440\u0430\u0437\u0434\u0435\u043b, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043c\u043e\u0436\u0435\u0442 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u0446\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u043a\u0430\u043d\u0434\u0438\u0434\u0430\u0442\u043e\u043c.","Activated":"\u0410\u043a\u0442\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d\u043e","add a new weight":"\u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043d\u043e\u0432\u044b\u0439 \u0432\u0435\u0441\u043e\u0432\u043e\u0439 \u043a\u043e\u044d\u0444\u0444\u0438\u0446\u0438\u0435\u043d\u0442","Add a zip file containing QTI\/APIP tests and items":"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c ZIP-\u0444\u0430\u0439\u043b, \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0449\u0438\u0439 QTI\/APIP-\u0442\u0435\u0441\u0442\u044b \u0438 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b","Add selected item(s) here.":"\u0414\u043e\u0431\u0430\u0432\u044c\u0442\u0435 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u0437\u0434\u0435\u0441\u044c.","Add the source file":"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0438\u0441\u0445\u043e\u0434\u043d\u044b\u0439 \u0444\u0430\u0439\u043b","After you complete the section it would be impossible to return to this section to make changes. Are you sure you want to end the section?":"\u041f\u043e\u0441\u043b\u0435 \u043f\u0440\u043e\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u044f \u044d\u0442\u043e\u0433\u043e \u0440\u0430\u0437\u0434\u0435\u043b\u0430 \u0432\u044b \u0443\u0436\u0435 \u043d\u0435 \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f \u043a \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u043e\u043c\u0443 \u0440\u0430\u0437\u0434\u0435\u043b\u0443 \u0434\u043b\u044f \u0432\u043d\u0435\u0441\u0435\u043d\u0438\u044f \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0439. \u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0436\u0435\u043b\u0430\u0435\u0442\u0435 \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u044d\u0442\u043e\u0442 \u0440\u0430\u0437\u0434\u0435\u043b?","All":"\u0412\u0441\u0435","All rights reserved.":"\u0412\u0441\u0435 \u043f\u0440\u0430\u0432\u0430 \u0437\u0430\u0449\u0438\u0449\u0435\u043d\u044b.","Allow Comment":"\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435","Allow Review":"\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u043f\u0435\u0440\u0435\u0441\u043c\u043e\u0442\u0440","Allow Section Skipping":"\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u043f\u0440\u043e\u043f\u0443\u0441\u043a \u0440\u0430\u0437\u0434\u0435\u043b\u043e\u0432","Allow Skipping":"\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u043f\u0440\u043e\u043f\u0443\u0441\u043a","Allow skipping of the current section.":"\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u043f\u0440\u043e\u043f\u0443\u0441\u043a \u0442\u0435\u043a\u0443\u0449\u0435\u0433\u043e \u0440\u0430\u0437\u0434\u0435\u043b\u0430.","Allow the candidate to review his answers.":"\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u043a\u0430\u043d\u0434\u0438\u0434\u0430\u0442\u0443 \u043f\u0435\u0440\u0435\u0441\u043c\u0430\u0442\u0440\u0438\u0432\u0430\u0442\u044c \u0441\u0432\u043e\u0438 \u043e\u0442\u0432\u0435\u0442\u044b.","Allow the test-taker to eliminate \/ strikethrough answers in choice interactions.":"\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u0442\u0435\u0441\u0442\u0438\u0440\u0443\u0435\u043c\u043e\u043c\u0443 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0442\u044c\/\u0432\u044b\u0447\u0435\u0440\u043a\u0438\u0432\u0430\u0442\u044c \u043e\u0442\u0432\u0435\u0442\u044b \u0432\u043e \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0438 \u0441 \u0432\u044b\u0431\u043e\u0440\u043e\u043c.","Allow the test-taker to highlight parts of the item text.":"\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u0442\u0435\u0441\u0442\u0438\u0440\u0443\u0435\u043c\u043e\u043c\u0443 \u0432\u044b\u0434\u0435\u043b\u044f\u0442\u044c \u0444\u0440\u0430\u0433\u043c\u0435\u043d\u0442\u044b \u0442\u0435\u043a\u0441\u0442\u0430 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430.","Allow the test-taker to mask and unmask answers in choice interactions.":"\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u0442\u0435\u0441\u0442\u0438\u0440\u0443\u0435\u043c\u043e\u043c\u0443 \u0441\u043a\u0440\u044b\u0432\u0430\u0442\u044c\/\u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u043e\u0442\u0432\u0435\u0442\u044b \u0432\u043e \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0438 \u0441 \u0432\u044b\u0431\u043e\u0440\u043e\u043c.","Allow the test-taker to mask parts of the item with a movable mask.":"\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u0442\u0435\u0441\u0442\u0438\u0440\u0443\u0435\u043c\u043e\u043c\u0443 \u0441\u043a\u0440\u044b\u0432\u0430\u0442\u044c \u0444\u0440\u0430\u0433\u043c\u0435\u043d\u0442\u044b \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430 \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u043f\u043e\u0434\u0432\u0438\u0436\u043d\u043e\u0439 \u043c\u0430\u0441\u043a\u0438.","Allow the test-taker to use a basic calculator.":"\u041f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u0442\u0435\u0441\u0442\u0438\u0440\u0443\u0435\u043c\u043e\u043c\u0443 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u0431\u0430\u0437\u043e\u0432\u044b\u043c \u043a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440\u043e\u043c.","Allow the test-taker to use a calculator respecting the order of operations (BODMAS).":"\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u0442\u0435\u0441\u0442\u0438\u0440\u0443\u0435\u043c\u043e\u043c\u0443 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u043a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440\u043e\u043c \u0432 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0438 \u0441 \u043f\u043e\u0440\u044f\u0434\u043a\u043e\u043c \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u0439 (BODMAS).","Allow the test-taker to use a movable magnifier tool.":"\u041f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u0442\u0435\u0441\u0442\u0438\u0440\u0443\u0435\u043c\u043e\u043c\u0443 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0430\u0435\u043c\u043e\u0439 \u0443\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0439 \u043b\u0443\u043f\u043e\u0439.","Allow the test-taker to use a scientific calculator.":"\u041f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u0442\u0435\u0441\u0442\u0438\u0440\u0443\u0435\u043c\u043e\u043c\u0443 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u0438\u043d\u0436\u0435\u043d\u0435\u0440\u043d\u044b\u043c \u043a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440\u043e\u043c.","Allow the test-taker to visually isolate a line of text.":"\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u0442\u0435\u0441\u0442\u0438\u0440\u0443\u0435\u043c\u043e\u043c\u0443 \u0432\u0438\u0437\u0443\u0430\u043b\u044c\u043d\u043e \u0438\u0437\u043e\u043b\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441\u0442\u0440\u043e\u043a\u0443 \u0442\u0435\u043a\u0441\u0442\u0430.","Allows Test-taker to zoom in and out the item content.":"\u0420\u0430\u0437\u0440\u0435\u0448\u0430\u0435\u0442 \u0442\u0435\u0441\u0442\u0438\u0440\u0443\u0435\u043c\u043e\u043c\u0443 \u0438\u0437\u043c\u0435\u043d\u044f\u0442\u044c \u043c\u0430\u0441\u0448\u0442\u0430\u0431 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430.","Also compute the score per categories":"\u0422\u0430\u043a\u0436\u0435 \u0440\u0430\u0441\u0441\u0447\u0438\u0442\u044b\u0432\u0430\u0442\u044c \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0431\u0430\u043b\u043b\u043e\u0432 \u043f\u043e \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f\u043c","An error occured while retrieving items":"\u0412\u043e \u0432\u0440\u0435\u043c\u044f \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432 \u0432\u043e\u0437\u043d\u0438\u043a\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430","An error occurred during results submission. Please retry.":"\u0412\u043e \u0432\u0440\u0435\u043c\u044f \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0438 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432 \u0432\u043e\u0437\u043d\u0438\u043a\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430. \u041f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.","An error occurred during the test initialization!":"\u0412\u043e \u0432\u0440\u0435\u043c\u044f \u0438\u043d\u0438\u0446\u0438\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438 \u0442\u0435\u0441\u0442\u0430 \u0432\u043e\u0437\u043d\u0438\u043a\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430!","An error occurred during the test, please content your administrator.":"\u0412\u043e \u0432\u0440\u0435\u043c\u044f \u0442\u0435\u0441\u0442\u0430 \u0432\u043e\u0437\u043d\u0438\u043a\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430, \u043e\u0431\u0440\u0430\u0442\u0438\u0442\u0435\u0441\u044c \u043a \u0430\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440\u0443.","An error occurred!":"\u0412\u043e\u0437\u043d\u0438\u043a\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430!","An error occurs, please contact your administrator":"\u0412\u043e\u0437\u043d\u0438\u043a\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430, \u043e\u0431\u0440\u0430\u0442\u0438\u0442\u0435\u0441\u044c \u043a \u0430\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440\u0443","An invisible section with a parent that is subject to shuffling can specify whether or not its children, which will appear to the candidate as if they were part of the parent, are shuffled as a block or mixed up with the other children of the parent section.":"\u041d\u0435\u0432\u0438\u0434\u0438\u043c\u044b\u0439 \u0440\u0430\u0437\u0434\u0435\u043b \u0441 \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u043c \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u043c, \u043a \u043a\u043e\u0442\u043e\u0440\u043e\u043c\u0443 \u043f\u0440\u0438\u043c\u0435\u043d\u044f\u0435\u0442\u0441\u044f \u043f\u0435\u0440\u0435\u043c\u0435\u0448\u0438\u0432\u0430\u043d\u0438\u0435, \u043c\u043e\u0436\u0435\u0442 \u0437\u0430\u0434\u0430\u0432\u0430\u0442\u044c, \u0431\u0443\u0434\u0443\u0442 \u043b\u0438 \u0435\u0433\u043e \u0434\u043e\u0447\u0435\u0440\u043d\u0438\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b (\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0431\u0443\u0434\u0443\u0442 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c\u0441\u044f \u0434\u043b\u044f \u043a\u0430\u043d\u0434\u0438\u0434\u0430\u0442\u0430, \u043a\u0430\u043a \u0431\u0443\u0434\u0442\u043e \u043e\u043d\u0438 \u044f\u0432\u043b\u044f\u044e\u0442\u0441\u044f \u0447\u0430\u0441\u0442\u044c\u044e \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0433\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430) \u043f\u0435\u0440\u0435\u043c\u0435\u0448\u0438\u0432\u0430\u0442\u044c\u0441\u044f \u0431\u043b\u043e\u043a\u043e\u043c \u0438\u043b\u0438 \u0441\u043c\u0435\u0448\u0438\u0432\u0430\u0442\u044c\u0441\u044f \u0441 \u0434\u0440\u0443\u0433\u0438\u043c\u0438 \u0434\u043e\u0447\u0435\u0440\u043d\u0438\u043c\u0438 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u043c\u0438 \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0439 \u0441\u0435\u043a\u0446\u0438\u0438.","An item involved in the test cannot be read or is not QTI compliant.":"\u041d\u0435 \u0443\u0434\u0430\u0435\u0442\u0441\u044f \u043f\u0440\u043e\u0447\u0438\u0442\u0430\u0442\u044c \u044d\u043b\u0435\u043c\u0435\u043d\u0442, \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u043d\u044b\u0439 \u0432 \u0442\u0435\u0441\u0442, \u0438\u043b\u0438 \u043e\u043d \u043d\u0435 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c \u0441 QTI.","An item involved in the test cannot be written.":"\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0437\u0430\u043f\u0438\u0441\u0430\u0442\u044c \u044d\u043b\u0435\u043c\u0435\u043d\u0442, \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u043d\u044b\u0439 \u0432 \u0442\u0435\u0441\u0442.","An unknown error occured while compiled QTI Test \u0027%s\u0027.":"\u0412\u043e \u0432\u0440\u0435\u043c\u044f \u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438 \u0442\u0435\u0441\u0442\u0430 QTI \u00ab%s\u00bb \u0432\u043e\u0437\u043d\u0438\u043a\u043b\u0430 \u043d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430.","An unknown error occured while compiling QTI test \u0027%s\u0027.":"\u0412\u043e \u0432\u0440\u0435\u043c\u044f \u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438 \u0442\u0435\u0441\u0442\u0430 QTI \u00ab%s\u00bb \u0432\u043e\u0437\u043d\u0438\u043a\u043b\u0430 \u043d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430.","and flagged %s of them":"\u0438 \u043f\u043e\u043c\u0435\u0447\u0435\u043d\u044b %s \u0438\u0437 \u043d\u0438\u0445","and you flagged %s item(s) that you can review now":"\u0438 \u0432\u044b \u043f\u043e\u043c\u0435\u0442\u0438\u043b\u0438 %s\u00a0\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u00a0(-\u043e\u0432), \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0432\u044b \u0442\u0435\u043f\u0435\u0440\u044c \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u0435\u0440\u0435\u0441\u043c\u0430\u0442\u0440\u0438\u0432\u0430\u0442\u044c","Answer Eliminator":"\u0418\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u043e\u0442\u0432\u0435\u0442\u043e\u0432","Answer Masking":"\u0421\u043a\u0440\u044b\u0442\u0438\u0435 \u043e\u0442\u0432\u0435\u0442\u043e\u0432","Answered":"\u041e\u0442\u0432\u0435\u0442 \u0443\u043a\u0430\u0437\u0430\u043d","Are you sure you want to clear your answer and go to the next item? You will not be able to go back and provide an answer.":"\u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0436\u0435\u043b\u0430\u0435\u0442\u0435 \u043e\u0447\u0438\u0441\u0442\u0438\u0442\u044c \u0441\u0432\u043e\u0438 \u043e\u0442\u0432\u0435\u0442\u044b \u0438 \u043f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u043c\u0443 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0443? \u0412\u043f\u043e\u0441\u043b\u0435\u0434\u0441\u0442\u0432\u0438\u0438 \u0432\u044b \u043d\u0435 \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f \u0438 \u0443\u043a\u0430\u0437\u0430\u0442\u044c \u0441\u0432\u043e\u0439 \u043e\u0442\u0432\u0435\u0442.","Are you sure you want to end the test?":"\u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0436\u0435\u043b\u0430\u0435\u0442\u0435 \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u044d\u0442\u043e\u0442 \u0442\u0435\u0441\u0442?","Are you sure you want to go to the next item? You will not be able to go back and change your answer.":"\u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0436\u0435\u043b\u0430\u0435\u0442\u0435 \u043f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u043c\u0443 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0443? \u0412\u043f\u043e\u0441\u043b\u0435\u0434\u0441\u0442\u0432\u0438\u0438 \u0432\u044b \u043d\u0435 \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f \u0438 \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0441\u0432\u043e\u0439 \u043e\u0442\u0432\u0435\u0442.","Are you sure you want to go to the next item? You will not be able to go back and provide an answer.":"\u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0436\u0435\u043b\u0430\u0435\u0442\u0435 \u043f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u043c\u0443 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0443? \u0412\u043f\u043e\u0441\u043b\u0435\u0434\u0441\u0442\u0432\u0438\u0438 \u0432\u044b \u043d\u0435 \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f \u0438 \u0443\u043a\u0430\u0437\u0430\u0442\u044c \u0441\u0432\u043e\u0439 \u043e\u0442\u0432\u0435\u0442.","Are you sure you want to go to the next item? You will not be able to go back.":"\u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0436\u0435\u043b\u0430\u0435\u0442\u0435 \u043f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u043c\u0443 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0443? \u0412\u043f\u043e\u0441\u043b\u0435\u0434\u0441\u0442\u0432\u0438\u0438 \u0432\u044b \u043d\u0435 \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f.","Area Masking":"\u0421\u043a\u0440\u044b\u0442\u0438\u0435 \u043e\u0431\u043b\u0430\u0441\u0442\u0438","Assessment Activity":"\u041e\u0446\u0435\u043d\u0438\u0432\u0430\u043d\u0438\u0435","Associate a blueprint to a section allow you to validate this section against the specified blueprint.":"\u0411\u043b\u0430\u0433\u043e\u0434\u0430\u0440\u044f \u0441\u0432\u044f\u0437\u044b\u0432\u0430\u043d\u0438\u044e \u043c\u0430\u043a\u0435\u0442\u0430 \u0441 \u0440\u0430\u0437\u0434\u0435\u043b\u043e\u043c \u0432\u044b \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0430\u043b\u0438\u0434\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u044d\u0442\u043e\u0442 \u0440\u0430\u0437\u0434\u0435\u043b \u0432 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0438 \u0441 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u043c \u043c\u0430\u043a\u0435\u0442\u043e\u043c.","Associate Blueprint":"\u0421\u0432\u044f\u0437\u0430\u0442\u044c \u043c\u0430\u043a\u0435\u0442","At least one mandatory parameter was required but found missing in your request":"\u0411\u044b\u043b \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c \u043f\u043e \u043a\u0440\u0430\u0439\u043d\u0435\u0439 \u043c\u0435\u0440\u0435 \u043e\u0434\u0438\u043d \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440, \u043e\u0434\u043d\u0430\u043a\u043e \u043e\u043d \u043d\u0435 \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d \u0432 \u0432\u0430\u0448\u0435\u043c \u0437\u0430\u043f\u0440\u043e\u0441\u0435","Author":"\u0410\u0432\u0442\u043e\u0440","Auxiliary file not found at location \u0022%s\u0022.":"\u041f\u043e \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u044e \u00ab%s\u00bb \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d \u0432\u0441\u043f\u043e\u043c\u043e\u0433\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u0444\u0430\u0439\u043b.","Calculator":"\u041a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440","Calculator BODMAS":"\u041a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440 BODMAS","Cancel":"\u041e\u0442\u043c\u0435\u043d\u0430","CANCEL":"\u041e\u0422\u041c\u0415\u041d\u0410","Candidate":"\u041a\u0430\u043d\u0434\u0438\u0434\u0430\u0442","Cardinality":"\u0420\u0430\u0437\u043c\u0435\u0440\u043d\u043e\u0441\u0442\u044c","Categories":"\u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438","Category score":"\u0411\u0430\u043b\u043b \u043f\u043e \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438","Change the current color preset":"\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0442\u0435\u043a\u0443\u0449\u0443\u044e \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0443 \u0446\u0432\u0435\u0442\u043e\u0432","Class":"\u041a\u043b\u0430\u0441\u0441","Class successfully created.":"\u041a\u043b\u0430\u0441\u0441 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d.","Clear all active highlights":"\u041e\u0447\u0438\u0441\u0442\u0438\u0442\u044c \u0432\u0441\u0435 \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0435 \u0432\u044b\u0434\u0435\u043b\u0435\u043d\u0438\u0435","Clear Highlights":"\u041e\u0447\u0438\u0441\u0442\u0438\u0442\u044c \u0432\u044b\u0434\u0435\u043b\u0435\u043d\u0438\u0435","Click \u0022%s\u0022 to continue.":"\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u0022%s\u0022, \u0447\u0442\u043e\u0431\u044b \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c.","Click to speak":"\u041d\u0430\u0436\u043c\u0438\u0442\u0435, \u0447\u0442\u043e\u0431\u044b \u0433\u043e\u0432\u043e\u0440\u0438\u0442\u044c","Close":"\u0417\u0430\u043a\u0440\u044b\u0442\u044c","Close Magnifier":"\u0417\u0430\u043a\u0440\u044b\u0442\u044c \u043b\u0443\u043f\u0443","Close message":"\u0417\u0430\u043a\u0440\u044b\u0442\u044c \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435","Close the mask":"\u0417\u0430\u043a\u0440\u044b\u0442\u044c \u043c\u0430\u0441\u043a\u0443","Close this Section":"\u0417\u0430\u043a\u0440\u044b\u0442\u044c \u044d\u0442\u043e\u0442 \u0440\u0430\u0437\u0434\u0435\u043b","Collapse the review panel":"\u0421\u0432\u0435\u0440\u043d\u0443\u0442\u044c \u043f\u0430\u043d\u0435\u043b\u044c \u043f\u0435\u0440\u0435\u0441\u043c\u043e\u0442\u0440\u0430","Comment":"\u041a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439","comment...":"\u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439...","Completed items":"\u0417\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043d\u044b\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b","Connected to server":"\u041f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u043e \u043a \u0441\u0435\u0440\u0432\u0435\u0440\u0443","Contrast":"\u041a\u043e\u043d\u0442\u0440\u0430\u0441\u0442","Controls the contribution of an individual item score to the overall test score.":"\u0423\u043f\u0440\u0430\u0432\u043b\u044f\u0435\u0442 \u0432\u0435\u0441\u043e\u043c \u0431\u0430\u043b\u043b\u0430 \u043f\u043e \u0438\u043d\u0434\u0438\u0432\u0438\u0434\u0443\u0430\u043b\u044c\u043d\u043e\u043c\u0443 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0443 \u0432 \u043e\u0431\u0449\u0435\u043c \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0435 \u0431\u0430\u043b\u043b\u043e\u0432 \u043f\u043e \u0442\u0435\u0441\u0442\u0443.","Controls the maximum number of attempts allowed. 0 means unlimited.":"\u0423\u043f\u0440\u0430\u0432\u043b\u044f\u0435\u0442 \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u044b\u043c \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e\u043c \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u043d\u044b\u0445 \u043f\u043e\u043f\u044b\u0442\u043e\u043a. \u00ab0\u00bb \u043e\u0437\u043d\u0430\u0447\u0430\u0435\u0442 \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0438\u0435 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0439.","Covers parts of the item":"\u041f\u043e\u043a\u0440\u044b\u0432\u0430\u0435\u0442 \u0444\u0440\u0430\u0433\u043c\u0435\u043d\u0442\u044b \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430","Custom":"\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a.","custom categories":"\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0435 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438","Custom outcome processing. No changes will be made to the existing rules.":"\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0430\u044f \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0430 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432. \u0412 \u0438\u043c\u0435\u044e\u0449\u0438\u0435\u0441\u044f \u043f\u0440\u0430\u0432\u0438\u043b\u0430 \u043d\u0435 \u0431\u0443\u0434\u0443\u0442 \u0432\u043d\u043e\u0441\u0438\u0442\u044c\u0441\u044f \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f.","Cut score":"\u041f\u0440\u043e\u0445\u043e\u0434\u043d\u043e\u0439 \u0431\u0430\u043b\u043b","Cut score (pass ratio)":"\u041f\u0440\u043e\u0445\u043e\u0434\u043d\u043e\u0439 \u0431\u0430\u043b\u043b (\u043f\u0440\u043e\u0445\u043e\u0434\u043d\u043e\u0435 \u0441\u043e\u043e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u0435)","Disable validation":"\u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0432\u0430\u043b\u0438\u0434\u0430\u0446\u0438\u044e","Disconnected from server":"\u041e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u043e \u043e\u0442 \u0441\u0435\u0440\u0432\u0435\u0440\u0430","Display a warning before the test-taker ends a test part and there are still items left unanswered or marked for review.":"\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435 \u043f\u0435\u0440\u0435\u0434 \u0442\u0435\u043c, \u043a\u0430\u043a \u0442\u0435\u0441\u0442\u0438\u0440\u0443\u0435\u043c\u044b\u0439 \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442 \u0447\u0430\u0441\u0442\u044c \u0442\u0435\u0441\u0442\u0430, \u043f\u0440\u0438 \u043d\u0430\u043b\u0438\u0447\u0438\u0438 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432 \u0431\u0435\u0437 \u043e\u0442\u0432\u0435\u0442\u043e\u0432 \u0438\u043b\u0438 \u043f\u043e\u043c\u0435\u0447\u0435\u043d\u043d\u044b\u0445 \u043d\u0430 \u043f\u0435\u0440\u0435\u0441\u043c\u043e\u0442\u0440.","Display a warning before the test-taker ends the test part.":"\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435 \u043f\u0435\u0440\u0435\u0434 \u0442\u0435\u043c, \u043a\u0430\u043a \u0442\u0435\u0441\u0442\u0438\u0440\u0443\u0435\u043c\u044b\u0439 \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442 \u0447\u0430\u0441\u0442\u044c \u0442\u0435\u0441\u0442\u0430.","Display a warning before the test-taker ends the test.":"\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435 \u043f\u0435\u0440\u0435\u0434 \u0442\u0435\u043c, \u043a\u0430\u043a \u0442\u0435\u0441\u0442\u0438\u0440\u0443\u0435\u043c\u044b\u0439 \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442 \u0442\u0435\u0441\u0442.","Display a warning before the test-taker skips the section. Requires the Section Skipping option.":"\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435 \u043f\u0435\u0440\u0435\u0434 \u0442\u0435\u043c, \u043a\u0430\u043a \u0442\u0435\u0441\u0442\u0438\u0440\u0443\u0435\u043c\u044b\u0439 \u043f\u0440\u043e\u043f\u0443\u0441\u0442\u0438\u0442 \u0440\u0430\u0437\u0434\u0435\u043b. \u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u043e\u043f\u0446\u0438\u044f \u043f\u0440\u043e\u043f\u0443\u0441\u043a\u0430 \u0440\u0430\u0437\u0434\u0435\u043b\u0430.","Display End Test Warning":"\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435 \u043f\u043e \u043f\u043e\u0432\u043e\u0434\u0443 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f \u0442\u0435\u0441\u0442\u0430","Display Next Part Warning":"\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435 \u043f\u043e \u043f\u043e\u0432\u043e\u0434\u0443 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0439 \u0447\u0430\u0441\u0442\u0438","Display Next Section Warning":"\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435 \u043f\u043e \u043f\u043e\u0432\u043e\u0434\u0443 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0433\u043e \u0440\u0430\u0437\u0434\u0435\u043b\u0430","Display Unanswered Warning":"\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435 \u043f\u043e \u043f\u043e\u0432\u043e\u0434\u0443 \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0438\u044f \u043e\u0442\u0432\u0435\u0442\u043e\u0432","Displayed label":"\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0435\u043c\u0430\u044f \u043c\u0435\u0442\u043a\u0430","Displays a customisable magnifier":"\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0435\u0442 \u043d\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0435\u043c\u0443\u044e \u043b\u0443\u043f\u0443","Do not flag the current item for later review":"\u041d\u0435 \u043f\u043e\u043c\u0435\u0447\u0430\u0442\u044c \u0442\u0435\u043a\u0443\u0449\u0438\u0439 \u044d\u043b\u0435\u043c\u0435\u043d\u0442 \u0434\u043b\u044f \u0434\u0430\u043b\u044c\u043d\u0435\u0439\u0448\u0435\u0433\u043e \u043f\u0435\u0440\u0435\u0441\u043c\u043e\u0442\u0440\u0430","Do not show alert on timeout":"\u041d\u0435 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c \u043e\u043f\u043e\u0432\u0435\u0449\u0435\u043d\u0438\u0435 \u0432\u043e \u0432\u0440\u0435\u043c\u044f \u043e\u0436\u0438\u0434\u0430\u043d\u0438\u044f","Download":"\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c","Eliminate choices":"\u0418\u0441\u043a\u043b\u044e\u0447\u0430\u0442\u044c \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u044b \u0432\u044b\u0431\u043e\u0440\u0430","Enable Mark for Review":"\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043f\u043e\u043c\u0435\u0442\u043a\u0443 \u0434\u043b\u044f \u043f\u0435\u0440\u0435\u0441\u043c\u043e\u0442\u0440\u0430","Enable mark for review of items. Requires the Review Screen option.":"\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043f\u043e\u043c\u0435\u0442\u043a\u0443 \u0434\u043b\u044f \u043f\u0435\u0440\u0435\u0441\u043c\u043e\u0442\u0440\u0430 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432. \u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u043e\u043f\u0446\u0438\u044f \u00ab\u042d\u043a\u0440\u0430\u043d \u043f\u0435\u0440\u0435\u0441\u043c\u043e\u0442\u0440\u0430\u00bb.","Enable Review Screen":"\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u044d\u043a\u0440\u0430\u043d \u043f\u0435\u0440\u0435\u0441\u043c\u043e\u0442\u0440\u0430","Enable selection":"\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0432\u044b\u0434\u0435\u043b\u0435\u043d\u0438\u0435","Enable Skipping Ahead":"\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043f\u0440\u043e\u043f\u0443\u0441\u043a \u043d\u0430\u043f\u0435\u0440\u0435\u0434","Enable the item review screen \/ navigator.":"\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u044d\u043a\u0440\u0430\u043d \u043f\u0435\u0440\u0435\u0441\u043c\u043e\u0442\u0440\u0430 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\/\u043d\u0430\u0432\u0438\u0433\u0430\u0442\u043e\u0440.","Enables skipping to items within this section. Requires the review screen option.":"\u0412\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u043f\u0440\u043e\u043f\u0443\u0441\u043a \u0434\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432 \u0432 \u043f\u0440\u0435\u0434\u0435\u043b\u0430\u0445 \u044d\u0442\u043e\u0433\u043e \u0440\u0430\u0437\u0434\u0435\u043b\u0430. \u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u043e\u043f\u0446\u0438\u044f \u044d\u043a\u0440\u0430\u043d\u0430 \u043f\u0435\u0440\u0435\u0441\u043c\u043e\u0442\u0440\u0430.","End test":"\u0417\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u0442\u0435\u0441\u0442","End Test":"\u0417\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u0442\u0435\u0441\u0442","Enter a blueprint":"\u0412\u0432\u0435\u0441\u0442\u0438 \u043c\u0430\u043a\u0435\u0442","Enter a custom category":"\u0412\u0432\u0435\u0441\u0442\u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0443\u044e \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044e","Error":"\u041e\u0448\u0438\u0431\u043a\u0430","Error during file import":"\u041e\u0448\u0438\u0431\u043a\u0430 \u0432\u043e \u0432\u0440\u0435\u043c\u044f \u0438\u043c\u043f\u043e\u0440\u0442\u0430 \u0444\u0430\u0439\u043b\u0430","Expand the review panel":"\u0420\u0430\u0437\u0432\u0435\u0440\u043d\u0443\u0442\u044c \u043f\u0430\u043d\u0435\u043b\u044c \u043f\u0435\u0440\u0435\u0441\u043c\u043e\u0442\u0440\u0430","Export failed for the test \u0022%s":"\u041e\u0448\u0438\u0431\u043a\u0430 \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0430 \u0434\u043b\u044f \u0442\u0435\u0441\u0442\u0430 \u00ab%s","Export Irregularities":"\u042d\u043a\u0441\u043f\u043e\u0440\u0442 \u043d\u0435\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0445 \u0441\u0438\u0442\u0443\u0430\u0446\u0438\u0439","Export metadata":"\u042d\u043a\u0441\u043f\u043e\u0440\u0442 \u043c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0445","Export QTI 2.1 Test Package":"\u042d\u043a\u0441\u043f\u043e\u0440\u0442 \u043f\u0430\u043a\u0435\u0442\u0430 \u0434\u043b\u044f \u0442\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f QTI\u00a02.1","Export QTI 2.2 Test Package":"\u042d\u043a\u0441\u043f\u043e\u0440\u0442 \u043f\u0430\u043a\u0435\u0442\u0430 \u0434\u043b\u044f \u0442\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f QTI\u00a02.2","Export successful for the test \u0022%s":"\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d \u044d\u043a\u0441\u043f\u043e\u0440\u0442 \u0434\u043b\u044f \u0442\u0435\u0441\u0442\u0430 \u00ab%s","Feedback block":"\u0411\u043b\u043e\u043a \u043e\u0442\u0437\u044b\u0432\u043e\u0432","File name":"\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u0444\u0430\u0439\u043b\u0430","File not found":"\u0424\u0430\u0439\u043b \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d","File not found!":"\u0424\u0430\u0439\u043b \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d!","Filter":"\u0424\u0438\u043b\u044c\u0442\u0440","First page":"\u041f\u0435\u0440\u0432\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430","Fixed":"\u0417\u0430\u0444\u0438\u043a\u0441\u0438\u0440\u043e\u0432\u0430\u043d\u043e","Fixed position in a shuffled the selection.":"\u0417\u0430\u0444\u0438\u043a\u0441\u0438\u0440\u043e\u0432\u0430\u043d\u0430 \u043f\u043e\u0437\u0438\u0446\u0438\u044f \u0432 \u043f\u0435\u0440\u0435\u043c\u0435\u0448\u0430\u043d\u043d\u043e\u043c \u0432\u044b\u0431\u043e\u0440\u0435.","Flag for Review":"\u041f\u043e\u043c\u0435\u0442\u0438\u0442\u044c \u043d\u0430 \u043f\u0435\u0440\u0435\u0441\u043c\u043e\u0442\u0440","Flag the current item for later review":"\u041f\u043e\u043c\u0435\u0442\u0438\u0442\u044c \u0442\u0435\u043a\u0443\u0449\u0438\u0439 \u044d\u043b\u0435\u043c\u0435\u043d\u0442 \u0434\u043b\u044f \u0434\u0430\u043b\u044c\u043d\u0435\u0439\u0448\u0435\u0433\u043e \u043f\u0435\u0440\u0435\u0441\u043c\u043e\u0442\u0440\u0430","Flagged":"\u041f\u043e\u043c\u0435\u0447\u0435\u043d\u043e","Force the item to be considered as informational and not taken into account in (un)answered \/ flagged counters.":"\u041f\u0440\u0438\u043d\u0443\u0434\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u043f\u043e\u043c\u0435\u0442\u0438\u0442\u044c \u044d\u043b\u0435\u043c\u0435\u043d\u0442 \u043a\u0430\u043a \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0439, \u0447\u0442\u043e\u0431\u044b \u043e\u043d \u043d\u0435 \u0443\u0447\u0438\u0442\u044b\u0432\u0430\u043b\u0441\u044f \u0441\u0447\u0435\u0442\u0447\u0438\u043a\u0430\u043c\u0438 (\u043d\u0435)\u043e\u0442\u0432\u0435\u0447\u0435\u043d\u043d\u044b\u0445\/\u043f\u043e\u043c\u0435\u0447\u0435\u043d\u043d\u044b\u0445 \u0432 \u0443\u0447\u0435\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438.","From":"\u0421","Go to next item":"\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u043c\u0443 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0443","Go to the next item?":"\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u043c\u0443 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0443?","Hide Review":"\u0421\u043a\u0440\u044b\u0442\u044c \u043f\u0430\u043d\u0435\u043b\u044c \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430","Hide the review screen":"\u0421\u043a\u0440\u044b\u0442\u044c \u044d\u043a\u0440\u0430\u043d \u043f\u0435\u0440\u0435\u0441\u043c\u043e\u0442\u0440\u0430","Hide the warning automatically displayed when a test-taker exit a timed section.":"\u0421\u043a\u0440\u044b\u0432\u0430\u0442\u044c \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435, \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0435\u043c\u043e\u0435, \u043a\u043e\u0433\u0434\u0430 \u0442\u0435\u0441\u0442\u0438\u0440\u0443\u0435\u043c\u044b\u0439 \u043f\u043e\u043a\u0438\u0434\u0430\u0435\u0442 \u0440\u0430\u0437\u0434\u0435\u043b \u0441 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0435\u043c \u043f\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438.","Hide Timed Section Warning":"\u0421\u043a\u0440\u044b\u0432\u0430\u0442\u044c \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435 \u043a\u0430\u0441\u0430\u0442\u0435\u043b\u044c\u043d\u043e \u0440\u0430\u0437\u0434\u0435\u043b\u0430 \u0441 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0435\u043c \u043f\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438","Hide timers":"\u0421\u043a\u0440\u044b\u0442\u044c \u0442\u0430\u0439\u043c\u0435\u0440\u044b","Highlight":"\u0412\u044b\u0434\u0435\u043b\u0435\u043d\u0438\u0435","Highlight Text":"\u0412\u044b\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0439 \u0442\u0435\u043a\u0441\u0442","Highlighter":"\u0418\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442 \u0432\u044b\u0434\u0435\u043b\u0435\u043d\u0438\u044f","Html title":"\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a HTML","Identifier":"\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440","If required it must appear (at least once) in the selection.":"\u041f\u0440\u0438 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e\u0441\u0442\u0438 \u044d\u0442\u043e\u0442 \u044d\u043b\u0435\u043c\u0435\u043d\u0442 \u0434\u043e\u043b\u0436\u0435\u043d \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c\u0441\u044f (\u043f\u043e \u043a\u0440\u0430\u0439\u043d\u0435\u0439 \u043c\u0435\u0440\u0435 \u043e\u0434\u0438\u043d \u0440\u0430\u0437) \u0432 \u0432\u044b\u0431\u043e\u0440\u0435.","If required, it must appears at least once in the selection.":"\u041f\u0440\u0438 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e\u0441\u0442\u0438 \u044d\u0442\u043e\u0442 \u044d\u043b\u0435\u043c\u0435\u043d\u0442 \u0434\u043e\u043b\u0436\u0435\u043d \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c\u0441\u044f \u043f\u043e \u043a\u0440\u0430\u0439\u043d\u0435\u0439 \u043c\u0435\u0440\u0435 \u043e\u0434\u0438\u043d \u0440\u0430\u0437 \u0432 \u0432\u044b\u0431\u043e\u0440\u0435.","If set, it causes the order of the child elements to be randomized, otherwise it uses the order in which the child elements are defined.":"\u0415\u0441\u043b\u0438 \u0437\u0430\u0434\u0430\u043d\u043e, \u043f\u043e\u0440\u044f\u0434\u043e\u043a \u0434\u043e\u0447\u0435\u0440\u043d\u0438\u0445 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432 \u0431\u0443\u0434\u0435\u0442 \u0438\u0437\u043c\u0435\u043d\u0435\u043d \u0441\u043b\u0443\u0447\u0430\u0439\u043d\u044b\u043c \u043e\u0431\u0440\u0430\u0437\u043e\u043c, \u0432 \u043f\u0440\u043e\u0442\u0438\u0432\u043d\u043e\u043c \u0441\u043b\u0443\u0447\u0430\u0435 \u0431\u0443\u0434\u0435\u0442 \u043f\u0440\u0438\u043c\u0435\u043d\u044f\u0442\u044c\u0441\u044f \u043f\u043e\u0440\u044f\u0434\u043e\u043a, \u0432 \u043a\u043e\u0442\u043e\u0440\u043e\u043c \u0437\u0430\u0434\u0430\u043d\u044b \u0434\u043e\u0447\u0435\u0440\u043d\u0438\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b.","If the candidate can skip the item, without submitting a response (default is true).":"\u0417\u0430\u0434\u0430\u0435\u0442, \u043c\u043e\u0436\u0435\u0442 \u043b\u0438 \u043a\u0430\u043d\u0434\u0438\u0434\u0430\u0442 \u043f\u0440\u043e\u043f\u0443\u0441\u043a\u0430\u0442\u044c \u044d\u043b\u0435\u043c\u0435\u043d\u0442 \u0431\u0435\u0437 \u043f\u0440\u043e\u043f\u0443\u0441\u043a\u0430 \u043e\u0442\u0432\u0435\u0442\u0430 (\u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u043e).","If the category option is set, the score will also be processed per categories, and each results will take place in the PASS_xxx outcome, where xxx is the name of the category.":"\u0415\u0441\u043b\u0438 \u0437\u0430\u0434\u0430\u043d\u0430 \u043e\u043f\u0446\u0438\u044f \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438, \u0431\u0430\u043b\u043b \u0431\u0443\u0434\u0435\u0442 \u0442\u0430\u043a\u0436\u0435 \u043e\u0431\u0440\u0430\u0431\u0430\u0442\u044b\u0432\u0430\u0442\u044c\u0441\u044f \u043f\u043e \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f\u043c, \u0430 \u0432\u0441\u0435 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0431\u0443\u0434\u0443\u0442 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u044b \u0432 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442 PASS_xxx, \u0433\u0434\u0435 xxx\u00a0\u2014 \u043d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438.","If the category option is set, the score will also be processed per categories, and each results will take place in the SCORE_xxx outcome, where xxx is the name of the category.":"\u0415\u0441\u043b\u0438 \u0437\u0430\u0434\u0430\u043d\u0430 \u043e\u043f\u0446\u0438\u044f \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438, \u0431\u0430\u043b\u043b \u0431\u0443\u0434\u0435\u0442 \u0442\u0430\u043a\u0436\u0435 \u043e\u0431\u0440\u0430\u0431\u0430\u0442\u044b\u0432\u0430\u0442\u044c\u0441\u044f \u043f\u043e \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f\u043c, \u0430 \u0432\u0441\u0435 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0431\u0443\u0434\u0443\u0442 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u044b \u0432 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442 SCORE_xxx, \u0433\u0434\u0435 xxx\u00a0\u2014 \u043d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438.","Import":"\u0418\u043c\u043f\u043e\u0440\u0442","Import a QTI\/APIP Content Package":"\u0418\u043c\u043f\u043e\u0440\u0442 \u043f\u0430\u043a\u0435\u0442\u0430 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e QTI\/APIP","Import QTI TEST into \u0022%s":"\u0418\u043c\u043f\u043e\u0440\u0442 \u0442\u0435\u0441\u0442\u0430 QTI \u0432 \u00ab%s","IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file could not be imported.":"\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u044d\u043b\u0435\u043c\u0435\u043d\u0442 IMS QTI, \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u044b\u0439 \u0432 \u0444\u0430\u0439\u043b\u0435 \u043c\u0430\u043d\u0438\u0444\u0435\u0441\u0442\u0430 IMS \u043a\u0430\u043a \u00ab%s\u00bb.","IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file successfully imported.":"\u042d\u043b\u0435\u043c\u0435\u043d\u0442 IMS QTI, \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u044b\u0439 \u0432 \u0444\u0430\u0439\u043b\u0435 \u043c\u0430\u043d\u0438\u0444\u0435\u0441\u0442\u0430 IMS \u043a\u0430\u043a \u00ab%s\u00bb, \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d.","IMS QTI Test Package successfully imported.":"\u041f\u0430\u043a\u0435\u0442 \u0434\u043b\u044f \u0442\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f IMS QTI \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d.","IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file successfully imported.":"\u0422\u0435\u0441\u0442 IMS QTI, \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u044b\u0439 \u0432 \u0444\u0430\u0439\u043b\u0435 \u043c\u0430\u043d\u0438\u0444\u0435\u0441\u0442\u0430 IMS \u043a\u0430\u043a \u00ab%s\u00bb, \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d.","In this part of the test navigation is not allowed.":"\u0412 \u044d\u0442\u043e\u0439 \u0447\u0430\u0441\u0442\u0438 \u043d\u0435 \u0434\u043e\u043f\u0443\u0441\u043a\u0430\u0435\u0442\u0441\u044f \u043d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044f \u043f\u043e \u0442\u0435\u0441\u0442\u0443.","Inconsistency at line %1d:":"\u041d\u0435\u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0435 \u0432 \u0441\u0442\u0440\u043e\u043a\u0435 %1d:","Individual":"\u0418\u043d\u0434\u0438\u0432\u0438\u0434\u0443\u0430\u043b\u044c\u043d.","Informational Item Usage":"\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0433\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430","Internal server error!":"\u0412\u043d\u0443\u0442\u0440\u0435\u043d\u043d\u044f\u044f \u043e\u0448\u0438\u0431\u043a\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0430!","is already used in the test.":"\u0443\u0436\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0432 \u0442\u0435\u0441\u0442\u0435.","is not a valid identifier (alphanum, underscore, dash and dots)":"\u043d\u0435 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u043c \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u043e\u043c (\u0434\u043e\u043f\u0443\u0441\u043a\u0430\u044e\u0442\u0441\u044f \u0431\u0443\u043a\u0432\u044b, \u0446\u0438\u0444\u0440\u044b, \u0441\u0438\u043c\u0432\u043e\u043b\u044b \u043f\u043e\u0434\u0447\u0435\u0440\u043a\u0438\u0432\u0430\u043d\u0438\u044f, \u0434\u0435\u0444\u0438\u0441\u044b \u0438 \u0442\u043e\u0447\u043a\u0438)","is not a valid identifier (everything except spaces)":"\u043d\u0435 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u043c \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u043e\u043c (\u0434\u043e\u043f\u0443\u0441\u043a\u0430\u044e\u0442\u0441\u044f \u043b\u044e\u0431\u044b\u0435 \u0441\u0438\u043c\u0432\u043e\u043b\u044b \u043a\u0440\u043e\u043c\u0435 \u043f\u0440\u043e\u0431\u0435\u043b\u043e\u0432)","Item \u0022%s\u0022 is completed.":"\u042d\u043b\u0435\u043c\u0435\u043d\u0442 \u00ab%s\u00bb \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d.","Item %d":"\u042d\u043b\u0435\u043c\u0435\u043d\u0442 %d","Item %d of %d":"\u042d\u043b\u0435\u043c\u0435\u043d\u0442 %d \u0438\u0437 %d","Item Reference Properties":"\u0421\u0432\u043e\u0439\u0441\u0442\u0432\u0430 \u0441\u0441\u044b\u043b\u043a\u0438 \u043d\u0430 \u044d\u043b\u0435\u043c\u0435\u043d\u0442","Item Session Control":"\u041a\u043e\u043d\u0442\u0440\u043e\u043b\u044c \u0437\u0430 \u0441\u0435\u0430\u043d\u0441\u043e\u043c \u0434\u043b\u044f \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430","items":"\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b","Items":"\u042d\u043b\u0435\u043c\u0435\u043d\u0442\u044b","Items can optionally be assigned to one or more categories.":"\u042d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u043c\u043e\u0433\u0443\u0442 \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u043d\u0430\u0437\u043d\u0430\u0447\u0430\u0442\u044c\u0441\u044f \u043e\u0434\u043d\u043e\u0439 \u0438\u043b\u0438 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u043c \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f\u043c.","Items Compilation":"\u041a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0430 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432","Items marked for later review":"\u042d\u043b\u0435\u043c\u0435\u043d\u0442\u044b, \u043f\u043e\u043c\u0435\u0447\u0435\u043d\u043d\u044b\u0435 \u0434\u043b\u044f \u0434\u0430\u043b\u044c\u043d\u0435\u0439\u0448\u0435\u0433\u043e \u043f\u0435\u0440\u0435\u0441\u043c\u043e\u0442\u0440\u0430","items per page":"\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435","Items with assessmentItemRef identifiers \u0022%s\u0022 are not registered in the related CAT endpoint.":"\u042d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u0441 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u0430\u043c\u0438 \u0441\u0441\u044b\u043b\u043e\u043a \u043d\u0430 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u043e\u0446\u0435\u043d\u043e\u043a \u00ab%s\u00bb \u043d\u0435 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u0443\u044e\u0442\u0441\u044f \u0432 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u0439 \u043a\u043e\u043d\u0435\u0447\u043d\u043e\u0439 \u0442\u043e\u0447\u043a\u0435 CAT.","Keep Together":"\u041d\u0435 \u0440\u0430\u0437\u0440\u044b\u0432\u0430\u0442\u044c","Last page":"\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u044f\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430","Late submission allowed":"\u041f\u043e\u0437\u0434\u043d\u044f\u044f \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0430 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0430","Leave a comment":"\u041e\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439","Line Reader":"\u041f\u043e\u0441\u0442\u0440\u043e\u0447\u043d\u043e\u0435 \u0447\u0442\u0435\u043d\u0438\u0435","Linear":"\u041b\u0438\u043d\u0435\u0439\u043d.","Link durations to activate the guided navigation":"\u0421\u0432\u044f\u0437\u0430\u0442\u044c \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u0438 \u0434\u043b\u044f \u0430\u043a\u0442\u0438\u0432\u0430\u0446\u0438\u0438 \u0438\u043d\u0442\u0435\u0440\u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0439 \u043d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0438","Locked duration : guided navigation. The test transition to the next item once the duration reaches 0.":"\u0417\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u0430\u044f \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c: \u0438\u043d\u0442\u0435\u0440\u0430\u043a\u0442\u0438\u0432\u043d\u0430\u044f \u043d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044f. \u041a\u0430\u043a \u0442\u043e\u043b\u044c\u043a\u043e \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u0434\u043e\u0441\u0442\u0438\u0433\u043d\u0435\u0442 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u00ab0\u00bb, \u0442\u0435\u0441\u0442 \u043f\u0435\u0440\u0435\u0439\u0434\u0435\u0442 \u043a \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u043c\u0443 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0443.","Magnifier":"\u041b\u0443\u043f\u0430","Magnify less":"\u0423\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u044c \u043c\u0435\u043d\u044c\u0448\u0435","Magnify more":"\u0423\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u044c \u0431\u043e\u043b\u044c\u0448\u0435","Magnifying Glass":"\u0423\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u0430\u044f \u043b\u0443\u043f\u0430","Manage Access Rights":"\u0423\u043f\u0440\u0430\u0432\u043b\u044f\u0442\u044c \u043f\u0440\u0430\u0432\u0430\u043c\u0438 \u0434\u043e\u0441\u0442\u0443\u043f\u0430","Manage Results":"\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430\u043c\u0438","Manage Rubric Blocks":"\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0442\u0435\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u043c\u0438 \u0431\u043b\u043e\u043a\u0430\u043c\u0438","Manage test properties":"\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u0430\u043c\u0438 \u0442\u0435\u0441\u0442\u043e\u0432","Manage Tests":"\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0442\u0435\u0441\u0442\u0430\u043c\u0438","Manage tests":"\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0442\u0435\u0441\u0442\u0430\u043c\u0438","Mark for review":"\u041f\u043e\u043c\u0435\u0442\u0438\u0442\u044c \u043d\u0430 \u043f\u0435\u0440\u0435\u0441\u043c\u043e\u0442\u0440","Masking":"\u0421\u043a\u0440\u044b\u0442\u0438\u0435","Match value":"\u0421\u0442\u0435\u043f\u0435\u043d\u044c \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u044f","Max Attempts":"\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u043a\u043e\u043b-\u0432\u043e \u043f\u043e\u043f\u044b\u0442\u043e\u043a","Maximum Duration":"\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c","Maximum duration : the items times out when the duration reaches 0.":"\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c: \u0432\u0440\u0435\u043c\u044f \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430 \u0438\u0441\u0447\u0435\u0440\u043f\u044b\u0432\u0430\u0435\u0442\u0441\u044f, \u043a\u043e\u0433\u0434\u0430 \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u0434\u043e\u0441\u0442\u0438\u0433\u0430\u0435\u0442 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u00ab0\u00bb.","Maximum duration for the all test.":"\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u0434\u043b\u044f \u0432\u0441\u0435\u0433\u043e \u0442\u0435\u0441\u0442\u0430.","Maximum duration for this item.":"\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u0434\u043b\u044f \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430.","Maximum duration for this section.":"\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u0434\u043b\u044f \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u0440\u0430\u0437\u0434\u0435\u043b\u0430.","Maximum duration for this test part.":"\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u0434\u043b\u044f \u044d\u0442\u043e\u0439 \u0447\u0430\u0441\u0442\u0438 \u0442\u0435\u0441\u0442\u0430.","Metadata export is not available for test \u0022%s.":"\u042d\u043a\u0441\u043f\u043e\u0440\u0442 \u043c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d \u0434\u043b\u044f \u0442\u0435\u0441\u0442\u0430 \u00ab%s.","Minimum Duration":"\u041c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c","Minimum duration : enforces the test taker to stay on the item for the given duration.":"\u041c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c: \u0442\u0435\u0441\u0442\u0438\u0440\u0443\u0435\u043c\u044b\u0439 \u0434\u043e\u043b\u0436\u0435\u043d \u0437\u0430\u0434\u0435\u0440\u0436\u0430\u0442\u044c\u0441\u044f \u043d\u0430 \u0434\u0430\u043d\u043d\u043e\u043c \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0435 \u043f\u043e \u043a\u0440\u0430\u0439\u043d\u0435\u0439 \u043c\u0435\u0440\u0435 \u0432 \u0442\u0435\u0447\u0435\u043d\u0438\u0435 \u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0433\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438.","Minimum duration for the test.":"\u041c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u0442\u0435\u0441\u0442\u0430.","Minimum duration for this item.":"\u041c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u0434\u043b\u044f \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430.","Minimum duration for this section.":"\u041c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u0434\u043b\u044f \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u0440\u0430\u0437\u0434\u0435\u043b\u0430.","Minimum duration for this test part.":"\u041c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u0434\u043b\u044f \u044d\u0442\u043e\u0439 \u0447\u0430\u0441\u0442\u0438 \u0442\u0435\u0441\u0442\u0430.","Missed test package file":"\u041f\u0440\u043e\u043f\u0443\u0449\u0435\u043d \u0444\u0430\u0439\u043b \u0441 \u043f\u0430\u043a\u0435\u0442\u043e\u043c \u0434\u043b\u044f \u0442\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f","Move Down":"\u041f\u0435\u0440\u0435\u043c\u0435\u0441\u0442\u0438\u0442\u044c \u0432\u043d\u0438\u0437","Move Up":"\u041f\u0435\u0440\u0435\u043c\u0435\u0441\u0442\u0438\u0442\u044c \u0432\u0432\u0435\u0440\u0445","Moving to the next item without time limit reached message.":"\u041f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u043a \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u043c\u0443 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0443 \u0431\u0435\u0437 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u043e \u0434\u043e\u0441\u0442\u0438\u0436\u0435\u043d\u0438\u0438 \u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e\u0433\u043e \u043b\u0438\u043c\u0438\u0442\u0430.","Navigation":"\u041d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044f","Navigation Warnings":"\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u044f \u043a\u0430\u0441\u0430\u0442\u0435\u043b\u044c\u043d\u043e \u043d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0438","network":"\u0441\u0435\u0442\u044c","New Rubric Block":"\u041d\u043e\u0432\u044b\u0439 \u0442\u0435\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u0431\u043b\u043e\u043a","New test part":"\u041d\u043e\u0432\u0430\u044f \u0447\u0430\u0441\u0442\u044c \u0442\u0435\u0441\u0442\u0430","Next":"\u0414\u0430\u043b\u0435\u0435","Next Section":"\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439 \u0440\u0430\u0437\u0434\u0435\u043b","No":"\u041d\u0435\u0442","No CAT Engine configured for CAT Endpoint \u0022%s\u0022.":"\u0414\u043b\u044f \u043a\u043e\u043d\u0435\u0447\u043d\u043e\u0439 \u0442\u043e\u0447\u043a\u0438 CAT \u00ab%s\u00bb \u043d\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043d\u043e \u044f\u0434\u0440\u043e CAT.","No file found at location \u0022%s\u0022.":"\u041f\u043e \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u044e \u00ab%s\u00bb \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u044b \u0444\u0430\u0439\u043b\u044b.","No more attempts allowed for item \u0022%s\u0022.":"\u0414\u043b\u044f \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430 \u00ab%s\u00bb \u0431\u043e\u043b\u044c\u0448\u0435 \u043d\u0435\u0442 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u043d\u044b\u0445 \u043f\u043e\u043f\u044b\u0442\u043e\u043a.","no outcome declaration found":"\u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u0430 \u0434\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0438\u044f \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432","No outcome processing. Erase the existing rules, if any.":"\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u043d\u0435 \u043e\u0431\u0440\u0430\u0431\u0430\u0442\u044b\u0432\u0430\u044e\u0442\u0441\u044f. \u0423\u0434\u0430\u043b\u0438\u0442\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0435 \u043f\u0440\u0430\u0432\u0438\u043b\u0430 (\u043f\u0440\u0438 \u043d\u0430\u043b\u0438\u0447\u0438\u0438).","No reference to any IMS QTI Item found.":"\u041d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u044b \u0441\u0441\u044b\u043b\u043a\u0438 \u043d\u0430 \u043a\u0430\u043a\u0438\u0435-\u043b\u0438\u0431\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b IMS QTI.","Non Linear":"\u041d\u0435\u043b\u0438\u043d\u0435\u0439\u043d.","None":"\u041d\u0435\u0442","Not all test could be exported":"\u041d\u0435 \u0432\u0441\u0435 \u0442\u0435\u0441\u0442\u044b \u043c\u043e\u0433\u0443\u0442 \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0441\u044f","Not shuffled, the position remains fixed.":"\u041d\u0435 \u043f\u0435\u0440\u0435\u043c\u0435\u0448\u0430\u043d\u043e, \u043f\u043e\u0437\u0438\u0446\u0438\u044f \u043e\u0441\u0442\u0430\u0435\u0442\u0441\u044f \u0444\u0438\u043a\u0441\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0439.","of":"\u0438\u0437","OK":"OK","Ok":"OK","OK & End test":"OK \u0438 \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u0442\u0435\u0441\u0442","Once you close this section, you cannot return to it or change your answers.":"\u041a\u0430\u043a \u0442\u043e\u043b\u044c\u043a\u043e \u0432\u044b \u0437\u0430\u043a\u0440\u043e\u0435\u0442\u0435 \u044d\u0442\u043e\u0442 \u0440\u0430\u0437\u0434\u0435\u043b, \u0432\u044b \u043d\u0435 \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f \u043a \u043d\u0435\u043c\u0443 \u0438\u043b\u0438 \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0441\u0432\u043e\u0438 \u043e\u0442\u0432\u0435\u0442\u044b.","One or more dependent IMS QTI Items could not be imported.":"\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043e\u0434\u0438\u043d \u0438\u043b\u0438 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0437\u0430\u0432\u0438\u0441\u0438\u043c\u044b\u0445 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432 IMS QTI.","Only display the items marked for review":"\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b, \u043f\u043e\u043c\u0435\u0447\u0435\u043d\u043d\u044b\u0435 \u043d\u0430 \u043f\u0435\u0440\u0435\u0441\u043c\u043e\u0442\u0440","Only display the unanswered items":"\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u0431\u0435\u0437 \u043e\u0442\u0432\u0435\u0442\u043e\u0432","Open Calculator":"\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u043a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440","or":"\u0438\u043b\u0438","Ordering":"\u0423\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0435\u043d\u0438\u0435","Outcome":"\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442","Outcome declarations":"\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0438\u0440\u0443\u044e\u0449\u0438\u0435 \u0434\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0438\u0438","Outcome processing":"\u041e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0430 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432","Package is valid but no tests were found. Make sure that it contains valid QTI tests.":"\u041f\u0430\u043a\u0435\u0442 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u043c, \u043e\u0434\u043d\u0430\u043a\u043e \u0432 \u043d\u0435\u043c \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u044b \u0442\u0435\u0441\u0442\u044b. \u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u043e\u043d \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u0442 \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u0435 \u0442\u0435\u0441\u0442\u044b QTI.","Page":"\u0421\u0442\u0440\u0430\u043d\u0438\u0446\u0430","Part %d":"\u0427\u0430\u0441\u0442\u044c %d","Pause":"\u041f\u0440\u0438\u043e\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c","Play":"\u0412\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0441\u0442\u0438","Please confirm you want to leave the test.":"\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0435, \u0447\u0442\u043e \u0436\u0435\u043b\u0430\u0435\u0442\u0435 \u043f\u043e\u043a\u0438\u043d\u0443\u0442\u044c \u0442\u0435\u0441\u0442.","Please provide a reason":"\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0443\u043a\u0430\u0436\u0438\u0442\u0435 \u043f\u0440\u0438\u0447\u0438\u043d\u0443","Please wait while we try to restore the connection.":"\u041f\u043e\u0434\u043e\u0436\u0434\u0438\u0442\u0435, \u043c\u044b \u043f\u044b\u0442\u0430\u0435\u043c\u0441\u044f \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435.","Preview the covered area":"\u041f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u043f\u043e\u043a\u0440\u044b\u0432\u0430\u0435\u043c\u043e\u0439 \u043e\u0431\u043b\u0430\u0441\u0442\u0438","Previous":"\u041d\u0430\u0437\u0430\u0434","Proctor":"\u041d\u0430\u0431\u043b\u044e\u0434\u0430\u0442\u0435\u043b\u044c","Properties":"\u0421\u0432\u043e\u0439\u0441\u0442\u0432\u0430","QTI 2.1 Test Driver":"\u0414\u0440\u0430\u0439\u0432\u0435\u0440 \u0442\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f QTI\u00a02.1","QTI Item Runner":"\u041b\u0438\u0446\u043e, \u043f\u0440\u043e\u0445\u043e\u0434\u044f\u0449\u0435\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442 \u0442\u0435\u0441\u0442\u0430 QTI","QTI Test \u0022%s\u0022 publishing failed.":"\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u0442\u044c \u0442\u0435\u0441\u0442 QTI \u00ab%s\u00bb.","QTI Test \u0022%s\u0022 successfully published.":"\u0422\u0435\u0441\u0442 QTI \u00ab%s\u00bb \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d.","QTI Test Package 2.1":"\u041f\u0430\u043a\u0435\u0442 \u0434\u043b\u044f \u0442\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f QTI\u00a02.1","QTI Test Package 2.2":"\u041f\u0430\u043a\u0435\u0442 \u0434\u043b\u044f \u0442\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f QTI\u00a02.2","QTI\/APIP Test Content Package":"\u041f\u0430\u043a\u0435\u0442 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e \u0434\u043b\u044f \u0442\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f QTI\/APIP","Reference":"\u0421\u0441\u044b\u043b\u043a\u0430","Regenerate":"\u0420\u0435\u0433\u0435\u043d\u0435\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c","Remove Item Reference":"\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0441\u0441\u044b\u043b\u043a\u0443 \u043d\u0430 \u043e\u0431\u044a\u0435\u043a\u0442","Remove Rubric Block":"\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0442\u0435\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u0431\u043b\u043e\u043a","Remove Section":"\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0440\u0430\u0437\u0434\u0435\u043b","Required":"\u041e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e","Required field":"\u041e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u043f\u043e\u043b\u0435","Reset filters":"\u0421\u0431\u0440\u043e\u0441\u0438\u0442\u044c \u0444\u0438\u043b\u044c\u0442\u0440\u044b","Resource(s) successfully exported.":"\u0420\u0435\u0441\u0443\u0440\u0441\u044b \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u044b.","Results":"\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b","Review":"\u041f\u0435\u0440\u0435\u0441\u043c\u043e\u0442\u0440","Review my Answers":"\u041f\u0435\u0440\u0435\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u043c\u043e\u0438 \u043e\u0442\u0432\u0435\u0442\u044b","Rubric Block":"\u0422\u0435\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u0431\u043b\u043e\u043a","Rubric Block Properties":"\u0421\u0432\u043e\u0439\u0441\u0442\u0432\u0430 \u0442\u0435\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u0431\u043b\u043e\u043a\u0430","Rubric Blocks":"\u0422\u0435\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u0431\u043b\u043e\u043a\u0438","Save":"\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c","Scientific Calculator":"\u0418\u043d\u0436\u0435\u043d\u0435\u0440\u043d\u044b\u0439 \u043a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440","Scorer":"\u0421\u0447\u0435\u0442\u0447\u0438\u043a \u0431\u0430\u043b\u043b\u043e\u0432","Scoring":"\u0412\u044b\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0431\u0430\u043b\u043b\u043e\u0432","Scratch pad":"\u0411\u043b\u043e\u043a\u043d\u043e\u0442","Scratch Pad":"\u0411\u043b\u043e\u043a\u043d\u043e\u0442","Scratchpad":"\u0411\u043b\u043e\u043a\u043d\u043e\u0442","Section %d":"\u0420\u0430\u0437\u0434\u0435\u043b %d","Section %d of %d":"\u0420\u0430\u0437\u0434\u0435\u043b %d \u0438\u0437 %d","Section level category enables configuring the categories of its composing items all at once. A category in gray means that all items have that category. A category in white means that only a few items have that category.":"\u0421 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438 \u0443\u0440\u043e\u0432\u043d\u044f \u0440\u0430\u0437\u0434\u0435\u043b\u043e\u0432 \u043c\u043e\u0436\u043d\u043e \u0441\u0440\u0430\u0437\u0443 \u043d\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0442\u044c \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438 \u0434\u043b\u044f \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432, \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u044e\u0449\u0438\u0445 \u044d\u0442\u0443 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044e. \u0415\u0441\u043b\u0438 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u043e\u0431\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u0430 \u0441\u0435\u0440\u044b\u043c \u0446\u0432\u0435\u0442\u043e\u043c, \u0437\u043d\u0430\u0447\u0438\u0442, \u0432\u0441\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u0438\u043c\u0435\u044e\u0442 \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u0443\u044e \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044e. \u0415\u0441\u043b\u0438 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f \u043e\u0431\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u0430 \u0431\u0435\u043b\u044b\u043c \u0446\u0432\u0435\u0442\u043e\u043c, \u044d\u0442\u043e \u043e\u0437\u043d\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043e \u043b\u0438\u0448\u044c \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432 \u0438\u043c\u0435\u044e\u0442 \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u0443\u044e \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044e.","Section Properties":"\u0421\u0432\u043e\u0439\u0441\u0442\u0432\u0430 \u0440\u0430\u0437\u0434\u0435\u043b\u0430","Select":"\u0412\u044b\u0431\u0440\u0430\u0442\u044c","Select a blueprint":"\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u043c\u0430\u043a\u0435\u0442","Select Items":"\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b","Select the way the responses of your test should be processed":"\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435, \u043a\u0430\u043a \u0431\u0443\u0434\u0443\u0442 \u043e\u0431\u0440\u0430\u0431\u0430\u0442\u044b\u0432\u0430\u0442\u044c\u0441\u044f \u043e\u0442\u0432\u0435\u0442\u044b \u043d\u0430 \u0432\u0430\u0448 \u0442\u0435\u0441\u0442","Selection":"\u0412\u044b\u0431\u043e\u0440","Send":"\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c","Set outcome identifier the feedback block is related to":"\u0417\u0430\u0434\u0430\u0442\u044c \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430, \u0441 \u043a\u043e\u0442\u043e\u0440\u044b\u043c \u0441\u0432\u044f\u0437\u0430\u043d \u0431\u043b\u043e\u043a \u043e\u0442\u0437\u044b\u0432\u043e\u0432","Set the cut score (or pass score ratio) associated to the test. It must be a float between 0 and 1.":"\u0417\u0430\u0434\u0430\u0442\u044c \u043f\u0440\u043e\u0445\u043e\u0434\u043d\u043e\u0439 \u0431\u0430\u043b\u043b (\u0438\u043b\u0438 \u043f\u0440\u043e\u0445\u043e\u0434\u043d\u043e\u0435 \u0441\u043e\u043e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u0435 \u0431\u0430\u043b\u043e\u0432), \u0441\u0432\u044f\u0437\u0430\u043d\u043d\u044b\u0439 \u0441 \u0442\u0435\u0441\u0442\u043e\u043c. \u0414\u043e\u043b\u0436\u043d\u043e \u0443\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c\u0441\u044f \u0447\u0438\u0441\u043b\u043e \u0441 \u043f\u043b\u0430\u0432\u0430\u044e\u0449\u0435\u0439 \u0437\u0430\u043f\u044f\u0442\u043e\u0439 \u043e\u0442 0 \u0434\u043e 1.","Set the rubric block as a feedback block":"\u0417\u0430\u0434\u0430\u0442\u044c \u0442\u0435\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u0431\u043b\u043e\u043a \u0432 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u0431\u043b\u043e\u043a\u0430 \u043e\u0442\u0437\u044b\u0432\u043e\u0432","Set the value of the outcome that will activate the feedback block":"\u0417\u0430\u0434\u0430\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0438\u0440\u0443\u044e\u0449\u0435\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435, \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u0443\u044e\u0449\u0435\u0435 \u0431\u043b\u043e\u043a \u043e\u0442\u0437\u044b\u0432\u043e\u0432","Set the weight identifier used to process the score":"\u0417\u0430\u0434\u0430\u0442\u044c \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0432\u0435\u0441\u043e\u0432\u043e\u0433\u043e \u043a\u043e\u044d\u0444\u0444\u0438\u0446\u0438\u0435\u043d\u0442\u0430, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044e\u0449\u0438\u0439\u0441\u044f \u0434\u043b\u044f \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u0431\u0430\u043b\u043b\u0430","Set the XHTML-QTI class of the rubric block.":"\u0417\u0430\u0434\u0430\u0442\u044c \u043a\u043b\u0430\u0441\u0441 XHTML-QTI \u0434\u043b\u044f \u0442\u0435\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u0431\u043b\u043e\u043a\u0430.","Set the XHTML-QTI identifier of the rubric block.":"\u0417\u0430\u0434\u0430\u0442\u044c \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 XHTML-QTI \u0434\u043b\u044f \u0442\u0435\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u0431\u043b\u043e\u043a\u0430.","Settings":"\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438","Show Feedback":"\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u043e\u0442\u0437\u044b\u0432\u044b","Show Review":"\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043f\u0430\u043d\u0435\u043b\u044c \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430","Show Solution":"\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u0440\u0435\u0448\u0435\u043d\u0438\u0435","Show the review screen":"\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u044d\u043a\u0440\u0430\u043d \u043f\u0435\u0440\u0435\u0441\u043c\u043e\u0442\u0440\u0430","Show the solution once the answer is submitted.":"\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u043f\u043e\u0441\u043b\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0438 \u043e\u0442\u0432\u0435\u0442\u0430.","Show timers":"\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u0442\u0430\u0439\u043c\u0435\u0440\u044b","Show\/Hide the review screen":"\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c\/\u0441\u043a\u0440\u044b\u0432\u0430\u0442\u044c \u044d\u043a\u0440\u0430\u043d \u043f\u0435\u0440\u0435\u0441\u043c\u043e\u0442\u0440\u0430","Shuffle":"\u041f\u0435\u0440\u0435\u043c\u0435\u0448\u0430\u0442\u044c","Simultaneous":"\u041e\u0434\u043d\u043e\u0432\u0440\u0435\u043c\u0435\u043d.","Skip":"\u041f\u0440\u043e\u043f\u0443\u0441\u0442\u0438\u0442\u044c","Skip & End Test":"\u041f\u0440\u043e\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u0438 \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u0442\u0435\u0441\u0442","Skip and end test":"\u041f\u0440\u043e\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u0438 \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u0442\u0435\u0441\u0442","Skip and go to the end of the test":"\u041f\u0440\u043e\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u0438 \u043f\u0435\u0440\u0435\u0439\u0442\u0438 \u0432 \u043a\u043e\u043d\u0435\u0446 \u0442\u0435\u0441\u0442\u0430","Skip and go to the next item":"\u041f\u0440\u043e\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u0438 \u043f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u043c\u0443 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0443","Skip to the end of the test":"\u041f\u0440\u043e\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u0434\u043e \u043a\u043e\u043d\u0446\u0430 \u0442\u0435\u0441\u0442\u0430","Skip to the next item":"\u041f\u0440\u043e\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u0434\u043e \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0433\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430","Skip to the next section":"\u041f\u0440\u043e\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u0434\u043e \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0433\u043e \u0440\u0430\u0437\u0434\u0435\u043b\u0430","Some rubric blocks have been updated to reflect the changes in the list of outcomes.":"\u041d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0442\u0435\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u0431\u043b\u043e\u043a\u0438 \u0431\u044b\u043b\u0438 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u044b, \u043e\u043d\u0438 \u0442\u0435\u043f\u0435\u0440\u044c \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u044e\u0442 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0432 \u0441\u043f\u0438\u0441\u043a\u0435 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432.","Speech speed":"\u0421\u043a\u043e\u0440\u043e\u0441\u0442\u044c \u0440\u0435\u0447\u0438","Start Test-part":"\u041d\u0430\u0447\u0430\u0442\u044c \u0447\u0430\u0441\u0442\u044c \u0442\u0435\u0441\u0442\u0430","Stop":"\u041e\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c","Submission":"\u041e\u0442\u043f\u0440\u0430\u0432\u043a\u0430","Submit and go to the end of the test":"\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0438 \u043f\u0435\u0440\u0435\u0439\u0442\u0438 \u0432 \u043a\u043e\u043d\u0435\u0446 \u0442\u0435\u0441\u0442\u0430","Submit and go to the item %s":"\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0438 \u043f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0443 %s","Submit and go to the next item":"\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0438 \u043f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u043c\u0443 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0443","Submit and go to the previous item":"\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0438 \u043f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u043f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0435\u043c\u0443 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0443","SUBMIT THE TEST":"\u041e\u0422\u041f\u0420\u0410\u0412\u0418\u0422\u042c \u0422\u0415\u0421\u0422","technical":"\u0442\u0435\u0445\u043d\u0438\u0447\u0435\u0441\u043a.","Test":"\u0422\u0435\u0441\u0442","Test constructor":"\u0421\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u0435\u043b\u044c \u0442\u0435\u0441\u0442\u0430","Test metadata successfully exported.":"\u041c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0435 \u0442\u0435\u0441\u0442\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u044b.","Test Navigation":"\u041d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044f \u043f\u043e \u0442\u0435\u0441\u0442\u0443","Test Saved":"\u0422\u0435\u0441\u0442 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d","Test status":"\u0421\u0442\u0430\u0442\u0443\u0441 \u0442\u0435\u0441\u0442\u0430","Test-Taker Tools":"\u0421\u0440\u0435\u0434\u0441\u0442\u0432\u0430 \u0442\u0435\u0441\u0442\u0438\u0440\u0443\u0435\u043c\u043e\u0433\u043e","Tests":"\u0422\u0435\u0441\u0442\u044b","Text content":"\u0422\u0435\u043a\u0441\u0442\u043e\u0432\u043e\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435","Text to Speech":"\u0422\u0435\u043a\u0441\u0442 \u0432 \u0440\u0435\u0447\u044c","The \u0027imsmanifest.xml\u0027 file found in the archive is not valid.":"\u0424\u0430\u0439\u043b imsmanifest.xml, \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u043d\u044b\u0439 \u0432 \u0430\u0440\u0445\u0438\u0432\u0435, \u043d\u0435\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u0435\u043d.","The action will be applied to":"\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u0435 \u0431\u0443\u0434\u0435\u0442 \u043f\u0440\u0438\u043c\u0435\u043d\u0435\u043d\u043e \u043a","The assessment has been created but is not already running.":"\u041e\u0446\u0435\u043d\u043a\u0430 \u0441\u043e\u0437\u0434\u0430\u043d\u0430, \u043e\u0434\u043d\u0430\u043a\u043e \u0435\u0449\u0435 \u043d\u0435 \u0437\u0430\u043f\u0443\u0449\u0435\u043d\u0430.","The assessment has been suspended by an authorized proctor. If you wish to resume your assessment, please relaunch it and contact your proctor if required.":"\u041e\u0446\u0435\u043d\u043a\u0430 \u043f\u0440\u0438\u043e\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0430 \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0442\u0435\u043b\u0435\u043c \u0441 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u043c\u0438 \u043f\u043e\u043b\u043d\u043e\u043c\u043e\u0447\u0438\u044f\u043c\u0438. \u0415\u0441\u043b\u0438 \u0436\u0435\u043b\u0430\u0435\u0442\u0435 \u0432\u043e\u0437\u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043e\u0446\u0435\u043d\u043a\u0443, \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u0435 \u0435\u0435 \u0438 \u043f\u0440\u0438 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e\u0441\u0442\u0438 \u043e\u0431\u0440\u0430\u0442\u0438\u0442\u0435\u0441\u044c \u043a \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0442\u0435\u043b\u044e.","The assessment has been suspended. To resume your assessment, please relaunch it and contact your proctor if required.":"\u041e\u0446\u0435\u043d\u043a\u0430 \u043f\u0440\u0438\u043e\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0430. \u0427\u0442\u043e\u0431\u044b \u0432\u043e\u0437\u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043e\u0446\u0435\u043d\u043a\u0443, \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u0435 \u0435\u0435 \u0438 \u043f\u0440\u0438 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e\u0441\u0442\u0438 \u043e\u0431\u0440\u0430\u0442\u0438\u0442\u0435\u0441\u044c \u043a \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0442\u0435\u043b\u044e.","The assessment has been suspended. To resume your assessment, please relaunch it.":"\u041e\u0446\u0435\u043d\u043a\u0430 \u043f\u0440\u0438\u043e\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0430. \u0427\u0442\u043e\u0431\u044b \u0432\u043e\u0437\u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043e\u0446\u0435\u043d\u043a\u0443, \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u0435 \u0435\u0435.","The assessment has been terminated.":"\u041e\u0446\u0435\u043d\u043a\u0430 \u043f\u0440\u0435\u043a\u0440\u0430\u0449\u0435\u043d\u0430.","The assessment has been terminated. You cannot interact with it anymore.":"\u041e\u0446\u0435\u043d\u043a\u0430 \u043f\u0440\u0435\u043a\u0440\u0430\u0449\u0435\u043d\u0430. \u0412\u044b \u0431\u043e\u043b\u044c\u0448\u0435 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u043e\u0432\u0430\u0442\u044c \u0441 \u043d\u0435\u0439.","The assessment is still running.":"\u041e\u0446\u0435\u043d\u043a\u0430 \u0432\u0441\u0435 \u0435\u0449\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\u044f\u0435\u0442\u0441\u044f.","The candidate is not allowed to submit invalid responses.":"\u041a\u0430\u043d\u0434\u0438\u0434\u0430\u0442\u0443 \u043d\u0435 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u043e \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u0442\u044c \u043d\u0435\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u0435 \u043e\u0442\u0432\u0435\u0442\u044b.","The connection seems to be back, please proceed":"\u041f\u043e\u0445\u043e\u0436\u0435, \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043e, \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0430\u0439\u0442\u0435","The dependency to the IMS QTI AssessmentItemRef \u0022%s\u0022 in the IMS Manifest file could not be resolved.":"\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c \u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0441\u0442\u044c \u0434\u043b\u044f \u0441\u0441\u044b\u043b\u043a\u0438 \u043d\u0430 \u044d\u043b\u0435\u043c\u0435\u043d\u0442 \u043e\u0446\u0435\u043d\u043a\u0438 IMS QTI \u00ab%s\u00bb \u0432 \u0444\u0430\u0439\u043b\u0435 \u043c\u0430\u043d\u0438\u0444\u0435\u0441\u0442\u0430 IMS.","The download will be available in %d<\/strong> seconds":"\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u0431\u0443\u0434\u0435\u0442 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u0447\u0435\u0440\u0435\u0437 %d<\/strong>\u00a0\u0441\u0435\u043a\u0443\u043d\u0434\u00a0(-\u044b)","The following identifiers are not unique accross the test : %s":"\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b \u043d\u0435 \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b \u0432 \u043f\u0440\u0435\u0434\u0435\u043b\u0430\u0445 \u0442\u0435\u0441\u0442\u0430: %s","The identifier of the item reference.":"\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0441\u0441\u044b\u043b\u043a\u0438 \u043d\u0430 \u044d\u043b\u0435\u043c\u0435\u043d\u0442.","The identifier of the section.":"\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0440\u0430\u0437\u0434\u0435\u043b\u0430.","The IMS QTI Item referenced as \u0022%s\u0022 in the IMS Manifest file was already stored in the Item Bank.":"\u042d\u043b\u0435\u043c\u0435\u043d\u0442 IMS QTI \u0441\u043e \u0441\u0441\u044b\u043b\u043a\u043e\u0439 \u00ab%s\u00bb \u0432 \u0444\u0430\u0439\u043b\u0435 \u043c\u0430\u043d\u0438\u0444\u0435\u0441\u0442\u0430 IMS \u0443\u0436\u0435 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d \u0432 \u0431\u0430\u043d\u043a\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432.","The IMS QTI Test Package could not be imported.":"\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u0430\u043a\u0435\u0442 \u0434\u043b\u044f \u0442\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f IMS QTI.","The IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file could not be imported.":"\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0442\u0435\u0441\u0442 IMS QTI, \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u044b\u0439 \u0432 \u0444\u0430\u0439\u043b\u0435 \u043c\u0430\u043d\u0438\u0444\u0435\u0441\u0442\u0430 IMS \u043a\u0430\u043a \u00ab%s\u00bb.","The navigation mode determines the general paths that the candidate may take. A linear mode restricts the candidate to attempt each item in turn. Non Linear removes this restriction.":"\u0412 \u0440\u0435\u0436\u0438\u043c\u0435 \u043d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0438 \u0437\u0430\u0434\u0430\u044e\u0442\u0441\u044f \u043e\u0431\u0449\u0438\u0435 \u043f\u0443\u0442\u0438 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0439 \u0434\u043b\u044f \u043a\u0430\u043d\u0434\u0438\u0434\u0430\u0442\u0430. \u0412 \u043b\u0438\u043d\u0435\u0439\u043d\u043e\u043c \u0440\u0435\u0436\u0438\u043c\u0435 \u043a\u0430\u043d\u0434\u0438\u0434\u0430\u0442 \u0434\u043e\u043b\u0436\u0435\u043d \u043f\u043e\u043f\u044b\u0442\u0430\u0442\u044c\u0441\u044f \u0440\u0435\u0448\u0438\u0442\u044c \u043a\u0430\u0436\u0434\u044b\u0439 \u044d\u043b\u0435\u043c\u0435\u043d\u0442 \u043f\u043e \u043e\u0447\u0435\u0440\u0435\u0434\u0438. \u0412 \u043d\u0435\u043b\u0438\u043d\u0435\u0439\u043d\u043e\u043c \u0440\u0435\u0436\u0438\u043c\u0435 \u0442\u0430\u043a\u043e\u0433\u043e \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u044f \u043d\u0435\u0442.","The number of child elements to be selected.":"\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0434\u043e\u0447\u0435\u0440\u043d\u0438\u0445 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043c\u043e\u0436\u043d\u043e \u0432\u044b\u0431\u0440\u0430\u0442\u044c.","The outcome \u0022%s\u0022 does not exist, but it is referenced by a feedback block!":"\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430 \u00ab%s\u00bb \u043d\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442, \u043e\u0434\u043d\u0430\u043a\u043e \u0432 \u0431\u043b\u043e\u043a\u0435 \u043e\u0442\u0437\u044b\u0432\u043e\u0432 \u0438\u043c\u0435\u0435\u0442\u0441\u044f \u0441\u0441\u044b\u043b\u043a\u0430 \u043d\u0430 \u043d\u0435\u0433\u043e!","The outcomes have been regenerated!":"\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0431\u044b\u043b\u0438 \u0441\u0433\u0435\u043d\u0435\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u044b \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u043e!","The principle identifier of the test.":"\u041f\u0440\u0438\u043d\u0446\u0438\u043f\u0438\u0430\u043b\u044c\u043d\u044b\u0439 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0442\u0435\u0441\u0442\u0430.","The provided archive is invalid. Make sure it is not corrupted and that it contains an \u0027imsmanifest.xml\u0027 file.":"\u0423\u043a\u0430\u0437\u0430\u043d\u043d\u044b\u0439 \u0430\u0440\u0445\u0438\u0432 \u043d\u0435\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u0435\u043d. \u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u043e\u043d \u043d\u0435 \u043f\u043e\u0432\u0440\u0435\u0436\u0434\u0435\u043d \u0438 \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u0442 \u0444\u0430\u0439\u043b imsmanifest.xml.","The QTI Test \u0027%s\u0027 to be compiled must contain at least 1 QTI Item. None found.":"\u0414\u043b\u044f \u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438 \u0442\u0435\u0441\u0442\u0430 QTI \u00ab%s\u00bb \u043e\u043d \u0434\u043e\u043b\u0436\u0435\u043d \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u043f\u043e \u043a\u0440\u0430\u0439\u043d\u0435\u0439 \u043c\u0435\u0440\u0435 1\u00a0\u044d\u043b\u0435\u043c\u0435\u043d\u0442 QTI. \u041a \u0441\u043e\u0436\u0430\u043b\u0435\u043d\u0438\u044e, \u0442\u0430\u043a\u0438\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u043d\u0435 \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u044b.","The QTI test could not be retrieved correctly.":"\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043d\u0430\u0434\u043b\u0435\u0436\u0430\u0449\u0438\u043c \u043e\u0431\u0440\u0430\u0437\u043e\u043c \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0442\u0435\u0441\u0442 QTI.","The QTI Test XML or one of its dependencies is malformed or empty.":"XML \u0442\u0435\u0441\u0442\u0430 QTI \u043b\u0438\u0431\u043e \u043e\u0434\u043d\u0430 \u0438\u0437 \u0435\u0433\u043e \u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0441\u0442\u0435\u0439 \u043f\u043e\u0432\u0440\u0435\u0436\u0434\u0435\u043d\u0430 \u0438\u043b\u0438 \u043f\u0443\u0441\u0442\u0430\u044f.","The QTI-XML test could not be written correctly.":"\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043d\u0430\u0434\u043b\u0435\u0436\u0430\u0449\u0438\u043c \u043e\u0431\u0440\u0430\u0437\u043e\u043c \u0437\u0430\u043f\u0438\u0441\u0430\u0442\u044c \u0442\u0435\u0441\u0442 QTI.","The reference.":"\u0421\u0441\u044b\u043b\u043a\u0430.","The resources related to the IMS QTI Test referenced as \u0022%s\u0022 in the IMS Manifest file were rolled back.":"\u0414\u043b\u044f \u0440\u0435\u0441\u0443\u0440\u0441\u043e\u0432, \u0441\u0432\u044f\u0437\u0430\u043d\u043d\u044b\u0445 \u0441 \u0442\u0435\u0441\u0442\u043e\u043c IMS QTI \u0441\u043e \u0441\u0441\u044b\u043b\u043a\u043e\u0439 \u00ab%s\u00bb \u0432 \u0444\u0430\u0439\u043b\u0435 \u043c\u0430\u043d\u0438\u0444\u0435\u0441\u0442\u0430 IMS, \u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d \u043e\u0442\u043a\u0430\u0442.","The score will be processed for the entire test. A sum of all SCORE outcomes will be computed and divided by the sum of MAX SCORE, the result will be compared to the cut score (or pass ratio), then the PASS_TOTAL outcome will be set accordingly.":"\u0411\u0430\u043b\u043b \u0431\u0443\u0434\u0435\u0442 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u0430\u043d \u0434\u043b\u044f \u0432\u0441\u0435\u0433\u043e \u0442\u0435\u0441\u0442\u0430. \u041f\u0440\u0438 \u044d\u0442\u043e\u043c \u0440\u0430\u0441\u0441\u0447\u0438\u0442\u0430\u043d\u043d\u0430\u044f \u0441\u0443\u043c\u043c\u0430 \u0432\u0441\u0435\u0445 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0438\u0440\u0443\u044e\u0449\u0438\u0445 \u0431\u0430\u043b\u043b\u043e\u0432 SCORE \u0434\u0435\u043b\u0438\u0442\u0441\u044f \u043d\u0430 \u0441\u0443\u043c\u043c\u0443 \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u044b\u0445 \u0431\u0430\u043b\u043b\u043e\u0432 MAX SCORE. \u041f\u043e\u043b\u0443\u0447\u0435\u043d\u043d\u044b\u0439 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442 \u0441\u0440\u0430\u0432\u043d\u0438\u0432\u0430\u0435\u0442\u0441\u044f \u0441 \u043f\u0440\u043e\u0445\u043e\u0434\u043d\u044b\u043c \u0431\u0430\u043b\u043b\u043e\u043c (\u0438\u043b\u0438 \u043f\u0440\u043e\u0445\u043e\u0434\u043d\u044b\u043c \u0441\u043e\u043e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u0435\u043c), \u043f\u043e\u0441\u043b\u0435 \u0447\u0435\u0433\u043e \u0431\u0443\u0434\u0435\u0442 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u043c \u043e\u0431\u0440\u0430\u0437\u043e\u043c \u0437\u0430\u0434\u0430\u043d \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442 \u043f\u0440\u043e\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u044f PASS_TOTAL.","The score will be processed for the entire test. A sum of all SCORE outcomes will be computed, the result will take place in the SCORE_TOTAL outcome.":"\u0411\u0430\u043b\u043b \u0431\u0443\u0434\u0435\u0442 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u0430\u043d \u0434\u043b\u044f \u0432\u0441\u0435\u0433\u043e \u0442\u0435\u0441\u0442\u0430. \u0411\u0443\u0434\u0435\u0442 \u0440\u0430\u0441\u0441\u0447\u0438\u0442\u0430\u043d\u0430 \u0441\u0443\u043c\u043c\u0430 \u0432\u0441\u0435\u0445 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0438\u0440\u0443\u044e\u0449\u0438\u0445 \u0431\u0430\u043b\u043b\u043e\u0432 SCORE, \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u043d\u044b\u0439 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442 \u043e\u0442\u043e\u0431\u0440\u0430\u0437\u0438\u0442\u0441\u044f \u0432 \u043e\u0431\u0449\u0435\u043c \u0431\u0430\u043b\u043b\u0435 SCORE_TOTAL.","The section title.":"\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0440\u0430\u0437\u0434\u0435\u043b\u0430.","The submission mode determines when the candidate\u0027s responses are submitted for response processing. A testPart in individual mode requires the candidate to submit their responses on an item-by-item basis. In simultaneous mode the candidate\u0027s responses are all submitted together at the end of the testPart.":"\u0412 \u0440\u0435\u0436\u0438\u043c\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0438 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u0435\u0442\u0441\u044f, \u043a\u043e\u0433\u0434\u0430 \u043e\u0442\u0432\u0435\u0442\u044b \u043a\u0430\u043d\u0434\u0438\u0434\u0430\u0442\u0430 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u044e\u0442\u0441\u044f \u043d\u0430 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0443. \u0412 \u0438\u043d\u0434\u0438\u0432\u0438\u0434\u0443\u0430\u043b\u044c\u043d\u043e\u043c \u0440\u0435\u0436\u0438\u043c\u0435 \u0447\u0430\u0441\u0442\u0438 \u0442\u0435\u0441\u0442\u0430 \u043e\u0442 \u043a\u0430\u043d\u0434\u0438\u0434\u0430\u0442\u0430 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u0442\u044c \u0441\u0432\u043e\u0438 \u043e\u0442\u0432\u0435\u0442\u044b \u043f\u043e \u043e\u0434\u043d\u043e\u043c\u0443 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0443 \u0437\u0430 \u0440\u0430\u0437. \u0412 \u043e\u0434\u043d\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e\u043c \u0440\u0435\u0436\u0438\u043c\u0435 \u043e\u0442\u0432\u0435\u0442\u044b \u043a\u0430\u043d\u0434\u0438\u0434\u0430\u0442\u0430 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u044e\u0442\u0441\u044f \u0432\u0441\u0435 \u0432\u043c\u0435\u0441\u0442\u0435 \u043f\u043e \u043e\u043a\u043e\u043d\u0447\u0430\u043d\u0438\u0438 \u0447\u0430\u0441\u0442\u0438 \u0442\u0435\u0441\u0442\u0430.","The test has been closed\/suspended!":"\u0422\u0435\u0441\u0442 \u0432\u044b\u0431\u0440\u0430\u043d\/\u043f\u0440\u0438\u043e\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d!","The test has been paused, we are unable to connect to the server.":"\u0422\u0435\u0441\u0442 \u043f\u0440\u0438\u043e\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d \u0438\u0437-\u0437\u0430 \u0442\u043e\u0433\u043e, \u0447\u0442\u043e \u043d\u0435 \u0443\u0434\u0430\u0435\u0442\u0441\u044f \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f \u043a \u0441\u0435\u0440\u0432\u0435\u0440\u0443.","The test has not been saved.":"\u0422\u0435\u0441\u0442 \u043d\u0435 \u0431\u044b\u043b \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d.","The test part identifier.":"\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0447\u0430\u0441\u0442\u0438 \u0442\u0435\u0441\u0442\u0430.","The test title.":"\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0442\u0435\u0441\u0442\u0430.","The time limit has been reached for this part of the test.":"\u0412\u0440\u0435\u043c\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u043e\u0435 \u0434\u043b\u044f \u0434\u0430\u043d\u043d\u043e\u0439 \u0447\u0430\u0441\u0442\u0438 \u0442\u0435\u0441\u0442\u0430 \u0438\u0441\u0442\u0435\u043a\u043b\u043e.","There are %s unanswered questions":"\u0423 \u0432\u0430\u0441 \u043e\u0441\u0442\u0430\u043b\u043e\u0441\u044c %s \u043d\u0435\u043e\u0442\u0432\u0435\u0447\u0435\u043d\u043d\u044b\u0445 \u0432\u043e\u043f\u0440\u043e\u0441\u043e\u0432","There are %s unanswered questions in this part of the test":"\u0423 \u0432\u0430\u0441 \u043e\u0441\u0442\u0430\u043b\u043e\u0441\u044c %s \u043d\u0435\u043e\u0442\u0432\u0435\u0447\u0435\u043d\u043d\u044b\u0445 \u0432\u043e\u043f\u0440\u043e\u0441\u043e\u0432 \u0434\u043b\u044f \u0434\u0430\u043d\u043d\u043e\u0439 \u0447\u0430\u0441\u0442\u0438 \u0442\u0435\u0441\u0442\u0430","There is %s unanswered question":"\u0423 \u0432\u0430\u0441 \u043e\u0441\u0442\u0430\u043b\u0441\u044f %s \u043d\u0435\u043e\u0442\u0432\u0435\u0447\u0435\u043d\u043d\u044b\u0439 \u0432\u043e\u043f\u0440\u043e\u0441","There is %s unanswered question in this part of the test":"\u0423 \u0432\u0430\u0441 \u043e\u0441\u0442\u0430\u043b\u0441\u044f %s \u043d\u0435\u043e\u0442\u0432\u0435\u0447\u0435\u043d\u043d\u044b\u0439 \u0432\u043e\u043f\u0440\u043e\u0441 \u0434\u043b\u044f \u0434\u0430\u043d\u043d\u043e\u0439 \u0447\u0430\u0441\u0442\u0438 \u0442\u0435\u0441\u0442\u0430","There is not outcomes!":"\u041d\u0435\u0442 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432!","This constraint affects the visibility of feedback after the end of the last attempt.":"\u042d\u0442\u043e \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0435 \u0432\u043b\u0438\u044f\u0435\u0442 \u043d\u0430 \u0432\u0438\u0434\u0438\u043c\u043e\u0441\u0442\u044c \u043e\u0442\u0437\u044b\u0432\u043e\u0432 \u043f\u043e\u0441\u043b\u0435 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0439 \u043f\u043e\u043f\u044b\u0442\u043a\u0438.","This constraint controls whether or not the candidate is allowed to provide a comment on the item during the session. Comments are not part of the assessed responses.":"\u042d\u0442\u043e \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0435 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u0435\u0442, \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u043e \u043b\u0438 \u043a\u0430\u043d\u0434\u0438\u0434\u0430\u0442\u0443 \u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0442\u044c \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439 \u043f\u043e \u043f\u043e\u0432\u043e\u0434\u0443 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430 \u0432\u043e \u0432\u0440\u0435\u043c\u044f \u0441\u0435\u0430\u043d\u0441\u0430. \u041a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0438 \u043d\u0435 \u0432\u0445\u043e\u0434\u044f\u0442 \u0432 \u043e\u0446\u0435\u043d\u0438\u0432\u0430\u0435\u043c\u0443\u044e \u0447\u0430\u0441\u0442\u044c \u043e\u0442\u0432\u0435\u0442\u043e\u0432.","This test has been suspended":"\u0422\u0435\u0441\u0442 \u043f\u0440\u0438\u043e\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d","This test has been terminated":"\u0422\u0435\u0441\u0442 \u043f\u0440\u0435\u043a\u0440\u0430\u0449\u0435\u043d","Time limit reached for item \u0022%s\u0022.":"\u0414\u043b\u044f \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430 \u00ab%s\u00bb \u0434\u043e\u0441\u0442\u0438\u0433\u043d\u0443\u0442 \u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e\u0439 \u043b\u0438\u043c\u0438\u0442.","Time limit reached, this part of the test has ended.":"\u0412\u0440\u0435\u043c\u0435\u043d\u043d\u043e\u0439 \u043b\u0438\u043c\u0438\u0442 \u0434\u043e\u0441\u0442\u0438\u0433\u043d\u0443\u0442, \u044d\u0442\u0430 \u0447\u0430\u0441\u0442\u044c \u0442\u0435\u0441\u0442\u0430 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0430.","Time limit reached, this part of the test has ended. However you are allowed to finish the current item.":"\u0412\u0440\u0435\u043c\u0435\u043d\u043d\u043e\u0439 \u043b\u0438\u043c\u0438\u0442 \u0434\u043e\u0441\u0442\u0438\u0433\u043d\u0443\u0442, \u044d\u0442\u0430 \u0447\u0430\u0441\u0442\u044c \u0442\u0435\u0441\u0442\u0430 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0430. \u041f\u0440\u0438 \u044d\u0442\u043e\u043c \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u0442\u0435\u043a\u0443\u0449\u0438\u0439 \u044d\u043b\u0435\u043c\u0435\u043d\u0442.","Time Limits":"\u0412\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u0435 \u043b\u0438\u043c\u0438\u0442\u044b.","Time Remaining":"\u041e\u0441\u0442\u0430\u0432\u0448\u0435\u0435\u0441\u044f \u0432\u0440\u0435\u043c\u044f","Title":"\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435","to":"\u043f\u043e","Tools":"\u0421\u0440\u0435\u0434\u0441\u0442\u0432\u0430","Total score":"\u0421\u0443\u043c\u043c\u0430\u0440\u043d\u044b\u0439 \u0431\u0430\u043b\u043b","Tutor":"\u041f\u0440\u0435\u043f\u043e\u0434\u0430\u0432\u0430\u0442\u0435\u043b\u044c","Type":"\u0422\u0438\u043f","Unanswered":"\u0411\u0435\u0437 \u043e\u0442\u0432\u0435\u0442\u0430","Unanswered items":"\u042d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u0431\u0435\u0437 \u043e\u0442\u0432\u0435\u0442\u0430","Unflag for Review":"\u0421\u043d\u044f\u0442\u044c \u043f\u043e\u043c\u0435\u0442\u043a\u0443 \u043d\u0430 \u043f\u0435\u0440\u0435\u0441\u043c\u043e\u0442\u0440","Unknown error.":"\u041d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430.","Unlink to use separated durations":"\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u0441\u0432\u044f\u0437\u044c \u0434\u043b\u044f \u043f\u0440\u0438\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u043e\u0442\u0434\u0435\u043b\u044c\u043d\u044b\u0445 \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u0435\u0439","Upload a QTI 2.1 Test Package File":"\u0412\u044b\u0433\u0440\u0443\u0437\u043a\u0430 \u0444\u0430\u0439\u043b\u0430 \u043f\u0430\u043a\u0435\u0442\u0430 \u0434\u043b\u044f \u0442\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f QTI\u00a02.1","Use Ctrl\/Meta key or Lasso for multiple selection":"\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u043a\u043b\u0430\u0432\u0438\u0448\u0443 Ctrl\/Meta \u0438\u043b\u0438 \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442 \u00ab\u043b\u0430\u0441\u0441\u043e\u00bb \u0434\u043b\u044f \u043c\u043d\u043e\u0436\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0433\u043e \u0432\u044b\u0431\u043e\u0440\u0430","Users":"\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438","Validate Responses":"\u0412\u0430\u043b\u0438\u0434\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043e\u0442\u0432\u0435\u0442\u044b","Value":"\u0417\u043d\u0430\u0447\u0435\u043d\u0438\u0435","Viewed":"\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u043d","Viewed items":"\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u043d\u043d\u044b\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b","Views":"\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u044b","Visible":"\u0412\u0438\u0434\u0438\u043c.","Volume":"\u0413\u0440\u043e\u043c\u043a\u043e\u0441\u0442\u044c","Warning \u2013 You have %s remaining to complete the test.":"\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435: \u0443 \u0432\u0430\u0441 \u043e\u0441\u0442\u0430\u043b\u043e\u0441\u044c %s \u043d\u0430 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u0435 \u0442\u0435\u0441\u0442\u0430.","Warning \u2013 You have %s remaining to complete this item.":"\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435: \u0443 \u0432\u0430\u0441 \u043e\u0441\u0442\u0430\u043b\u043e\u0441\u044c %s \u043d\u0430 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u0435 \u044d\u0442\u043e\u0433\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430.","Warning \u2013 You have %s remaining to complete this section.":"\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435: \u0443 \u0432\u0430\u0441 \u043e\u0441\u0442\u0430\u043b\u043e\u0441\u044c %s \u043d\u0430 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u0435 \u044d\u0442\u043e\u0433\u043e \u0440\u0430\u0437\u0434\u0435\u043b\u0430.","Warning \u2013 You have %s remaining to complete this test part.":"\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435: \u0443 \u0432\u0430\u0441 \u043e\u0441\u0442\u0430\u043b\u043e\u0441\u044c %s \u043d\u0430 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u0435 \u044d\u0442\u043e\u0439 \u0447\u0430\u0441\u0442\u0438 \u0442\u0435\u0441\u0442\u0430.","Warning \u2013 You have %s remaining to complete this test.":"\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435: \u0443 \u0432\u0430\u0441 \u043e\u0441\u0442\u0430\u043b\u043e\u0441\u044c %s \u043d\u0430 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u0435 \u044d\u0442\u043e\u0433\u043e \u0442\u0435\u0441\u0442\u0430.","We are unable to connect the server to submit your results.":"\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f \u043a \u0441\u0435\u0440\u0432\u0435\u0440\u0443 \u0434\u043b\u044f \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0438 \u0432\u0430\u0448\u0438\u0445 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432.","We are unable to connect to the server to retrieve the next item.":"\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f \u043a \u0441\u0435\u0440\u0432\u0435\u0440\u0443 \u0434\u043b\u044f \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0433\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430.","Weight":"\u0412\u0435\u0441\u043e\u0432\u043e\u0439 \u043a\u043e\u044d\u0444\u0444\u0438\u0446\u0438\u0435\u043d\u0442","Weights":"\u0412\u0435\u0441\u043e\u0432\u044b\u0435 \u043a\u043e\u044d\u0444\u0444\u0438\u0446\u0438\u0435\u043d\u0442\u044b","When selecting child elements each element is normally eligible for selection once only.":"\u041f\u0440\u0438 \u0432\u044b\u0431\u043e\u0440\u0435 \u0434\u043e\u0447\u0435\u0440\u043d\u0438\u0445 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432 \u043a\u0430\u0436\u0434\u044b\u0439 \u044d\u043b\u0435\u043c\u0435\u043d\u0442 \u043e\u0431\u044b\u0447\u043d\u043e \u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d \u0434\u043b\u044f \u0432\u044b\u0431\u043e\u0440\u0430 \u0442\u043e\u043b\u044c\u043a\u043e \u043e\u0434\u0438\u043d \u0440\u0430\u0437.","Whether a candidate\u0027s response that is beyond the maximum duration of the item should still be accepted.":"\u041e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u0435\u0442, \u043c\u043e\u0436\u0435\u0442 \u043b\u0438 \u043f\u0440\u0438\u043d\u0438\u043c\u0430\u0442\u044c\u0441\u044f \u043e\u0442\u0432\u0435\u0442 \u043a\u0430\u043d\u0434\u0438\u0434\u0430\u0442\u0430, \u043f\u043e \u043a\u043e\u0442\u043e\u0440\u043e\u043c\u0443 \u043f\u0440\u0435\u0432\u044b\u0448\u0435\u043d\u0430 \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c, \u0437\u0430\u0434\u0430\u043d\u043d\u0430\u044f \u0434\u043b\u044f \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430.","Whether a candidate\u0027s response that is beyond the maximum duration of the section should still be accepted.":"\u041e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u0435\u0442, \u043c\u043e\u0436\u0435\u0442 \u043b\u0438 \u043f\u0440\u0438\u043d\u0438\u043c\u0430\u0442\u044c\u0441\u044f \u043e\u0442\u0432\u0435\u0442 \u043a\u0430\u043d\u0434\u0438\u0434\u0430\u0442\u0430, \u043f\u043e \u043a\u043e\u0442\u043e\u0440\u043e\u043c\u0443 \u043f\u0440\u0435\u0432\u044b\u0448\u0435\u043d\u0430 \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c, \u0437\u0430\u0434\u0430\u043d\u043d\u0430\u044f \u0434\u043b\u044f \u0440\u0430\u0437\u0434\u0435\u043b\u0430.","Whether a candidate\u0027s response that is beyond the maximum duration of the test part should still be accepted.":"\u041e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u0435\u0442, \u043c\u043e\u0436\u0435\u0442 \u043b\u0438 \u043f\u0440\u0438\u043d\u0438\u043c\u0430\u0442\u044c\u0441\u044f \u043e\u0442\u0432\u0435\u0442 \u043a\u0430\u043d\u0434\u0438\u0434\u0430\u0442\u0430, \u043f\u043e \u043a\u043e\u0442\u043e\u0440\u043e\u043c\u0443 \u043f\u0440\u0435\u0432\u044b\u0448\u0435\u043d\u0430 \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c, \u0437\u0430\u0434\u0430\u043d\u043d\u0430\u044f \u0434\u043b\u044f \u0447\u0430\u0441\u0442\u0438 \u0442\u0435\u0441\u0442\u0430.","Whether a candidate\u0027s response that is beyond the maximum duration should still be accepted.":"\u041e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u0435\u0442, \u043c\u043e\u0436\u0435\u0442 \u043b\u0438 \u043f\u0440\u0438\u043d\u0438\u043c\u0430\u0442\u044c\u0441\u044f \u043e\u0442\u0432\u0435\u0442 \u043a\u0430\u043d\u0434\u0438\u0434\u0430\u0442\u0430, \u043f\u043e \u043a\u043e\u0442\u043e\u0440\u043e\u043c\u0443 \u043f\u0440\u0435\u0432\u044b\u0448\u0435\u043d\u0430 \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c.","Who can view the rubric block during the delivery.":"\u041e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u0435\u0442, \u043a\u0442\u043e \u043c\u043e\u0436\u0435\u0442 \u043f\u0440\u043e\u0441\u043c\u0430\u0442\u0440\u0438\u0432\u0430\u0442\u044c \u0442\u0435\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u0431\u043b\u043e\u043a \u0432\u043e \u0432\u0440\u0435\u043c\u044f \u0432\u044b\u0434\u0430\u0447\u0438.","With Replacement":"\u0421 \u0437\u0430\u043c\u0435\u043d\u043e\u0439","Wrong file mime type":"\u041d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u044b\u0439 \u0444\u043e\u0440\u043c\u0430\u0442 MIME \u0444\u0430\u0439\u043b\u0430","XML error at line %1$d column %2$d \u0022%3$s\u0022.":"\u041e\u0448\u0438\u0431\u043a\u0430 XML, \u0441\u0442\u0440\u043e\u043a\u0430 %1$d, \u0441\u0442\u043e\u043b\u0431\u0435\u0446 %2$d, \u00ab%3$s\u00bb.","Yes":"\u0414\u0430","You answered all %s question(s) in this section":"\u0412\u044b \u043e\u0442\u0432\u0435\u0442\u0438\u043b\u0438 \u043d\u0430 \u0432\u0441\u0435 \u0432\u043e\u043f\u0440\u043e\u0441\u044b (%s) \u0432 \u0434\u0430\u043d\u043d\u043e\u043c \u0440\u0430\u0437\u0434\u0435\u043b\u0435","You answered all %s question(s) in this test":"\u0412\u044b \u043e\u0442\u0432\u0435\u0442\u0438\u043b\u0438 \u043d\u0430 \u0432\u0441\u0435 \u0432\u043e\u043f\u0440\u043e\u0441\u044b (%s) \u0432 \u0434\u0430\u043d\u043d\u043e\u043c \u0442\u0435\u0441\u0442\u0435","You answered only %s of the %s question(s) in this section":"\u0412\u044b \u043e\u0442\u0432\u0435\u0442\u0438\u043b\u0438 \u043d\u0430 \u043b\u0438\u0448\u044c \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0432\u043e\u043f\u0440\u043e\u0441\u044b (%s\/%s) \u0432 \u0434\u0430\u043d\u043d\u043e\u043c \u0440\u0430\u0437\u0434\u0435\u043b\u0435","You are about to go to the next item. Click OK to continue and go to the next item.":"\u0412\u044b \u0441\u043e\u0431\u0438\u0440\u0430\u0435\u0442\u0435\u0441\u044c \u043f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u043c\u0443 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0443. \u041d\u0430\u0436\u043c\u0438\u0442\u0435 OK, \u0447\u0442\u043e\u0431\u044b \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c \u0438 \u043f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u043c\u0443 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0443.","You are about to go to the previous item. Click OK to continue and go to the previous item.":"\u0412\u044b \u0441\u043e\u0431\u0438\u0440\u0430\u0435\u0442\u0435\u0441\u044c \u043f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u043f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0435\u043c\u0443 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0443. \u041d\u0430\u0436\u043c\u0438\u0442\u0435 OK, \u0447\u0442\u043e\u0431\u044b \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c \u0438 \u043f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u043f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0435\u043c\u0443 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0443.","You are about to submit the test.":"\u0412\u044b \u0441\u043e\u0431\u0438\u0440\u0430\u0435\u0442\u0435\u0441\u044c \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0442\u0435\u0441\u0442.","You are about to submit the test. You will not be able to access this test once submitted. Click OK to continue and submit the test.":"\u0412\u044b \u0441\u043e\u0431\u0438\u0440\u0430\u0435\u0442\u0435\u0441\u044c \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0442\u0435\u0441\u0442. \u041f\u043e\u0441\u043b\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0438 \u0432\u044b \u0443\u0436\u0435 \u043d\u0435 \u0431\u0443\u0434\u0435\u0442\u0435 \u0438\u043c\u0435\u0442\u044c \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u044d\u0442\u043e\u043c\u0443 \u0442\u0435\u0441\u0442\u0443. \u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u0022\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c\u0022, \u0447\u0442\u043e\u0431\u044b \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c \u0438 \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0442\u0435\u0441\u0442.","You are encountering a prolonged connectivity loss. ":"\u041f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u043f\u0440\u0435\u0440\u044b\u0432\u0430\u0435\u0442\u0441\u044f \u0443\u0436\u0435 \u0432 \u0442\u0435\u0447\u0435\u043d\u0438\u0435 \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438.","You have %s item(s) marked for review.":"\u0423 \u0432\u0430\u0441 \u0438\u043c\u0435\u0435\u0442\u0441\u044f \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432, \u043f\u043e\u043c\u0435\u0447\u0435\u043d\u043d\u044b\u0445 \u043d\u0430 \u043f\u0435\u0440\u0435\u0441\u043c\u043e\u0442\u0440: %s.","You have %s unanswered question(s)":"\u0423 \u0432\u0430\u0441 \u0438\u043c\u0435\u0435\u0442\u0441\u044f \u0432\u043e\u043f\u0440\u043e\u0441\u043e\u0432 \u0431\u0435\u0437 \u043e\u0442\u0432\u0435\u0442\u043e\u0432: %s","You have %s unanswered question(s) and have %s item(s) marked for review.":"\u0423 \u0432\u0430\u0441 \u0438\u043c\u0435\u0435\u0442\u0441\u044f \u0432\u043e\u043f\u0440\u043e\u0441\u043e\u0432 \u0431\u0435\u0437 \u043e\u0442\u0432\u0435\u0442\u043e\u0432: %s; \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432, \u043f\u043e\u043c\u0435\u0447\u0435\u043d\u043d\u044b\u0445 \u043d\u0430 \u043f\u0435\u0440\u0435\u0441\u043c\u043e\u0442\u0440: %s.","You have %s unanswered question(s).":"\u0423 \u0432\u0430\u0441 \u0438\u043c\u0435\u0435\u0442\u0441\u044f \u0432\u043e\u043f\u0440\u043e\u0441\u043e\u0432 \u0431\u0435\u0437 \u043e\u0442\u0432\u0435\u0442\u043e\u0432: %s.","You will not be able to access this test once submitted. Click \u0022%s\u0022 to continue and submit the test.":"\u041f\u043e\u0441\u043b\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0438 \u0432\u044b \u0443\u0436\u0435 \u043d\u0435 \u0431\u0443\u0434\u0435\u0442\u0435 \u0438\u043c\u0435\u0442\u044c \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u044d\u0442\u043e\u043c\u0443 \u0442\u0435\u0441\u0442\u0443. \u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u0022%s\u0022, \u0447\u0442\u043e\u0431\u044b \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c \u0438 \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0442\u0435\u0441\u0442.","Your comment\u2026":"\u0412\u0430\u0448 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439\u2026","Zoom":"\u041c\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435","Zoom in":"\u0423\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u044c \u043c\u0430\u0441\u0448\u0442\u0430\u0431","Zoom out":"\u0423\u043c\u0435\u043d\u044c\u0448\u0438\u0442\u044c \u043c\u0430\u0441\u0448\u0442\u0430\u0431"} \ No newline at end of file diff --git a/locales/ru-RU/qtiCat.rdf.po b/locales/ru-RU/qtiCat.rdf.po index 647468307a..acec330c95 100644 --- a/locales/ru-RU/qtiCat.rdf.po +++ b/locales/ru-RU/qtiCat.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:09\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:22\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: ru-RU\n" diff --git a/locales/ru-RU/qtitest.rdf.po b/locales/ru-RU/qtitest.rdf.po index 5cb5716044..2fd26434fc 100644 --- a/locales/ru-RU/qtitest.rdf.po +++ b/locales/ru-RU/qtitest.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:09\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:22\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: ru-RU\n" diff --git a/locales/ru-RU/taoQtiTestItemRunner.rdf.po b/locales/ru-RU/taoQtiTestItemRunner.rdf.po index 779bebea1d..973c3fd9eb 100644 --- a/locales/ru-RU/taoQtiTestItemRunner.rdf.po +++ b/locales/ru-RU/taoQtiTestItemRunner.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:09\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:22\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: ru-RU\n" diff --git a/locales/sk-SK/messages.po b/locales/sk-SK/messages.po index aa93bb8954..3e9912527c 100644 --- a/locales/sk-SK/messages.po +++ b/locales/sk-SK/messages.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:09\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:23\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: sk-SK\n" @@ -22,6 +22,9 @@ msgstr "" msgid "(Visual) Highlight Text" msgstr "" +msgid "A concurrent delivery has been detected. Please use the last open session. The present window can be closed." +msgstr "" + msgid "A QTI Item involved in the QTI Test '%s' could not be compiled." msgstr "" @@ -46,6 +49,9 @@ msgstr "" msgid "A visible section is one that is identifiable by the candidate." msgstr "" +msgid "Accessibility tool that enables Test Taker to have the item content read aloud." +msgstr "" + msgid "Activated" msgstr "" @@ -58,6 +64,9 @@ msgstr "" msgid "Add selected item(s) here." msgstr "" +msgid "Add Subsection" +msgstr "" + msgid "Add the source file" msgstr "" @@ -223,6 +232,15 @@ msgstr "" msgid "Black on White" msgstr "" +msgid "Bookmark question" +msgstr "" + +msgid "Bookmark the current question for later review" +msgstr "" + +msgid "Bookmarked question %s" +msgstr "" + msgid "Calculator" msgstr "" @@ -268,6 +286,9 @@ msgstr "" msgid "Click \"%s\" to continue" msgstr "" +msgid "Click \"%s\" to continue." +msgstr "" + msgid "Click to speak" msgstr "" @@ -361,6 +382,9 @@ msgstr "" msgid "Displays a customisable magnifier" msgstr "" +msgid "Do not bookmark the current question for later review" +msgstr "" + msgid "Do not flag the current item for later review" msgstr "" @@ -431,12 +455,21 @@ msgstr "" msgid "Expand the review panel" msgstr "" +msgid "Export" +msgstr "" + msgid "Export failed for the test \"%s" msgstr "" +msgid "Export failed. Key uri nor classUri in formValues are not defined" +msgstr "" + msgid "Export metadata" msgstr "" +msgid "Export QTI %s Test Package" +msgstr "" + msgid "Export QTI 2.1 Test Package" msgstr "" @@ -506,6 +539,9 @@ msgstr "" msgid "Hide Review" msgstr "" +msgid "Hide test overview panel" +msgstr "" + msgid "Hide the review screen" msgstr "" @@ -557,6 +593,9 @@ msgstr "" msgid "If the connection cannot be restored, see option B." msgstr "" +msgid "If you leave the test, your changes will not be saved due to invalid test settings. Are you sure you wish to leave?" +msgstr "" + msgid "If you need help, please contact our Helpline on 0330 088 4171." msgstr "" @@ -590,6 +629,9 @@ msgstr "" msgid "Individual" msgstr "" +msgid "Informational item" +msgstr "" + msgid "Informational Item Usage" msgstr "" @@ -701,11 +743,11 @@ msgstr "" msgid "Manage test properties" msgstr "" -#, tao-public -msgid "Manage tests" +msgid "Manage Tests" msgstr "" -msgid "Manage Tests" +#, tao-public +msgid "Manage tests" msgstr "" msgid "Mark for review" @@ -762,12 +804,15 @@ msgstr "" msgid "minutes" msgstr "" -msgid "Missed required parameter \'id\" +msgid "Missed required parameter \'id\'" msgstr "" msgid "Missed test package file" msgstr "" +msgid "Missing filename for QTI Test export" +msgstr "" + msgid "Missing required configuration option %s" msgstr "" @@ -816,12 +861,18 @@ msgstr "" msgid "No" msgstr "" +msgid "NO" +msgstr "" + msgid "No CAT Engine configured for CAT Endpoint \"%s\"." msgstr "" msgid "No file found at location \"%s\"." msgstr "" +msgid "No instance in form to export" +msgstr "" + msgid "No more attempts allowed for item \"%s\"." msgstr "" @@ -855,10 +906,10 @@ msgstr "" msgid "Offline" msgstr "" -msgid "OK" +msgid "Ok" msgstr "" -msgid "Ok" +msgid "OK" msgstr "" msgid "OK & End test" @@ -963,6 +1014,12 @@ msgstr "" msgid "QTI Test \"%s\" successfully published." msgstr "" +msgid "QTI Test Metadata" +msgstr "" + +msgid "QTI Test Package %s" +msgstr "" + msgid "QTI Test Package 2.1" msgstr "" @@ -978,6 +1035,9 @@ msgstr "" msgid "Question" msgstr "" +msgid "Question %s" +msgstr "" + msgid "questions" msgstr "" @@ -1002,6 +1062,9 @@ msgstr "" msgid "Remove Section" msgstr "" +msgid "Remove Subsection" +msgstr "" + msgid "Remove Test Part" msgstr "" @@ -1017,6 +1080,9 @@ msgstr "" msgid "Resource(s) successfully exported." msgstr "" +msgid "ResultTransmission event successfully registered" +msgstr "" + msgid "Review" msgstr "" @@ -1125,6 +1191,9 @@ msgstr "" msgid "Show Solution" msgstr "" +msgid "Show test overview panel" +msgstr "" + msgid "Show the review screen" msgstr "" @@ -1233,6 +1302,12 @@ msgstr "" msgid "Test Navigation" msgstr "" +msgid "Test overview" +msgstr "" + +msgid "Test part level category enables configuring the categories of its composing items all at once. A category in gray means that all items have that category. A category in white means that only a few items have that category." +msgstr "" + msgid "Test Part Properties" msgstr "" @@ -1261,10 +1336,10 @@ msgstr "" msgid "Text content" msgstr "" -msgid "Text to Speech" +msgid "Text To Speech" msgstr "" -msgid "Text To Speech" +msgid "Text to Speech" msgstr "" msgid "that was being taken." @@ -1348,6 +1423,9 @@ msgstr "" msgid "The provided archive is invalid. Make sure it is not corrupted and that it contains an 'imsmanifest.xml' file." msgstr "" +msgid "The QTI Item with URI '%s' cannot be found." +msgstr "" + msgid "The QTI Test '%s' to be compiled must contain at least 1 QTI Item. None found." msgstr "" @@ -1378,6 +1456,14 @@ msgstr "" msgid "The submission mode determines when the candidate's responses are submitted for response processing. A testPart in individual mode requires the candidate to submit their responses on an item-by-item basis. In simultaneous mode the candidate's responses are all submitted together at the end of the testPart." msgstr "" +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"" +msgstr "" + +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"Please fix the invalid settings and try again." +msgstr "" + msgid "The test has been closed/suspended!" msgstr "" @@ -1595,6 +1681,9 @@ msgstr "" msgid "Yellow on Blue" msgstr "" +msgid "YES" +msgstr "" + msgid "Yes" msgstr "" diff --git a/locales/sk-SK/qtiCat.rdf.po b/locales/sk-SK/qtiCat.rdf.po index 7e24e9fbcd..f7e0639371 100644 --- a/locales/sk-SK/qtiCat.rdf.po +++ b/locales/sk-SK/qtiCat.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:09\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:23\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: sk-SK\n" diff --git a/locales/sk-SK/qtitest.rdf.po b/locales/sk-SK/qtitest.rdf.po index b74d86245b..aa555e7fef 100644 --- a/locales/sk-SK/qtitest.rdf.po +++ b/locales/sk-SK/qtitest.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:09\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:23\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: sk-SK\n" diff --git a/locales/sk-SK/taoQtiTestItemRunner.rdf.po b/locales/sk-SK/taoQtiTestItemRunner.rdf.po index 8c00d40eab..d8a87af747 100644 --- a/locales/sk-SK/taoQtiTestItemRunner.rdf.po +++ b/locales/sk-SK/taoQtiTestItemRunner.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:09\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:23\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: sk-SK\n" diff --git a/locales/sv-SE/messages.po b/locales/sv-SE/messages.po index 7938abc229..9aa0e35708 100644 --- a/locales/sv-SE/messages.po +++ b/locales/sv-SE/messages.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:10\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:23\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: sv-SE\n" @@ -22,6 +22,9 @@ msgstr "" msgid "(Visual) Highlight Text" msgstr "" +msgid "A concurrent delivery has been detected. Please use the last open session. The present window can be closed." +msgstr "" + msgid "A QTI Item involved in the QTI Test '%s' could not be compiled." msgstr "" @@ -46,6 +49,9 @@ msgstr "" msgid "A visible section is one that is identifiable by the candidate." msgstr "" +msgid "Accessibility tool that enables Test Taker to have the item content read aloud." +msgstr "" + msgid "Activated" msgstr "" @@ -58,6 +64,9 @@ msgstr "" msgid "Add selected item(s) here." msgstr "" +msgid "Add Subsection" +msgstr "" + msgid "Add the source file" msgstr "" @@ -223,6 +232,15 @@ msgstr "" msgid "Black on White" msgstr "" +msgid "Bookmark question" +msgstr "" + +msgid "Bookmark the current question for later review" +msgstr "" + +msgid "Bookmarked question %s" +msgstr "" + msgid "Calculator" msgstr "" @@ -268,6 +286,9 @@ msgstr "" msgid "Click \"%s\" to continue" msgstr "" +msgid "Click \"%s\" to continue." +msgstr "" + msgid "Click to speak" msgstr "" @@ -361,6 +382,9 @@ msgstr "" msgid "Displays a customisable magnifier" msgstr "" +msgid "Do not bookmark the current question for later review" +msgstr "" + msgid "Do not flag the current item for later review" msgstr "" @@ -431,12 +455,21 @@ msgstr "" msgid "Expand the review panel" msgstr "" +msgid "Export" +msgstr "" + msgid "Export failed for the test \"%s" msgstr "" +msgid "Export failed. Key uri nor classUri in formValues are not defined" +msgstr "" + msgid "Export metadata" msgstr "" +msgid "Export QTI %s Test Package" +msgstr "" + msgid "Export QTI 2.1 Test Package" msgstr "" @@ -506,6 +539,9 @@ msgstr "" msgid "Hide Review" msgstr "" +msgid "Hide test overview panel" +msgstr "" + msgid "Hide the review screen" msgstr "" @@ -557,6 +593,9 @@ msgstr "" msgid "If the connection cannot be restored, see option B." msgstr "" +msgid "If you leave the test, your changes will not be saved due to invalid test settings. Are you sure you wish to leave?" +msgstr "" + msgid "If you need help, please contact our Helpline on 0330 088 4171." msgstr "" @@ -590,6 +629,9 @@ msgstr "" msgid "Individual" msgstr "" +msgid "Informational item" +msgstr "" + msgid "Informational Item Usage" msgstr "" @@ -701,11 +743,11 @@ msgstr "" msgid "Manage test properties" msgstr "" -#, tao-public -msgid "Manage tests" +msgid "Manage Tests" msgstr "" -msgid "Manage Tests" +#, tao-public +msgid "Manage tests" msgstr "" msgid "Mark for review" @@ -762,12 +804,15 @@ msgstr "" msgid "minutes" msgstr "" -msgid "Missed required parameter \'id\" +msgid "Missed required parameter \'id\'" msgstr "" msgid "Missed test package file" msgstr "" +msgid "Missing filename for QTI Test export" +msgstr "" + msgid "Missing required configuration option %s" msgstr "" @@ -816,12 +861,18 @@ msgstr "" msgid "No" msgstr "" +msgid "NO" +msgstr "" + msgid "No CAT Engine configured for CAT Endpoint \"%s\"." msgstr "" msgid "No file found at location \"%s\"." msgstr "" +msgid "No instance in form to export" +msgstr "" + msgid "No more attempts allowed for item \"%s\"." msgstr "" @@ -855,10 +906,10 @@ msgstr "" msgid "Offline" msgstr "" -msgid "OK" +msgid "Ok" msgstr "" -msgid "Ok" +msgid "OK" msgstr "" msgid "OK & End test" @@ -963,6 +1014,12 @@ msgstr "" msgid "QTI Test \"%s\" successfully published." msgstr "" +msgid "QTI Test Metadata" +msgstr "" + +msgid "QTI Test Package %s" +msgstr "" + msgid "QTI Test Package 2.1" msgstr "" @@ -978,6 +1035,9 @@ msgstr "" msgid "Question" msgstr "" +msgid "Question %s" +msgstr "" + msgid "questions" msgstr "" @@ -1002,6 +1062,9 @@ msgstr "" msgid "Remove Section" msgstr "" +msgid "Remove Subsection" +msgstr "" + msgid "Remove Test Part" msgstr "" @@ -1017,6 +1080,9 @@ msgstr "" msgid "Resource(s) successfully exported." msgstr "" +msgid "ResultTransmission event successfully registered" +msgstr "" + msgid "Review" msgstr "" @@ -1125,6 +1191,9 @@ msgstr "" msgid "Show Solution" msgstr "" +msgid "Show test overview panel" +msgstr "" + msgid "Show the review screen" msgstr "" @@ -1233,6 +1302,12 @@ msgstr "" msgid "Test Navigation" msgstr "" +msgid "Test overview" +msgstr "" + +msgid "Test part level category enables configuring the categories of its composing items all at once. A category in gray means that all items have that category. A category in white means that only a few items have that category." +msgstr "" + msgid "Test Part Properties" msgstr "" @@ -1261,10 +1336,10 @@ msgstr "" msgid "Text content" msgstr "" -msgid "Text to Speech" +msgid "Text To Speech" msgstr "" -msgid "Text To Speech" +msgid "Text to Speech" msgstr "" msgid "that was being taken." @@ -1348,6 +1423,9 @@ msgstr "" msgid "The provided archive is invalid. Make sure it is not corrupted and that it contains an 'imsmanifest.xml' file." msgstr "" +msgid "The QTI Item with URI '%s' cannot be found." +msgstr "" + msgid "The QTI Test '%s' to be compiled must contain at least 1 QTI Item. None found." msgstr "" @@ -1378,6 +1456,14 @@ msgstr "" msgid "The submission mode determines when the candidate's responses are submitted for response processing. A testPart in individual mode requires the candidate to submit their responses on an item-by-item basis. In simultaneous mode the candidate's responses are all submitted together at the end of the testPart." msgstr "" +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"" +msgstr "" + +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"Please fix the invalid settings and try again." +msgstr "" + msgid "The test has been closed/suspended!" msgstr "" @@ -1595,6 +1681,9 @@ msgstr "" msgid "Yellow on Blue" msgstr "" +msgid "YES" +msgstr "" + msgid "Yes" msgstr "" diff --git a/locales/sv-SE/messages_po.js b/locales/sv-SE/messages_po.js index cf494b7180..881d1c96b5 100644 --- a/locales/sv-SE/messages_po.js +++ b/locales/sv-SE/messages_po.js @@ -1 +1 @@ -{"Access denied. Please renew your authentication!":"\u00c5tkomst nekad","Actions":"Funktioner","Add":"L\u00e4gg till","Add a user":"L\u00e4gg till en anv\u00e4ndare","Authoring":"Skapa","Cancel":"Avsluta","Change the password":"\u00c4ndra l\u00f6senord","class selected":"klass vald","Column":"Kolumn","Create":"Skapa","CSV Options":"CVS Val","Current language":"Aktuellt spr\u00e5k","Data imported successfully":"Data framg\u00e5ngsrikt importerat","Data Language":"Dataspr\u00e5k","Data language":"Dataspr\u00e5k","Delete":"Da bort","Don\u0027t set":"Fastst\u00e4ll ej","Download":"Ladda ner","Duplicate":"Dublett","Edit":"Redigera","Edit a user":"Redigera en anv\u00e4ndare","Element":"Best\u00e5ndsdel","Error":"Fel","Error during file import":"Fel under filimport","Exclusive (OR)":"Exklusive (ELLER)","Export":"Exportera","File":"Fil","File name":"Filnamn","Filter":"Filter","Filtering mode":"Filtreringsmetod","Groups":"Grupper","Groups library":"Grupparkiv","Import":"Importera","Inclusive (AND)":"Inklusive (OCH)","Interface Language":"Gr\u00e4nssnittsspr\u00e5k","Interface language":"Gr\u00e4nssnittsspr\u00e5k","Invalid field length":"Ogilitigt f\u00e4ltl\u00e4ngd","Invalid file type!":"Ogiltig filtyp","Invalid login or password. Please try again.":"Inget konto matchar den angivna inloggningen\/l\u00f6senordet","Items":"Fr\u00e5gor","Label":"Etikett","Language":"Spr\u00e5k","List":"Lista","Login":"Inloggning","Manage data list":"Hantera datalista","Manage groups":"Hantera grupper","Manage items":"Hantera fr\u00e5gor","Manage test takers":"Hantera testtagare","Manage tests":"Hantera tester","Manage users":"Hantera anv\u00e4ndare","Map the properties to the CSV columns":"Kartl\u00e4gg egenskaper hos CSV-kolumner","Move":"Flytta","Move to":"Flytta till","My settings":"Mina inst\u00e4llningar","Name":"Namn","New class":"Ny klass","New Group":"Ny grupp","New password":"Nytt l\u00f6senord","New test":"Nytt test","New test-taker":"Ny testtagare","Next":"N\u00e4sta","Nothing imported":"Inget importerat","Number of elements":"Antal best\u00e5ndsdelar","Old Password":"Gammalt l\u00f6senord","Password":"L\u00f6senord","Please confirm deletion":"Vill du verkligen radera?","Please confirm property deletion!":"Vill du verkligen radera egenskap?","Preview":"F\u00f6rhandsvisning","Remove":"Ta bort","Rename":"D\u00f6p om","Repeat new password":"Upprepa det nya l\u00f6senordet","Resource saved":"Resurs sparad","Right click the tree to manage your lists":"H\u00f6gerklicka p\u00e5 tr\u00e4dstrukturen f\u00f6r att hantera din lista","Save":"Spara","Search":"S\u00f6k","select":"v\u00e4lj","Select":"V\u00e4lj","Select a language":"V\u00e4lj spr\u00e5k","Selected file:":"Vald fil","Selection saved successfully":"Urval framg\u00e5ngsrikt sparat","Settings":"Inst\u00e4llningar","Supported export formats":"St\u00f6dda exportformat","Test takers library":"Testtagararkiv","Tests":"Tester","Tests library":"Testarkiv","The value of this field must be an integer":"V\u00e4rdet i detta f\u00e4lt m\u00e5ste vara ett heltal","This field is too long":"F\u00e4ltet \u00e4r f\u00f6r l\u00e5ngt","This field is too short":"F\u00e4ltet \u00e4t f\u00f6r kort","Translate":"\u00d6vers\u00e4tt","Translate to":"\u00d6vers\u00e4tt till","Translation parameters":"\u00d6vers\u00e4tt parametrar","Translation saved":"\u00d6vers\u00e4ttnig sparad","Type":"Skriv","Upload":"Ladda upp","User added":"Anv\u00e4ndare tillagd","User deleted successfully":"Anv\u00e4ndare framg\u00e5ngsrikt borttagen","User saved":"Anv\u00e4ndare sparad","Users":"Anv\u00e4ndare"} \ No newline at end of file +{"Access denied. Please renew your authentication!":"\u00c5tkomst nekad","Actions":"Funktioner","Add":"L\u00e4gg till","Add a user":"L\u00e4gg till en anv\u00e4ndare","Authoring":"Skapa","Cancel":"Avsluta","Change the password":"\u00c4ndra l\u00f6senord","class selected":"klass vald","Column":"Kolumn","Create":"Skapa","CSV Options":"CVS Val","Current language":"Aktuellt spr\u00e5k","Data imported successfully":"Data framg\u00e5ngsrikt importerat","Data Language":"Dataspr\u00e5k","Data language":"Dataspr\u00e5k","Delete":"Da bort","Don\u0027t set":"Fastst\u00e4ll ej","Download":"Ladda ner","Duplicate":"Dublett","Edit":"Redigera","Edit a user":"Redigera en anv\u00e4ndare","Element":"Best\u00e5ndsdel","Error":"Fel","Error during file import":"Fel under filimport","Exclusive (OR)":"Exklusive (ELLER)","Export":"Exportera","File":"Fil","File name":"Filnamn","Filter":"Filter","Filtering mode":"Filtreringsmetod","Groups":"Grupper","Groups library":"Grupparkiv","Import":"Importera","Inclusive (AND)":"Inklusive (OCH)","Interface language":"Gr\u00e4nssnittsspr\u00e5k","Interface Language":"Gr\u00e4nssnittsspr\u00e5k","Invalid field length":"Ogilitigt f\u00e4ltl\u00e4ngd","Invalid file type!":"Ogiltig filtyp","Invalid login or password. Please try again.":"Inget konto matchar den angivna inloggningen\/l\u00f6senordet","Items":"Fr\u00e5gor","Label":"Etikett","Language":"Spr\u00e5k","List":"Lista","Login":"Inloggning","Manage data list":"Hantera datalista","Manage groups":"Hantera grupper","Manage items":"Hantera fr\u00e5gor","Manage test takers":"Hantera testtagare","Manage tests":"Hantera tester","Manage users":"Hantera anv\u00e4ndare","Map the properties to the CSV columns":"Kartl\u00e4gg egenskaper hos CSV-kolumner","Move":"Flytta","Move to":"Flytta till","My settings":"Mina inst\u00e4llningar","Name":"Namn","New class":"Ny klass","New Group":"Ny grupp","New password":"Nytt l\u00f6senord","New test":"Nytt test","New test-taker":"Ny testtagare","Next":"N\u00e4sta","Nothing imported":"Inget importerat","Number of elements":"Antal best\u00e5ndsdelar","Old Password":"Gammalt l\u00f6senord","Password":"L\u00f6senord","Please confirm deletion":"Vill du verkligen radera?","Please confirm property deletion!":"Vill du verkligen radera egenskap?","Preview":"F\u00f6rhandsvisning","Remove":"Ta bort","Rename":"D\u00f6p om","Repeat new password":"Upprepa det nya l\u00f6senordet","Resource saved":"Resurs sparad","Right click the tree to manage your lists":"H\u00f6gerklicka p\u00e5 tr\u00e4dstrukturen f\u00f6r att hantera din lista","Save":"Spara","Search":"S\u00f6k","select":"v\u00e4lj","Select":"V\u00e4lj","Select a language":"V\u00e4lj spr\u00e5k","Selected file:":"Vald fil","Selection saved successfully":"Urval framg\u00e5ngsrikt sparat","Settings":"Inst\u00e4llningar","Supported export formats":"St\u00f6dda exportformat","Test takers library":"Testtagararkiv","Tests":"Tester","Tests library":"Testarkiv","The value of this field must be an integer":"V\u00e4rdet i detta f\u00e4lt m\u00e5ste vara ett heltal","This field is too long":"F\u00e4ltet \u00e4r f\u00f6r l\u00e5ngt","This field is too short":"F\u00e4ltet \u00e4t f\u00f6r kort","Translate":"\u00d6vers\u00e4tt","Translate to":"\u00d6vers\u00e4tt till","Translation parameters":"\u00d6vers\u00e4tt parametrar","Translation saved":"\u00d6vers\u00e4ttnig sparad","Type":"Skriv","Upload":"Ladda upp","User added":"Anv\u00e4ndare tillagd","User deleted successfully":"Anv\u00e4ndare framg\u00e5ngsrikt borttagen","User saved":"Anv\u00e4ndare sparad","Users":"Anv\u00e4ndare"} \ No newline at end of file diff --git a/locales/sv-SE/qtiCat.rdf.po b/locales/sv-SE/qtiCat.rdf.po index 098c6ab3be..bac0319182 100644 --- a/locales/sv-SE/qtiCat.rdf.po +++ b/locales/sv-SE/qtiCat.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:10\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:23\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: sv-SE\n" diff --git a/locales/sv-SE/qtitest.rdf.po b/locales/sv-SE/qtitest.rdf.po index d2acf72478..bf0519c10a 100644 --- a/locales/sv-SE/qtitest.rdf.po +++ b/locales/sv-SE/qtitest.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:10\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:23\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: sv-SE\n" diff --git a/locales/sv-SE/taoQtiTestItemRunner.rdf.po b/locales/sv-SE/taoQtiTestItemRunner.rdf.po index 4f3b21596e..f93f7ca8a4 100644 --- a/locales/sv-SE/taoQtiTestItemRunner.rdf.po +++ b/locales/sv-SE/taoQtiTestItemRunner.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:10\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:23\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: sv-SE\n" diff --git a/locales/uk-UA/messages.po b/locales/uk-UA/messages.po index e4df0efc49..f973780626 100644 --- a/locales/uk-UA/messages.po +++ b/locales/uk-UA/messages.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:10\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:23\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: uk-UA\n" @@ -22,6 +22,9 @@ msgstr "" msgid "(Visual) Highlight Text" msgstr "" +msgid "A concurrent delivery has been detected. Please use the last open session. The present window can be closed." +msgstr "" + msgid "A QTI Item involved in the QTI Test '%s' could not be compiled." msgstr "" @@ -46,6 +49,9 @@ msgstr "" msgid "A visible section is one that is identifiable by the candidate." msgstr "" +msgid "Accessibility tool that enables Test Taker to have the item content read aloud." +msgstr "" + msgid "Activated" msgstr "" @@ -58,6 +64,9 @@ msgstr "" msgid "Add selected item(s) here." msgstr "" +msgid "Add Subsection" +msgstr "" + msgid "Add the source file" msgstr "" @@ -223,6 +232,15 @@ msgstr "" msgid "Black on White" msgstr "" +msgid "Bookmark question" +msgstr "" + +msgid "Bookmark the current question for later review" +msgstr "" + +msgid "Bookmarked question %s" +msgstr "" + msgid "Calculator" msgstr "" @@ -268,6 +286,9 @@ msgstr "" msgid "Click \"%s\" to continue" msgstr "" +msgid "Click \"%s\" to continue." +msgstr "" + msgid "Click to speak" msgstr "" @@ -361,6 +382,9 @@ msgstr "" msgid "Displays a customisable magnifier" msgstr "" +msgid "Do not bookmark the current question for later review" +msgstr "" + msgid "Do not flag the current item for later review" msgstr "" @@ -431,12 +455,21 @@ msgstr "" msgid "Expand the review panel" msgstr "" +msgid "Export" +msgstr "" + msgid "Export failed for the test \"%s" msgstr "" +msgid "Export failed. Key uri nor classUri in formValues are not defined" +msgstr "" + msgid "Export metadata" msgstr "" +msgid "Export QTI %s Test Package" +msgstr "" + msgid "Export QTI 2.1 Test Package" msgstr "" @@ -506,6 +539,9 @@ msgstr "" msgid "Hide Review" msgstr "" +msgid "Hide test overview panel" +msgstr "" + msgid "Hide the review screen" msgstr "" @@ -557,6 +593,9 @@ msgstr "" msgid "If the connection cannot be restored, see option B." msgstr "" +msgid "If you leave the test, your changes will not be saved due to invalid test settings. Are you sure you wish to leave?" +msgstr "" + msgid "If you need help, please contact our Helpline on 0330 088 4171." msgstr "" @@ -590,6 +629,9 @@ msgstr "" msgid "Individual" msgstr "" +msgid "Informational item" +msgstr "" + msgid "Informational Item Usage" msgstr "" @@ -701,11 +743,11 @@ msgstr "" msgid "Manage test properties" msgstr "" -#, tao-public -msgid "Manage tests" +msgid "Manage Tests" msgstr "" -msgid "Manage Tests" +#, tao-public +msgid "Manage tests" msgstr "" msgid "Mark for review" @@ -762,12 +804,15 @@ msgstr "" msgid "minutes" msgstr "" -msgid "Missed required parameter \'id\" +msgid "Missed required parameter \'id\'" msgstr "" msgid "Missed test package file" msgstr "" +msgid "Missing filename for QTI Test export" +msgstr "" + msgid "Missing required configuration option %s" msgstr "" @@ -816,12 +861,18 @@ msgstr "" msgid "No" msgstr "" +msgid "NO" +msgstr "" + msgid "No CAT Engine configured for CAT Endpoint \"%s\"." msgstr "" msgid "No file found at location \"%s\"." msgstr "" +msgid "No instance in form to export" +msgstr "" + msgid "No more attempts allowed for item \"%s\"." msgstr "" @@ -855,10 +906,10 @@ msgstr "" msgid "Offline" msgstr "" -msgid "OK" +msgid "Ok" msgstr "" -msgid "Ok" +msgid "OK" msgstr "" msgid "OK & End test" @@ -963,6 +1014,12 @@ msgstr "" msgid "QTI Test \"%s\" successfully published." msgstr "" +msgid "QTI Test Metadata" +msgstr "" + +msgid "QTI Test Package %s" +msgstr "" + msgid "QTI Test Package 2.1" msgstr "" @@ -978,6 +1035,9 @@ msgstr "" msgid "Question" msgstr "" +msgid "Question %s" +msgstr "" + msgid "questions" msgstr "" @@ -1002,6 +1062,9 @@ msgstr "" msgid "Remove Section" msgstr "" +msgid "Remove Subsection" +msgstr "" + msgid "Remove Test Part" msgstr "" @@ -1017,6 +1080,9 @@ msgstr "" msgid "Resource(s) successfully exported." msgstr "" +msgid "ResultTransmission event successfully registered" +msgstr "" + msgid "Review" msgstr "" @@ -1125,6 +1191,9 @@ msgstr "" msgid "Show Solution" msgstr "" +msgid "Show test overview panel" +msgstr "" + msgid "Show the review screen" msgstr "" @@ -1233,6 +1302,12 @@ msgstr "" msgid "Test Navigation" msgstr "" +msgid "Test overview" +msgstr "" + +msgid "Test part level category enables configuring the categories of its composing items all at once. A category in gray means that all items have that category. A category in white means that only a few items have that category." +msgstr "" + msgid "Test Part Properties" msgstr "" @@ -1261,10 +1336,10 @@ msgstr "" msgid "Text content" msgstr "" -msgid "Text to Speech" +msgid "Text To Speech" msgstr "" -msgid "Text To Speech" +msgid "Text to Speech" msgstr "" msgid "that was being taken." @@ -1348,6 +1423,9 @@ msgstr "" msgid "The provided archive is invalid. Make sure it is not corrupted and that it contains an 'imsmanifest.xml' file." msgstr "" +msgid "The QTI Item with URI '%s' cannot be found." +msgstr "" + msgid "The QTI Test '%s' to be compiled must contain at least 1 QTI Item. None found." msgstr "" @@ -1378,6 +1456,14 @@ msgstr "" msgid "The submission mode determines when the candidate's responses are submitted for response processing. A testPart in individual mode requires the candidate to submit their responses on an item-by-item basis. In simultaneous mode the candidate's responses are all submitted together at the end of the testPart." msgstr "" +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"" +msgstr "" + +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"Please fix the invalid settings and try again." +msgstr "" + msgid "The test has been closed/suspended!" msgstr "" @@ -1595,6 +1681,9 @@ msgstr "" msgid "Yellow on Blue" msgstr "" +msgid "YES" +msgstr "" + msgid "Yes" msgstr "" diff --git a/locales/uk-UA/qtiCat.rdf.po b/locales/uk-UA/qtiCat.rdf.po index 8dd5160c22..105db6ed41 100644 --- a/locales/uk-UA/qtiCat.rdf.po +++ b/locales/uk-UA/qtiCat.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:10\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:23\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: uk-UA\n" diff --git a/locales/uk-UA/qtitest.rdf.po b/locales/uk-UA/qtitest.rdf.po index df362b7330..cdba073130 100644 --- a/locales/uk-UA/qtitest.rdf.po +++ b/locales/uk-UA/qtitest.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:10\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:23\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: uk-UA\n" diff --git a/locales/uk-UA/taoQtiTestItemRunner.rdf.po b/locales/uk-UA/taoQtiTestItemRunner.rdf.po index a7880c5a5f..1d0242c5e6 100644 --- a/locales/uk-UA/taoQtiTestItemRunner.rdf.po +++ b/locales/uk-UA/taoQtiTestItemRunner.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:10\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:23\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: uk-UA\n" diff --git a/locales/zh-CN/messages.po b/locales/zh-CN/messages.po index 23bfbdb13d..636691f416 100644 --- a/locales/zh-CN/messages.po +++ b/locales/zh-CN/messages.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:11\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:23\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: zh-CN\n" @@ -22,6 +22,9 @@ msgstr "" msgid "(Visual) Highlight Text" msgstr "" +msgid "A concurrent delivery has been detected. Please use the last open session. The present window can be closed." +msgstr "" + msgid "A QTI Item involved in the QTI Test '%s' could not be compiled." msgstr "" @@ -46,6 +49,9 @@ msgstr "" msgid "A visible section is one that is identifiable by the candidate." msgstr "一个可见的章节是要让考生能看见的。" +msgid "Accessibility tool that enables Test Taker to have the item content read aloud." +msgstr "" + msgid "Activated" msgstr "" @@ -58,6 +64,9 @@ msgstr "" msgid "Add selected item(s) here." msgstr "在此处添加所选的题目。" +msgid "Add Subsection" +msgstr "" + msgid "Add the source file" msgstr "添加来源文件" @@ -223,6 +232,15 @@ msgstr "" msgid "Black on White" msgstr "" +msgid "Bookmark question" +msgstr "" + +msgid "Bookmark the current question for later review" +msgstr "" + +msgid "Bookmarked question %s" +msgstr "" + msgid "Calculator" msgstr "" @@ -268,6 +286,9 @@ msgstr "" msgid "Click \"%s\" to continue" msgstr "" +msgid "Click \"%s\" to continue." +msgstr "" + msgid "Click to speak" msgstr "" @@ -361,6 +382,9 @@ msgstr "" msgid "Displays a customisable magnifier" msgstr "" +msgid "Do not bookmark the current question for later review" +msgstr "" + msgid "Do not flag the current item for later review" msgstr "" @@ -431,12 +455,21 @@ msgstr "" msgid "Expand the review panel" msgstr "" +msgid "Export" +msgstr "" + msgid "Export failed for the test \"%s" msgstr "" +msgid "Export failed. Key uri nor classUri in formValues are not defined" +msgstr "" + msgid "Export metadata" msgstr "" +msgid "Export QTI %s Test Package" +msgstr "" + msgid "Export QTI 2.1 Test Package" msgstr "导出 QTI 2.1考试包" @@ -506,6 +539,9 @@ msgstr "" msgid "Hide Review" msgstr "" +msgid "Hide test overview panel" +msgstr "" + msgid "Hide the review screen" msgstr "" @@ -557,6 +593,9 @@ msgstr "" msgid "If the connection cannot be restored, see option B." msgstr "" +msgid "If you leave the test, your changes will not be saved due to invalid test settings. Are you sure you wish to leave?" +msgstr "" + msgid "If you need help, please contact our Helpline on 0330 088 4171." msgstr "" @@ -590,6 +629,9 @@ msgstr "" msgid "Individual" msgstr "个别" +msgid "Informational item" +msgstr "" + msgid "Informational Item Usage" msgstr "" @@ -701,13 +743,13 @@ msgstr "管理指导语区块" msgid "Manage test properties" msgstr "管理考试属性" +msgid "Manage Tests" +msgstr "管理考试" + #, tao-public msgid "Manage tests" msgstr "" -msgid "Manage Tests" -msgstr "管理考试" - msgid "Mark for review" msgstr "" @@ -762,12 +804,15 @@ msgstr "这个考试部分的最短时限。" msgid "minutes" msgstr "" -msgid "Missed required parameter \'id\" +msgid "Missed required parameter \'id\'" msgstr "" msgid "Missed test package file" msgstr "" +msgid "Missing filename for QTI Test export" +msgstr "" + msgid "Missing required configuration option %s" msgstr "" @@ -816,12 +861,18 @@ msgstr "" msgid "No" msgstr "" +msgid "NO" +msgstr "" + msgid "No CAT Engine configured for CAT Endpoint \"%s\"." msgstr "" msgid "No file found at location \"%s\"." msgstr "" +msgid "No instance in form to export" +msgstr "" + msgid "No more attempts allowed for item \"%s\"." msgstr "题目\"%s\"已经无剩余的使用次数。" @@ -855,10 +906,10 @@ msgstr "不是随机顺序,该位置保持固定。" msgid "Offline" msgstr "" -msgid "OK" +msgid "Ok" msgstr "" -msgid "Ok" +msgid "OK" msgstr "" msgid "OK & End test" @@ -963,6 +1014,12 @@ msgstr "" msgid "QTI Test \"%s\" successfully published." msgstr "" +msgid "QTI Test Metadata" +msgstr "" + +msgid "QTI Test Package %s" +msgstr "" + msgid "QTI Test Package 2.1" msgstr "QTI 2.1考试包" @@ -978,6 +1035,9 @@ msgstr "" msgid "Question" msgstr "" +msgid "Question %s" +msgstr "" + msgid "questions" msgstr "" @@ -1002,6 +1062,9 @@ msgstr "移除指导语区块" msgid "Remove Section" msgstr "移除区域" +msgid "Remove Subsection" +msgstr "" + msgid "Remove Test Part" msgstr "" @@ -1017,6 +1080,9 @@ msgstr "" msgid "Resource(s) successfully exported." msgstr "" +msgid "ResultTransmission event successfully registered" +msgstr "" + msgid "Review" msgstr "" @@ -1125,6 +1191,9 @@ msgstr "" msgid "Show Solution" msgstr "显示解答" +msgid "Show test overview panel" +msgstr "" + msgid "Show the review screen" msgstr "" @@ -1233,6 +1302,12 @@ msgstr "" msgid "Test Navigation" msgstr "" +msgid "Test overview" +msgstr "" + +msgid "Test part level category enables configuring the categories of its composing items all at once. A category in gray means that all items have that category. A category in white means that only a few items have that category." +msgstr "" + msgid "Test Part Properties" msgstr "" @@ -1261,10 +1336,10 @@ msgstr "" msgid "Text content" msgstr "" -msgid "Text to Speech" +msgid "Text To Speech" msgstr "" -msgid "Text To Speech" +msgid "Text to Speech" msgstr "" msgid "that was being taken." @@ -1348,6 +1423,9 @@ msgstr "考试的主要标识符。" msgid "The provided archive is invalid. Make sure it is not corrupted and that it contains an 'imsmanifest.xml' file." msgstr "该提供的存档无效。 请确认它没有被损坏并且它包含了一个'imsmanifest.xml'文件。" +msgid "The QTI Item with URI '%s' cannot be found." +msgstr "" + msgid "The QTI Test '%s' to be compiled must contain at least 1 QTI Item. None found." msgstr "该QTI考试必须有至少1个QTI题目'%s'才能进行编译。 没有找到。" @@ -1378,6 +1456,14 @@ msgstr "区域标题。" msgid "The submission mode determines when the candidate's responses are submitted for response processing. A testPart in individual mode requires the candidate to submit their responses on an item-by-item basis. In simultaneous mode the candidate's responses are all submitted together at the end of the testPart." msgstr "考试提交模式决定考生回应什么时候被送回服务器处理。 在个别(individual)模式 ​​中,考生需要各自提交每一个题目,每个回应都会各自被送回服务器处理。 在同时(simultaneous)模式 ​​中,考生只需要考试没提交一次,所有的回应是同时在考试没被送回。" +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"" +msgstr "" + +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"Please fix the invalid settings and try again." +msgstr "" + msgid "The test has been closed/suspended!" msgstr "" @@ -1595,6 +1681,9 @@ msgstr "" msgid "Yellow on Blue" msgstr "" +msgid "YES" +msgstr "" + msgid "Yes" msgstr "" diff --git a/locales/zh-CN/messages_po.js b/locales/zh-CN/messages_po.js index 5f9b86df38..3cda893c3b 100644 --- a/locales/zh-CN/messages_po.js +++ b/locales/zh-CN/messages_po.js @@ -1 +1 @@ -{" and ":"\u548c"," has been deleted successfully":"\u5df2\u6210\u529f\u5220\u9664"," next":"\u4e0b\u4e00\u4e2a"," requires a subgrid adapter":"\u9700\u8981\u4e00\u4e2asubgrid adapter","%d day":"%d\u5929","%d days":"%d\u5929","%h hour":"%h\u5c0f\u65f6","%h hours":"%h\u5c0f\u65f6","%i minute":"%i\u5206\u949f","%i minutes":"%i\u5206\u949f","%m month":"%m\u6708","%m months":"%m\u6708","%s (%s kb)":"%s (%s kb)","%s extension(s) to install.":"%s\u6269\u5145\u7a0b\u5f0f\u9700\u8981\u5b89\u88c5\u3002","%y year":"%y\u5e74","%y years":"%y\u5e74","(empty)":"(\u7a7a\u767d)","... reloading page.":"\u3002\u00a0\u3002\u00a0\u3002\u00a0\u6b63\u5728\u5237\u65b0\u9875\u9762\u3002","Filters<\/del>":"\u00a0\u8fc7\u6ee4\u5668\u00a0<\/del>","Options<\/del>":"\u00a0\u9009\u9879\u00a0<\/del>","> Extension %s succesfully installed.":">\u6269\u5145\u7a0b\u5f0f%s\u5df2\u5b89\u88c5\u6210\u529f\u3002","> Installation done.":">\u5b89\u88c5\u5df2\u5b8c\u6210\u3002","A fatal error occured during the installation process.":"\u5b89\u88c5\u4e0b\u5217\u9879\u76ee\u65f6\u53d1\u751f\u9519\u8bef\u3002","A QTI Test must contain at least one QTI Item to be compiled. None found.":"\u6ca1\u6709\u627e\u5230\u4efb\u4f55\u9898\u76ee\u3002\u00a0\u4e00\u4e2aQTI\u8003\u8bd5\u5fc5\u987b\u6709\u81f3\u5c11\u4e00\u4e2aQTI\u9879\u76ee\u624d\u80fd\u8fdb\u884c\u7f16\u8bd1\u3002","A qti testpackage":"\u4e00\u4e2aQTI\u7684\u8003\u8bd5\u5305","A visible section is one that is identifiable by the candidate.":"\u4e00\u4e2a\u53ef\u89c1\u7684\u7ae0\u8282\u662f\u8981\u8ba9\u8003\u751f\u80fd\u770b\u89c1\u7684\u3002","Access Denied":"\u8bbf\u95ee\u906d\u62d2","Access denied. Please renew your authentication!":"\u8bbf\u95ee\u906d\u62d2\u3002\u00a0\u8bf7\u66f4\u65b0\u60a8\u7684\u8eab\u4efd\u9a8c\u8bc1!","Actions":"\u52a8\u4f5c","Add":"\u6dfb\u52a0","Add a CSV file":"\u6dfb\u52a0CSV\u6587\u4ef6","Add a user":"\u6dfb\u52a0\u4f7f\u7528\u8005","Add an RDF\/XML file":"\u6dfb\u52a0RDF\/XML\u6587\u4ef6","Add Consumer":"\u6dfb\u52a0\u6d88\u8d39\u8005","Add file(s)":"\u6dfb\u52a0\u6587\u4ef6","Add property":"\u6dfb\u52a0\u5c5e\u6027","Add selected item(s) here.":"\u5728\u6b64\u5904\u6dfb\u52a0\u6240\u9009\u7684\u9898\u76ee\u3002","Add the source file":"\u6dfb\u52a0\u6765\u6e90\u6587\u4ef6","all":"\u5b8c\u5168","All fields are required":"\u6240\u6709\u90fd\u662f\u5fc5\u586b\u680f","All rights reserved.":"\u4fdd\u7559\u6240\u6709\u6743\u5229\u3002","Allow Comment":"\u5141\u8bb8\u5907\u6ce8","Allow Review":"\u5141\u8bb8\u590d\u5ba1","Allow Skipping":"\u5141\u8bb8\u8df3\u8fc7","Allow the candidate to review his answers.":"\u5141\u8bb8\u8003\u751f\u590d\u5ba1\u7b54\u6848\u3002","Alpha version":"Alpha\u7248\u672c","An email has been sent":"\u7535\u5b50\u90ae\u4ef6\u5df2\u88ab\u9001\u51fa","An invisible section with a parent that is subject to shuffling can specify whether or not its children, which will appear to the candidate as if they were part of the parent, are shuffled as a block or mixed up with the other children of the parent section.":"\u4e00\u4e2a\u9690\u85cf\u7ae0\u8282\u82e5\u6709\u968f\u673a\u987a\u5e8f\u7684\u7236\u4ee3\u90e8\u5206\uff0c\u5f53\u663e\u793a\u7ae0\u8282\u7ed9\u8003\u751f\u65f6\uff0c\u60a8\u53ef\u4ee5\u8bbe\u5b9a\u5b83\u7684\u5b50\u7ae0\u8282\uff1a1.\u662f\u5426\u5c5e\u4e8e\u7236\u4ee3\u7684\u968f\u673a\u987a\u5e8f\u90e8\u5206\uff1b 2.\u5c5e\u4e8e\u81ea\u5df1\u7684\u968f\u673a\u987a\u5e8f\u533a\u5757\uff1b 3.\u4e0e\u5176\u5b83\u5b50\u7ae0\u8282\u6df7\u5408\u6210\u4e3a\u53e6\u4e00\u4e2a\u968f\u673a\u987a\u5e8f\u90e8\u5206","An item involved in the test cannot be read or is not QTI compliant.":"\u4e00\u4e2a\u7275\u6d89\u8003\u8bd5\u4f7f\u7528\u7684\u9898\u76ee\u65e0\u6cd5\u88ab\u8bfb\u53d6\u6216\u4e0d\u517c\u5bb9QTI\u3002","An item involved in the test cannot be written.":"\u4e00\u4e2a\u5728\u8003\u8bd5\u7684\u9898\u76ee\u4e0d\u80fd\u88ab\u5199\u5165\u3002","An unknown error occured while compiled QTI Test \u0027%s\u0027.":"\u5728\u7f16\u8bd1QTI\u8003\u8bd5\u0027%s\u0027\u65f6\u51fa\u73b0\u4e86\u4e00\u4e2a\u4e0d\u660e\u9519\u8bef\u3002","An unknown error occured while compiling QTI test \u0027%s\u0027.":"\u5728\u6c47\u96c6QTI\u8003\u8bd5\u0027%s\u0027\u4e2d\u65f6\u51fa\u73b0\u4e86\u4e00\u4e2a\u4e0d\u660e\u9519\u8bef\u3002","Are you sure to delete the versioned resource?\nThe history will be lost as well.":"\u60a8\u786e\u5b9a\u8981\u5220\u9664\u8be5\u7248\u672c\u7684\u8d44\u6e90?\u00a0\n\u8fc7\u53bb\u7684\u7eaa\u5f55\u90fd\u5c06\u9057\u5931\u3002","Are you sure you want to delete it?":"\u60a8\u786e\u5b9a\u8981\u5220\u9664\u5417\uff1f","Assign User to role":"\u5206\u914d\u7528\u6237\u89d2\u8272","Assign Users":"\u5206\u914d\u7528\u6237","Author":"\u4f5c\u8005","Author Item":"\u521b\u4f5c\u9898\u76ee","Authoring":"\u5199\u7740","Available Extensions":"\u53ef\u7528\u7684\u6269\u5145\u7a0b\u5f0f","Back to listing":"\u56de\u5230\u5217\u8868","Beta version":"Beta\u7248\u672c","Browse folders:":"\u6d4f\u89c8\u6587\u4ef6\u5939\uff1a","Browse...":"\u6d4f\u89c8...","Calendar":"\u65e5\u5386","Cancel":"\u53d6\u6d88","Candidate":"\u8003\u751f","Cannot be edited":"\u65e0\u6cd5\u7f16\u8f91","Categories":"\u5206\u7c7b","Change password":"\u66f4\u6539\u5bc6\u7801","Change the password":"\u66f4\u6539\u5bc6\u7801","Check All":"\u5168\u90e8\u52fe\u9009","Check all":"\u5168\u90e8\u52fe\u9009","Check-in":"\u767b\u8bb0","Choose export format":"\u9009\u62e9\u5bfc\u51fa\u683c\u5f0f","Choose import format":"\u9009\u62e9\u5bfc\u5165\u683c\u5f0f","class selected":"\u73ed\u7ea7\u5df2\u9009\u62e9","Column":"\u4e13\u680f","Combine a selection of items into tests.":"\u5c06\u4e00\u7ec4\u6240\u9009\u7684\u9898\u76ee\u7ed3\u5408\u6210\u8003\u8bd5\u3002","Comment":"\u5907\u6ce8","Commit":"\u63d0\u4ea4","Confirm":"\u786e\u8ba4","Connect to the TAO platform":"\u8fde\u7ed3\u5230TAO\u5e73\u53f0","Continue":"\u7ee7\u7eed","Controls the maximum number of attempts allowed. 0 means unlimited.":"\u5141\u8bb8\u6700\u5927\u7684\u4f7f\u7528\u6b21\u6570.\u8f93\u51650\u4e3a\u65e0\u9650\u5236\u3002","Create":"\u521b\u5efa","Create and design items and exercises.":"\u521b\u5efa\u548c\u8bbe\u8ba1\u9898\u76ee\u4ee5\u53ca\u7ec3\u4e60\u3002","Create instance of ":"\u521b\u5efa\u5b9e\u4f8b","CSV":"CSV (\u4ee5\u9017\u53f7\u5206\u9694)","CSV Options":"CSV \u9009\u9879","Current language":"\u76ee\u524d\u7684\u8bed\u8a00","Data imported":"\u5df2\u5bfc\u5165\u7684\u6570\u636e","Data imported successfully":"\u6570\u636e\u5df2\u6210\u529f\u5bfc\u5165","Data Language":"\u8d44\u6599\u8bed\u8a00","Data language":"\u6570\u636e\u8bed\u8a00","Date":"\u65e5\u671f","Default search":"\u9ed8\u8ba4\u641c\u7d22","Define the default values":"\u8bbe\u5b9a\u9ed8\u8ba4\u503c","Delete":"\u5220\u9664","Deliveries":"\u9012\u9001","Deliveries library":"\u9012\u9001\u4e66\u5e93","Demo Sandbox":"\u6f14\u793a\u7528\u6c99\u76d8","Disable validation":"\u505c\u7528\u9a8c\u8bc1","Do you wish to install the following extension(s):\n%s?":"\u60a8\u5e0c\u671b\u5b89\u88c5\u4ee5\u4e0b\u7684\u6269\u5145\u7a0b\u5f0f\u5417:\u00a0\n%s?","does not match":"\u4e0d\u76f8\u7b26","Don\u0027t set":"\u4e0d\u8bbe\u5b9a","Download":"\u4e0b\u8f7d","Download this file":"\u4e0b\u8f7d\u8fd9\u4e2a\u6587\u4ef6","Drag file here":"\u628a\u6587\u4ef6\u62d6\u5230\u8fd9\u91cc","Drag files here":"\u628a\u6587\u4ef6\u62d6\u5230\u8fd9\u91cc","Drop the files to upload":"\u628a\u8981\u4e0a\u4f20\u7684\u6587\u4ef6\u62d6\u5230\u8fd9\u91cc","Duplicate":"\u91cd\u5236","Edit":"\u7f16\u8f91","Edit a user":"\u7f16\u8f91\u4f7f\u7528\u8005","Edit Instance":"\u7f16\u8f91\u5b9e\u4f8b","Element":"\u5143\u7d20","Element deleted.":"\u5143\u7d20\u5df2\u88ab\u5220\u9664\u3002","Email":"\u7535\u5b50\u90ae\u4ef6","Enable selection":"\u542f\u7528\u9009\u62e9","End Test":"\u7ed3\u675f\u8003\u8bd5","Enter":"\u8f93\u5165","Error":"\u9519\u8bef","Error during file import":"\u6587\u4ef6\u5bfc\u5165\u65f6\u51fa\u73b0\u9519\u8bef","Exclusive (OR)":"\u6392\u9664\u5176\u4ed6(\u6216)","Export":"\u5bfc\u51fa","Export ":"\u5bfc\u51fa","Export Metadata as RDF\/XML file":"\u7528RDF\/XML\u6587\u4ef6\u683c\u5f0f\u5c06\u5143\u6570\u636e\u5bfc\u51fa","Export QTI 2.1 Test Package":"\u5bfc\u51fa QTI 2.1\u8003\u8bd5\u5305","Export Table":"\u5bfc\u51fa\u8868\u683c","Extensions manager":"\u6269\u5c55\u7a0b\u5e8f\u7ba1\u7406\u5668","False":"\u5047","Field delimiter":"\u680f\u7684\u5206\u9694\u7b26","Field encloser":"\u680f\u7684\u7f69\u58f3","File":"\u6587\u4ef6","File name":"\u6587\u4ef6\u540d","File Properties":"\u6587\u4ef6\u5c5e\u6027","file selected":"\u5df2\u9009\u62e9\u7684\u6587\u4ef6","File Uploader":"\u6587\u4ef6\u4e0a\u4f20\u5668","files selected":"\u5df2\u9009\u62e9\u7684\u6587\u4ef6\u5939","Filter":"\u8fc7\u6ee4\u6761\u4ef6","Filtering mode":"\u8fc7\u6ee4\u6a21\u5f0f","First Name":"\u540d\u5b57\uff08\u524d\u540d\uff09","First row column names":"\u7b2c\u4e00\u5217\u680f\u4f4d\u540d\u79f0","Fixed":"\u56fa\u5b9a","Fixed position in a shuffled the selection.":"\u5728\u968f\u673a\u987a\u5e8f\u4e2d\u56fa\u5b9a\u4f4d\u7f6e\u3002","Force Release":"\u5f3a\u5236\u91ca\u653e","Forgot your password?":"\u5fd8\u8bb0\u4e86\u60a8\u7684\u5bc6\u7801\uff1f","Fuzzy Matching":"\u6a21\u7cca\u5339\u914d","Go Back":"\u8fd4\u56de","Group test takers according to global features and classifications.":"\u6839\u636e\u5168\u5c40\u7684\u7279\u5f81\u548c\u5206\u7c7b\u7684\u8003\u751f\u7ec4\u3002","Groups":"\u7fa4\u7ec4","Groups library":"\u7fa4\u7ec4\u4e66\u5e93","Height":"\u957f\u5ea6","Help":"\u6c42\u52a9","Hide detailed report":"\u9690\u85cf\u8be6\u7ec6\u62a5\u544a","hours":"\u5c0f\u65f6","Identifier":"\u8bc6\u522b\u7801","If required it must appear (at least once) in the selection.":"\u5982\u679c\u4e3a\u5fc5\u8981\uff0c\u51fa\u73b0(\u81f3\u5c11\u4e00\u6b21)\u5728\u9009\u62e9\u90e8\u5206\u3002","If required, it must appears at least once in the selection.":"\u5982\u679c\u4e3a\u5fc5\u8981\uff0c\u51fa\u73b0(\u81f3\u5c11\u4e00\u6b21)\u5728\u9009\u62e9\u90e8\u5206\u3002","If set, it causes the order of the child elements to be randomized, otherwise it uses the order in which the child elements are defined.":"\u5982\u679c\u8bbe\u5b9a\uff0c\u5b83\u4f1a\u4f7f\u5b50\u5143\u7d20\u7684\u987a\u5e8f\u968f\u673a\u5316\uff0c\u5426\u5219\u5b83\u4f1a\u4f7f\u7528\u88ab\u5b9a\u4e49\u7684\u5b50\u5143\u7d20\u7684\u987a\u5e8f\u3002","If you do not wish to reset your password, just ignore this email and your password will remain the same.":"\u5982\u679c\u60a8\u4e0d\u60f3\u66f4\u6539\u5bc6\u7801\uff0c\u60a8\u53ef\u4ee5\u5ffd\u7565\u8fd9\u5c01\u7535\u5b50\u90ae\u4ef6\uff0c\u60a8\u7684\u5bc6\u7801\u4e0d\u4f1a\u6539\u53d8\u3002","Import":"\u5bfc\u5165","Import ":"\u5bfc\u5165","Import Metadata from CSV file":"\u5bfc\u5165CSV\u6587\u4ef6\u4e2d\u7684\u5143\u6570\u636e","Import Metadata from RDF file":"\u5bfc\u5165RDF\u6587\u4ef6\u4e2d\u7684\u5143\u6570\u636e","IMS QTI Test Package successfully imported.":"IMS QTI\u8003\u8bd5\u5305\u5df2\u7ecf\u6210\u529f\u5bfc\u5165\u3002","Inclusive (AND)":"\u5305\u5bb9(\u548c)","Index":"\u7d22\u5f15","Individual":"\u4e2a\u522b","Install":"\u5b89\u88c5","Installation done.":"\u5b89\u88c5\u5df2\u5b8c\u6210\u3002","Installation...":"\u5b89\u88c5\u4e2d...","Installed Extensions":"\u5df2\u5b89\u88c5\u7684\u6269\u5c55\u7a0b\u5e8f","Installing extension %s...":"\u6b63\u5728\u5b89\u88c5\u6269\u5c55\u7a0b\u5e8f%s...","Instance saved":"\u5b9e\u4f53\u5df2\u50a8\u5b58","Interface Language":"\u4ecb\u9762\u8bed\u8a00","Interface language":"\u4ecb\u9762\u8bed\u8a00","Invalid field length":"\u680f\u7684\u957f\u5ea6\u65e0\u6548","Invalid file type!":"\u65e0\u6548\u7684\u6587\u4ef6\u578b\u6001!","Invalid login or password. Please try again.":"\u65e0\u6548\u7684\u767b\u5f55\u540d\u6216\u5bc6\u7801\u3002\u00a0\u8bf7\u518d\u8bd5\u4e00\u6b21\u3002","invalid regular expression":"\u65e0\u6548\u7684\u6b63\u89c4\u8868\u793a\u5f0f","is already used in the test.":"\u5df2\u7ecf\u5728\u8003\u8bd5\u4e2d\u88ab\u4f7f\u7528\u3002","Item Reference Properties":"\u9898\u76ee\u53c2\u8003\u5c5e\u6027","Item Session Control":"\u9898\u76ee\u65f6\u57df\u63a7\u5236","Items":"\u9898\u76ee","Items can optionally be assigned to one or more categories.":"\u9898\u76ee\u53ef\u4ee5\u9009\u62e9\u6027\u7684\u88ab\u5206\u914d\u5230\u4e00\u4e2a\u6216\u591a\u4e2a\u7c7b\u522b\u3002","Items Compilation":"\u9898\u76ee\u7f16\u8bd1","Items library":"\u9898\u76ee\u4e66\u5e93","Keep Together":"\u4fdd\u6301\u5728\u4e00\u8d77","Label":"\u6807\u7b7e","Language":"\u8bed\u8a00","Last Name":"\u59d3\u6c0f","Late submission allowed":"\u5141\u8bb8\u8fdf\u4ea4","less than a minute":"\u5c11\u4e8e\u4e00\u5206\u949f","Linear":"\u76f4\u7ebf\u6027","List":"\u6e05\u5355","List - Multiple choice - Check box":"\u6e05\u5355-\u9009\u62e9\u9898-\u590d\u9009\u6846","List - Single choice - Drop down":"\u6e05\u5355-\u5355\u9879\u9009\u62e9-\u4e0b\u62c9","List - Single choice - Radio button":"\u6e05\u5355-\u5355\u9879\u9009\u62e9-\u6309\u94ae","Loaded":"\u5df2\u8f7d\u5165","Loaded at Startup":"\u7a0b\u5f0f\u542f\u52a8\u65f6\u81ea\u52a8\u8f7d\u5165","Log in":"\u767b\u5165","Log Out":"\u767b\u51fa","Login":"\u767b\u5f55\u540d\u79f0","Login available":"\u53ef\u7528\u767b\u5f55\u540d\u79f0","LTI":"LTI","LTI Consumers":"LTI\u6d88\u8d39\u8005","Manage data list":"\u7ba1\u7406\u6570\u636e\u6e05\u5355","Manage groups":"\u7ba1\u7406\u7fa4\u7ec4","Manage items":"\u7ba1\u7406\u9898\u76ee","Manage Results":"\u7ba1\u7406\u7ed3\u679c","Manage roles":"\u7ba1\u7406\u89d2\u8272","Manage Roles and apply them to users.":"\u7ba1\u7406\u89d2\u8272\u5e76\u8bbe\u5b9a\u7528\u6237\u3002","Manage Rubric Blocks":"\u7ba1\u7406\u6307\u5bfc\u8bed\u533a\u5757","Manage test properties":"\u7ba1\u7406\u8003\u8bd5\u5c5e\u6027","Manage test takers":"\u7ba1\u7406\u8003\u751f","Manage Tests":"\u7ba1\u7406\u8003\u8bd5","Manage tests":"\u7ba1\u7406\u8003\u8bd5","Manage users":"\u7ba1\u7406\u7528\u6237","Manage Versioned File":"\u7ba1\u7406\u591a\u7248\u672c\u7684\u6587\u4ef6","Map the properties to the CSV columns":"\u6620\u5c04\u5c5e\u6027\u8bbe\u7f6e\u4e3aCSV\u5217","Max Attempts":"\u6700\u591a\u4f7f\u7528\u6b21\u6570","Maximum Duration":"\u6700\u957f\u65f6\u9650","Maximum duration for the all test.":"\u6240\u6709\u8003\u8bd5\u7684\u6700\u957f\u65f6\u9650\u3002","Maximum duration for this item.":"\u8fd9\u4e2a\u9898\u76ee\u7684\u6700\u957f\u65f6\u9650\u3002","Maximum duration for this section.":"\u8fd9\u4e2a\u533a\u57df\u7684\u6700\u957f\u65f6\u9650\u3002","Maximum duration for this test part.":"\u8fd9\u4e2a\u8003\u8bd5\u90e8\u5206\u7684\u6700\u957f\u65f6\u9650\u3002","Message":"\u4fe1\u606f","Minimum Duration":"\u6700\u77ed\u65f6\u9650","Minimum duration for the test.":"\u8003\u8bd5\u6700\u77ed\u65f6\u9650\u3002","Minimum duration for this item.":"\u8fd9\u4e2a\u9898\u76ee\u7684\u6700\u77ed\u65f6\u9650\u3002","Minimum duration for this section.":"\u8fd9\u4e2a\u533a\u57df\u7684\u6700\u77ed\u65f6\u9650\u3002","Minimum duration for this test part.":"\u8fd9\u4e2a\u8003\u8bd5\u90e8\u5206\u7684\u6700\u77ed\u65f6\u9650\u3002","minutes":"\u5206\u949f","More":"\u66f4\u591a","Move":"\u79fb\u52a8","Move Down":"\u5411\u4e0b\u79fb","Move role":"\u79fb\u52a8\u89d2\u8272","Move to":"\u79fb\u52a8\u5230","Move Up":"\u5411\u4e0a\u79fb","Moving this element will replace the properties of the previous class by those of the destination class :":"\u5f53\u60a8\u79fb\u52a8\u8fd9\u4e2a\u5143\u7d20\u65f6\uff0c\u60a8\u5c06\u4f1a\u7528\u76ee\u6807\u7c7b\u7684\u5c5e\u6027\u53d6\u4ee3\u4e4b\u524d\u7c7b\u522b\u7684\u5c5e\u6027:","Multiple values delimiter":"\u591a\u4e2a\u503c\u5206\u9694\u7b26","My settings":"\u6211\u7684\u8bbe\u5b9a","My settings (%s)":"\u6211\u7684\u8bbe\u5b9a(%s)","Name":"\u59d3\u540d","Navigation":"\u5bfc\u89c8","New class":"\u65b0\u7c7b\u522b","New delivery":"\u65b0\u7684\u9012\u9001","New Group":"\u65b0\u589e\u7fa4\u7ec4","New item":"\u65b0\u589e\u9898\u76ee","New password":"\u547d\u540d\u7a7a\u95f4","New role":"\u65b0\u89d2\u8272","New Rubric Block":"\u65b0\u6307\u5bfc\u8bed\u533a\u5757","New test":"\u65b0\u6d4b\u8bd5","New test part":"\u65b0\u8003\u8bd5\u90e8\u5206","New test-taker":"\u65b0\u8003\u751f","Next":"\u4e0b\u4e00\u4e2a","No":"\u5426","No extensions available.":"\u6ca1\u6709\u53ef\u7528\u7684\u6269\u5c55\u7a0b\u5e8f\u3002","no file not found in this location":"\u5728\u8fd9\u4e2a\u4f4d\u7f6e\u672a\u627e\u5230\u6587\u4ef6","No file selected":"\u672a\u9009\u53d6\u4efb\u4f55\u6587\u4ef6","No files":"\u6ca1\u6709\u6587\u4ef6","no label":"\u65e0\u6807\u7b7e","No more attempts allowed for item \u0022%s\u0022.":"\u9898\u76ee\u0022%s\u0022\u5df2\u7ecf\u65e0\u5269\u4f59\u7684\u4f7f\u7528\u6b21\u6570\u3002","No reference to any IMS QTI Item found.":"\u6ca1\u6709\u627e\u5230\u4efb\u4f55\u5bf9\u7167IMS QTI\u7684\u9898\u76ee\u3002","Non Linear":"\u975e\u7ebf\u6027","Not shuffled, the position remains fixed.":"\u4e0d\u662f\u968f\u673a\u987a\u5e8f\uff0c\u8be5\u4f4d\u7f6e\u4fdd\u6301\u56fa\u5b9a\u3002","Nothing imported":"\u6ca1\u6709\u5bfc\u5165\u4efb\u4f55\u7269\u4ef6","Nothing to install !":"\u6ca1\u6709\u4efb\u4f55\u53ef\u5b89\u88c5\u7684\u7269\u4ef6","Number of elements":"\u5143\u7d20\u7684\u6570\u91cf","of":"\u7684","Old Password":"\u65e7\u5bc6\u7801","One or more dependent IMS QTI Items could not be imported.":"\u6709\u4e00\u4e2a\u6216\u591a\u4e2a\u72ec\u7acbIMS QTI\u9898\u76ee\u65e0\u6cd5\u88ab\u5bfc\u5165\u3002","or":"\u6216","Ordering":"\u6392\u5e8f","Page":"\u9875\u9762","Password":"\u5bc6\u7801","Password changed":"\u5bc6\u7801\u5df2\u53d8\u66f4","Password successfully changed":"\u5bc6\u7801\u66f4\u6539\u6210\u529f","Passwords are not matching":"\u5bc6\u7801\u4e0d\u76f8\u7b26","Please confirm deletion":"\u8bf7\u786e\u8ba4\u5220\u9664","Please confirm property deletion!":"\u8bf7\u786e\u8ba4\u5c5e\u6027\u5220\u9664!","Please confirm this operation.":"\u8bf7\u786e\u8ba4\u8fd9\u4e2a\u884c\u52a8\u3002","Please give a message to your commit":"\u8bf7\u628a\u4fe1\u606f\u7ed9\u60a8\u7684\u63d0\u4ea4","Post install processing":"\u5b89\u88c5\u540e\u5904\u7406\u8fc7\u7a0b","Prepare, publish deliveries sessions.":"\u9884\u5907\uff0c\u53d1\u5e03\u9012\u9001\u65f6\u57df\u3002","Preparing installation...":"\u6b63\u5728\u51c6\u5907\u5b89\u88c5\u4e2d","Preview":"\u9884\u89c8","Previous":"\u4e0a\u4e00\u4e2a","Proctor":"\u76d1\u8003\u4eba","Properties":"\u5c5e\u6027","QTI Test Package 2.1":"QTI 2.1\u8003\u8bd5\u5305","RDF":"RDF","Record and manage test takers.":"\u50a8\u5b58\u4ee5\u53ca\u7ba1\u7406\u8003\u751f\u3002","Reference":"\u53c2\u7167","Release":"\u91ca\u653e","Remove":"\u79fb\u9664","Remove Item Reference":"\u53c2\u7167","Remove Message":"\u79fb\u9664\u4fe1\u4ef6","Remove Rubric Block":"\u79fb\u9664\u6307\u5bfc\u8bed\u533a\u5757","Remove Section":"\u79fb\u9664\u533a\u57df","Remove this file":"\u79fb\u9664\u8fd9\u4e2a\u6587\u4ef6","Rename":"\u91cd\u65b0\u547d\u540d","Repeat new password":"\u91cd\u590d\u8f93\u5165\u65b0\u5bc6\u5417","Required":"\u5fc5\u8981\u7684","Required field":"\u5fc5\u586b\u680f","required length":"\u9700\u8981\u7684\u957f\u5ea6","Requires":"\u9700\u8981","Reset":"\u91cd\u8bbe","Resource":"\u8d44\u6e90","Resource not imported due to multiple super classes":"\u8d44\u6e90\u65e0\u6cd5\u6c47\u5165\uff0c\u56e0\u4e3a\u6709\u591a\u79cd\u8d85\u7c7b\u8d85\u7c7b\u522b","Resource not imported due to multiple types":"\u8d44\u6e90\u6709\u591a\u79cd\u59d3\u96f7\u800c\u65e0\u6cd5\u5bfc\u5165","Resource saved":"\u8d44\u6e90\u5df2\u50a8\u5b58","Responsive mode":"\u56de\u5e94\u6a21\u5f0f","Results":"\u7ed3\u679c","Results library":"\u7ed3\u679c\u4e66\u5e93","Return to sign in page":"\u56de\u5230\u767b\u9304\u9801\u9762","Right click the tree to manage your lists":"\u7528\u53f3\u952e\u70b9\u51fb\u6811\u6765\u7ba1\u7406\u60a8\u7684\u5217\u8868","Role saved":"\u89d2\u8272\u5df2\u50a8\u5b58","Roles":"\u89d2\u8272","Roles library":"\u89d2\u8272\u4e66\u5e93","Rubric Block":"\u6307\u5bfc\u8bed\u533a\u5757","Rubric Block Properties":"\u6307\u5bfc\u8bed\u533a\u5757\u5c5e\u6027","Rubric Blocks":"\u6307\u5bfc\u8bed\u533a\u5757","Save":"\u50a8\u5b58","Scope":"\u8303\u56f4","Scorer":"\u8bc4\u5206\u4eba","Search":"\u641c\u5bfb","Search sub-classes":"\u641c\u7d22\u5b50\u7c7b\u522b","seconds":"\u79d2","Section Properties":"\u7ae0\u8282\u5c5e\u6027","select":"\u9009\u62e9","Select":"\u9009\u53d6","Select a language":"\u9009\u62e9\u8bed\u8a00","Select Items":"\u9009\u53d6\u9898\u76ee","Select this file":"\u9009\u62e9\u8fd9\u4e2a\u6587\u4ef6","Selected file:":"\u5df2\u9009\u62e9\u7684\u6587\u4ef6:","Selection":"\u9009\u53d6\u533a\u57df","Selection saved successfully":"\u9009\u53d6\u50a8\u5b58\u6210\u529f","Send":"\u4f20\u9001","Settings":"\u8bbe\u7f6e","Settings updated":"\u8bbe\u5b9a\u503c\u5df2\u66f4\u65b0","Show detailed report":"\u663e\u793a\u8be6\u7ec6\u56de\u62a5","Show Feedback":"\u663e\u793a\u56de\u9988","Show Solution":"\u663e\u793a\u89e3\u7b54","Show the solution once the answer is submitted.":"\u8003\u751f\u63d0\u4ea4\u7b54\u6848\u540e\u5c31\u7acb\u523b\u663e\u793a\u89e3\u7b54\u3002","Shuffle":"\u968f\u673a\u987a\u5e8f","Simultaneous":"\u540c\u65f6","Size":"\u5927\u5c0f","Skip":"\u8df3\u8fc7","Submission":"\u63d0\u4ea4","Success":"\u5b8c\u6210","Supported export formats":"\u652f\u63f4\u7684\u5bfc\u51fa\u683c\u5f0f","TAO Home":"TAO\u9996\u9875","TAO Login":"TAO\u767b\u5165","Test":"\u8003\u8bd5","Test constructor":"\u8003\u8bd5\u5efa\u9020\u5668","Test Saved":"\u8003\u8bd5\u5df2\u50a8\u5b58","Test takers library":"\u8003\u751f\u4e66\u5e93","Test-takers":"\u8003\u751f","Tests":"\u8003\u8bd5","Tests library":"\u8003\u8bd5\u4e66\u5e93","Text - Long - Box":"\u6587\u5b57-\u957f-\u65b9\u7bb1","Text - Long - HTML editor":"\u6587\u5b57-\u957f- HTML\u7f16\u8f91\u5668","Text - Short - Field":"\u6587\u5b57-\u77ed-\u680f","The \u0027imsmanifest.xml\u0027 file found in the archive is not valid.":"\u53d1\u73b0\u0027imsmanifest.xml\u0027\u6587\u4ef6\u672a\u6709\u6548\u5b58\u6863\u3002","The column ":"\u680f","The identifier of the item reference.":"\u8be5\u9898\u76ee\u5f15\u7528\u7684\u6807\u8bc6\u7b26\u3002","The identifier of the section.":"\u533a\u57df\u5f15\u7528\u7684\u6807\u8bc6\u7b26\u3002","The IMS QTI Test Package could not be imported.":"\u65e0\u6cd5\u6c47\u5165IMS QTI\u8003\u8bd5\u5305\u3002","The index identifier should not be empty":"\u7d22\u5f15\u8bc6\u522b\u7801\u4e0d\u5e94\u8be5\u7559\u7a7a","The lock has been released":"\u9501\u5df2\u88ab\u91ca\u653e","The navigation mode determines the general paths that the candidate may take. A linear mode restricts the candidate to attempt each item in turn. Non Linear removes this restriction.":"\u5bfc\u822a\u6a21 \u200b\u200b\u5f0f\u51b3\u5b9a\u4e86\u62a5\u8003\u8005\u53ef\u91c7\u53d6\u7684\u4e00\u822c\u9014\u5f84\u3002\u00a0\u7ebf\u6027\u6a21\u5f0f\u9650\u5236\u4e86\u62a5\u8003\u8005\u4f9d\u6b21\u5c1d\u8bd5\u6bcf\u4e00\u4e2a\u9898\u76ee\u3002\u00a0\u975e\u7ebf\u6027\u6a21\u5f0f\u79fb\u9664\u4e86\u8fd9\u4e2a\u9650\u5236\u3002","The number of child elements to be selected.":"\u8981\u88ab\u9009\u7684\u5b50\u5143\u7d20\u6570\u91cf\u3002","The principle identifier of the test.":"\u8003\u8bd5\u7684\u4e3b\u8981\u6807\u8bc6\u7b26\u3002","The provided archive is invalid. Make sure it is not corrupted and that it contains an \u0027imsmanifest.xml\u0027 file.":"\u8be5\u63d0\u4f9b\u7684\u5b58\u6863\u65e0\u6548\u3002\u00a0\u8bf7\u786e\u8ba4\u5b83\u6ca1\u6709\u88ab\u635f\u574f\u5e76\u4e14\u5b83\u5305\u542b\u4e86\u4e00\u4e2a\u0027imsmanifest.xml\u0027\u6587\u4ef6\u3002","The QTI Test \u0027%s\u0027 to be compiled must contain at least 1 QTI Item. None found.":"\u8be5QTI\u8003\u8bd5\u5fc5\u987b\u6709\u81f3\u5c111\u4e2aQTI\u9898\u76ee\u0027%s\u0027\u624d\u80fd\u8fdb\u884c\u7f16\u8bd1\u3002\u00a0\u6ca1\u6709\u627e\u5230\u3002","The QTI test could not be retrieved correctly.":"\u8be5QTI\u8003\u8bd5\u4e0d\u80fd\u88ab\u6b63\u786e\u68c0\u7d22\u3002","The QTI Test XML or one of its dependencies is malformed or empty.":"\u8be5QTI XML\u8003\u8bd5\u6216\u5b83\u7684\u4e00\u4e2a\u76f8\u4f9d\u6027\u7d22\u5f15\u662f\u4e0d\u6b63\u5e38\u7684\u6216\u7a7a\u7684\u3002","The QTI-XML test could not be written correctly.":"\u8be5QTI-XML\u8003\u8bd5\u672a\u80fd\u88ab\u6b63\u786e\u5199\u5165\u3002","The reference.":"\u53c2\u7167","The section title.":"\u533a\u57df\u6807\u9898\u3002","The submission mode determines when the candidate\u0027s responses are submitted for response processing. A testPart in individual mode requires the candidate to submit their responses on an item-by-item basis. In simultaneous mode the candidate\u0027s responses are all submitted together at the end of the testPart.":"\u8003\u8bd5\u63d0\u4ea4\u6a21\u5f0f\u51b3\u5b9a\u8003\u751f\u56de\u5e94\u4ec0\u4e48\u65f6\u5019\u88ab\u9001\u56de\u670d\u52a1\u5668\u5904\u7406\u3002\u00a0\u5728\u4e2a\u522b(individual)\u6a21\u5f0f \u200b\u200b\u4e2d\uff0c\u8003\u751f\u9700\u8981\u5404\u81ea\u63d0\u4ea4\u6bcf\u4e00\u4e2a\u9898\u76ee\uff0c\u6bcf\u4e2a\u56de\u5e94\u90fd\u4f1a\u5404\u81ea\u88ab\u9001\u56de\u670d\u52a1\u5668\u5904\u7406\u3002\u00a0\u5728\u540c\u65f6(simultaneous)\u6a21\u5f0f \u200b\u200b\u4e2d\uff0c\u8003\u751f\u53ea\u9700\u8981\u8003\u8bd5\u6ca1\u63d0\u4ea4\u4e00\u6b21\uff0c\u6240\u6709\u7684\u56de\u5e94\u662f\u540c\u65f6\u5728\u8003\u8bd5\u6ca1\u88ab\u9001\u56de\u3002","The test part identifier.":"\u8003\u8bd5\u90e8\u5206\u7684\u6807\u8bc6\u7b26\u3002","The test title.":"\u8003\u8bd5\u6807\u9898\u3002","The value of this field must be a valid date format, e.g. YYYY-MM-DD":"\u8fd9\u4e2a\u680f\u7684\u503c\u5fc5\u987b\u662f\u6709\u6548\u7684\u65e5\u671f\u683c\u5f0f\uff0c\u5982YYYY-MM-DD (\u897f\u5143\u5e74\u4efd-\u6708\u4efd-\u65e5\uff09","The value of this field must be an integer":"\u8fd9\u4e2a\u680f\u7684\u503c\u5fc5\u987b\u662f\u4e00\u4e2a\u6574\u6570","The value of this field must be numeric":"\u8fd9\u4e2a\u680f\u7684\u503c\u5fc5\u987b\u662f\u6570\u5b57","This constraint affects the visibility of feedback after the end of the last attempt.":"\u8fd9\u4e2a\u7ea6\u675f\u5f71\u54cd\u5230\u8003\u751f\u8003\u5b8c\u8bd5\u4ee5\u540e\u662f\u5426\u53ef\u4ee5\u770b\u5f97\u89c1\u9898\u76ee\u7684\u56de\u9988\u3002","This constraint controls whether or not the candidate is allowed to provide a comment on the item during the session. Comments are not part of the assessed responses.":"\u8fd9\u4e2a\u7ea6\u675f\u63a7\u5236\u8003\u751f\u662f\u5426\u53ef\u4ee5\u5728\u8003\u8bd5\u4e2d\u5bf9\u9898\u76ee\u63d0\u4f9b\u8bc4\u8bba\u3002\u00a0\u8bc4\u8bba\u4e0d\u662f\u56de\u5e94\u7684\u4e00\u90e8\u5206\uff0c\u4e5f\u4e0d\u4f1a\u88ab\u8bc4\u5206\u3002","This field is required":"\u8fd9\u4e2a\u680f\u662f\u5fc5\u987b\u586b\u5199","This field is too long":"\u8fd9\u4e2a\u680f\u592a\u957f\u4e86","This field is too short":"\u8fd9\u4e2a\u680f\u592a\u77ed\u4e86","This is not a valid email address.":"\u8fd9\u4e0d\u662f\u4e00\u4e2a\u6709\u6548\u7684\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u3002","this is required":"\u8fd9\u662f\u5fc5\u9700\u7684","This Login is already in use":"\u8fd9\u4e2a\u767b\u5f55\u5df2\u5728\u4f7f\u7528","This password reset link is no longer valid. It may have already been used. If you still wish to reset your password please request a new link":"\u8fd9\u4e2a\u66f4\u6362\u5bc6\u7801\u7684\u94fe\u63a5\u5df2\u6ca1\u6548\u4e86\u3002\u94fe\u63a5\u6709\u53ef\u80fd\u5df2\u7ecf\u4f7f\u7528\u8fc7\u3002\u5982\u679c\u60a8\u8fd8\u60f3\u66f4\u6362\u5bc6\u7801\uff0c\u8bf7\u518d\u6b21\u8981\u4e00\u4e2a\u65b0\u7684\u94fe\u63a5\u3002","This resource is locked":"\u8fd9\u4e2a\u8d44\u6e90\u88ab\u9501\u5b9a","This role is still given to one or more users. Please remove the role to these users first.":"\u8fd9\u89d2\u8272\u4ecd\u7136\u7ed9\u4e86\u591a\u4e2a\u7528\u6237\u3002\u00a0\u8bf7\u5148\u5220\u9664\u8fd9\u4e9b\u7528\u6237\u7684\u89d2\u8272\u3002","Time Limits":"\u65f6\u95f4\u9650\u5236","Time zone":"\u65f6\u533a","Title":"\u6807\u9898","To reset your password, click the link below, or paste it into your browser. You will then be prompted to create a new password.":"\u82e5\u60a8\u60f3\u66f4\u6362\u5bc6\u7801\uff0c\u70b9\u51fb\u4ee5\u4e0b\u7684\u94fe\u63a5\u6216\u628a\u94fe\u63a5\u8d34\u5165\u60a8\u7684\u6e38\u89c8\u5668\uff0c\u5c31\u53ef\u4ee5\u521b\u5efa\u4e00\u4e2a\u65b0\u7684\u5bc6\u7801\u3002","to translate":"\u7ffb\u8bd1","Tokenizer":"\u6807\u8bb0\u751f\u6210\u5668","Too many suggestions match your query. Only a few are listed":"\u592a\u591a\u7684\u5efa\u8bae\u7b26\u5408\u60a8\u7684\u67e5\u8be2\uff0c\u6240\u4ee5\u8fd9\u91cc\u53ea\u5217\u51fa\u51e0\u4e2a\u5efa\u8bae","Translate":"\u7ffb\u8bd1","Translate to":"\u7ffb\u8bd1\u6210","Translation parameters":"\u7ffb\u8bd1\u8303\u56f4","Translation saved":"\u7ffb\u8bd1\u5df2\u50a8\u5b58","True":"\u771f","Tutor":"\u5bfc\u5e08","Type":"\u7c7b\u578b","Unable to access your account?":"\u65e0\u6cd5\u8fdb\u5165\u60a8\u7684\u8d26\u6237\u5417\uff1f","Unable to change passwords in demo mode":"\u5728\u8bd5\u7528\u6a21\u5f0f\u65e0\u6cd5\u66f4\u6539\u5bc6\u7801","Unable to delete the selected resource":"\u65e0\u6cd5\u5220\u9664\u6240\u9009\u7684\u8d44\u6e90","Unable to release the lock":"\u65e0\u6cd5\u89e3\u9664\u9501\u5b9a","Unable to remove the property.":"\u65e0\u6cd5\u5220\u9664\u5c5e\u6027","Unable to send the password reset request":"\u65e0\u6cd5\u9001\u51fa\u66f4\u6362\u5bc6\u7801\u7684\u8981\u6c42","Unable to upload file":"\u65e0\u6cd5\u4e0a\u4f20\u6587\u4ef6","Uncheck all":"\u5168\u90e8\u53d6\u6d88\u52fe\u9009","Uncheck All":"\u5168\u90e8\u53d6\u6d88\u52fe\u9009","Undo":"\u590d\u539f","unknown":"\u4e0d\u660e","Unknown Error":"\u4e0d\u660e\u7684\u9519\u8bef","Unknown error.":"\u4e0d\u660e\u7684\u9519\u8bef\u3002","Update":"\u66f4\u65b0","Upload":"\u4e0a\u4f20","Upload a QTI 2.1 Test Package File":"\u4e0a\u4f20\u4e00\u4e2aQTI 2.1\u8003\u8bd5\u5305\u6587\u4ef6","Upload into:":"\u4e0a\u4f20\u81f3\uff1a","Use Ctrl\/Meta key or Lasso for multiple selection":"\u4f7f\u7528Ctrl\/Meta\u952e\u6216\u5957\u7d22\u7684\u591a\u91cd\u9009\u62e9","Use default value":"\u4f7f\u7528\u9ed8\u8ba4\u503c","User":"\u7528\u6237","User added":"\u7528\u6237\u5df2\u6dfb\u52a0","User deleted successfully":"\u5220\u9664\u7528\u6237\u6210\u529f","User not found":"\u672a\u627e\u5230\u7528\u6237","User saved":"\u7528\u6237\u5df2\u50a8\u5b58","User Settings":"\u7528\u6237\u8bbe\u5b9a","Users":"\u7528\u6237","Validate Responses":"\u9a8c\u8bc1\u56de\u5e94","Version":"\u7248\u672c","View and format the collected results.":"\u89c6\u56fe\u548c\u683c\u5f0f\u6536\u96c6\u7684\u7ed3\u679c\u3002","Views":"\u663e\u793a","Visible":"\u53ef\u89c1","When selecting child elements each element is normally eligible for selection once only.":"\u5f53\u9009\u62e9\u5b50\u5143\u7d20\u65f6\uff0c\u6bcf\u4e2a\u5b50\u5143\u7d20\u901a\u5e38\u90fd\u53ea\u80fd\u88ab\u9009\u4e00\u6b21\u800c\u5df2\u3002","Whether a candidate\u0027s response that is beyond the maximum duration of the item should still be accepted.":"\u8003\u751f\u7684\u56de\u5e94\u5982\u679c\u8d85\u51fa\u9898\u76ee\u65f6\u9650\uff0c\u9879\u76ee\u662f\u5426\u8fd8\u88ab\u63a5\u53d7\u3002","Whether a candidate\u0027s response that is beyond the maximum duration of the section should still be accepted.":"\u8003\u751f\u7684\u56de\u5e94\u5982\u679c\u8d85\u51fa\u533a\u57df\u65f6\u9650\uff0c\u533a\u57df\u662f\u5426\u8fd8\u88ab\u63a5\u53d7\u3002","Whether a candidate\u0027s response that is beyond the maximum duration of the test part should still be accepted.":"\u8003\u751f\u7684\u56de\u5e94\u5982\u679c\u8d85\u51fa\u90e8\u5206\u65f6\u9650\uff0c\u90e8\u5206\u662f\u5426\u8fd8\u88ab\u63a5\u53d7\u3002","Whether a candidate\u0027s response that is beyond the maximum duration should still be accepted.":"\u8003\u751f\u7684\u56de\u5e94\u5982\u679c\u8d85\u51fa\u65f6\u9650\uff0c\u56de\u5e94\u662f\u5426\u8fd8\u88ab\u63a5\u53d7\u3002","Who can view the rubric block during the delivery.":"\u9012\u9001\u65f6,\u8c01\u53ef\u4ee5\u6d4f\u89c8\u6307\u5bfc\u8bed\u533a\u5757\u3002","Width":"\u5bbd\u5ea6","With Replacement":"\u8ddf\u53d6\u4ee3","Yes":"\u662f","You are not authorised to remove this lock":"\u60a8\u65e0\u6743\u5220\u9664\u8fd9\u4e2a\u9501","You cannot delete the root node":"\u60a8\u4e0d\u80fd\u5220\u9664\u6839\u8282\u70b9","You currently have no access to the platform":"\u60a8\u76ee\u524d\u65e0\u6743\u8fdb\u5165\u5e73\u53f0","You do not have the required rights to edit this resource.":"\u60a8\u6ca1\u6709\u7f16\u8f91\u8fd9\u4e2a\u8d44\u6e90\u7684\u6743\u5229\u3002","You must activate JavaScript in your browser to run this application.":"\u60a8\u5fc5\u987b\u5728\u6d4f\u89c8\u5668\u4e2d\u542f\u7528JavaScript\u624d\u53ef\u4ee5\u5e94\u7528\u8fd9\u4e2a\u7a0b\u5e8f\u3002","Your mail":"\u60a8\u7684\u96fb\u5b50\u90f5\u4ef6","Your TAO Password":"\u60a8\u7684 TAO \u5bc6\u78bc"} \ No newline at end of file +{" and ":"\u548c"," has been deleted successfully":"\u5df2\u6210\u529f\u5220\u9664"," next":"\u4e0b\u4e00\u4e2a"," requires a subgrid adapter":"\u9700\u8981\u4e00\u4e2asubgrid adapter","%d day":"%d\u5929","%d days":"%d\u5929","%h hour":"%h\u5c0f\u65f6","%h hours":"%h\u5c0f\u65f6","%i minute":"%i\u5206\u949f","%i minutes":"%i\u5206\u949f","%m month":"%m\u6708","%m months":"%m\u6708","%s (%s kb)":"%s (%s kb)","%s extension(s) to install.":"%s\u6269\u5145\u7a0b\u5f0f\u9700\u8981\u5b89\u88c5\u3002","%y year":"%y\u5e74","%y years":"%y\u5e74","(empty)":"(\u7a7a\u767d)","... reloading page.":"\u3002\u00a0\u3002\u00a0\u3002\u00a0\u6b63\u5728\u5237\u65b0\u9875\u9762\u3002","Filters<\/del>":"\u00a0\u8fc7\u6ee4\u5668\u00a0<\/del>","Options<\/del>":"\u00a0\u9009\u9879\u00a0<\/del>","> Extension %s succesfully installed.":">\u6269\u5145\u7a0b\u5f0f%s\u5df2\u5b89\u88c5\u6210\u529f\u3002","> Installation done.":">\u5b89\u88c5\u5df2\u5b8c\u6210\u3002","A fatal error occured during the installation process.":"\u5b89\u88c5\u4e0b\u5217\u9879\u76ee\u65f6\u53d1\u751f\u9519\u8bef\u3002","A QTI Test must contain at least one QTI Item to be compiled. None found.":"\u6ca1\u6709\u627e\u5230\u4efb\u4f55\u9898\u76ee\u3002\u00a0\u4e00\u4e2aQTI\u8003\u8bd5\u5fc5\u987b\u6709\u81f3\u5c11\u4e00\u4e2aQTI\u9879\u76ee\u624d\u80fd\u8fdb\u884c\u7f16\u8bd1\u3002","A qti testpackage":"\u4e00\u4e2aQTI\u7684\u8003\u8bd5\u5305","A visible section is one that is identifiable by the candidate.":"\u4e00\u4e2a\u53ef\u89c1\u7684\u7ae0\u8282\u662f\u8981\u8ba9\u8003\u751f\u80fd\u770b\u89c1\u7684\u3002","Access Denied":"\u8bbf\u95ee\u906d\u62d2","Access denied. Please renew your authentication!":"\u8bbf\u95ee\u906d\u62d2\u3002\u00a0\u8bf7\u66f4\u65b0\u60a8\u7684\u8eab\u4efd\u9a8c\u8bc1!","Actions":"\u52a8\u4f5c","Add":"\u6dfb\u52a0","Add a CSV file":"\u6dfb\u52a0CSV\u6587\u4ef6","Add a user":"\u6dfb\u52a0\u4f7f\u7528\u8005","Add an RDF\/XML file":"\u6dfb\u52a0RDF\/XML\u6587\u4ef6","Add Consumer":"\u6dfb\u52a0\u6d88\u8d39\u8005","Add file(s)":"\u6dfb\u52a0\u6587\u4ef6","Add property":"\u6dfb\u52a0\u5c5e\u6027","Add selected item(s) here.":"\u5728\u6b64\u5904\u6dfb\u52a0\u6240\u9009\u7684\u9898\u76ee\u3002","Add the source file":"\u6dfb\u52a0\u6765\u6e90\u6587\u4ef6","all":"\u5b8c\u5168","All fields are required":"\u6240\u6709\u90fd\u662f\u5fc5\u586b\u680f","All rights reserved.":"\u4fdd\u7559\u6240\u6709\u6743\u5229\u3002","Allow Comment":"\u5141\u8bb8\u5907\u6ce8","Allow Review":"\u5141\u8bb8\u590d\u5ba1","Allow Skipping":"\u5141\u8bb8\u8df3\u8fc7","Allow the candidate to review his answers.":"\u5141\u8bb8\u8003\u751f\u590d\u5ba1\u7b54\u6848\u3002","Alpha version":"Alpha\u7248\u672c","An email has been sent":"\u7535\u5b50\u90ae\u4ef6\u5df2\u88ab\u9001\u51fa","An invisible section with a parent that is subject to shuffling can specify whether or not its children, which will appear to the candidate as if they were part of the parent, are shuffled as a block or mixed up with the other children of the parent section.":"\u4e00\u4e2a\u9690\u85cf\u7ae0\u8282\u82e5\u6709\u968f\u673a\u987a\u5e8f\u7684\u7236\u4ee3\u90e8\u5206\uff0c\u5f53\u663e\u793a\u7ae0\u8282\u7ed9\u8003\u751f\u65f6\uff0c\u60a8\u53ef\u4ee5\u8bbe\u5b9a\u5b83\u7684\u5b50\u7ae0\u8282\uff1a1.\u662f\u5426\u5c5e\u4e8e\u7236\u4ee3\u7684\u968f\u673a\u987a\u5e8f\u90e8\u5206\uff1b 2.\u5c5e\u4e8e\u81ea\u5df1\u7684\u968f\u673a\u987a\u5e8f\u533a\u5757\uff1b 3.\u4e0e\u5176\u5b83\u5b50\u7ae0\u8282\u6df7\u5408\u6210\u4e3a\u53e6\u4e00\u4e2a\u968f\u673a\u987a\u5e8f\u90e8\u5206","An item involved in the test cannot be read or is not QTI compliant.":"\u4e00\u4e2a\u7275\u6d89\u8003\u8bd5\u4f7f\u7528\u7684\u9898\u76ee\u65e0\u6cd5\u88ab\u8bfb\u53d6\u6216\u4e0d\u517c\u5bb9QTI\u3002","An item involved in the test cannot be written.":"\u4e00\u4e2a\u5728\u8003\u8bd5\u7684\u9898\u76ee\u4e0d\u80fd\u88ab\u5199\u5165\u3002","An unknown error occured while compiled QTI Test \u0027%s\u0027.":"\u5728\u7f16\u8bd1QTI\u8003\u8bd5\u0027%s\u0027\u65f6\u51fa\u73b0\u4e86\u4e00\u4e2a\u4e0d\u660e\u9519\u8bef\u3002","An unknown error occured while compiling QTI test \u0027%s\u0027.":"\u5728\u6c47\u96c6QTI\u8003\u8bd5\u0027%s\u0027\u4e2d\u65f6\u51fa\u73b0\u4e86\u4e00\u4e2a\u4e0d\u660e\u9519\u8bef\u3002","Are you sure to delete the versioned resource?\nThe history will be lost as well.":"\u60a8\u786e\u5b9a\u8981\u5220\u9664\u8be5\u7248\u672c\u7684\u8d44\u6e90?\u00a0\n\u8fc7\u53bb\u7684\u7eaa\u5f55\u90fd\u5c06\u9057\u5931\u3002","Are you sure you want to delete it?":"\u60a8\u786e\u5b9a\u8981\u5220\u9664\u5417\uff1f","Assign User to role":"\u5206\u914d\u7528\u6237\u89d2\u8272","Assign Users":"\u5206\u914d\u7528\u6237","Author":"\u4f5c\u8005","Author Item":"\u521b\u4f5c\u9898\u76ee","Authoring":"\u5199\u7740","Available Extensions":"\u53ef\u7528\u7684\u6269\u5145\u7a0b\u5f0f","Back to listing":"\u56de\u5230\u5217\u8868","Beta version":"Beta\u7248\u672c","Browse folders:":"\u6d4f\u89c8\u6587\u4ef6\u5939\uff1a","Browse...":"\u6d4f\u89c8...","Calendar":"\u65e5\u5386","Cancel":"\u53d6\u6d88","Candidate":"\u8003\u751f","Cannot be edited":"\u65e0\u6cd5\u7f16\u8f91","Categories":"\u5206\u7c7b","Change password":"\u66f4\u6539\u5bc6\u7801","Change the password":"\u66f4\u6539\u5bc6\u7801","Check All":"\u5168\u90e8\u52fe\u9009","Check all":"\u5168\u90e8\u52fe\u9009","Check-in":"\u767b\u8bb0","Choose export format":"\u9009\u62e9\u5bfc\u51fa\u683c\u5f0f","Choose import format":"\u9009\u62e9\u5bfc\u5165\u683c\u5f0f","class selected":"\u73ed\u7ea7\u5df2\u9009\u62e9","Column":"\u4e13\u680f","Combine a selection of items into tests.":"\u5c06\u4e00\u7ec4\u6240\u9009\u7684\u9898\u76ee\u7ed3\u5408\u6210\u8003\u8bd5\u3002","Comment":"\u5907\u6ce8","Commit":"\u63d0\u4ea4","Confirm":"\u786e\u8ba4","Connect to the TAO platform":"\u8fde\u7ed3\u5230TAO\u5e73\u53f0","Continue":"\u7ee7\u7eed","Controls the maximum number of attempts allowed. 0 means unlimited.":"\u5141\u8bb8\u6700\u5927\u7684\u4f7f\u7528\u6b21\u6570.\u8f93\u51650\u4e3a\u65e0\u9650\u5236\u3002","Create":"\u521b\u5efa","Create and design items and exercises.":"\u521b\u5efa\u548c\u8bbe\u8ba1\u9898\u76ee\u4ee5\u53ca\u7ec3\u4e60\u3002","Create instance of ":"\u521b\u5efa\u5b9e\u4f8b","CSV":"CSV (\u4ee5\u9017\u53f7\u5206\u9694)","CSV Options":"CSV \u9009\u9879","Current language":"\u76ee\u524d\u7684\u8bed\u8a00","Data imported":"\u5df2\u5bfc\u5165\u7684\u6570\u636e","Data imported successfully":"\u6570\u636e\u5df2\u6210\u529f\u5bfc\u5165","Data Language":"\u8d44\u6599\u8bed\u8a00","Data language":"\u6570\u636e\u8bed\u8a00","Date":"\u65e5\u671f","Default search":"\u9ed8\u8ba4\u641c\u7d22","Define the default values":"\u8bbe\u5b9a\u9ed8\u8ba4\u503c","Delete":"\u5220\u9664","Deliveries":"\u9012\u9001","Deliveries library":"\u9012\u9001\u4e66\u5e93","Demo Sandbox":"\u6f14\u793a\u7528\u6c99\u76d8","Disable validation":"\u505c\u7528\u9a8c\u8bc1","Do you wish to install the following extension(s):\n%s?":"\u60a8\u5e0c\u671b\u5b89\u88c5\u4ee5\u4e0b\u7684\u6269\u5145\u7a0b\u5f0f\u5417:\u00a0\n%s?","does not match":"\u4e0d\u76f8\u7b26","Don\u0027t set":"\u4e0d\u8bbe\u5b9a","Download":"\u4e0b\u8f7d","Download this file":"\u4e0b\u8f7d\u8fd9\u4e2a\u6587\u4ef6","Drag file here":"\u628a\u6587\u4ef6\u62d6\u5230\u8fd9\u91cc","Drag files here":"\u628a\u6587\u4ef6\u62d6\u5230\u8fd9\u91cc","Drop the files to upload":"\u628a\u8981\u4e0a\u4f20\u7684\u6587\u4ef6\u62d6\u5230\u8fd9\u91cc","Duplicate":"\u91cd\u5236","Edit":"\u7f16\u8f91","Edit a user":"\u7f16\u8f91\u4f7f\u7528\u8005","Edit Instance":"\u7f16\u8f91\u5b9e\u4f8b","Element":"\u5143\u7d20","Element deleted.":"\u5143\u7d20\u5df2\u88ab\u5220\u9664\u3002","Email":"\u7535\u5b50\u90ae\u4ef6","Enable selection":"\u542f\u7528\u9009\u62e9","End Test":"\u7ed3\u675f\u8003\u8bd5","Enter":"\u8f93\u5165","Error":"\u9519\u8bef","Error during file import":"\u6587\u4ef6\u5bfc\u5165\u65f6\u51fa\u73b0\u9519\u8bef","Exclusive (OR)":"\u6392\u9664\u5176\u4ed6(\u6216)","Export":"\u5bfc\u51fa","Export ":"\u5bfc\u51fa","Export Metadata as RDF\/XML file":"\u7528RDF\/XML\u6587\u4ef6\u683c\u5f0f\u5c06\u5143\u6570\u636e\u5bfc\u51fa","Export QTI 2.1 Test Package":"\u5bfc\u51fa QTI 2.1\u8003\u8bd5\u5305","Export Table":"\u5bfc\u51fa\u8868\u683c","Extensions manager":"\u6269\u5c55\u7a0b\u5e8f\u7ba1\u7406\u5668","False":"\u5047","Field delimiter":"\u680f\u7684\u5206\u9694\u7b26","Field encloser":"\u680f\u7684\u7f69\u58f3","File":"\u6587\u4ef6","File name":"\u6587\u4ef6\u540d","File Properties":"\u6587\u4ef6\u5c5e\u6027","file selected":"\u5df2\u9009\u62e9\u7684\u6587\u4ef6","File Uploader":"\u6587\u4ef6\u4e0a\u4f20\u5668","files selected":"\u5df2\u9009\u62e9\u7684\u6587\u4ef6\u5939","Filter":"\u8fc7\u6ee4\u6761\u4ef6","Filtering mode":"\u8fc7\u6ee4\u6a21\u5f0f","First Name":"\u540d\u5b57\uff08\u524d\u540d\uff09","First row column names":"\u7b2c\u4e00\u5217\u680f\u4f4d\u540d\u79f0","Fixed":"\u56fa\u5b9a","Fixed position in a shuffled the selection.":"\u5728\u968f\u673a\u987a\u5e8f\u4e2d\u56fa\u5b9a\u4f4d\u7f6e\u3002","Force Release":"\u5f3a\u5236\u91ca\u653e","Forgot your password?":"\u5fd8\u8bb0\u4e86\u60a8\u7684\u5bc6\u7801\uff1f","Fuzzy Matching":"\u6a21\u7cca\u5339\u914d","Go Back":"\u8fd4\u56de","Group test takers according to global features and classifications.":"\u6839\u636e\u5168\u5c40\u7684\u7279\u5f81\u548c\u5206\u7c7b\u7684\u8003\u751f\u7ec4\u3002","Groups":"\u7fa4\u7ec4","Groups library":"\u7fa4\u7ec4\u4e66\u5e93","Height":"\u957f\u5ea6","Help":"\u6c42\u52a9","Hide detailed report":"\u9690\u85cf\u8be6\u7ec6\u62a5\u544a","hours":"\u5c0f\u65f6","Identifier":"\u8bc6\u522b\u7801","If required it must appear (at least once) in the selection.":"\u5982\u679c\u4e3a\u5fc5\u8981\uff0c\u51fa\u73b0(\u81f3\u5c11\u4e00\u6b21)\u5728\u9009\u62e9\u90e8\u5206\u3002","If required, it must appears at least once in the selection.":"\u5982\u679c\u4e3a\u5fc5\u8981\uff0c\u51fa\u73b0(\u81f3\u5c11\u4e00\u6b21)\u5728\u9009\u62e9\u90e8\u5206\u3002","If set, it causes the order of the child elements to be randomized, otherwise it uses the order in which the child elements are defined.":"\u5982\u679c\u8bbe\u5b9a\uff0c\u5b83\u4f1a\u4f7f\u5b50\u5143\u7d20\u7684\u987a\u5e8f\u968f\u673a\u5316\uff0c\u5426\u5219\u5b83\u4f1a\u4f7f\u7528\u88ab\u5b9a\u4e49\u7684\u5b50\u5143\u7d20\u7684\u987a\u5e8f\u3002","If you do not wish to reset your password, just ignore this email and your password will remain the same.":"\u5982\u679c\u60a8\u4e0d\u60f3\u66f4\u6539\u5bc6\u7801\uff0c\u60a8\u53ef\u4ee5\u5ffd\u7565\u8fd9\u5c01\u7535\u5b50\u90ae\u4ef6\uff0c\u60a8\u7684\u5bc6\u7801\u4e0d\u4f1a\u6539\u53d8\u3002","Import":"\u5bfc\u5165","Import ":"\u5bfc\u5165","Import Metadata from CSV file":"\u5bfc\u5165CSV\u6587\u4ef6\u4e2d\u7684\u5143\u6570\u636e","Import Metadata from RDF file":"\u5bfc\u5165RDF\u6587\u4ef6\u4e2d\u7684\u5143\u6570\u636e","IMS QTI Test Package successfully imported.":"IMS QTI\u8003\u8bd5\u5305\u5df2\u7ecf\u6210\u529f\u5bfc\u5165\u3002","Inclusive (AND)":"\u5305\u5bb9(\u548c)","Index":"\u7d22\u5f15","Individual":"\u4e2a\u522b","Install":"\u5b89\u88c5","Installation done.":"\u5b89\u88c5\u5df2\u5b8c\u6210\u3002","Installation...":"\u5b89\u88c5\u4e2d...","Installed Extensions":"\u5df2\u5b89\u88c5\u7684\u6269\u5c55\u7a0b\u5e8f","Installing extension %s...":"\u6b63\u5728\u5b89\u88c5\u6269\u5c55\u7a0b\u5e8f%s...","Instance saved":"\u5b9e\u4f53\u5df2\u50a8\u5b58","Interface language":"\u4ecb\u9762\u8bed\u8a00","Interface Language":"\u4ecb\u9762\u8bed\u8a00","Invalid field length":"\u680f\u7684\u957f\u5ea6\u65e0\u6548","Invalid file type!":"\u65e0\u6548\u7684\u6587\u4ef6\u578b\u6001!","Invalid login or password. Please try again.":"\u65e0\u6548\u7684\u767b\u5f55\u540d\u6216\u5bc6\u7801\u3002\u00a0\u8bf7\u518d\u8bd5\u4e00\u6b21\u3002","invalid regular expression":"\u65e0\u6548\u7684\u6b63\u89c4\u8868\u793a\u5f0f","is already used in the test.":"\u5df2\u7ecf\u5728\u8003\u8bd5\u4e2d\u88ab\u4f7f\u7528\u3002","Item Reference Properties":"\u9898\u76ee\u53c2\u8003\u5c5e\u6027","Item Session Control":"\u9898\u76ee\u65f6\u57df\u63a7\u5236","Items":"\u9898\u76ee","Items can optionally be assigned to one or more categories.":"\u9898\u76ee\u53ef\u4ee5\u9009\u62e9\u6027\u7684\u88ab\u5206\u914d\u5230\u4e00\u4e2a\u6216\u591a\u4e2a\u7c7b\u522b\u3002","Items Compilation":"\u9898\u76ee\u7f16\u8bd1","Items library":"\u9898\u76ee\u4e66\u5e93","Keep Together":"\u4fdd\u6301\u5728\u4e00\u8d77","Label":"\u6807\u7b7e","Language":"\u8bed\u8a00","Last Name":"\u59d3\u6c0f","Late submission allowed":"\u5141\u8bb8\u8fdf\u4ea4","less than a minute":"\u5c11\u4e8e\u4e00\u5206\u949f","Linear":"\u76f4\u7ebf\u6027","List":"\u6e05\u5355","List - Multiple choice - Check box":"\u6e05\u5355-\u9009\u62e9\u9898-\u590d\u9009\u6846","List - Single choice - Drop down":"\u6e05\u5355-\u5355\u9879\u9009\u62e9-\u4e0b\u62c9","List - Single choice - Radio button":"\u6e05\u5355-\u5355\u9879\u9009\u62e9-\u6309\u94ae","Loaded":"\u5df2\u8f7d\u5165","Loaded at Startup":"\u7a0b\u5f0f\u542f\u52a8\u65f6\u81ea\u52a8\u8f7d\u5165","Log in":"\u767b\u5165","Log Out":"\u767b\u51fa","Login":"\u767b\u5f55\u540d\u79f0","Login available":"\u53ef\u7528\u767b\u5f55\u540d\u79f0","LTI":"LTI","LTI Consumers":"LTI\u6d88\u8d39\u8005","Manage data list":"\u7ba1\u7406\u6570\u636e\u6e05\u5355","Manage groups":"\u7ba1\u7406\u7fa4\u7ec4","Manage items":"\u7ba1\u7406\u9898\u76ee","Manage Results":"\u7ba1\u7406\u7ed3\u679c","Manage roles":"\u7ba1\u7406\u89d2\u8272","Manage Roles and apply them to users.":"\u7ba1\u7406\u89d2\u8272\u5e76\u8bbe\u5b9a\u7528\u6237\u3002","Manage Rubric Blocks":"\u7ba1\u7406\u6307\u5bfc\u8bed\u533a\u5757","Manage test properties":"\u7ba1\u7406\u8003\u8bd5\u5c5e\u6027","Manage test takers":"\u7ba1\u7406\u8003\u751f","Manage Tests":"\u7ba1\u7406\u8003\u8bd5","Manage tests":"\u7ba1\u7406\u8003\u8bd5","Manage users":"\u7ba1\u7406\u7528\u6237","Manage Versioned File":"\u7ba1\u7406\u591a\u7248\u672c\u7684\u6587\u4ef6","Map the properties to the CSV columns":"\u6620\u5c04\u5c5e\u6027\u8bbe\u7f6e\u4e3aCSV\u5217","Max Attempts":"\u6700\u591a\u4f7f\u7528\u6b21\u6570","Maximum Duration":"\u6700\u957f\u65f6\u9650","Maximum duration for the all test.":"\u6240\u6709\u8003\u8bd5\u7684\u6700\u957f\u65f6\u9650\u3002","Maximum duration for this item.":"\u8fd9\u4e2a\u9898\u76ee\u7684\u6700\u957f\u65f6\u9650\u3002","Maximum duration for this section.":"\u8fd9\u4e2a\u533a\u57df\u7684\u6700\u957f\u65f6\u9650\u3002","Maximum duration for this test part.":"\u8fd9\u4e2a\u8003\u8bd5\u90e8\u5206\u7684\u6700\u957f\u65f6\u9650\u3002","Message":"\u4fe1\u606f","Minimum Duration":"\u6700\u77ed\u65f6\u9650","Minimum duration for the test.":"\u8003\u8bd5\u6700\u77ed\u65f6\u9650\u3002","Minimum duration for this item.":"\u8fd9\u4e2a\u9898\u76ee\u7684\u6700\u77ed\u65f6\u9650\u3002","Minimum duration for this section.":"\u8fd9\u4e2a\u533a\u57df\u7684\u6700\u77ed\u65f6\u9650\u3002","Minimum duration for this test part.":"\u8fd9\u4e2a\u8003\u8bd5\u90e8\u5206\u7684\u6700\u77ed\u65f6\u9650\u3002","minutes":"\u5206\u949f","More":"\u66f4\u591a","Move":"\u79fb\u52a8","Move Down":"\u5411\u4e0b\u79fb","Move role":"\u79fb\u52a8\u89d2\u8272","Move to":"\u79fb\u52a8\u5230","Move Up":"\u5411\u4e0a\u79fb","Moving this element will replace the properties of the previous class by those of the destination class :":"\u5f53\u60a8\u79fb\u52a8\u8fd9\u4e2a\u5143\u7d20\u65f6\uff0c\u60a8\u5c06\u4f1a\u7528\u76ee\u6807\u7c7b\u7684\u5c5e\u6027\u53d6\u4ee3\u4e4b\u524d\u7c7b\u522b\u7684\u5c5e\u6027:","Multiple values delimiter":"\u591a\u4e2a\u503c\u5206\u9694\u7b26","My settings":"\u6211\u7684\u8bbe\u5b9a","My settings (%s)":"\u6211\u7684\u8bbe\u5b9a(%s)","Name":"\u59d3\u540d","Navigation":"\u5bfc\u89c8","New class":"\u65b0\u7c7b\u522b","New delivery":"\u65b0\u7684\u9012\u9001","New Group":"\u65b0\u589e\u7fa4\u7ec4","New item":"\u65b0\u589e\u9898\u76ee","New password":"\u547d\u540d\u7a7a\u95f4","New role":"\u65b0\u89d2\u8272","New Rubric Block":"\u65b0\u6307\u5bfc\u8bed\u533a\u5757","New test":"\u65b0\u6d4b\u8bd5","New test part":"\u65b0\u8003\u8bd5\u90e8\u5206","New test-taker":"\u65b0\u8003\u751f","Next":"\u4e0b\u4e00\u4e2a","No":"\u5426","No extensions available.":"\u6ca1\u6709\u53ef\u7528\u7684\u6269\u5c55\u7a0b\u5e8f\u3002","no file not found in this location":"\u5728\u8fd9\u4e2a\u4f4d\u7f6e\u672a\u627e\u5230\u6587\u4ef6","No file selected":"\u672a\u9009\u53d6\u4efb\u4f55\u6587\u4ef6","No files":"\u6ca1\u6709\u6587\u4ef6","no label":"\u65e0\u6807\u7b7e","No more attempts allowed for item \u0022%s\u0022.":"\u9898\u76ee\u0022%s\u0022\u5df2\u7ecf\u65e0\u5269\u4f59\u7684\u4f7f\u7528\u6b21\u6570\u3002","No reference to any IMS QTI Item found.":"\u6ca1\u6709\u627e\u5230\u4efb\u4f55\u5bf9\u7167IMS QTI\u7684\u9898\u76ee\u3002","Non Linear":"\u975e\u7ebf\u6027","Not shuffled, the position remains fixed.":"\u4e0d\u662f\u968f\u673a\u987a\u5e8f\uff0c\u8be5\u4f4d\u7f6e\u4fdd\u6301\u56fa\u5b9a\u3002","Nothing imported":"\u6ca1\u6709\u5bfc\u5165\u4efb\u4f55\u7269\u4ef6","Nothing to install !":"\u6ca1\u6709\u4efb\u4f55\u53ef\u5b89\u88c5\u7684\u7269\u4ef6","Number of elements":"\u5143\u7d20\u7684\u6570\u91cf","of":"\u7684","Old Password":"\u65e7\u5bc6\u7801","One or more dependent IMS QTI Items could not be imported.":"\u6709\u4e00\u4e2a\u6216\u591a\u4e2a\u72ec\u7acbIMS QTI\u9898\u76ee\u65e0\u6cd5\u88ab\u5bfc\u5165\u3002","or":"\u6216","Ordering":"\u6392\u5e8f","Page":"\u9875\u9762","Password":"\u5bc6\u7801","Password changed":"\u5bc6\u7801\u5df2\u53d8\u66f4","Password successfully changed":"\u5bc6\u7801\u66f4\u6539\u6210\u529f","Passwords are not matching":"\u5bc6\u7801\u4e0d\u76f8\u7b26","Please confirm deletion":"\u8bf7\u786e\u8ba4\u5220\u9664","Please confirm property deletion!":"\u8bf7\u786e\u8ba4\u5c5e\u6027\u5220\u9664!","Please confirm this operation.":"\u8bf7\u786e\u8ba4\u8fd9\u4e2a\u884c\u52a8\u3002","Please give a message to your commit":"\u8bf7\u628a\u4fe1\u606f\u7ed9\u60a8\u7684\u63d0\u4ea4","Post install processing":"\u5b89\u88c5\u540e\u5904\u7406\u8fc7\u7a0b","Prepare, publish deliveries sessions.":"\u9884\u5907\uff0c\u53d1\u5e03\u9012\u9001\u65f6\u57df\u3002","Preparing installation...":"\u6b63\u5728\u51c6\u5907\u5b89\u88c5\u4e2d","Preview":"\u9884\u89c8","Previous":"\u4e0a\u4e00\u4e2a","Proctor":"\u76d1\u8003\u4eba","Properties":"\u5c5e\u6027","QTI Test Package 2.1":"QTI 2.1\u8003\u8bd5\u5305","RDF":"RDF","Record and manage test takers.":"\u50a8\u5b58\u4ee5\u53ca\u7ba1\u7406\u8003\u751f\u3002","Reference":"\u53c2\u7167","Release":"\u91ca\u653e","Remove":"\u79fb\u9664","Remove Item Reference":"\u53c2\u7167","Remove Message":"\u79fb\u9664\u4fe1\u4ef6","Remove Rubric Block":"\u79fb\u9664\u6307\u5bfc\u8bed\u533a\u5757","Remove Section":"\u79fb\u9664\u533a\u57df","Remove this file":"\u79fb\u9664\u8fd9\u4e2a\u6587\u4ef6","Rename":"\u91cd\u65b0\u547d\u540d","Repeat new password":"\u91cd\u590d\u8f93\u5165\u65b0\u5bc6\u5417","Required":"\u5fc5\u8981\u7684","Required field":"\u5fc5\u586b\u680f","required length":"\u9700\u8981\u7684\u957f\u5ea6","Requires":"\u9700\u8981","Reset":"\u91cd\u8bbe","Resource":"\u8d44\u6e90","Resource not imported due to multiple super classes":"\u8d44\u6e90\u65e0\u6cd5\u6c47\u5165\uff0c\u56e0\u4e3a\u6709\u591a\u79cd\u8d85\u7c7b\u8d85\u7c7b\u522b","Resource not imported due to multiple types":"\u8d44\u6e90\u6709\u591a\u79cd\u59d3\u96f7\u800c\u65e0\u6cd5\u5bfc\u5165","Resource saved":"\u8d44\u6e90\u5df2\u50a8\u5b58","Responsive mode":"\u56de\u5e94\u6a21\u5f0f","Results":"\u7ed3\u679c","Results library":"\u7ed3\u679c\u4e66\u5e93","Return to sign in page":"\u56de\u5230\u767b\u9304\u9801\u9762","Right click the tree to manage your lists":"\u7528\u53f3\u952e\u70b9\u51fb\u6811\u6765\u7ba1\u7406\u60a8\u7684\u5217\u8868","Role saved":"\u89d2\u8272\u5df2\u50a8\u5b58","Roles":"\u89d2\u8272","Roles library":"\u89d2\u8272\u4e66\u5e93","Rubric Block":"\u6307\u5bfc\u8bed\u533a\u5757","Rubric Block Properties":"\u6307\u5bfc\u8bed\u533a\u5757\u5c5e\u6027","Rubric Blocks":"\u6307\u5bfc\u8bed\u533a\u5757","Save":"\u50a8\u5b58","Scope":"\u8303\u56f4","Scorer":"\u8bc4\u5206\u4eba","Search":"\u641c\u5bfb","Search sub-classes":"\u641c\u7d22\u5b50\u7c7b\u522b","seconds":"\u79d2","Section Properties":"\u7ae0\u8282\u5c5e\u6027","select":"\u9009\u62e9","Select":"\u9009\u53d6","Select a language":"\u9009\u62e9\u8bed\u8a00","Select Items":"\u9009\u53d6\u9898\u76ee","Select this file":"\u9009\u62e9\u8fd9\u4e2a\u6587\u4ef6","Selected file:":"\u5df2\u9009\u62e9\u7684\u6587\u4ef6:","Selection":"\u9009\u53d6\u533a\u57df","Selection saved successfully":"\u9009\u53d6\u50a8\u5b58\u6210\u529f","Send":"\u4f20\u9001","Settings":"\u8bbe\u7f6e","Settings updated":"\u8bbe\u5b9a\u503c\u5df2\u66f4\u65b0","Show detailed report":"\u663e\u793a\u8be6\u7ec6\u56de\u62a5","Show Feedback":"\u663e\u793a\u56de\u9988","Show Solution":"\u663e\u793a\u89e3\u7b54","Show the solution once the answer is submitted.":"\u8003\u751f\u63d0\u4ea4\u7b54\u6848\u540e\u5c31\u7acb\u523b\u663e\u793a\u89e3\u7b54\u3002","Shuffle":"\u968f\u673a\u987a\u5e8f","Simultaneous":"\u540c\u65f6","Size":"\u5927\u5c0f","Skip":"\u8df3\u8fc7","Submission":"\u63d0\u4ea4","Success":"\u5b8c\u6210","Supported export formats":"\u652f\u63f4\u7684\u5bfc\u51fa\u683c\u5f0f","TAO Home":"TAO\u9996\u9875","TAO Login":"TAO\u767b\u5165","Test":"\u8003\u8bd5","Test constructor":"\u8003\u8bd5\u5efa\u9020\u5668","Test Saved":"\u8003\u8bd5\u5df2\u50a8\u5b58","Test takers library":"\u8003\u751f\u4e66\u5e93","Test-takers":"\u8003\u751f","Tests":"\u8003\u8bd5","Tests library":"\u8003\u8bd5\u4e66\u5e93","Text - Long - Box":"\u6587\u5b57-\u957f-\u65b9\u7bb1","Text - Long - HTML editor":"\u6587\u5b57-\u957f- HTML\u7f16\u8f91\u5668","Text - Short - Field":"\u6587\u5b57-\u77ed-\u680f","The \u0027imsmanifest.xml\u0027 file found in the archive is not valid.":"\u53d1\u73b0\u0027imsmanifest.xml\u0027\u6587\u4ef6\u672a\u6709\u6548\u5b58\u6863\u3002","The column ":"\u680f","The identifier of the item reference.":"\u8be5\u9898\u76ee\u5f15\u7528\u7684\u6807\u8bc6\u7b26\u3002","The identifier of the section.":"\u533a\u57df\u5f15\u7528\u7684\u6807\u8bc6\u7b26\u3002","The IMS QTI Test Package could not be imported.":"\u65e0\u6cd5\u6c47\u5165IMS QTI\u8003\u8bd5\u5305\u3002","The index identifier should not be empty":"\u7d22\u5f15\u8bc6\u522b\u7801\u4e0d\u5e94\u8be5\u7559\u7a7a","The lock has been released":"\u9501\u5df2\u88ab\u91ca\u653e","The navigation mode determines the general paths that the candidate may take. A linear mode restricts the candidate to attempt each item in turn. Non Linear removes this restriction.":"\u5bfc\u822a\u6a21 \u200b\u200b\u5f0f\u51b3\u5b9a\u4e86\u62a5\u8003\u8005\u53ef\u91c7\u53d6\u7684\u4e00\u822c\u9014\u5f84\u3002\u00a0\u7ebf\u6027\u6a21\u5f0f\u9650\u5236\u4e86\u62a5\u8003\u8005\u4f9d\u6b21\u5c1d\u8bd5\u6bcf\u4e00\u4e2a\u9898\u76ee\u3002\u00a0\u975e\u7ebf\u6027\u6a21\u5f0f\u79fb\u9664\u4e86\u8fd9\u4e2a\u9650\u5236\u3002","The number of child elements to be selected.":"\u8981\u88ab\u9009\u7684\u5b50\u5143\u7d20\u6570\u91cf\u3002","The principle identifier of the test.":"\u8003\u8bd5\u7684\u4e3b\u8981\u6807\u8bc6\u7b26\u3002","The provided archive is invalid. Make sure it is not corrupted and that it contains an \u0027imsmanifest.xml\u0027 file.":"\u8be5\u63d0\u4f9b\u7684\u5b58\u6863\u65e0\u6548\u3002\u00a0\u8bf7\u786e\u8ba4\u5b83\u6ca1\u6709\u88ab\u635f\u574f\u5e76\u4e14\u5b83\u5305\u542b\u4e86\u4e00\u4e2a\u0027imsmanifest.xml\u0027\u6587\u4ef6\u3002","The QTI Test \u0027%s\u0027 to be compiled must contain at least 1 QTI Item. None found.":"\u8be5QTI\u8003\u8bd5\u5fc5\u987b\u6709\u81f3\u5c111\u4e2aQTI\u9898\u76ee\u0027%s\u0027\u624d\u80fd\u8fdb\u884c\u7f16\u8bd1\u3002\u00a0\u6ca1\u6709\u627e\u5230\u3002","The QTI test could not be retrieved correctly.":"\u8be5QTI\u8003\u8bd5\u4e0d\u80fd\u88ab\u6b63\u786e\u68c0\u7d22\u3002","The QTI Test XML or one of its dependencies is malformed or empty.":"\u8be5QTI XML\u8003\u8bd5\u6216\u5b83\u7684\u4e00\u4e2a\u76f8\u4f9d\u6027\u7d22\u5f15\u662f\u4e0d\u6b63\u5e38\u7684\u6216\u7a7a\u7684\u3002","The QTI-XML test could not be written correctly.":"\u8be5QTI-XML\u8003\u8bd5\u672a\u80fd\u88ab\u6b63\u786e\u5199\u5165\u3002","The reference.":"\u53c2\u7167","The section title.":"\u533a\u57df\u6807\u9898\u3002","The submission mode determines when the candidate\u0027s responses are submitted for response processing. A testPart in individual mode requires the candidate to submit their responses on an item-by-item basis. In simultaneous mode the candidate\u0027s responses are all submitted together at the end of the testPart.":"\u8003\u8bd5\u63d0\u4ea4\u6a21\u5f0f\u51b3\u5b9a\u8003\u751f\u56de\u5e94\u4ec0\u4e48\u65f6\u5019\u88ab\u9001\u56de\u670d\u52a1\u5668\u5904\u7406\u3002\u00a0\u5728\u4e2a\u522b(individual)\u6a21\u5f0f \u200b\u200b\u4e2d\uff0c\u8003\u751f\u9700\u8981\u5404\u81ea\u63d0\u4ea4\u6bcf\u4e00\u4e2a\u9898\u76ee\uff0c\u6bcf\u4e2a\u56de\u5e94\u90fd\u4f1a\u5404\u81ea\u88ab\u9001\u56de\u670d\u52a1\u5668\u5904\u7406\u3002\u00a0\u5728\u540c\u65f6(simultaneous)\u6a21\u5f0f \u200b\u200b\u4e2d\uff0c\u8003\u751f\u53ea\u9700\u8981\u8003\u8bd5\u6ca1\u63d0\u4ea4\u4e00\u6b21\uff0c\u6240\u6709\u7684\u56de\u5e94\u662f\u540c\u65f6\u5728\u8003\u8bd5\u6ca1\u88ab\u9001\u56de\u3002","The test part identifier.":"\u8003\u8bd5\u90e8\u5206\u7684\u6807\u8bc6\u7b26\u3002","The test title.":"\u8003\u8bd5\u6807\u9898\u3002","The value of this field must be a valid date format, e.g. YYYY-MM-DD":"\u8fd9\u4e2a\u680f\u7684\u503c\u5fc5\u987b\u662f\u6709\u6548\u7684\u65e5\u671f\u683c\u5f0f\uff0c\u5982YYYY-MM-DD (\u897f\u5143\u5e74\u4efd-\u6708\u4efd-\u65e5\uff09","The value of this field must be an integer":"\u8fd9\u4e2a\u680f\u7684\u503c\u5fc5\u987b\u662f\u4e00\u4e2a\u6574\u6570","The value of this field must be numeric":"\u8fd9\u4e2a\u680f\u7684\u503c\u5fc5\u987b\u662f\u6570\u5b57","This constraint affects the visibility of feedback after the end of the last attempt.":"\u8fd9\u4e2a\u7ea6\u675f\u5f71\u54cd\u5230\u8003\u751f\u8003\u5b8c\u8bd5\u4ee5\u540e\u662f\u5426\u53ef\u4ee5\u770b\u5f97\u89c1\u9898\u76ee\u7684\u56de\u9988\u3002","This constraint controls whether or not the candidate is allowed to provide a comment on the item during the session. Comments are not part of the assessed responses.":"\u8fd9\u4e2a\u7ea6\u675f\u63a7\u5236\u8003\u751f\u662f\u5426\u53ef\u4ee5\u5728\u8003\u8bd5\u4e2d\u5bf9\u9898\u76ee\u63d0\u4f9b\u8bc4\u8bba\u3002\u00a0\u8bc4\u8bba\u4e0d\u662f\u56de\u5e94\u7684\u4e00\u90e8\u5206\uff0c\u4e5f\u4e0d\u4f1a\u88ab\u8bc4\u5206\u3002","This field is required":"\u8fd9\u4e2a\u680f\u662f\u5fc5\u987b\u586b\u5199","This field is too long":"\u8fd9\u4e2a\u680f\u592a\u957f\u4e86","This field is too short":"\u8fd9\u4e2a\u680f\u592a\u77ed\u4e86","This is not a valid email address.":"\u8fd9\u4e0d\u662f\u4e00\u4e2a\u6709\u6548\u7684\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u3002","this is required":"\u8fd9\u662f\u5fc5\u9700\u7684","This Login is already in use":"\u8fd9\u4e2a\u767b\u5f55\u5df2\u5728\u4f7f\u7528","This password reset link is no longer valid. It may have already been used. If you still wish to reset your password please request a new link":"\u8fd9\u4e2a\u66f4\u6362\u5bc6\u7801\u7684\u94fe\u63a5\u5df2\u6ca1\u6548\u4e86\u3002\u94fe\u63a5\u6709\u53ef\u80fd\u5df2\u7ecf\u4f7f\u7528\u8fc7\u3002\u5982\u679c\u60a8\u8fd8\u60f3\u66f4\u6362\u5bc6\u7801\uff0c\u8bf7\u518d\u6b21\u8981\u4e00\u4e2a\u65b0\u7684\u94fe\u63a5\u3002","This resource is locked":"\u8fd9\u4e2a\u8d44\u6e90\u88ab\u9501\u5b9a","This role is still given to one or more users. Please remove the role to these users first.":"\u8fd9\u89d2\u8272\u4ecd\u7136\u7ed9\u4e86\u591a\u4e2a\u7528\u6237\u3002\u00a0\u8bf7\u5148\u5220\u9664\u8fd9\u4e9b\u7528\u6237\u7684\u89d2\u8272\u3002","Time Limits":"\u65f6\u95f4\u9650\u5236","Time zone":"\u65f6\u533a","Title":"\u6807\u9898","To reset your password, click the link below, or paste it into your browser. You will then be prompted to create a new password.":"\u82e5\u60a8\u60f3\u66f4\u6362\u5bc6\u7801\uff0c\u70b9\u51fb\u4ee5\u4e0b\u7684\u94fe\u63a5\u6216\u628a\u94fe\u63a5\u8d34\u5165\u60a8\u7684\u6e38\u89c8\u5668\uff0c\u5c31\u53ef\u4ee5\u521b\u5efa\u4e00\u4e2a\u65b0\u7684\u5bc6\u7801\u3002","to translate":"\u7ffb\u8bd1","Tokenizer":"\u6807\u8bb0\u751f\u6210\u5668","Too many suggestions match your query. Only a few are listed":"\u592a\u591a\u7684\u5efa\u8bae\u7b26\u5408\u60a8\u7684\u67e5\u8be2\uff0c\u6240\u4ee5\u8fd9\u91cc\u53ea\u5217\u51fa\u51e0\u4e2a\u5efa\u8bae","Translate":"\u7ffb\u8bd1","Translate to":"\u7ffb\u8bd1\u6210","Translation parameters":"\u7ffb\u8bd1\u8303\u56f4","Translation saved":"\u7ffb\u8bd1\u5df2\u50a8\u5b58","True":"\u771f","Tutor":"\u5bfc\u5e08","Type":"\u7c7b\u578b","Unable to access your account?":"\u65e0\u6cd5\u8fdb\u5165\u60a8\u7684\u8d26\u6237\u5417\uff1f","Unable to change passwords in demo mode":"\u5728\u8bd5\u7528\u6a21\u5f0f\u65e0\u6cd5\u66f4\u6539\u5bc6\u7801","Unable to delete the selected resource":"\u65e0\u6cd5\u5220\u9664\u6240\u9009\u7684\u8d44\u6e90","Unable to release the lock":"\u65e0\u6cd5\u89e3\u9664\u9501\u5b9a","Unable to remove the property.":"\u65e0\u6cd5\u5220\u9664\u5c5e\u6027","Unable to send the password reset request":"\u65e0\u6cd5\u9001\u51fa\u66f4\u6362\u5bc6\u7801\u7684\u8981\u6c42","Unable to upload file":"\u65e0\u6cd5\u4e0a\u4f20\u6587\u4ef6","Uncheck all":"\u5168\u90e8\u53d6\u6d88\u52fe\u9009","Uncheck All":"\u5168\u90e8\u53d6\u6d88\u52fe\u9009","Undo":"\u590d\u539f","unknown":"\u4e0d\u660e","Unknown Error":"\u4e0d\u660e\u7684\u9519\u8bef","Unknown error.":"\u4e0d\u660e\u7684\u9519\u8bef\u3002","Update":"\u66f4\u65b0","Upload":"\u4e0a\u4f20","Upload a QTI 2.1 Test Package File":"\u4e0a\u4f20\u4e00\u4e2aQTI 2.1\u8003\u8bd5\u5305\u6587\u4ef6","Upload into:":"\u4e0a\u4f20\u81f3\uff1a","Use Ctrl\/Meta key or Lasso for multiple selection":"\u4f7f\u7528Ctrl\/Meta\u952e\u6216\u5957\u7d22\u7684\u591a\u91cd\u9009\u62e9","Use default value":"\u4f7f\u7528\u9ed8\u8ba4\u503c","User":"\u7528\u6237","User added":"\u7528\u6237\u5df2\u6dfb\u52a0","User deleted successfully":"\u5220\u9664\u7528\u6237\u6210\u529f","User not found":"\u672a\u627e\u5230\u7528\u6237","User saved":"\u7528\u6237\u5df2\u50a8\u5b58","User Settings":"\u7528\u6237\u8bbe\u5b9a","Users":"\u7528\u6237","Validate Responses":"\u9a8c\u8bc1\u56de\u5e94","Version":"\u7248\u672c","View and format the collected results.":"\u89c6\u56fe\u548c\u683c\u5f0f\u6536\u96c6\u7684\u7ed3\u679c\u3002","Views":"\u663e\u793a","Visible":"\u53ef\u89c1","When selecting child elements each element is normally eligible for selection once only.":"\u5f53\u9009\u62e9\u5b50\u5143\u7d20\u65f6\uff0c\u6bcf\u4e2a\u5b50\u5143\u7d20\u901a\u5e38\u90fd\u53ea\u80fd\u88ab\u9009\u4e00\u6b21\u800c\u5df2\u3002","Whether a candidate\u0027s response that is beyond the maximum duration of the item should still be accepted.":"\u8003\u751f\u7684\u56de\u5e94\u5982\u679c\u8d85\u51fa\u9898\u76ee\u65f6\u9650\uff0c\u9879\u76ee\u662f\u5426\u8fd8\u88ab\u63a5\u53d7\u3002","Whether a candidate\u0027s response that is beyond the maximum duration of the section should still be accepted.":"\u8003\u751f\u7684\u56de\u5e94\u5982\u679c\u8d85\u51fa\u533a\u57df\u65f6\u9650\uff0c\u533a\u57df\u662f\u5426\u8fd8\u88ab\u63a5\u53d7\u3002","Whether a candidate\u0027s response that is beyond the maximum duration of the test part should still be accepted.":"\u8003\u751f\u7684\u56de\u5e94\u5982\u679c\u8d85\u51fa\u90e8\u5206\u65f6\u9650\uff0c\u90e8\u5206\u662f\u5426\u8fd8\u88ab\u63a5\u53d7\u3002","Whether a candidate\u0027s response that is beyond the maximum duration should still be accepted.":"\u8003\u751f\u7684\u56de\u5e94\u5982\u679c\u8d85\u51fa\u65f6\u9650\uff0c\u56de\u5e94\u662f\u5426\u8fd8\u88ab\u63a5\u53d7\u3002","Who can view the rubric block during the delivery.":"\u9012\u9001\u65f6,\u8c01\u53ef\u4ee5\u6d4f\u89c8\u6307\u5bfc\u8bed\u533a\u5757\u3002","Width":"\u5bbd\u5ea6","With Replacement":"\u8ddf\u53d6\u4ee3","Yes":"\u662f","You are not authorised to remove this lock":"\u60a8\u65e0\u6743\u5220\u9664\u8fd9\u4e2a\u9501","You cannot delete the root node":"\u60a8\u4e0d\u80fd\u5220\u9664\u6839\u8282\u70b9","You currently have no access to the platform":"\u60a8\u76ee\u524d\u65e0\u6743\u8fdb\u5165\u5e73\u53f0","You do not have the required rights to edit this resource.":"\u60a8\u6ca1\u6709\u7f16\u8f91\u8fd9\u4e2a\u8d44\u6e90\u7684\u6743\u5229\u3002","You must activate JavaScript in your browser to run this application.":"\u60a8\u5fc5\u987b\u5728\u6d4f\u89c8\u5668\u4e2d\u542f\u7528JavaScript\u624d\u53ef\u4ee5\u5e94\u7528\u8fd9\u4e2a\u7a0b\u5e8f\u3002","Your mail":"\u60a8\u7684\u96fb\u5b50\u90f5\u4ef6","Your TAO Password":"\u60a8\u7684 TAO \u5bc6\u78bc"} \ No newline at end of file diff --git a/locales/zh-CN/qtiCat.rdf.po b/locales/zh-CN/qtiCat.rdf.po index 072ac2eef1..13fa8092eb 100644 --- a/locales/zh-CN/qtiCat.rdf.po +++ b/locales/zh-CN/qtiCat.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:11\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:23\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: zh-CN\n" diff --git a/locales/zh-CN/qtitest.rdf.po b/locales/zh-CN/qtitest.rdf.po index 23377c3016..8cd08e7bbe 100644 --- a/locales/zh-CN/qtitest.rdf.po +++ b/locales/zh-CN/qtitest.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:11\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:23\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: zh-CN\n" diff --git a/locales/zh-CN/taoQtiTestItemRunner.rdf.po b/locales/zh-CN/taoQtiTestItemRunner.rdf.po index 017c1a1bc1..bba509b963 100644 --- a/locales/zh-CN/taoQtiTestItemRunner.rdf.po +++ b/locales/zh-CN/taoQtiTestItemRunner.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:11\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:23\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: zh-CN\n" diff --git a/locales/zh-SG/messages.po b/locales/zh-SG/messages.po index 0bb3ac0a64..e98cbe9b6c 100644 --- a/locales/zh-SG/messages.po +++ b/locales/zh-SG/messages.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:11\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:23\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: zh-SG\n" @@ -22,6 +22,9 @@ msgstr "" msgid "(Visual) Highlight Text" msgstr "" +msgid "A concurrent delivery has been detected. Please use the last open session. The present window can be closed." +msgstr "" + msgid "A QTI Item involved in the QTI Test '%s' could not be compiled." msgstr "" @@ -46,6 +49,9 @@ msgstr "" msgid "A visible section is one that is identifiable by the candidate." msgstr "" +msgid "Accessibility tool that enables Test Taker to have the item content read aloud." +msgstr "" + msgid "Activated" msgstr "" @@ -58,6 +64,9 @@ msgstr "" msgid "Add selected item(s) here." msgstr "" +msgid "Add Subsection" +msgstr "" + msgid "Add the source file" msgstr "" @@ -223,6 +232,15 @@ msgstr "" msgid "Black on White" msgstr "" +msgid "Bookmark question" +msgstr "" + +msgid "Bookmark the current question for later review" +msgstr "" + +msgid "Bookmarked question %s" +msgstr "" + msgid "Calculator" msgstr "" @@ -268,6 +286,9 @@ msgstr "" msgid "Click \"%s\" to continue" msgstr "" +msgid "Click \"%s\" to continue." +msgstr "" + msgid "Click to speak" msgstr "" @@ -361,6 +382,9 @@ msgstr "" msgid "Displays a customisable magnifier" msgstr "" +msgid "Do not bookmark the current question for later review" +msgstr "" + msgid "Do not flag the current item for later review" msgstr "" @@ -431,12 +455,21 @@ msgstr "" msgid "Expand the review panel" msgstr "" +msgid "Export" +msgstr "" + msgid "Export failed for the test \"%s" msgstr "" +msgid "Export failed. Key uri nor classUri in formValues are not defined" +msgstr "" + msgid "Export metadata" msgstr "" +msgid "Export QTI %s Test Package" +msgstr "" + msgid "Export QTI 2.1 Test Package" msgstr "" @@ -506,6 +539,9 @@ msgstr "" msgid "Hide Review" msgstr "" +msgid "Hide test overview panel" +msgstr "" + msgid "Hide the review screen" msgstr "" @@ -557,6 +593,9 @@ msgstr "" msgid "If the connection cannot be restored, see option B." msgstr "" +msgid "If you leave the test, your changes will not be saved due to invalid test settings. Are you sure you wish to leave?" +msgstr "" + msgid "If you need help, please contact our Helpline on 0330 088 4171." msgstr "" @@ -590,6 +629,9 @@ msgstr "" msgid "Individual" msgstr "" +msgid "Informational item" +msgstr "" + msgid "Informational Item Usage" msgstr "" @@ -701,11 +743,11 @@ msgstr "" msgid "Manage test properties" msgstr "" -#, tao-public -msgid "Manage tests" +msgid "Manage Tests" msgstr "" -msgid "Manage Tests" +#, tao-public +msgid "Manage tests" msgstr "" msgid "Mark for review" @@ -762,12 +804,15 @@ msgstr "" msgid "minutes" msgstr "" -msgid "Missed required parameter \'id\" +msgid "Missed required parameter \'id\'" msgstr "" msgid "Missed test package file" msgstr "" +msgid "Missing filename for QTI Test export" +msgstr "" + msgid "Missing required configuration option %s" msgstr "" @@ -816,12 +861,18 @@ msgstr "" msgid "No" msgstr "" +msgid "NO" +msgstr "" + msgid "No CAT Engine configured for CAT Endpoint \"%s\"." msgstr "" msgid "No file found at location \"%s\"." msgstr "" +msgid "No instance in form to export" +msgstr "" + msgid "No more attempts allowed for item \"%s\"." msgstr "" @@ -855,10 +906,10 @@ msgstr "" msgid "Offline" msgstr "" -msgid "OK" +msgid "Ok" msgstr "" -msgid "Ok" +msgid "OK" msgstr "" msgid "OK & End test" @@ -963,6 +1014,12 @@ msgstr "" msgid "QTI Test \"%s\" successfully published." msgstr "" +msgid "QTI Test Metadata" +msgstr "" + +msgid "QTI Test Package %s" +msgstr "" + msgid "QTI Test Package 2.1" msgstr "" @@ -978,6 +1035,9 @@ msgstr "" msgid "Question" msgstr "" +msgid "Question %s" +msgstr "" + msgid "questions" msgstr "" @@ -1002,6 +1062,9 @@ msgstr "" msgid "Remove Section" msgstr "" +msgid "Remove Subsection" +msgstr "" + msgid "Remove Test Part" msgstr "" @@ -1017,6 +1080,9 @@ msgstr "" msgid "Resource(s) successfully exported." msgstr "" +msgid "ResultTransmission event successfully registered" +msgstr "" + msgid "Review" msgstr "" @@ -1125,6 +1191,9 @@ msgstr "" msgid "Show Solution" msgstr "" +msgid "Show test overview panel" +msgstr "" + msgid "Show the review screen" msgstr "" @@ -1233,6 +1302,12 @@ msgstr "" msgid "Test Navigation" msgstr "" +msgid "Test overview" +msgstr "" + +msgid "Test part level category enables configuring the categories of its composing items all at once. A category in gray means that all items have that category. A category in white means that only a few items have that category." +msgstr "" + msgid "Test Part Properties" msgstr "" @@ -1261,10 +1336,10 @@ msgstr "" msgid "Text content" msgstr "" -msgid "Text to Speech" +msgid "Text To Speech" msgstr "" -msgid "Text To Speech" +msgid "Text to Speech" msgstr "" msgid "that was being taken." @@ -1348,6 +1423,9 @@ msgstr "" msgid "The provided archive is invalid. Make sure it is not corrupted and that it contains an 'imsmanifest.xml' file." msgstr "" +msgid "The QTI Item with URI '%s' cannot be found." +msgstr "" + msgid "The QTI Test '%s' to be compiled must contain at least 1 QTI Item. None found." msgstr "" @@ -1378,6 +1456,14 @@ msgstr "" msgid "The submission mode determines when the candidate's responses are submitted for response processing. A testPart in individual mode requires the candidate to submit their responses on an item-by-item basis. In simultaneous mode the candidate's responses are all submitted together at the end of the testPart." msgstr "" +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"" +msgstr "" + +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"Please fix the invalid settings and try again." +msgstr "" + msgid "The test has been closed/suspended!" msgstr "" @@ -1595,6 +1681,9 @@ msgstr "" msgid "Yellow on Blue" msgstr "" +msgid "YES" +msgstr "" + msgid "Yes" msgstr "" diff --git a/locales/zh-SG/qtiCat.rdf.po b/locales/zh-SG/qtiCat.rdf.po index 4ca9fd2373..f09bed143b 100644 --- a/locales/zh-SG/qtiCat.rdf.po +++ b/locales/zh-SG/qtiCat.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:11\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:23\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: zh-SG\n" diff --git a/locales/zh-SG/qtitest.rdf.po b/locales/zh-SG/qtitest.rdf.po index 158f2e626b..e3b725dce7 100644 --- a/locales/zh-SG/qtitest.rdf.po +++ b/locales/zh-SG/qtitest.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:11\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:23\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: zh-SG\n" diff --git a/locales/zh-SG/taoQtiTestItemRunner.rdf.po b/locales/zh-SG/taoQtiTestItemRunner.rdf.po index 7d7fb1ea1c..0b8d8a15c0 100644 --- a/locales/zh-SG/taoQtiTestItemRunner.rdf.po +++ b/locales/zh-SG/taoQtiTestItemRunner.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:11\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:23\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: zh-SG\n" diff --git a/locales/zh-TW/messages.po b/locales/zh-TW/messages.po index bf35f82ac5..9611d42da8 100644 --- a/locales/zh-TW/messages.po +++ b/locales/zh-TW/messages.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:12\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:24\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: zh-TW\n" @@ -22,6 +22,9 @@ msgstr "" msgid "(Visual) Highlight Text" msgstr "" +msgid "A concurrent delivery has been detected. Please use the last open session. The present window can be closed." +msgstr "" + msgid "A QTI Item involved in the QTI Test '%s' could not be compiled." msgstr "" @@ -46,6 +49,9 @@ msgstr "" msgid "A visible section is one that is identifiable by the candidate." msgstr "一個可見的章節是要讓考生能看見的。" +msgid "Accessibility tool that enables Test Taker to have the item content read aloud." +msgstr "" + msgid "Activated" msgstr "" @@ -58,6 +64,9 @@ msgstr "" msgid "Add selected item(s) here." msgstr "在此處新增所選的題目。" +msgid "Add Subsection" +msgstr "" + msgid "Add the source file" msgstr "新增來源檔" @@ -223,6 +232,15 @@ msgstr "" msgid "Black on White" msgstr "" +msgid "Bookmark question" +msgstr "" + +msgid "Bookmark the current question for later review" +msgstr "" + +msgid "Bookmarked question %s" +msgstr "" + msgid "Calculator" msgstr "" @@ -268,6 +286,9 @@ msgstr "" msgid "Click \"%s\" to continue" msgstr "" +msgid "Click \"%s\" to continue." +msgstr "" + msgid "Click to speak" msgstr "" @@ -361,6 +382,9 @@ msgstr "" msgid "Displays a customisable magnifier" msgstr "" +msgid "Do not bookmark the current question for later review" +msgstr "" + msgid "Do not flag the current item for later review" msgstr "" @@ -431,12 +455,21 @@ msgstr "" msgid "Expand the review panel" msgstr "" +msgid "Export" +msgstr "" + msgid "Export failed for the test \"%s" msgstr "" +msgid "Export failed. Key uri nor classUri in formValues are not defined" +msgstr "" + msgid "Export metadata" msgstr "" +msgid "Export QTI %s Test Package" +msgstr "" + msgid "Export QTI 2.1 Test Package" msgstr "匯出QTI 2.1 考試包" @@ -506,6 +539,9 @@ msgstr "" msgid "Hide Review" msgstr "" +msgid "Hide test overview panel" +msgstr "" + msgid "Hide the review screen" msgstr "" @@ -557,6 +593,9 @@ msgstr "" msgid "If the connection cannot be restored, see option B." msgstr "" +msgid "If you leave the test, your changes will not be saved due to invalid test settings. Are you sure you wish to leave?" +msgstr "" + msgid "If you need help, please contact our Helpline on 0330 088 4171." msgstr "" @@ -590,6 +629,9 @@ msgstr "" msgid "Individual" msgstr "個別" +msgid "Informational item" +msgstr "" + msgid "Informational Item Usage" msgstr "" @@ -701,13 +743,13 @@ msgstr "管理指導語區塊" msgid "Manage test properties" msgstr "管理考試屬性" +msgid "Manage Tests" +msgstr "管理考試" + #, tao-public msgid "Manage tests" msgstr "" -msgid "Manage Tests" -msgstr "管理考試" - msgid "Mark for review" msgstr "" @@ -762,12 +804,15 @@ msgstr "這個考試部分的最短時限。" msgid "minutes" msgstr "" -msgid "Missed required parameter \'id\" +msgid "Missed required parameter \'id\'" msgstr "" msgid "Missed test package file" msgstr "" +msgid "Missing filename for QTI Test export" +msgstr "" + msgid "Missing required configuration option %s" msgstr "" @@ -816,12 +861,18 @@ msgstr "" msgid "No" msgstr "" +msgid "NO" +msgstr "" + msgid "No CAT Engine configured for CAT Endpoint \"%s\"." msgstr "" msgid "No file found at location \"%s\"." msgstr "" +msgid "No instance in form to export" +msgstr "" + msgid "No more attempts allowed for item \"%s\"." msgstr "題目\"%s\"已經無剩餘的使用次數。" @@ -855,10 +906,10 @@ msgstr "不是隨機順序,該位置保持固定。" msgid "Offline" msgstr "" -msgid "OK" +msgid "Ok" msgstr "" -msgid "Ok" +msgid "OK" msgstr "" msgid "OK & End test" @@ -963,6 +1014,12 @@ msgstr "" msgid "QTI Test \"%s\" successfully published." msgstr "" +msgid "QTI Test Metadata" +msgstr "" + +msgid "QTI Test Package %s" +msgstr "" + msgid "QTI Test Package 2.1" msgstr "QTI 2.1考試包" @@ -978,6 +1035,9 @@ msgstr "" msgid "Question" msgstr "" +msgid "Question %s" +msgstr "" + msgid "questions" msgstr "" @@ -1002,6 +1062,9 @@ msgstr "移除指導語區塊" msgid "Remove Section" msgstr "移除區域" +msgid "Remove Subsection" +msgstr "" + msgid "Remove Test Part" msgstr "" @@ -1017,6 +1080,9 @@ msgstr "" msgid "Resource(s) successfully exported." msgstr "" +msgid "ResultTransmission event successfully registered" +msgstr "" + msgid "Review" msgstr "" @@ -1125,6 +1191,9 @@ msgstr "" msgid "Show Solution" msgstr "顯示解答" +msgid "Show test overview panel" +msgstr "" + msgid "Show the review screen" msgstr "" @@ -1233,6 +1302,12 @@ msgstr "" msgid "Test Navigation" msgstr "" +msgid "Test overview" +msgstr "" + +msgid "Test part level category enables configuring the categories of its composing items all at once. A category in gray means that all items have that category. A category in white means that only a few items have that category." +msgstr "" + msgid "Test Part Properties" msgstr "" @@ -1261,10 +1336,10 @@ msgstr "" msgid "Text content" msgstr "" -msgid "Text to Speech" +msgid "Text To Speech" msgstr "" -msgid "Text To Speech" +msgid "Text to Speech" msgstr "" msgid "that was being taken." @@ -1348,6 +1423,9 @@ msgstr "考試的主要標識符。" msgid "The provided archive is invalid. Make sure it is not corrupted and that it contains an 'imsmanifest.xml' file." msgstr "該提供的存檔無效。請確認它沒有被損壞並且它包含了一個 'imsmanifest.xml' 檔案。" +msgid "The QTI Item with URI '%s' cannot be found." +msgstr "" + msgid "The QTI Test '%s' to be compiled must contain at least 1 QTI Item. None found." msgstr "該QTI考試必須有至少1個QTI題目'%s' 才能進行編譯。沒有找到。" @@ -1378,6 +1456,14 @@ msgstr "區域標題" msgid "The submission mode determines when the candidate's responses are submitted for response processing. A testPart in individual mode requires the candidate to submit their responses on an item-by-item basis. In simultaneous mode the candidate's responses are all submitted together at the end of the testPart." msgstr "考試提交模式決定考生回應什麼時候被送回服務器處理。在個別(individual)模式中,考生需要各自提交每一個題目,每個回應都會各自被送回服務器處理。在同時(simultaneous)模式中,考生只需要考試沒提交一次,所有的回應是同時在考試沒被送回。" +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"" +msgstr "" + +msgid "The test cannot be saved because it currently contains invalid settings.\n" +"Please fix the invalid settings and try again." +msgstr "" + msgid "The test has been closed/suspended!" msgstr "" @@ -1595,6 +1681,9 @@ msgstr "" msgid "Yellow on Blue" msgstr "" +msgid "YES" +msgstr "" + msgid "Yes" msgstr "" diff --git a/locales/zh-TW/messages_po.js b/locales/zh-TW/messages_po.js index 2175fcc018..5524c784e7 100644 --- a/locales/zh-TW/messages_po.js +++ b/locales/zh-TW/messages_po.js @@ -1 +1 @@ -{" and ":" \u548c "," has been deleted successfully":" \u5df2\u6210\u529f\u522a\u9664"," next":" \u4e0b\u4e00\u500b"," requires a subgrid adapter":" \u9700\u8981\u4e00\u500bsubgrid adapter","%d day":"%d\u5929","%d days":"%d\u5929","%h hour":"%h\u5c0f\u6642","%h hours":"%h\u5c0f\u6642","%i minute":"%i\u5206\u9418","%i minutes":"%i \u5206\u9418","%m month":"%m \u6708","%m months":"%m \u500b\u6708","%s (%s kb)":"%s (%s kb)","%s extension(s) to install.":"%s \u64f4\u5145\u7a0b\u5f0f\u9700\u8981\u5b89\u88dd\u3002","%y year":"%y \u5e74","%y years":"%y \u5e74","(empty)":"(\u7a7a\u767d)","... reloading page.":"\u3002\u3002\u3002\u6b63\u5728\u5237\u65b0\u9801\u9762\u4e2d\u3002","Filters<\/del>":"\u904e\u6ffe\u5668<\/del>","Options<\/del>":"\u9078\u9805<\/del>","> Extension %s succesfully installed.":"> \u64f4\u5145\u7a0b\u5f0f %s \u5df2\u5b89\u88dd\u6210\u529f\u3002","> Installation done.":"> \u5b89\u88dd\u5df2\u5b8c\u6210\u3002","A fatal error occured during the installation process.":"\u5b89\u88dd\u4e0b\u5217\u9805\u76ee\u6642\u767c\u751f\u932f\u8aa4\u3002","A QTI Test must contain at least one QTI Item to be compiled. None found.":"\u6c92\u6709\u627e\u5230\u4efb\u4f55\u984c\u76ee\u3002\u4e00\u500bQTI\u8003\u8a66\u5fc5\u9808\u6709\u81f3\u5c11\u4e00\u500bQTI\u9805\u76ee\u624d\u80fd\u9032\u884c\u7de8\u8b6f\u3002","A qti testpackage":"\u4e00\u500b QTI \u7684\u8003\u8a66\u5305","A visible section is one that is identifiable by the candidate.":"\u4e00\u500b\u53ef\u898b\u7684\u7ae0\u7bc0\u662f\u8981\u8b93\u8003\u751f\u80fd\u770b\u898b\u7684\u3002","Access Denied":"\u5b58\u53d6\u906d\u62d2","Access denied. Please renew your authentication!":"\u5b58\u53d6\u906d\u62d2\u3002\u8acb\u66f4\u65b0\u60a8\u7684\u8eab\u4efd\u9a57\u8b49!","Actions":"\u52d5\u4f5c","Add":"\u65b0\u589e","Add a CSV file":"\u65b0\u589eCSV\u6a94\u6848","Add a user":"\u65b0\u589e\u4f7f\u7528\u8005","Add an RDF\/XML file":"\u65b0\u589e RDF\/XML \u6a94\u6848","Add Consumer":"\u52a0\u5165\u6d88\u8cbb\u8005","Add file(s)":"\u65b0\u589e\u6a94\u6848","Add property":"\u52a0\u5165\u5c6c\u6027","Add selected item(s) here.":"\u5728\u6b64\u8655\u65b0\u589e\u6240\u9078\u7684\u984c\u76ee\u3002","Add the source file":"\u65b0\u589e\u4f86\u6e90\u6a94","all":"\u5b8c\u5168","All fields are required":"\u6240\u6709\u90fd\u662f\u5fc5\u586b\u6b04\u4f4d","All rights reserved.":"\u4fdd\u7559\u6240\u6709\u6b0a\u5229\u3002","Allow Comment":"\u5141\u8a31\u5099\u8a3b","Allow Review":"\u5141\u8a31\u5fa9\u5be9","Allow Skipping":"\u5141\u8a31\u8df3\u904e","Allow the candidate to review his answers.":"\u5141\u8a31\u8003\u751f\u5fa9\u5be9\u7b54\u6848\u3002","Alpha version":"Alpha\u7248\u672c","An email has been sent":"\u96fb\u5b50\u90f5\u4ef6\u5df2\u767c\u9001","An invisible section with a parent that is subject to shuffling can specify whether or not its children, which will appear to the candidate as if they were part of the parent, are shuffled as a block or mixed up with the other children of the parent section.":"\u4e00\u500b\u96b1\u85cf\u7ae0\u7bc0\u82e5\u6709\u96a8\u6a5f\u9806\u5e8f\u7684\u7236\u4ee3\u90e8\u5206\uff0c\u7576\u986f\u793a\u7ae0\u7bc0\u7d66\u8003\u751f\u6642\uff0c\u60a8\u53ef\u4ee5\u8a2d\u5b9a\u5b83\u7684\u5b50\u7ae0\u7bc0\uff1a1. \u662f\u5426\u5c6c\u65bc\u7236\u4ee3\u7684\u96a8\u6a5f\u9806\u5e8f\u90e8\u5206\uff1b 2. \u5c6c\u65bc\u81ea\u5df1\u7684\u96a8\u6a5f\u9806\u5e8f\u5340\u584a\uff1b 3. \u8207\u5176\u5b83\u5b50\u7ae0\u7bc0\u6df7\u5408\u6210\u70ba\u53e6\u4e00\u500b\u96a8\u6a5f\u9806\u5e8f\u90e8\u5206","An item involved in the test cannot be read or is not QTI compliant.":"\u4e00\u500b\u727d\u6d89\u8003\u8a66\u4f7f\u7528\u7684\u984c\u76ee\u7121\u6cd5\u88ab\u8b80\u53d6\u6216\u4e0d\u517c\u5bb9QTI\u3002","An item involved in the test cannot be written.":"\u4e00\u500b\u5728\u8003\u8a66\u7684\u984c\u76ee\u4e0d\u80fd\u88ab\u5beb\u5165\u3002","An unknown error occured while compiled QTI Test \u0027%s\u0027.":"\u5728\u7de8\u8b6fQTI\u8003\u8a66 \u0027%s\u0027 \u6642\u51fa\u73fe\u4e86\u4e00\u500b\u4e0d\u660e\u932f\u8aa4\u3002","An unknown error occured while compiling QTI test \u0027%s\u0027.":"\u5728\u5f59\u96c6QTI\u8003\u8a66 \u0027%s\u0027 \u4e2d\u6642\u51fa\u73fe\u4e86\u4e00\u500b\u4e0d\u660e\u932f\u8aa4\u3002","Are you sure to delete the versioned resource?\nThe history will be lost as well.":"\u60a8\u78ba\u5b9a\u8981\u522a\u9664\u8a72\u7248\u672c\u7684\u8cc7\u6e90?\n\u904e\u53bb\u7684\u7d00\u9304\u5c07\u4e00\u4f75\u6d41\u5931\u3002","Are you sure you want to delete it?":"\u60a8\u78ba\u8a8d\u8981\u522a\u9664\u5417\uff1f","Assign User to role":"\u5206\u914d\u7528\u6236\u89d2\u8272","Assign Users":"\u5206\u914d\u7528\u6236","Author":"\u4f5c\u8005","Author Item":"\u5275\u4f5c\u984c\u76ee","Authoring":"\u5beb\u8457","Available Extensions":"\u53ef\u7528\u7684\u64f4\u5145\u7a0b\u5f0f","Back to listing":"\u56de\u5230\u5217\u8868","Beta version":"Beta \u7248\u672c","Browse folders:":"\u700f\u89bd\u8cc7\u6599\u593e\uff1a","Browse...":"\u700f\u89bd...","Calendar":"\u65e5\u66c6","Cancel":"\u53d6\u6d88","Candidate":"\u8003\u751f","Cannot be edited":"\u7121\u6cd5\u7de8\u8f2f","Categories":"\u5206\u985e","Change password":"\u66f4\u6539\u5bc6\u78bc","Change the password":"\u66f4\u6539\u5bc6\u78bc","Check All":"\u5168\u90e8\u52fe\u9078","Check all":"\u5168\u90e8\u52fe\u9078","Check-in":"\u767b\u8a18","Choose export format":"\u9078\u64c7\u532f\u51fa\u683c\u5f0f","Choose import format":"\u9078\u64c7\u532f\u5165\u683c\u5f0f","class selected":"\u73ed\u7d1a\u5df2\u9078\u64c7","Column":"\u6b04","Combine a selection of items into tests.":"\u5c07\u4e00\u7d44\u6240\u9078\u7684\u984c\u76ee\u7d50\u5408\u6210\u8003\u8a66\u3002","Comment":"\u5099\u8a3b","Commit":"\u63d0\u4ea4","Confirm":"\u78ba\u8a8d","Connect to the TAO platform":"\u9023\u7d50\u5230 TAO \u5e73\u53f0","Continue":"\u7e7c\u7e8c","Controls the maximum number of attempts allowed. 0 means unlimited.":"\u5141\u8a31\u6700\u5927\u7684\u4f7f\u7528\u6b21\u6578. \u8f38\u51650\u70ba\u7121\u9650\u5236\u3002","Create":"\u5efa\u7acb","Create and design items and exercises.":"\u5efa\u7acb\u548c\u8a2d\u8a08\u984c\u76ee\u4ee5\u53ca\u7df4\u7fd2\u3002","Create instance of ":"\u5efa\u7acb\u5be6\u4f8b","CSV":"CSV (\u4ee5\u9017\u865f\u5206\u9694)","CSV Options":"CSV \u9078\u9805","Current language":"\u76ee\u524d\u7684\u8a9e\u8a00","Data imported":"\u5df2\u532f\u5165\u7684\u6578\u64da","Data imported successfully":"\u6578\u64da\u5df2\u6210\u529f\u532f\u5165","Data Language":"\u6578\u64da\u8a9e\u8a00","Data language":"\u6578\u64da\u8a9e\u8a00","Date":"\u65e5\u671f","Default search":"\u9810\u8a2d\u641c\u7d22","Define the default values":"\u8a2d\u5b9a\u9810\u8a2d\u503c","Delete":"\u522a\u9664","Deliveries":"\u905e\u9001","Deliveries library":"\u905e\u9001\u66f8\u5eab","Demo Sandbox":"\u6f14\u793a\u7528\u6c99\u76e4","Disable validation":"\u505c\u7528\u9a57\u8b49","Do you wish to install the following extension(s):\n%s?":"\u60a8\u5e0c\u671b\u5b89\u88dd\u4ee5\u4e0b\u7684\u64f4\u5145\u7a0b\u5f0f\u55ce:\n%s?","does not match":"\u4e0d\u76f8\u7b26","Don\u0027t set":"\u4e0d\u8a2d\u5b9a","Download":"\u4e0b\u8f09","Download this file":"\u4e0b\u8f09\u9019\u500b\u6a94\u6848","Drag file here":"\u628a\u6a94\u6848\u62d6\u5230\u9019\u88cf","Drag files here":"\u628a\u6a94\u6848\u62d6\u5230\u9019\u88cf","Drop the files to upload":"\u628a\u8981\u4e0a\u50b3\u7684\u6a94\u6848\u62d6\u5230\u9019\u88cf","Duplicate":"\u91cd\u88fd","Edit":"\u7de8\u8f2f","Edit a user":"\u7de8\u8f2f\u4f7f\u7528\u8005","Edit Instance":"\u7de8\u8f2f\u5be6\u4f8b","Element":"\u5143\u7d20","Element deleted.":"\u5143\u7d20\u5df2\u88ab\u522a\u9664\u3002","Email":"\u96fb\u5b50\u90f5\u4ef6","Enable selection":"\u555f\u7528\u9078\u64c7","End Test":"\u7d50\u675f\u8003\u8a66","Enter":"\u8f38\u5165","Error":"\u932f\u8aa4","Error during file import":"\u532f\u5165\u6642\u51fa\u73fe\u932f\u8aa4","Exclusive (OR)":"\u6392\u9664\u5176\u4ed6 (\u6216)","Export":"\u532f\u51fa","Export ":"\u532f\u51fa","Export Metadata as RDF\/XML file":"\u7528RDF\/XML\u6a94\u6848\u683c\u5f0f\u5c07\u5143\u6578\u64da\u5c0e\u51fa","Export QTI 2.1 Test Package":"\u532f\u51faQTI 2.1 \u8003\u8a66\u5305","Export Table":"\u532f\u51fa\u8868\u683c","Extensions manager":"\u64f4\u5c55\u7a0b\u5e8f\u7ba1\u7406\u5668","False":"\u5047","Field delimiter":"\u6b04\u4f4d\u5206\u9694\u7b26","Field encloser":"\u6b04\u4f4d\u7f69\u6bbc","File":"\u6a94\u6848","File name":"\u6a94\u6848\u540d\u7a31","File Properties":"\u6a94\u6848\u5c6c\u6027","file selected":"\u5df2\u9078\u6a94\u6848","File Uploader":"\u6a94\u6848\u4e0a\u50b3\u5668","files selected":"\u5df2\u9078\u6a94\u6848","Filter":"\u904e\u6ffe\u689d\u4ef6","Filtering mode":"\u904e\u6ffe\u6a21\u5f0f","First Name":"\u540d\u5b57\uff08\u524d\u540d\uff09","First row column names":"\u7b2c\u4e00\u5217\u6b04\u4f4d\u540d\u7a31","Fixed":"\u56fa\u5b9a","Fixed position in a shuffled the selection.":"\u5728\u96a8\u6a5f\u9806\u5e8f\u4e2d\u56fa\u5b9a\u4f4d\u7f6e\u3002","Force Release":"\u5f37\u5236\u91cb\u653e","Forgot your password?":"\u5fd8\u4e86\u60a8\u7684\u5bc6\u78bc\u55ce\uff1f","Fuzzy Matching":"\u6a21\u7cca\u5339\u914d","Go Back":"\u8fd4\u56de","Group test takers according to global features and classifications.":"\u6839\u64da\u5168\u5c40\u7684\u7279\u5f81\u548c\u5206\u985e\u7684\u8003\u751f\u7d44\u3002","Groups":"\u7fa4\u7d44","Groups library":"\u7fa4\u7d44\u66f8\u5eab","Height":"\u9577\u5ea6","Help":"\u6c42\u52a9","Hide detailed report":"\u96b1\u85cf\u8a73\u7d30\u5831\u544a","hours":"\u5c0f\u6642","Identifier":"\u8b58\u5225\u78bc","If required it must appear (at least once) in the selection.":"\u5982\u679c\u70ba\u5fc5\u8981\uff0c\u51fa\u73fe(\u81f3\u5c11\u4e00\u6b21)\u5728\u9078\u64c7\u90e8\u5206\u3002","If required, it must appears at least once in the selection.":"\u5982\u679c\u70ba\u5fc5\u8981\uff0c \u51fa\u73fe(\u81f3\u5c11\u4e00\u6b21)\u5728\u9078\u64c7\u90e8\u5206\u3002","If set, it causes the order of the child elements to be randomized, otherwise it uses the order in which the child elements are defined.":"\u5982\u679c\u8a2d\u5b9a\uff0c\u5b83\u6703\u4f7f\u5b50\u5143\u7d20\u7684\u9806\u5e8f\u96a8\u6a5f\u5316\uff0c\u5426\u5247\u5b83\u6703\u4f7f\u7528\u88ab\u5b9a\u7fa9\u7684\u5b50\u5143\u7d20\u7684\u9806\u5e8f\u3002","If you do not wish to reset your password, just ignore this email and your password will remain the same.":"\u60a8\u82e5\u4e0d\u60f3\u66f4\u6539\u60a8\u7684\u5bc6\u78bc\uff0c\u8acb\u5ffd\u7565\u6b64\u96fb\u5b50\u90f5\u4ef6\uff0c\u60a8\u7684\u5bc6\u78bc\u4fdd\u6301\u4e0d\u8b8a\u3002","Import":"\u532f\u5165","Import ":"\u532f\u5165","Import Metadata from CSV file":"\u532f\u5165CSV\u6a94\u6848\u4e2d\u7684\u5143\u6578\u64da","Import Metadata from RDF file":"\u7528RDF\u6a94\u6848\u532f\u5165\u5143\u6578\u64da","IMS QTI Test Package successfully imported.":"IMS QTI \u8003\u8a66\u5305\u5df2\u7d93\u6210\u529f\u532f\u5165\u3002","Inclusive (AND)":"\u5305\u5bb9 (\u548c)","Index":"\u7d22\u5f15","Individual":"\u500b\u5225","Install":"\u5b89\u88dd","Installation done.":"\u5b89\u88dd\u5df2\u5b8c\u6210\u3002","Installation...":"\u5b89\u88c5\u4e2d...","Installed Extensions":"\u5df2\u5b89\u88dd\u7684\u64f4\u5c55\u7a0b\u5e8f","Installing extension %s...":"\u6b63\u5728\u5b89\u88dd\u64f4\u5c55\u7a0b\u5e8f %s...","Instance saved":"\u5be6\u9ad4\u5df2\u5132\u5b58","Interface Language":"\u4ecb\u9762\u8a9e\u8a00","Interface language":"\u4ecb\u9762\u8a9e\u8a00","Invalid field length":"\u6b04\u4f4d\u9577\u5ea6\u7121\u6548","Invalid file type!":"\u7121\u6548\u7684\u6a94\u6848\u578b\u614b!","Invalid login or password. Please try again.":"\u7121\u6548\u7684\u767b\u9304\u540d\u6216\u5bc6\u78bc\u3002\u8acb\u518d\u8a66\u4e00\u6b21\u3002","invalid regular expression":"\u7121\u6548\u7684\u6b63\u898f\u8868\u793a\u5f0f","is already used in the test.":"\u5df2\u7d93\u5728\u8003\u8a66\u4e2d\u88ab\u4f7f\u7528\u3002","Item Reference Properties":"\u984c\u76ee\u53c3\u8003\u5c6c\u6027","Item Session Control":"\u984c\u76ee\u6642\u57df\u63a7\u5236","Items":"\u984c\u76ee","Items can optionally be assigned to one or more categories.":"\u984c\u76ee\u53ef\u4ee5\u9078\u64c7\u6027\u7684\u88ab\u5206\u914d\u5230\u4e00\u500b\u6216\u591a\u500b\u985e\u5225\u3002","Items Compilation":"\u984c\u76ee\u7de8\u8b6f","Items library":"\u984c\u76ee\u66f8\u5eab","Keep Together":"\u4fdd\u6301\u5728\u4e00\u8d77","Label":"\u6a19\u7c64","Language":"\u8a9e\u8a00","Last Name":"\u59d3\u6c0f","Late submission allowed":"\u5141\u8a31\u9072\u4ea4","less than a minute":"\u5c11\u65bc\u4e00\u5206\u9418","Linear":"\u76f4\u7dda\u6027","List":"\u6e05\u55ae","List - Multiple choice - Check box":"\u6e05\u55ae - \u9078\u64c7\u984c - \u8907\u9078\u6846","List - Single choice - Drop down":"\u6e05\u55ae - \u55ae\u9805\u9078\u64c7 - \u4e0b\u62c9","List - Single choice - Radio button":"\u6e05\u55ae - \u55ae\u9805\u9078\u64c7 - \u6309\u9215","Loaded":"\u5df2\u8f09\u5165","Loaded at Startup":"\u7a0b\u5f0f\u555f\u52d5\u6642\u81ea\u52d5\u8f09\u5165","Log in":"\u767b\u5165","Log Out":"\u767b\u51fa","Login":"\u767b\u9304\u540d\u7a31","Login available":"\u53ef\u7528\u767b\u9304\u540d\u7a31","LTI":"LTI","LTI Consumers":"LTI\u6d88\u8cbb\u8005","Manage data list":"\u7ba1\u7406\u6578\u64da\u6e05\u55ae","Manage groups":"\u7ba1\u7406\u7fa4\u7d44","Manage items":"\u7ba1\u7406\u984c\u76ee","Manage Results":"\u7ba1\u7406\u7d50\u679c","Manage roles":"\u7ba1\u7406\u89d2\u8272","Manage Roles and apply them to users.":"\u7ba1\u7406\u89d2\u8272\u4e26\u8a2d\u5b9a\u7528\u6236\u3002","Manage Rubric Blocks":"\u7ba1\u7406\u6307\u5c0e\u8a9e\u5340\u584a","Manage test properties":"\u7ba1\u7406\u8003\u8a66\u5c6c\u6027","Manage test takers":"\u7ba1\u7406\u8003\u751f","Manage Tests":"\u7ba1\u7406\u8003\u8a66","Manage tests":"\u7ba1\u7406\u8003\u8a66","Manage users":"\u7ba1\u7406\u7528\u6236","Manage Versioned File":"\u7ba1\u7406\u591a\u7248\u672c\u7684\u6a94\u6848","Map the properties to the CSV columns":"\u6620\u5c04\u5c6c\u6027\u8a2d\u7f6e\u70baCSV\u5217","Max Attempts":"\u6700\u591a\u4f7f\u7528\u6b21\u6578","Maximum Duration":"\u6700\u9577\u6642\u9650","Maximum duration for the all test.":"\u6240\u6709\u8003\u8a66\u7684\u6700\u9577\u6642\u9650\u3002","Maximum duration for this item.":"\u9019\u500b\u984c\u76ee\u7684\u6700\u9577\u6642\u9650\u3002","Maximum duration for this section.":"\u9019\u500b\u5340\u57df\u7684\u6700\u9577\u6642\u9650\u3002","Maximum duration for this test part.":"\u9019\u500b\u8003\u8a66\u90e8\u5206\u7684\u6700\u9577\u6642\u9650\u3002","Message":"\u8a0a\u606f","Minimum Duration":"\u6700\u77ed\u6642\u9650","Minimum duration for the test.":"\u8003\u8a66\u6700\u77ed\u6642\u9650\u3002","Minimum duration for this item.":"\u9019\u500b\u984c\u76ee\u7684\u6700\u77ed\u6642\u9650\u3002","Minimum duration for this section.":"\u9019\u500b\u5340\u57df\u7684\u6700\u77ed\u6642\u9650\u3002","Minimum duration for this test part.":"\u9019\u500b\u8003\u8a66\u90e8\u5206\u7684\u6700\u77ed\u6642\u9650\u3002","minutes":"\u5206\u9418","More":"\u66f4\u591a","Move":"\u79fb\u52d5","Move Down":"\u5411\u4e0b\u79fb","Move role":"\u8b8a\u52d5\u8eab\u5206","Move to":"\u79fb\u52d5\u5230","Move Up":"\u5411\u4e0a\u79fb","Moving this element will replace the properties of the previous class by those of the destination class :":"\u7576\u60a8\u79fb\u52d5\u6b64\u5143\u7d20\u6642\uff0c\u60a8\u5c07\u6703\u7528\u76ee\u6a19\u985e\u7684\u5c6c\u6027\u53d6\u4ee3\u4e4b\u524d\u985e\u5225\u7684\u5c6c\u6027:","Multiple values delimiter":"\u591a\u500b\u503c\u5206\u9694\u7b26","My settings":"\u6211\u7684\u8a2d\u5b9a","My settings (%s)":"\u6211\u7684\u8a2d\u5b9a (%s)","Name":"\u59d3\u540d","Navigation":"\u5c0e\u89bd","New class":"\u65b0\u985e\u5225","New delivery":"\u65b0\u7684\u905e\u9001","New Group":"\u65b0\u589e\u7fa4\u7d44","New item":"\u65b0\u589e\u984c\u76ee","New password":"\u65b0\u5bc6\u78bc","New role":"\u65b0\u89d2\u8272","New Rubric Block":"\u65b0\u6307\u5c0e\u8a9e\u5340\u584a","New test":"\u65b0\u6e2c\u8a66","New test part":"\u65b0\u8003\u8a66\u90e8\u5206","New test-taker":"\u65b0\u8003\u751f","Next":"\u4e0b\u4e00\u500b","No":"\u5426","No extensions available.":"\u6c92\u6709\u53ef\u7528\u7684\u64f4\u5c55\u7a0b\u5e8f\u3002","no file not found in this location":"\u5728\u9019\u4f4d\u7f6e\u672a\u627e\u5230\u6a94\u6848","No file selected":"\u672a\u9078\u53d6\u4efb\u4f55\u6a94\u6848","No files":"\u7121\u6a94\u6848","no label":"\u7121\u6a19\u7c64","No more attempts allowed for item \u0022%s\u0022.":"\u984c\u76ee\u0022%s\u0022\u5df2\u7d93\u7121\u5269\u9918\u7684\u4f7f\u7528\u6b21\u6578\u3002","No reference to any IMS QTI Item found.":"\u6c92\u6709\u627e\u5230\u4efb\u4f55\u5c0d\u7167 IMS QTI \u7684\u984c\u76ee\u3002","Non Linear":"\u975e\u7dda\u6027","Not shuffled, the position remains fixed.":"\u4e0d\u662f\u96a8\u6a5f\u9806\u5e8f\uff0c\u8a72\u4f4d\u7f6e\u4fdd\u6301\u56fa\u5b9a\u3002","Nothing imported":"\u6c92\u6709\u532f\u5165\u4efb\u4f55\u7269\u4ef6","Nothing to install !":"\u6c92\u6709\u4efb\u4f55\u53ef\u5b89\u88dd\u7684\u7269\u4ef6","Number of elements":"\u5143\u7d20\u7684\u6578\u91cf","of":"\u7684","Old Password":"\u820a\u5bc6\u78bc","One or more dependent IMS QTI Items could not be imported.":"\u6709\u4e00\u500b\u6216\u591a\u500b\u7368\u7acb IMS QTI \u984c\u76ee\u7121\u6cd5\u88ab\u532f\u5165\u3002","or":"\u6216","Ordering":"\u6392\u5e8f","Page":"\u9801\u9762","Password":"\u5bc6\u78bc","Password changed":"\u5bc6\u78bc\u5df2\u8b8a\u66f4","Password successfully changed":"\u5bc6\u78bc\u5df2\u6210\u529f\u7684\u66f4\u6539\u3002","Passwords are not matching":"\u5bc6\u78bc\u4e0d\u76f8\u7b26","Please confirm deletion":"\u8acb\u78ba\u8a8d\u522a\u9664","Please confirm property deletion!":"\u8acb\u78ba\u8a8d\u5c6c\u6027\u522a\u9664!","Please confirm this operation.":"\u8acb\u78ba\u8a8d\u6b64\u884c\u52d5\u3002","Please give a message to your commit":"\u8acb\u628a\u4fe1\u606f\u7d66\u60a8\u7684\u63d0\u4ea4","Post install processing":"\u5b89\u88dd\u5f8c\u8655\u7406\u904e\u7a0b","Prepare, publish deliveries sessions.":"\u9810\u5099\uff0c\u767c\u5e03\u905e\u9001\u6642\u57df\u3002","Preparing installation...":"\u6b63\u5728\u6e96\u5099\u5b89\u88dd\u4e2d","Preview":"\u9810\u89bd","Previous":"\u4e0a\u4e00\u500b","Proctor":"\u76e3\u8003\u4eba","Properties":"\u5c6c\u6027","QTI Test Package 2.1":"QTI 2.1\u8003\u8a66\u5305","RDF":"RDF","Record and manage test takers.":"\u50a8\u5b58\u4ee5\u53ca\u7ba1\u7406\u8003\u751f\u3002","Reference":"\u53c3\u7167","Release":"\u91cb\u653e","Remove":"\u79fb\u9664","Remove Item Reference":"\u79fb\u9664\u984c\u76ee\u53c3\u7167","Remove Message":"\u79fb\u9664\u4fe1\u4ef6","Remove Rubric Block":"\u79fb\u9664\u6307\u5c0e\u8a9e\u5340\u584a","Remove Section":"\u79fb\u9664\u5340\u57df","Remove this file":"\u79fb\u9664\u6b64\u6a94\u6848","Rename":"\u91cd\u65b0\u547d\u540d","Repeat new password":"\u91cd\u8907\u8f38\u5165\u65b0\u5bc6\u55ce","Required":"\u5fc5\u8981\u7684","Required field":"\u5fc5\u8981\u7684\u5b57\u6bb5","required length":"\u9700\u8981\u7684\u9577\u5ea6","Requires":"\u9700\u8981","Reset":"\u91cd\u8a2d","Resource":"\u8cc7\u6e90","Resource not imported due to multiple super classes":"\u8cc7\u6e90\u7121\u6cd5\u532f\u5165\uff0c\u56e0\u70ba\u6709\u591a\u7a2e\u8d85\u985e\u8d85\u985e\u5225","Resource not imported due to multiple types":"\u8cc7\u6e90\u6709\u591a\u7a2e\u59d3\u96f7\u800c\u7121\u6cd5\u532f\u5165","Resource saved":"\u8cc7\u6e90\u5df2\u5132\u5b58","Responsive mode":"\u56de\u61c9\u6a21\u5f0f","Results":"\u7d50\u679c","Results library":"\u7d50\u679c\u66f8\u5eab","Return to sign in page":"\u56de\u5230\u767b\u9304\u9801\u9762","Right click the tree to manage your lists":"\u7528\u53f3\u9375\u9ede\u64ca\u6a39\u4f86\u7ba1\u7406\u60a8\u7684\u5217\u8868","Role saved":"\u89d2\u8272\u5df2\u5132\u5b58","Roles":"\u89d2\u8272","Roles library":"\u89d2\u8272\u66f8\u5eab","Rubric Block":"\u6307\u5c0e\u8a9e\u5340\u584a","Rubric Block Properties":"\u6307\u5c0e\u8a9e\u5340\u584a\u5c6c\u6027","Rubric Blocks":"\u6307\u5c0e\u8a9e\u5340\u584a","Save":"\u5132\u5b58","Scope":"\u7bc4\u570d","Scorer":"\u8a55\u5206\u4eba","Search":"\u641c\u5c0b","Search sub-classes":"\u641c\u7d22\u5b50\u985e\u5225","seconds":"\u79d2","Section Properties":"\u7ae0\u7bc0\u5c6c\u6027","select":"\u9078\u64c7","Select":"\u9078\u53d6","Select a language":"\u9078\u64c7\u8a9e\u8a00","Select Items":"\u9078\u53d6\u984c\u76ee","Select this file":"\u9078\u64c7\u6b64\u6a94\u6848","Selected file:":"\u5df2\u9078\u6a94\u6848: ","Selection":"\u9078\u53d6\u5340\u57df","Selection saved successfully":"\u9078\u53d6\u5132\u5b58\u6210\u529f","Send":"\u50b3\u9001","Settings":"\u8a2d\u7f6e","Settings updated":"\u8a2d\u5b9a\u503c\u5df2\u66f4\u65b0","Show detailed report":"\u986f\u793a\u8a73\u7d30\u56de\u5831","Show Feedback":"\u986f\u793a\u56de\u994b","Show Solution":"\u986f\u793a\u89e3\u7b54","Show the solution once the answer is submitted.":"\u8003\u751f\u63d0\u4ea4\u7b54\u6848\u5f8c\u5c31\u7acb\u523b\u986f\u793a\u89e3\u7b54\u3002","Shuffle":"\u96a8\u6a5f\u9806\u5e8f","Simultaneous":"\u540c\u6642","Size":"\u5927\u5c0f","Skip":"\u8df3\u904e","Submission":"\u63d0\u4ea4","Success":"\u5b8c\u6210","Supported export formats":"\u652f\u63f4\u7684\u532f\u51fa\u683c\u5f0f","TAO Home":"TAO \u9996\u9801","TAO Login":"TAO \u767b\u5165","Test":"\u8003\u8a66","Test constructor":"\u8003\u8a66\u5efa\u9020\u5668","Test Saved":"\u8003\u8a66\u5df2\u5132\u5b58","Test takers library":"\u8003\u751f\u66f8\u5eab","Test-takers":"\u8003\u751f","Tests":"\u8003\u8a66","Tests library":"\u8003\u8a66\u66f8\u5eab","Text - Long - Box":"\u6587\u5b57 - \u9577 - \u65b9\u7bb1","Text - Long - HTML editor":"\u6587\u5b57 - \u9577 - HTML\u7de8\u8f2f\u5668","Text - Short - Field":"\u6587\u5b57 - \u77ed - \u6b04\u4f4d","The \u0027imsmanifest.xml\u0027 file found in the archive is not valid.":"\u53d1\u73b0 \u0027imsmanifest.xml\u0027 \u6863\u6848\u672a\u6709\u6548\u5b58\u6863\u3002","The column ":"\u6b04","The identifier of the item reference.":"\u8a72\u984c\u76ee\u5f15\u7528\u7684\u6a19\u8b58\u7b26\u3002","The identifier of the section.":"\u5340\u57df\u5f15\u7528\u7684\u6a19\u8b58\u7b26\u3002","The IMS QTI Test Package could not be imported.":"\u7121\u6cd5\u532f\u5165 IMS QTI \u8003\u8a66\u5305\u3002","The index identifier should not be empty":"\u7d22\u5f15\u8b58\u5225\u78bc\u4e0d\u61c9\u8a72\u7559\u7a7a","The lock has been released":"\u9396\u5df2\u88ab\u91cb\u653e","The navigation mode determines the general paths that the candidate may take. A linear mode restricts the candidate to attempt each item in turn. Non Linear removes this restriction.":"\u5c0e\u822a\u6a21\u5f0f\u6c7a\u5b9a\u4e86\u5831\u8003\u8005\u53ef\u63a1\u53d6\u7684\u4e00\u822c\u9014\u5f91\u3002\u7dda\u6027\u6a21\u5f0f\u9650\u5236\u4e86\u5831\u8003\u8005\u4f9d\u6b21\u5617\u8a66\u6bcf\u4e00\u500b\u984c\u76ee\u3002\u975e\u7dda\u6027\u6a21\u5f0f\u79fb\u9664\u4e86\u9019\u500b\u9650\u5236\u3002","The number of child elements to be selected.":"\u8981\u88ab\u9078\u7684\u5b50\u5143\u7d20\u6578\u91cf\u3002","The principle identifier of the test.":"\u8003\u8a66\u7684\u4e3b\u8981\u6a19\u8b58\u7b26\u3002","The provided archive is invalid. Make sure it is not corrupted and that it contains an \u0027imsmanifest.xml\u0027 file.":"\u8a72\u63d0\u4f9b\u7684\u5b58\u6a94\u7121\u6548\u3002\u8acb\u78ba\u8a8d\u5b83\u6c92\u6709\u88ab\u640d\u58de\u4e26\u4e14\u5b83\u5305\u542b\u4e86\u4e00\u500b \u0027imsmanifest.xml\u0027 \u6a94\u6848\u3002","The QTI Test \u0027%s\u0027 to be compiled must contain at least 1 QTI Item. None found.":"\u8a72QTI\u8003\u8a66\u5fc5\u9808\u6709\u81f3\u5c111\u500bQTI\u984c\u76ee\u0027%s\u0027 \u624d\u80fd\u9032\u884c\u7de8\u8b6f\u3002\u6c92\u6709\u627e\u5230\u3002","The QTI test could not be retrieved correctly.":"\u8a72QTI\u8003\u8a66\u4e0d\u80fd\u88ab\u6b63\u78ba\u6aa2\u7d22\u3002","The QTI Test XML or one of its dependencies is malformed or empty.":"\u8a72QTI XML\u8003\u8a66\u6216\u5b83\u7684\u4e00\u500b\u76f8\u4f9d\u6027\u7d22\u5f15\u662f\u4e0d\u6b63\u5e38\u7684\u6216\u7a7a\u7684\u3002","The QTI-XML test could not be written correctly.":"\u8a72QTI-XML\u8003\u8a66\u672a\u80fd\u88ab\u6b63\u78ba\u5beb\u5165\u3002","The reference.":"\u53c3\u7167","The section title.":"\u5340\u57df\u6a19\u984c","The submission mode determines when the candidate\u0027s responses are submitted for response processing. A testPart in individual mode requires the candidate to submit their responses on an item-by-item basis. In simultaneous mode the candidate\u0027s responses are all submitted together at the end of the testPart.":"\u8003\u8a66\u63d0\u4ea4\u6a21\u5f0f\u6c7a\u5b9a\u8003\u751f\u56de\u61c9\u4ec0\u9ebc\u6642\u5019\u88ab\u9001\u56de\u670d\u52d9\u5668\u8655\u7406\u3002\u5728\u500b\u5225(individual)\u6a21\u5f0f\u4e2d\uff0c\u8003\u751f\u9700\u8981\u5404\u81ea\u63d0\u4ea4\u6bcf\u4e00\u500b\u984c\u76ee\uff0c\u6bcf\u500b\u56de\u61c9\u90fd\u6703\u5404\u81ea\u88ab\u9001\u56de\u670d\u52d9\u5668\u8655\u7406\u3002\u5728\u540c\u6642(simultaneous)\u6a21\u5f0f\u4e2d\uff0c\u8003\u751f\u53ea\u9700\u8981\u8003\u8a66\u6c92\u63d0\u4ea4\u4e00\u6b21\uff0c\u6240\u6709\u7684\u56de\u61c9\u662f\u540c\u6642\u5728\u8003\u8a66\u6c92\u88ab\u9001\u56de\u3002","The test part identifier.":"\u8003\u8a66\u90e8\u5206\u7684\u6a19\u8b58\u7b26\u3002","The test title.":"\u8003\u8a66\u6a19\u984c\u3002","The value of this field must be a valid date format, e.g. YYYY-MM-DD":"\u6b64\u6b04\u4f4d\u7684\u503c\u5fc5\u9808\u662f\u6709\u6548\u7684\u65e5\u671f\u683c\u5f0f\uff0c\u5982YYYY-MM-DD (\u897f\u5143\u5e74\u4efd-\u6708\u4efd-\u65e5\uff09","The value of this field must be an integer":"\u6b64\u6b04\u4f4d\u7684\u503c\u5fc5\u9808\u662f\u4e00\u500b\u6574\u6578","The value of this field must be numeric":"\u6b64\u6b04\u4f4d\u7684\u503c\u5fc5\u9808\u662f\u6578\u5b57","This constraint affects the visibility of feedback after the end of the last attempt.":"\u8003\u5b8c\u8a66\u4ee5\u5f8c\u8003\u751f\u662f\u5426\u53ef\u4ee5\u770b\u5f97\u898b\u984c\u76ee\u7684\u56de\u994b\u3002","This constraint controls whether or not the candidate is allowed to provide a comment on the item during the session. Comments are not part of the assessed responses.":"\u63a7\u5236\u8003\u751f\u662f\u5426\u53ef\u4ee5\u5728\u8003\u8a66\u4e2d\u5c0d\u984c\u76ee\u63d0\u4f9b\u8a55\u8ad6\u3002\u8a55\u8ad6\u4e0d\u662f\u56de\u61c9\u7684\u4e00\u90e8\u5206\uff0c\u4e5f\u4e0d\u6703\u88ab\u8a55\u5206\u3002","This field is required":"\u6b64\u6b04\u4f4d\u662f\u5fc5\u9700\u7684","This field is too long":"\u6b64\u6b04\u4f4d\u592a\u9577\u4e86","This field is too short":"\u6b64\u6b04\u4f4d\u592a\u77ed\u4e86","This is not a valid email address.":"\u9019\u4e0d\u662f\u4e00\u500b\u6709\u6548\u7684\u96fb\u5b50\u90f5\u4ef6\u5730\u5740\u3002","this is required":"\u9019\u662f\u5fc5\u9700\u7684","This Login is already in use":"\u6b64\u767b\u9304\u5df2\u5728\u4f7f\u7528","This password reset link is no longer valid. It may have already been used. If you still wish to reset your password please request a new link":"\u6b64\u5bc6\u78bc\u91cd\u7f6e\u93c8\u63a5\u5df2\u4e0d\u518d\u6709\u6548\u3002\u5b83\u53ef\u80fd\u5df2\u88ab\u4f7f\u7528\u3002\u5982\u679c\u4f60\u4ecd\u7136\u60f3\u91cd\u7f6e\u5bc6\u78bc\uff0c\u8acb\u7533\u8acb\u4e00\u500b\u65b0\u7684\u93c8\u63a5\u3002","This resource is locked":"\u6b64\u8cc7\u6e90\u88ab\u9396\u5b9a","This role is still given to one or more users. Please remove the role to these users first.":"\u9019\u89d2\u8272\u4ecd\u7136\u7d66\u4e86\u591a\u500b\u7528\u6236\u3002\u8acb\u5148\u522a\u9664\u9019\u4e9b\u7528\u6236\u7684\u89d2\u8272\u3002","Time Limits":"\u6642\u9593\u9650\u5236","Time zone":"\u6642\u5340","Title":"\u6a19\u984c","To reset your password, click the link below, or paste it into your browser. You will then be prompted to create a new password.":"\u5982\u8981\u91cd\u7f6e\u5bc6\u78bc\uff0c\u8acb\u9ede\u64ca\u4e0b\u9762\u7684\u93c8\u63a5\uff0c\u6216\u5c07\u93c8\u63a5\u8cbc\u5230\u700f\u89bd\u5668\u3002\u7136\u5f8c\uff0c\u7cfb\u7d71\u5c07\u8981\u6c42\u60a8\u8a2d\u5b9a\u4e00\u500b\u65b0\u7684\u5bc6\u78bc\u3002","to translate":"\u7ffb\u8b6f","Tokenizer":"\u6a19\u8a18\u751f\u6210\u5668","Too many suggestions match your query. Only a few are listed":"\u592a\u591a\u7684\u5efa\u8b70\u7b26\u5408\u60a8\u7684\u67e5\u8a62\uff0c\u6240\u4ee5\u9019\u88e1\u53ea\u5217\u51fa\u5e7e\u500b\u5efa\u8b70","Translate":"\u7ffb\u8b6f","Translate to":"\u7ffb\u8b6f\u6210","Translation parameters":"\u7ffb\u8b6f\u7bc4\u570d","Translation saved":"\u7ffb\u8b6f\u5df2\u5132\u5b58","True":"\u771f","Tutor":"\u5c0e\u5e2b","Type":"\u985e\u578b","Unable to access your account?":"\u60a8\u7121\u6cd5\u9032\u5165\u60a8\u7684\u5e33\u6236\u55ce\uff1f","Unable to change passwords in demo mode":"\u5728\u8a66\u7528\u6a21\u5f0f\u7121\u6cd5\u66f4\u6539\u5bc6\u78bc","Unable to delete the selected resource":"\u7121\u6cd5\u522a\u9664\u6240\u9078\u7684\u8cc7\u6e90","Unable to release the lock":"\u7121\u6cd5\u89e3\u9664\u9396\u5b9a","Unable to remove the property.":"\u7121\u6cd5\u79fb\u9664\u5c6c\u6027\u3002","Unable to send the password reset request":"\u7121\u6cd5\u767c\u9001\u5bc6\u78bc\u91cd\u7f6e\u8acb\u6c42","Unable to upload file":"\u7121\u6cd5\u4e0a\u50b3\u6a94\u6848","Uncheck all":"\u5168\u90e8\u53d6\u6d88\u52fe\u9078","Uncheck All":"\u5168\u90e8\u53d6\u6d88\u52fe\u9078","Undo":"\u5fa9\u539f","unknown":"\u4e0d\u660e","Unknown Error":"\u4e0d\u660e\u7684\u932f\u8aa4","Unknown error.":"\u4e0d\u660e\u7684\u932f\u8aa4\u3002","Update":"\u66f4\u65b0","Upload":"\u4e0a\u50b3","Upload a QTI 2.1 Test Package File":"\u4e0a\u50b3\u4e00\u500b QTI 2.1 \u8003\u8a66\u5305\u6a94\u6848","Upload into:":"\u4e0a\u50b3\u5230:","Use Ctrl\/Meta key or Lasso for multiple selection":"\u4f7f\u7528Ctrl\/Meta \u9375\u6216\u5957\u7d22\u7684\u591a\u91cd\u9078\u64c7","Use default value":"\u4f7f\u7528\u9810\u8a2d\u503c","User":"\u4f7f\u7528\u8005","User added":"\u5df2\u65b0\u589e\u7528\u6236","User deleted successfully":"\u522a\u9664\u7528\u6236\u6210\u529f","User not found":"\u627e\u4e0d\u5230\u8a72\u4f7f\u7528\u8005","User saved":"\u7528\u6236\u5df2\u5132\u5b58","User Settings":"\u7528\u6236\u8a2d\u5b9a","Users":"\u7528\u6236","Validate Responses":"\u9a57\u8b49\u56de\u61c9","Version":"\u7248\u672c","View and format the collected results.":"\u89c6\u56fe\u548c\u683c\u5f0f\u6536\u96c6\u7684\u7ed3\u679c\u3002","Views":"\u986f\u793a","Visible":"\u53ef\u898b","When selecting child elements each element is normally eligible for selection once only.":"\u7576\u9078\u64c7\u5b50\u5143\u7d20\u6642\uff0c\u6bcf\u500b\u5b50\u5143\u7d20\u901a\u5e38\u90fd\u53ea\u80fd\u88ab\u9078\u4e00\u6b21\u800c\u5df2\u3002","Whether a candidate\u0027s response that is beyond the maximum duration of the item should still be accepted.":"\u8003\u751f\u7684\u56de\u61c9\u5982\u679c\u8d85\u51fa\u984c\u76ee\u6642\u9650\uff0c\u9805\u76ee\u662f\u5426\u9084\u88ab\u63a5\u53d7\u3002","Whether a candidate\u0027s response that is beyond the maximum duration of the section should still be accepted.":"\u8003\u751f\u7684\u56de\u61c9\u5982\u679c\u8d85\u51fa\u5340\u57df\u6642\u9650\uff0c\u5340\u57df\u662f\u5426\u9084\u88ab\u63a5\u53d7\u3002","Whether a candidate\u0027s response that is beyond the maximum duration of the test part should still be accepted.":"\u8003\u751f\u7684\u56de\u61c9\u5982\u679c\u8d85\u51fa\u90e8\u5206\u6642\u9650\uff0c\u90e8\u5206\u662f\u5426\u9084\u88ab\u63a5\u53d7\u3002","Whether a candidate\u0027s response that is beyond the maximum duration should still be accepted.":"\u8003\u751f\u7684\u56de\u61c9\u5982\u679c\u8d85\u51fa\u6642\u9650\uff0c\u56de\u61c9\u662f\u5426\u9084\u88ab\u63a5\u53d7\u3002","Who can view the rubric block during the delivery.":"\u905e\u9001\u6642, \u8ab0\u53ef\u4ee5\u700f\u89bd\u6307\u5c0e\u8a9e\u5340\u584a\u3002","Width":"\u5bec\u5ea6","With Replacement":"\u8ddf\u53d6\u4ee3","Yes":"\u662f","You are not authorised to remove this lock":"\u60a8\u7121\u6b0a\u522a\u9664\u8a72\u9396","You cannot delete the root node":"\u60a8\u4e0d\u80fd\u522a\u9664\u6839\u7bc0\u9ede","You currently have no access to the platform":"\u60a8\u76ee\u524d\u7121\u6b0a\u9032\u5165\u5e73\u53f0","You do not have the required rights to edit this resource.":"\u60a8\u6c92\u6709\u7de8\u8f2f\u9019\u500b\u8cc7\u6e90\u7684\u6b0a\u5229\u3002","You must activate JavaScript in your browser to run this application.":"\u60a8\u5fc5\u9808\u5728\u700f\u89bd\u5668\u4e2d\u555f\u7528JavaScript\u624d\u53ef\u4ee5\u61c9\u7528\u8a72\u7a0b\u5e8f\u3002","Your mail":"\u60a8\u7684\u4fe1","Your TAO Password":"\u60a8\u7684\u5bc6\u78bc"} \ No newline at end of file +{" and ":" \u548c "," has been deleted successfully":" \u5df2\u6210\u529f\u522a\u9664"," next":" \u4e0b\u4e00\u500b"," requires a subgrid adapter":" \u9700\u8981\u4e00\u500bsubgrid adapter","%d day":"%d\u5929","%d days":"%d\u5929","%h hour":"%h\u5c0f\u6642","%h hours":"%h\u5c0f\u6642","%i minute":"%i\u5206\u9418","%i minutes":"%i \u5206\u9418","%m month":"%m \u6708","%m months":"%m \u500b\u6708","%s (%s kb)":"%s (%s kb)","%s extension(s) to install.":"%s \u64f4\u5145\u7a0b\u5f0f\u9700\u8981\u5b89\u88dd\u3002","%y year":"%y \u5e74","%y years":"%y \u5e74","(empty)":"(\u7a7a\u767d)","... reloading page.":"\u3002\u3002\u3002\u6b63\u5728\u5237\u65b0\u9801\u9762\u4e2d\u3002","Filters<\/del>":"\u904e\u6ffe\u5668<\/del>","Options<\/del>":"\u9078\u9805<\/del>","> Extension %s succesfully installed.":"> \u64f4\u5145\u7a0b\u5f0f %s \u5df2\u5b89\u88dd\u6210\u529f\u3002","> Installation done.":"> \u5b89\u88dd\u5df2\u5b8c\u6210\u3002","A fatal error occured during the installation process.":"\u5b89\u88dd\u4e0b\u5217\u9805\u76ee\u6642\u767c\u751f\u932f\u8aa4\u3002","A QTI Test must contain at least one QTI Item to be compiled. None found.":"\u6c92\u6709\u627e\u5230\u4efb\u4f55\u984c\u76ee\u3002\u4e00\u500bQTI\u8003\u8a66\u5fc5\u9808\u6709\u81f3\u5c11\u4e00\u500bQTI\u9805\u76ee\u624d\u80fd\u9032\u884c\u7de8\u8b6f\u3002","A qti testpackage":"\u4e00\u500b QTI \u7684\u8003\u8a66\u5305","A visible section is one that is identifiable by the candidate.":"\u4e00\u500b\u53ef\u898b\u7684\u7ae0\u7bc0\u662f\u8981\u8b93\u8003\u751f\u80fd\u770b\u898b\u7684\u3002","Access Denied":"\u5b58\u53d6\u906d\u62d2","Access denied. Please renew your authentication!":"\u5b58\u53d6\u906d\u62d2\u3002\u8acb\u66f4\u65b0\u60a8\u7684\u8eab\u4efd\u9a57\u8b49!","Actions":"\u52d5\u4f5c","Add":"\u65b0\u589e","Add a CSV file":"\u65b0\u589eCSV\u6a94\u6848","Add a user":"\u65b0\u589e\u4f7f\u7528\u8005","Add an RDF\/XML file":"\u65b0\u589e RDF\/XML \u6a94\u6848","Add Consumer":"\u52a0\u5165\u6d88\u8cbb\u8005","Add file(s)":"\u65b0\u589e\u6a94\u6848","Add property":"\u52a0\u5165\u5c6c\u6027","Add selected item(s) here.":"\u5728\u6b64\u8655\u65b0\u589e\u6240\u9078\u7684\u984c\u76ee\u3002","Add the source file":"\u65b0\u589e\u4f86\u6e90\u6a94","all":"\u5b8c\u5168","All fields are required":"\u6240\u6709\u90fd\u662f\u5fc5\u586b\u6b04\u4f4d","All rights reserved.":"\u4fdd\u7559\u6240\u6709\u6b0a\u5229\u3002","Allow Comment":"\u5141\u8a31\u5099\u8a3b","Allow Review":"\u5141\u8a31\u5fa9\u5be9","Allow Skipping":"\u5141\u8a31\u8df3\u904e","Allow the candidate to review his answers.":"\u5141\u8a31\u8003\u751f\u5fa9\u5be9\u7b54\u6848\u3002","Alpha version":"Alpha\u7248\u672c","An email has been sent":"\u96fb\u5b50\u90f5\u4ef6\u5df2\u767c\u9001","An invisible section with a parent that is subject to shuffling can specify whether or not its children, which will appear to the candidate as if they were part of the parent, are shuffled as a block or mixed up with the other children of the parent section.":"\u4e00\u500b\u96b1\u85cf\u7ae0\u7bc0\u82e5\u6709\u96a8\u6a5f\u9806\u5e8f\u7684\u7236\u4ee3\u90e8\u5206\uff0c\u7576\u986f\u793a\u7ae0\u7bc0\u7d66\u8003\u751f\u6642\uff0c\u60a8\u53ef\u4ee5\u8a2d\u5b9a\u5b83\u7684\u5b50\u7ae0\u7bc0\uff1a1. \u662f\u5426\u5c6c\u65bc\u7236\u4ee3\u7684\u96a8\u6a5f\u9806\u5e8f\u90e8\u5206\uff1b 2. \u5c6c\u65bc\u81ea\u5df1\u7684\u96a8\u6a5f\u9806\u5e8f\u5340\u584a\uff1b 3. \u8207\u5176\u5b83\u5b50\u7ae0\u7bc0\u6df7\u5408\u6210\u70ba\u53e6\u4e00\u500b\u96a8\u6a5f\u9806\u5e8f\u90e8\u5206","An item involved in the test cannot be read or is not QTI compliant.":"\u4e00\u500b\u727d\u6d89\u8003\u8a66\u4f7f\u7528\u7684\u984c\u76ee\u7121\u6cd5\u88ab\u8b80\u53d6\u6216\u4e0d\u517c\u5bb9QTI\u3002","An item involved in the test cannot be written.":"\u4e00\u500b\u5728\u8003\u8a66\u7684\u984c\u76ee\u4e0d\u80fd\u88ab\u5beb\u5165\u3002","An unknown error occured while compiled QTI Test \u0027%s\u0027.":"\u5728\u7de8\u8b6fQTI\u8003\u8a66 \u0027%s\u0027 \u6642\u51fa\u73fe\u4e86\u4e00\u500b\u4e0d\u660e\u932f\u8aa4\u3002","An unknown error occured while compiling QTI test \u0027%s\u0027.":"\u5728\u5f59\u96c6QTI\u8003\u8a66 \u0027%s\u0027 \u4e2d\u6642\u51fa\u73fe\u4e86\u4e00\u500b\u4e0d\u660e\u932f\u8aa4\u3002","Are you sure to delete the versioned resource?\nThe history will be lost as well.":"\u60a8\u78ba\u5b9a\u8981\u522a\u9664\u8a72\u7248\u672c\u7684\u8cc7\u6e90?\n\u904e\u53bb\u7684\u7d00\u9304\u5c07\u4e00\u4f75\u6d41\u5931\u3002","Are you sure you want to delete it?":"\u60a8\u78ba\u8a8d\u8981\u522a\u9664\u5417\uff1f","Assign User to role":"\u5206\u914d\u7528\u6236\u89d2\u8272","Assign Users":"\u5206\u914d\u7528\u6236","Author":"\u4f5c\u8005","Author Item":"\u5275\u4f5c\u984c\u76ee","Authoring":"\u5beb\u8457","Available Extensions":"\u53ef\u7528\u7684\u64f4\u5145\u7a0b\u5f0f","Back to listing":"\u56de\u5230\u5217\u8868","Beta version":"Beta \u7248\u672c","Browse folders:":"\u700f\u89bd\u8cc7\u6599\u593e\uff1a","Browse...":"\u700f\u89bd...","Calendar":"\u65e5\u66c6","Cancel":"\u53d6\u6d88","Candidate":"\u8003\u751f","Cannot be edited":"\u7121\u6cd5\u7de8\u8f2f","Categories":"\u5206\u985e","Change password":"\u66f4\u6539\u5bc6\u78bc","Change the password":"\u66f4\u6539\u5bc6\u78bc","Check All":"\u5168\u90e8\u52fe\u9078","Check all":"\u5168\u90e8\u52fe\u9078","Check-in":"\u767b\u8a18","Choose export format":"\u9078\u64c7\u532f\u51fa\u683c\u5f0f","Choose import format":"\u9078\u64c7\u532f\u5165\u683c\u5f0f","class selected":"\u73ed\u7d1a\u5df2\u9078\u64c7","Column":"\u6b04","Combine a selection of items into tests.":"\u5c07\u4e00\u7d44\u6240\u9078\u7684\u984c\u76ee\u7d50\u5408\u6210\u8003\u8a66\u3002","Comment":"\u5099\u8a3b","Commit":"\u63d0\u4ea4","Confirm":"\u78ba\u8a8d","Connect to the TAO platform":"\u9023\u7d50\u5230 TAO \u5e73\u53f0","Continue":"\u7e7c\u7e8c","Controls the maximum number of attempts allowed. 0 means unlimited.":"\u5141\u8a31\u6700\u5927\u7684\u4f7f\u7528\u6b21\u6578. \u8f38\u51650\u70ba\u7121\u9650\u5236\u3002","Create":"\u5efa\u7acb","Create and design items and exercises.":"\u5efa\u7acb\u548c\u8a2d\u8a08\u984c\u76ee\u4ee5\u53ca\u7df4\u7fd2\u3002","Create instance of ":"\u5efa\u7acb\u5be6\u4f8b","CSV":"CSV (\u4ee5\u9017\u865f\u5206\u9694)","CSV Options":"CSV \u9078\u9805","Current language":"\u76ee\u524d\u7684\u8a9e\u8a00","Data imported":"\u5df2\u532f\u5165\u7684\u6578\u64da","Data imported successfully":"\u6578\u64da\u5df2\u6210\u529f\u532f\u5165","Data Language":"\u6578\u64da\u8a9e\u8a00","Data language":"\u6578\u64da\u8a9e\u8a00","Date":"\u65e5\u671f","Default search":"\u9810\u8a2d\u641c\u7d22","Define the default values":"\u8a2d\u5b9a\u9810\u8a2d\u503c","Delete":"\u522a\u9664","Deliveries":"\u905e\u9001","Deliveries library":"\u905e\u9001\u66f8\u5eab","Demo Sandbox":"\u6f14\u793a\u7528\u6c99\u76e4","Disable validation":"\u505c\u7528\u9a57\u8b49","Do you wish to install the following extension(s):\n%s?":"\u60a8\u5e0c\u671b\u5b89\u88dd\u4ee5\u4e0b\u7684\u64f4\u5145\u7a0b\u5f0f\u55ce:\n%s?","does not match":"\u4e0d\u76f8\u7b26","Don\u0027t set":"\u4e0d\u8a2d\u5b9a","Download":"\u4e0b\u8f09","Download this file":"\u4e0b\u8f09\u9019\u500b\u6a94\u6848","Drag file here":"\u628a\u6a94\u6848\u62d6\u5230\u9019\u88cf","Drag files here":"\u628a\u6a94\u6848\u62d6\u5230\u9019\u88cf","Drop the files to upload":"\u628a\u8981\u4e0a\u50b3\u7684\u6a94\u6848\u62d6\u5230\u9019\u88cf","Duplicate":"\u91cd\u88fd","Edit":"\u7de8\u8f2f","Edit a user":"\u7de8\u8f2f\u4f7f\u7528\u8005","Edit Instance":"\u7de8\u8f2f\u5be6\u4f8b","Element":"\u5143\u7d20","Element deleted.":"\u5143\u7d20\u5df2\u88ab\u522a\u9664\u3002","Email":"\u96fb\u5b50\u90f5\u4ef6","Enable selection":"\u555f\u7528\u9078\u64c7","End Test":"\u7d50\u675f\u8003\u8a66","Enter":"\u8f38\u5165","Error":"\u932f\u8aa4","Error during file import":"\u532f\u5165\u6642\u51fa\u73fe\u932f\u8aa4","Exclusive (OR)":"\u6392\u9664\u5176\u4ed6 (\u6216)","Export":"\u532f\u51fa","Export ":"\u532f\u51fa","Export Metadata as RDF\/XML file":"\u7528RDF\/XML\u6a94\u6848\u683c\u5f0f\u5c07\u5143\u6578\u64da\u5c0e\u51fa","Export QTI 2.1 Test Package":"\u532f\u51faQTI 2.1 \u8003\u8a66\u5305","Export Table":"\u532f\u51fa\u8868\u683c","Extensions manager":"\u64f4\u5c55\u7a0b\u5e8f\u7ba1\u7406\u5668","False":"\u5047","Field delimiter":"\u6b04\u4f4d\u5206\u9694\u7b26","Field encloser":"\u6b04\u4f4d\u7f69\u6bbc","File":"\u6a94\u6848","File name":"\u6a94\u6848\u540d\u7a31","File Properties":"\u6a94\u6848\u5c6c\u6027","file selected":"\u5df2\u9078\u6a94\u6848","File Uploader":"\u6a94\u6848\u4e0a\u50b3\u5668","files selected":"\u5df2\u9078\u6a94\u6848","Filter":"\u904e\u6ffe\u689d\u4ef6","Filtering mode":"\u904e\u6ffe\u6a21\u5f0f","First Name":"\u540d\u5b57\uff08\u524d\u540d\uff09","First row column names":"\u7b2c\u4e00\u5217\u6b04\u4f4d\u540d\u7a31","Fixed":"\u56fa\u5b9a","Fixed position in a shuffled the selection.":"\u5728\u96a8\u6a5f\u9806\u5e8f\u4e2d\u56fa\u5b9a\u4f4d\u7f6e\u3002","Force Release":"\u5f37\u5236\u91cb\u653e","Forgot your password?":"\u5fd8\u4e86\u60a8\u7684\u5bc6\u78bc\u55ce\uff1f","Fuzzy Matching":"\u6a21\u7cca\u5339\u914d","Go Back":"\u8fd4\u56de","Group test takers according to global features and classifications.":"\u6839\u64da\u5168\u5c40\u7684\u7279\u5f81\u548c\u5206\u985e\u7684\u8003\u751f\u7d44\u3002","Groups":"\u7fa4\u7d44","Groups library":"\u7fa4\u7d44\u66f8\u5eab","Height":"\u9577\u5ea6","Help":"\u6c42\u52a9","Hide detailed report":"\u96b1\u85cf\u8a73\u7d30\u5831\u544a","hours":"\u5c0f\u6642","Identifier":"\u8b58\u5225\u78bc","If required it must appear (at least once) in the selection.":"\u5982\u679c\u70ba\u5fc5\u8981\uff0c\u51fa\u73fe(\u81f3\u5c11\u4e00\u6b21)\u5728\u9078\u64c7\u90e8\u5206\u3002","If required, it must appears at least once in the selection.":"\u5982\u679c\u70ba\u5fc5\u8981\uff0c \u51fa\u73fe(\u81f3\u5c11\u4e00\u6b21)\u5728\u9078\u64c7\u90e8\u5206\u3002","If set, it causes the order of the child elements to be randomized, otherwise it uses the order in which the child elements are defined.":"\u5982\u679c\u8a2d\u5b9a\uff0c\u5b83\u6703\u4f7f\u5b50\u5143\u7d20\u7684\u9806\u5e8f\u96a8\u6a5f\u5316\uff0c\u5426\u5247\u5b83\u6703\u4f7f\u7528\u88ab\u5b9a\u7fa9\u7684\u5b50\u5143\u7d20\u7684\u9806\u5e8f\u3002","If you do not wish to reset your password, just ignore this email and your password will remain the same.":"\u60a8\u82e5\u4e0d\u60f3\u66f4\u6539\u60a8\u7684\u5bc6\u78bc\uff0c\u8acb\u5ffd\u7565\u6b64\u96fb\u5b50\u90f5\u4ef6\uff0c\u60a8\u7684\u5bc6\u78bc\u4fdd\u6301\u4e0d\u8b8a\u3002","Import":"\u532f\u5165","Import ":"\u532f\u5165","Import Metadata from CSV file":"\u532f\u5165CSV\u6a94\u6848\u4e2d\u7684\u5143\u6578\u64da","Import Metadata from RDF file":"\u7528RDF\u6a94\u6848\u532f\u5165\u5143\u6578\u64da","IMS QTI Test Package successfully imported.":"IMS QTI \u8003\u8a66\u5305\u5df2\u7d93\u6210\u529f\u532f\u5165\u3002","Inclusive (AND)":"\u5305\u5bb9 (\u548c)","Index":"\u7d22\u5f15","Individual":"\u500b\u5225","Install":"\u5b89\u88dd","Installation done.":"\u5b89\u88dd\u5df2\u5b8c\u6210\u3002","Installation...":"\u5b89\u88c5\u4e2d...","Installed Extensions":"\u5df2\u5b89\u88dd\u7684\u64f4\u5c55\u7a0b\u5e8f","Installing extension %s...":"\u6b63\u5728\u5b89\u88dd\u64f4\u5c55\u7a0b\u5e8f %s...","Instance saved":"\u5be6\u9ad4\u5df2\u5132\u5b58","Interface language":"\u4ecb\u9762\u8a9e\u8a00","Interface Language":"\u4ecb\u9762\u8a9e\u8a00","Invalid field length":"\u6b04\u4f4d\u9577\u5ea6\u7121\u6548","Invalid file type!":"\u7121\u6548\u7684\u6a94\u6848\u578b\u614b!","Invalid login or password. Please try again.":"\u7121\u6548\u7684\u767b\u9304\u540d\u6216\u5bc6\u78bc\u3002\u8acb\u518d\u8a66\u4e00\u6b21\u3002","invalid regular expression":"\u7121\u6548\u7684\u6b63\u898f\u8868\u793a\u5f0f","is already used in the test.":"\u5df2\u7d93\u5728\u8003\u8a66\u4e2d\u88ab\u4f7f\u7528\u3002","Item Reference Properties":"\u984c\u76ee\u53c3\u8003\u5c6c\u6027","Item Session Control":"\u984c\u76ee\u6642\u57df\u63a7\u5236","Items":"\u984c\u76ee","Items can optionally be assigned to one or more categories.":"\u984c\u76ee\u53ef\u4ee5\u9078\u64c7\u6027\u7684\u88ab\u5206\u914d\u5230\u4e00\u500b\u6216\u591a\u500b\u985e\u5225\u3002","Items Compilation":"\u984c\u76ee\u7de8\u8b6f","Items library":"\u984c\u76ee\u66f8\u5eab","Keep Together":"\u4fdd\u6301\u5728\u4e00\u8d77","Label":"\u6a19\u7c64","Language":"\u8a9e\u8a00","Last Name":"\u59d3\u6c0f","Late submission allowed":"\u5141\u8a31\u9072\u4ea4","less than a minute":"\u5c11\u65bc\u4e00\u5206\u9418","Linear":"\u76f4\u7dda\u6027","List":"\u6e05\u55ae","List - Multiple choice - Check box":"\u6e05\u55ae - \u9078\u64c7\u984c - \u8907\u9078\u6846","List - Single choice - Drop down":"\u6e05\u55ae - \u55ae\u9805\u9078\u64c7 - \u4e0b\u62c9","List - Single choice - Radio button":"\u6e05\u55ae - \u55ae\u9805\u9078\u64c7 - \u6309\u9215","Loaded":"\u5df2\u8f09\u5165","Loaded at Startup":"\u7a0b\u5f0f\u555f\u52d5\u6642\u81ea\u52d5\u8f09\u5165","Log in":"\u767b\u5165","Log Out":"\u767b\u51fa","Login":"\u767b\u9304\u540d\u7a31","Login available":"\u53ef\u7528\u767b\u9304\u540d\u7a31","LTI":"LTI","LTI Consumers":"LTI\u6d88\u8cbb\u8005","Manage data list":"\u7ba1\u7406\u6578\u64da\u6e05\u55ae","Manage groups":"\u7ba1\u7406\u7fa4\u7d44","Manage items":"\u7ba1\u7406\u984c\u76ee","Manage Results":"\u7ba1\u7406\u7d50\u679c","Manage roles":"\u7ba1\u7406\u89d2\u8272","Manage Roles and apply them to users.":"\u7ba1\u7406\u89d2\u8272\u4e26\u8a2d\u5b9a\u7528\u6236\u3002","Manage Rubric Blocks":"\u7ba1\u7406\u6307\u5c0e\u8a9e\u5340\u584a","Manage test properties":"\u7ba1\u7406\u8003\u8a66\u5c6c\u6027","Manage test takers":"\u7ba1\u7406\u8003\u751f","Manage Tests":"\u7ba1\u7406\u8003\u8a66","Manage tests":"\u7ba1\u7406\u8003\u8a66","Manage users":"\u7ba1\u7406\u7528\u6236","Manage Versioned File":"\u7ba1\u7406\u591a\u7248\u672c\u7684\u6a94\u6848","Map the properties to the CSV columns":"\u6620\u5c04\u5c6c\u6027\u8a2d\u7f6e\u70baCSV\u5217","Max Attempts":"\u6700\u591a\u4f7f\u7528\u6b21\u6578","Maximum Duration":"\u6700\u9577\u6642\u9650","Maximum duration for the all test.":"\u6240\u6709\u8003\u8a66\u7684\u6700\u9577\u6642\u9650\u3002","Maximum duration for this item.":"\u9019\u500b\u984c\u76ee\u7684\u6700\u9577\u6642\u9650\u3002","Maximum duration for this section.":"\u9019\u500b\u5340\u57df\u7684\u6700\u9577\u6642\u9650\u3002","Maximum duration for this test part.":"\u9019\u500b\u8003\u8a66\u90e8\u5206\u7684\u6700\u9577\u6642\u9650\u3002","Message":"\u8a0a\u606f","Minimum Duration":"\u6700\u77ed\u6642\u9650","Minimum duration for the test.":"\u8003\u8a66\u6700\u77ed\u6642\u9650\u3002","Minimum duration for this item.":"\u9019\u500b\u984c\u76ee\u7684\u6700\u77ed\u6642\u9650\u3002","Minimum duration for this section.":"\u9019\u500b\u5340\u57df\u7684\u6700\u77ed\u6642\u9650\u3002","Minimum duration for this test part.":"\u9019\u500b\u8003\u8a66\u90e8\u5206\u7684\u6700\u77ed\u6642\u9650\u3002","minutes":"\u5206\u9418","More":"\u66f4\u591a","Move":"\u79fb\u52d5","Move Down":"\u5411\u4e0b\u79fb","Move role":"\u8b8a\u52d5\u8eab\u5206","Move to":"\u79fb\u52d5\u5230","Move Up":"\u5411\u4e0a\u79fb","Moving this element will replace the properties of the previous class by those of the destination class :":"\u7576\u60a8\u79fb\u52d5\u6b64\u5143\u7d20\u6642\uff0c\u60a8\u5c07\u6703\u7528\u76ee\u6a19\u985e\u7684\u5c6c\u6027\u53d6\u4ee3\u4e4b\u524d\u985e\u5225\u7684\u5c6c\u6027:","Multiple values delimiter":"\u591a\u500b\u503c\u5206\u9694\u7b26","My settings":"\u6211\u7684\u8a2d\u5b9a","My settings (%s)":"\u6211\u7684\u8a2d\u5b9a (%s)","Name":"\u59d3\u540d","Navigation":"\u5c0e\u89bd","New class":"\u65b0\u985e\u5225","New delivery":"\u65b0\u7684\u905e\u9001","New Group":"\u65b0\u589e\u7fa4\u7d44","New item":"\u65b0\u589e\u984c\u76ee","New password":"\u65b0\u5bc6\u78bc","New role":"\u65b0\u89d2\u8272","New Rubric Block":"\u65b0\u6307\u5c0e\u8a9e\u5340\u584a","New test":"\u65b0\u6e2c\u8a66","New test part":"\u65b0\u8003\u8a66\u90e8\u5206","New test-taker":"\u65b0\u8003\u751f","Next":"\u4e0b\u4e00\u500b","No":"\u5426","No extensions available.":"\u6c92\u6709\u53ef\u7528\u7684\u64f4\u5c55\u7a0b\u5e8f\u3002","no file not found in this location":"\u5728\u9019\u4f4d\u7f6e\u672a\u627e\u5230\u6a94\u6848","No file selected":"\u672a\u9078\u53d6\u4efb\u4f55\u6a94\u6848","No files":"\u7121\u6a94\u6848","no label":"\u7121\u6a19\u7c64","No more attempts allowed for item \u0022%s\u0022.":"\u984c\u76ee\u0022%s\u0022\u5df2\u7d93\u7121\u5269\u9918\u7684\u4f7f\u7528\u6b21\u6578\u3002","No reference to any IMS QTI Item found.":"\u6c92\u6709\u627e\u5230\u4efb\u4f55\u5c0d\u7167 IMS QTI \u7684\u984c\u76ee\u3002","Non Linear":"\u975e\u7dda\u6027","Not shuffled, the position remains fixed.":"\u4e0d\u662f\u96a8\u6a5f\u9806\u5e8f\uff0c\u8a72\u4f4d\u7f6e\u4fdd\u6301\u56fa\u5b9a\u3002","Nothing imported":"\u6c92\u6709\u532f\u5165\u4efb\u4f55\u7269\u4ef6","Nothing to install !":"\u6c92\u6709\u4efb\u4f55\u53ef\u5b89\u88dd\u7684\u7269\u4ef6","Number of elements":"\u5143\u7d20\u7684\u6578\u91cf","of":"\u7684","Old Password":"\u820a\u5bc6\u78bc","One or more dependent IMS QTI Items could not be imported.":"\u6709\u4e00\u500b\u6216\u591a\u500b\u7368\u7acb IMS QTI \u984c\u76ee\u7121\u6cd5\u88ab\u532f\u5165\u3002","or":"\u6216","Ordering":"\u6392\u5e8f","Page":"\u9801\u9762","Password":"\u5bc6\u78bc","Password changed":"\u5bc6\u78bc\u5df2\u8b8a\u66f4","Password successfully changed":"\u5bc6\u78bc\u5df2\u6210\u529f\u7684\u66f4\u6539\u3002","Passwords are not matching":"\u5bc6\u78bc\u4e0d\u76f8\u7b26","Please confirm deletion":"\u8acb\u78ba\u8a8d\u522a\u9664","Please confirm property deletion!":"\u8acb\u78ba\u8a8d\u5c6c\u6027\u522a\u9664!","Please confirm this operation.":"\u8acb\u78ba\u8a8d\u6b64\u884c\u52d5\u3002","Please give a message to your commit":"\u8acb\u628a\u4fe1\u606f\u7d66\u60a8\u7684\u63d0\u4ea4","Post install processing":"\u5b89\u88dd\u5f8c\u8655\u7406\u904e\u7a0b","Prepare, publish deliveries sessions.":"\u9810\u5099\uff0c\u767c\u5e03\u905e\u9001\u6642\u57df\u3002","Preparing installation...":"\u6b63\u5728\u6e96\u5099\u5b89\u88dd\u4e2d","Preview":"\u9810\u89bd","Previous":"\u4e0a\u4e00\u500b","Proctor":"\u76e3\u8003\u4eba","Properties":"\u5c6c\u6027","QTI Test Package 2.1":"QTI 2.1\u8003\u8a66\u5305","RDF":"RDF","Record and manage test takers.":"\u50a8\u5b58\u4ee5\u53ca\u7ba1\u7406\u8003\u751f\u3002","Reference":"\u53c3\u7167","Release":"\u91cb\u653e","Remove":"\u79fb\u9664","Remove Item Reference":"\u79fb\u9664\u984c\u76ee\u53c3\u7167","Remove Message":"\u79fb\u9664\u4fe1\u4ef6","Remove Rubric Block":"\u79fb\u9664\u6307\u5c0e\u8a9e\u5340\u584a","Remove Section":"\u79fb\u9664\u5340\u57df","Remove this file":"\u79fb\u9664\u6b64\u6a94\u6848","Rename":"\u91cd\u65b0\u547d\u540d","Repeat new password":"\u91cd\u8907\u8f38\u5165\u65b0\u5bc6\u55ce","Required":"\u5fc5\u8981\u7684","Required field":"\u5fc5\u8981\u7684\u5b57\u6bb5","required length":"\u9700\u8981\u7684\u9577\u5ea6","Requires":"\u9700\u8981","Reset":"\u91cd\u8a2d","Resource":"\u8cc7\u6e90","Resource not imported due to multiple super classes":"\u8cc7\u6e90\u7121\u6cd5\u532f\u5165\uff0c\u56e0\u70ba\u6709\u591a\u7a2e\u8d85\u985e\u8d85\u985e\u5225","Resource not imported due to multiple types":"\u8cc7\u6e90\u6709\u591a\u7a2e\u59d3\u96f7\u800c\u7121\u6cd5\u532f\u5165","Resource saved":"\u8cc7\u6e90\u5df2\u5132\u5b58","Responsive mode":"\u56de\u61c9\u6a21\u5f0f","Results":"\u7d50\u679c","Results library":"\u7d50\u679c\u66f8\u5eab","Return to sign in page":"\u56de\u5230\u767b\u9304\u9801\u9762","Right click the tree to manage your lists":"\u7528\u53f3\u9375\u9ede\u64ca\u6a39\u4f86\u7ba1\u7406\u60a8\u7684\u5217\u8868","Role saved":"\u89d2\u8272\u5df2\u5132\u5b58","Roles":"\u89d2\u8272","Roles library":"\u89d2\u8272\u66f8\u5eab","Rubric Block":"\u6307\u5c0e\u8a9e\u5340\u584a","Rubric Block Properties":"\u6307\u5c0e\u8a9e\u5340\u584a\u5c6c\u6027","Rubric Blocks":"\u6307\u5c0e\u8a9e\u5340\u584a","Save":"\u5132\u5b58","Scope":"\u7bc4\u570d","Scorer":"\u8a55\u5206\u4eba","Search":"\u641c\u5c0b","Search sub-classes":"\u641c\u7d22\u5b50\u985e\u5225","seconds":"\u79d2","Section Properties":"\u7ae0\u7bc0\u5c6c\u6027","select":"\u9078\u64c7","Select":"\u9078\u53d6","Select a language":"\u9078\u64c7\u8a9e\u8a00","Select Items":"\u9078\u53d6\u984c\u76ee","Select this file":"\u9078\u64c7\u6b64\u6a94\u6848","Selected file:":"\u5df2\u9078\u6a94\u6848: ","Selection":"\u9078\u53d6\u5340\u57df","Selection saved successfully":"\u9078\u53d6\u5132\u5b58\u6210\u529f","Send":"\u50b3\u9001","Settings":"\u8a2d\u7f6e","Settings updated":"\u8a2d\u5b9a\u503c\u5df2\u66f4\u65b0","Show detailed report":"\u986f\u793a\u8a73\u7d30\u56de\u5831","Show Feedback":"\u986f\u793a\u56de\u994b","Show Solution":"\u986f\u793a\u89e3\u7b54","Show the solution once the answer is submitted.":"\u8003\u751f\u63d0\u4ea4\u7b54\u6848\u5f8c\u5c31\u7acb\u523b\u986f\u793a\u89e3\u7b54\u3002","Shuffle":"\u96a8\u6a5f\u9806\u5e8f","Simultaneous":"\u540c\u6642","Size":"\u5927\u5c0f","Skip":"\u8df3\u904e","Submission":"\u63d0\u4ea4","Success":"\u5b8c\u6210","Supported export formats":"\u652f\u63f4\u7684\u532f\u51fa\u683c\u5f0f","TAO Home":"TAO \u9996\u9801","TAO Login":"TAO \u767b\u5165","Test":"\u8003\u8a66","Test constructor":"\u8003\u8a66\u5efa\u9020\u5668","Test Saved":"\u8003\u8a66\u5df2\u5132\u5b58","Test takers library":"\u8003\u751f\u66f8\u5eab","Test-takers":"\u8003\u751f","Tests":"\u8003\u8a66","Tests library":"\u8003\u8a66\u66f8\u5eab","Text - Long - Box":"\u6587\u5b57 - \u9577 - \u65b9\u7bb1","Text - Long - HTML editor":"\u6587\u5b57 - \u9577 - HTML\u7de8\u8f2f\u5668","Text - Short - Field":"\u6587\u5b57 - \u77ed - \u6b04\u4f4d","The \u0027imsmanifest.xml\u0027 file found in the archive is not valid.":"\u53d1\u73b0 \u0027imsmanifest.xml\u0027 \u6863\u6848\u672a\u6709\u6548\u5b58\u6863\u3002","The column ":"\u6b04","The identifier of the item reference.":"\u8a72\u984c\u76ee\u5f15\u7528\u7684\u6a19\u8b58\u7b26\u3002","The identifier of the section.":"\u5340\u57df\u5f15\u7528\u7684\u6a19\u8b58\u7b26\u3002","The IMS QTI Test Package could not be imported.":"\u7121\u6cd5\u532f\u5165 IMS QTI \u8003\u8a66\u5305\u3002","The index identifier should not be empty":"\u7d22\u5f15\u8b58\u5225\u78bc\u4e0d\u61c9\u8a72\u7559\u7a7a","The lock has been released":"\u9396\u5df2\u88ab\u91cb\u653e","The navigation mode determines the general paths that the candidate may take. A linear mode restricts the candidate to attempt each item in turn. Non Linear removes this restriction.":"\u5c0e\u822a\u6a21\u5f0f\u6c7a\u5b9a\u4e86\u5831\u8003\u8005\u53ef\u63a1\u53d6\u7684\u4e00\u822c\u9014\u5f91\u3002\u7dda\u6027\u6a21\u5f0f\u9650\u5236\u4e86\u5831\u8003\u8005\u4f9d\u6b21\u5617\u8a66\u6bcf\u4e00\u500b\u984c\u76ee\u3002\u975e\u7dda\u6027\u6a21\u5f0f\u79fb\u9664\u4e86\u9019\u500b\u9650\u5236\u3002","The number of child elements to be selected.":"\u8981\u88ab\u9078\u7684\u5b50\u5143\u7d20\u6578\u91cf\u3002","The principle identifier of the test.":"\u8003\u8a66\u7684\u4e3b\u8981\u6a19\u8b58\u7b26\u3002","The provided archive is invalid. Make sure it is not corrupted and that it contains an \u0027imsmanifest.xml\u0027 file.":"\u8a72\u63d0\u4f9b\u7684\u5b58\u6a94\u7121\u6548\u3002\u8acb\u78ba\u8a8d\u5b83\u6c92\u6709\u88ab\u640d\u58de\u4e26\u4e14\u5b83\u5305\u542b\u4e86\u4e00\u500b \u0027imsmanifest.xml\u0027 \u6a94\u6848\u3002","The QTI Test \u0027%s\u0027 to be compiled must contain at least 1 QTI Item. None found.":"\u8a72QTI\u8003\u8a66\u5fc5\u9808\u6709\u81f3\u5c111\u500bQTI\u984c\u76ee\u0027%s\u0027 \u624d\u80fd\u9032\u884c\u7de8\u8b6f\u3002\u6c92\u6709\u627e\u5230\u3002","The QTI test could not be retrieved correctly.":"\u8a72QTI\u8003\u8a66\u4e0d\u80fd\u88ab\u6b63\u78ba\u6aa2\u7d22\u3002","The QTI Test XML or one of its dependencies is malformed or empty.":"\u8a72QTI XML\u8003\u8a66\u6216\u5b83\u7684\u4e00\u500b\u76f8\u4f9d\u6027\u7d22\u5f15\u662f\u4e0d\u6b63\u5e38\u7684\u6216\u7a7a\u7684\u3002","The QTI-XML test could not be written correctly.":"\u8a72QTI-XML\u8003\u8a66\u672a\u80fd\u88ab\u6b63\u78ba\u5beb\u5165\u3002","The reference.":"\u53c3\u7167","The section title.":"\u5340\u57df\u6a19\u984c","The submission mode determines when the candidate\u0027s responses are submitted for response processing. A testPart in individual mode requires the candidate to submit their responses on an item-by-item basis. In simultaneous mode the candidate\u0027s responses are all submitted together at the end of the testPart.":"\u8003\u8a66\u63d0\u4ea4\u6a21\u5f0f\u6c7a\u5b9a\u8003\u751f\u56de\u61c9\u4ec0\u9ebc\u6642\u5019\u88ab\u9001\u56de\u670d\u52d9\u5668\u8655\u7406\u3002\u5728\u500b\u5225(individual)\u6a21\u5f0f\u4e2d\uff0c\u8003\u751f\u9700\u8981\u5404\u81ea\u63d0\u4ea4\u6bcf\u4e00\u500b\u984c\u76ee\uff0c\u6bcf\u500b\u56de\u61c9\u90fd\u6703\u5404\u81ea\u88ab\u9001\u56de\u670d\u52d9\u5668\u8655\u7406\u3002\u5728\u540c\u6642(simultaneous)\u6a21\u5f0f\u4e2d\uff0c\u8003\u751f\u53ea\u9700\u8981\u8003\u8a66\u6c92\u63d0\u4ea4\u4e00\u6b21\uff0c\u6240\u6709\u7684\u56de\u61c9\u662f\u540c\u6642\u5728\u8003\u8a66\u6c92\u88ab\u9001\u56de\u3002","The test part identifier.":"\u8003\u8a66\u90e8\u5206\u7684\u6a19\u8b58\u7b26\u3002","The test title.":"\u8003\u8a66\u6a19\u984c\u3002","The value of this field must be a valid date format, e.g. YYYY-MM-DD":"\u6b64\u6b04\u4f4d\u7684\u503c\u5fc5\u9808\u662f\u6709\u6548\u7684\u65e5\u671f\u683c\u5f0f\uff0c\u5982YYYY-MM-DD (\u897f\u5143\u5e74\u4efd-\u6708\u4efd-\u65e5\uff09","The value of this field must be an integer":"\u6b64\u6b04\u4f4d\u7684\u503c\u5fc5\u9808\u662f\u4e00\u500b\u6574\u6578","The value of this field must be numeric":"\u6b64\u6b04\u4f4d\u7684\u503c\u5fc5\u9808\u662f\u6578\u5b57","This constraint affects the visibility of feedback after the end of the last attempt.":"\u8003\u5b8c\u8a66\u4ee5\u5f8c\u8003\u751f\u662f\u5426\u53ef\u4ee5\u770b\u5f97\u898b\u984c\u76ee\u7684\u56de\u994b\u3002","This constraint controls whether or not the candidate is allowed to provide a comment on the item during the session. Comments are not part of the assessed responses.":"\u63a7\u5236\u8003\u751f\u662f\u5426\u53ef\u4ee5\u5728\u8003\u8a66\u4e2d\u5c0d\u984c\u76ee\u63d0\u4f9b\u8a55\u8ad6\u3002\u8a55\u8ad6\u4e0d\u662f\u56de\u61c9\u7684\u4e00\u90e8\u5206\uff0c\u4e5f\u4e0d\u6703\u88ab\u8a55\u5206\u3002","This field is required":"\u6b64\u6b04\u4f4d\u662f\u5fc5\u9700\u7684","This field is too long":"\u6b64\u6b04\u4f4d\u592a\u9577\u4e86","This field is too short":"\u6b64\u6b04\u4f4d\u592a\u77ed\u4e86","This is not a valid email address.":"\u9019\u4e0d\u662f\u4e00\u500b\u6709\u6548\u7684\u96fb\u5b50\u90f5\u4ef6\u5730\u5740\u3002","this is required":"\u9019\u662f\u5fc5\u9700\u7684","This Login is already in use":"\u6b64\u767b\u9304\u5df2\u5728\u4f7f\u7528","This password reset link is no longer valid. It may have already been used. If you still wish to reset your password please request a new link":"\u6b64\u5bc6\u78bc\u91cd\u7f6e\u93c8\u63a5\u5df2\u4e0d\u518d\u6709\u6548\u3002\u5b83\u53ef\u80fd\u5df2\u88ab\u4f7f\u7528\u3002\u5982\u679c\u4f60\u4ecd\u7136\u60f3\u91cd\u7f6e\u5bc6\u78bc\uff0c\u8acb\u7533\u8acb\u4e00\u500b\u65b0\u7684\u93c8\u63a5\u3002","This resource is locked":"\u6b64\u8cc7\u6e90\u88ab\u9396\u5b9a","This role is still given to one or more users. Please remove the role to these users first.":"\u9019\u89d2\u8272\u4ecd\u7136\u7d66\u4e86\u591a\u500b\u7528\u6236\u3002\u8acb\u5148\u522a\u9664\u9019\u4e9b\u7528\u6236\u7684\u89d2\u8272\u3002","Time Limits":"\u6642\u9593\u9650\u5236","Time zone":"\u6642\u5340","Title":"\u6a19\u984c","To reset your password, click the link below, or paste it into your browser. You will then be prompted to create a new password.":"\u5982\u8981\u91cd\u7f6e\u5bc6\u78bc\uff0c\u8acb\u9ede\u64ca\u4e0b\u9762\u7684\u93c8\u63a5\uff0c\u6216\u5c07\u93c8\u63a5\u8cbc\u5230\u700f\u89bd\u5668\u3002\u7136\u5f8c\uff0c\u7cfb\u7d71\u5c07\u8981\u6c42\u60a8\u8a2d\u5b9a\u4e00\u500b\u65b0\u7684\u5bc6\u78bc\u3002","to translate":"\u7ffb\u8b6f","Tokenizer":"\u6a19\u8a18\u751f\u6210\u5668","Too many suggestions match your query. Only a few are listed":"\u592a\u591a\u7684\u5efa\u8b70\u7b26\u5408\u60a8\u7684\u67e5\u8a62\uff0c\u6240\u4ee5\u9019\u88e1\u53ea\u5217\u51fa\u5e7e\u500b\u5efa\u8b70","Translate":"\u7ffb\u8b6f","Translate to":"\u7ffb\u8b6f\u6210","Translation parameters":"\u7ffb\u8b6f\u7bc4\u570d","Translation saved":"\u7ffb\u8b6f\u5df2\u5132\u5b58","True":"\u771f","Tutor":"\u5c0e\u5e2b","Type":"\u985e\u578b","Unable to access your account?":"\u60a8\u7121\u6cd5\u9032\u5165\u60a8\u7684\u5e33\u6236\u55ce\uff1f","Unable to change passwords in demo mode":"\u5728\u8a66\u7528\u6a21\u5f0f\u7121\u6cd5\u66f4\u6539\u5bc6\u78bc","Unable to delete the selected resource":"\u7121\u6cd5\u522a\u9664\u6240\u9078\u7684\u8cc7\u6e90","Unable to release the lock":"\u7121\u6cd5\u89e3\u9664\u9396\u5b9a","Unable to remove the property.":"\u7121\u6cd5\u79fb\u9664\u5c6c\u6027\u3002","Unable to send the password reset request":"\u7121\u6cd5\u767c\u9001\u5bc6\u78bc\u91cd\u7f6e\u8acb\u6c42","Unable to upload file":"\u7121\u6cd5\u4e0a\u50b3\u6a94\u6848","Uncheck all":"\u5168\u90e8\u53d6\u6d88\u52fe\u9078","Uncheck All":"\u5168\u90e8\u53d6\u6d88\u52fe\u9078","Undo":"\u5fa9\u539f","unknown":"\u4e0d\u660e","Unknown Error":"\u4e0d\u660e\u7684\u932f\u8aa4","Unknown error.":"\u4e0d\u660e\u7684\u932f\u8aa4\u3002","Update":"\u66f4\u65b0","Upload":"\u4e0a\u50b3","Upload a QTI 2.1 Test Package File":"\u4e0a\u50b3\u4e00\u500b QTI 2.1 \u8003\u8a66\u5305\u6a94\u6848","Upload into:":"\u4e0a\u50b3\u5230:","Use Ctrl\/Meta key or Lasso for multiple selection":"\u4f7f\u7528Ctrl\/Meta \u9375\u6216\u5957\u7d22\u7684\u591a\u91cd\u9078\u64c7","Use default value":"\u4f7f\u7528\u9810\u8a2d\u503c","User":"\u4f7f\u7528\u8005","User added":"\u5df2\u65b0\u589e\u7528\u6236","User deleted successfully":"\u522a\u9664\u7528\u6236\u6210\u529f","User not found":"\u627e\u4e0d\u5230\u8a72\u4f7f\u7528\u8005","User saved":"\u7528\u6236\u5df2\u5132\u5b58","User Settings":"\u7528\u6236\u8a2d\u5b9a","Users":"\u7528\u6236","Validate Responses":"\u9a57\u8b49\u56de\u61c9","Version":"\u7248\u672c","View and format the collected results.":"\u89c6\u56fe\u548c\u683c\u5f0f\u6536\u96c6\u7684\u7ed3\u679c\u3002","Views":"\u986f\u793a","Visible":"\u53ef\u898b","When selecting child elements each element is normally eligible for selection once only.":"\u7576\u9078\u64c7\u5b50\u5143\u7d20\u6642\uff0c\u6bcf\u500b\u5b50\u5143\u7d20\u901a\u5e38\u90fd\u53ea\u80fd\u88ab\u9078\u4e00\u6b21\u800c\u5df2\u3002","Whether a candidate\u0027s response that is beyond the maximum duration of the item should still be accepted.":"\u8003\u751f\u7684\u56de\u61c9\u5982\u679c\u8d85\u51fa\u984c\u76ee\u6642\u9650\uff0c\u9805\u76ee\u662f\u5426\u9084\u88ab\u63a5\u53d7\u3002","Whether a candidate\u0027s response that is beyond the maximum duration of the section should still be accepted.":"\u8003\u751f\u7684\u56de\u61c9\u5982\u679c\u8d85\u51fa\u5340\u57df\u6642\u9650\uff0c\u5340\u57df\u662f\u5426\u9084\u88ab\u63a5\u53d7\u3002","Whether a candidate\u0027s response that is beyond the maximum duration of the test part should still be accepted.":"\u8003\u751f\u7684\u56de\u61c9\u5982\u679c\u8d85\u51fa\u90e8\u5206\u6642\u9650\uff0c\u90e8\u5206\u662f\u5426\u9084\u88ab\u63a5\u53d7\u3002","Whether a candidate\u0027s response that is beyond the maximum duration should still be accepted.":"\u8003\u751f\u7684\u56de\u61c9\u5982\u679c\u8d85\u51fa\u6642\u9650\uff0c\u56de\u61c9\u662f\u5426\u9084\u88ab\u63a5\u53d7\u3002","Who can view the rubric block during the delivery.":"\u905e\u9001\u6642, \u8ab0\u53ef\u4ee5\u700f\u89bd\u6307\u5c0e\u8a9e\u5340\u584a\u3002","Width":"\u5bec\u5ea6","With Replacement":"\u8ddf\u53d6\u4ee3","Yes":"\u662f","You are not authorised to remove this lock":"\u60a8\u7121\u6b0a\u522a\u9664\u8a72\u9396","You cannot delete the root node":"\u60a8\u4e0d\u80fd\u522a\u9664\u6839\u7bc0\u9ede","You currently have no access to the platform":"\u60a8\u76ee\u524d\u7121\u6b0a\u9032\u5165\u5e73\u53f0","You do not have the required rights to edit this resource.":"\u60a8\u6c92\u6709\u7de8\u8f2f\u9019\u500b\u8cc7\u6e90\u7684\u6b0a\u5229\u3002","You must activate JavaScript in your browser to run this application.":"\u60a8\u5fc5\u9808\u5728\u700f\u89bd\u5668\u4e2d\u555f\u7528JavaScript\u624d\u53ef\u4ee5\u61c9\u7528\u8a72\u7a0b\u5e8f\u3002","Your mail":"\u60a8\u7684\u4fe1","Your TAO Password":"\u60a8\u7684\u5bc6\u78bc"} \ No newline at end of file diff --git a/locales/zh-TW/qtiCat.rdf.po b/locales/zh-TW/qtiCat.rdf.po index c1bb4c16fd..01b99636a6 100644 --- a/locales/zh-TW/qtiCat.rdf.po +++ b/locales/zh-TW/qtiCat.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:12\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:24\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: zh-TW\n" diff --git a/locales/zh-TW/qtitest.rdf.po b/locales/zh-TW/qtitest.rdf.po index 5420b23da3..88fcf2b8fd 100644 --- a/locales/zh-TW/qtitest.rdf.po +++ b/locales/zh-TW/qtitest.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:12\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:24\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: zh-TW\n" diff --git a/locales/zh-TW/taoQtiTestItemRunner.rdf.po b/locales/zh-TW/taoQtiTestItemRunner.rdf.po index 1eabc3043c..16a8f0ab85 100644 --- a/locales/zh-TW/taoQtiTestItemRunner.rdf.po +++ b/locales/zh-TW/taoQtiTestItemRunner.rdf.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: TAO 3.4.0-sprint146\n" -"PO-Revision-Date: 2021-01-20T12:36:12\n" +"Project-Id-Version: TAO 2023.12\n" +"PO-Revision-Date: 2023-12-01T07:53:24\n" "Last-Translator: TAO Translation Team \n" "MIME-Version: 1.0\n" "Language: zh-TW\n" diff --git a/migrations/Version202311241512382260_taoQtiTest.php b/migrations/Version202311241512382260_taoQtiTest.php new file mode 100644 index 0000000000..fc4615fa39 --- /dev/null +++ b/migrations/Version202311241512382260_taoQtiTest.php @@ -0,0 +1,41 @@ +isRegistered(self::PLUGIN_URI)) { + $registry->register(RegisterTestRunnerPlugins::getPlugin('preventConcurrency')); + } + } + + public function down(Schema $schema): void + { + $registry = PluginRegistry::getRegistry(); + + if ($registry->isRegistered(self::PLUGIN_URI)) { + $registry->remove(self::PLUGIN_URI); + } + } +} diff --git a/model/Container/TestQtiServiceProvider.php b/model/Container/TestQtiServiceProvider.php index a5e884b83c..3cea0489d5 100644 --- a/model/Container/TestQtiServiceProvider.php +++ b/model/Container/TestQtiServiceProvider.php @@ -15,7 +15,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * Copyright (c) 2021 (original work) Open Assessment Technologies SA; + * Copyright (c) 2021-2023 (original work) Open Assessment Technologies SA; * * @author Ricardo Quintanilha */ @@ -28,13 +28,17 @@ use oat\generis\model\DependencyInjection\ContainerServiceProviderInterface; use oat\oatbox\event\EventManager; use oat\oatbox\log\LoggerService; -use oat\taoQtiItem\model\qti\Service; +use oat\tao\model\featureFlag\FeatureFlagChecker; +use oat\taoDelivery\model\execution\DeliveryExecutionService; +use oat\taoDelivery\model\execution\StateServiceInterface; +use oat\taoDelivery\model\RuntimeService; use oat\taoQtiTest\model\Domain\Model\ItemResponseRepositoryInterface; use oat\taoQtiTest\model\Domain\Model\QtiTestRepositoryInterface; use oat\taoQtiTest\model\Domain\Model\ToolsStateRepositoryInterface; use oat\taoQtiTest\model\Infrastructure\QtiItemResponseRepository; use oat\taoQtiTest\model\Infrastructure\QtiToolsStateRepository; use oat\taoQtiTest\model\Infrastructure\QtiTestRepository; +use oat\taoQtiTest\model\Service\ConcurringSessionService; use oat\taoQtiTest\model\Service\ExitTestService; use oat\taoQtiTest\model\Service\ListItemsService; use oat\taoQtiTest\model\Service\MoveService; @@ -156,5 +160,18 @@ public function __invoke(ContainerConfigurator $configurator): void service(TestModelService::SERVICE_ID), ] ); + + $services + ->set(ConcurringSessionService::class, ConcurringSessionService::class) + ->public() + ->args( + [ + service(LoggerService::SERVICE_ID), + service(QtiRunnerService::SERVICE_ID), + service(RuntimeService::SERVICE_ID), + service(DeliveryExecutionService::SERVICE_ID), + service(FeatureFlagChecker::class), + ] + ); } } diff --git a/model/Service/ConcurringSessionService.php b/model/Service/ConcurringSessionService.php new file mode 100644 index 0000000000..fb0c8d71bf --- /dev/null +++ b/model/Service/ConcurringSessionService.php @@ -0,0 +1,153 @@ +logger = $logger; + $this->qtiRunnerService = $qtiRunnerService; + $this->runtimeService = $runtimeService; + $this->deliveryExecutionService = $deliveryExecutionService; + $this->featureFlagChecker = $featureFlagChecker; + $this->currentSession = $currentSession ?? PHPSession::singleton(); + } + + public function pauseConcurrentSessions(DeliveryExecution $activeExecution): void + { + if (!$this->featureFlagChecker->isEnabled('FEATURE_FLAG_PAUSE_CONCURRENT_SESSIONS')) { + return; + } + + $userIdentifier = $activeExecution->getUserIdentifier(); + + if (empty($userIdentifier) || $userIdentifier === 'anonymous') { + return; + } + + /** @var DeliveryExecutionInterface[] $userExecutions */ + $userExecutions = $this->deliveryExecutionService->getDeliveryExecutionsByStatus( + $activeExecution->getUserIdentifier(), + DeliveryExecutionInterface::STATE_ACTIVE + ); + + foreach ($userExecutions as $execution) { + if ($execution->getOriginalIdentifier() !== $activeExecution->getOriginalIdentifier()) { + try { + $this->setConcurringSession($execution->getOriginalIdentifier()); + + $context = $this->getContextByDeliveryExecution($execution); + + $this->qtiRunnerService->endTimer($context); + $this->qtiRunnerService->pause($context); + } catch (Throwable $e) { + $this->logger->warning( + sprintf( + '%s: Unable to pause delivery execution %s: %s', + self::class, + $execution->getOriginalIdentifier(), + $e->getMessage() + ) + ); + } + } + } + } + + public function isConcurringSession(DeliveryExecution $execution): bool + { + $key = "pauseReason-{$execution->getOriginalIdentifier()}"; + + return $this->currentSession->hasAttribute($key) + && $this->currentSession->getAttribute($key) === self::PAUSE_REASON_CONCURRENT_TEST; + } + + public function clearConcurringSession(DeliveryExecution $execution): void + { + $this->currentSession->removeAttribute("pauseReason-{$execution->getOriginalIdentifier()}"); + } + + public function setConcurringSession(string $executionId): void + { + $this->currentSession->setAttribute( + "pauseReason-{$executionId}", + self::PAUSE_REASON_CONCURRENT_TEST + ); + } + + private function getContextByDeliveryExecution(DeliveryExecutionInterface $execution): QtiRunnerServiceContext + { + $container = $this->runtimeService->getDeliveryContainer($execution->getDelivery()->getUri()); + + if (!$container instanceof QtiTestDeliveryContainer) { + throw new common_Exception( + sprintf( + 'Non QTI test container %s in qti test runner', + get_class($container) + ) + ); + } + + $testDefinition = $container->getSourceTest($execution); + $testCompilation = sprintf( + '%s|%s', + $container->getPrivateDirId($execution), + $container->getPublicDirId($execution) + ); + + return $this->qtiRunnerService->getServiceContext( + $testDefinition, + $testCompilation, + $execution->getOriginalIdentifier() + ); + } +} diff --git a/scripts/install/RegisterTestRunnerPlugins.php b/scripts/install/RegisterTestRunnerPlugins.php index d16d252ff4..7c7fd37d09 100644 --- a/scripts/install/RegisterTestRunnerPlugins.php +++ b/scripts/install/RegisterTestRunnerPlugins.php @@ -192,6 +192,15 @@ class RegisterTestRunnerPlugins extends InstallAction 'category' => 'controls', 'active' => true, 'tags' => [ 'core', 'technical', 'required' ] + ], [ + 'id' => 'preventConcurrency', + 'name' => 'Prevent session concurrency', + 'module' => 'taoQtiTest/runner/plugins/controls/session/preventConcurrency', + 'bundle' => 'taoQtiTest/loader/testPlugins.min', + 'description' => 'Detect concurrent deliveries launched from the same user session', + 'category' => 'controls', + 'active' => true, + 'tags' => [ 'core', 'technical' ] ], [ 'id' => 'connectivity', 'name' => 'Connectivity check', @@ -439,6 +448,18 @@ class RegisterTestRunnerPlugins extends InstallAction ] ]; + public static function getPlugin(string $pluginIdentifier): ?TestPlugin + { + foreach (self::$plugins as $categoryPlugins) { + foreach ($categoryPlugins as $pluginData) { + if ($pluginData['id'] == $pluginIdentifier || $pluginData['module'] == $pluginIdentifier) { + return TestPlugin::fromArray($pluginData); + } + } + } + return null; + } + public function __invoke($params) { $registry = PluginRegistry::getRegistry(); diff --git a/test/unit/model/Service/ConcurringSessionServiceTest.php b/test/unit/model/Service/ConcurringSessionServiceTest.php new file mode 100644 index 0000000000..ccc1f41502 --- /dev/null +++ b/test/unit/model/Service/ConcurringSessionServiceTest.php @@ -0,0 +1,226 @@ +qtiRunnerService = $this->createMock(QtiRunnerService::class); + $this->runtimeService = $this->createMock(RuntimeService::class); + $this->deliveryExecutionService = $this->createMock(DeliveryExecutionService::class); + $this->featureFlagChecker = $this->createMock(FeatureFlagCheckerInterface::class); + $this->currentSession = $this->createMock(PHPSession::class); + + $this->subject = new ConcurringSessionService( + $this->createMock(LoggerInterface::class), + $this->qtiRunnerService, + $this->runtimeService, + $this->deliveryExecutionService, + $this->featureFlagChecker, + $this->currentSession + ); + } + + public function testDoesNothingIfTheFeatureFlagIsDisabled(): void + { + $this->featureFlagChecker + ->expects($this->once()) + ->method('isEnabled') + ->with('FEATURE_FLAG_PAUSE_CONCURRENT_SESSIONS') + ->willReturn(false); + + $this->qtiRunnerService + ->expects($this->never()) + ->method('endTimer'); + $this->qtiRunnerService + ->expects($this->never()) + ->method('pause'); + + $execution = $this->createMock(DeliveryExecution::class); + $execution + ->expects($this->never()) + ->method('getUserIdentifier'); + + $this->subject->pauseConcurrentSessions($execution); + } + + /** + * @dataProvider doesNothingIfTheExecutionIsForAnAnonymousUserDataProvider + */ + public function testDoesNothingIfTheExecutionIsForAnAnonymousUser(?string $userId): void + { + $this->featureFlagChecker + ->expects($this->once()) + ->method('isEnabled') + ->with('FEATURE_FLAG_PAUSE_CONCURRENT_SESSIONS') + ->willReturn(true); + + $this->qtiRunnerService + ->expects($this->never()) + ->method('endTimer'); + $this->qtiRunnerService + ->expects($this->never()) + ->method('pause'); + + $execution = $this->createMock(DeliveryExecution::class); + $execution + ->expects($this->once()) + ->method('getUserIdentifier') + ->willReturn($userId); + + $this->subject->pauseConcurrentSessions($execution); + } + + public function doesNothingIfTheExecutionIsForAnAnonymousUserDataProvider(): array + { + return [ + 'Null user identifier' => [null], + 'Empty user identifier' => [''], + 'User identifier provided as "anonymous"' => ['anonymous'], + ]; + } + + public function testPausesExecutionsForOtherDeliveries(): void + { + $this->featureFlagChecker + ->expects($this->once()) + ->method('isEnabled') + ->with('FEATURE_FLAG_PAUSE_CONCURRENT_SESSIONS') + ->willReturn(true); + + $deliveryResource = $this->createMock(core_kernel_classes_Resource::class); + $otherDeliveryResource = $this->createMock(core_kernel_classes_Resource::class); + $executionDomainObject = $this->createMock(DeliveryExecution::class); + $otherExecutionDomainObject = $this->createMock(DeliveryExecution::class); + + $executionDomainObject + ->expects($this->atLeastOnce()) + ->method('getOriginalIdentifier') + ->willReturn('https://example.com/execution/1'); + + $otherExecutionDomainObject + ->expects($this->atLeastOnce()) + ->method('getDelivery') + ->willReturn($otherDeliveryResource); + $otherExecutionDomainObject + ->expects($this->atLeastOnce()) + ->method('getOriginalIdentifier') + ->willReturn('https://example.com/execution/2'); + + $this->deliveryExecutionService + ->expects($this->atLeastOnce()) + ->method('getDeliveryExecutionsByStatus') + ->willReturn([$executionDomainObject, $otherExecutionDomainObject]); + + $otherDeliveryResource + ->expects($this->once()) + ->method('getUri') + ->willReturn('https://example.com/delivery/2'); + + $execution = $this->createMock(DeliveryExecution::class); + $execution + ->expects($this->atLeastOnce()) + ->method('getOriginalIdentifier') + ->willReturn('https://example.com/execution/1'); + $execution + ->expects($this->atLeastOnce()) + ->method('getUserIdentifier') + ->willReturn('https://example.com/user/1'); + + $qtiTestDeliveryContainer = $this->createMock(QtiTestDeliveryContainer::class); + $qtiTestDeliveryContainer + ->expects($this->once()) + ->method('getPrivateDirId') + ->with($execution) + ->willReturn('privateDirId'); + $qtiTestDeliveryContainer + ->expects($this->once()) + ->method('getPublicDirId') + ->with($execution) + ->willReturn('publicDirId'); + $qtiTestDeliveryContainer + ->expects($this->once()) + ->method('getSourceTest') + ->with($execution) + ->willReturn('http://example.com/sourceTest/1'); + + $this->runtimeService + ->expects($this->once()) + ->method('getDeliveryContainer') + ->with('https://example.com/delivery/2') + ->willReturn($qtiTestDeliveryContainer); + + $context = $this->createMock(QtiRunnerServiceContext::class); + + $this->qtiRunnerService + ->expects($this->once()) + ->method('getServiceContext') + ->with( + 'http://example.com/sourceTest/1', + 'privateDirId|publicDirId', + 'https://example.com/execution/2' + )->willReturn($context); + + // Expectations + // + $this->currentSession + ->expects($this->once()) + ->method('setAttribute') + ->with( + 'pauseReason-https://example.com/execution/2', + 'PAUSE_REASON_CONCURRENT_TEST' + )->willReturn(null); + + $this->qtiRunnerService + ->expects($this->once()) + ->method('endTimer') + ->with($context); + $this->qtiRunnerService + ->expects($this->once()) + ->method('pause') + ->with($context); + + $this->subject->pauseConcurrentSessions($execution); + } +} diff --git a/views/package-lock.json b/views/package-lock.json index b864d683e6..26dfb9b2dd 100644 --- a/views/package-lock.json +++ b/views/package-lock.json @@ -1,18 +1,33 @@ { "name": "@oat-sa/tao-testqti", "version": "0.4.2", - "lockfileVersion": 1, + "lockfileVersion": 3, "requires": true, - "dependencies": { - "@oat-sa/tao-test-runner": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/@oat-sa/tao-test-runner/-/tao-test-runner-0.9.0.tgz", - "integrity": "sha512-PB1dozCUv+loYijTV4us6xH1cr5iFUj66u0HswBBXwN0o/aI1qNouT5rj6Q6F9jKxUpTj441hE7Qbbz6vjd4TQ==" + "packages": { + "": { + "name": "@oat-sa/tao-testqti", + "version": "0.4.2", + "license": "GPL-2.0", + "dependencies": { + "@oat-sa/tao-test-runner": "^1.0.0", + "@oat-sa/tao-test-runner-qti": "4.1.0" + } }, - "@oat-sa/tao-test-runner-qti": { - "version": "2.33.2", - "resolved": "https://registry.npmjs.org/@oat-sa/tao-test-runner-qti/-/tao-test-runner-qti-2.33.2.tgz", - "integrity": "sha512-scbbD5Yu855/OpJMGO2U1MiEzvVG1TiZYdTRYQ8uaoLl8xTqjEPL0i5XDxbXv+drpjk281FPT22log8btxvrHg==" + "node_modules/@oat-sa/tao-test-runner": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@oat-sa/tao-test-runner/-/tao-test-runner-1.0.0.tgz", + "integrity": "sha512-ehZcyU+rQS/rN+RO7/qd5Yw3E3u25xTHv7tD+lBJDgnD+AbfOIe1Fcz/K+tFWc97cHzzYo1eUTKsaTsVbbPOSQ==", + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@oat-sa/tao-test-runner-qti": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@oat-sa/tao-test-runner-qti/-/tao-test-runner-qti-4.1.0.tgz", + "integrity": "sha512-0Wz9aN4Q0H6QX4gfZRELS1FWYxn9+rWFno+/REb203BaeusEGShB1LCb7e9tEBsv5XI3xS2UanxaPpvot2Boeg==", + "engines": { + "node": ">=14.0.0" + } } } } diff --git a/views/package.json b/views/package.json index a25b968f79..853720b27c 100644 --- a/views/package.json +++ b/views/package.json @@ -8,7 +8,7 @@ }, "license": "GPL-2.0", "dependencies": { - "@oat-sa/tao-test-runner": "0.9.0", - "@oat-sa/tao-test-runner-qti": "2.33.2" + "@oat-sa/tao-test-runner": "^1.0.0", + "@oat-sa/tao-test-runner-qti": "4.1.0" } }