Newer
Older
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">>
<file t3:id="1581583573" source-language="en" datatype="plaintext" original="messages" date="2018-11-27T22:26:21Z" product-name="dashboard">
<header/>
<body>
<trans-unit id="close" xml:space="preserve">
<source>Close</source>
</trans-unit>
<trans-unit id="title" xml:space="preserve">
<source>Dashboard</source>
</trans-unit>
<trans-unit id="widget.add" xml:space="preserve">
<source>Add widget</source>
</trans-unit>
<trans-unit id="widget.add.button.close" xml:space="preserve">
<source>Close</source>
</trans-unit>
<trans-unit id="widget.add.button.ok" xml:space="preserve">
<source>Add widget</source>
</trans-unit>
<trans-unit id="widget.remove.button.close" xml:space="preserve">
<source>Close</source>
</trans-unit>
<trans-unit id="widget.remove.button.ok" xml:space="preserve">
<source>Remove</source>
</trans-unit>
<trans-unit id="widget.remove.confirm.title" xml:space="preserve">
<source>Remove widget</source>
</trans-unit>
<trans-unit id="widget.remove.confirm.message" xml:space="preserve">
<source>Are you sure you want to remove this widget?</source>
</trans-unit>
<trans-unit id="widget.error" xml:space="preserve">
<source>An error occurred while retrieving information for this widget. Please try again, and if the problem persists, contact your administrator.</source>
</trans-unit>
<trans-unit id="dashboard.default" xml:space="preserve">
<source>My dashboard</source>
</trans-unit>
<trans-unit id="dashboard.default.description" xml:space="preserve">
<source>Create a new dashboard with some general TYPO3 widgets on it</source>
</trans-unit>
<trans-unit id="dashboard.empty" xml:space="preserve">
<source>Empty dashboard</source>
</trans-unit>
<trans-unit id="dashboard.empty.description" xml:space="preserve">
<source>Your dashboard will be created without any widget on it.</source>
</trans-unit>
<trans-unit id="dashboard.add" xml:space="preserve">
<source>Add dashboard</source>
</trans-unit>
<trans-unit id="dashboard.add.button.close" xml:space="preserve">
<source>Close</source>
</trans-unit>
<trans-unit id="dashboard.add.button.ok" xml:space="preserve">
<source>Add Dashboard</source>
</trans-unit>
<trans-unit id="dashboard.configure" xml:space="preserve">
<source>Configure dashboard</source>
</trans-unit>
<trans-unit id="dashboard.configure.button.close" xml:space="preserve">
<source>Close</source>
</trans-unit>
<trans-unit id="dashboard.configure.button.ok" xml:space="preserve">
<source>Save Dashboard</source>
</trans-unit>
<trans-unit id="dashboard.delete" xml:space="preserve">
<source>Delete dashboard</source>
</trans-unit>
<trans-unit id="dashboard.delete.sure" xml:space="preserve">
<source>Are you sure you want to delete this dashboard?</source>
</trans-unit>
<trans-unit id="dashboard.delete.ok" xml:space="preserve">
<source>Yes, delete it</source>
</trans-unit>
<trans-unit id="dashboard.delete.cancel" xml:space="preserve">
<source>Cancel</source>
</trans-unit>
<trans-unit id="dashboard.title" xml:space="preserve">
<source>Title of dashboard</source>
</trans-unit>
<trans-unit id="widgets.documentation.gettingStarted.title" xml:space="preserve">
<source>Getting Started with TYPO3</source>
</trans-unit>
<trans-unit id="widgets.documentation.gettingStarted.description" xml:space="preserve">
<source>Add a shortcut to the TYPO3 Getting Started Tutorial.</source>
</trans-unit>
<trans-unit id="widgets.documentation.gettingStarted.text" xml:space="preserve">
<source>New to TYPO3? In our Getting Started Tutorial you will learn the basics how to use TYPO3.</source>
</trans-unit>
<trans-unit id="widgets.documentation.gettingStarted.content.label" xml:space="preserve">
<source>Getting Started Tutorial</source>
</trans-unit>
<trans-unit id="widgets.documentation.TSconfigReference.title" xml:space="preserve">
<source>TSconfig Reference</source>
</trans-unit>
<trans-unit id="widgets.documentation.TSconfigReference.description" xml:space="preserve">
<source>Add a shortcut to the TYPO3 TSconfig Reference.</source>
</trans-unit>
<trans-unit id="widgets.documentation.TSconfigReference.text" xml:space="preserve">
<source>This document describes TSconfig and its options.</source>
</trans-unit>
<trans-unit id="widgets.documentation.TSconfigReference.content.label" xml:space="preserve">
<source>TSconfig Reference</source>
</trans-unit>
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<trans-unit id="widgets.t3news.title" xml:space="preserve">
<source>TYPO3 news</source>
</trans-unit>
<trans-unit id="widgets.t3news.description" xml:space="preserve">
<source>Add a list of news items from the TYPO3 project</source>
</trans-unit>
<trans-unit id="widgets.t3news.moreItems" xml:space="preserve">
<source>More TYPO3 news</source>
</trans-unit>
<trans-unit id="widgets.t3information.title" xml:space="preserve">
<source>TYPO3</source>
</trans-unit>
<trans-unit id="widgets.t3information.description" xml:space="preserve">
<source>Some background information about TYPO3 and the version used</source>
</trans-unit>
<trans-unit id="widget_group.general" xml:space="preserve">
<source>General</source>
</trans-unit>
<trans-unit id="widget_group.typo3" xml:space="preserve">
<source>TYPO3</source>
</trans-unit>
<trans-unit id="dashboard.empty.content.title" xml:space="preserve">
<source>No widgets</source>
</trans-unit>
<trans-unit id="dashboard.empty.content.description" xml:space="preserve">
<source>There are no widgets on this dashboard yet. You can add widgets now by clicking on the button below.</source>
</trans-unit>
<trans-unit id="dashboard.empty.content.button" xml:space="preserve">
<source>Add a widget</source>
</trans-unit>
</body>
</file>
</xliff>