Skip to content

Commit 977cab8

Browse files
author
Francois Suter
committed
[TASK] Language files clean up
Clean up and update language files now that features are stabilized. Change-Id: I23fc2bb15d2114681591b1c86cc3e0d88288ca24 Resolves: #78528 Releases: 3.0 Reviewed-on: https://review.typo3.org/50476 Reviewed-by: Francois Suter <[email protected]> Tested-by: Francois Suter <[email protected]>
1 parent e0b7193 commit 977cab8

File tree

4 files changed

+7
-68
lines changed

4 files changed

+7
-68
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2016-11-01 Francois Suter <[email protected]>
2+
3+
* Updated and cleaned up the language files, resolves #78528
4+
15
2016-10-31 Francois Suter <[email protected]>
26

37
* Added an option to visually group rows by run, resolves #78058

Resources/Private/Language/locallang.xlf

Lines changed: 0 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,6 @@
66
<trans-unit id="title" xml:space="preserve">
77
<source>Developer's Log</source>
88
</trans-unit>
9-
<trans-unit id="showlog" xml:space="preserve">
10-
<source>Show Log</source>
11-
</trans-unit>
12-
<trans-unit id="selectlog" xml:space="preserve">
13-
<source>Select Log:</source>
14-
</trans-unit>
15-
<trans-unit id="log_entries" xml:space="preserve">
16-
<source>Log entries</source>
17-
</trans-unit>
18-
<trans-unit id="entries" xml:space="preserve">
19-
<source>Entries</source>
20-
</trans-unit>
21-
<trans-unit id="cleanup" xml:space="preserve">
22-
<source>Clean up</source>
23-
</trans-unit>
24-
<trans-unit id="setup" xml:space="preserve">
25-
<source>Setup</source>
26-
</trans-unit>
279
<trans-unit id="search" xml:space="preserve">
2810
<source>Search</source>
2911
</trans-unit>
@@ -33,9 +15,6 @@
3315
<trans-unit id="clear_filters" xml:space="preserve">
3416
<source>Clear all filters</source>
3517
</trans-unit>
36-
<trans-unit id="search_data" xml:space="preserve">
37-
<source>Search log data</source>
38-
</trans-unit>
3918
<trans-unit id="reload" xml:space="preserve">
4019
<source>Reload</source>
4120
</trans-unit>
@@ -45,15 +24,6 @@
4524
<trans-unit id="groupRuns" xml:space="preserve">
4625
<source>Group runs</source>
4726
</trans-unit>
48-
<trans-unit id="log_time" xml:space="preserve">
49-
<source>Log time</source>
50-
</trans-unit>
51-
<trans-unit id="log_period" xml:space="preserve">
52-
<source>Log period</source>
53-
</trans-unit>
54-
<trans-unit id="refresh" xml:space="preserve">
55-
<source>Refresh</source>
56-
</trans-unit>
5727
<trans-unit id="date" xml:space="preserve">
5828
<source>Date</source>
5929
</trans-unit>
@@ -84,27 +54,6 @@
8454
<trans-unit id="extraData" xml:space="preserve">
8555
<source>Extra data</source>
8656
</trans-unit>
87-
<trans-unit id="no_entries_found" xml:space="preserve">
88-
<source>No entries found. Try to relax your filter and search criteria.</source>
89-
</trans-unit>
90-
<trans-unit id="open_view" xml:space="preserve">
91-
<source>Open new window</source>
92-
</trans-unit>
93-
<trans-unit id="line_call" xml:space="preserve">
94-
<source>%s, line %d</source>
95-
</trans-unit>
96-
<trans-unit id="line" xml:space="preserve">
97-
<source>line</source>
98-
</trans-unit>
99-
<trans-unit id="extra_data_error" xml:space="preserve">
100-
<source>Error reading extra data</source>
101-
</trans-unit>
102-
<trans-unit id="tx_devlog_error.toolong" xml:space="preserve">
103-
<source>The extra data exceeded the maximum size. It was not stored.</source>
104-
</trans-unit>
105-
<trans-unit id="tx_devlog_error.invalid" xml:space="preserve">
106-
<source>The extra data was not an array. It was not stored.</source>
107-
</trans-unit>
10857
<trans-unit id="no_extra_data" xml:space="preserve">
10958
<source>No extra data</source>
11059
</trans-unit>
@@ -117,9 +66,6 @@
11766
<trans-unit id="expand_all_extra_data" xml:space="preserve">
11867
<source>Expand all extra data</source>
11968
</trans-unit>
120-
<trans-unit id="info_excluded_key" xml:space="preserve">
121-
<source>The following keys are currently not logged</source>
122-
</trans-unit>
12369
<trans-unit id="clearlog" xml:space="preserve">
12470
<source>Clear Log</source>
12571
</trans-unit>

Resources/Private/Language/locallang_csh_txdevlog.xlf

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<header/>
55
<body>
66
<trans-unit id=".alttitle" xml:space="preserve">
7-
<source>Developer Log</source>
7+
<source>Developer's Log</source>
88
</trans-unit>
99
<trans-unit id=".description" xml:space="preserve">
1010
<source>The Developer's Log extension (devlog) provides logging functionality. It hooks into \TYPO3\CMS\Core\Utility\GeneralUtility::devlog() to catch devlog events. A BE module gives an overview of the logged events. For more information read the extension manual, which can be found on docs.typo3.org.</source>
@@ -33,11 +33,6 @@
3333
<trans-unit id="crdate.description" xml:space="preserve">
3434
<source>This is the date and time at which the log entry was created.</source>
3535
</trans-unit>
36-
<trans-unit id="crdate.details" xml:space="preserve">
37-
<source>
38-
All entries corresponding to a single log run are marked with the same date and time.
39-
</source>
40-
</trans-unit>
4136
<trans-unit id="message.alttitle" xml:space="preserve">
4237
<source>Log message</source>
4338
</trans-unit>
@@ -103,13 +98,7 @@
10398
<source>Extra data</source>
10499
</trans-unit>
105100
<trans-unit id="extra_data.description" xml:space="preserve">
106-
<source>Extra data can provide an array with detailed information about the circumstances of the event.</source>
107-
</trans-unit>
108-
<trans-unit id="extra_data.details" xml:space="preserve">
109-
<source>
110-
There are almost no boundaries for this field, except that it is an array. In many cases, this field can contain the processed data, when the event has been triggered. For example, you could get the full stack debug trace when there is an SQL error. Another showcase would be to deliver be the relevant TS setup parts or any other configuration array.
111-
The value depends on the logging implementation of the component which has triggered the event.
112-
</source>
101+
<source>Extra data is any information that was passed along for logging. May be any type of data.</source>
113102
</trans-unit>
114103
</body>
115104
</file>

Resources/Private/Language/locallang_db.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<source>Severity</source>
1717
</trans-unit>
1818
<trans-unit id="tx_devlog_domain_model_entry.extkey">
19-
<source>Extkey</source>
19+
<source>Key (extension, class, ...)</source>
2020
</trans-unit>
2121
<trans-unit id="tx_devlog_domain_model_entry.message">
2222
<source>Message</source>

0 commit comments

Comments
 (0)