This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
locallang.xml
executable file
·55 lines (48 loc) · 3.57 KB
/
locallang.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<!--
/**
* This is a file of the caretaker project.
* Copyright 2008 by n@work Internet Informationssystem GmbH (www.work.de)
*
* @Author Thomas Hempel <[email protected]>
* @Author Martin Ficzel <[email protected]>
* @Author Tobias Liebig <[email protected]>
* @Author Christopher Hlubek <[email protected]>
* @Author Patrick Kollodzik <[email protected]>
*
* $$Id: locallang_db.xml 46 2008-06-19 16:09:17Z martin $$
*/
-->
<T3locallang>
<meta type="array">
<type>module</type>
<description>Language labels for result messages of selenium test service</description>
</meta>
<data type="array">
<languageKey index="default" type="array">
<label index="selenium_configuration_error">Selenium server was not properly configured</label>
<label index="selenium_serverfailure">The selected Selenium Servers are offline. The test could'nt run.</label>
<label index="selenium_info_ok">Test passed on all ###VALUE_NUM_SERVERS### clients</label>
<label index="selenium_info_problems">Test passed on ###VALUE_NUM_OK### clients. ###VALUE_NUM_ERROR### Errors, ###VALUE_NUM_WARNING### Warnings.</label>
<label index="selenium_info_serverfailure">The Selenium Server ###VALUE_TITLE### was not available and was skipped.</label>
<label index="selenium_info_serverbusy">The Selenium Server ###VALUE_TITLE### was marked busy and was skipped.</label>
<label index="selenium_detail_ok">Test passed on ###VALUE_TITLE### in ###VALUE_TIME### seconds. ###VALUE_MESSAGE### </label>
<label index="selenium_detail_error">Test failed on ###VALUE_TITLE### in ###VALUE_TIME### seconds. ###VALUE_MESSAGE### </label>
<label index="selenium_detail_timeout_error">Test failed on ###VALUE_TITLE### beause of timeout in ###VALUE_TIME### seconds. ###VALUE_MESSAGE### </label>
<label index="selenium_detail_timeout_warning">Test returned warning on ###VALUE_TITLE### beause of timeout in ###VALUE_TIME### seconds ###VALUE_MESSAGE### </label>
<label index="selenium_service_description">Selenium Test</label>
<label index="selenium_service_configuration">Warning: ###RESPONSE_TIME_WARNING### S Error: ###RESPONSE_TIME_ERROR### S</label>
</languageKey>
<languageKey index="de" type="array">
<label index="selenium_configuration_error">Der Selenium-Server ist nicht korrekt konfiguriert</label>
<label index="selenium_serverfailure">Die gewählten Selenium-Server sind offline. Der Test konnte nicht ausgeführt werden.</label>
<label index="selenium_info_ok">Der Test verlief auf allen ###VALUE_NUM_SERVERS### Clients erfolgreich.</label>
<label index="selenium_info_problems">Der Test funktionierte auf ###VALUE_NUM_OK### Clients. Es gab ###VALUE_NUM_ERROR### Fehler und ###VALUE_NUM_WARNING### Warnungen.</label>
<label index="selenium_info_serverfailure">Der Selenium Server ###VALUE_TITLE### war nicht verfügbar und wurde übersprungen.</label>
<label index="selenium_detail_ok">Der Test lief korrekt auf ###VALUE_TITLE### in ###VALUE_TIME### Sekunden. ###VALUE_MESSAGE### </label>
<label index="selenium_detail_error">Der Test versagte auf ###VALUE_TITLE### in ###VALUE_TIME### Sekunden. ###VALUE_MESSAGE### </label>
<label index="selenium_detail_timeout_error">Der Test auf ###VALUE_TITLE### ergab einen Fehler wegen Zeitüberschreitung nach ###VALUE_TIME### Sekunden. ###VALUE_MESSAGE### </label>
<label index="selenium_detail_timeout_warning">Der Test auf ###VALUE_TITLE### ergab eine Warnung wegen Zeitüberschreitung nach ###VALUE_TIME### Sekunden. ###VALUE_MESSAGE### </label>
</languageKey>
</data>
</T3locallang>