-
Notifications
You must be signed in to change notification settings - Fork 9
/
text.json
388 lines (388 loc) · 11.5 KB
/
text.json
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
95
96
97
98
99
100
101
102
103
104
105
106
107
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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
{
"tl_news": {
"headline": [
"Title",
"Please enter the news title."
],
"alias": [
"News alias",
"The news alias is a unique reference to the news item which can be called instead of its numeric ID."
],
"author": [
"Author",
"Here you can change the author of the news item."
],
"date": [
"Date",
"Please enter the date according to the global date format."
],
"time": [
"Time",
"Please enter the time according to the global time format."
],
"pageTitle": [
"Meta title",
"Here you can add a custom meta title to overwrite the default page title."
],
"description": [
"Meta description",
"Here you can add a custom meta description to overwrite the default page description."
],
"subheadline": [
"Subheadline",
"Here you can enter a subheadline."
],
"teaser": [
"News teaser",
"The news teaser can be shown in a news list instead of the full story. A \"read more …\" link will be added automatically."
],
"text": [
"News text",
"Here you can enter the news text."
],
"addImage": [
"Add an image",
"Add an image to the news item."
],
"addEnclosure": [
"Add enclosures",
"Add one or more downloadable files to the news item."
],
"enclosure": [
"Enclosures",
"Please choose the files you want to attach."
],
"source": [
"Redirect target",
"Here you can override the default redirect target."
],
"default": [
"Use default",
"By clicking the \"read more …\" button, visitors will be redirected to the default page of the news archive."
],
"internal": [
"Page",
"By clicking the \"read more …\" button, visitors will be redirected to a page."
],
"article": [
"Article",
"By clicking the \"read more …\" button, visitors will be redirected to an article."
],
"external": [
"Custom URL",
"By clicking the \"read more …\" button, visitors will be redirected to a custom URL."
],
"jumpTo": [
"Redirect page",
"Please choose the page to which visitors will be redirected when clicking the news item."
],
"articleId": [
"Article",
"Please choose the article to which visitors will be redirected when clicking the news item."
],
"cssClass": [
"CSS class",
"Here you can enter one or more classes."
],
"noComments": [
"Disable comments",
"Do not allow comments for this particular news item."
],
"featured": [
"Feature item",
"Show the news item in a featured news list."
],
"published": [
"Publish item",
"Make the news item publicly visible on the website."
],
"start": [
"Show from",
"Do not show the news item on the website before this day."
],
"stop": [
"Show until",
"Do not show the news item on the website on and after this day."
],
"tstamp": [
"Revision date",
"Date and time of the latest revision"
],
"title_legend": "Title and author",
"date_legend": "Date and time",
"meta_legend": "Meta data",
"teaser_legend": "Subheadline and teaser",
"text_legend": "News text",
"image_legend": "Image settings",
"enclosure_legend": "Enclosures",
"source_legend": "Redirect target",
"expert_legend": "Expert settings",
"publish_legend": "Publish settings",
"new": [
"New item",
"Create a new news item"
],
"show": [
"Item details",
"Show the details of news item ID %s"
],
"edit": [
"Edit item",
"Edit news item ID %s"
],
"copy": [
"Duplicate item",
"Duplicate news item ID %s"
],
"cut": [
"Move item",
"Move news item ID %s"
],
"delete": [
"Delete item",
"Delete news item ID %s"
],
"toggle": [
"Publish/unpublish item",
"Publish/unpublish news item ID %s"
],
"feature": [
"Feature/unfeature item",
"Feature/unfeature news item ID %s"
],
"editheader": [
"Edit archive",
"Edit the news archive settings"
],
"editmeta": [
"Edit item settings",
"Edit the news item settings"
],
"pasteafter": [
"Paste into this news archive",
"Paste after news item ID %s"
],
"languageMain": [
"Master article",
"Choose the article in the master archive equaling this article."
],
"sameDay": "Same day",
"otherDay": "Other days"
},
"MOD": {
"content": "Content",
"article": [
"Articles",
"Manage articles and content elements"
],
"form": [
"Form generator",
"Create custom forms and store or send the submitted data"
],
"design": "Layout",
"themes": [
"Themes",
"Manage front end modules, style sheets, page layouts and templates"
],
"page": [
"Site structure",
"Set up the site structure of your website(s)"
],
"tpl_editor": [
"Templates",
"Edit templates in the back end"
],
"accounts": "Account manager",
"member": [
"Members",
"Manage member accounts (front end users)"
],
"mgroup": [
"Member groups",
"Manage member groups (front end user groups)"
],
"user": [
"Users",
"Manage user accounts (back end users)"
],
"group": [
"User groups",
"Manage user groups (back end user groups)"
],
"opt_in": [
"Double opt-in",
"Manage the double opt-in tokens"
],
"system": "System",
"files": [
"File manager",
"Manage files and folders or upload new files to the server"
],
"log": [
"System log",
"Browse the system log and analyze the activity on the website"
],
"settings": [
"Settings",
"Check and optimize the Contao configuration"
],
"maintenance": [
"Maintenance",
"Maintain or update Contao"
],
"security": [
"Security",
"Secure your account"
],
"undo": [
"Restore",
"Restore deleted records"
],
"login": [
"User profile",
"Change your personal data or set a new password"
],
"tl_content": "Content elements",
"tl_form_field": "Fields",
"tl_image_size": "Image sizes",
"tl_image_size_item": "Media queries",
"tl_layout": "Page layouts",
"tl_module": "Front end modules",
"tl_style": "Format definitions",
"tl_style_sheet": "Style sheets",
"css": "Style sheets",
"modules": "Front end modules",
"layout": "Page layouts",
"image_sizes": "Image sizes",
"theme_import": "Theme import",
"theme_export": "Theme export",
"listing": [
"Listing",
"List the records of any table"
],
"news": [
"News",
"Manage news and export them as RSS or Atom feed"
],
"tl_news_feed": "News feeds",
"tl_news": "Articles",
"changelanguage": [
"Change Language"
]
},
"FMD": {
"navigationMenu": "Navigation",
"navigation": [
"Navigation menu",
"Generates a navigation menu from the site structure"
],
"customnav": [
"Custom navigation",
"Generates a custom navigation menu"
],
"breadcrumb": [
"Breadcrumb navigation",
"Generates a breadcrumb navigation menu"
],
"quicknav": [
"Quick navigation",
"Generates a drop-down menu from the site structure"
],
"quicklink": [
"Quick link",
"Generates a custom drop-down menu"
],
"booknav": [
"Book navigation",
"Generates a book navigation menu"
],
"articlenav": [
"Article navigation",
"Generates a pagination menu to navigate articles"
],
"sitemap": [
"Sitemap",
"Generates a list of all pages in the site structure"
],
"user": "User",
"login": [
"Login form",
"Generates a login form"
],
"logout": [
"Automatic logout",
"Automatically logs out a user"
],
"personalData": [
"Personal data",
"Generates a form to edit a user's personal data"
],
"registration": [
"Registration",
"Generates a user registration form"
],
"changePassword": [
"Change password",
"Generates a form to change the password"
],
"lostPassword": [
"Lost password",
"Generates a form to request a new password"
],
"closeAccount": [
"Close account",
"Generates a form to delete a member account"
],
"application": "Applications",
"form": [
"Form",
"Adds a form to the page"
],
"search": [
"Search engine",
"Adds a search form to the page"
],
"articlelist": [
"Article list",
"Generates a list of articles of a column"
],
"miscellaneous": "Miscellaneous",
"randomImage": [
"Random image",
"Adds a random image to the page"
],
"html": [
"Custom HTML",
"Allows you to add custom HTML code"
],
"rssReader": [
"RSS reader",
"Adds an RSS feed to the page"
],
"listing": [
"Listing",
"Lists the records of any table"
],
"news": "News",
"newslist": [
"Newslist",
"Adds a list of news items to the page"
],
"newsreader": [
"Newsreader",
"Shows the details of a news item"
],
"newsarchive": [
"News archive",
"Adds a news archive to the page"
],
"newsmenu": [
"News archive menu",
"Generates a navigation menu to browse the news archive"
],
"changelanguage": [
"Change Language",
"This module allows you to switch between different language versions of a page."
]
}
}