forked from TYPO3-Caretaker/caretaker_instance
-
Notifications
You must be signed in to change notification settings - Fork 0
/
locallang.xml
78 lines (63 loc) · 4.65 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<?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$$
*/
-->
<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="insecure_extension_test_ok">No suspect Extensions are found</label>
<label index="insecure_extension_test_problems">###VALUE_NUM_ERRORS### Errors and ###VALUE_NUM_WARNINGS### Warnings</label>
<label index="insecure_extension_detail_installed">Insecure Extension ###VALUE_EXT_KEY### is installed in version ###VALUE_VERSION###</label>
<label index="insecure_extension_detail_present">Insecure Extension ###VALUE_EXT_KEY### is present but not installed in version ###VALUE_VERSION###</label>
<label index="insecure_extension_detail_unknown">Unknown Extension ###VALUE_EXT_KEY### is found in version ###VALUE_VERSION###</label>
<label index="blacklisted_extension_installed">The Blacklisted Extension ###VALUE_EXT_KEY### is installed.</label>
<label index="blacklisted_extension_present">The Blacklisted Extension ###VALUE_EXT_KEY### is present but not installed.</label>
<label index="insecure_extension_test_errors">Errors:</label>
<label index="insecure_extension_test_warnings">Warnings:</label>
<label index="typo3_conf_vars_test_description">TYPO3_CONF_VARS test</label>
<label index="typo3_conf_vars_test_configuration"></label>
<label index="backend_user_test_description">Backend-user test</label>
<label index="backend_user_test_configuration"></label>
<label index="check_path_description">Check-path test</label>
<label index="check_path_test_configuration"></label>
<label index="insecure_extension_test_description">TER insecure extension test</label>
<label index="insecure_extension_test_configuration"></label>
<label index="extension_test_description">Extension test</label>
<label index="extension_test_configuration"></label>
<label index="find_extension_updates_test_description">Find Extension Updates</label>
<label index="find_extension_updates_test_configuration"></label>
<label index="find_extension_updates_test_ok">All Extensions are up to date</label>
<label index="find_extension_updates_test_problems">###VALUE_NUM_ERRORS### Errors and ###VALUE_NUM_WARNINGS### Warnings</label>
<label index="find_extension_updates_test_detailinfo">Extension ###VALUE_EXT_KEY### is installed in Version ###VALUE_EXT_VERSION###. Latest is ###VALUE_TER_VERSION###.</label>
<label index="find_extension_updates_test_detail_error">Errors:</label>
<label index="find_extension_updates_test_detail_warning">Warnings:</label>
<label index="find_extension_updates_test_detail_ok">Ok:</label>
</languageKey>
<languageKey index="de" type="array">
<label index="insecure_extension_test_ok">Es wurden keine problematischen Extensions gefunden</label>
<label index="insecure_extension_test_problems">###VALUE_NUM_ERRORS### Fehler und ###VALUE_NUM_WARNINGS### Warnungen</label>
<label index="insecure_extension_detail_installed">Die unsichere Extension ###VALUE_EXT_KEY### ist in Version ###VALUE_VERSION### installiert</label>
<label index="insecure_extension_detail_present">Die unsichere Extension ###VALUE_EXT_KEY### ist vorhanden aber nicht installiert in Version ###VALUE_VERSION###</label>
<label index="insecure_extension_detail_unknown">Die unbekannte Extension ###VALUE_EXT_KEY### ist in Version ###VALUE_VERSION### vorhanden</label>
<label index="blacklisted_extension_installed">Die unerwünschte Extension ###VALUE_EXT_KEY### ist installiert.</label>
<label index="blacklisted_extension_present">Die unerwünschte Extension ###VALUE_EXT_KEY### ist vorhanden aber nicht installiert.</label>
<label index="insecure_extension_test_errors">Fehler:</label>
<label index="insecure_extension_test_warnings">Warnungen:</label>
</languageKey>
</data>
</T3locallang>