- Success Stories: full migration from old site (48/48, audited), markets n:n, quotation content block, columns content block, pretty SEO detail URLs via SuccessStoryPathRewrite middleware, list/detail split (list page 4 / story page), detailUrl/backUrl - New plugins: VITEC Locations (grid/list/map + RTE map text), VITEC Customer Logos (color/bw logic, only-show-selected), VITEC Card (one plugin for product/story/market/solution with reloading FlexForm + custom backend preview renderer) - Eventlist: layout dropdown (list/grid/teaserbar) in settings - Hero section CB: Images/Video tabs, background video + overlay - Product JSON: full category rootline (parents), fixed missing ConnectionPool import (all-products crash), category tree map - Backend preview CSS: container-query responsive (narrow columns) - Docs: ISO architecture spec, root + extension READMEs Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
29 lines
957 B
XML
Executable File
29 lines
957 B
XML
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
<xliff version="1.2">
|
|
<file source-language="en" datatype="plaintext" original="messages">
|
|
<body>
|
|
<trans-unit id="title">
|
|
<source>VITEC · Customer Quotation</source>
|
|
</trans-unit>
|
|
<trans-unit id="description">
|
|
<source>Customer quote with name, position and optional logo.</source>
|
|
</trans-unit>
|
|
<trans-unit id="quote.label">
|
|
<source>Quote</source>
|
|
</trans-unit>
|
|
<trans-unit id="quote.description">
|
|
<source>Plain quote text without quotation marks — the frontend adds them.</source>
|
|
</trans-unit>
|
|
<trans-unit id="quote_name.label">
|
|
<source>Name</source>
|
|
</trans-unit>
|
|
<trans-unit id="quote_position.label">
|
|
<source>Position / Company</source>
|
|
</trans-unit>
|
|
<trans-unit id="quote_logo.label">
|
|
<source>Logo (optional)</source>
|
|
</trans-unit>
|
|
</body>
|
|
</file>
|
|
</xliff>
|