Browse code

Add new content element for display text

Benjamin Roth authored on11/07/2025 16:05:11
Showing1 changed files
... ...
@@ -14,6 +14,12 @@
14 14
             <trans-unit id="CTE.grid_placement_wrapper.1">
15 15
                 <source>Provides a grid wrapper where you can define the position of the nested fragments.</source>
16 16
             </trans-unit>
17
+            <trans-unit id="CTE.display_text.0">
18
+                <source>Display text</source>
19
+            </trans-unit>
20
+            <trans-unit id="CTE.display_text.1">
21
+                <source>A highlighted text block that can be prominently placed within a background wrapper.</source>
22
+            </trans-unit>
17 23
         </body>
18 24
     </file>
19 25
 </xliff>
Browse code

Backend definition of GridPlacementWrapper content element

Benjamin Roth authored on28/02/2025 14:58:41
Showing1 changed files
... ...
@@ -8,17 +8,11 @@
8 8
             <trans-unit id="CTE.background_wrapper.1">
9 9
                 <source>Provides a background wrapper with centered content area.</source>
10 10
             </trans-unit>
11
-            <trans-unit id="FMD.managed_property.0">
12
-                <source>Managed properties</source>
11
+            <trans-unit id="CTE.grid_placement_wrapper.0">
12
+                <source>Grid placement Wrapper</source>
13 13
             </trans-unit>
14
-            <trans-unit id="FMD.managed_property.1">
15
-                <source>Administration of managed properties.</source>
16
-            </trans-unit>
17
-            <trans-unit id="FMD.managed_property_reader.0">
18
-                <source>Managed property reader</source>
19
-            </trans-unit>
20
-            <trans-unit id="FMD.managed_property_reader.1">
21
-                <source>Shows details of a managed property.</source>
14
+            <trans-unit id="CTE.grid_placement_wrapper.1">
15
+                <source>Provides a grid wrapper where you can define the position of the nested fragments.</source>
22 16
             </trans-unit>
23 17
         </body>
24 18
     </file>
Browse code

Initial commit

Benjamin Roth authored on09/10/2024 01:09:48
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,25 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<xliff version="1.1">
3
+    <file>
4
+        <body>
5
+            <trans-unit id="CTE.background_wrapper.0">
6
+                <source>Centered background wrapper</source>
7
+            </trans-unit>
8
+            <trans-unit id="CTE.background_wrapper.1">
9
+                <source>Provides a background wrapper with centered content area.</source>
10
+            </trans-unit>
11
+            <trans-unit id="FMD.managed_property.0">
12
+                <source>Managed properties</source>
13
+            </trans-unit>
14
+            <trans-unit id="FMD.managed_property.1">
15
+                <source>Administration of managed properties.</source>
16
+            </trans-unit>
17
+            <trans-unit id="FMD.managed_property_reader.0">
18
+                <source>Managed property reader</source>
19
+            </trans-unit>
20
+            <trans-unit id="FMD.managed_property_reader.1">
21
+                <source>Shows details of a managed property.</source>
22
+            </trans-unit>
23
+        </body>
24
+    </file>
25
+</xliff>