... | ... |
@@ -126,6 +126,16 @@ |
126 | 126 |
<trans-unit id="tl_content.grid_placement_legend"> |
127 | 127 |
<source>Grid placement</source> |
128 | 128 |
</trans-unit> |
129 |
+ |
|
130 |
+ <trans-unit id="tl_content.vr_dt_plainText.0"> |
|
131 |
+ <source>Display text</source> |
|
132 |
+ </trans-unit> |
|
133 |
+ <trans-unit id="tl_content.vr_dt_plainText.1"> |
|
134 |
+ <source>The display text as a plain text.</source> |
|
135 |
+ </trans-unit> |
|
136 |
+ <trans-unit id="tl_content.display_text_legend"> |
|
137 |
+ <source>Display text</source> |
|
138 |
+ </trans-unit> |
|
129 | 139 |
</body> |
130 | 140 |
</file> |
131 | 141 |
</xliff> |
... | ... |
@@ -116,6 +116,13 @@ |
116 | 116 |
<source>Set the vertical alignment in the selected cell rectangle for mobile.</source> |
117 | 117 |
</trans-unit> |
118 | 118 |
|
119 |
+ <trans-unit id="tl_content.vr_subline.0"> |
|
120 |
+ <source>Subline</source> |
|
121 |
+ </trans-unit> |
|
122 |
+ <trans-unit id="tl_content.vr_subline.1"> |
|
123 |
+ <source>You can define a subheadline for the element which is only shown if the element also has a headline.</source> |
|
124 |
+ </trans-unit> |
|
125 |
+ |
|
119 | 126 |
<trans-unit id="tl_content.grid_placement_legend"> |
120 | 127 |
<source>Grid placement</source> |
121 | 128 |
</trans-unit> |
... | ... |
@@ -38,6 +38,12 @@ |
38 | 38 |
<trans-unit id="tl_content.vr_bw_bgBesideContent.1"> |
39 | 39 |
<source>Displays the image beside the content instead of behind the content.</source> |
40 | 40 |
</trans-unit> |
41 |
+ <trans-unit id="tl_content.vr_bw_bgAsideContentResponsive.0"> |
|
42 |
+ <source>Image position on mobile</source> |
|
43 |
+ </trans-unit> |
|
44 |
+ <trans-unit id="tl_content.vr_bw_bgAsideContentResponsive.1"> |
|
45 |
+ <source>Determines whether the image should be displayed below or above the text on mobile devices.</source> |
|
46 |
+ </trans-unit> |
|
41 | 47 |
<trans-unit id="tl_content.vr_bw_bgHorizontalPosition.0"> |
42 | 48 |
<source>Horizontal position</source> |
43 | 49 |
</trans-unit> |
... | ... |
@@ -32,6 +32,24 @@ |
32 | 32 |
<trans-unit id="tl_content.vr_bw_bgOpacity.1"> |
33 | 33 |
<source>You can set the background image/video opacity.</source> |
34 | 34 |
</trans-unit> |
35 |
+ <trans-unit id="tl_content.vr_bw_bgBesideContent.0"> |
|
36 |
+ <source>Image besides content</source> |
|
37 |
+ </trans-unit> |
|
38 |
+ <trans-unit id="tl_content.vr_bw_bgBesideContent.1"> |
|
39 |
+ <source>Displays the image beside the content instead of behind the content.</source> |
|
40 |
+ </trans-unit> |
|
41 |
+ <trans-unit id="tl_content.vr_bw_bgHorizontalPosition.0"> |
|
42 |
+ <source>Horizontal position</source> |
|
43 |
+ </trans-unit> |
|
44 |
+ <trans-unit id="tl_content.vr_bw_bgHorizontalPosition.1"> |
|
45 |
+ <source>Whether the image is shown left or right of content.</source> |
|
46 |
+ </trans-unit> |
|
47 |
+ <trans-unit id="tl_content.vr_bw_bgHorizontalWidth.0"> |
|
48 |
+ <source>Horizontal width</source> |
|
49 |
+ </trans-unit> |
|
50 |
+ <trans-unit id="tl_content.vr_bw_bgHorizontalWidth.1"> |
|
51 |
+ <source>The width of the image in relation to the total width.</source> |
|
52 |
+ </trans-unit> |
|
35 | 53 |
<trans-unit id="tl_content.vr_bw_bgColor.0"> |
36 | 54 |
<source>Background color</source> |
37 | 55 |
</trans-unit> |
... | ... |
@@ -73,6 +73,25 @@ |
73 | 73 |
<source>Define the mobile position of nested fragments in the grid. Select a single cell or a rectangle of multiple cells.</source> |
74 | 74 |
</trans-unit> |
75 | 75 |
|
76 |
+ <trans-unit id="tl_content.vr_gpw_desktop_vAlign.0"> |
|
77 |
+ <source>Vertical alignment desktop</source> |
|
78 |
+ </trans-unit> |
|
79 |
+ <trans-unit id="tl_content.vr_gpw_desktop_vAlign.1"> |
|
80 |
+ <source>Set the vertical alignment in the selected cell rectangle for desktop.</source> |
|
81 |
+ </trans-unit> |
|
82 |
+ <trans-unit id="tl_content.vr_gpw_tablet_vAlign.0"> |
|
83 |
+ <source>Vertical alignment tablet</source> |
|
84 |
+ </trans-unit> |
|
85 |
+ <trans-unit id="tl_content.vr_gpw_tablet_vAlign.1"> |
|
86 |
+ <source>Set the vertical alignment in the selected cell rectangle for tablet.</source> |
|
87 |
+ </trans-unit> |
|
88 |
+ <trans-unit id="tl_content.vr_gpw_mobile_vAlign.0"> |
|
89 |
+ <source>Vertical alignment mobile</source> |
|
90 |
+ </trans-unit> |
|
91 |
+ <trans-unit id="tl_content.vr_gpw_mobile_vAlign.1"> |
|
92 |
+ <source>Set the vertical alignment in the selected cell rectangle for mobile.</source> |
|
93 |
+ </trans-unit> |
|
94 |
+ |
|
76 | 95 |
<trans-unit id="tl_content.grid_placement_legend"> |
77 | 96 |
<source>Grid placement</source> |
78 | 97 |
</trans-unit> |
... | ... |
@@ -55,10 +55,22 @@ |
55 | 55 |
</trans-unit> |
56 | 56 |
|
57 | 57 |
<trans-unit id="tl_content.vr_gpw_grid.0"> |
58 |
- <source>Define placement</source> |
|
58 |
+ <source>Define desktop placement</source> |
|
59 |
+ </trans-unit> |
|
60 |
+ <trans-unit id="tl_content.vr_gpw_tablet_grid.1"> |
|
61 |
+ <source>Define the desktop position of nested fragments in the grid. Select a single cell or a rectangle of multiple cells.</source> |
|
62 |
+ </trans-unit> |
|
63 |
+ <trans-unit id="tl_content.vr_gpw_tablet_grid.0"> |
|
64 |
+ <source>Define tablet placement</source> |
|
65 |
+ </trans-unit> |
|
66 |
+ <trans-unit id="tl_content.vr_gpw_mobile_grid.1"> |
|
67 |
+ <source>Define the tablet position of nested fragments in the grid. Select a single cell or a rectangle of multiple cells.</source> |
|
68 |
+ </trans-unit> |
|
69 |
+ <trans-unit id="tl_content.vr_gpw_mobile_grid.0"> |
|
70 |
+ <source>Define mobile placement</source> |
|
59 | 71 |
</trans-unit> |
60 | 72 |
<trans-unit id="tl_content.vr_gpw_grid.1"> |
61 |
- <source>Define the position of nested fragments in the grid. Select a single cell or a rectangle of multiple cells.</source> |
|
73 |
+ <source>Define the mobile position of nested fragments in the grid. Select a single cell or a rectangle of multiple cells.</source> |
|
62 | 74 |
</trans-unit> |
63 | 75 |
|
64 | 76 |
<trans-unit id="tl_content.grid_placement_legend"> |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,69 @@ |
1 |
+<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
+<xliff version="1.1"> |
|
3 |
+ <file source-language="en"> |
|
4 |
+ <body> |
|
5 |
+ <trans-unit id="tl_content.vr_bw_addImage.0"> |
|
6 |
+ <source>Add background image/video</source> |
|
7 |
+ </trans-unit> |
|
8 |
+ <trans-unit id="tl_content.vr_bw_addImage.1"> |
|
9 |
+ <source>Adds a background image/video to the wrapper element.</source> |
|
10 |
+ </trans-unit> |
|
11 |
+ <trans-unit id="tl_content.vr_bw_bgSRC.0"> |
|
12 |
+ <source>Background source file</source> |
|
13 |
+ </trans-unit> |
|
14 |
+ <trans-unit id="tl_content.vr_bw_bgSRC.1"> |
|
15 |
+ <source>Please choose an image or video file from the files directory.</source> |
|
16 |
+ </trans-unit> |
|
17 |
+ <trans-unit id="tl_content.vr_bw_bgSize.0"> |
|
18 |
+ <source>Background scaling</source> |
|
19 |
+ </trans-unit> |
|
20 |
+ <trans-unit id="tl_content.vr_bw_bgSize.1"> |
|
21 |
+ <source>Please choose how the background should be scaled.</source> |
|
22 |
+ </trans-unit> |
|
23 |
+ <trans-unit id="tl_content.vr_bw_bgPos.0"> |
|
24 |
+ <source>Background position</source> |
|
25 |
+ </trans-unit> |
|
26 |
+ <trans-unit id="tl_content.vr_bw_bgPos.1"> |
|
27 |
+ <source>Please choose the positioning of the background.</source> |
|
28 |
+ </trans-unit> |
|
29 |
+ <trans-unit id="tl_content.vr_bw_bgOpacity.0"> |
|
30 |
+ <source>Background opacity</source> |
|
31 |
+ </trans-unit> |
|
32 |
+ <trans-unit id="tl_content.vr_bw_bgOpacity.1"> |
|
33 |
+ <source>You can set the background image/video opacity.</source> |
|
34 |
+ </trans-unit> |
|
35 |
+ <trans-unit id="tl_content.vr_bw_bgColor.0"> |
|
36 |
+ <source>Background color</source> |
|
37 |
+ </trans-unit> |
|
38 |
+ <trans-unit id="tl_content.vr_bw_bgColor.1"> |
|
39 |
+ <source>Set a background color to the wrapper element.</source> |
|
40 |
+ </trans-unit> |
|
41 |
+ <trans-unit id="tl_content.vr_bw_bgWidthRestriction.0"> |
|
42 |
+ <source>Restrict background width</source> |
|
43 |
+ </trans-unit> |
|
44 |
+ <trans-unit id="tl_content.vr_bw_bgWidthRestriction.1"> |
|
45 |
+ <source>Restrict background image/video to the content area width.</source> |
|
46 |
+ </trans-unit> |
|
47 |
+ <trans-unit id="tl_content.vr_bw_minHeight.0"> |
|
48 |
+ <source>Minimum height</source> |
|
49 |
+ </trans-unit> |
|
50 |
+ <trans-unit id="tl_content.vr_bw_minHeight.1"> |
|
51 |
+ <source>Set a minimum height for the wrapper element.</source> |
|
52 |
+ </trans-unit> |
|
53 |
+ <trans-unit id="tl_content.vr_bw_mh_viewport.0"> |
|
54 |
+ <source>Viewport oriented height</source> |
|
55 |
+ </trans-unit> |
|
56 |
+ |
|
57 |
+ <trans-unit id="tl_content.vr_gpw_grid.0"> |
|
58 |
+ <source>Define placement</source> |
|
59 |
+ </trans-unit> |
|
60 |
+ <trans-unit id="tl_content.vr_gpw_grid.1"> |
|
61 |
+ <source>Define the position of nested fragments in the grid. Select a single cell or a rectangle of multiple cells.</source> |
|
62 |
+ </trans-unit> |
|
63 |
+ |
|
64 |
+ <trans-unit id="tl_content.grid_placement_legend"> |
|
65 |
+ <source>Grid placement</source> |
|
66 |
+ </trans-unit> |
|
67 |
+ </body> |
|
68 |
+ </file> |
|
69 |
+</xliff> |