Files
cms-backend/Resources/Private/Language/Wizards/general.xlf
T

62 lines
2.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
<file source-language="en" datatype="plaintext" original="EXT:backend/Resources/Private/Language/Wizards/general.xlf" date="2026-02-17T00:00:00Z" product-name="backend">
<header/>
<body>
<trans-unit id="wizard.loading">
<source>Loading...</source>
</trans-unit>
<trans-unit id="wizard.buttons.cancel">
<source>Cancel</source>
</trans-unit>
<trans-unit id="wizard.buttons.next">
<source>Next</source>
</trans-unit>
<trans-unit id="wizard.buttons.previous">
<source>Previous</source>
</trans-unit>
<trans-unit id="wizard.buttons.finish">
<source>Finish</source>
</trans-unit>
<trans-unit id="wizard.loading_configuration">
<source>Loading wizard configuration...</source>
</trans-unit>
<trans-unit id="wizard.loading_steps">
<source>Loading step modules...</source>
</trans-unit>
<trans-unit id="wizard.loading_finisher">
<source>Loading finisher...</source>
</trans-unit>
<trans-unit id="wizard.status.pending.message">
<source>Processing data...</source>
</trans-unit>
<trans-unit id="wizard.status.error.title">
<source>Error</source>
</trans-unit>
<trans-unit id="wizard.status.error.message">
<source>Failed to process data:</source>
</trans-unit>
<trans-unit id="wizard.finisher.load_error.message">
<source>Failed to load finisher module:</source>
</trans-unit>
<trans-unit id="wizard.step.error.title">
<source>Error</source>
</trans-unit>
<!-- Step: Confirmation -->
<trans-unit id="step.confirmation.title">
<source>Confirmation</source>
</trans-unit>
<trans-unit id="step.confirmation.headline">
<source>Confirm</source>
</trans-unit>
<trans-unit id="step.confirmation.description">
<source>Please review the following settings before proceeding:</source>
</trans-unit>
<!-- Step: Finisher -->
<trans-unit id="step.finisher.title">
<source>Finish</source>
</trans-unit>
</body>
</file>
</xliff>