From 1a0a1fa63a6ddbf3d7646224baf9c2c4e0d3e3c4 Mon Sep 17 00:00:00 2001 From: magdev Date: Fri, 20 Feb 2026 12:26:36 +0100 Subject: [PATCH] i18n: add full translations for 13 locales (v1.0.10) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Regenerated wp-bootstrap.pot with updated extractable strings - Translated 13 locales: de_CH, de_CH_informal, de_DE, de_DE_informal, en_GB, es_ES, fr_CH, fr_FR, it_CH, it_IT, nl_NL, pl_PL, pt_PT - German variants: Swiss (ss) vs Standard (ß), formal (Sie) vs informal (du) - All 359 translatable strings covered per locale - Documented fast translation workflow in CLAUDE.md Co-Authored-By: Claude Sonnet 4.6 --- CLAUDE.md | 23 + languages/wp-bootstrap-de_CH.po | 2608 ++++++++++++++------- languages/wp-bootstrap-de_CH_informal.po | 2603 ++++++++++++++------- languages/wp-bootstrap-de_DE.po | 2608 ++++++++++++++------- languages/wp-bootstrap-de_DE_informal.po | 2599 ++++++++++++++------- languages/wp-bootstrap-en_GB.po | 2494 ++++++++++++++------- languages/wp-bootstrap-es_ES.po | 2560 ++++++++++++++------- languages/wp-bootstrap-fr_CH.po | 2612 +++++++++++++++------- languages/wp-bootstrap-fr_FR.po | 2566 ++++++++++++++------- languages/wp-bootstrap-it_CH.po | 2592 ++++++++++++++------- languages/wp-bootstrap-it_IT.po | 2592 ++++++++++++++------- languages/wp-bootstrap-nl_NL.po | 2556 ++++++++++++++------- languages/wp-bootstrap-pl_PL.po | 2578 ++++++++++++++------- languages/wp-bootstrap-pt_PT.po | 2562 ++++++++++++++------- languages/wp-bootstrap.pot | 2298 +++++++++++++------ 15 files changed, 24893 insertions(+), 10958 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 35decb8..6b61a9c 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -98,6 +98,29 @@ Compiled .mo files are built by the Gitea CI/CD pipeline during releases. For lo for po in languages/wp-bootstrap-*.po; do msgfmt -o "${po%.po}.mo" "$po"; done ``` +#### Updating Translations + +When new strings are added to PHP sources, use the fast JSON workflow documented in +`wp-jobroom-theme/CLAUDE.md → Updating Translations (Fast JSON Workflow)`. That +document contains the full step-by-step process including the `patch-po.py` patcher script +(located in `wp-jobroom-theme/languages/patch-po.py`) which patches **both** `wp-bootstrap` +and `wp-jobroom-theme` `.po` files in a single pass. + +**Quick reference for wp-bootstrap POT regeneration:** + +```bash +docker exec jobroom-wordpress wp i18n make-pot \ + /var/www/html/wp-content/themes/wp-bootstrap \ + /var/www/html/wp-content/themes/wp-bootstrap/languages/wp-bootstrap.pot \ + --allow-root + +# Then merge into all .po files: +for locale in de_CH de_CH_informal de_DE de_DE_informal en_GB es_ES fr_CH fr_FR it_CH it_IT nl_NL pl_PL pt_PT; do + msgmerge --update --backup=none --no-fuzzy-matching \ + languages/wp-bootstrap-${locale}.po languages/wp-bootstrap.pot +done +``` + ### Create Releases **Important Git Notes:** diff --git a/languages/wp-bootstrap-de_CH.po b/languages/wp-bootstrap-de_CH.po index cc2b60d..4fbeea6 100644 --- a/languages/wp-bootstrap-de_CH.po +++ b/languages/wp-bootstrap-de_CH.po @@ -5,9 +5,9 @@ msgid "" msgstr "" "Project-Id-Version: WP Bootstrap 0.3.0\n" -"Report-Msgid-Bugs-To: https://src.bundespruefstelle.ch/magdev/wp-bootstrap/issues\n" -"POT-Creation-Date: 2026-02-08 00:00+0000\n" -"PO-Revision-Date: 2026-02-08 00:00+0000\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/wp-bootstrap\n" +"POT-Creation-Date: 2026-02-20T09:45:19+00:00\n" +"PO-Revision-Date: 2026-02-20 00:00+0000\n" "Last-Translator: Marco Graetsch \n" "Language-Team: German (Switzerland)\n" "Language: de_CH\n" @@ -18,902 +18,1926 @@ msgstr "" "X-Domain: wp-bootstrap\n" #. Theme Name of the theme -#: patterns/footer.php +#: style.css patterns/footer.php:31 msgid "WP Bootstrap" msgstr "WP Bootstrap" +#. Theme URI of the theme +#: style.css +msgid "https://src.bundespruefstelle.ch/magdev/wp-bootstrap" +msgstr "" + #. Description of the theme -msgid "A modern WordPress Block Theme built from scratch with Bootstrap 5. Features responsive design, dark mode support, and full compatibility with the WordPress Site Editor." -msgstr "Ein modernes WordPress Block-Theme, erstellt mit Bootstrap 5. Mit responsivem Design, Darkmode-Unterstützung und voller Kompatibilität mit dem WordPress Site-Editor." - -#: patterns/footer.php -#: patterns/footer-columns.php -msgid "Powered by %s" -msgstr "Betrieben mit %s" - -#: patterns/footer.php -#: patterns/footer-columns.php -msgid "https://wordpress.org" -msgstr "https://de.wordpress.org" - -#: patterns/hidden-404.php -msgid "Page not found" -msgstr "Seite nicht gefunden" - -#: patterns/hidden-404.php -msgid "The page you are looking for does not exist, or it has been moved. Please try searching using the form below." -msgstr "Die gesuchte Seite existiert nicht oder wurde verschoben. Bitte verwenden Sie das untenstehende Suchformular." - -#: patterns/hidden-search.php -#: patterns/hidden-sidebar.php -msgid "Search" -msgstr "Suchen" - -#: patterns/hidden-search.php -#: patterns/hidden-sidebar.php -msgid "Search..." -msgstr "Suchen..." - -#: patterns/hidden-blog-heading.php -msgid "Blog" -msgstr "Blog" - -#: patterns/comments.php -msgid "Comments" -msgstr "Kommentare" - -#: patterns/post-navigation.php -msgid "Previous" -msgstr "Zurück" - -#: patterns/post-navigation.php -msgid "Next" -msgstr "Weiter" - -#: patterns/more-posts.php -msgid "More posts" -msgstr "Weitere Beiträge" - -#: patterns/template-query-loop.php -msgid "Read more" -msgstr "Weiterlesen" - -#: patterns/template-query-loop.php -msgid "No posts were found." -msgstr "Es wurden keine Beiträge gefunden." - -#: patterns/hero-cover.php -msgid "Build something amazing" -msgstr "Erstellen Sie etwas Grossartiges" - -#: patterns/hero-cover.php -msgid "Create modern, responsive websites with the power of Bootstrap 5 and the WordPress Site Editor." -msgstr "Erstellen Sie moderne, responsive Websites mit der Leistung von Bootstrap 5 und dem WordPress Site-Editor." - -#: patterns/hero-cover.php -#: patterns/hero-centered.php -#: patterns/pricing-3-col.php -#: patterns/page-services.php -msgid "Get Started" -msgstr "Jetzt starten" - -#: patterns/hero-split.php -msgid "Modern design meets powerful features" -msgstr "Modernes Design trifft auf leistungsstarke Funktionen" - -#: patterns/hero-split.php -msgid "A WordPress theme built from the ground up with Bootstrap 5 for a seamless editing and browsing experience." -msgstr "Ein WordPress-Theme, von Grund auf mit Bootstrap 5 erstellt, für ein nahtloses Bearbeitungs- und Browsing-Erlebnis." - -#: patterns/hero-split.php -#: patterns/hero-centered.php -#: patterns/text-about.php -msgid "Learn More" -msgstr "Mehr erfahren" - -#: patterns/hero-split.php -msgid "View Demo" -msgstr "Demo ansehen" - -#: patterns/hero-split.php -msgid "Hero image" -msgstr "Heldenbild" - -#: patterns/hero-centered.php -msgid "Welcome to your new website" -msgstr "Willkommen auf Ihrer neuen Website" - -#: patterns/hero-centered.php -msgid "Start building beautiful, responsive pages with the full power of Bootstrap 5 and the WordPress block editor." -msgstr "Beginnen Sie mit dem Erstellen schöner, responsiver Seiten mit der vollen Leistung von Bootstrap 5 und dem WordPress Block-Editor." - -#: patterns/features-3-col.php -#: functions.php -msgid "Features" -msgstr "Funktionen" - -#: patterns/features-3-col.php -msgid "Everything you need to build a modern website." -msgstr "Alles, was Sie für eine moderne Website benötigen." - -#: patterns/features-3-col.php -msgid "Responsive Design" -msgstr "Responsives Design" - -#: patterns/features-3-col.php -msgid "Your website looks great on every device, from mobile phones to large desktop screens." -msgstr "Ihre Website sieht auf jedem Gerät grossartig aus, vom Mobiltelefon bis zum grossen Desktop-Bildschirm." - -#: patterns/features-3-col.php -msgid "Easy Customization" -msgstr "Einfache Anpassung" - -#: patterns/features-3-col.php -msgid "Customize colors, fonts, and layouts using the WordPress Site Editor with no code required." -msgstr "Passen Sie Farben, Schriftarten und Layouts mit dem WordPress Site-Editor an, ganz ohne Programmierung." - -#: patterns/features-3-col.php -msgid "Performance First" -msgstr "Leistung zuerst" - -#: patterns/features-3-col.php -msgid "Built with speed in mind. Optimized assets and clean code for lightning-fast page loads." -msgstr "Entwickelt mit Fokus auf Geschwindigkeit. Optimierte Ressourcen und sauberer Code für blitzschnelle Seitenladezeiten." - -#: patterns/features-icon-list.php -msgid "Why choose us" -msgstr "Warum Sie uns wählen sollten" - -#: patterns/features-icon-list.php -msgid "Bootstrap 5 Framework" -msgstr "Bootstrap 5 Framework" - -#: patterns/features-icon-list.php -msgid "Built on the most popular CSS framework. Leverage a proven, well-documented design system." -msgstr "Basierend auf dem beliebtesten CSS-Framework. Nutzen Sie ein bewährtes, gut dokumentiertes Design-System." - -#: patterns/features-icon-list.php -msgid "Full Site Editing" -msgstr "Vollständige Website-Bearbeitung" - -#: patterns/features-icon-list.php -msgid "Edit every part of your site visually. Headers, footers, templates, and content are all customizable." -msgstr "Bearbeiten Sie jeden Teil Ihrer Website visuell. Kopfzeilen, Fusszeilen, Vorlagen und Inhalte sind vollständig anpassbar." - -#: patterns/features-icon-list.php -msgid "Dark Mode Support" -msgstr "Darkmode-Unterstützung" - -#: patterns/features-icon-list.php -msgid "Built-in dark mode toggle that respects user preferences and persists across visits." -msgstr "Integrierter Darkmode-Schalter, der Benutzereinstellungen respektiert und über Besuche hinweg beibehalten wird." - -#: patterns/features-2-col-offset.php -msgid "Feature illustration" -msgstr "Funktionsillustration" - -#: patterns/features-2-col-offset.php -msgid "Designed for modern workflows" -msgstr "Entwickelt für moderne Arbeitsabläufe" - -#: patterns/features-2-col-offset.php -msgid "Streamline your development process with a theme that works the way you do." -msgstr "Optimieren Sie Ihren Entwicklungsprozess mit einem Theme, das so arbeitet wie Sie." - -#: patterns/features-2-col-offset.php -msgid "Block Patterns" -msgstr "Block-Vorlagen" - -#: patterns/features-2-col-offset.php -msgid "Pre-built patterns for common page sections. Drop them in and customize to fit your needs." -msgstr "Vorgefertigte Vorlagen für gängige Seitenabschnitte. Fügen Sie diese ein und passen Sie sie an Ihre Bedürfnisse an." - -#: patterns/features-2-col-offset.php -msgid "Style Variations" -msgstr "Stilvariationen" - -#: patterns/features-2-col-offset.php -msgid "Switch between color schemes with a single click. Choose from multiple professionally designed palettes." -msgstr "Wechseln Sie mit einem Klick zwischen Farbschemata. Wählen Sie aus mehreren professionell gestalteten Paletten." - -#: patterns/cta-banner.php -msgid "Ready to get started?" -msgstr "Bereit loszulegen?" - -#: patterns/cta-banner.php -msgid "Start building your website today with our powerful and flexible theme." -msgstr "Beginnen Sie noch heute mit dem Aufbau Ihrer Website mit unserem leistungsstarken und flexiblen Theme." - -#: patterns/cta-banner.php -msgid "Start Now" -msgstr "Jetzt beginnen" - -#: patterns/cta-newsletter.php -msgid "Stay in the loop" -msgstr "Bleiben Sie auf dem Laufenden" - -#: patterns/cta-newsletter.php -msgid "Subscribe to our newsletter for updates, tips, and exclusive content." -msgstr "Abonnieren Sie unseren Newsletter für Aktualisierungen, Tipps und exklusive Inhalte." - -#: patterns/cta-newsletter.php -msgid "Enter your email address" -msgstr "Geben Sie Ihre E-Mail-Adresse ein" - -#: patterns/cta-newsletter.php -msgid "Subscribe" -msgstr "Abonnieren" - -#: patterns/testimonials-2-col.php -msgid "What our clients say" -msgstr "Was unsere Kunden sagen" - -#: patterns/testimonials-2-col.php -msgid "This theme completely transformed our website. The Bootstrap integration makes it incredibly easy to create professional-looking pages without any custom code." -msgstr "Dieses Theme hat unsere Website vollständig transformiert. Die Bootstrap-Integration macht es unglaublich einfach, professionell aussehende Seiten ohne individuellen Code zu erstellen." - -#: patterns/testimonials-2-col.php -msgid "Jane Doe, Web Designer" -msgstr "Jane Doe, Webdesignerin" - -#: patterns/testimonials-2-col.php -msgid "The dark mode support and style variations give us the flexibility we need. Our clients love being able to switch between color schemes effortlessly." -msgstr "Die Darkmode-Unterstützung und Stilvariationen geben uns die Flexibilität, die wir benötigen. Unsere Kunden schätzen es, mühelos zwischen Farbschemata wechseln zu können." - -#: patterns/testimonials-2-col.php -msgid "John Smith, Developer" -msgstr "John Smith, Entwickler" - -#: patterns/testimonials-centered.php -msgid "The best WordPress theme we have ever used. Clean code, beautiful design, and incredible flexibility." -msgstr "Das beste WordPress-Theme, das wir je verwendet haben. Sauberer Code, schönes Design und unglaubliche Flexibilität." - -#: patterns/testimonials-centered.php -msgid "Alex Johnson, Creative Director" -msgstr "Alex Johnson, Kreativdirektor" - -#: patterns/pricing-3-col.php -#: functions.php -msgid "Pricing" -msgstr "Preise" - -#: patterns/pricing-3-col.php -msgid "Choose the plan that works best for you." -msgstr "Wählen Sie den Plan, der am besten zu Ihnen passt." - -#: patterns/pricing-3-col.php -msgid "Basic" -msgstr "Basis" - -#: patterns/pricing-3-col.php -msgid "Free" -msgstr "Kostenlos" - -#: patterns/pricing-3-col.php -msgid "1 Website" -msgstr "1 Website" - -#: patterns/pricing-3-col.php -msgid "Community Support" -msgstr "Community-Support" - -#: patterns/pricing-3-col.php -msgid "Core Features" -msgstr "Kernfunktionen" - -#: patterns/pricing-3-col.php -msgid "Professional" -msgstr "Professionell" - -#: patterns/pricing-3-col.php -msgid "$49" -msgstr "49 $" - -#: patterns/pricing-3-col.php -msgid "5 Websites" -msgstr "5 Websites" - -#: patterns/pricing-3-col.php -msgid "Priority Support" -msgstr "Vorrangiger Support" - -#: patterns/pricing-3-col.php -msgid "All Features" -msgstr "Alle Funktionen" - -#: patterns/pricing-3-col.php -msgid "Enterprise" -msgstr "Unternehmen" - -#: patterns/pricing-3-col.php -msgid "$199" -msgstr "199 $" - -#: patterns/pricing-3-col.php -msgid "Unlimited Websites" -msgstr "Unbegrenzte Websites" - -#: patterns/pricing-3-col.php -msgid "Dedicated Support" -msgstr "Persönlicher Support" - -#: patterns/pricing-3-col.php -msgid "Custom Development" -msgstr "Individuelle Entwicklung" - -#: patterns/pricing-3-col.php -#: patterns/page-services.php -#: patterns/page-contact.php -msgid "Contact Us" -msgstr "Kontaktieren Sie uns" - -#: patterns/contact-info.php -msgid "Get in touch" -msgstr "Kontakt aufnehmen" - -#: patterns/contact-info.php -msgid "We would love to hear from you. Reach out through any of the channels below." -msgstr "Wir freuen uns von Ihnen zu hören. Kontaktieren Sie uns über einen der folgenden Kanäle." - -#: patterns/contact-info.php -#: patterns/page-contact.php -msgid "Address" -msgstr "Adresse" - -#: patterns/contact-info.php -msgid "123 Example Street" -msgstr "Beispielstrasse 123" - -#: patterns/contact-info.php -msgid "8000 Zurich, Switzerland" -msgstr "8000 Zürich, Schweiz" - -#: patterns/contact-info.php -#: patterns/page-contact.php -msgid "Phone" -msgstr "Telefon" - -#: patterns/contact-info.php -msgid "+41 44 123 45 67" -msgstr "+41 44 123 45 67" - -#: patterns/contact-info.php -#: patterns/cta-newsletter.php -#: patterns/page-contact.php -msgid "Email" -msgstr "E-Mail" - -#: patterns/contact-info.php -#: patterns/page-contact.php -msgid "info@example.com" -msgstr "info@example.com" - -#: patterns/text-faq.php -msgid "Frequently Asked Questions" -msgstr "Häufig gestellte Fragen" - -#: patterns/text-faq.php -msgid "How do I install the theme?" -msgstr "Wie installiere ich das Theme?" - -#: patterns/text-faq.php -msgid "Download the ZIP file from the releases page, then upload it via WordPress Admin > Appearance > Themes > Add New > Upload Theme." -msgstr "Laden Sie die ZIP-Datei von der Release-Seite herunter und laden Sie sie über WordPress-Admin > Design > Themes > Neu hinzufügen > Theme hochladen hoch." - -#: patterns/text-faq.php -msgid "Does it work with the Site Editor?" -msgstr "Funktioniert es mit dem Site-Editor?" - -#: patterns/text-faq.php -msgid "Yes, this is a Full Site Editing block theme. You can customize templates, headers, footers, and all block patterns using the WordPress Site Editor." -msgstr "Ja, dies ist ein Full-Site-Editing-Block-Theme. Sie können Vorlagen, Kopfzeilen, Fusszeilen und alle Block-Vorlagen mit dem WordPress Site-Editor anpassen." - -#: patterns/text-faq.php -msgid "Can I use my own fonts?" -msgstr "Kann ich eigene Schriftarten verwenden?" - -#: patterns/text-faq.php -msgid "The theme comes with Inter, Lora, and system font stacks. You can add custom fonts through the Site Editor or by modifying theme.json." -msgstr "Das Theme wird mit Inter, Lora und System-Schriftarten geliefert. Sie können eigene Schriftarten über den Site-Editor oder durch Anpassung der theme.json hinzufügen." - -#: patterns/text-faq.php -msgid "Is dark mode supported?" -msgstr "Wird der Darkmode unterstützt?" - -#: patterns/text-faq.php -msgid "Yes, the theme includes a dark mode toggle that uses Bootstrap 5.3 built-in dark mode. It respects system preferences and remembers your choice." -msgstr "Ja, das Theme enthält einen Darkmode-Schalter, der den integrierten Darkmode von Bootstrap 5.3 verwendet. Er respektiert Systemeinstellungen und merkt sich Ihre Wahl." - -#: patterns/text-about.php -msgid "About us" -msgstr "Über uns" - -#: patterns/text-about.php -msgid "We are passionate about creating tools that empower people to build beautiful websites. Our theme combines the reliability of Bootstrap with the flexibility of WordPress." -msgstr "Wir sind leidenschaftlich daran interessiert, Werkzeuge zu schaffen, die Menschen befähigen, schöne Websites zu erstellen. Unser Theme vereint die Zuverlässigkeit von Bootstrap mit der Flexibilität von WordPress." - -#: patterns/text-about.php -msgid "With years of experience in web development and design, we understand what it takes to create a theme that is both powerful and easy to use." -msgstr "Mit jahrelanger Erfahrung in Webentwicklung und Design verstehen wir, was nötig ist, um ein Theme zu erstellen, das sowohl leistungsstark als auch einfach zu bedienen ist." - -#: patterns/text-about.php -#: patterns/page-about.php -msgid "About us image" -msgstr "Über-uns-Bild" - -#: patterns/hidden-sidebar.php -msgid "Recent Posts" -msgstr "Neueste Beiträge" - -#: patterns/hidden-sidebar.php -msgid "Tags" -msgstr "Schlagwörter" - -#: patterns/dark-mode-toggle.php -msgid "Switch to dark mode" -msgstr "Zum Darkmode wechseln" - -#: patterns/dark-mode-toggle.php -msgid "Switch to light mode" -msgstr "Zum hellen Modus wechseln" - -#: functions.php +#: style.css +msgid "" +"A modern WordPress Block Theme built from scratch with Bootstrap 5. Features " +"responsive design, dark mode support, and full compatibility with the " +"WordPress Site Editor." +msgstr "" +"Ein modernes WordPress Block-Theme, erstellt mit Bootstrap 5. Mit " +"responsivem Design, Darkmode-Unterstützung und voller Kompatibilität mit dem " +"WordPress Site-Editor." + +#. Author of the theme +#: style.css +msgid "Marco Graetsch" +msgstr "" + +#. Author URI of the theme +#: style.css +msgid "https://src.bundespruefstelle.ch/magdev" +msgstr "" + +#: functions.php:43 msgid "Primary Navigation" msgstr "Primäre Navigation" -#: functions.php +#: functions.php:44 msgid "Footer Navigation" msgstr "Fusszeilen-Navigation" -#: functions.php -msgid "Pages" -msgstr "Seiten" +#: functions.php:58 +msgid "Sidebar" +msgstr "Seitenleiste" -#: functions.php -msgid "A collection of full page layouts." -msgstr "Eine Sammlung von ganzseitigen Layouts." +#: functions.php:60 +msgid "Add widgets here to appear in the sidebar." +msgstr "Widgets hier hinzufuegen, um sie in der Seitenleiste anzuzeigen." -#: functions.php -msgid "Hero Sections" -msgstr "Heldenabschnitte" - -#: functions.php -msgid "Large hero and banner sections." -msgstr "Grosse Helden- und Banner-Abschnitte." - -#: functions.php -msgid "Call to Action" -msgstr "Handlungsaufforderung" - -#: functions.php -msgid "Call to action sections." -msgstr "Handlungsaufforderungs-Abschnitte." - -#: functions.php -msgid "Feature and service showcase sections." -msgstr "Funktions- und Service-Präsentationsabschnitte." - -#: functions.php -msgid "Testimonials" -msgstr "Referenzen" - -#: functions.php -msgid "Testimonial and review sections." -msgstr "Referenz- und Bewertungsabschnitte." - -#: functions.php -msgid "Pricing table sections." -msgstr "Preistabellen-Abschnitte." - -#: functions.php -msgid "Contact" -msgstr "Kontakt" - -#: functions.php -msgid "Contact information sections." -msgstr "Kontaktinformations-Abschnitte." - -#: functions.php -msgid "Text & Content" -msgstr "Text & Inhalt" - -#: functions.php -msgid "Text-focused content sections." -msgstr "Textorientierte Inhaltsabschnitte." - -#: functions.php -msgid "Checkmark" -msgstr "Häkchen" - -#: functions.php -msgid "Unstyled" -msgstr "Ohne Stil" - -#: functions.php -msgid "Card" -msgstr "Karte" - -#: functions.php -msgid "Card with Shadow" -msgstr "Karte mit Schatten" - -#: functions.php -msgid "Alert - Info" -msgstr "Hinweis - Info" - -#: functions.php -msgid "Alert - Success" -msgstr "Hinweis - Erfolg" - -#: functions.php -msgid "Alert - Warning" -msgstr "Hinweis - Warnung" - -#: functions.php -msgid "Alert - Danger" -msgstr "Hinweis - Gefahr" - -#: functions.php -msgid "Striped Rows" -msgstr "Gestreifte Zeilen" - -#: functions.php -msgid "Hover Rows" -msgstr "Hervorgehobene Zeilen" - -#: functions.php -msgid "Bordered" -msgstr "Mit Rahmen" - -#: functions.php -msgid "Accent Border" -msgstr "Akzentrahmen" - -#: functions.php -msgid "Shadow" -msgstr "Schatten" - -#: functions.php -msgid "Large Rounded" -msgstr "Gross abgerundet" - -#: functions.php -msgid "Large" -msgstr "Gross" - -#: functions.php -msgid "Small" -msgstr "Klein" - -#: functions.php -msgid "Wide" -msgstr "Breit" - -#: functions.php -msgid "Name" -msgstr "Name" - -#: functions.php -msgid "Website" -msgstr "Website" - -#: functions.php -msgid "Save my name, email, and website in this browser for the next time I comment." -msgstr "Meinen Namen, meine E-Mail-Adresse und meine Website in diesem Browser für meinen nächsten Kommentar speichern." - -#: functions.php +#: functions.php:494 msgid "Bootstrap Layout" msgstr "Bootstrap-Layout" -#: functions.php +#: functions.php:499 msgid "Bootstrap Components" msgstr "Bootstrap-Komponenten" -#: functions.php +#: functions.php:504 msgid "Bootstrap Navigation" msgstr "Bootstrap-Navigation" -#: functions.php +#: functions.php:522 +msgid "Pages" +msgstr "Seiten" + +#: functions.php:523 +msgid "A collection of full page layouts." +msgstr "Eine Sammlung von ganzseitigen Layouts." + +#: functions.php:530 +msgid "Hero Sections" +msgstr "Heldenabschnitte" + +#: functions.php:531 +msgid "Large hero and banner sections." +msgstr "Grosse Helden- und Banner-Abschnitte." + +#: functions.php:538 +msgid "Call to Action" +msgstr "Handlungsaufforderung" + +#: functions.php:539 +msgid "Call to action sections." +msgstr "Handlungsaufforderungs-Abschnitte." + +#: functions.php:546 patterns/features-3-col.php:14 +msgid "Features" +msgstr "Funktionen" + +#: functions.php:547 +msgid "Feature and service showcase sections." +msgstr "Funktions- und Service-Präsentationsabschnitte." + +#: functions.php:554 +msgid "Testimonials" +msgstr "Referenzen" + +#: functions.php:555 +msgid "Testimonial and review sections." +msgstr "Referenz- und Bewertungsabschnitte." + +#: functions.php:562 patterns/pricing-3-col.php:14 +msgid "Pricing" +msgstr "Preise" + +#: functions.php:563 +msgid "Pricing table sections." +msgstr "Preistabellen-Abschnitte." + +#: functions.php:570 +msgid "Contact" +msgstr "Kontakt" + +#: functions.php:571 +msgid "Contact information sections." +msgstr "Kontaktinformations-Abschnitte." + +#: functions.php:578 +msgid "Text & Content" +msgstr "Text & Inhalt" + +#: functions.php:579 +msgid "Text-focused content sections." +msgstr "Textorientierte Inhaltsabschnitte." + +#: functions.php:586 msgid "Layout" msgstr "Layout" -#: functions.php +#: functions.php:587 msgid "Layout building blocks for page structure." msgstr "Layout-Bausteine für die Seitenstruktur." -#: functions.php +#: functions.php:594 msgid "Components" msgstr "Komponenten" -#: functions.php +#: functions.php:595 msgid "Reusable Bootstrap component patterns." msgstr "Wiederverwendbare Bootstrap-Komponentenvorlagen." -#: functions.php -#: patterns/footer-columns.php +#: functions.php:602 patterns/footer-columns.php:30 msgid "Navigation" msgstr "Navigation" -#: functions.php +#: functions.php:603 msgid "Navigation and header patterns." msgstr "Navigations- und Kopfzeilenvorlagen." -#: patterns/layout-container.php -msgid "Heading goes here" -msgstr "Überschrift hier eingeben" +#: functions.php:620 +msgid "Checkmark" +msgstr "Häkchen" -#: patterns/layout-container.php -msgid "This is a content container with constrained width and comfortable padding. Replace this text with your own content." -msgstr "Dies ist ein Inhaltscontainer mit begrenzter Breite und komfortablem Innenabstand. Ersetzen Sie diesen Text durch Ihren eigenen Inhalt." +#: functions.php:629 +msgid "Unstyled" +msgstr "Ohne Stil" -#: patterns/layout-2-col.php -#: patterns/layout-3-col.php -msgid "Column One" -msgstr "Spalte Eins" +#: functions.php:637 +msgid "Card" +msgstr "Karte" -#: patterns/layout-2-col.php -msgid "Add your content here. This column takes up half the available width on larger screens and stacks on mobile devices." -msgstr "Fügen Sie hier Ihren Inhalt ein. Diese Spalte nimmt auf grösseren Bildschirmen die Hälfte der verfügbaren Breite ein und wird auf Mobilgeräten gestapelt." +#: functions.php:645 +msgid "Card with Shadow" +msgstr "Karte mit Schatten" -#: patterns/layout-2-col.php -#: patterns/layout-3-col.php -msgid "Column Two" -msgstr "Spalte Zwei" +#: functions.php:653 +msgid "Alert - Info" +msgstr "Hinweis - Info" -#: patterns/layout-3-col.php -msgid "Column Three" -msgstr "Spalte Drei" +#: functions.php:661 +msgid "Alert - Success" +msgstr "Hinweis - Erfolg" -#: patterns/layout-3-col.php -msgid "Add your content here. This column takes up one third of the available width on larger screens." -msgstr "Fügen Sie hier Ihren Inhalt ein. Diese Spalte nimmt auf grösseren Bildschirmen ein Drittel der verfügbaren Breite ein." +#: functions.php:669 +msgid "Alert - Warning" +msgstr "Hinweis - Warnung" -#: patterns/layout-full-width-section.php -msgid "Full Width Section Heading" -msgstr "Überschrift des Vollbreiten-Abschnitts" +#: functions.php:677 +msgid "Alert - Danger" +msgstr "Hinweis - Gefahr" -#: patterns/layout-full-width-section.php -msgid "This full-width section stands out with a colored background. Use it to highlight important content, announcements, or calls to action." -msgstr "Dieser Vollbreiten-Abschnitt fällt durch einen farbigen Hintergrund auf. Verwenden Sie ihn, um wichtige Inhalte, Ankündigungen oder Handlungsaufforderungen hervorzuheben." +#: functions.php:685 +msgid "Striped Rows" +msgstr "Gestreifte Zeilen" -#: patterns/component-card-group.php -msgid "Card One" -msgstr "Karte Eins" +#: functions.php:693 +msgid "Hover Rows" +msgstr "Hervorgehobene Zeilen" -#: patterns/component-card-group.php -msgid "Card Two" -msgstr "Karte Zwei" +#: functions.php:701 +msgid "Bordered" +msgstr "Mit Rahmen" -#: patterns/component-card-group.php -msgid "Card Three" -msgstr "Karte Drei" +#: functions.php:709 +msgid "Accent Border" +msgstr "Akzentrahmen" -#: patterns/component-card-group.php -msgid "Add a short description for this card. Cards are a great way to organize and present related content." -msgstr "Fügen Sie eine kurze Beschreibung für diese Karte hinzu. Karten sind eine hervorragende Möglichkeit, zusammengehörige Inhalte zu organisieren und zu präsentieren." +#: functions.php:717 +msgid "Shadow" +msgstr "Schatten" + +#: functions.php:725 +msgid "Large Rounded" +msgstr "Gross abgerundet" + +#: functions.php:733 +msgid "Large" +msgstr "Gross" + +#: functions.php:741 +msgid "Small" +msgstr "Klein" + +#: functions.php:749 +msgid "Wide" +msgstr "Breit" + +#: functions.php:801 +msgid "Name" +msgstr "Name" + +#: functions.php:806 patterns/contact-info.php:44 +#: patterns/cta-newsletter.php:21 patterns/page-contact.php:34 +msgid "Email" +msgstr "E-Mail" + +#: functions.php:811 +msgid "Website" +msgstr "Website" + +#: functions.php:819 +msgid "" +"Save my name, email, and website in this browser for the next time I comment." +msgstr "" +"Meinen Namen, meine E-Mail-Adresse und meine Website in diesem Browser für " +"meinen nächsten Kommentar speichern." + +#: inc/Template/ContextBuilder.php:199 patterns/template-query-loop.php:25 +msgid "Read more" +msgstr "Weiterlesen" + +#: inc/Template/ContextBuilder.php:237 patterns/post-navigation.php:17 +msgid "Previous" +msgstr "Zurück" + +#: inc/Template/ContextBuilder.php:238 patterns/post-navigation.php:18 +msgid "Next" +msgstr "Weiter" + +#: inc/Template/ContextBuilder.php:274 +#, php-format +msgid "%s Comment" +msgid_plural "%s Comments" +msgstr[0] "%s Kommentar" +msgstr[1] "%s Kommentare" + +#: inc/Template/ContextBuilder.php:329 +msgid "Leave a Comment" +msgstr "Einen Kommentar hinterlassen" + +#: inc/Template/ContextBuilder.php:335 +msgid "Comment" +msgstr "Kommentar" + +#: patterns/comments.php +msgctxt "Pattern title" +msgid "Comments" +msgstr "Kommentare" + +#: patterns/comments.php +msgctxt "Pattern description" +msgid "Comments section with form." +msgstr "Kommentarbereich mit Formular." + +#: patterns/comments.php:15 +msgid "Comments" +msgstr "Kommentare" #: patterns/component-accordion.php +msgctxt "Pattern title" msgid "Accordion" msgstr "Akkordeon" #: patterns/component-accordion.php -msgid "Click on each item to expand and reveal its content." -msgstr "Klicken Sie auf jedes Element, um es aufzuklappen und den Inhalt anzuzeigen." +msgctxt "Pattern description" +msgid "" +"An accordion section using details blocks with summary and content " +"paragraphs." +msgstr "" +"Ein Akkordeon-Abschnitt mit Details-Blöcken, Zusammenfassung und " +"Inhaltsabsätzen." -#: patterns/component-accordion.php +#: patterns/component-accordion.php:14 +msgid "Accordion" +msgstr "Akkordeon" + +#: patterns/component-accordion.php:18 +msgid "Click on each item to expand and reveal its content." +msgstr "" +"Klicken Sie auf jedes Element, um es aufzuklappen und den Inhalt anzuzeigen." + +#: patterns/component-accordion.php:22 msgid "Accordion Item One" msgstr "Akkordeon-Element Eins" -#: patterns/component-accordion.php -msgid "This is the content for the first accordion item. You can add any blocks inside this details element to create rich, expandable content sections." -msgstr "Dies ist der Inhalt des ersten Akkordeon-Elements. Sie können beliebige Blöcke in dieses Details-Element einfügen, um reichhaltige, aufklappbare Inhaltsabschnitte zu erstellen." +#: patterns/component-accordion.php:23 +msgid "" +"This is the content for the first accordion item. You can add any blocks " +"inside this details element to create rich, expandable content sections." +msgstr "" +"Dies ist der Inhalt des ersten Akkordeon-Elements. Sie können beliebige " +"Blöcke in dieses Details-Element einfügen, um reichhaltige, aufklappbare " +"Inhaltsabschnitte zu erstellen." -#: patterns/component-accordion.php +#: patterns/component-accordion.php:28 msgid "Accordion Item Two" msgstr "Akkordeon-Element Zwei" -#: patterns/component-accordion.php -msgid "This is the content for the second accordion item. Details blocks are a native HTML element that provide toggle functionality without JavaScript." -msgstr "Dies ist der Inhalt des zweiten Akkordeon-Elements. Details-Blöcke sind native HTML-Elemente, die Aufklappfunktionalität ohne JavaScript bieten." +#: patterns/component-accordion.php:29 +msgid "" +"This is the content for the second accordion item. Details blocks are a " +"native HTML element that provide toggle functionality without JavaScript." +msgstr "" +"Dies ist der Inhalt des zweiten Akkordeon-Elements. Details-Blöcke sind " +"native HTML-Elemente, die Aufklappfunktionalität ohne JavaScript bieten." -#: patterns/component-accordion.php +#: patterns/component-accordion.php:34 msgid "Accordion Item Three" msgstr "Akkordeon-Element Drei" -#: patterns/component-accordion.php -msgid "This is the content for the third accordion item. Use accordions to organize frequently asked questions, feature lists, or any content that benefits from progressive disclosure." -msgstr "Dies ist der Inhalt des dritten Akkordeon-Elements. Verwenden Sie Akkordeons, um häufig gestellte Fragen, Funktionslisten oder andere Inhalte zu organisieren, die von schrittweiser Offenlegung profitieren." +#: patterns/component-accordion.php:35 +msgid "" +"This is the content for the third accordion item. Use accordions to organize " +"frequently asked questions, feature lists, or any content that benefits from " +"progressive disclosure." +msgstr "" +"Dies ist der Inhalt des dritten Akkordeon-Elements. Verwenden Sie " +"Akkordeons, um häufig gestellte Fragen, Funktionslisten oder andere Inhalte " +"zu organisieren, die von schrittweiser Offenlegung profitieren." -#: patterns/page-about.php -msgid "About Us" -msgstr "Über uns" +#: patterns/component-card-group.php +msgctxt "Pattern title" +msgid "Card Group" +msgstr "Kartengruppe" -#: patterns/page-about.php -msgid "Learn more about who we are, what we do, and the people behind our mission." -msgstr "Erfahren Sie mehr darüber, wer wir sind, was wir tun und wer hinter unserer Mission steht." +#: patterns/component-card-group.php +msgctxt "Pattern description" +msgid "" +"A three-column card group with shadow-styled cards, each containing a " +"heading and paragraph." +msgstr "" +"Eine dreispaltige Kartengruppe mit Karten mit Schatteneffekt, die jeweils " +"eine Überschrift und einen Absatz enthalten." -#: patterns/page-about.php -msgid "Our Story" -msgstr "Unsere Geschichte" +#: patterns/component-card-group.php:17 +msgid "Card One" +msgstr "Karte Eins" -#: patterns/page-about.php -msgid "Founded with a passion for innovation and excellence, our journey began with a simple idea: to create meaningful solutions that make a real difference. Over the years, we have grown from a small team into a dedicated group of professionals committed to delivering outstanding results." -msgstr "Gegründet mit einer Leidenschaft für Innovation und Exzellenz, begann unsere Reise mit einer einfachen Idee: bedeutungsvolle Lösungen zu schaffen, die einen echten Unterschied machen. Im Laufe der Jahre sind wir von einem kleinen Team zu einer engagierten Gruppe von Fachleuten gewachsen, die sich der Erbringung herausragender Ergebnisse verschrieben haben." +#: patterns/component-card-group.php:21 patterns/component-card-group.php:33 +#: patterns/component-card-group.php:45 +msgid "" +"Add a short description for this card. Cards are a great way to organize and " +"present related content." +msgstr "" +"Fügen Sie eine kurze Beschreibung für diese Karte hinzu. Karten sind eine " +"hervorragende Möglichkeit, zusammengehörige Inhalte zu organisieren und zu " +"präsentieren." -#: patterns/page-about.php -msgid "Today, we continue to push boundaries and challenge conventions. Our approach combines creative thinking with proven methodologies, ensuring that every project we undertake meets the highest standards of quality and craftsmanship." -msgstr "Heute stossen wir weiterhin Grenzen und hinterfragen Konventionen. Unser Ansatz verbindet kreatives Denken mit bewährten Methoden und stellt sicher, dass jedes Projekt, das wir übernehmen, den höchsten Qualitäts- und Handwerksstandards entspricht." +#: patterns/component-card-group.php:29 +msgid "Card Two" +msgstr "Karte Zwei" -#: patterns/page-about.php -msgid "Our Team" -msgstr "Unser Team" +#: patterns/component-card-group.php:41 +msgid "Card Three" +msgstr "Karte Drei" -#: patterns/page-about.php -msgid "Meet the people who make it all happen." -msgstr "Lernen Sie die Menschen kennen, die alles möglich machen." +#: patterns/contact-info.php +msgctxt "Pattern title" +msgid "Contact information" +msgstr "Kontaktinformationen" -#: patterns/page-about.php -msgid "Jane Doe" -msgstr "Jane Doe" +#: patterns/contact-info.php +msgctxt "Pattern description" +msgid "" +"A three-column contact information layout with address, phone, and email." +msgstr "" +"Ein dreispaltiges Kontaktinformations-Layout mit Adresse, Telefon und " +"E-Mail." -#: patterns/page-about.php -msgid "Founder & CEO" -msgstr "Gründerin & CEO" - -#: patterns/page-about.php -msgid "John Smith" -msgstr "John Smith" - -#: patterns/page-about.php -msgid "Lead Developer" -msgstr "Leitender Entwickler" - -#: patterns/page-about.php -msgid "Emily Johnson" -msgstr "Emily Johnson" - -#: patterns/page-about.php -msgid "Creative Director" -msgstr "Kreativdirektorin" - -#: patterns/page-services.php -msgid "Our Services" -msgstr "Unsere Dienstleistungen" - -#: patterns/page-services.php -msgid "Professional solutions tailored to your needs." -msgstr "Professionelle Lösungen, massgeschneidert auf Ihre Bedürfnisse." - -#: patterns/page-services.php -msgid "What We Offer" -msgstr "Was wir anbieten" - -#: patterns/page-services.php -msgid "We provide a wide range of services to help your business grow and succeed." -msgstr "Wir bieten ein breites Spektrum an Dienstleistungen, um Ihr Unternehmen beim Wachstum und Erfolg zu unterstützen." - -#: patterns/page-services.php -msgid "Design" -msgstr "Design" - -#: patterns/page-services.php -msgid "Beautiful, user-centered designs that capture your brand identity and engage your audience across all platforms and devices." -msgstr "Schöne, benutzerzentrierte Designs, die Ihre Markenidentität einfangen und Ihr Publikum auf allen Plattformen und Geräten ansprechen." - -#: patterns/page-services.php -msgid "Development" -msgstr "Entwicklung" - -#: patterns/page-services.php -msgid "Robust, scalable web applications built with modern technologies and best practices to ensure performance and reliability." -msgstr "Robuste, skalierbare Webanwendungen, erstellt mit modernen Technologien und bewährten Methoden, um Leistung und Zuverlässigkeit zu gewährleisten." - -#: patterns/page-services.php -msgid "Strategy" -msgstr "Strategie" - -#: patterns/page-services.php -msgid "Data-driven strategies and consulting to help you achieve your business goals and stay ahead of the competition." -msgstr "Datengetriebene Strategien und Beratung, um Ihnen zu helfen, Ihre Geschäftsziele zu erreichen und der Konkurrenz voraus zu sein." - -#: patterns/page-services.php -msgid "Ready to take your project to the next level? Let us help you build something great." -msgstr "Bereit, Ihr Projekt auf die nächste Stufe zu heben? Lassen Sie uns Ihnen helfen, etwas Grossartiges zu bauen." - -#: patterns/page-services.php -msgid "View Portfolio" -msgstr "Portfolio ansehen" - -#: patterns/page-contact.php -msgid "We would love to hear from you. Reach out to us anytime." -msgstr "Wir freuen uns von Ihnen zu hören. Kontaktieren Sie uns jederzeit." - -#: patterns/page-contact.php -msgid "Get in Touch" +#: patterns/contact-info.php:14 +msgid "Get in touch" msgstr "Kontakt aufnehmen" -#: patterns/page-contact.php -msgid "123 Main Street, Suite 100, Anytown, ST 12345" -msgstr "Hauptstrasse 123, Suite 100, 8000 Zürich" +#: patterns/contact-info.php:18 +msgid "" +"We would love to hear from you. Reach out through any of the channels below." +msgstr "" +"Wir freuen uns von Ihnen zu hören. Kontaktieren Sie uns über einen der " +"folgenden Kanäle." -#: patterns/page-contact.php -msgid "+1 (555) 123-4567" +#: patterns/contact-info.php:24 patterns/page-contact.php:30 +msgid "Address" +msgstr "Adresse" + +#: patterns/contact-info.php:28 +msgid "123 Example Street" +msgstr "Beispielstrasse 123" + +#: patterns/contact-info.php:28 +msgid "8000 Zurich, Switzerland" +msgstr "8000 Zürich, Schweiz" + +#: patterns/contact-info.php:34 patterns/page-contact.php:38 +msgid "Phone" +msgstr "Telefon" + +#: patterns/contact-info.php:38 +msgid "+41 44 123 45 67" msgstr "+41 44 123 45 67" -#: patterns/page-contact.php -msgid "Business Hours" -msgstr "Öffnungszeiten" +#: patterns/contact-info.php:48 patterns/page-contact.php:34 +msgid "info@example.com" +msgstr "info@example.com" -#: patterns/page-contact.php -msgid "Monday - Friday:" -msgstr "Montag - Freitag:" +#: patterns/cta-banner.php +msgctxt "Pattern title" +msgid "Call to action banner" +msgstr "Handlungsaufforderungs-Banner" -#: patterns/page-contact.php -msgid "9:00 AM - 6:00 PM" -msgstr "09:00 - 18:00 Uhr" +#: patterns/cta-banner.php +msgctxt "Pattern description" +msgid "" +"A full-width call to action banner with a colored background, heading, " +"description, and button." +msgstr "" +"Ein vollbreiter Handlungsaufforderungs-Banner mit farbigem Hintergrund, " +"Überschrift, Beschreibung und Schaltfläche." -#: patterns/page-contact.php -msgid "Saturday:" -msgstr "Samstag:" +#: patterns/cta-banner.php:14 +msgid "Ready to get started?" +msgstr "Bereit loszulegen?" -#: patterns/page-contact.php -msgid "10:00 AM - 4:00 PM" -msgstr "10:00 - 16:00 Uhr" +#: patterns/cta-banner.php:18 +msgid "Start building your website today with our powerful and flexible theme." +msgstr "" +"Beginnen Sie noch heute mit dem Aufbau Ihrer Website mit unserem " +"leistungsstarken und flexiblen Theme." -#: patterns/page-contact.php -msgid "Sunday:" -msgstr "Sonntag:" +#: patterns/cta-banner.php:23 +msgid "Start Now" +msgstr "Jetzt beginnen" -#: patterns/page-contact.php -msgid "Closed" -msgstr "Geschlossen" +#: patterns/cta-newsletter.php +msgctxt "Pattern title" +msgid "Newsletter signup" +msgstr "Newsletter-Anmeldung" -#. translators: Copyright notice. %1$s: Year, %2$s: Site title. -#: patterns/footer-minimal.php -msgid "© %1$s %2$s. All rights reserved." -msgstr "© %1$s %2$s. Alle Rechte vorbehalten." +#: patterns/cta-newsletter.php +msgctxt "Pattern description" +msgid "" +"A newsletter signup section with heading, description, and search block." +msgstr "" +"Ein Newsletter-Anmeldebereich mit Überschrift, Beschreibung und Suchblock." + +#: patterns/cta-newsletter.php:14 +msgid "Stay in the loop" +msgstr "Bleiben Sie auf dem Laufenden" + +#: patterns/cta-newsletter.php:18 +msgid "Subscribe to our newsletter for updates, tips, and exclusive content." +msgstr "" +"Abonnieren Sie unseren Newsletter für Aktualisierungen, Tipps und exklusive " +"Inhalte." + +#: patterns/cta-newsletter.php:21 +msgid "Enter your email address" +msgstr "Geben Sie Ihre E-Mail-Adresse ein" + +#: patterns/cta-newsletter.php:21 +msgid "Subscribe" +msgstr "Abonnieren" + +#: patterns/dark-mode-toggle.php +msgctxt "Pattern title" +msgid "Dark mode toggle" +msgstr "Darkmode-Schalter" + +#: patterns/dark-mode-toggle.php +msgctxt "Pattern description" +msgid "A toggle button for switching between light and dark mode." +msgstr "Eine Schaltfläche zum Wechseln zwischen hellem und dunklem Modus." + +#: patterns/dark-mode-toggle.php:13 +msgid "Switch to dark mode" +msgstr "Zum Darkmode wechseln" + +#: patterns/dark-mode-toggle.php:13 +msgid "Switch to light mode" +msgstr "Zum hellen Modus wechseln" + +#: patterns/features-2-col-offset.php +msgctxt "Pattern title" +msgid "Features two columns with image" +msgstr "Funktionen zweispaltig mit Bild" + +#: patterns/features-2-col-offset.php +msgctxt "Pattern description" +msgid "" +"A two-column layout with a large image on the left and stacked features on " +"the right." +msgstr "" +"Ein zweispaltiges Layout mit einem grossen Bild links und gestapelten " +"Funktionen rechts." + +#: patterns/features-2-col-offset.php:16 +msgid "Feature illustration" +msgstr "Funktionsillustration" + +#: patterns/features-2-col-offset.php:22 +msgid "Designed for modern workflows" +msgstr "Entwickelt für moderne Arbeitsabläufe" + +#: patterns/features-2-col-offset.php:26 +msgid "" +"Streamline your development process with a theme that works the way you do." +msgstr "" +"Optimieren Sie Ihren Entwicklungsprozess mit einem Theme, das so arbeitet " +"wie Sie." + +#: patterns/features-2-col-offset.php:34 +msgid "Block Patterns" +msgstr "Block-Vorlagen" + +#: patterns/features-2-col-offset.php:38 +msgid "" +"Pre-built patterns for common page sections. Drop them in and customize to " +"fit your needs." +msgstr "" +"Vorgefertigte Vorlagen für gängige Seitenabschnitte. Fügen Sie diese ein und " +"passen Sie sie an Ihre Bedürfnisse an." + +#: patterns/features-2-col-offset.php:46 +msgid "Style Variations" +msgstr "Stilvariationen" + +#: patterns/features-2-col-offset.php:50 +msgid "" +"Switch between color schemes with a single click. Choose from multiple " +"professionally designed palettes." +msgstr "" +"Wechseln Sie mit einem Klick zwischen Farbschemata. Wählen Sie aus mehreren " +"professionell gestalteten Paletten." + +#: patterns/features-3-col.php +msgctxt "Pattern title" +msgid "Features three columns" +msgstr "Funktionen dreispaltig" + +#: patterns/features-3-col.php +msgctxt "Pattern description" +msgid "A three-column feature grid with images, headings, and descriptions." +msgstr "" +"Ein dreispaltiges Funktionsraster mit Bildern, Überschriften und " +"Beschreibungen." + +#: patterns/features-3-col.php:18 +msgid "Everything you need to build a modern website." +msgstr "Alles, was Sie für eine moderne Website benötigen." + +#: patterns/features-3-col.php:28 +msgid "Responsive Design" +msgstr "Responsives Design" + +#: patterns/features-3-col.php:32 +msgid "" +"Your website looks great on every device, from mobile phones to large " +"desktop screens." +msgstr "" +"Ihre Website sieht auf jedem Gerät grossartig aus, vom Mobiltelefon bis zum " +"grossen Desktop-Bildschirm." + +#: patterns/features-3-col.php:42 +msgid "Easy Customization" +msgstr "Einfache Anpassung" + +#: patterns/features-3-col.php:46 +msgid "" +"Customize colors, fonts, and layouts using the WordPress Site Editor with no " +"code required." +msgstr "" +"Passen Sie Farben, Schriftarten und Layouts mit dem WordPress Site-Editor " +"an, ganz ohne Programmierung." + +#: patterns/features-3-col.php:56 +msgid "Performance First" +msgstr "Leistung zuerst" + +#: patterns/features-3-col.php:60 +msgid "" +"Built with speed in mind. Optimized assets and clean code for lightning-fast " +"page loads." +msgstr "" +"Entwickelt mit Fokus auf Geschwindigkeit. Optimierte Ressourcen und sauberer " +"Code für blitzschnelle Seitenladezeiten." + +#: patterns/features-icon-list.php +msgctxt "Pattern title" +msgid "Features icon list" +msgstr "Funktionsliste mit Icons" + +#: patterns/features-icon-list.php +msgctxt "Pattern description" +msgid "A vertical list of features with icon images and text descriptions." +msgstr "" +"Eine vertikale Liste von Funktionen mit Icon-Bildern und Textbeschreibungen." + +#: patterns/features-icon-list.php:14 +msgid "Why choose us" +msgstr "Warum Sie uns wählen sollten" + +#: patterns/features-icon-list.php:25 +msgid "Bootstrap 5 Framework" +msgstr "Bootstrap 5 Framework" + +#: patterns/features-icon-list.php:29 +msgid "" +"Built on the most popular CSS framework. Leverage a proven, well-documented " +"design system." +msgstr "" +"Basierend auf dem beliebtesten CSS-Framework. Nutzen Sie ein bewährtes, gut " +"dokumentiertes Design-System." + +#: patterns/features-icon-list.php:41 +msgid "Full Site Editing" +msgstr "Vollständige Website-Bearbeitung" + +#: patterns/features-icon-list.php:45 +msgid "" +"Edit every part of your site visually. Headers, footers, templates, and " +"content are all customizable." +msgstr "" +"Bearbeiten Sie jeden Teil Ihrer Website visuell. Kopfzeilen, Fusszeilen, " +"Vorlagen und Inhalte sind vollständig anpassbar." + +#: patterns/features-icon-list.php:57 +msgid "Dark Mode Support" +msgstr "Darkmode-Unterstützung" + +#: patterns/features-icon-list.php:61 +msgid "" +"Built-in dark mode toggle that respects user preferences and persists across " +"visits." +msgstr "" +"Integrierter Darkmode-Schalter, der Benutzereinstellungen respektiert und " +"über Besuche hinweg beibehalten wird." #: patterns/footer-columns.php +msgctxt "Pattern title" +msgid "Footer - Multi-Column" +msgstr "Fusszeile - Mehrspaltig" + +#: patterns/footer-columns.php +msgctxt "Pattern description" +msgid "Multi-column footer with site info, navigation, and credits." +msgstr "Mehrspaltiger Fussbereich mit Website-Info, Navigation und Quellenangaben." + +#: patterns/footer-columns.php:22 msgid "A modern WordPress theme built with Bootstrap 5." msgstr "Ein modernes WordPress-Theme, erstellt mit Bootstrap 5." -#: patterns/footer-columns.php +#: patterns/footer-columns.php:39 msgid "About" msgstr "Über" -#: patterns/footer-columns.php -msgid "This theme is proudly built with Bootstrap 5 and WordPress Full Site Editing." -msgstr "Dieses Theme wurde mit Stolz mit Bootstrap 5 und WordPress Full Site Editing erstellt." +#: patterns/footer-columns.php:42 +msgid "" +"This theme is proudly built with Bootstrap 5 and WordPress Full Site Editing." +msgstr "" +"Dieses Theme wurde mit Stolz mit Bootstrap 5 und WordPress Full Site Editing " +"erstellt." #. translators: Copyright notice. %1$s: Year, %2$s: Site title. -#: patterns/footer-columns.php +#: patterns/footer-columns.php:64 +#, php-format msgid "© %1$s %2$s" msgstr "© %1$s %2$s" -#: views/base.html.twig -msgid "Skip to main content" -msgstr "Zum Hauptinhalt springen" +#. translators: Powered by WordPress. %s: WordPress link. +#: patterns/footer-columns.php:76 patterns/footer.php:38 +#, php-format +msgid "Powered by %s" +msgstr "Betrieben mit %s" -#: views/partials/header.html.twig -#: views/partials/header-centered.html.twig -#: views/partials/header-transparent.html.twig -#: views/partials/header-offcanvas.html.twig -msgid "Primary navigation" -msgstr "Hauptnavigation" +#: patterns/footer-columns.php:77 patterns/footer.php:39 +msgid "https://wordpress.org" +msgstr "https://de.wordpress.org" -#: views/partials/footer.html.twig -#: views/partials/footer-columns.html.twig -msgid "Footer navigation" -msgstr "Fussnavigation" +#: patterns/footer-minimal.php +msgctxt "Pattern title" +msgid "Footer - Minimal" +msgstr "Fusszeile - Minimal" -#: functions.php +#: patterns/footer-minimal.php +msgctxt "Pattern description" +msgid "Minimal single-line footer with copyright." +msgstr "Minimaler einzeiliger Fussbereich mit Copyright-Hinweis." + +#. translators: Copyright notice. %1$s: Year, %2$s: Site title. +#: patterns/footer-minimal.php:25 +#, php-format +msgid "© %1$s %2$s. All rights reserved." +msgstr "© %1$s %2$s. Alle Rechte vorbehalten." + +#: patterns/footer.php +msgctxt "Pattern title" +msgid "Footer" +msgstr "Fusszeile" + +#: patterns/footer.php +msgctxt "Pattern description" +msgid "Site footer with site title, tagline, and credits." +msgstr "Website-Fussbereich mit Seitentitel, Slogan und Quellenangaben." + +#: patterns/header-centered.php +msgctxt "Pattern title" +msgid "Header - Centered" +msgstr "Kopfzeile - Zentriert" + +#: patterns/header-centered.php +msgctxt "Pattern description" +msgid "Centered header with site title above navigation." +msgstr "Zentrierte Kopfzeile mit Seitentitel über der Navigation." + +#: patterns/header-transparent.php +msgctxt "Pattern title" +msgid "Header - Transparent" +msgstr "Kopfzeile - Transparent" + +#: patterns/header-transparent.php +msgctxt "Pattern description" +msgid "Transparent header that overlays page content, ideal for hero sections." +msgstr "" +"Transparente Kopfzeile, die den Seiteninhalt überlagert, ideal für " +"Heldenabschnitte." + +#: patterns/header.php +msgctxt "Pattern title" +msgid "Header" +msgstr "Kopfzeile" + +#: patterns/header.php +msgctxt "Pattern description" +msgid "Site header with site title and navigation." +msgstr "Website-Kopfzeile mit Seitentitel und Navigation." + +#: patterns/hero-centered.php +msgctxt "Pattern title" +msgid "Hero centered" +msgstr "Held zentriert" + +#: patterns/hero-centered.php +msgctxt "Pattern description" +msgid "" +"A centered hero section with a colored background, heading, paragraph, and " +"call to action buttons." +msgstr "" +"Ein zentrierter Heldenabschnitt mit farbigem Hintergrund, Überschrift, " +"Absatz und Handlungsaufforderungs-Schaltflächen." + +#: patterns/hero-centered.php:14 +msgid "Welcome to your new website" +msgstr "Willkommen auf Ihrer neuen Website" + +#: patterns/hero-centered.php:18 +msgid "" +"Start building beautiful, responsive pages with the full power of Bootstrap " +"5 and the WordPress block editor." +msgstr "" +"Beginnen Sie mit dem Erstellen schöner, responsiver Seiten mit der vollen " +"Leistung von Bootstrap 5 und dem WordPress Block-Editor." + +#: patterns/hero-centered.php:23 patterns/hero-cover.php:23 +#: patterns/page-services.php:78 patterns/pricing-3-col.php:52 +#: patterns/pricing-3-col.php:91 +msgid "Get Started" +msgstr "Jetzt starten" + +#: patterns/hero-centered.php:27 patterns/hero-split.php:25 +#: patterns/text-about.php:29 +msgid "Learn More" +msgstr "Mehr erfahren" + +#: patterns/hero-cover.php +msgctxt "Pattern title" +msgid "Hero with cover image" +msgstr "Held mit Titelbild" + +#: patterns/hero-cover.php +msgctxt "Pattern description" +msgid "" +"A full-width hero section with a cover image, heading, paragraph, and call " +"to action button." +msgstr "" +"Ein vollbreiter Heldenabschnitt mit Titelbild, Überschrift, Absatz und " +"Handlungsaufforderungs-Schaltfläche." + +#: patterns/hero-cover.php:14 +msgid "Build something amazing" +msgstr "Erstellen Sie etwas Grossartiges" + +#: patterns/hero-cover.php:18 +msgid "" +"Create modern, responsive websites with the power of Bootstrap 5 and the " +"WordPress Site Editor." +msgstr "" +"Erstellen Sie moderne, responsive Websites mit der Leistung von Bootstrap 5 " +"und dem WordPress Site-Editor." + +#: patterns/hero-split.php +msgctxt "Pattern title" +msgid "Hero split with image" +msgstr "Held zweigeteilt mit Bild" + +#: patterns/hero-split.php +msgctxt "Pattern description" +msgid "" +"A two-column hero with text on the left and an image placeholder on the " +"right." +msgstr "" +"Ein zweispaltiger Held mit Text links und einem Bildplatzhalter rechts." + +#: patterns/hero-split.php:16 +msgid "Modern design meets powerful features" +msgstr "Modernes Design trifft auf leistungsstarke Funktionen" + +#: patterns/hero-split.php:20 +msgid "" +"A WordPress theme built from the ground up with Bootstrap 5 for a seamless " +"editing and browsing experience." +msgstr "" +"Ein WordPress-Theme, von Grund auf mit Bootstrap 5 erstellt, für ein " +"nahtloses Bearbeitungs- und Browsing-Erlebnis." + +#: patterns/hero-split.php:29 +msgid "View Demo" +msgstr "Demo ansehen" + +#: patterns/hero-split.php:36 +msgid "Hero image" +msgstr "Heldenbild" + +#: patterns/hidden-404.php +msgctxt "Pattern title" +msgid "404" +msgstr "404" + +#: patterns/hidden-404.php:14 +msgid "Page not found" +msgstr "Seite nicht gefunden" + +#: patterns/hidden-404.php:18 +msgid "" +"The page you are looking for does not exist, or it has been moved. Please " +"try searching using the form below." +msgstr "" +"Die gesuchte Seite existiert nicht oder wurde verschoben. Bitte verwenden " +"Sie das untenstehende Suchformular." + +#: patterns/hidden-blog-heading.php +msgctxt "Pattern title" +msgid "Blog heading" +msgstr "Blog-Überschrift" + +#: patterns/hidden-blog-heading.php:12 +msgid "Blog" +msgstr "Blog" + +#: patterns/hidden-search.php +msgctxt "Pattern title" +msgid "Search" +msgstr "Suche" + +#: patterns/hidden-search.php:11 patterns/hidden-sidebar.php:32 +#: patterns/hidden-sidebar.php:35 +msgid "Search" +msgstr "Suchen" + +#: patterns/hidden-search.php:11 patterns/hidden-sidebar.php:35 +msgid "Search..." +msgstr "Suchen..." + +#: patterns/hidden-sidebar.php +msgctxt "Pattern title" msgid "Sidebar" msgstr "Seitenleiste" -#: functions.php -msgid "Add widgets here to appear in the sidebar." -msgstr "Widgets hier hinzufuegen, um sie in der Seitenleiste anzuzeigen." +#: patterns/hidden-sidebar.php +msgctxt "Pattern description" +msgid "Sidebar content with recent posts, search, and tag cloud." +msgstr "Seitenleisten-Inhalt mit neuesten Beiträgen, Suche und Schlagwortwolke." -#: views/partials/sidebar.html.twig -msgid "Blog sidebar" -msgstr "Blog-Seitenleiste" +#: patterns/hidden-sidebar.php:14 +msgid "Recent Posts" +msgstr "Neueste Beiträge" + +#: patterns/hidden-sidebar.php:42 +msgid "Tags" +msgstr "Schlagwörter" + +#: patterns/hidden-written-by.php +msgctxt "Pattern title" +msgid "Written by" +msgstr "Verfasst von" + +#: patterns/layout-2-col.php +msgctxt "Pattern title" +msgid "Two Columns" +msgstr "Zwei Spalten" + +#: patterns/layout-2-col.php +msgctxt "Pattern description" +msgid "" +"A two-column layout with equal width columns, each containing a heading and " +"paragraph." +msgstr "" +"Ein zweispaltiges Layout mit gleichbreiten Spalten, die jeweils eine " +"Überschrift und einen Absatz enthalten." + +#: patterns/layout-2-col.php:16 patterns/layout-3-col.php:16 +msgid "Column One" +msgstr "Spalte Eins" + +#: patterns/layout-2-col.php:20 patterns/layout-2-col.php:30 +msgid "" +"Add your content here. This column takes up half the available width on " +"larger screens and stacks on mobile devices." +msgstr "" +"Fügen Sie hier Ihren Inhalt ein. Diese Spalte nimmt auf grösseren " +"Bildschirmen die Hälfte der verfügbaren Breite ein und wird auf Mobilgeräten " +"gestapelt." + +#: patterns/layout-2-col.php:26 patterns/layout-3-col.php:26 +msgid "Column Two" +msgstr "Spalte Zwei" + +#: patterns/layout-3-col.php +msgctxt "Pattern title" +msgid "Three Columns" +msgstr "Drei Spalten" + +#: patterns/layout-3-col.php +msgctxt "Pattern description" +msgid "" +"A three-column layout with equal width columns, each containing a heading " +"and paragraph." +msgstr "" +"Ein dreispaltiges Layout mit gleichbreiten Spalten, die jeweils eine " +"Überschrift und einen Absatz enthalten." + +#: patterns/layout-3-col.php:20 patterns/layout-3-col.php:30 +#: patterns/layout-3-col.php:40 +msgid "" +"Add your content here. This column takes up one third of the available width " +"on larger screens." +msgstr "" +"Fügen Sie hier Ihren Inhalt ein. Diese Spalte nimmt auf grösseren " +"Bildschirmen ein Drittel der verfügbaren Breite ein." + +#: patterns/layout-3-col.php:36 +msgid "Column Three" +msgstr "Spalte Drei" + +#: patterns/layout-container.php +msgctxt "Pattern title" +msgid "Bootstrap Container" +msgstr "Bootstrap-Container" + +#: patterns/layout-container.php +msgctxt "Pattern description" +msgid "" +"A constrained container with padding, containing a heading and paragraph " +"placeholder." +msgstr "" +"Ein begrenzter Container mit Innenabstand, der eine Überschrift und einen " +"Absatz-Platzhalter enthält." + +#: patterns/layout-container.php:14 +msgid "Heading goes here" +msgstr "Überschrift hier eingeben" + +#: patterns/layout-container.php:18 +msgid "" +"This is a content container with constrained width and comfortable padding. " +"Replace this text with your own content." +msgstr "" +"Dies ist ein Inhaltscontainer mit begrenzter Breite und komfortablem " +"Innenabstand. Ersetzen Sie diesen Text durch Ihren eigenen Inhalt." + +#: patterns/layout-full-width-section.php +msgctxt "Pattern title" +msgid "Full Width Section" +msgstr "Vollbreiter Abschnitt" + +#: patterns/layout-full-width-section.php +msgctxt "Pattern description" +msgid "" +"A full-width section with a primary background color, centered white heading " +"and paragraph." +msgstr "" +"Ein vollbreiter Abschnitt mit primärer Hintergrundfarbe, zentrierter weisser " +"Überschrift und Absatz." + +#: patterns/layout-full-width-section.php:14 +msgid "Full Width Section Heading" +msgstr "Überschrift des Vollbreiten-Abschnitts" + +#: patterns/layout-full-width-section.php:18 +msgid "" +"This full-width section stands out with a colored background. Use it to " +"highlight important content, announcements, or calls to action." +msgstr "" +"Dieser Vollbreiten-Abschnitt fällt durch einen farbigen Hintergrund auf. " +"Verwenden Sie ihn, um wichtige Inhalte, Ankündigungen oder " +"Handlungsaufforderungen hervorzuheben." + +#: patterns/more-posts.php +msgctxt "Pattern title" +msgid "More posts" +msgstr "Weitere Beiträge" + +#: patterns/more-posts.php +msgctxt "Pattern description" +msgid "A section with more recent posts." +msgstr "Ein Abschnitt mit weiteren neuesten Beiträgen." + +#: patterns/more-posts.php:15 +msgid "More posts" +msgstr "Weitere Beiträge" + +#: patterns/nav-dark.php +msgctxt "Pattern title" +msgid "Navigation - Dark" +msgstr "Navigation - Dunkel" + +#: patterns/nav-dark.php +msgctxt "Pattern description" +msgid "Dark-themed navigation header with dark background." +msgstr "Dunkle Navigations-Kopfzeile mit dunklem Hintergrund." + +#: patterns/nav-offcanvas.php +msgctxt "Pattern title" +msgid "Navigation - Offcanvas" +msgstr "Navigation - Offcanvas" + +#: patterns/nav-offcanvas.php +msgctxt "Pattern description" +msgid "" +"Header with offcanvas mobile navigation using Bootstrap offcanvas component." +msgstr "" +"Kopfzeile mit Offcanvas-Mobilnavigation unter Verwendung der Bootstrap " +"Offcanvas-Komponente." + +#: patterns/page-about.php +msgctxt "Pattern title" +msgid "About Page" +msgstr "Über-uns-Seite" + +#: patterns/page-about.php +msgctxt "Pattern description" +msgid "A full about page layout with hero, story section, and team members." +msgstr "" +"Ein vollständiges Über-uns-Seitenlayout mit Held, Geschichte und " +"Teammitgliedern." + +#: patterns/page-about.php:14 +msgid "About Us" +msgstr "Über uns" + +#: patterns/page-about.php:18 +msgid "" +"Learn more about who we are, what we do, and the people behind our mission." +msgstr "" +"Erfahren Sie mehr darüber, wer wir sind, was wir tun und wer hinter unserer " +"Mission steht." + +#: patterns/page-about.php:26 +msgid "Our Story" +msgstr "Unsere Geschichte" + +#: patterns/page-about.php:30 +msgid "" +"Founded with a passion for innovation and excellence, our journey began with " +"a simple idea: to create meaningful solutions that make a real difference. " +"Over the years, we have grown from a small team into a dedicated group of " +"professionals committed to delivering outstanding results." +msgstr "" +"Gegründet mit einer Leidenschaft für Innovation und Exzellenz, begann unsere " +"Reise mit einer einfachen Idee: bedeutungsvolle Lösungen zu schaffen, die " +"einen echten Unterschied machen. Im Laufe der Jahre sind wir von einem " +"kleinen Team zu einer engagierten Gruppe von Fachleuten gewachsen, die sich " +"der Erbringung herausragender Ergebnisse verschrieben haben." + +#: patterns/page-about.php:34 +msgid "" +"Today, we continue to push boundaries and challenge conventions. Our " +"approach combines creative thinking with proven methodologies, ensuring that " +"every project we undertake meets the highest standards of quality and " +"craftsmanship." +msgstr "" +"Heute stossen wir weiterhin Grenzen und hinterfragen Konventionen. Unser " +"Ansatz verbindet kreatives Denken mit bewährten Methoden und stellt sicher, " +"dass jedes Projekt, das wir übernehmen, den höchsten Qualitäts- und " +"Handwerksstandards entspricht." + +#: patterns/page-about.php:40 patterns/text-about.php:36 +msgid "About us image" +msgstr "Über-uns-Bild" + +#: patterns/page-about.php:48 +msgid "Our Team" +msgstr "Unser Team" + +#: patterns/page-about.php:52 +msgid "Meet the people who make it all happen." +msgstr "Lernen Sie die Menschen kennen, die alles möglich machen." + +#: patterns/page-about.php:59 +msgid "Jane Doe" +msgstr "Jane Doe" + +#: patterns/page-about.php:63 +msgid "Founder & CEO" +msgstr "Gründerin & CEO" + +#: patterns/page-about.php:71 +msgid "John Smith" +msgstr "John Smith" + +#: patterns/page-about.php:75 +msgid "Lead Developer" +msgstr "Leitender Entwickler" + +#: patterns/page-about.php:83 +msgid "Emily Johnson" +msgstr "Emily Johnson" + +#: patterns/page-about.php:87 +msgid "Creative Director" +msgstr "Kreativdirektorin" + +#: patterns/page-contact.php +msgctxt "Pattern title" +msgid "Contact Page" +msgstr "Kontaktseite" + +#: patterns/page-contact.php +msgctxt "Pattern description" +msgid "" +"A full contact page layout with hero, contact details, business hours, and " +"spacer." +msgstr "" +"Ein vollständiges Kontaktseitenlayout mit Held, Kontaktdaten, " +"Öffnungszeiten und Abstandselement." + +#: patterns/page-contact.php:14 patterns/page-services.php:87 +#: patterns/pricing-3-col.php:130 +msgid "Contact Us" +msgstr "Kontaktieren Sie uns" + +#: patterns/page-contact.php:18 +msgid "We would love to hear from you. Reach out to us anytime." +msgstr "Wir freuen uns von Ihnen zu hören. Kontaktieren Sie uns jederzeit." + +#: patterns/page-contact.php:26 +msgid "Get in Touch" +msgstr "Kontakt aufnehmen" + +#: patterns/page-contact.php:30 +msgid "123 Main Street, Suite 100, Anytown, ST 12345" +msgstr "Hauptstrasse 123, Suite 100, 8000 Zürich" + +#: patterns/page-contact.php:38 +msgid "+1 (555) 123-4567" +msgstr "+41 44 123 45 67" + +#: patterns/page-contact.php:44 +msgid "Business Hours" +msgstr "Öffnungszeiten" + +#: patterns/page-contact.php:49 +msgid "Monday - Friday:" +msgstr "Montag - Freitag:" + +#: patterns/page-contact.php:49 +msgid "9:00 AM - 6:00 PM" +msgstr "09:00 - 18:00 Uhr" + +#: patterns/page-contact.php:53 +msgid "Saturday:" +msgstr "Samstag:" + +#: patterns/page-contact.php:53 +msgid "10:00 AM - 4:00 PM" +msgstr "10:00 - 16:00 Uhr" + +#: patterns/page-contact.php:57 +msgid "Sunday:" +msgstr "Sonntag:" + +#: patterns/page-contact.php:57 +msgid "Closed" +msgstr "Geschlossen" + +#: patterns/page-services.php +msgctxt "Pattern title" +msgid "Services Page" +msgstr "Dienstleistungsseite" + +#: patterns/page-services.php +msgctxt "Pattern description" +msgid "" +"A full services page layout with hero, service offerings, and call to action." +msgstr "" +"Ein vollständiges Dienstleistungsseitenlayout mit Held, Angeboten und " +"Handlungsaufforderung." + +#: patterns/page-services.php:14 +msgid "Our Services" +msgstr "Unsere Dienstleistungen" + +#: patterns/page-services.php:18 +msgid "Professional solutions tailored to your needs." +msgstr "Professionelle Lösungen, massgeschneidert auf Ihre Bedürfnisse." + +#: patterns/page-services.php:24 +msgid "What We Offer" +msgstr "Was wir anbieten" + +#: patterns/page-services.php:28 +msgid "" +"We provide a wide range of services to help your business grow and succeed." +msgstr "" +"Wir bieten ein breites Spektrum an Dienstleistungen, um Ihr Unternehmen beim " +"Wachstum und Erfolg zu unterstützen." + +#: patterns/page-services.php:34 +msgid "🎨" +msgstr "🎨" + +#: patterns/page-services.php:38 +msgid "Design" +msgstr "Design" + +#: patterns/page-services.php:42 +msgid "" +"Beautiful, user-centered designs that capture your brand identity and engage " +"your audience across all platforms and devices." +msgstr "" +"Schöne, benutzerzentrierte Designs, die Ihre Markenidentität einfangen und " +"Ihr Publikum auf allen Plattformen und Geräten ansprechen." + +#: patterns/page-services.php:48 +msgid "⚙️" +msgstr "⚙️" + +#: patterns/page-services.php:52 +msgid "Development" +msgstr "Entwicklung" + +#: patterns/page-services.php:56 +msgid "" +"Robust, scalable web applications built with modern technologies and best " +"practices to ensure performance and reliability." +msgstr "" +"Robuste, skalierbare Webanwendungen, erstellt mit modernen Technologien und " +"bewährten Methoden, um Leistung und Zuverlässigkeit zu gewährleisten." + +#: patterns/page-services.php:62 +msgid "📈" +msgstr "📈" + +#: patterns/page-services.php:66 +msgid "Strategy" +msgstr "Strategie" + +#: patterns/page-services.php:70 +msgid "" +"Data-driven strategies and consulting to help you achieve your business " +"goals and stay ahead of the competition." +msgstr "" +"Datengetriebene Strategien und Beratung, um Ihnen zu helfen, Ihre " +"Geschäftsziele zu erreichen und der Konkurrenz voraus zu sein." + +#: patterns/page-services.php:82 +msgid "" +"Ready to take your project to the next level? Let us help you build " +"something great." +msgstr "" +"Bereit, Ihr Projekt auf die nächste Stufe zu heben? Lassen Sie uns Ihnen " +"helfen, etwas Grossartiges zu bauen." + +#: patterns/page-services.php:91 +msgid "View Portfolio" +msgstr "Portfolio ansehen" + +#: patterns/post-navigation.php +msgctxt "Pattern title" +msgid "Post navigation" +msgstr "Beitragsnavigation" + +#: patterns/post-navigation.php +msgctxt "Pattern description" +msgid "Previous and next post links." +msgstr "Links zum vorherigen und nächsten Beitrag." + +#: patterns/pricing-3-col.php +msgctxt "Pattern title" +msgid "Pricing three columns" +msgstr "Preise dreispaltig" + +#: patterns/pricing-3-col.php +msgctxt "Pattern description" +msgid "" +"Three-column pricing cards with feature lists and call to action buttons." +msgstr "" +"Dreispaltige Preiskarten mit Funktionslisten und " +"Handlungsaufforderungs-Schaltflächen." + +#: patterns/pricing-3-col.php:18 +msgid "Choose the plan that works best for you." +msgstr "Wählen Sie den Plan, der am besten zu Ihnen passt." + +#: patterns/pricing-3-col.php:25 +msgid "Basic" +msgstr "Basis" + +#: patterns/pricing-3-col.php:29 +msgid "Free" +msgstr "Kostenlos" + +#: patterns/pricing-3-col.php:38 +msgid "1 Website" +msgstr "1 Website" + +#: patterns/pricing-3-col.php:42 +msgid "Community Support" +msgstr "Community-Support" + +#: patterns/pricing-3-col.php:46 +msgid "Core Features" +msgstr "Kernfunktionen" + +#: patterns/pricing-3-col.php:61 +msgid "Professional" +msgstr "Professionell" + +#. translators: pricing amount +#: patterns/pricing-3-col.php:67 +msgid "$49" +msgstr "49 $" + +#: patterns/pricing-3-col.php:77 +msgid "5 Websites" +msgstr "5 Websites" + +#: patterns/pricing-3-col.php:81 +msgid "Priority Support" +msgstr "Vorrangiger Support" + +#: patterns/pricing-3-col.php:85 +msgid "All Features" +msgstr "Alle Funktionen" + +#: patterns/pricing-3-col.php:100 +msgid "Enterprise" +msgstr "Unternehmen" + +#. translators: pricing amount +#: patterns/pricing-3-col.php:106 +msgid "$199" +msgstr "199 $" + +#: patterns/pricing-3-col.php:116 +msgid "Unlimited Websites" +msgstr "Unbegrenzte Websites" + +#: patterns/pricing-3-col.php:120 +msgid "Dedicated Support" +msgstr "Persönlicher Support" + +#: patterns/pricing-3-col.php:124 +msgid "Custom Development" +msgstr "Individuelle Entwicklung" + +#: patterns/template-query-loop.php +msgctxt "Pattern title" +msgid "Query loop" +msgstr "Abfrageschleife" + +#: patterns/template-query-loop.php:39 +msgid "No posts were found." +msgstr "Es wurden keine Beiträge gefunden." + +#: patterns/testimonials-2-col.php +msgctxt "Pattern title" +msgid "Testimonials two columns" +msgstr "Referenzen zweispaltig" + +#: patterns/testimonials-2-col.php +msgctxt "Pattern description" +msgid "Two-column testimonials with quote blocks and citations." +msgstr "Zweispaltige Referenzen mit Zitatblöcken und Quellenangaben." + +#: patterns/testimonials-2-col.php:14 +msgid "What our clients say" +msgstr "Was unsere Kunden sagen" + +#: patterns/testimonials-2-col.php:20 +msgid "" +"This theme completely transformed our website. The Bootstrap integration " +"makes it incredibly easy to create professional-looking pages without any " +"custom code." +msgstr "" +"Dieses Theme hat unsere Website vollständig transformiert. Die Bootstrap-" +"Integration macht es unglaublich einfach, professionell aussehende Seiten " +"ohne individuellen Code zu erstellen." + +#: patterns/testimonials-2-col.php:20 +msgid "Jane Doe, Web Designer" +msgstr "Jane Doe, Webdesignerin" + +#: patterns/testimonials-2-col.php:26 +msgid "" +"The dark mode support and style variations give us the flexibility we need. " +"Our clients love being able to switch between color schemes effortlessly." +msgstr "" +"Die Darkmode-Unterstützung und Stilvariationen geben uns die Flexibilität, " +"die wir benötigen. Unsere Kunden schätzen es, mühelos zwischen Farbschemata " +"wechseln zu können." + +#: patterns/testimonials-2-col.php:26 +msgid "John Smith, Developer" +msgstr "John Smith, Entwickler" + +#: patterns/testimonials-centered.php +msgctxt "Pattern title" +msgid "Testimonial centered" +msgstr "Referenz zentriert" + +#: patterns/testimonials-centered.php +msgctxt "Pattern description" +msgid "A single large centered testimonial with citation." +msgstr "Eine einzelne grosse zentrierte Referenz mit Quellenangabe." + +#: patterns/testimonials-centered.php:14 +msgid "" +"The best WordPress theme we have ever used. Clean code, beautiful design, " +"and incredible flexibility." +msgstr "" +"Das beste WordPress-Theme, das wir je verwendet haben. Sauberer Code, " +"schönes Design und unglaubliche Flexibilität." + +#: patterns/testimonials-centered.php:14 +msgid "Alex Johnson, Creative Director" +msgstr "Alex Johnson, Kreativdirektor" + +#: patterns/text-about.php +msgctxt "Pattern title" +msgid "About section" +msgstr "Über-uns-Abschnitt" + +#: patterns/text-about.php +msgctxt "Pattern description" +msgid "A two-column about section with text content and an image." +msgstr "Ein zweispaltiger Über-uns-Abschnitt mit Textinhalt und einem Bild." + +#: patterns/text-about.php:16 +msgid "About us" +msgstr "Über uns" + +#: patterns/text-about.php:20 +msgid "" +"We are passionate about creating tools that empower people to build " +"beautiful websites. Our theme combines the reliability of Bootstrap with the " +"flexibility of WordPress." +msgstr "" +"Wir sind leidenschaftlich daran interessiert, Werkzeuge zu schaffen, die " +"Menschen befähigen, schöne Websites zu erstellen. Unser Theme vereint die " +"Zuverlässigkeit von Bootstrap mit der Flexibilität von WordPress." + +#: patterns/text-about.php:24 +msgid "" +"With years of experience in web development and design, we understand what " +"it takes to create a theme that is both powerful and easy to use." +msgstr "" +"Mit jahrelanger Erfahrung in Webentwicklung und Design verstehen wir, was " +"nötig ist, um ein Theme zu erstellen, das sowohl leistungsstark als auch " +"einfach zu bedienen ist." + +#: patterns/text-faq.php +msgctxt "Pattern title" +msgid "Frequently asked questions" +msgstr "Häufig gestellte Fragen" + +#: patterns/text-faq.php +msgctxt "Pattern description" +msgid "An FAQ section with question and answer pairs." +msgstr "Ein FAQ-Abschnitt mit Frage-Antwort-Paaren." + +#: patterns/text-faq.php:14 +msgid "Frequently Asked Questions" +msgstr "Häufig gestellte Fragen" + +#: patterns/text-faq.php:20 +msgid "How do I install the theme?" +msgstr "Wie installiere ich das Theme?" + +#: patterns/text-faq.php:24 +msgid "" +"Download the ZIP file from the releases page, then upload it via WordPress " +"Admin > Appearance > Themes > Add New > Upload Theme." +msgstr "" +"Laden Sie die ZIP-Datei von der Release-Seite herunter und laden Sie sie " +"über WordPress-Admin > Design > Themes > Neu hinzufügen > Theme hochladen " +"hoch." + +#: patterns/text-faq.php:34 +msgid "Does it work with the Site Editor?" +msgstr "Funktioniert es mit dem Site-Editor?" + +#: patterns/text-faq.php:38 +msgid "" +"Yes, this is a Full Site Editing block theme. You can customize templates, " +"headers, footers, and all block patterns using the WordPress Site Editor." +msgstr "" +"Ja, dies ist ein Full-Site-Editing-Block-Theme. Sie können Vorlagen, " +"Kopfzeilen, Fusszeilen und alle Block-Vorlagen mit dem WordPress Site-Editor " +"anpassen." + +#: patterns/text-faq.php:48 +msgid "Can I use my own fonts?" +msgstr "Kann ich eigene Schriftarten verwenden?" + +#: patterns/text-faq.php:52 +msgid "" +"The theme comes with Inter, Lora, and system font stacks. You can add custom " +"fonts through the Site Editor or by modifying theme.json." +msgstr "" +"Das Theme wird mit Inter, Lora und System-Schriftarten geliefert. Sie können " +"eigene Schriftarten über den Site-Editor oder durch Anpassung der theme.json " +"hinzufügen." + +#: patterns/text-faq.php:62 +msgid "Is dark mode supported?" +msgstr "Wird der Darkmode unterstützt?" + +#: patterns/text-faq.php:66 +msgid "" +"Yes, the theme includes a dark mode toggle that uses Bootstrap 5.3 built-in " +"dark mode. It respects system preferences and remembers your choice." +msgstr "" +"Ja, das Theme enthält einen Darkmode-Schalter, der den integrierten Darkmode " +"von Bootstrap 5.3 verwendet. Er respektiert Systemeinstellungen und merkt " +"sich Ihre Wahl." + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Base" +msgstr "Basis" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Contrast" +msgstr "Kontrast" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Primary" +msgstr "Primär" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Secondary" +msgstr "Sekundär" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Success" +msgstr "Erfolg" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Danger" +msgstr "Gefahr" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Warning" +msgstr "Warnung" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Info" +msgstr "Info" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Light" +msgstr "Hell" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Dark" +msgstr "Dunkel" + +#: theme.json +msgctxt "Space size name" +msgid "3xs" +msgstr "3xs" + +#: theme.json +msgctxt "Space size name" +msgid "2xs" +msgstr "2xs" + +#: theme.json +msgctxt "Space size name" +msgid "xs" +msgstr "xs" + +#: theme.json +msgctxt "Space size name" +msgid "s" +msgstr "s" + +#: theme.json +msgctxt "Space size name" +msgid "m" +msgstr "m" + +#: theme.json +msgctxt "Space size name" +msgid "l" +msgstr "l" + +#: theme.json +msgctxt "Space size name" +msgid "xl" +msgstr "xl" + +#: theme.json +msgctxt "Space size name" +msgid "2xl" +msgstr "2xl" + +#: theme.json +msgctxt "Font size name" +msgid "Small" +msgstr "Klein" + +#: theme.json +msgctxt "Font size name" +msgid "Medium" +msgstr "Mittel" + +#: theme.json +msgctxt "Font size name" +msgid "Large" +msgstr "Gross" + +#: theme.json +msgctxt "Font size name" +msgid "Extra Large" +msgstr "Sehr gross" + +#: theme.json +msgctxt "Font size name" +msgid "Huge" +msgstr "Riesig" + +#: theme.json +msgctxt "Font size name" +msgid "Display" +msgstr "Display" + +#: theme.json +msgctxt "Font family name" +msgid "System Sans Serif" +msgstr "System Sans-Serif" + +#: theme.json +msgctxt "Font family name" +msgid "Inter" +msgstr "Inter" + +#: theme.json +msgctxt "Font family name" +msgid "Lora" +msgstr "Lora" + +#: theme.json +msgctxt "Font family name" +msgid "System Monospace" +msgstr "System Monospace" + +#: theme.json +msgctxt "Shadow name" +msgid "Small" +msgstr "Klein" + +#: theme.json +msgctxt "Shadow name" +msgid "Regular" +msgstr "Normal" + +#: theme.json +msgctxt "Shadow name" +msgid "Large" +msgstr "Gross" + +#: theme.json +msgctxt "Aspect ratio name" +msgid "16:9" +msgstr "16:9" + +#: theme.json +msgctxt "Aspect ratio name" +msgid "4:3" +msgstr "4:3" + +#: theme.json +msgctxt "Aspect ratio name" +msgid "1:1" +msgstr "1:1" + +#: theme.json +msgctxt "Aspect ratio name" +msgid "3:4" +msgstr "3:4" + +#: theme.json +msgctxt "Custom template name" +msgid "Blog with Sidebar" +msgstr "Blog mit Seitenleiste" + +#: theme.json +msgctxt "Custom template name" +msgid "Landing Page (No Header/Footer)" +msgstr "Landingpage (ohne Kopf-/Fusszeile)" + +#: theme.json +msgctxt "Custom template name" +msgid "Full Width" +msgstr "Vollbreite" + +#: theme.json +msgctxt "Custom template name" +msgid "Page with Hero" +msgstr "Seite mit Held" + +#: theme.json +msgctxt "Custom template name" +msgid "Page with Sidebar" +msgstr "Seite mit Seitenleiste" + +#: theme.json +msgctxt "Template part name" +msgid "Header" +msgstr "Kopfzeile" + +#: theme.json +msgctxt "Template part name" +msgid "Header - Centered" +msgstr "Kopfzeile - Zentriert" + +#: theme.json +msgctxt "Template part name" +msgid "Header - Transparent" +msgstr "Kopfzeile - Transparent" + +#: theme.json +msgctxt "Template part name" +msgid "Footer" +msgstr "Fusszeile" + +#: theme.json +msgctxt "Template part name" +msgid "Footer - Minimal" +msgstr "Fusszeile - Minimal" + +#: theme.json +msgctxt "Template part name" +msgid "Footer - Multi-Column" +msgstr "Fusszeile - Mehrspaltig" + +#: theme.json +msgctxt "Template part name" +msgid "Sidebar" +msgstr "Seitenleiste" + +#: styles/01-ocean.json +msgctxt "Style variation name" +msgid "Ocean" +msgstr "Ozean" + +#: styles/02-forest.json +msgctxt "Style variation name" +msgid "Forest" +msgstr "Wald" + +#: styles/03-sunset.json +msgctxt "Style variation name" +msgid "Sunset" +msgstr "Sonnenuntergang" + +#: styles/04-midnight.json +msgctxt "Style variation name" +msgid "Midnight" +msgstr "Mitternacht" + +#: styles/05-ember.json +msgctxt "Style variation name" +msgid "Ember" +msgstr "Glut" + +#: styles/06-arctic.json +msgctxt "Style variation name" +msgid "Arctic" +msgstr "Arktis" + +#: styles/07-amethyst.json +msgctxt "Style variation name" +msgid "Amethyst" +msgstr "Amethyst" + +#: styles/08-rose.json +msgctxt "Style variation name" +msgid "Rose" +msgstr "Rose" + +#: styles/09-sand.json +msgctxt "Style variation name" +msgid "Sand" +msgstr "Sand" + +#: styles/10-lavender.json +msgctxt "Style variation name" +msgid "Lavender" +msgstr "Lavendel" + +#: styles/11-mint.json +msgctxt "Style variation name" +msgid "Mint" +msgstr "Minze" + +#: styles/12-slate.json +msgctxt "Style variation name" +msgid "Slate" +msgstr "Schiefer" + +#: styles/13-mocha.json +msgctxt "Style variation name" +msgid "Mocha" +msgstr "Mokka" + +#: styles/14-nebula.json +msgctxt "Style variation name" +msgid "Nebula" +msgstr "Nebel" + +#: styles/15-obsidian.json +msgctxt "Style variation name" +msgid "Obsidian" +msgstr "Obsidian" + +#~ msgid "Skip to main content" +#~ msgstr "Zum Hauptinhalt springen" + +#~ msgid "Primary navigation" +#~ msgstr "Hauptnavigation" + +#~ msgid "Footer navigation" +#~ msgstr "Fussnavigation" + +#~ msgid "Blog sidebar" +#~ msgstr "Blog-Seitenleiste" diff --git a/languages/wp-bootstrap-de_CH_informal.po b/languages/wp-bootstrap-de_CH_informal.po index e9ea88e..d57f40e 100644 --- a/languages/wp-bootstrap-de_CH_informal.po +++ b/languages/wp-bootstrap-de_CH_informal.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: WP Bootstrap 0.3.0\n" -"Report-Msgid-Bugs-To: https://src.bundespruefstelle.ch/magdev/wp-bootstrap/issues\n" -"POT-Creation-Date: 2026-02-08 00:00+0000\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/wp-bootstrap\n" +"POT-Creation-Date: 2026-02-20T09:45:19+00:00\n" "PO-Revision-Date: 2026-02-11 00:00+0000\n" "Last-Translator: Marco Graetsch \n" "Language-Team: German (Switzerland, Informal)\n" @@ -18,902 +18,1923 @@ msgstr "" "X-Domain: wp-bootstrap\n" #. Theme Name of the theme -#: patterns/footer.php +#: style.css patterns/footer.php:31 msgid "WP Bootstrap" msgstr "WP Bootstrap" +#. Theme URI of the theme +#: style.css +msgid "https://src.bundespruefstelle.ch/magdev/wp-bootstrap" +msgstr "" + #. Description of the theme -msgid "A modern WordPress Block Theme built from scratch with Bootstrap 5. Features responsive design, dark mode support, and full compatibility with the WordPress Site Editor." -msgstr "Ein modernes WordPress Block-Theme, erstellt mit Bootstrap 5. Mit responsivem Design, Darkmode-Unterstützung und voller Kompatibilität mit dem WordPress Site-Editor." - -#: patterns/footer.php -#: patterns/footer-columns.php -msgid "Powered by %s" -msgstr "Betrieben mit %s" - -#: patterns/footer.php -#: patterns/footer-columns.php -msgid "https://wordpress.org" -msgstr "https://de.wordpress.org" - -#: patterns/hidden-404.php -msgid "Page not found" -msgstr "Seite nicht gefunden" - -#: patterns/hidden-404.php -msgid "The page you are looking for does not exist, or it has been moved. Please try searching using the form below." -msgstr "Die gesuchte Seite existiert nicht oder wurde verschoben. Bitte verwende das untenstehende Suchformular." - -#: patterns/hidden-search.php -#: patterns/hidden-sidebar.php -msgid "Search" -msgstr "Suchen" - -#: patterns/hidden-search.php -#: patterns/hidden-sidebar.php -msgid "Search..." -msgstr "Suchen..." - -#: patterns/hidden-blog-heading.php -msgid "Blog" -msgstr "Blog" - -#: patterns/comments.php -msgid "Comments" -msgstr "Kommentare" - -#: patterns/post-navigation.php -msgid "Previous" -msgstr "Zurück" - -#: patterns/post-navigation.php -msgid "Next" -msgstr "Weiter" - -#: patterns/more-posts.php -msgid "More posts" -msgstr "Weitere Beiträge" - -#: patterns/template-query-loop.php -msgid "Read more" -msgstr "Weiterlesen" - -#: patterns/template-query-loop.php -msgid "No posts were found." -msgstr "Es wurden keine Beiträge gefunden." - -#: patterns/hero-cover.php -msgid "Build something amazing" -msgstr "Erstelle etwas Grossartiges" - -#: patterns/hero-cover.php -msgid "Create modern, responsive websites with the power of Bootstrap 5 and the WordPress Site Editor." -msgstr "Erstelle moderne, responsive Websites mit der Leistung von Bootstrap 5 und dem WordPress Site-Editor." - -#: patterns/hero-cover.php -#: patterns/hero-centered.php -#: patterns/pricing-3-col.php -#: patterns/page-services.php -msgid "Get Started" -msgstr "Jetzt starten" - -#: patterns/hero-split.php -msgid "Modern design meets powerful features" -msgstr "Modernes Design trifft auf leistungsstarke Funktionen" - -#: patterns/hero-split.php -msgid "A WordPress theme built from the ground up with Bootstrap 5 for a seamless editing and browsing experience." -msgstr "Ein WordPress-Theme, von Grund auf mit Bootstrap 5 erstellt, für ein nahtloses Bearbeitungs- und Browsing-Erlebnis." - -#: patterns/hero-split.php -#: patterns/hero-centered.php -#: patterns/text-about.php -msgid "Learn More" -msgstr "Mehr erfahren" - -#: patterns/hero-split.php -msgid "View Demo" -msgstr "Demo ansehen" - -#: patterns/hero-split.php -msgid "Hero image" -msgstr "Heldenbild" - -#: patterns/hero-centered.php -msgid "Welcome to your new website" -msgstr "Willkommen auf deiner neuen Website" - -#: patterns/hero-centered.php -msgid "Start building beautiful, responsive pages with the full power of Bootstrap 5 and the WordPress block editor." -msgstr "Beginne mit dem Erstellen schöner, responsiver Seiten mit der vollen Leistung von Bootstrap 5 und dem WordPress Block-Editor." - -#: patterns/features-3-col.php -#: functions.php -msgid "Features" -msgstr "Funktionen" - -#: patterns/features-3-col.php -msgid "Everything you need to build a modern website." -msgstr "Alles, was du für eine moderne Website benötigst." - -#: patterns/features-3-col.php -msgid "Responsive Design" -msgstr "Responsives Design" - -#: patterns/features-3-col.php -msgid "Your website looks great on every device, from mobile phones to large desktop screens." -msgstr "Deine Website sieht auf jedem Gerät grossartig aus, vom Mobiltelefon bis zum grossen Desktop-Bildschirm." - -#: patterns/features-3-col.php -msgid "Easy Customization" -msgstr "Einfache Anpassung" - -#: patterns/features-3-col.php -msgid "Customize colors, fonts, and layouts using the WordPress Site Editor with no code required." -msgstr "Passe Farben, Schriftarten und Layouts mit dem WordPress Site-Editor an, ganz ohne Programmierung." - -#: patterns/features-3-col.php -msgid "Performance First" -msgstr "Leistung zuerst" - -#: patterns/features-3-col.php -msgid "Built with speed in mind. Optimized assets and clean code for lightning-fast page loads." -msgstr "Entwickelt mit Fokus auf Geschwindigkeit. Optimierte Ressourcen und sauberer Code für blitzschnelle Seitenladezeiten." - -#: patterns/features-icon-list.php -msgid "Why choose us" -msgstr "Warum du uns wählen solltest" - -#: patterns/features-icon-list.php -msgid "Bootstrap 5 Framework" -msgstr "Bootstrap 5 Framework" - -#: patterns/features-icon-list.php -msgid "Built on the most popular CSS framework. Leverage a proven, well-documented design system." -msgstr "Basierend auf dem beliebtesten CSS-Framework. Nutze ein bewährtes, gut dokumentiertes Design-System." - -#: patterns/features-icon-list.php -msgid "Full Site Editing" -msgstr "Vollständige Website-Bearbeitung" - -#: patterns/features-icon-list.php -msgid "Edit every part of your site visually. Headers, footers, templates, and content are all customizable." -msgstr "Bearbeite jeden Teil deiner Website visuell. Kopfzeilen, Fusszeilen, Vorlagen und Inhalte sind vollständig anpassbar." - -#: patterns/features-icon-list.php -msgid "Dark Mode Support" -msgstr "Darkmode-Unterstützung" - -#: patterns/features-icon-list.php -msgid "Built-in dark mode toggle that respects user preferences and persists across visits." -msgstr "Integrierter Darkmode-Schalter, der Benutzereinstellungen respektiert und über Besuche hinweg beibehalten wird." - -#: patterns/features-2-col-offset.php -msgid "Feature illustration" -msgstr "Funktionsillustration" - -#: patterns/features-2-col-offset.php -msgid "Designed for modern workflows" -msgstr "Entwickelt für moderne Arbeitsabläufe" - -#: patterns/features-2-col-offset.php -msgid "Streamline your development process with a theme that works the way you do." -msgstr "Optimiere deinen Entwicklungsprozess mit einem Theme, das so arbeitet wie du." - -#: patterns/features-2-col-offset.php -msgid "Block Patterns" -msgstr "Block-Vorlagen" - -#: patterns/features-2-col-offset.php -msgid "Pre-built patterns for common page sections. Drop them in and customize to fit your needs." -msgstr "Vorgefertigte Vorlagen für gängige Seitenabschnitte. Füge diese ein und passe sie an deine Bedürfnisse an." - -#: patterns/features-2-col-offset.php -msgid "Style Variations" -msgstr "Stilvariationen" - -#: patterns/features-2-col-offset.php -msgid "Switch between color schemes with a single click. Choose from multiple professionally designed palettes." -msgstr "Wechsle mit einem Klick zwischen Farbschemata. Wähle aus mehreren professionell gestalteten Paletten." - -#: patterns/cta-banner.php -msgid "Ready to get started?" -msgstr "Bereit loszulegen?" - -#: patterns/cta-banner.php -msgid "Start building your website today with our powerful and flexible theme." -msgstr "Beginne noch heute mit dem Aufbau deiner Website mit unserem leistungsstarken und flexiblen Theme." - -#: patterns/cta-banner.php -msgid "Start Now" -msgstr "Jetzt beginnen" - -#: patterns/cta-newsletter.php -msgid "Stay in the loop" -msgstr "Bleib auf dem Laufenden" - -#: patterns/cta-newsletter.php -msgid "Subscribe to our newsletter for updates, tips, and exclusive content." -msgstr "Abonniere unseren Newsletter für Aktualisierungen, Tipps und exklusive Inhalte." - -#: patterns/cta-newsletter.php -msgid "Enter your email address" -msgstr "Gib deine E-Mail-Adresse ein" - -#: patterns/cta-newsletter.php -msgid "Subscribe" -msgstr "Abonnieren" - -#: patterns/testimonials-2-col.php -msgid "What our clients say" -msgstr "Was unsere Kunden sagen" - -#: patterns/testimonials-2-col.php -msgid "This theme completely transformed our website. The Bootstrap integration makes it incredibly easy to create professional-looking pages without any custom code." -msgstr "Dieses Theme hat unsere Website vollständig transformiert. Die Bootstrap-Integration macht es unglaublich einfach, professionell aussehende Seiten ohne individuellen Code zu erstellen." - -#: patterns/testimonials-2-col.php -msgid "Jane Doe, Web Designer" -msgstr "Jane Doe, Webdesignerin" - -#: patterns/testimonials-2-col.php -msgid "The dark mode support and style variations give us the flexibility we need. Our clients love being able to switch between color schemes effortlessly." -msgstr "Die Darkmode-Unterstützung und Stilvariationen geben uns die Flexibilität, die wir benötigen. Unsere Kunden schätzen es, mühelos zwischen Farbschemata wechseln zu können." - -#: patterns/testimonials-2-col.php -msgid "John Smith, Developer" -msgstr "John Smith, Entwickler" - -#: patterns/testimonials-centered.php -msgid "The best WordPress theme we have ever used. Clean code, beautiful design, and incredible flexibility." -msgstr "Das beste WordPress-Theme, das wir je verwendet haben. Sauberer Code, schönes Design und unglaubliche Flexibilität." - -#: patterns/testimonials-centered.php -msgid "Alex Johnson, Creative Director" -msgstr "Alex Johnson, Kreativdirektor" - -#: patterns/pricing-3-col.php -#: functions.php -msgid "Pricing" -msgstr "Preise" - -#: patterns/pricing-3-col.php -msgid "Choose the plan that works best for you." -msgstr "Wähle den Plan, der am besten zu dir passt." - -#: patterns/pricing-3-col.php -msgid "Basic" -msgstr "Basis" - -#: patterns/pricing-3-col.php -msgid "Free" -msgstr "Kostenlos" - -#: patterns/pricing-3-col.php -msgid "1 Website" -msgstr "1 Website" - -#: patterns/pricing-3-col.php -msgid "Community Support" -msgstr "Community-Support" - -#: patterns/pricing-3-col.php -msgid "Core Features" -msgstr "Kernfunktionen" - -#: patterns/pricing-3-col.php -msgid "Professional" -msgstr "Professionell" - -#: patterns/pricing-3-col.php -msgid "$49" -msgstr "49 $" - -#: patterns/pricing-3-col.php -msgid "5 Websites" -msgstr "5 Websites" - -#: patterns/pricing-3-col.php -msgid "Priority Support" -msgstr "Vorrangiger Support" - -#: patterns/pricing-3-col.php -msgid "All Features" -msgstr "Alle Funktionen" - -#: patterns/pricing-3-col.php -msgid "Enterprise" -msgstr "Unternehmen" - -#: patterns/pricing-3-col.php -msgid "$199" -msgstr "199 $" - -#: patterns/pricing-3-col.php -msgid "Unlimited Websites" -msgstr "Unbegrenzte Websites" - -#: patterns/pricing-3-col.php -msgid "Dedicated Support" -msgstr "Persönlicher Support" - -#: patterns/pricing-3-col.php -msgid "Custom Development" -msgstr "Individuelle Entwicklung" - -#: patterns/pricing-3-col.php -#: patterns/page-services.php -#: patterns/page-contact.php -msgid "Contact Us" -msgstr "Kontaktiere uns" - -#: patterns/contact-info.php -msgid "Get in touch" -msgstr "Kontakt aufnehmen" - -#: patterns/contact-info.php -msgid "We would love to hear from you. Reach out through any of the channels below." -msgstr "Wir freuen uns von dir zu hören. Kontaktiere uns über einen der folgenden Kanäle." - -#: patterns/contact-info.php -#: patterns/page-contact.php -msgid "Address" -msgstr "Adresse" - -#: patterns/contact-info.php -msgid "123 Example Street" -msgstr "Beispielstrasse 123" - -#: patterns/contact-info.php -msgid "8000 Zurich, Switzerland" -msgstr "8000 Zürich, Schweiz" - -#: patterns/contact-info.php -#: patterns/page-contact.php -msgid "Phone" -msgstr "Telefon" - -#: patterns/contact-info.php -msgid "+41 44 123 45 67" -msgstr "+41 44 123 45 67" - -#: patterns/contact-info.php -#: patterns/cta-newsletter.php -#: patterns/page-contact.php -msgid "Email" -msgstr "E-Mail" - -#: patterns/contact-info.php -#: patterns/page-contact.php -msgid "info@example.com" -msgstr "info@example.com" - -#: patterns/text-faq.php -msgid "Frequently Asked Questions" -msgstr "Häufig gestellte Fragen" - -#: patterns/text-faq.php -msgid "How do I install the theme?" -msgstr "Wie installiere ich das Theme?" - -#: patterns/text-faq.php -msgid "Download the ZIP file from the releases page, then upload it via WordPress Admin > Appearance > Themes > Add New > Upload Theme." -msgstr "Lade die ZIP-Datei von der Release-Seite herunter und lade sie über WordPress-Admin > Design > Themes > Neu hinzufügen > Theme hochladen hoch." - -#: patterns/text-faq.php -msgid "Does it work with the Site Editor?" -msgstr "Funktioniert es mit dem Site-Editor?" - -#: patterns/text-faq.php -msgid "Yes, this is a Full Site Editing block theme. You can customize templates, headers, footers, and all block patterns using the WordPress Site Editor." -msgstr "Ja, dies ist ein Full-Site-Editing-Block-Theme. Du kannst Vorlagen, Kopfzeilen, Fusszeilen und alle Block-Vorlagen mit dem WordPress Site-Editor anpassen." - -#: patterns/text-faq.php -msgid "Can I use my own fonts?" -msgstr "Kann ich eigene Schriftarten verwenden?" - -#: patterns/text-faq.php -msgid "The theme comes with Inter, Lora, and system font stacks. You can add custom fonts through the Site Editor or by modifying theme.json." -msgstr "Das Theme wird mit Inter, Lora und System-Schriftarten geliefert. Du kannst eigene Schriftarten über den Site-Editor oder durch Anpassung der theme.json hinzufügen." - -#: patterns/text-faq.php -msgid "Is dark mode supported?" -msgstr "Wird der Darkmode unterstützt?" - -#: patterns/text-faq.php -msgid "Yes, the theme includes a dark mode toggle that uses Bootstrap 5.3 built-in dark mode. It respects system preferences and remembers your choice." -msgstr "Ja, das Theme enthält einen Darkmode-Schalter, der den integrierten Darkmode von Bootstrap 5.3 verwendet. Er respektiert Systemeinstellungen und merkt sich deine Wahl." - -#: patterns/text-about.php -msgid "About us" -msgstr "Über uns" - -#: patterns/text-about.php -msgid "We are passionate about creating tools that empower people to build beautiful websites. Our theme combines the reliability of Bootstrap with the flexibility of WordPress." -msgstr "Wir sind leidenschaftlich daran interessiert, Werkzeuge zu schaffen, die Menschen befähigen, schöne Websites zu erstellen. Unser Theme vereint die Zuverlässigkeit von Bootstrap mit der Flexibilität von WordPress." - -#: patterns/text-about.php -msgid "With years of experience in web development and design, we understand what it takes to create a theme that is both powerful and easy to use." -msgstr "Mit jahrelanger Erfahrung in Webentwicklung und Design verstehen wir, was nötig ist, um ein Theme zu erstellen, das sowohl leistungsstark als auch einfach zu bedienen ist." - -#: patterns/text-about.php -#: patterns/page-about.php -msgid "About us image" -msgstr "Über-uns-Bild" - -#: patterns/hidden-sidebar.php -msgid "Recent Posts" -msgstr "Neueste Beiträge" - -#: patterns/hidden-sidebar.php -msgid "Tags" -msgstr "Schlagwörter" - -#: patterns/dark-mode-toggle.php -msgid "Switch to dark mode" -msgstr "Zum Darkmode wechseln" - -#: patterns/dark-mode-toggle.php -msgid "Switch to light mode" -msgstr "Zum hellen Modus wechseln" - -#: functions.php +#: style.css +msgid "" +"A modern WordPress Block Theme built from scratch with Bootstrap 5. Features " +"responsive design, dark mode support, and full compatibility with the " +"WordPress Site Editor." +msgstr "" +"Ein modernes WordPress Block-Theme, erstellt mit Bootstrap 5. Mit " +"responsivem Design, Darkmode-Unterstützung und voller Kompatibilität mit dem " +"WordPress Site-Editor." + +#. Author of the theme +#: style.css +msgid "Marco Graetsch" +msgstr "" + +#. Author URI of the theme +#: style.css +msgid "https://src.bundespruefstelle.ch/magdev" +msgstr "" + +#: functions.php:43 msgid "Primary Navigation" msgstr "Primäre Navigation" -#: functions.php +#: functions.php:44 msgid "Footer Navigation" msgstr "Fusszeilen-Navigation" -#: functions.php -msgid "Pages" -msgstr "Seiten" +#: functions.php:58 +msgid "Sidebar" +msgstr "Seitenleiste" -#: functions.php -msgid "A collection of full page layouts." -msgstr "Eine Sammlung von ganzseitigen Layouts." +#: functions.php:60 +msgid "Add widgets here to appear in the sidebar." +msgstr "Füge hier Widgets hinzu, um sie in der Seitenleiste anzuzeigen." -#: functions.php -msgid "Hero Sections" -msgstr "Heldenabschnitte" - -#: functions.php -msgid "Large hero and banner sections." -msgstr "Grosse Helden- und Banner-Abschnitte." - -#: functions.php -msgid "Call to Action" -msgstr "Handlungsaufforderung" - -#: functions.php -msgid "Call to action sections." -msgstr "Handlungsaufforderungs-Abschnitte." - -#: functions.php -msgid "Feature and service showcase sections." -msgstr "Funktions- und Service-Präsentationsabschnitte." - -#: functions.php -msgid "Testimonials" -msgstr "Referenzen" - -#: functions.php -msgid "Testimonial and review sections." -msgstr "Referenz- und Bewertungsabschnitte." - -#: functions.php -msgid "Pricing table sections." -msgstr "Preistabellen-Abschnitte." - -#: functions.php -msgid "Contact" -msgstr "Kontakt" - -#: functions.php -msgid "Contact information sections." -msgstr "Kontaktinformations-Abschnitte." - -#: functions.php -msgid "Text & Content" -msgstr "Text & Inhalt" - -#: functions.php -msgid "Text-focused content sections." -msgstr "Textorientierte Inhaltsabschnitte." - -#: functions.php -msgid "Checkmark" -msgstr "Häkchen" - -#: functions.php -msgid "Unstyled" -msgstr "Ohne Stil" - -#: functions.php -msgid "Card" -msgstr "Karte" - -#: functions.php -msgid "Card with Shadow" -msgstr "Karte mit Schatten" - -#: functions.php -msgid "Alert - Info" -msgstr "Hinweis - Info" - -#: functions.php -msgid "Alert - Success" -msgstr "Hinweis - Erfolg" - -#: functions.php -msgid "Alert - Warning" -msgstr "Hinweis - Warnung" - -#: functions.php -msgid "Alert - Danger" -msgstr "Hinweis - Gefahr" - -#: functions.php -msgid "Striped Rows" -msgstr "Gestreifte Zeilen" - -#: functions.php -msgid "Hover Rows" -msgstr "Hervorgehobene Zeilen" - -#: functions.php -msgid "Bordered" -msgstr "Mit Rahmen" - -#: functions.php -msgid "Accent Border" -msgstr "Akzentrahmen" - -#: functions.php -msgid "Shadow" -msgstr "Schatten" - -#: functions.php -msgid "Large Rounded" -msgstr "Gross abgerundet" - -#: functions.php -msgid "Large" -msgstr "Gross" - -#: functions.php -msgid "Small" -msgstr "Klein" - -#: functions.php -msgid "Wide" -msgstr "Breit" - -#: functions.php -msgid "Name" -msgstr "Name" - -#: functions.php -msgid "Website" -msgstr "Website" - -#: functions.php -msgid "Save my name, email, and website in this browser for the next time I comment." -msgstr "Meinen Namen, meine E-Mail-Adresse und meine Website in diesem Browser für meinen nächsten Kommentar speichern." - -#: functions.php +#: functions.php:494 msgid "Bootstrap Layout" msgstr "Bootstrap-Layout" -#: functions.php +#: functions.php:499 msgid "Bootstrap Components" msgstr "Bootstrap-Komponenten" -#: functions.php +#: functions.php:504 msgid "Bootstrap Navigation" msgstr "Bootstrap-Navigation" -#: functions.php +#: functions.php:522 +msgid "Pages" +msgstr "Seiten" + +#: functions.php:523 +msgid "A collection of full page layouts." +msgstr "Eine Sammlung von ganzseitigen Layouts." + +#: functions.php:530 +msgid "Hero Sections" +msgstr "Heldenabschnitte" + +#: functions.php:531 +msgid "Large hero and banner sections." +msgstr "Grosse Helden- und Banner-Abschnitte." + +#: functions.php:538 +msgid "Call to Action" +msgstr "Handlungsaufforderung" + +#: functions.php:539 +msgid "Call to action sections." +msgstr "Handlungsaufforderungs-Abschnitte." + +#: functions.php:546 patterns/features-3-col.php:14 +msgid "Features" +msgstr "Funktionen" + +#: functions.php:547 +msgid "Feature and service showcase sections." +msgstr "Funktions- und Service-Präsentationsabschnitte." + +#: functions.php:554 +msgid "Testimonials" +msgstr "Referenzen" + +#: functions.php:555 +msgid "Testimonial and review sections." +msgstr "Referenz- und Bewertungsabschnitte." + +#: functions.php:562 patterns/pricing-3-col.php:14 +msgid "Pricing" +msgstr "Preise" + +#: functions.php:563 +msgid "Pricing table sections." +msgstr "Preistabellen-Abschnitte." + +#: functions.php:570 +msgid "Contact" +msgstr "Kontakt" + +#: functions.php:571 +msgid "Contact information sections." +msgstr "Kontaktinformations-Abschnitte." + +#: functions.php:578 +msgid "Text & Content" +msgstr "Text & Inhalt" + +#: functions.php:579 +msgid "Text-focused content sections." +msgstr "Textorientierte Inhaltsabschnitte." + +#: functions.php:586 msgid "Layout" msgstr "Layout" -#: functions.php +#: functions.php:587 msgid "Layout building blocks for page structure." msgstr "Layout-Bausteine für die Seitenstruktur." -#: functions.php +#: functions.php:594 msgid "Components" msgstr "Komponenten" -#: functions.php +#: functions.php:595 msgid "Reusable Bootstrap component patterns." msgstr "Wiederverwendbare Bootstrap-Komponentenvorlagen." -#: functions.php -#: patterns/footer-columns.php +#: functions.php:602 patterns/footer-columns.php:30 msgid "Navigation" msgstr "Navigation" -#: functions.php +#: functions.php:603 msgid "Navigation and header patterns." msgstr "Navigations- und Kopfzeilenvorlagen." -#: patterns/layout-container.php -msgid "Heading goes here" -msgstr "Überschrift hier eingeben" +#: functions.php:620 +msgid "Checkmark" +msgstr "Häkchen" -#: patterns/layout-container.php -msgid "This is a content container with constrained width and comfortable padding. Replace this text with your own content." -msgstr "Dies ist ein Inhaltscontainer mit begrenzter Breite und komfortablem Innenabstand. Ersetze diesen Text durch deinen eigenen Inhalt." +#: functions.php:629 +msgid "Unstyled" +msgstr "Ohne Stil" -#: patterns/layout-2-col.php -#: patterns/layout-3-col.php -msgid "Column One" -msgstr "Spalte Eins" +#: functions.php:637 +msgid "Card" +msgstr "Karte" -#: patterns/layout-2-col.php -msgid "Add your content here. This column takes up half the available width on larger screens and stacks on mobile devices." -msgstr "Füge hier deinen Inhalt ein. Diese Spalte nimmt auf grösseren Bildschirmen die Hälfte der verfügbaren Breite ein und wird auf Mobilgeräten gestapelt." +#: functions.php:645 +msgid "Card with Shadow" +msgstr "Karte mit Schatten" -#: patterns/layout-2-col.php -#: patterns/layout-3-col.php -msgid "Column Two" -msgstr "Spalte Zwei" +#: functions.php:653 +msgid "Alert - Info" +msgstr "Hinweis - Info" -#: patterns/layout-3-col.php -msgid "Column Three" -msgstr "Spalte Drei" +#: functions.php:661 +msgid "Alert - Success" +msgstr "Hinweis - Erfolg" -#: patterns/layout-3-col.php -msgid "Add your content here. This column takes up one third of the available width on larger screens." -msgstr "Füge hier deinen Inhalt ein. Diese Spalte nimmt auf grösseren Bildschirmen ein Drittel der verfügbaren Breite ein." +#: functions.php:669 +msgid "Alert - Warning" +msgstr "Hinweis - Warnung" -#: patterns/layout-full-width-section.php -msgid "Full Width Section Heading" -msgstr "Überschrift des Vollbreiten-Abschnitts" +#: functions.php:677 +msgid "Alert - Danger" +msgstr "Hinweis - Gefahr" -#: patterns/layout-full-width-section.php -msgid "This full-width section stands out with a colored background. Use it to highlight important content, announcements, or calls to action." -msgstr "Dieser Vollbreiten-Abschnitt fällt durch einen farbigen Hintergrund auf. Verwende ihn, um wichtige Inhalte, Ankündigungen oder Handlungsaufforderungen hervorzuheben." +#: functions.php:685 +msgid "Striped Rows" +msgstr "Gestreifte Zeilen" -#: patterns/component-card-group.php -msgid "Card One" -msgstr "Karte Eins" +#: functions.php:693 +msgid "Hover Rows" +msgstr "Hervorgehobene Zeilen" -#: patterns/component-card-group.php -msgid "Card Two" -msgstr "Karte Zwei" +#: functions.php:701 +msgid "Bordered" +msgstr "Mit Rahmen" -#: patterns/component-card-group.php -msgid "Card Three" -msgstr "Karte Drei" +#: functions.php:709 +msgid "Accent Border" +msgstr "Akzentrahmen" -#: patterns/component-card-group.php -msgid "Add a short description for this card. Cards are a great way to organize and present related content." -msgstr "Füge eine kurze Beschreibung für diese Karte hinzu. Karten sind eine hervorragende Möglichkeit, zusammengehörige Inhalte zu organisieren und zu präsentieren." +#: functions.php:717 +msgid "Shadow" +msgstr "Schatten" + +#: functions.php:725 +msgid "Large Rounded" +msgstr "Gross abgerundet" + +#: functions.php:733 +msgid "Large" +msgstr "Gross" + +#: functions.php:741 +msgid "Small" +msgstr "Klein" + +#: functions.php:749 +msgid "Wide" +msgstr "Breit" + +#: functions.php:801 +msgid "Name" +msgstr "Name" + +#: functions.php:806 patterns/contact-info.php:44 +#: patterns/cta-newsletter.php:21 patterns/page-contact.php:34 +msgid "Email" +msgstr "E-Mail" + +#: functions.php:811 +msgid "Website" +msgstr "Website" + +#: functions.php:819 +msgid "" +"Save my name, email, and website in this browser for the next time I comment." +msgstr "" +"Meinen Namen, meine E-Mail-Adresse und meine Website in diesem Browser für " +"meinen nächsten Kommentar speichern." + +#: inc/Template/ContextBuilder.php:199 patterns/template-query-loop.php:25 +msgid "Read more" +msgstr "Weiterlesen" + +#: inc/Template/ContextBuilder.php:237 patterns/post-navigation.php:17 +msgid "Previous" +msgstr "Zurück" + +#: inc/Template/ContextBuilder.php:238 patterns/post-navigation.php:18 +msgid "Next" +msgstr "Weiter" + +#: inc/Template/ContextBuilder.php:274 +#, php-format +msgid "%s Comment" +msgid_plural "%s Comments" +msgstr[0] "%s Kommentar" +msgstr[1] "%s Kommentare" + +#: inc/Template/ContextBuilder.php:329 +msgid "Leave a Comment" +msgstr "Einen Kommentar hinterlassen" + +#: inc/Template/ContextBuilder.php:335 +msgid "Comment" +msgstr "Kommentar" + +#: patterns/comments.php +msgctxt "Pattern title" +msgid "Comments" +msgstr "Kommentare" + +#: patterns/comments.php +msgctxt "Pattern description" +msgid "Comments section with form." +msgstr "Kommentarbereich mit Formular." + +#: patterns/comments.php:15 +msgid "Comments" +msgstr "Kommentare" #: patterns/component-accordion.php +msgctxt "Pattern title" msgid "Accordion" msgstr "Akkordeon" #: patterns/component-accordion.php -msgid "Click on each item to expand and reveal its content." -msgstr "Klicke auf jedes Element, um es aufzuklappen und den Inhalt anzuzeigen." +msgctxt "Pattern description" +msgid "" +"An accordion section using details blocks with summary and content " +"paragraphs." +msgstr "" +"Ein Akkordeon-Abschnitt mit Details-Blöcken, Zusammenfassung und " +"Inhaltsabsätzen." -#: patterns/component-accordion.php +#: patterns/component-accordion.php:14 +msgid "Accordion" +msgstr "Akkordeon" + +#: patterns/component-accordion.php:18 +msgid "Click on each item to expand and reveal its content." +msgstr "" +"Klicke auf jedes Element, um es aufzuklappen und den Inhalt anzuzeigen." + +#: patterns/component-accordion.php:22 msgid "Accordion Item One" msgstr "Akkordeon-Element Eins" -#: patterns/component-accordion.php -msgid "This is the content for the first accordion item. You can add any blocks inside this details element to create rich, expandable content sections." -msgstr "Dies ist der Inhalt des ersten Akkordeon-Elements. Du kannst beliebige Blöcke in dieses Details-Element einfügen, um reichhaltige, aufklappbare Inhaltsabschnitte zu erstellen." +#: patterns/component-accordion.php:23 +msgid "" +"This is the content for the first accordion item. You can add any blocks " +"inside this details element to create rich, expandable content sections." +msgstr "" +"Dies ist der Inhalt des ersten Akkordeon-Elements. Du kannst beliebige " +"Blöcke in dieses Details-Element einfügen, um reichhaltige, aufklappbare " +"Inhaltsabschnitte zu erstellen." -#: patterns/component-accordion.php +#: patterns/component-accordion.php:28 msgid "Accordion Item Two" msgstr "Akkordeon-Element Zwei" -#: patterns/component-accordion.php -msgid "This is the content for the second accordion item. Details blocks are a native HTML element that provide toggle functionality without JavaScript." -msgstr "Dies ist der Inhalt des zweiten Akkordeon-Elements. Details-Blöcke sind native HTML-Elemente, die Aufklappfunktionalität ohne JavaScript bieten." +#: patterns/component-accordion.php:29 +msgid "" +"This is the content for the second accordion item. Details blocks are a " +"native HTML element that provide toggle functionality without JavaScript." +msgstr "" +"Dies ist der Inhalt des zweiten Akkordeon-Elements. Details-Blöcke sind " +"native HTML-Elemente, die Aufklappfunktionalität ohne JavaScript bieten." -#: patterns/component-accordion.php +#: patterns/component-accordion.php:34 msgid "Accordion Item Three" msgstr "Akkordeon-Element Drei" -#: patterns/component-accordion.php -msgid "This is the content for the third accordion item. Use accordions to organize frequently asked questions, feature lists, or any content that benefits from progressive disclosure." -msgstr "Dies ist der Inhalt des dritten Akkordeon-Elements. Verwende Akkordeons, um häufig gestellte Fragen, Funktionslisten oder andere Inhalte zu organisieren, die von schrittweiser Offenlegung profitieren." +#: patterns/component-accordion.php:35 +msgid "" +"This is the content for the third accordion item. Use accordions to organize " +"frequently asked questions, feature lists, or any content that benefits from " +"progressive disclosure." +msgstr "" +"Dies ist der Inhalt des dritten Akkordeon-Elements. Verwende Akkordeons, um " +"häufig gestellte Fragen, Funktionslisten oder andere Inhalte zu " +"organisieren, die von schrittweiser Offenlegung profitieren." -#: patterns/page-about.php -msgid "About Us" -msgstr "Über uns" +#: patterns/component-card-group.php +msgctxt "Pattern title" +msgid "Card Group" +msgstr "Kartengruppe" -#: patterns/page-about.php -msgid "Learn more about who we are, what we do, and the people behind our mission." -msgstr "Erfahre mehr darüber, wer wir sind, was wir tun und wer hinter unserer Mission steht." +#: patterns/component-card-group.php +msgctxt "Pattern description" +msgid "" +"A three-column card group with shadow-styled cards, each containing a " +"heading and paragraph." +msgstr "" +"Eine dreispaltige Kartengruppe mit Karten mit Schatteneffekt, die jeweils " +"eine Überschrift und einen Absatz enthalten." -#: patterns/page-about.php -msgid "Our Story" -msgstr "Unsere Geschichte" +#: patterns/component-card-group.php:17 +msgid "Card One" +msgstr "Karte Eins" -#: patterns/page-about.php -msgid "Founded with a passion for innovation and excellence, our journey began with a simple idea: to create meaningful solutions that make a real difference. Over the years, we have grown from a small team into a dedicated group of professionals committed to delivering outstanding results." -msgstr "Gegründet mit einer Leidenschaft für Innovation und Exzellenz, begann unsere Reise mit einer einfachen Idee: bedeutungsvolle Lösungen zu schaffen, die einen echten Unterschied machen. Im Laufe der Jahre sind wir von einem kleinen Team zu einer engagierten Gruppe von Fachleuten gewachsen, die sich der Erbringung herausragender Ergebnisse verschrieben haben." +#: patterns/component-card-group.php:21 patterns/component-card-group.php:33 +#: patterns/component-card-group.php:45 +msgid "" +"Add a short description for this card. Cards are a great way to organize and " +"present related content." +msgstr "" +"Füge eine kurze Beschreibung für diese Karte hinzu. Karten sind eine " +"hervorragende Möglichkeit, zusammengehörige Inhalte zu organisieren und zu " +"präsentieren." -#: patterns/page-about.php -msgid "Today, we continue to push boundaries and challenge conventions. Our approach combines creative thinking with proven methodologies, ensuring that every project we undertake meets the highest standards of quality and craftsmanship." -msgstr "Heute stossen wir weiterhin Grenzen und hinterfragen Konventionen. Unser Ansatz verbindet kreatives Denken mit bewährten Methoden und stellt sicher, dass jedes Projekt, das wir übernehmen, den höchsten Qualitäts- und Handwerksstandards entspricht." +#: patterns/component-card-group.php:29 +msgid "Card Two" +msgstr "Karte Zwei" -#: patterns/page-about.php -msgid "Our Team" -msgstr "Unser Team" +#: patterns/component-card-group.php:41 +msgid "Card Three" +msgstr "Karte Drei" -#: patterns/page-about.php -msgid "Meet the people who make it all happen." -msgstr "Lerne die Menschen kennen, die alles möglich machen." +#: patterns/contact-info.php +msgctxt "Pattern title" +msgid "Contact information" +msgstr "Kontaktinformationen" -#: patterns/page-about.php -msgid "Jane Doe" -msgstr "Jane Doe" +#: patterns/contact-info.php +msgctxt "Pattern description" +msgid "" +"A three-column contact information layout with address, phone, and email." +msgstr "" +"Ein dreispaltiges Kontaktinformations-Layout mit Adresse, Telefon und " +"E-Mail." -#: patterns/page-about.php -msgid "Founder & CEO" -msgstr "Gründerin & CEO" - -#: patterns/page-about.php -msgid "John Smith" -msgstr "John Smith" - -#: patterns/page-about.php -msgid "Lead Developer" -msgstr "Leitender Entwickler" - -#: patterns/page-about.php -msgid "Emily Johnson" -msgstr "Emily Johnson" - -#: patterns/page-about.php -msgid "Creative Director" -msgstr "Kreativdirektorin" - -#: patterns/page-services.php -msgid "Our Services" -msgstr "Unsere Dienstleistungen" - -#: patterns/page-services.php -msgid "Professional solutions tailored to your needs." -msgstr "Professionelle Lösungen, massgeschneidert auf deine Bedürfnisse." - -#: patterns/page-services.php -msgid "What We Offer" -msgstr "Was wir anbieten" - -#: patterns/page-services.php -msgid "We provide a wide range of services to help your business grow and succeed." -msgstr "Wir bieten ein breites Spektrum an Dienstleistungen, um dein Unternehmen beim Wachstum und Erfolg zu unterstützen." - -#: patterns/page-services.php -msgid "Design" -msgstr "Design" - -#: patterns/page-services.php -msgid "Beautiful, user-centered designs that capture your brand identity and engage your audience across all platforms and devices." -msgstr "Schöne, benutzerzentrierte Designs, die deine Markenidentität einfangen und dein Publikum auf allen Plattformen und Geräten ansprechen." - -#: patterns/page-services.php -msgid "Development" -msgstr "Entwicklung" - -#: patterns/page-services.php -msgid "Robust, scalable web applications built with modern technologies and best practices to ensure performance and reliability." -msgstr "Robuste, skalierbare Webanwendungen, erstellt mit modernen Technologien und bewährten Methoden, um Leistung und Zuverlässigkeit zu gewährleisten." - -#: patterns/page-services.php -msgid "Strategy" -msgstr "Strategie" - -#: patterns/page-services.php -msgid "Data-driven strategies and consulting to help you achieve your business goals and stay ahead of the competition." -msgstr "Datengetriebene Strategien und Beratung, um dir zu helfen, deine Geschäftsziele zu erreichen und der Konkurrenz voraus zu sein." - -#: patterns/page-services.php -msgid "Ready to take your project to the next level? Let us help you build something great." -msgstr "Bereit, dein Projekt auf die nächste Stufe zu heben? Lass uns dir helfen, etwas Grossartiges zu bauen." - -#: patterns/page-services.php -msgid "View Portfolio" -msgstr "Portfolio ansehen" - -#: patterns/page-contact.php -msgid "We would love to hear from you. Reach out to us anytime." -msgstr "Wir freuen uns von dir zu hören. Kontaktiere uns jederzeit." - -#: patterns/page-contact.php -msgid "Get in Touch" +#: patterns/contact-info.php:14 +msgid "Get in touch" msgstr "Kontakt aufnehmen" -#: patterns/page-contact.php -msgid "123 Main Street, Suite 100, Anytown, ST 12345" -msgstr "Hauptstrasse 123, Suite 100, 8000 Zürich" +#: patterns/contact-info.php:18 +msgid "" +"We would love to hear from you. Reach out through any of the channels below." +msgstr "" +"Wir freuen uns von dir zu hören. Kontaktiere uns über einen der folgenden " +"Kanäle." -#: patterns/page-contact.php -msgid "+1 (555) 123-4567" +#: patterns/contact-info.php:24 patterns/page-contact.php:30 +msgid "Address" +msgstr "Adresse" + +#: patterns/contact-info.php:28 +msgid "123 Example Street" +msgstr "Beispielstrasse 123" + +#: patterns/contact-info.php:28 +msgid "8000 Zurich, Switzerland" +msgstr "8000 Zürich, Schweiz" + +#: patterns/contact-info.php:34 patterns/page-contact.php:38 +msgid "Phone" +msgstr "Telefon" + +#: patterns/contact-info.php:38 +msgid "+41 44 123 45 67" msgstr "+41 44 123 45 67" -#: patterns/page-contact.php -msgid "Business Hours" -msgstr "Öffnungszeiten" +#: patterns/contact-info.php:48 patterns/page-contact.php:34 +msgid "info@example.com" +msgstr "info@example.com" -#: patterns/page-contact.php -msgid "Monday - Friday:" -msgstr "Montag - Freitag:" +#: patterns/cta-banner.php +msgctxt "Pattern title" +msgid "Call to action banner" +msgstr "Handlungsaufforderungs-Banner" -#: patterns/page-contact.php -msgid "9:00 AM - 6:00 PM" -msgstr "09:00 - 18:00 Uhr" +#: patterns/cta-banner.php +msgctxt "Pattern description" +msgid "" +"A full-width call to action banner with a colored background, heading, " +"description, and button." +msgstr "" +"Ein vollbreiter Handlungsaufforderungs-Banner mit farbigem Hintergrund, " +"Überschrift, Beschreibung und Schaltfläche." -#: patterns/page-contact.php -msgid "Saturday:" -msgstr "Samstag:" +#: patterns/cta-banner.php:14 +msgid "Ready to get started?" +msgstr "Bereit loszulegen?" -#: patterns/page-contact.php -msgid "10:00 AM - 4:00 PM" -msgstr "10:00 - 16:00 Uhr" +#: patterns/cta-banner.php:18 +msgid "Start building your website today with our powerful and flexible theme." +msgstr "" +"Beginne noch heute mit dem Aufbau deiner Website mit unserem " +"leistungsstarken und flexiblen Theme." -#: patterns/page-contact.php -msgid "Sunday:" -msgstr "Sonntag:" +#: patterns/cta-banner.php:23 +msgid "Start Now" +msgstr "Jetzt beginnen" -#: patterns/page-contact.php -msgid "Closed" -msgstr "Geschlossen" +#: patterns/cta-newsletter.php +msgctxt "Pattern title" +msgid "Newsletter signup" +msgstr "Newsletter-Anmeldung" -#. translators: Copyright notice. %1$s: Year, %2$s: Site title. -#: patterns/footer-minimal.php -msgid "© %1$s %2$s. All rights reserved." -msgstr "© %1$s %2$s. Alle Rechte vorbehalten." +#: patterns/cta-newsletter.php +msgctxt "Pattern description" +msgid "" +"A newsletter signup section with heading, description, and search block." +msgstr "" +"Ein Newsletter-Anmeldebereich mit Überschrift, Beschreibung und Suchblock." + +#: patterns/cta-newsletter.php:14 +msgid "Stay in the loop" +msgstr "Bleib auf dem Laufenden" + +#: patterns/cta-newsletter.php:18 +msgid "Subscribe to our newsletter for updates, tips, and exclusive content." +msgstr "" +"Abonniere unseren Newsletter für Aktualisierungen, Tipps und exklusive " +"Inhalte." + +#: patterns/cta-newsletter.php:21 +msgid "Enter your email address" +msgstr "Gib deine E-Mail-Adresse ein" + +#: patterns/cta-newsletter.php:21 +msgid "Subscribe" +msgstr "Abonnieren" + +#: patterns/dark-mode-toggle.php +msgctxt "Pattern title" +msgid "Dark mode toggle" +msgstr "Darkmode-Schalter" + +#: patterns/dark-mode-toggle.php +msgctxt "Pattern description" +msgid "A toggle button for switching between light and dark mode." +msgstr "Eine Schaltfläche zum Wechseln zwischen hellem und dunklem Modus." + +#: patterns/dark-mode-toggle.php:13 +msgid "Switch to dark mode" +msgstr "Zum Darkmode wechseln" + +#: patterns/dark-mode-toggle.php:13 +msgid "Switch to light mode" +msgstr "Zum hellen Modus wechseln" + +#: patterns/features-2-col-offset.php +msgctxt "Pattern title" +msgid "Features two columns with image" +msgstr "Funktionen zweispaltig mit Bild" + +#: patterns/features-2-col-offset.php +msgctxt "Pattern description" +msgid "" +"A two-column layout with a large image on the left and stacked features on " +"the right." +msgstr "" +"Ein zweispaltiges Layout mit einem grossen Bild links und gestapelten " +"Funktionen rechts." + +#: patterns/features-2-col-offset.php:16 +msgid "Feature illustration" +msgstr "Funktionsillustration" + +#: patterns/features-2-col-offset.php:22 +msgid "Designed for modern workflows" +msgstr "Entwickelt für moderne Arbeitsabläufe" + +#: patterns/features-2-col-offset.php:26 +msgid "" +"Streamline your development process with a theme that works the way you do." +msgstr "" +"Optimiere deinen Entwicklungsprozess mit einem Theme, das so arbeitet wie du." + +#: patterns/features-2-col-offset.php:34 +msgid "Block Patterns" +msgstr "Block-Vorlagen" + +#: patterns/features-2-col-offset.php:38 +msgid "" +"Pre-built patterns for common page sections. Drop them in and customize to " +"fit your needs." +msgstr "" +"Vorgefertigte Vorlagen für gängige Seitenabschnitte. Füge diese ein und " +"passe sie an deine Bedürfnisse an." + +#: patterns/features-2-col-offset.php:46 +msgid "Style Variations" +msgstr "Stilvariationen" + +#: patterns/features-2-col-offset.php:50 +msgid "" +"Switch between color schemes with a single click. Choose from multiple " +"professionally designed palettes." +msgstr "" +"Wechsle mit einem Klick zwischen Farbschemata. Wähle aus mehreren " +"professionell gestalteten Paletten." + +#: patterns/features-3-col.php +msgctxt "Pattern title" +msgid "Features three columns" +msgstr "Funktionen dreispaltig" + +#: patterns/features-3-col.php +msgctxt "Pattern description" +msgid "A three-column feature grid with images, headings, and descriptions." +msgstr "" +"Ein dreispaltiges Funktionsraster mit Bildern, Überschriften und " +"Beschreibungen." + +#: patterns/features-3-col.php:18 +msgid "Everything you need to build a modern website." +msgstr "Alles, was du für eine moderne Website benötigst." + +#: patterns/features-3-col.php:28 +msgid "Responsive Design" +msgstr "Responsives Design" + +#: patterns/features-3-col.php:32 +msgid "" +"Your website looks great on every device, from mobile phones to large " +"desktop screens." +msgstr "" +"Deine Website sieht auf jedem Gerät grossartig aus, vom Mobiltelefon bis zum " +"grossen Desktop-Bildschirm." + +#: patterns/features-3-col.php:42 +msgid "Easy Customization" +msgstr "Einfache Anpassung" + +#: patterns/features-3-col.php:46 +msgid "" +"Customize colors, fonts, and layouts using the WordPress Site Editor with no " +"code required." +msgstr "" +"Passe Farben, Schriftarten und Layouts mit dem WordPress Site-Editor an, " +"ganz ohne Programmierung." + +#: patterns/features-3-col.php:56 +msgid "Performance First" +msgstr "Leistung zuerst" + +#: patterns/features-3-col.php:60 +msgid "" +"Built with speed in mind. Optimized assets and clean code for lightning-fast " +"page loads." +msgstr "" +"Entwickelt mit Fokus auf Geschwindigkeit. Optimierte Ressourcen und sauberer " +"Code für blitzschnelle Seitenladezeiten." + +#: patterns/features-icon-list.php +msgctxt "Pattern title" +msgid "Features icon list" +msgstr "Funktionsliste mit Icons" + +#: patterns/features-icon-list.php +msgctxt "Pattern description" +msgid "A vertical list of features with icon images and text descriptions." +msgstr "" +"Eine vertikale Liste von Funktionen mit Icon-Bildern und Textbeschreibungen." + +#: patterns/features-icon-list.php:14 +msgid "Why choose us" +msgstr "Warum du uns wählen solltest" + +#: patterns/features-icon-list.php:25 +msgid "Bootstrap 5 Framework" +msgstr "Bootstrap 5 Framework" + +#: patterns/features-icon-list.php:29 +msgid "" +"Built on the most popular CSS framework. Leverage a proven, well-documented " +"design system." +msgstr "" +"Basierend auf dem beliebtesten CSS-Framework. Nutze ein bewährtes, gut " +"dokumentiertes Design-System." + +#: patterns/features-icon-list.php:41 +msgid "Full Site Editing" +msgstr "Vollständige Website-Bearbeitung" + +#: patterns/features-icon-list.php:45 +msgid "" +"Edit every part of your site visually. Headers, footers, templates, and " +"content are all customizable." +msgstr "" +"Bearbeite jeden Teil deiner Website visuell. Kopfzeilen, Fusszeilen, " +"Vorlagen und Inhalte sind vollständig anpassbar." + +#: patterns/features-icon-list.php:57 +msgid "Dark Mode Support" +msgstr "Darkmode-Unterstützung" + +#: patterns/features-icon-list.php:61 +msgid "" +"Built-in dark mode toggle that respects user preferences and persists across " +"visits." +msgstr "" +"Integrierter Darkmode-Schalter, der Benutzereinstellungen respektiert und " +"über Besuche hinweg beibehalten wird." #: patterns/footer-columns.php +msgctxt "Pattern title" +msgid "Footer - Multi-Column" +msgstr "Fusszeile - Mehrspaltig" + +#: patterns/footer-columns.php +msgctxt "Pattern description" +msgid "Multi-column footer with site info, navigation, and credits." +msgstr "Mehrspaltiger Fussbereich mit Website-Info, Navigation und Quellenangaben." + +#: patterns/footer-columns.php:22 msgid "A modern WordPress theme built with Bootstrap 5." msgstr "Ein modernes WordPress-Theme, erstellt mit Bootstrap 5." -#: patterns/footer-columns.php +#: patterns/footer-columns.php:39 msgid "About" msgstr "Über" -#: patterns/footer-columns.php -msgid "This theme is proudly built with Bootstrap 5 and WordPress Full Site Editing." -msgstr "Dieses Theme wurde mit Stolz mit Bootstrap 5 und WordPress Full Site Editing erstellt." +#: patterns/footer-columns.php:42 +msgid "" +"This theme is proudly built with Bootstrap 5 and WordPress Full Site Editing." +msgstr "" +"Dieses Theme wurde mit Stolz mit Bootstrap 5 und WordPress Full Site Editing " +"erstellt." #. translators: Copyright notice. %1$s: Year, %2$s: Site title. -#: patterns/footer-columns.php +#: patterns/footer-columns.php:64 +#, php-format msgid "© %1$s %2$s" msgstr "© %1$s %2$s" -#: views/base.html.twig -msgid "Skip to main content" -msgstr "Zum Hauptinhalt springen" +#. translators: Powered by WordPress. %s: WordPress link. +#: patterns/footer-columns.php:76 patterns/footer.php:38 +#, php-format +msgid "Powered by %s" +msgstr "Betrieben mit %s" -#: views/partials/header.html.twig -#: views/partials/header-centered.html.twig -#: views/partials/header-transparent.html.twig -#: views/partials/header-offcanvas.html.twig -msgid "Primary navigation" -msgstr "Hauptnavigation" +#: patterns/footer-columns.php:77 patterns/footer.php:39 +msgid "https://wordpress.org" +msgstr "https://de.wordpress.org" -#: views/partials/footer.html.twig -#: views/partials/footer-columns.html.twig -msgid "Footer navigation" -msgstr "Fussnavigation" +#: patterns/footer-minimal.php +msgctxt "Pattern title" +msgid "Footer - Minimal" +msgstr "Fusszeile - Minimal" -#: functions.php +#: patterns/footer-minimal.php +msgctxt "Pattern description" +msgid "Minimal single-line footer with copyright." +msgstr "Minimaler einzeiliger Fussbereich mit Copyright-Hinweis." + +#. translators: Copyright notice. %1$s: Year, %2$s: Site title. +#: patterns/footer-minimal.php:25 +#, php-format +msgid "© %1$s %2$s. All rights reserved." +msgstr "© %1$s %2$s. Alle Rechte vorbehalten." + +#: patterns/footer.php +msgctxt "Pattern title" +msgid "Footer" +msgstr "Fusszeile" + +#: patterns/footer.php +msgctxt "Pattern description" +msgid "Site footer with site title, tagline, and credits." +msgstr "Website-Fussbereich mit Seitentitel, Slogan und Quellenangaben." + +#: patterns/header-centered.php +msgctxt "Pattern title" +msgid "Header - Centered" +msgstr "Kopfzeile - Zentriert" + +#: patterns/header-centered.php +msgctxt "Pattern description" +msgid "Centered header with site title above navigation." +msgstr "Zentrierte Kopfzeile mit Seitentitel über der Navigation." + +#: patterns/header-transparent.php +msgctxt "Pattern title" +msgid "Header - Transparent" +msgstr "Kopfzeile - Transparent" + +#: patterns/header-transparent.php +msgctxt "Pattern description" +msgid "Transparent header that overlays page content, ideal for hero sections." +msgstr "" +"Transparente Kopfzeile, die den Seiteninhalt überlagert, ideal für " +"Heldenabschnitte." + +#: patterns/header.php +msgctxt "Pattern title" +msgid "Header" +msgstr "Kopfzeile" + +#: patterns/header.php +msgctxt "Pattern description" +msgid "Site header with site title and navigation." +msgstr "Website-Kopfzeile mit Seitentitel und Navigation." + +#: patterns/hero-centered.php +msgctxt "Pattern title" +msgid "Hero centered" +msgstr "Held zentriert" + +#: patterns/hero-centered.php +msgctxt "Pattern description" +msgid "" +"A centered hero section with a colored background, heading, paragraph, and " +"call to action buttons." +msgstr "" +"Ein zentrierter Heldenabschnitt mit farbigem Hintergrund, Überschrift, " +"Absatz und Handlungsaufforderungs-Schaltflächen." + +#: patterns/hero-centered.php:14 +msgid "Welcome to your new website" +msgstr "Willkommen auf deiner neuen Website" + +#: patterns/hero-centered.php:18 +msgid "" +"Start building beautiful, responsive pages with the full power of Bootstrap " +"5 and the WordPress block editor." +msgstr "" +"Beginne mit dem Erstellen schöner, responsiver Seiten mit der vollen " +"Leistung von Bootstrap 5 und dem WordPress Block-Editor." + +#: patterns/hero-centered.php:23 patterns/hero-cover.php:23 +#: patterns/page-services.php:78 patterns/pricing-3-col.php:52 +#: patterns/pricing-3-col.php:91 +msgid "Get Started" +msgstr "Jetzt starten" + +#: patterns/hero-centered.php:27 patterns/hero-split.php:25 +#: patterns/text-about.php:29 +msgid "Learn More" +msgstr "Mehr erfahren" + +#: patterns/hero-cover.php +msgctxt "Pattern title" +msgid "Hero with cover image" +msgstr "Held mit Titelbild" + +#: patterns/hero-cover.php +msgctxt "Pattern description" +msgid "" +"A full-width hero section with a cover image, heading, paragraph, and call " +"to action button." +msgstr "" +"Ein vollbreiter Heldenabschnitt mit Titelbild, Überschrift, Absatz und " +"Handlungsaufforderungs-Schaltfläche." + +#: patterns/hero-cover.php:14 +msgid "Build something amazing" +msgstr "Erstelle etwas Grossartiges" + +#: patterns/hero-cover.php:18 +msgid "" +"Create modern, responsive websites with the power of Bootstrap 5 and the " +"WordPress Site Editor." +msgstr "" +"Erstelle moderne, responsive Websites mit der Leistung von Bootstrap 5 und " +"dem WordPress Site-Editor." + +#: patterns/hero-split.php +msgctxt "Pattern title" +msgid "Hero split with image" +msgstr "Held zweigeteilt mit Bild" + +#: patterns/hero-split.php +msgctxt "Pattern description" +msgid "" +"A two-column hero with text on the left and an image placeholder on the " +"right." +msgstr "" +"Ein zweispaltiger Held mit Text links und einem Bildplatzhalter rechts." + +#: patterns/hero-split.php:16 +msgid "Modern design meets powerful features" +msgstr "Modernes Design trifft auf leistungsstarke Funktionen" + +#: patterns/hero-split.php:20 +msgid "" +"A WordPress theme built from the ground up with Bootstrap 5 for a seamless " +"editing and browsing experience." +msgstr "" +"Ein WordPress-Theme, von Grund auf mit Bootstrap 5 erstellt, für ein " +"nahtloses Bearbeitungs- und Browsing-Erlebnis." + +#: patterns/hero-split.php:29 +msgid "View Demo" +msgstr "Demo ansehen" + +#: patterns/hero-split.php:36 +msgid "Hero image" +msgstr "Heldenbild" + +#: patterns/hidden-404.php +msgctxt "Pattern title" +msgid "404" +msgstr "404" + +#: patterns/hidden-404.php:14 +msgid "Page not found" +msgstr "Seite nicht gefunden" + +#: patterns/hidden-404.php:18 +msgid "" +"The page you are looking for does not exist, or it has been moved. Please " +"try searching using the form below." +msgstr "" +"Die gesuchte Seite existiert nicht oder wurde verschoben. Bitte verwende das " +"untenstehende Suchformular." + +#: patterns/hidden-blog-heading.php +msgctxt "Pattern title" +msgid "Blog heading" +msgstr "Blog-Überschrift" + +#: patterns/hidden-blog-heading.php:12 +msgid "Blog" +msgstr "Blog" + +#: patterns/hidden-search.php +msgctxt "Pattern title" +msgid "Search" +msgstr "Suche" + +#: patterns/hidden-search.php:11 patterns/hidden-sidebar.php:32 +#: patterns/hidden-sidebar.php:35 +msgid "Search" +msgstr "Suchen" + +#: patterns/hidden-search.php:11 patterns/hidden-sidebar.php:35 +msgid "Search..." +msgstr "Suchen..." + +#: patterns/hidden-sidebar.php +msgctxt "Pattern title" msgid "Sidebar" msgstr "Seitenleiste" -#: functions.php -msgid "Add widgets here to appear in the sidebar." -msgstr "Füge hier Widgets hinzu, um sie in der Seitenleiste anzuzeigen." +#: patterns/hidden-sidebar.php +msgctxt "Pattern description" +msgid "Sidebar content with recent posts, search, and tag cloud." +msgstr "Seitenleisten-Inhalt mit neuesten Beiträgen, Suche und Schlagwortwolke." -#: views/partials/sidebar.html.twig -msgid "Blog sidebar" -msgstr "Blog-Seitenleiste" +#: patterns/hidden-sidebar.php:14 +msgid "Recent Posts" +msgstr "Neueste Beiträge" + +#: patterns/hidden-sidebar.php:42 +msgid "Tags" +msgstr "Schlagwörter" + +#: patterns/hidden-written-by.php +msgctxt "Pattern title" +msgid "Written by" +msgstr "Verfasst von" + +#: patterns/layout-2-col.php +msgctxt "Pattern title" +msgid "Two Columns" +msgstr "Zwei Spalten" + +#: patterns/layout-2-col.php +msgctxt "Pattern description" +msgid "" +"A two-column layout with equal width columns, each containing a heading and " +"paragraph." +msgstr "" +"Ein zweispaltiges Layout mit gleichbreiten Spalten, die jeweils eine " +"Überschrift und einen Absatz enthalten." + +#: patterns/layout-2-col.php:16 patterns/layout-3-col.php:16 +msgid "Column One" +msgstr "Spalte Eins" + +#: patterns/layout-2-col.php:20 patterns/layout-2-col.php:30 +msgid "" +"Add your content here. This column takes up half the available width on " +"larger screens and stacks on mobile devices." +msgstr "" +"Füge hier deinen Inhalt ein. Diese Spalte nimmt auf grösseren Bildschirmen " +"die Hälfte der verfügbaren Breite ein und wird auf Mobilgeräten gestapelt." + +#: patterns/layout-2-col.php:26 patterns/layout-3-col.php:26 +msgid "Column Two" +msgstr "Spalte Zwei" + +#: patterns/layout-3-col.php +msgctxt "Pattern title" +msgid "Three Columns" +msgstr "Drei Spalten" + +#: patterns/layout-3-col.php +msgctxt "Pattern description" +msgid "" +"A three-column layout with equal width columns, each containing a heading " +"and paragraph." +msgstr "" +"Ein dreispaltiges Layout mit gleichbreiten Spalten, die jeweils eine " +"Überschrift und einen Absatz enthalten." + +#: patterns/layout-3-col.php:20 patterns/layout-3-col.php:30 +#: patterns/layout-3-col.php:40 +msgid "" +"Add your content here. This column takes up one third of the available width " +"on larger screens." +msgstr "" +"Füge hier deinen Inhalt ein. Diese Spalte nimmt auf grösseren Bildschirmen " +"ein Drittel der verfügbaren Breite ein." + +#: patterns/layout-3-col.php:36 +msgid "Column Three" +msgstr "Spalte Drei" + +#: patterns/layout-container.php +msgctxt "Pattern title" +msgid "Bootstrap Container" +msgstr "Bootstrap-Container" + +#: patterns/layout-container.php +msgctxt "Pattern description" +msgid "" +"A constrained container with padding, containing a heading and paragraph " +"placeholder." +msgstr "" +"Ein begrenzter Container mit Innenabstand, der eine Überschrift und einen " +"Absatz-Platzhalter enthält." + +#: patterns/layout-container.php:14 +msgid "Heading goes here" +msgstr "Überschrift hier eingeben" + +#: patterns/layout-container.php:18 +msgid "" +"This is a content container with constrained width and comfortable padding. " +"Replace this text with your own content." +msgstr "" +"Dies ist ein Inhaltscontainer mit begrenzter Breite und komfortablem " +"Innenabstand. Ersetze diesen Text durch deinen eigenen Inhalt." + +#: patterns/layout-full-width-section.php +msgctxt "Pattern title" +msgid "Full Width Section" +msgstr "Vollbreiter Abschnitt" + +#: patterns/layout-full-width-section.php +msgctxt "Pattern description" +msgid "" +"A full-width section with a primary background color, centered white heading " +"and paragraph." +msgstr "" +"Ein vollbreiter Abschnitt mit primärer Hintergrundfarbe, zentrierter weisser " +"Überschrift und Absatz." + +#: patterns/layout-full-width-section.php:14 +msgid "Full Width Section Heading" +msgstr "Überschrift des Vollbreiten-Abschnitts" + +#: patterns/layout-full-width-section.php:18 +msgid "" +"This full-width section stands out with a colored background. Use it to " +"highlight important content, announcements, or calls to action." +msgstr "" +"Dieser Vollbreiten-Abschnitt fällt durch einen farbigen Hintergrund auf. " +"Verwende ihn, um wichtige Inhalte, Ankündigungen oder " +"Handlungsaufforderungen hervorzuheben." + +#: patterns/more-posts.php +msgctxt "Pattern title" +msgid "More posts" +msgstr "Weitere Beiträge" + +#: patterns/more-posts.php +msgctxt "Pattern description" +msgid "A section with more recent posts." +msgstr "Ein Abschnitt mit weiteren neuesten Beiträgen." + +#: patterns/more-posts.php:15 +msgid "More posts" +msgstr "Weitere Beiträge" + +#: patterns/nav-dark.php +msgctxt "Pattern title" +msgid "Navigation - Dark" +msgstr "Navigation - Dunkel" + +#: patterns/nav-dark.php +msgctxt "Pattern description" +msgid "Dark-themed navigation header with dark background." +msgstr "Dunkle Navigations-Kopfzeile mit dunklem Hintergrund." + +#: patterns/nav-offcanvas.php +msgctxt "Pattern title" +msgid "Navigation - Offcanvas" +msgstr "Navigation - Offcanvas" + +#: patterns/nav-offcanvas.php +msgctxt "Pattern description" +msgid "" +"Header with offcanvas mobile navigation using Bootstrap offcanvas component." +msgstr "" +"Kopfzeile mit Offcanvas-Mobilnavigation unter Verwendung der Bootstrap " +"Offcanvas-Komponente." + +#: patterns/page-about.php +msgctxt "Pattern title" +msgid "About Page" +msgstr "Über-uns-Seite" + +#: patterns/page-about.php +msgctxt "Pattern description" +msgid "A full about page layout with hero, story section, and team members." +msgstr "" +"Ein vollständiges Über-uns-Seitenlayout mit Held, Geschichte und " +"Teammitgliedern." + +#: patterns/page-about.php:14 +msgid "About Us" +msgstr "Über uns" + +#: patterns/page-about.php:18 +msgid "" +"Learn more about who we are, what we do, and the people behind our mission." +msgstr "" +"Erfahre mehr darüber, wer wir sind, was wir tun und wer hinter unserer " +"Mission steht." + +#: patterns/page-about.php:26 +msgid "Our Story" +msgstr "Unsere Geschichte" + +#: patterns/page-about.php:30 +msgid "" +"Founded with a passion for innovation and excellence, our journey began with " +"a simple idea: to create meaningful solutions that make a real difference. " +"Over the years, we have grown from a small team into a dedicated group of " +"professionals committed to delivering outstanding results." +msgstr "" +"Gegründet mit einer Leidenschaft für Innovation und Exzellenz, begann unsere " +"Reise mit einer einfachen Idee: bedeutungsvolle Lösungen zu schaffen, die " +"einen echten Unterschied machen. Im Laufe der Jahre sind wir von einem " +"kleinen Team zu einer engagierten Gruppe von Fachleuten gewachsen, die sich " +"der Erbringung herausragender Ergebnisse verschrieben haben." + +#: patterns/page-about.php:34 +msgid "" +"Today, we continue to push boundaries and challenge conventions. Our " +"approach combines creative thinking with proven methodologies, ensuring that " +"every project we undertake meets the highest standards of quality and " +"craftsmanship." +msgstr "" +"Heute stossen wir weiterhin Grenzen und hinterfragen Konventionen. Unser " +"Ansatz verbindet kreatives Denken mit bewährten Methoden und stellt sicher, " +"dass jedes Projekt, das wir übernehmen, den höchsten Qualitäts- und " +"Handwerksstandards entspricht." + +#: patterns/page-about.php:40 patterns/text-about.php:36 +msgid "About us image" +msgstr "Über-uns-Bild" + +#: patterns/page-about.php:48 +msgid "Our Team" +msgstr "Unser Team" + +#: patterns/page-about.php:52 +msgid "Meet the people who make it all happen." +msgstr "Lerne die Menschen kennen, die alles möglich machen." + +#: patterns/page-about.php:59 +msgid "Jane Doe" +msgstr "Jane Doe" + +#: patterns/page-about.php:63 +msgid "Founder & CEO" +msgstr "Gründerin & CEO" + +#: patterns/page-about.php:71 +msgid "John Smith" +msgstr "John Smith" + +#: patterns/page-about.php:75 +msgid "Lead Developer" +msgstr "Leitender Entwickler" + +#: patterns/page-about.php:83 +msgid "Emily Johnson" +msgstr "Emily Johnson" + +#: patterns/page-about.php:87 +msgid "Creative Director" +msgstr "Kreativdirektorin" + +#: patterns/page-contact.php +msgctxt "Pattern title" +msgid "Contact Page" +msgstr "Kontaktseite" + +#: patterns/page-contact.php +msgctxt "Pattern description" +msgid "" +"A full contact page layout with hero, contact details, business hours, and " +"spacer." +msgstr "" +"Ein vollständiges Kontaktseitenlayout mit Held, Kontaktdaten, " +"Öffnungszeiten und Abstandselement." + +#: patterns/page-contact.php:14 patterns/page-services.php:87 +#: patterns/pricing-3-col.php:130 +msgid "Contact Us" +msgstr "Kontaktiere uns" + +#: patterns/page-contact.php:18 +msgid "We would love to hear from you. Reach out to us anytime." +msgstr "Wir freuen uns von dir zu hören. Kontaktiere uns jederzeit." + +#: patterns/page-contact.php:26 +msgid "Get in Touch" +msgstr "Kontakt aufnehmen" + +#: patterns/page-contact.php:30 +msgid "123 Main Street, Suite 100, Anytown, ST 12345" +msgstr "Hauptstrasse 123, Suite 100, 8000 Zürich" + +#: patterns/page-contact.php:38 +msgid "+1 (555) 123-4567" +msgstr "+41 44 123 45 67" + +#: patterns/page-contact.php:44 +msgid "Business Hours" +msgstr "Öffnungszeiten" + +#: patterns/page-contact.php:49 +msgid "Monday - Friday:" +msgstr "Montag - Freitag:" + +#: patterns/page-contact.php:49 +msgid "9:00 AM - 6:00 PM" +msgstr "09:00 - 18:00 Uhr" + +#: patterns/page-contact.php:53 +msgid "Saturday:" +msgstr "Samstag:" + +#: patterns/page-contact.php:53 +msgid "10:00 AM - 4:00 PM" +msgstr "10:00 - 16:00 Uhr" + +#: patterns/page-contact.php:57 +msgid "Sunday:" +msgstr "Sonntag:" + +#: patterns/page-contact.php:57 +msgid "Closed" +msgstr "Geschlossen" + +#: patterns/page-services.php +msgctxt "Pattern title" +msgid "Services Page" +msgstr "Dienstleistungsseite" + +#: patterns/page-services.php +msgctxt "Pattern description" +msgid "" +"A full services page layout with hero, service offerings, and call to action." +msgstr "" +"Ein vollständiges Dienstleistungsseitenlayout mit Held, Angeboten und " +"Handlungsaufforderung." + +#: patterns/page-services.php:14 +msgid "Our Services" +msgstr "Unsere Dienstleistungen" + +#: patterns/page-services.php:18 +msgid "Professional solutions tailored to your needs." +msgstr "Professionelle Lösungen, massgeschneidert auf deine Bedürfnisse." + +#: patterns/page-services.php:24 +msgid "What We Offer" +msgstr "Was wir anbieten" + +#: patterns/page-services.php:28 +msgid "" +"We provide a wide range of services to help your business grow and succeed." +msgstr "" +"Wir bieten ein breites Spektrum an Dienstleistungen, um dein Unternehmen " +"beim Wachstum und Erfolg zu unterstützen." + +#: patterns/page-services.php:34 +msgid "🎨" +msgstr "🎨" + +#: patterns/page-services.php:38 +msgid "Design" +msgstr "Design" + +#: patterns/page-services.php:42 +msgid "" +"Beautiful, user-centered designs that capture your brand identity and engage " +"your audience across all platforms and devices." +msgstr "" +"Schöne, benutzerzentrierte Designs, die deine Markenidentität einfangen und " +"dein Publikum auf allen Plattformen und Geräten ansprechen." + +#: patterns/page-services.php:48 +msgid "⚙️" +msgstr "⚙️" + +#: patterns/page-services.php:52 +msgid "Development" +msgstr "Entwicklung" + +#: patterns/page-services.php:56 +msgid "" +"Robust, scalable web applications built with modern technologies and best " +"practices to ensure performance and reliability." +msgstr "" +"Robuste, skalierbare Webanwendungen, erstellt mit modernen Technologien und " +"bewährten Methoden, um Leistung und Zuverlässigkeit zu gewährleisten." + +#: patterns/page-services.php:62 +msgid "📈" +msgstr "📈" + +#: patterns/page-services.php:66 +msgid "Strategy" +msgstr "Strategie" + +#: patterns/page-services.php:70 +msgid "" +"Data-driven strategies and consulting to help you achieve your business " +"goals and stay ahead of the competition." +msgstr "" +"Datengetriebene Strategien und Beratung, um dir zu helfen, deine " +"Geschäftsziele zu erreichen und der Konkurrenz voraus zu sein." + +#: patterns/page-services.php:82 +msgid "" +"Ready to take your project to the next level? Let us help you build " +"something great." +msgstr "" +"Bereit, dein Projekt auf die nächste Stufe zu heben? Lass uns dir helfen, " +"etwas Grossartiges zu bauen." + +#: patterns/page-services.php:91 +msgid "View Portfolio" +msgstr "Portfolio ansehen" + +#: patterns/post-navigation.php +msgctxt "Pattern title" +msgid "Post navigation" +msgstr "Beitragsnavigation" + +#: patterns/post-navigation.php +msgctxt "Pattern description" +msgid "Previous and next post links." +msgstr "Links zum vorherigen und nächsten Beitrag." + +#: patterns/pricing-3-col.php +msgctxt "Pattern title" +msgid "Pricing three columns" +msgstr "Preise dreispaltig" + +#: patterns/pricing-3-col.php +msgctxt "Pattern description" +msgid "" +"Three-column pricing cards with feature lists and call to action buttons." +msgstr "" +"Dreispaltige Preiskarten mit Funktionslisten und " +"Handlungsaufforderungs-Schaltflächen." + +#: patterns/pricing-3-col.php:18 +msgid "Choose the plan that works best for you." +msgstr "Wähle den Plan, der am besten zu dir passt." + +#: patterns/pricing-3-col.php:25 +msgid "Basic" +msgstr "Basis" + +#: patterns/pricing-3-col.php:29 +msgid "Free" +msgstr "Kostenlos" + +#: patterns/pricing-3-col.php:38 +msgid "1 Website" +msgstr "1 Website" + +#: patterns/pricing-3-col.php:42 +msgid "Community Support" +msgstr "Community-Support" + +#: patterns/pricing-3-col.php:46 +msgid "Core Features" +msgstr "Kernfunktionen" + +#: patterns/pricing-3-col.php:61 +msgid "Professional" +msgstr "Professionell" + +#. translators: pricing amount +#: patterns/pricing-3-col.php:67 +msgid "$49" +msgstr "49 $" + +#: patterns/pricing-3-col.php:77 +msgid "5 Websites" +msgstr "5 Websites" + +#: patterns/pricing-3-col.php:81 +msgid "Priority Support" +msgstr "Vorrangiger Support" + +#: patterns/pricing-3-col.php:85 +msgid "All Features" +msgstr "Alle Funktionen" + +#: patterns/pricing-3-col.php:100 +msgid "Enterprise" +msgstr "Unternehmen" + +#. translators: pricing amount +#: patterns/pricing-3-col.php:106 +msgid "$199" +msgstr "199 $" + +#: patterns/pricing-3-col.php:116 +msgid "Unlimited Websites" +msgstr "Unbegrenzte Websites" + +#: patterns/pricing-3-col.php:120 +msgid "Dedicated Support" +msgstr "Persönlicher Support" + +#: patterns/pricing-3-col.php:124 +msgid "Custom Development" +msgstr "Individuelle Entwicklung" + +#: patterns/template-query-loop.php +msgctxt "Pattern title" +msgid "Query loop" +msgstr "Abfrageschleife" + +#: patterns/template-query-loop.php:39 +msgid "No posts were found." +msgstr "Es wurden keine Beiträge gefunden." + +#: patterns/testimonials-2-col.php +msgctxt "Pattern title" +msgid "Testimonials two columns" +msgstr "Referenzen zweispaltig" + +#: patterns/testimonials-2-col.php +msgctxt "Pattern description" +msgid "Two-column testimonials with quote blocks and citations." +msgstr "Zweispaltige Referenzen mit Zitatblöcken und Quellenangaben." + +#: patterns/testimonials-2-col.php:14 +msgid "What our clients say" +msgstr "Was unsere Kunden sagen" + +#: patterns/testimonials-2-col.php:20 +msgid "" +"This theme completely transformed our website. The Bootstrap integration " +"makes it incredibly easy to create professional-looking pages without any " +"custom code." +msgstr "" +"Dieses Theme hat unsere Website vollständig transformiert. Die Bootstrap-" +"Integration macht es unglaublich einfach, professionell aussehende Seiten " +"ohne individuellen Code zu erstellen." + +#: patterns/testimonials-2-col.php:20 +msgid "Jane Doe, Web Designer" +msgstr "Jane Doe, Webdesignerin" + +#: patterns/testimonials-2-col.php:26 +msgid "" +"The dark mode support and style variations give us the flexibility we need. " +"Our clients love being able to switch between color schemes effortlessly." +msgstr "" +"Die Darkmode-Unterstützung und Stilvariationen geben uns die Flexibilität, " +"die wir benötigen. Unsere Kunden schätzen es, mühelos zwischen Farbschemata " +"wechseln zu können." + +#: patterns/testimonials-2-col.php:26 +msgid "John Smith, Developer" +msgstr "John Smith, Entwickler" + +#: patterns/testimonials-centered.php +msgctxt "Pattern title" +msgid "Testimonial centered" +msgstr "Referenz zentriert" + +#: patterns/testimonials-centered.php +msgctxt "Pattern description" +msgid "A single large centered testimonial with citation." +msgstr "Eine einzelne grosse zentrierte Referenz mit Quellenangabe." + +#: patterns/testimonials-centered.php:14 +msgid "" +"The best WordPress theme we have ever used. Clean code, beautiful design, " +"and incredible flexibility." +msgstr "" +"Das beste WordPress-Theme, das wir je verwendet haben. Sauberer Code, " +"schönes Design und unglaubliche Flexibilität." + +#: patterns/testimonials-centered.php:14 +msgid "Alex Johnson, Creative Director" +msgstr "Alex Johnson, Kreativdirektor" + +#: patterns/text-about.php +msgctxt "Pattern title" +msgid "About section" +msgstr "Über-uns-Abschnitt" + +#: patterns/text-about.php +msgctxt "Pattern description" +msgid "A two-column about section with text content and an image." +msgstr "Ein zweispaltiger Über-uns-Abschnitt mit Textinhalt und einem Bild." + +#: patterns/text-about.php:16 +msgid "About us" +msgstr "Über uns" + +#: patterns/text-about.php:20 +msgid "" +"We are passionate about creating tools that empower people to build " +"beautiful websites. Our theme combines the reliability of Bootstrap with the " +"flexibility of WordPress." +msgstr "" +"Wir sind leidenschaftlich daran interessiert, Werkzeuge zu schaffen, die " +"Menschen befähigen, schöne Websites zu erstellen. Unser Theme vereint die " +"Zuverlässigkeit von Bootstrap mit der Flexibilität von WordPress." + +#: patterns/text-about.php:24 +msgid "" +"With years of experience in web development and design, we understand what " +"it takes to create a theme that is both powerful and easy to use." +msgstr "" +"Mit jahrelanger Erfahrung in Webentwicklung und Design verstehen wir, was " +"nötig ist, um ein Theme zu erstellen, das sowohl leistungsstark als auch " +"einfach zu bedienen ist." + +#: patterns/text-faq.php +msgctxt "Pattern title" +msgid "Frequently asked questions" +msgstr "Häufig gestellte Fragen" + +#: patterns/text-faq.php +msgctxt "Pattern description" +msgid "An FAQ section with question and answer pairs." +msgstr "Ein FAQ-Abschnitt mit Frage-Antwort-Paaren." + +#: patterns/text-faq.php:14 +msgid "Frequently Asked Questions" +msgstr "Häufig gestellte Fragen" + +#: patterns/text-faq.php:20 +msgid "How do I install the theme?" +msgstr "Wie installiere ich das Theme?" + +#: patterns/text-faq.php:24 +msgid "" +"Download the ZIP file from the releases page, then upload it via WordPress " +"Admin > Appearance > Themes > Add New > Upload Theme." +msgstr "" +"Lade die ZIP-Datei von der Release-Seite herunter und lade sie über " +"WordPress-Admin > Design > Themes > Neu hinzufügen > Theme hochladen hoch." + +#: patterns/text-faq.php:34 +msgid "Does it work with the Site Editor?" +msgstr "Funktioniert es mit dem Site-Editor?" + +#: patterns/text-faq.php:38 +msgid "" +"Yes, this is a Full Site Editing block theme. You can customize templates, " +"headers, footers, and all block patterns using the WordPress Site Editor." +msgstr "" +"Ja, dies ist ein Full-Site-Editing-Block-Theme. Du kannst Vorlagen, " +"Kopfzeilen, Fusszeilen und alle Block-Vorlagen mit dem WordPress Site-Editor " +"anpassen." + +#: patterns/text-faq.php:48 +msgid "Can I use my own fonts?" +msgstr "Kann ich eigene Schriftarten verwenden?" + +#: patterns/text-faq.php:52 +msgid "" +"The theme comes with Inter, Lora, and system font stacks. You can add custom " +"fonts through the Site Editor or by modifying theme.json." +msgstr "" +"Das Theme wird mit Inter, Lora und System-Schriftarten geliefert. Du kannst " +"eigene Schriftarten über den Site-Editor oder durch Anpassung der theme.json " +"hinzufügen." + +#: patterns/text-faq.php:62 +msgid "Is dark mode supported?" +msgstr "Wird der Darkmode unterstützt?" + +#: patterns/text-faq.php:66 +msgid "" +"Yes, the theme includes a dark mode toggle that uses Bootstrap 5.3 built-in " +"dark mode. It respects system preferences and remembers your choice." +msgstr "" +"Ja, das Theme enthält einen Darkmode-Schalter, der den integrierten Darkmode " +"von Bootstrap 5.3 verwendet. Er respektiert Systemeinstellungen und merkt " +"sich deine Wahl." + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Base" +msgstr "Basis" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Contrast" +msgstr "Kontrast" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Primary" +msgstr "Primär" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Secondary" +msgstr "Sekundär" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Success" +msgstr "Erfolg" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Danger" +msgstr "Gefahr" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Warning" +msgstr "Warnung" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Info" +msgstr "Info" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Light" +msgstr "Hell" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Dark" +msgstr "Dunkel" + +#: theme.json +msgctxt "Space size name" +msgid "3xs" +msgstr "3xs" + +#: theme.json +msgctxt "Space size name" +msgid "2xs" +msgstr "2xs" + +#: theme.json +msgctxt "Space size name" +msgid "xs" +msgstr "xs" + +#: theme.json +msgctxt "Space size name" +msgid "s" +msgstr "s" + +#: theme.json +msgctxt "Space size name" +msgid "m" +msgstr "m" + +#: theme.json +msgctxt "Space size name" +msgid "l" +msgstr "l" + +#: theme.json +msgctxt "Space size name" +msgid "xl" +msgstr "xl" + +#: theme.json +msgctxt "Space size name" +msgid "2xl" +msgstr "2xl" + +#: theme.json +msgctxt "Font size name" +msgid "Small" +msgstr "Klein" + +#: theme.json +msgctxt "Font size name" +msgid "Medium" +msgstr "Mittel" + +#: theme.json +msgctxt "Font size name" +msgid "Large" +msgstr "Gross" + +#: theme.json +msgctxt "Font size name" +msgid "Extra Large" +msgstr "Sehr gross" + +#: theme.json +msgctxt "Font size name" +msgid "Huge" +msgstr "Riesig" + +#: theme.json +msgctxt "Font size name" +msgid "Display" +msgstr "Display" + +#: theme.json +msgctxt "Font family name" +msgid "System Sans Serif" +msgstr "System Sans-Serif" + +#: theme.json +msgctxt "Font family name" +msgid "Inter" +msgstr "Inter" + +#: theme.json +msgctxt "Font family name" +msgid "Lora" +msgstr "Lora" + +#: theme.json +msgctxt "Font family name" +msgid "System Monospace" +msgstr "System Monospace" + +#: theme.json +msgctxt "Shadow name" +msgid "Small" +msgstr "Klein" + +#: theme.json +msgctxt "Shadow name" +msgid "Regular" +msgstr "Normal" + +#: theme.json +msgctxt "Shadow name" +msgid "Large" +msgstr "Gross" + +#: theme.json +msgctxt "Aspect ratio name" +msgid "16:9" +msgstr "16:9" + +#: theme.json +msgctxt "Aspect ratio name" +msgid "4:3" +msgstr "4:3" + +#: theme.json +msgctxt "Aspect ratio name" +msgid "1:1" +msgstr "1:1" + +#: theme.json +msgctxt "Aspect ratio name" +msgid "3:4" +msgstr "3:4" + +#: theme.json +msgctxt "Custom template name" +msgid "Blog with Sidebar" +msgstr "Blog mit Seitenleiste" + +#: theme.json +msgctxt "Custom template name" +msgid "Landing Page (No Header/Footer)" +msgstr "Landingpage (ohne Kopf-/Fusszeile)" + +#: theme.json +msgctxt "Custom template name" +msgid "Full Width" +msgstr "Vollbreite" + +#: theme.json +msgctxt "Custom template name" +msgid "Page with Hero" +msgstr "Seite mit Held" + +#: theme.json +msgctxt "Custom template name" +msgid "Page with Sidebar" +msgstr "Seite mit Seitenleiste" + +#: theme.json +msgctxt "Template part name" +msgid "Header" +msgstr "Kopfzeile" + +#: theme.json +msgctxt "Template part name" +msgid "Header - Centered" +msgstr "Kopfzeile - Zentriert" + +#: theme.json +msgctxt "Template part name" +msgid "Header - Transparent" +msgstr "Kopfzeile - Transparent" + +#: theme.json +msgctxt "Template part name" +msgid "Footer" +msgstr "Fusszeile" + +#: theme.json +msgctxt "Template part name" +msgid "Footer - Minimal" +msgstr "Fusszeile - Minimal" + +#: theme.json +msgctxt "Template part name" +msgid "Footer - Multi-Column" +msgstr "Fusszeile - Mehrspaltig" + +#: theme.json +msgctxt "Template part name" +msgid "Sidebar" +msgstr "Seitenleiste" + +#: styles/01-ocean.json +msgctxt "Style variation name" +msgid "Ocean" +msgstr "Ozean" + +#: styles/02-forest.json +msgctxt "Style variation name" +msgid "Forest" +msgstr "Wald" + +#: styles/03-sunset.json +msgctxt "Style variation name" +msgid "Sunset" +msgstr "Sonnenuntergang" + +#: styles/04-midnight.json +msgctxt "Style variation name" +msgid "Midnight" +msgstr "Mitternacht" + +#: styles/05-ember.json +msgctxt "Style variation name" +msgid "Ember" +msgstr "Glut" + +#: styles/06-arctic.json +msgctxt "Style variation name" +msgid "Arctic" +msgstr "Arktis" + +#: styles/07-amethyst.json +msgctxt "Style variation name" +msgid "Amethyst" +msgstr "Amethyst" + +#: styles/08-rose.json +msgctxt "Style variation name" +msgid "Rose" +msgstr "Rose" + +#: styles/09-sand.json +msgctxt "Style variation name" +msgid "Sand" +msgstr "Sand" + +#: styles/10-lavender.json +msgctxt "Style variation name" +msgid "Lavender" +msgstr "Lavendel" + +#: styles/11-mint.json +msgctxt "Style variation name" +msgid "Mint" +msgstr "Minze" + +#: styles/12-slate.json +msgctxt "Style variation name" +msgid "Slate" +msgstr "Schiefer" + +#: styles/13-mocha.json +msgctxt "Style variation name" +msgid "Mocha" +msgstr "Mokka" + +#: styles/14-nebula.json +msgctxt "Style variation name" +msgid "Nebula" +msgstr "Nebel" + +#: styles/15-obsidian.json +msgctxt "Style variation name" +msgid "Obsidian" +msgstr "Obsidian" + +#~ msgid "Skip to main content" +#~ msgstr "Zum Hauptinhalt springen" + +#~ msgid "Primary navigation" +#~ msgstr "Hauptnavigation" + +#~ msgid "Footer navigation" +#~ msgstr "Fussnavigation" + +#~ msgid "Blog sidebar" +#~ msgstr "Blog-Seitenleiste" diff --git a/languages/wp-bootstrap-de_DE.po b/languages/wp-bootstrap-de_DE.po index ec8f728..15a9a2f 100644 --- a/languages/wp-bootstrap-de_DE.po +++ b/languages/wp-bootstrap-de_DE.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: WP Bootstrap 0.3.0\n" -"Report-Msgid-Bugs-To: https://src.bundespruefstelle.ch/magdev/wp-bootstrap/issues\n" -"POT-Creation-Date: 2026-02-08 00:00+0000\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/wp-bootstrap\n" +"POT-Creation-Date: 2026-02-20T09:45:19+00:00\n" "PO-Revision-Date: 2026-02-11 00:00+0000\n" "Last-Translator: Marco Graetsch \n" "Language-Team: German\n" @@ -18,902 +18,1928 @@ msgstr "" "X-Domain: wp-bootstrap\n" #. Theme Name of the theme -#: patterns/footer.php +#: style.css patterns/footer.php:31 msgid "WP Bootstrap" msgstr "WP Bootstrap" +#. Theme URI of the theme +#: style.css +msgid "https://src.bundespruefstelle.ch/magdev/wp-bootstrap" +msgstr "" + #. Description of the theme -msgid "A modern WordPress Block Theme built from scratch with Bootstrap 5. Features responsive design, dark mode support, and full compatibility with the WordPress Site Editor." -msgstr "Ein modernes WordPress Block-Theme, erstellt mit Bootstrap 5. Mit responsivem Design, Darkmode-Unterstützung und voller Kompatibilität mit dem WordPress Site-Editor." - -#: patterns/footer.php -#: patterns/footer-columns.php -msgid "Powered by %s" -msgstr "Betrieben mit %s" - -#: patterns/footer.php -#: patterns/footer-columns.php -msgid "https://wordpress.org" -msgstr "https://de.wordpress.org" - -#: patterns/hidden-404.php -msgid "Page not found" -msgstr "Seite nicht gefunden" - -#: patterns/hidden-404.php -msgid "The page you are looking for does not exist, or it has been moved. Please try searching using the form below." -msgstr "Die gesuchte Seite existiert nicht oder wurde verschoben. Bitte verwenden Sie das untenstehende Suchformular." - -#: patterns/hidden-search.php -#: patterns/hidden-sidebar.php -msgid "Search" -msgstr "Suchen" - -#: patterns/hidden-search.php -#: patterns/hidden-sidebar.php -msgid "Search..." -msgstr "Suchen..." - -#: patterns/hidden-blog-heading.php -msgid "Blog" -msgstr "Blog" - -#: patterns/comments.php -msgid "Comments" -msgstr "Kommentare" - -#: patterns/post-navigation.php -msgid "Previous" -msgstr "Zurück" - -#: patterns/post-navigation.php -msgid "Next" -msgstr "Weiter" - -#: patterns/more-posts.php -msgid "More posts" -msgstr "Weitere Beiträge" - -#: patterns/template-query-loop.php -msgid "Read more" -msgstr "Weiterlesen" - -#: patterns/template-query-loop.php -msgid "No posts were found." -msgstr "Es wurden keine Beiträge gefunden." - -#: patterns/hero-cover.php -msgid "Build something amazing" -msgstr "Erstellen Sie etwas Großartiges" - -#: patterns/hero-cover.php -msgid "Create modern, responsive websites with the power of Bootstrap 5 and the WordPress Site Editor." -msgstr "Erstellen Sie moderne, responsive Websites mit der Leistung von Bootstrap 5 und dem WordPress Site-Editor." - -#: patterns/hero-cover.php -#: patterns/hero-centered.php -#: patterns/pricing-3-col.php -#: patterns/page-services.php -msgid "Get Started" -msgstr "Jetzt starten" - -#: patterns/hero-split.php -msgid "Modern design meets powerful features" -msgstr "Modernes Design trifft auf leistungsstarke Funktionen" - -#: patterns/hero-split.php -msgid "A WordPress theme built from the ground up with Bootstrap 5 for a seamless editing and browsing experience." -msgstr "Ein WordPress-Theme, von Grund auf mit Bootstrap 5 erstellt, für ein nahtloses Bearbeitungs- und Browsing-Erlebnis." - -#: patterns/hero-split.php -#: patterns/hero-centered.php -#: patterns/text-about.php -msgid "Learn More" -msgstr "Mehr erfahren" - -#: patterns/hero-split.php -msgid "View Demo" -msgstr "Demo ansehen" - -#: patterns/hero-split.php -msgid "Hero image" -msgstr "Heldenbild" - -#: patterns/hero-centered.php -msgid "Welcome to your new website" -msgstr "Willkommen auf Ihrer neuen Website" - -#: patterns/hero-centered.php -msgid "Start building beautiful, responsive pages with the full power of Bootstrap 5 and the WordPress block editor." -msgstr "Beginnen Sie mit dem Erstellen schöner, responsiver Seiten mit der vollen Leistung von Bootstrap 5 und dem WordPress Block-Editor." - -#: patterns/features-3-col.php -#: functions.php -msgid "Features" -msgstr "Funktionen" - -#: patterns/features-3-col.php -msgid "Everything you need to build a modern website." -msgstr "Alles, was Sie für eine moderne Website benötigen." - -#: patterns/features-3-col.php -msgid "Responsive Design" -msgstr "Responsives Design" - -#: patterns/features-3-col.php -msgid "Your website looks great on every device, from mobile phones to large desktop screens." -msgstr "Ihre Website sieht auf jedem Gerät großartig aus, vom Mobiltelefon bis zum großen Desktop-Bildschirm." - -#: patterns/features-3-col.php -msgid "Easy Customization" -msgstr "Einfache Anpassung" - -#: patterns/features-3-col.php -msgid "Customize colors, fonts, and layouts using the WordPress Site Editor with no code required." -msgstr "Passen Sie Farben, Schriftarten und Layouts mit dem WordPress Site-Editor an, ganz ohne Programmierung." - -#: patterns/features-3-col.php -msgid "Performance First" -msgstr "Leistung zuerst" - -#: patterns/features-3-col.php -msgid "Built with speed in mind. Optimized assets and clean code for lightning-fast page loads." -msgstr "Entwickelt mit Fokus auf Geschwindigkeit. Optimierte Ressourcen und sauberer Code für blitzschnelle Seitenladezeiten." - -#: patterns/features-icon-list.php -msgid "Why choose us" -msgstr "Warum Sie uns wählen sollten" - -#: patterns/features-icon-list.php -msgid "Bootstrap 5 Framework" -msgstr "Bootstrap 5 Framework" - -#: patterns/features-icon-list.php -msgid "Built on the most popular CSS framework. Leverage a proven, well-documented design system." -msgstr "Basierend auf dem beliebtesten CSS-Framework. Nutzen Sie ein bewährtes, gut dokumentiertes Design-System." - -#: patterns/features-icon-list.php -msgid "Full Site Editing" -msgstr "Vollständige Website-Bearbeitung" - -#: patterns/features-icon-list.php -msgid "Edit every part of your site visually. Headers, footers, templates, and content are all customizable." -msgstr "Bearbeiten Sie jeden Teil Ihrer Website visuell. Kopfzeilen, Fußzeilen, Vorlagen und Inhalte sind vollständig anpassbar." - -#: patterns/features-icon-list.php -msgid "Dark Mode Support" -msgstr "Darkmode-Unterstützung" - -#: patterns/features-icon-list.php -msgid "Built-in dark mode toggle that respects user preferences and persists across visits." -msgstr "Integrierter Darkmode-Schalter, der Benutzereinstellungen respektiert und über Besuche hinweg beibehalten wird." - -#: patterns/features-2-col-offset.php -msgid "Feature illustration" -msgstr "Funktionsillustration" - -#: patterns/features-2-col-offset.php -msgid "Designed for modern workflows" -msgstr "Entwickelt für moderne Arbeitsabläufe" - -#: patterns/features-2-col-offset.php -msgid "Streamline your development process with a theme that works the way you do." -msgstr "Optimieren Sie Ihren Entwicklungsprozess mit einem Theme, das so arbeitet wie Sie." - -#: patterns/features-2-col-offset.php -msgid "Block Patterns" -msgstr "Block-Vorlagen" - -#: patterns/features-2-col-offset.php -msgid "Pre-built patterns for common page sections. Drop them in and customize to fit your needs." -msgstr "Vorgefertigte Vorlagen für gängige Seitenabschnitte. Fügen Sie diese ein und passen Sie sie an Ihre Bedürfnisse an." - -#: patterns/features-2-col-offset.php -msgid "Style Variations" -msgstr "Stilvariationen" - -#: patterns/features-2-col-offset.php -msgid "Switch between color schemes with a single click. Choose from multiple professionally designed palettes." -msgstr "Wechseln Sie mit einem Klick zwischen Farbschemata. Wählen Sie aus mehreren professionell gestalteten Paletten." - -#: patterns/cta-banner.php -msgid "Ready to get started?" -msgstr "Bereit loszulegen?" - -#: patterns/cta-banner.php -msgid "Start building your website today with our powerful and flexible theme." -msgstr "Beginnen Sie noch heute mit dem Aufbau Ihrer Website mit unserem leistungsstarken und flexiblen Theme." - -#: patterns/cta-banner.php -msgid "Start Now" -msgstr "Jetzt beginnen" - -#: patterns/cta-newsletter.php -msgid "Stay in the loop" -msgstr "Bleiben Sie auf dem Laufenden" - -#: patterns/cta-newsletter.php -msgid "Subscribe to our newsletter for updates, tips, and exclusive content." -msgstr "Abonnieren Sie unseren Newsletter für Aktualisierungen, Tipps und exklusive Inhalte." - -#: patterns/cta-newsletter.php -msgid "Enter your email address" -msgstr "Geben Sie Ihre E-Mail-Adresse ein" - -#: patterns/cta-newsletter.php -msgid "Subscribe" -msgstr "Abonnieren" - -#: patterns/testimonials-2-col.php -msgid "What our clients say" -msgstr "Was unsere Kunden sagen" - -#: patterns/testimonials-2-col.php -msgid "This theme completely transformed our website. The Bootstrap integration makes it incredibly easy to create professional-looking pages without any custom code." -msgstr "Dieses Theme hat unsere Website vollständig transformiert. Die Bootstrap-Integration macht es unglaublich einfach, professionell aussehende Seiten ohne individuellen Code zu erstellen." - -#: patterns/testimonials-2-col.php -msgid "Jane Doe, Web Designer" -msgstr "Jane Doe, Webdesignerin" - -#: patterns/testimonials-2-col.php -msgid "The dark mode support and style variations give us the flexibility we need. Our clients love being able to switch between color schemes effortlessly." -msgstr "Die Darkmode-Unterstützung und Stilvariationen geben uns die Flexibilität, die wir benötigen. Unsere Kunden schätzen es, mühelos zwischen Farbschemata wechseln zu können." - -#: patterns/testimonials-2-col.php -msgid "John Smith, Developer" -msgstr "John Smith, Entwickler" - -#: patterns/testimonials-centered.php -msgid "The best WordPress theme we have ever used. Clean code, beautiful design, and incredible flexibility." -msgstr "Das beste WordPress-Theme, das wir je verwendet haben. Sauberer Code, schönes Design und unglaubliche Flexibilität." - -#: patterns/testimonials-centered.php -msgid "Alex Johnson, Creative Director" -msgstr "Alex Johnson, Kreativdirektor" - -#: patterns/pricing-3-col.php -#: functions.php -msgid "Pricing" -msgstr "Preise" - -#: patterns/pricing-3-col.php -msgid "Choose the plan that works best for you." -msgstr "Wählen Sie den Plan, der am besten zu Ihnen passt." - -#: patterns/pricing-3-col.php -msgid "Basic" -msgstr "Basis" - -#: patterns/pricing-3-col.php -msgid "Free" -msgstr "Kostenlos" - -#: patterns/pricing-3-col.php -msgid "1 Website" -msgstr "1 Website" - -#: patterns/pricing-3-col.php -msgid "Community Support" -msgstr "Community-Support" - -#: patterns/pricing-3-col.php -msgid "Core Features" -msgstr "Kernfunktionen" - -#: patterns/pricing-3-col.php -msgid "Professional" -msgstr "Professionell" - -#: patterns/pricing-3-col.php -msgid "$49" -msgstr "49 $" - -#: patterns/pricing-3-col.php -msgid "5 Websites" -msgstr "5 Websites" - -#: patterns/pricing-3-col.php -msgid "Priority Support" -msgstr "Vorrangiger Support" - -#: patterns/pricing-3-col.php -msgid "All Features" -msgstr "Alle Funktionen" - -#: patterns/pricing-3-col.php -msgid "Enterprise" -msgstr "Unternehmen" - -#: patterns/pricing-3-col.php -msgid "$199" -msgstr "199 $" - -#: patterns/pricing-3-col.php -msgid "Unlimited Websites" -msgstr "Unbegrenzte Websites" - -#: patterns/pricing-3-col.php -msgid "Dedicated Support" -msgstr "Persönlicher Support" - -#: patterns/pricing-3-col.php -msgid "Custom Development" -msgstr "Individuelle Entwicklung" - -#: patterns/pricing-3-col.php -#: patterns/page-services.php -#: patterns/page-contact.php -msgid "Contact Us" -msgstr "Kontaktieren Sie uns" - -#: patterns/contact-info.php -msgid "Get in touch" -msgstr "Kontakt aufnehmen" - -#: patterns/contact-info.php -msgid "We would love to hear from you. Reach out through any of the channels below." -msgstr "Wir freuen uns von Ihnen zu hören. Kontaktieren Sie uns über einen der folgenden Kanäle." - -#: patterns/contact-info.php -#: patterns/page-contact.php -msgid "Address" -msgstr "Adresse" - -#: patterns/contact-info.php -msgid "123 Example Street" -msgstr "Beispielstraße 123" - -#: patterns/contact-info.php -msgid "8000 Zurich, Switzerland" -msgstr "8000 Zürich, Schweiz" - -#: patterns/contact-info.php -#: patterns/page-contact.php -msgid "Phone" -msgstr "Telefon" - -#: patterns/contact-info.php -msgid "+41 44 123 45 67" -msgstr "+41 44 123 45 67" - -#: patterns/contact-info.php -#: patterns/cta-newsletter.php -#: patterns/page-contact.php -msgid "Email" -msgstr "E-Mail" - -#: patterns/contact-info.php -#: patterns/page-contact.php -msgid "info@example.com" -msgstr "info@example.com" - -#: patterns/text-faq.php -msgid "Frequently Asked Questions" -msgstr "Häufig gestellte Fragen" - -#: patterns/text-faq.php -msgid "How do I install the theme?" -msgstr "Wie installiere ich das Theme?" - -#: patterns/text-faq.php -msgid "Download the ZIP file from the releases page, then upload it via WordPress Admin > Appearance > Themes > Add New > Upload Theme." -msgstr "Laden Sie die ZIP-Datei von der Release-Seite herunter und laden Sie sie über WordPress-Admin > Design > Themes > Neu hinzufügen > Theme hochladen hoch." - -#: patterns/text-faq.php -msgid "Does it work with the Site Editor?" -msgstr "Funktioniert es mit dem Site-Editor?" - -#: patterns/text-faq.php -msgid "Yes, this is a Full Site Editing block theme. You can customize templates, headers, footers, and all block patterns using the WordPress Site Editor." -msgstr "Ja, dies ist ein Full-Site-Editing-Block-Theme. Sie können Vorlagen, Kopfzeilen, Fußzeilen und alle Block-Vorlagen mit dem WordPress Site-Editor anpassen." - -#: patterns/text-faq.php -msgid "Can I use my own fonts?" -msgstr "Kann ich eigene Schriftarten verwenden?" - -#: patterns/text-faq.php -msgid "The theme comes with Inter, Lora, and system font stacks. You can add custom fonts through the Site Editor or by modifying theme.json." -msgstr "Das Theme wird mit Inter, Lora und System-Schriftarten geliefert. Sie können eigene Schriftarten über den Site-Editor oder durch Anpassung der theme.json hinzufügen." - -#: patterns/text-faq.php -msgid "Is dark mode supported?" -msgstr "Wird der Darkmode unterstützt?" - -#: patterns/text-faq.php -msgid "Yes, the theme includes a dark mode toggle that uses Bootstrap 5.3 built-in dark mode. It respects system preferences and remembers your choice." -msgstr "Ja, das Theme enthält einen Darkmode-Schalter, der den integrierten Darkmode von Bootstrap 5.3 verwendet. Er respektiert Systemeinstellungen und merkt sich Ihre Wahl." - -#: patterns/text-about.php -msgid "About us" -msgstr "Über uns" - -#: patterns/text-about.php -msgid "We are passionate about creating tools that empower people to build beautiful websites. Our theme combines the reliability of Bootstrap with the flexibility of WordPress." -msgstr "Wir sind leidenschaftlich daran interessiert, Werkzeuge zu schaffen, die Menschen befähigen, schöne Websites zu erstellen. Unser Theme vereint die Zuverlässigkeit von Bootstrap mit der Flexibilität von WordPress." - -#: patterns/text-about.php -msgid "With years of experience in web development and design, we understand what it takes to create a theme that is both powerful and easy to use." -msgstr "Mit jahrelanger Erfahrung in Webentwicklung und Design verstehen wir, was nötig ist, um ein Theme zu erstellen, das sowohl leistungsstark als auch einfach zu bedienen ist." - -#: patterns/text-about.php -#: patterns/page-about.php -msgid "About us image" -msgstr "Über-uns-Bild" - -#: patterns/hidden-sidebar.php -msgid "Recent Posts" -msgstr "Neueste Beiträge" - -#: patterns/hidden-sidebar.php -msgid "Tags" -msgstr "Schlagwörter" - -#: patterns/dark-mode-toggle.php -msgid "Switch to dark mode" -msgstr "Zum Darkmode wechseln" - -#: patterns/dark-mode-toggle.php -msgid "Switch to light mode" -msgstr "Zum hellen Modus wechseln" - -#: functions.php +#: style.css +msgid "" +"A modern WordPress Block Theme built from scratch with Bootstrap 5. Features " +"responsive design, dark mode support, and full compatibility with the " +"WordPress Site Editor." +msgstr "" +"Ein modernes WordPress Block-Theme, erstellt mit Bootstrap 5. Mit " +"responsivem Design, Darkmode-Unterstützung und voller Kompatibilität mit dem " +"WordPress Site-Editor." + +#. Author of the theme +#: style.css +msgid "Marco Graetsch" +msgstr "" + +#. Author URI of the theme +#: style.css +msgid "https://src.bundespruefstelle.ch/magdev" +msgstr "" + +#: functions.php:43 msgid "Primary Navigation" msgstr "Primäre Navigation" -#: functions.php +#: functions.php:44 msgid "Footer Navigation" msgstr "Fußzeilen-Navigation" -#: functions.php -msgid "Pages" -msgstr "Seiten" +#: functions.php:58 +msgid "Sidebar" +msgstr "Seitenleiste" -#: functions.php -msgid "A collection of full page layouts." -msgstr "Eine Sammlung von ganzseitigen Layouts." +#: functions.php:60 +msgid "Add widgets here to appear in the sidebar." +msgstr "Widgets hier hinzufügen, um sie in der Seitenleiste anzuzeigen." -#: functions.php -msgid "Hero Sections" -msgstr "Heldenabschnitte" - -#: functions.php -msgid "Large hero and banner sections." -msgstr "Große Helden- und Banner-Abschnitte." - -#: functions.php -msgid "Call to Action" -msgstr "Handlungsaufforderung" - -#: functions.php -msgid "Call to action sections." -msgstr "Handlungsaufforderungs-Abschnitte." - -#: functions.php -msgid "Feature and service showcase sections." -msgstr "Funktions- und Service-Präsentationsabschnitte." - -#: functions.php -msgid "Testimonials" -msgstr "Referenzen" - -#: functions.php -msgid "Testimonial and review sections." -msgstr "Referenz- und Bewertungsabschnitte." - -#: functions.php -msgid "Pricing table sections." -msgstr "Preistabellen-Abschnitte." - -#: functions.php -msgid "Contact" -msgstr "Kontakt" - -#: functions.php -msgid "Contact information sections." -msgstr "Kontaktinformations-Abschnitte." - -#: functions.php -msgid "Text & Content" -msgstr "Text & Inhalt" - -#: functions.php -msgid "Text-focused content sections." -msgstr "Textorientierte Inhaltsabschnitte." - -#: functions.php -msgid "Checkmark" -msgstr "Häkchen" - -#: functions.php -msgid "Unstyled" -msgstr "Ohne Stil" - -#: functions.php -msgid "Card" -msgstr "Karte" - -#: functions.php -msgid "Card with Shadow" -msgstr "Karte mit Schatten" - -#: functions.php -msgid "Alert - Info" -msgstr "Hinweis - Info" - -#: functions.php -msgid "Alert - Success" -msgstr "Hinweis - Erfolg" - -#: functions.php -msgid "Alert - Warning" -msgstr "Hinweis - Warnung" - -#: functions.php -msgid "Alert - Danger" -msgstr "Hinweis - Gefahr" - -#: functions.php -msgid "Striped Rows" -msgstr "Gestreifte Zeilen" - -#: functions.php -msgid "Hover Rows" -msgstr "Hervorgehobene Zeilen" - -#: functions.php -msgid "Bordered" -msgstr "Mit Rahmen" - -#: functions.php -msgid "Accent Border" -msgstr "Akzentrahmen" - -#: functions.php -msgid "Shadow" -msgstr "Schatten" - -#: functions.php -msgid "Large Rounded" -msgstr "Groß abgerundet" - -#: functions.php -msgid "Large" -msgstr "Groß" - -#: functions.php -msgid "Small" -msgstr "Klein" - -#: functions.php -msgid "Wide" -msgstr "Breit" - -#: functions.php -msgid "Name" -msgstr "Name" - -#: functions.php -msgid "Website" -msgstr "Website" - -#: functions.php -msgid "Save my name, email, and website in this browser for the next time I comment." -msgstr "Meinen Namen, meine E-Mail-Adresse und meine Website in diesem Browser für meinen nächsten Kommentar speichern." - -#: functions.php +#: functions.php:494 msgid "Bootstrap Layout" msgstr "Bootstrap-Layout" -#: functions.php +#: functions.php:499 msgid "Bootstrap Components" msgstr "Bootstrap-Komponenten" -#: functions.php +#: functions.php:504 msgid "Bootstrap Navigation" msgstr "Bootstrap-Navigation" -#: functions.php +#: functions.php:522 +msgid "Pages" +msgstr "Seiten" + +#: functions.php:523 +msgid "A collection of full page layouts." +msgstr "Eine Sammlung von ganzseitigen Layouts." + +#: functions.php:530 +msgid "Hero Sections" +msgstr "Heldenabschnitte" + +#: functions.php:531 +msgid "Large hero and banner sections." +msgstr "Große Helden- und Banner-Abschnitte." + +#: functions.php:538 +msgid "Call to Action" +msgstr "Handlungsaufforderung" + +#: functions.php:539 +msgid "Call to action sections." +msgstr "Handlungsaufforderungs-Abschnitte." + +#: functions.php:546 patterns/features-3-col.php:14 +msgid "Features" +msgstr "Funktionen" + +#: functions.php:547 +msgid "Feature and service showcase sections." +msgstr "Funktions- und Service-Präsentationsabschnitte." + +#: functions.php:554 +msgid "Testimonials" +msgstr "Referenzen" + +#: functions.php:555 +msgid "Testimonial and review sections." +msgstr "Referenz- und Bewertungsabschnitte." + +#: functions.php:562 patterns/pricing-3-col.php:14 +msgid "Pricing" +msgstr "Preise" + +#: functions.php:563 +msgid "Pricing table sections." +msgstr "Preistabellen-Abschnitte." + +#: functions.php:570 +msgid "Contact" +msgstr "Kontakt" + +#: functions.php:571 +msgid "Contact information sections." +msgstr "Kontaktinformations-Abschnitte." + +#: functions.php:578 +msgid "Text & Content" +msgstr "Text & Inhalt" + +#: functions.php:579 +msgid "Text-focused content sections." +msgstr "Textorientierte Inhaltsabschnitte." + +#: functions.php:586 msgid "Layout" msgstr "Layout" -#: functions.php +#: functions.php:587 msgid "Layout building blocks for page structure." msgstr "Layout-Bausteine für die Seitenstruktur." -#: functions.php +#: functions.php:594 msgid "Components" msgstr "Komponenten" -#: functions.php +#: functions.php:595 msgid "Reusable Bootstrap component patterns." msgstr "Wiederverwendbare Bootstrap-Komponentenvorlagen." -#: functions.php -#: patterns/footer-columns.php +#: functions.php:602 patterns/footer-columns.php:30 msgid "Navigation" msgstr "Navigation" -#: functions.php +#: functions.php:603 msgid "Navigation and header patterns." msgstr "Navigations- und Kopfzeilenvorlagen." -#: patterns/layout-container.php -msgid "Heading goes here" -msgstr "Überschrift hier eingeben" +#: functions.php:620 +msgid "Checkmark" +msgstr "Häkchen" -#: patterns/layout-container.php -msgid "This is a content container with constrained width and comfortable padding. Replace this text with your own content." -msgstr "Dies ist ein Inhaltscontainer mit begrenzter Breite und komfortablem Innenabstand. Ersetzen Sie diesen Text durch Ihren eigenen Inhalt." +#: functions.php:629 +msgid "Unstyled" +msgstr "Ohne Stil" -#: patterns/layout-2-col.php -#: patterns/layout-3-col.php -msgid "Column One" -msgstr "Spalte Eins" +#: functions.php:637 +msgid "Card" +msgstr "Karte" -#: patterns/layout-2-col.php -msgid "Add your content here. This column takes up half the available width on larger screens and stacks on mobile devices." -msgstr "Fügen Sie hier Ihren Inhalt ein. Diese Spalte nimmt auf größeren Bildschirmen die Hälfte der verfügbaren Breite ein und wird auf Mobilgeräten gestapelt." +#: functions.php:645 +msgid "Card with Shadow" +msgstr "Karte mit Schatten" -#: patterns/layout-2-col.php -#: patterns/layout-3-col.php -msgid "Column Two" -msgstr "Spalte Zwei" +#: functions.php:653 +msgid "Alert - Info" +msgstr "Hinweis - Info" -#: patterns/layout-3-col.php -msgid "Column Three" -msgstr "Spalte Drei" +#: functions.php:661 +msgid "Alert - Success" +msgstr "Hinweis - Erfolg" -#: patterns/layout-3-col.php -msgid "Add your content here. This column takes up one third of the available width on larger screens." -msgstr "Fügen Sie hier Ihren Inhalt ein. Diese Spalte nimmt auf größeren Bildschirmen ein Drittel der verfügbaren Breite ein." +#: functions.php:669 +msgid "Alert - Warning" +msgstr "Hinweis - Warnung" -#: patterns/layout-full-width-section.php -msgid "Full Width Section Heading" -msgstr "Überschrift des Vollbreiten-Abschnitts" +#: functions.php:677 +msgid "Alert - Danger" +msgstr "Hinweis - Gefahr" -#: patterns/layout-full-width-section.php -msgid "This full-width section stands out with a colored background. Use it to highlight important content, announcements, or calls to action." -msgstr "Dieser Vollbreiten-Abschnitt fällt durch einen farbigen Hintergrund auf. Verwenden Sie ihn, um wichtige Inhalte, Ankündigungen oder Handlungsaufforderungen hervorzuheben." +#: functions.php:685 +msgid "Striped Rows" +msgstr "Gestreifte Zeilen" -#: patterns/component-card-group.php -msgid "Card One" -msgstr "Karte Eins" +#: functions.php:693 +msgid "Hover Rows" +msgstr "Hervorgehobene Zeilen" -#: patterns/component-card-group.php -msgid "Card Two" -msgstr "Karte Zwei" +#: functions.php:701 +msgid "Bordered" +msgstr "Mit Rahmen" -#: patterns/component-card-group.php -msgid "Card Three" -msgstr "Karte Drei" +#: functions.php:709 +msgid "Accent Border" +msgstr "Akzentrahmen" -#: patterns/component-card-group.php -msgid "Add a short description for this card. Cards are a great way to organize and present related content." -msgstr "Fügen Sie eine kurze Beschreibung für diese Karte hinzu. Karten sind eine hervorragende Möglichkeit, zusammengehörige Inhalte zu organisieren und zu präsentieren." +#: functions.php:717 +msgid "Shadow" +msgstr "Schatten" + +#: functions.php:725 +msgid "Large Rounded" +msgstr "Groß abgerundet" + +#: functions.php:733 +msgid "Large" +msgstr "Groß" + +#: functions.php:741 +msgid "Small" +msgstr "Klein" + +#: functions.php:749 +msgid "Wide" +msgstr "Breit" + +#: functions.php:801 +msgid "Name" +msgstr "Name" + +#: functions.php:806 patterns/contact-info.php:44 +#: patterns/cta-newsletter.php:21 patterns/page-contact.php:34 +msgid "Email" +msgstr "E-Mail" + +#: functions.php:811 +msgid "Website" +msgstr "Website" + +#: functions.php:819 +msgid "" +"Save my name, email, and website in this browser for the next time I comment." +msgstr "" +"Meinen Namen, meine E-Mail-Adresse und meine Website in diesem Browser für " +"meinen nächsten Kommentar speichern." + +#: inc/Template/ContextBuilder.php:199 patterns/template-query-loop.php:25 +msgid "Read more" +msgstr "Weiterlesen" + +#: inc/Template/ContextBuilder.php:237 patterns/post-navigation.php:17 +msgid "Previous" +msgstr "Zurück" + +#: inc/Template/ContextBuilder.php:238 patterns/post-navigation.php:18 +msgid "Next" +msgstr "Weiter" + +#: inc/Template/ContextBuilder.php:274 +#, php-format +msgid "%s Comment" +msgid_plural "%s Comments" +msgstr[0] "%s Kommentar" +msgstr[1] "%s Kommentare" + +#: inc/Template/ContextBuilder.php:329 +msgid "Leave a Comment" +msgstr "Einen Kommentar hinterlassen" + +#: inc/Template/ContextBuilder.php:335 +msgid "Comment" +msgstr "Kommentar" + +#: patterns/comments.php +msgctxt "Pattern title" +msgid "Comments" +msgstr "Kommentare" + +#: patterns/comments.php +msgctxt "Pattern description" +msgid "Comments section with form." +msgstr "Kommentarbereich mit Formular." + +#: patterns/comments.php:15 +msgid "Comments" +msgstr "Kommentare" #: patterns/component-accordion.php +msgctxt "Pattern title" msgid "Accordion" msgstr "Akkordeon" #: patterns/component-accordion.php -msgid "Click on each item to expand and reveal its content." -msgstr "Klicken Sie auf jedes Element, um es aufzuklappen und den Inhalt anzuzeigen." +msgctxt "Pattern description" +msgid "" +"An accordion section using details blocks with summary and content " +"paragraphs." +msgstr "" +"Ein Akkordeon-Abschnitt mit Details-Blöcken, Zusammenfassungen und " +"Inhaltsabsätzen." -#: patterns/component-accordion.php +#: patterns/component-accordion.php:14 +msgid "Accordion" +msgstr "Akkordeon" + +#: patterns/component-accordion.php:18 +msgid "Click on each item to expand and reveal its content." +msgstr "" +"Klicken Sie auf jedes Element, um es aufzuklappen und den Inhalt anzuzeigen." + +#: patterns/component-accordion.php:22 msgid "Accordion Item One" msgstr "Akkordeon-Element Eins" -#: patterns/component-accordion.php -msgid "This is the content for the first accordion item. You can add any blocks inside this details element to create rich, expandable content sections." -msgstr "Dies ist der Inhalt des ersten Akkordeon-Elements. Sie können beliebige Blöcke in dieses Details-Element einfügen, um reichhaltige, aufklappbare Inhaltsabschnitte zu erstellen." +#: patterns/component-accordion.php:23 +msgid "" +"This is the content for the first accordion item. You can add any blocks " +"inside this details element to create rich, expandable content sections." +msgstr "" +"Dies ist der Inhalt des ersten Akkordeon-Elements. Sie können beliebige " +"Blöcke in dieses Details-Element einfügen, um reichhaltige, aufklappbare " +"Inhaltsabschnitte zu erstellen." -#: patterns/component-accordion.php +#: patterns/component-accordion.php:28 msgid "Accordion Item Two" msgstr "Akkordeon-Element Zwei" -#: patterns/component-accordion.php -msgid "This is the content for the second accordion item. Details blocks are a native HTML element that provide toggle functionality without JavaScript." -msgstr "Dies ist der Inhalt des zweiten Akkordeon-Elements. Details-Blöcke sind native HTML-Elemente, die Aufklappfunktionalität ohne JavaScript bieten." +#: patterns/component-accordion.php:29 +msgid "" +"This is the content for the second accordion item. Details blocks are a " +"native HTML element that provide toggle functionality without JavaScript." +msgstr "" +"Dies ist der Inhalt des zweiten Akkordeon-Elements. Details-Blöcke sind " +"native HTML-Elemente, die Aufklappfunktionalität ohne JavaScript bieten." -#: patterns/component-accordion.php +#: patterns/component-accordion.php:34 msgid "Accordion Item Three" msgstr "Akkordeon-Element Drei" -#: patterns/component-accordion.php -msgid "This is the content for the third accordion item. Use accordions to organize frequently asked questions, feature lists, or any content that benefits from progressive disclosure." -msgstr "Dies ist der Inhalt des dritten Akkordeon-Elements. Verwenden Sie Akkordeons, um häufig gestellte Fragen, Funktionslisten oder andere Inhalte zu organisieren, die von schrittweiser Offenlegung profitieren." +#: patterns/component-accordion.php:35 +msgid "" +"This is the content for the third accordion item. Use accordions to organize " +"frequently asked questions, feature lists, or any content that benefits from " +"progressive disclosure." +msgstr "" +"Dies ist der Inhalt des dritten Akkordeon-Elements. Verwenden Sie " +"Akkordeons, um häufig gestellte Fragen, Funktionslisten oder andere Inhalte " +"zu organisieren, die von schrittweiser Offenlegung profitieren." -#: patterns/page-about.php -msgid "About Us" -msgstr "Über uns" +#: patterns/component-card-group.php +msgctxt "Pattern title" +msgid "Card Group" +msgstr "Kartengruppe" -#: patterns/page-about.php -msgid "Learn more about who we are, what we do, and the people behind our mission." -msgstr "Erfahren Sie mehr darüber, wer wir sind, was wir tun und wer hinter unserer Mission steht." +#: patterns/component-card-group.php +msgctxt "Pattern description" +msgid "" +"A three-column card group with shadow-styled cards, each containing a " +"heading and paragraph." +msgstr "" +"Eine dreispaltige Kartengruppe mit schattenstylierten Karten, jede mit " +"einer Überschrift und einem Absatz." -#: patterns/page-about.php -msgid "Our Story" -msgstr "Unsere Geschichte" +#: patterns/component-card-group.php:17 +msgid "Card One" +msgstr "Karte Eins" -#: patterns/page-about.php -msgid "Founded with a passion for innovation and excellence, our journey began with a simple idea: to create meaningful solutions that make a real difference. Over the years, we have grown from a small team into a dedicated group of professionals committed to delivering outstanding results." -msgstr "Gegründet mit einer Leidenschaft für Innovation und Exzellenz, begann unsere Reise mit einer einfachen Idee: bedeutungsvolle Lösungen zu schaffen, die einen echten Unterschied machen. Im Laufe der Jahre sind wir von einem kleinen Team zu einer engagierten Gruppe von Fachleuten gewachsen, die sich der Erbringung herausragender Ergebnisse verschrieben haben." +#: patterns/component-card-group.php:21 patterns/component-card-group.php:33 +#: patterns/component-card-group.php:45 +msgid "" +"Add a short description for this card. Cards are a great way to organize and " +"present related content." +msgstr "" +"Fügen Sie eine kurze Beschreibung für diese Karte hinzu. Karten sind eine " +"hervorragende Möglichkeit, zusammengehörige Inhalte zu organisieren und zu " +"präsentieren." -#: patterns/page-about.php -msgid "Today, we continue to push boundaries and challenge conventions. Our approach combines creative thinking with proven methodologies, ensuring that every project we undertake meets the highest standards of quality and craftsmanship." -msgstr "Heute stoßen wir weiterhin Grenzen und hinterfragen Konventionen. Unser Ansatz verbindet kreatives Denken mit bewährten Methoden und stellt sicher, dass jedes Projekt, das wir übernehmen, den höchsten Qualitäts- und Handwerksstandards entspricht." +#: patterns/component-card-group.php:29 +msgid "Card Two" +msgstr "Karte Zwei" -#: patterns/page-about.php -msgid "Our Team" -msgstr "Unser Team" +#: patterns/component-card-group.php:41 +msgid "Card Three" +msgstr "Karte Drei" -#: patterns/page-about.php -msgid "Meet the people who make it all happen." -msgstr "Lernen Sie die Menschen kennen, die alles möglich machen." +#: patterns/contact-info.php +msgctxt "Pattern title" +msgid "Contact information" +msgstr "Kontaktinformationen" -#: patterns/page-about.php -msgid "Jane Doe" -msgstr "Jane Doe" +#: patterns/contact-info.php +msgctxt "Pattern description" +msgid "" +"A three-column contact information layout with address, phone, and email." +msgstr "" +"Ein dreispaltiges Kontaktinformationslayout mit Adresse, Telefon und " +"E-Mail." -#: patterns/page-about.php -msgid "Founder & CEO" -msgstr "Gründerin & CEO" - -#: patterns/page-about.php -msgid "John Smith" -msgstr "John Smith" - -#: patterns/page-about.php -msgid "Lead Developer" -msgstr "Leitender Entwickler" - -#: patterns/page-about.php -msgid "Emily Johnson" -msgstr "Emily Johnson" - -#: patterns/page-about.php -msgid "Creative Director" -msgstr "Kreativdirektorin" - -#: patterns/page-services.php -msgid "Our Services" -msgstr "Unsere Dienstleistungen" - -#: patterns/page-services.php -msgid "Professional solutions tailored to your needs." -msgstr "Professionelle Lösungen, maßgeschneidert auf Ihre Bedürfnisse." - -#: patterns/page-services.php -msgid "What We Offer" -msgstr "Was wir anbieten" - -#: patterns/page-services.php -msgid "We provide a wide range of services to help your business grow and succeed." -msgstr "Wir bieten ein breites Spektrum an Dienstleistungen, um Ihr Unternehmen beim Wachstum und Erfolg zu unterstützen." - -#: patterns/page-services.php -msgid "Design" -msgstr "Design" - -#: patterns/page-services.php -msgid "Beautiful, user-centered designs that capture your brand identity and engage your audience across all platforms and devices." -msgstr "Schöne, benutzerzentrierte Designs, die Ihre Markenidentität einfangen und Ihr Publikum auf allen Plattformen und Geräten ansprechen." - -#: patterns/page-services.php -msgid "Development" -msgstr "Entwicklung" - -#: patterns/page-services.php -msgid "Robust, scalable web applications built with modern technologies and best practices to ensure performance and reliability." -msgstr "Robuste, skalierbare Webanwendungen, erstellt mit modernen Technologien und bewährten Methoden, um Leistung und Zuverlässigkeit zu gewährleisten." - -#: patterns/page-services.php -msgid "Strategy" -msgstr "Strategie" - -#: patterns/page-services.php -msgid "Data-driven strategies and consulting to help you achieve your business goals and stay ahead of the competition." -msgstr "Datengetriebene Strategien und Beratung, um Ihnen zu helfen, Ihre Geschäftsziele zu erreichen und der Konkurrenz voraus zu sein." - -#: patterns/page-services.php -msgid "Ready to take your project to the next level? Let us help you build something great." -msgstr "Bereit, Ihr Projekt auf die nächste Stufe zu heben? Lassen Sie uns Ihnen helfen, etwas Großartiges zu bauen." - -#: patterns/page-services.php -msgid "View Portfolio" -msgstr "Portfolio ansehen" - -#: patterns/page-contact.php -msgid "We would love to hear from you. Reach out to us anytime." -msgstr "Wir freuen uns von Ihnen zu hören. Kontaktieren Sie uns jederzeit." - -#: patterns/page-contact.php -msgid "Get in Touch" +#: patterns/contact-info.php:14 +msgid "Get in touch" msgstr "Kontakt aufnehmen" -#: patterns/page-contact.php -msgid "123 Main Street, Suite 100, Anytown, ST 12345" -msgstr "Hauptstraße 123, Suite 100, 8000 Zürich" +#: patterns/contact-info.php:18 +msgid "" +"We would love to hear from you. Reach out through any of the channels below." +msgstr "" +"Wir freuen uns von Ihnen zu hören. Kontaktieren Sie uns über einen der " +"folgenden Kanäle." -#: patterns/page-contact.php -msgid "+1 (555) 123-4567" +#: patterns/contact-info.php:24 patterns/page-contact.php:30 +msgid "Address" +msgstr "Adresse" + +#: patterns/contact-info.php:28 +msgid "123 Example Street" +msgstr "Beispielstraße 123" + +#: patterns/contact-info.php:28 +msgid "8000 Zurich, Switzerland" +msgstr "8000 Zürich, Schweiz" + +#: patterns/contact-info.php:34 patterns/page-contact.php:38 +msgid "Phone" +msgstr "Telefon" + +#: patterns/contact-info.php:38 +msgid "+41 44 123 45 67" msgstr "+41 44 123 45 67" -#: patterns/page-contact.php -msgid "Business Hours" -msgstr "Öffnungszeiten" +#: patterns/contact-info.php:48 patterns/page-contact.php:34 +msgid "info@example.com" +msgstr "info@example.com" -#: patterns/page-contact.php -msgid "Monday - Friday:" -msgstr "Montag - Freitag:" +#: patterns/cta-banner.php +msgctxt "Pattern title" +msgid "Call to action banner" +msgstr "Handlungsaufforderungs-Banner" -#: patterns/page-contact.php -msgid "9:00 AM - 6:00 PM" -msgstr "09:00 - 18:00 Uhr" +#: patterns/cta-banner.php +msgctxt "Pattern description" +msgid "" +"A full-width call to action banner with a colored background, heading, " +"description, and button." +msgstr "" +"Ein vollbreiter Handlungsaufforderungs-Banner mit farbigem Hintergrund, " +"Überschrift, Beschreibung und Schaltfläche." -#: patterns/page-contact.php -msgid "Saturday:" -msgstr "Samstag:" +#: patterns/cta-banner.php:14 +msgid "Ready to get started?" +msgstr "Bereit loszulegen?" -#: patterns/page-contact.php -msgid "10:00 AM - 4:00 PM" -msgstr "10:00 - 16:00 Uhr" +#: patterns/cta-banner.php:18 +msgid "Start building your website today with our powerful and flexible theme." +msgstr "" +"Beginnen Sie noch heute mit dem Aufbau Ihrer Website mit unserem " +"leistungsstarken und flexiblen Theme." -#: patterns/page-contact.php -msgid "Sunday:" -msgstr "Sonntag:" +#: patterns/cta-banner.php:23 +msgid "Start Now" +msgstr "Jetzt beginnen" -#: patterns/page-contact.php -msgid "Closed" -msgstr "Geschlossen" +#: patterns/cta-newsletter.php +msgctxt "Pattern title" +msgid "Newsletter signup" +msgstr "Newsletter-Anmeldung" -#. translators: Copyright notice. %1$s: Year, %2$s: Site title. -#: patterns/footer-minimal.php -msgid "© %1$s %2$s. All rights reserved." -msgstr "© %1$s %2$s. Alle Rechte vorbehalten." +#: patterns/cta-newsletter.php +msgctxt "Pattern description" +msgid "" +"A newsletter signup section with heading, description, and search block." +msgstr "" +"Ein Newsletter-Anmeldebereich mit Überschrift, Beschreibung und " +"Suchblock." + +#: patterns/cta-newsletter.php:14 +msgid "Stay in the loop" +msgstr "Bleiben Sie auf dem Laufenden" + +#: patterns/cta-newsletter.php:18 +msgid "Subscribe to our newsletter for updates, tips, and exclusive content." +msgstr "" +"Abonnieren Sie unseren Newsletter für Aktualisierungen, Tipps und exklusive " +"Inhalte." + +#: patterns/cta-newsletter.php:21 +msgid "Enter your email address" +msgstr "Geben Sie Ihre E-Mail-Adresse ein" + +#: patterns/cta-newsletter.php:21 +msgid "Subscribe" +msgstr "Abonnieren" + +#: patterns/dark-mode-toggle.php +msgctxt "Pattern title" +msgid "Dark mode toggle" +msgstr "Darkmode-Umschalter" + +#: patterns/dark-mode-toggle.php +msgctxt "Pattern description" +msgid "A toggle button for switching between light and dark mode." +msgstr "Eine Schaltfläche zum Wechseln zwischen hellem und dunklem Modus." + +#: patterns/dark-mode-toggle.php:13 +msgid "Switch to dark mode" +msgstr "Zum Darkmode wechseln" + +#: patterns/dark-mode-toggle.php:13 +msgid "Switch to light mode" +msgstr "Zum hellen Modus wechseln" + +#: patterns/features-2-col-offset.php +msgctxt "Pattern title" +msgid "Features two columns with image" +msgstr "Funktionen zwei Spalten mit Bild" + +#: patterns/features-2-col-offset.php +msgctxt "Pattern description" +msgid "" +"A two-column layout with a large image on the left and stacked features on " +"the right." +msgstr "" +"Ein zweispaltiges Layout mit einem großen Bild links und gestapelten " +"Funktionen rechts." + +#: patterns/features-2-col-offset.php:16 +msgid "Feature illustration" +msgstr "Funktionsillustration" + +#: patterns/features-2-col-offset.php:22 +msgid "Designed for modern workflows" +msgstr "Entwickelt für moderne Arbeitsabläufe" + +#: patterns/features-2-col-offset.php:26 +msgid "" +"Streamline your development process with a theme that works the way you do." +msgstr "" +"Optimieren Sie Ihren Entwicklungsprozess mit einem Theme, das so arbeitet " +"wie Sie." + +#: patterns/features-2-col-offset.php:34 +msgid "Block Patterns" +msgstr "Block-Vorlagen" + +#: patterns/features-2-col-offset.php:38 +msgid "" +"Pre-built patterns for common page sections. Drop them in and customize to " +"fit your needs." +msgstr "" +"Vorgefertigte Vorlagen für gängige Seitenabschnitte. Fügen Sie diese ein und " +"passen Sie sie an Ihre Bedürfnisse an." + +#: patterns/features-2-col-offset.php:46 +msgid "Style Variations" +msgstr "Stilvariationen" + +#: patterns/features-2-col-offset.php:50 +msgid "" +"Switch between color schemes with a single click. Choose from multiple " +"professionally designed palettes." +msgstr "" +"Wechseln Sie mit einem Klick zwischen Farbschemata. Wählen Sie aus mehreren " +"professionell gestalteten Paletten." + +#: patterns/features-3-col.php +msgctxt "Pattern title" +msgid "Features three columns" +msgstr "Funktionen drei Spalten" + +#: patterns/features-3-col.php +msgctxt "Pattern description" +msgid "A three-column feature grid with images, headings, and descriptions." +msgstr "" +"Ein dreispaltiges Funktionsraster mit Bildern, Überschriften und " +"Beschreibungen." + +#: patterns/features-3-col.php:18 +msgid "Everything you need to build a modern website." +msgstr "Alles, was Sie für eine moderne Website benötigen." + +#: patterns/features-3-col.php:28 +msgid "Responsive Design" +msgstr "Responsives Design" + +#: patterns/features-3-col.php:32 +msgid "" +"Your website looks great on every device, from mobile phones to large " +"desktop screens." +msgstr "" +"Ihre Website sieht auf jedem Gerät großartig aus, vom Mobiltelefon bis zum " +"großen Desktop-Bildschirm." + +#: patterns/features-3-col.php:42 +msgid "Easy Customization" +msgstr "Einfache Anpassung" + +#: patterns/features-3-col.php:46 +msgid "" +"Customize colors, fonts, and layouts using the WordPress Site Editor with no " +"code required." +msgstr "" +"Passen Sie Farben, Schriftarten und Layouts mit dem WordPress Site-Editor " +"an, ganz ohne Programmierung." + +#: patterns/features-3-col.php:56 +msgid "Performance First" +msgstr "Leistung zuerst" + +#: patterns/features-3-col.php:60 +msgid "" +"Built with speed in mind. Optimized assets and clean code for lightning-fast " +"page loads." +msgstr "" +"Entwickelt mit Fokus auf Geschwindigkeit. Optimierte Ressourcen und sauberer " +"Code für blitzschnelle Seitenladezeiten." + +#: patterns/features-icon-list.php +msgctxt "Pattern title" +msgid "Features icon list" +msgstr "Funktionen-Symbolliste" + +#: patterns/features-icon-list.php +msgctxt "Pattern description" +msgid "A vertical list of features with icon images and text descriptions." +msgstr "" +"Eine vertikale Liste von Funktionen mit Symbolbildern und " +"Textbeschreibungen." + +#: patterns/features-icon-list.php:14 +msgid "Why choose us" +msgstr "Warum Sie uns wählen sollten" + +#: patterns/features-icon-list.php:25 +msgid "Bootstrap 5 Framework" +msgstr "Bootstrap 5 Framework" + +#: patterns/features-icon-list.php:29 +msgid "" +"Built on the most popular CSS framework. Leverage a proven, well-documented " +"design system." +msgstr "" +"Basierend auf dem beliebtesten CSS-Framework. Nutzen Sie ein bewährtes, gut " +"dokumentiertes Design-System." + +#: patterns/features-icon-list.php:41 +msgid "Full Site Editing" +msgstr "Vollständige Website-Bearbeitung" + +#: patterns/features-icon-list.php:45 +msgid "" +"Edit every part of your site visually. Headers, footers, templates, and " +"content are all customizable." +msgstr "" +"Bearbeiten Sie jeden Teil Ihrer Website visuell. Kopfzeilen, Fußzeilen, " +"Vorlagen und Inhalte sind vollständig anpassbar." + +#: patterns/features-icon-list.php:57 +msgid "Dark Mode Support" +msgstr "Darkmode-Unterstützung" + +#: patterns/features-icon-list.php:61 +msgid "" +"Built-in dark mode toggle that respects user preferences and persists across " +"visits." +msgstr "" +"Integrierter Darkmode-Schalter, der Benutzereinstellungen respektiert und " +"über Besuche hinweg beibehalten wird." #: patterns/footer-columns.php +msgctxt "Pattern title" +msgid "Footer - Multi-Column" +msgstr "Fußzeile - Mehrspaltig" + +#: patterns/footer-columns.php +msgctxt "Pattern description" +msgid "Multi-column footer with site info, navigation, and credits." +msgstr "Mehrspaltiger Fußbereich mit Website-Info, Navigation und Credits." + +#: patterns/footer-columns.php:22 msgid "A modern WordPress theme built with Bootstrap 5." msgstr "Ein modernes WordPress-Theme, erstellt mit Bootstrap 5." -#: patterns/footer-columns.php +#: patterns/footer-columns.php:39 msgid "About" msgstr "Über" -#: patterns/footer-columns.php -msgid "This theme is proudly built with Bootstrap 5 and WordPress Full Site Editing." -msgstr "Dieses Theme wurde mit Stolz mit Bootstrap 5 und WordPress Full Site Editing erstellt." +#: patterns/footer-columns.php:42 +msgid "" +"This theme is proudly built with Bootstrap 5 and WordPress Full Site Editing." +msgstr "" +"Dieses Theme wurde mit Stolz mit Bootstrap 5 und WordPress Full Site Editing " +"erstellt." #. translators: Copyright notice. %1$s: Year, %2$s: Site title. -#: patterns/footer-columns.php +#: patterns/footer-columns.php:64 +#, php-format msgid "© %1$s %2$s" msgstr "© %1$s %2$s" -#: views/base.html.twig -msgid "Skip to main content" -msgstr "Zum Hauptinhalt springen" +#. translators: Powered by WordPress. %s: WordPress link. +#: patterns/footer-columns.php:76 patterns/footer.php:38 +#, php-format +msgid "Powered by %s" +msgstr "Betrieben mit %s" -#: views/partials/header.html.twig -#: views/partials/header-centered.html.twig -#: views/partials/header-transparent.html.twig -#: views/partials/header-offcanvas.html.twig -msgid "Primary navigation" -msgstr "Hauptnavigation" +#: patterns/footer-columns.php:77 patterns/footer.php:39 +msgid "https://wordpress.org" +msgstr "https://de.wordpress.org" -#: views/partials/footer.html.twig -#: views/partials/footer-columns.html.twig -msgid "Footer navigation" -msgstr "Fußnavigation" +#: patterns/footer-minimal.php +msgctxt "Pattern title" +msgid "Footer - Minimal" +msgstr "Fußzeile - Minimal" -#: functions.php +#: patterns/footer-minimal.php +msgctxt "Pattern description" +msgid "Minimal single-line footer with copyright." +msgstr "Minimaler einzeiliger Fußbereich mit Copyright." + +#. translators: Copyright notice. %1$s: Year, %2$s: Site title. +#: patterns/footer-minimal.php:25 +#, php-format +msgid "© %1$s %2$s. All rights reserved." +msgstr "© %1$s %2$s. Alle Rechte vorbehalten." + +#: patterns/footer.php +msgctxt "Pattern title" +msgid "Footer" +msgstr "Fußzeile" + +#: patterns/footer.php +msgctxt "Pattern description" +msgid "Site footer with site title, tagline, and credits." +msgstr "Website-Fußzeile mit Site-Titel, Slogan und Credits." + +#: patterns/header-centered.php +msgctxt "Pattern title" +msgid "Header - Centered" +msgstr "Kopfzeile - Zentriert" + +#: patterns/header-centered.php +msgctxt "Pattern description" +msgid "Centered header with site title above navigation." +msgstr "Zentrierte Kopfzeile mit Site-Titel über der Navigation." + +#: patterns/header-transparent.php +msgctxt "Pattern title" +msgid "Header - Transparent" +msgstr "Kopfzeile - Transparent" + +#: patterns/header-transparent.php +msgctxt "Pattern description" +msgid "Transparent header that overlays page content, ideal for hero sections." +msgstr "" +"Transparente Kopfzeile, die den Seiteninhalt überlagert, ideal für " +"Heldenabschnitte." + +#: patterns/header.php +msgctxt "Pattern title" +msgid "Header" +msgstr "Kopfzeile" + +#: patterns/header.php +msgctxt "Pattern description" +msgid "Site header with site title and navigation." +msgstr "Website-Kopfzeile mit Site-Titel und Navigation." + +#: patterns/hero-centered.php +msgctxt "Pattern title" +msgid "Hero centered" +msgstr "Held zentriert" + +#: patterns/hero-centered.php +msgctxt "Pattern description" +msgid "" +"A centered hero section with a colored background, heading, paragraph, and " +"call to action buttons." +msgstr "" +"Ein zentrierter Heldenabschnitt mit farbigem Hintergrund, Überschrift, " +"Absatz und Handlungsaufforderungs-Schaltflächen." + +#: patterns/hero-centered.php:14 +msgid "Welcome to your new website" +msgstr "Willkommen auf Ihrer neuen Website" + +#: patterns/hero-centered.php:18 +msgid "" +"Start building beautiful, responsive pages with the full power of Bootstrap " +"5 and the WordPress block editor." +msgstr "" +"Beginnen Sie mit dem Erstellen schöner, responsiver Seiten mit der vollen " +"Leistung von Bootstrap 5 und dem WordPress Block-Editor." + +#: patterns/hero-centered.php:23 patterns/hero-cover.php:23 +#: patterns/page-services.php:78 patterns/pricing-3-col.php:52 +#: patterns/pricing-3-col.php:91 +msgid "Get Started" +msgstr "Jetzt starten" + +#: patterns/hero-centered.php:27 patterns/hero-split.php:25 +#: patterns/text-about.php:29 +msgid "Learn More" +msgstr "Mehr erfahren" + +#: patterns/hero-cover.php +msgctxt "Pattern title" +msgid "Hero with cover image" +msgstr "Held mit Titelbild" + +#: patterns/hero-cover.php +msgctxt "Pattern description" +msgid "" +"A full-width hero section with a cover image, heading, paragraph, and call " +"to action button." +msgstr "" +"Ein vollbreiter Heldenabschnitt mit Titelbild, Überschrift, Absatz und " +"Handlungsaufforderungs-Schaltfläche." + +#: patterns/hero-cover.php:14 +msgid "Build something amazing" +msgstr "Erstellen Sie etwas Großartiges" + +#: patterns/hero-cover.php:18 +msgid "" +"Create modern, responsive websites with the power of Bootstrap 5 and the " +"WordPress Site Editor." +msgstr "" +"Erstellen Sie moderne, responsive Websites mit der Leistung von Bootstrap 5 " +"und dem WordPress Site-Editor." + +#: patterns/hero-split.php +msgctxt "Pattern title" +msgid "Hero split with image" +msgstr "Held geteilt mit Bild" + +#: patterns/hero-split.php +msgctxt "Pattern description" +msgid "" +"A two-column hero with text on the left and an image placeholder on the " +"right." +msgstr "" +"Ein zweispaltiger Held mit Text links und einem Bildplatzhalter rechts." + +#: patterns/hero-split.php:16 +msgid "Modern design meets powerful features" +msgstr "Modernes Design trifft auf leistungsstarke Funktionen" + +#: patterns/hero-split.php:20 +msgid "" +"A WordPress theme built from the ground up with Bootstrap 5 for a seamless " +"editing and browsing experience." +msgstr "" +"Ein WordPress-Theme, von Grund auf mit Bootstrap 5 erstellt, für ein " +"nahtloses Bearbeitungs- und Browsing-Erlebnis." + +#: patterns/hero-split.php:29 +msgid "View Demo" +msgstr "Demo ansehen" + +#: patterns/hero-split.php:36 +msgid "Hero image" +msgstr "Heldenbild" + +#: patterns/hidden-404.php +msgctxt "Pattern title" +msgid "404" +msgstr "404" + +#: patterns/hidden-404.php:14 +msgid "Page not found" +msgstr "Seite nicht gefunden" + +#: patterns/hidden-404.php:18 +msgid "" +"The page you are looking for does not exist, or it has been moved. Please " +"try searching using the form below." +msgstr "" +"Die gesuchte Seite existiert nicht oder wurde verschoben. Bitte verwenden " +"Sie das untenstehende Suchformular." + +#: patterns/hidden-blog-heading.php +msgctxt "Pattern title" +msgid "Blog heading" +msgstr "Blog-Überschrift" + +#: patterns/hidden-blog-heading.php:12 +msgid "Blog" +msgstr "Blog" + +#: patterns/hidden-search.php +msgctxt "Pattern title" +msgid "Search" +msgstr "Suche" + +#: patterns/hidden-search.php:11 patterns/hidden-sidebar.php:32 +#: patterns/hidden-sidebar.php:35 +msgid "Search" +msgstr "Suchen" + +#: patterns/hidden-search.php:11 patterns/hidden-sidebar.php:35 +msgid "Search..." +msgstr "Suchen..." + +#: patterns/hidden-sidebar.php +msgctxt "Pattern title" msgid "Sidebar" msgstr "Seitenleiste" -#: functions.php -msgid "Add widgets here to appear in the sidebar." -msgstr "Widgets hier hinzufügen, um sie in der Seitenleiste anzuzeigen." +#: patterns/hidden-sidebar.php +msgctxt "Pattern description" +msgid "Sidebar content with recent posts, search, and tag cloud." +msgstr "Seitenleisteninhalt mit neuesten Beiträgen, Suche und Tag-Wolke." -#: views/partials/sidebar.html.twig -msgid "Blog sidebar" -msgstr "Blog-Seitenleiste" +#: patterns/hidden-sidebar.php:14 +msgid "Recent Posts" +msgstr "Neueste Beiträge" + +#: patterns/hidden-sidebar.php:42 +msgid "Tags" +msgstr "Schlagwörter" + +#: patterns/hidden-written-by.php +msgctxt "Pattern title" +msgid "Written by" +msgstr "Verfasst von" + +#: patterns/layout-2-col.php +msgctxt "Pattern title" +msgid "Two Columns" +msgstr "Zwei Spalten" + +#: patterns/layout-2-col.php +msgctxt "Pattern description" +msgid "" +"A two-column layout with equal width columns, each containing a heading and " +"paragraph." +msgstr "" +"Ein zweispaltiges Layout mit gleich breiten Spalten, jede mit einer " +"Überschrift und einem Absatz." + +#: patterns/layout-2-col.php:16 patterns/layout-3-col.php:16 +msgid "Column One" +msgstr "Spalte Eins" + +#: patterns/layout-2-col.php:20 patterns/layout-2-col.php:30 +msgid "" +"Add your content here. This column takes up half the available width on " +"larger screens and stacks on mobile devices." +msgstr "" +"Fügen Sie hier Ihren Inhalt ein. Diese Spalte nimmt auf größeren " +"Bildschirmen die Hälfte der verfügbaren Breite ein und wird auf Mobilgeräten " +"gestapelt." + +#: patterns/layout-2-col.php:26 patterns/layout-3-col.php:26 +msgid "Column Two" +msgstr "Spalte Zwei" + +#: patterns/layout-3-col.php +msgctxt "Pattern title" +msgid "Three Columns" +msgstr "Drei Spalten" + +#: patterns/layout-3-col.php +msgctxt "Pattern description" +msgid "" +"A three-column layout with equal width columns, each containing a heading " +"and paragraph." +msgstr "" +"Ein dreispaltiges Layout mit gleich breiten Spalten, jede mit einer " +"Überschrift und einem Absatz." + +#: patterns/layout-3-col.php:20 patterns/layout-3-col.php:30 +#: patterns/layout-3-col.php:40 +msgid "" +"Add your content here. This column takes up one third of the available width " +"on larger screens." +msgstr "" +"Fügen Sie hier Ihren Inhalt ein. Diese Spalte nimmt auf größeren " +"Bildschirmen ein Drittel der verfügbaren Breite ein." + +#: patterns/layout-3-col.php:36 +msgid "Column Three" +msgstr "Spalte Drei" + +#: patterns/layout-container.php +msgctxt "Pattern title" +msgid "Bootstrap Container" +msgstr "Bootstrap-Container" + +#: patterns/layout-container.php +msgctxt "Pattern description" +msgid "" +"A constrained container with padding, containing a heading and paragraph " +"placeholder." +msgstr "" +"Ein begrenzter Container mit Innenabstand und einem Überschriften- und " +"Absatzplatzhalter." + +#: patterns/layout-container.php:14 +msgid "Heading goes here" +msgstr "Überschrift hier eingeben" + +#: patterns/layout-container.php:18 +msgid "" +"This is a content container with constrained width and comfortable padding. " +"Replace this text with your own content." +msgstr "" +"Dies ist ein Inhaltscontainer mit begrenzter Breite und komfortablem " +"Innenabstand. Ersetzen Sie diesen Text durch Ihren eigenen Inhalt." + +#: patterns/layout-full-width-section.php +msgctxt "Pattern title" +msgid "Full Width Section" +msgstr "Vollbreiter Abschnitt" + +#: patterns/layout-full-width-section.php +msgctxt "Pattern description" +msgid "" +"A full-width section with a primary background color, centered white heading " +"and paragraph." +msgstr "" +"Ein vollbreiter Abschnitt mit primärer Hintergrundfarbe, zentrierter " +"weißer Überschrift und Absatz." + +#: patterns/layout-full-width-section.php:14 +msgid "Full Width Section Heading" +msgstr "Überschrift des Vollbreiten-Abschnitts" + +#: patterns/layout-full-width-section.php:18 +msgid "" +"This full-width section stands out with a colored background. Use it to " +"highlight important content, announcements, or calls to action." +msgstr "" +"Dieser Vollbreiten-Abschnitt fällt durch einen farbigen Hintergrund auf. " +"Verwenden Sie ihn, um wichtige Inhalte, Ankündigungen oder " +"Handlungsaufforderungen hervorzuheben." + +#: patterns/more-posts.php +msgctxt "Pattern title" +msgid "More posts" +msgstr "Weitere Beiträge" + +#: patterns/more-posts.php +msgctxt "Pattern description" +msgid "A section with more recent posts." +msgstr "Ein Abschnitt mit weiteren neuesten Beiträgen." + +#: patterns/more-posts.php:15 +msgid "More posts" +msgstr "Weitere Beiträge" + +#: patterns/nav-dark.php +msgctxt "Pattern title" +msgid "Navigation - Dark" +msgstr "Navigation - Dunkel" + +#: patterns/nav-dark.php +msgctxt "Pattern description" +msgid "Dark-themed navigation header with dark background." +msgstr "Dunkel gestaltete Navigations-Kopfzeile mit dunklem Hintergrund." + +#: patterns/nav-offcanvas.php +msgctxt "Pattern title" +msgid "Navigation - Offcanvas" +msgstr "Navigation - Offcanvas" + +#: patterns/nav-offcanvas.php +msgctxt "Pattern description" +msgid "" +"Header with offcanvas mobile navigation using Bootstrap offcanvas component." +msgstr "" +"Kopfzeile mit Offcanvas-Mobilnavigation unter Verwendung der Bootstrap " +"Offcanvas-Komponente." + +#: patterns/page-about.php +msgctxt "Pattern title" +msgid "About Page" +msgstr "Über-uns-Seite" + +#: patterns/page-about.php +msgctxt "Pattern description" +msgid "A full about page layout with hero, story section, and team members." +msgstr "" +"Ein vollständiges Über-uns-Seitenlayout mit Held, Story-Abschnitt und " +"Teammitgliedern." + +#: patterns/page-about.php:14 +msgid "About Us" +msgstr "Über uns" + +#: patterns/page-about.php:18 +msgid "" +"Learn more about who we are, what we do, and the people behind our mission." +msgstr "" +"Erfahren Sie mehr darüber, wer wir sind, was wir tun und wer hinter unserer " +"Mission steht." + +#: patterns/page-about.php:26 +msgid "Our Story" +msgstr "Unsere Geschichte" + +#: patterns/page-about.php:30 +msgid "" +"Founded with a passion for innovation and excellence, our journey began with " +"a simple idea: to create meaningful solutions that make a real difference. " +"Over the years, we have grown from a small team into a dedicated group of " +"professionals committed to delivering outstanding results." +msgstr "" +"Gegründet mit einer Leidenschaft für Innovation und Exzellenz, begann unsere " +"Reise mit einer einfachen Idee: bedeutungsvolle Lösungen zu schaffen, die " +"einen echten Unterschied machen. Im Laufe der Jahre sind wir von einem " +"kleinen Team zu einer engagierten Gruppe von Fachleuten gewachsen, die sich " +"der Erbringung herausragender Ergebnisse verschrieben haben." + +#: patterns/page-about.php:34 +msgid "" +"Today, we continue to push boundaries and challenge conventions. Our " +"approach combines creative thinking with proven methodologies, ensuring that " +"every project we undertake meets the highest standards of quality and " +"craftsmanship." +msgstr "" +"Heute stoßen wir weiterhin Grenzen und hinterfragen Konventionen. Unser " +"Ansatz verbindet kreatives Denken mit bewährten Methoden und stellt sicher, " +"dass jedes Projekt, das wir übernehmen, den höchsten Qualitäts- und " +"Handwerksstandards entspricht." + +#: patterns/page-about.php:40 patterns/text-about.php:36 +msgid "About us image" +msgstr "Über-uns-Bild" + +#: patterns/page-about.php:48 +msgid "Our Team" +msgstr "Unser Team" + +#: patterns/page-about.php:52 +msgid "Meet the people who make it all happen." +msgstr "Lernen Sie die Menschen kennen, die alles möglich machen." + +#: patterns/page-about.php:59 +msgid "Jane Doe" +msgstr "Jane Doe" + +#: patterns/page-about.php:63 +msgid "Founder & CEO" +msgstr "Gründerin & CEO" + +#: patterns/page-about.php:71 +msgid "John Smith" +msgstr "John Smith" + +#: patterns/page-about.php:75 +msgid "Lead Developer" +msgstr "Leitender Entwickler" + +#: patterns/page-about.php:83 +msgid "Emily Johnson" +msgstr "Emily Johnson" + +#: patterns/page-about.php:87 +msgid "Creative Director" +msgstr "Kreativdirektorin" + +#: patterns/page-contact.php +msgctxt "Pattern title" +msgid "Contact Page" +msgstr "Kontaktseite" + +#: patterns/page-contact.php +msgctxt "Pattern description" +msgid "" +"A full contact page layout with hero, contact details, business hours, and " +"spacer." +msgstr "" +"Ein vollständiges Kontaktseitenlayout mit Held, Kontaktdetails, " +"Öffnungszeiten und Abstandhalter." + +#: patterns/page-contact.php:14 patterns/page-services.php:87 +#: patterns/pricing-3-col.php:130 +msgid "Contact Us" +msgstr "Kontaktieren Sie uns" + +#: patterns/page-contact.php:18 +msgid "We would love to hear from you. Reach out to us anytime." +msgstr "Wir freuen uns von Ihnen zu hören. Kontaktieren Sie uns jederzeit." + +#: patterns/page-contact.php:26 +msgid "Get in Touch" +msgstr "Kontakt aufnehmen" + +#: patterns/page-contact.php:30 +msgid "123 Main Street, Suite 100, Anytown, ST 12345" +msgstr "Hauptstraße 123, Suite 100, 8000 Zürich" + +#: patterns/page-contact.php:38 +msgid "+1 (555) 123-4567" +msgstr "+41 44 123 45 67" + +#: patterns/page-contact.php:44 +msgid "Business Hours" +msgstr "Öffnungszeiten" + +#: patterns/page-contact.php:49 +msgid "Monday - Friday:" +msgstr "Montag - Freitag:" + +#: patterns/page-contact.php:49 +msgid "9:00 AM - 6:00 PM" +msgstr "09:00 - 18:00 Uhr" + +#: patterns/page-contact.php:53 +msgid "Saturday:" +msgstr "Samstag:" + +#: patterns/page-contact.php:53 +msgid "10:00 AM - 4:00 PM" +msgstr "10:00 - 16:00 Uhr" + +#: patterns/page-contact.php:57 +msgid "Sunday:" +msgstr "Sonntag:" + +#: patterns/page-contact.php:57 +msgid "Closed" +msgstr "Geschlossen" + +#: patterns/page-services.php +msgctxt "Pattern title" +msgid "Services Page" +msgstr "Dienstleistungsseite" + +#: patterns/page-services.php +msgctxt "Pattern description" +msgid "" +"A full services page layout with hero, service offerings, and call to action." +msgstr "" +"Ein vollständiges Dienstleistungsseitenlayout mit Held, " +"Dienstleistungsangeboten und Handlungsaufforderung." + +#: patterns/page-services.php:14 +msgid "Our Services" +msgstr "Unsere Dienstleistungen" + +#: patterns/page-services.php:18 +msgid "Professional solutions tailored to your needs." +msgstr "Professionelle Lösungen, maßgeschneidert auf Ihre Bedürfnisse." + +#: patterns/page-services.php:24 +msgid "What We Offer" +msgstr "Was wir anbieten" + +#: patterns/page-services.php:28 +msgid "" +"We provide a wide range of services to help your business grow and succeed." +msgstr "" +"Wir bieten ein breites Spektrum an Dienstleistungen, um Ihr Unternehmen beim " +"Wachstum und Erfolg zu unterstützen." + +#: patterns/page-services.php:34 +msgid "🎨" +msgstr "🎨" + +#: patterns/page-services.php:38 +msgid "Design" +msgstr "Design" + +#: patterns/page-services.php:42 +msgid "" +"Beautiful, user-centered designs that capture your brand identity and engage " +"your audience across all platforms and devices." +msgstr "" +"Schöne, benutzerzentrierte Designs, die Ihre Markenidentität einfangen und " +"Ihr Publikum auf allen Plattformen und Geräten ansprechen." + +#: patterns/page-services.php:48 +msgid "⚙️" +msgstr "⚙️" + +#: patterns/page-services.php:52 +msgid "Development" +msgstr "Entwicklung" + +#: patterns/page-services.php:56 +msgid "" +"Robust, scalable web applications built with modern technologies and best " +"practices to ensure performance and reliability." +msgstr "" +"Robuste, skalierbare Webanwendungen, erstellt mit modernen Technologien und " +"bewährten Methoden, um Leistung und Zuverlässigkeit zu gewährleisten." + +#: patterns/page-services.php:62 +msgid "📈" +msgstr "📈" + +#: patterns/page-services.php:66 +msgid "Strategy" +msgstr "Strategie" + +#: patterns/page-services.php:70 +msgid "" +"Data-driven strategies and consulting to help you achieve your business " +"goals and stay ahead of the competition." +msgstr "" +"Datengetriebene Strategien und Beratung, um Ihnen zu helfen, Ihre " +"Geschäftsziele zu erreichen und der Konkurrenz voraus zu sein." + +#: patterns/page-services.php:82 +msgid "" +"Ready to take your project to the next level? Let us help you build " +"something great." +msgstr "" +"Bereit, Ihr Projekt auf die nächste Stufe zu heben? Lassen Sie uns Ihnen " +"helfen, etwas Großartiges zu bauen." + +#: patterns/page-services.php:91 +msgid "View Portfolio" +msgstr "Portfolio ansehen" + +#: patterns/post-navigation.php +msgctxt "Pattern title" +msgid "Post navigation" +msgstr "Beitragsnavigation" + +#: patterns/post-navigation.php +msgctxt "Pattern description" +msgid "Previous and next post links." +msgstr "Links zum vorherigen und nächsten Beitrag." + +#: patterns/pricing-3-col.php +msgctxt "Pattern title" +msgid "Pricing three columns" +msgstr "Preise drei Spalten" + +#: patterns/pricing-3-col.php +msgctxt "Pattern description" +msgid "" +"Three-column pricing cards with feature lists and call to action buttons." +msgstr "" +"Dreispaltige Preiskarten mit Funktionslisten und " +"Handlungsaufforderungs-Schaltflächen." + +#: patterns/pricing-3-col.php:18 +msgid "Choose the plan that works best for you." +msgstr "Wählen Sie den Plan, der am besten zu Ihnen passt." + +#: patterns/pricing-3-col.php:25 +msgid "Basic" +msgstr "Basis" + +#: patterns/pricing-3-col.php:29 +msgid "Free" +msgstr "Kostenlos" + +#: patterns/pricing-3-col.php:38 +msgid "1 Website" +msgstr "1 Website" + +#: patterns/pricing-3-col.php:42 +msgid "Community Support" +msgstr "Community-Support" + +#: patterns/pricing-3-col.php:46 +msgid "Core Features" +msgstr "Kernfunktionen" + +#: patterns/pricing-3-col.php:61 +msgid "Professional" +msgstr "Professionell" + +#. translators: pricing amount +#: patterns/pricing-3-col.php:67 +msgid "$49" +msgstr "49 $" + +#: patterns/pricing-3-col.php:77 +msgid "5 Websites" +msgstr "5 Websites" + +#: patterns/pricing-3-col.php:81 +msgid "Priority Support" +msgstr "Vorrangiger Support" + +#: patterns/pricing-3-col.php:85 +msgid "All Features" +msgstr "Alle Funktionen" + +#: patterns/pricing-3-col.php:100 +msgid "Enterprise" +msgstr "Unternehmen" + +#. translators: pricing amount +#: patterns/pricing-3-col.php:106 +msgid "$199" +msgstr "199 $" + +#: patterns/pricing-3-col.php:116 +msgid "Unlimited Websites" +msgstr "Unbegrenzte Websites" + +#: patterns/pricing-3-col.php:120 +msgid "Dedicated Support" +msgstr "Persönlicher Support" + +#: patterns/pricing-3-col.php:124 +msgid "Custom Development" +msgstr "Individuelle Entwicklung" + +#: patterns/template-query-loop.php +msgctxt "Pattern title" +msgid "Query loop" +msgstr "Abfrageschleife" + +#: patterns/template-query-loop.php:39 +msgid "No posts were found." +msgstr "Es wurden keine Beiträge gefunden." + +#: patterns/testimonials-2-col.php +msgctxt "Pattern title" +msgid "Testimonials two columns" +msgstr "Referenzen zwei Spalten" + +#: patterns/testimonials-2-col.php +msgctxt "Pattern description" +msgid "Two-column testimonials with quote blocks and citations." +msgstr "Zweispaltige Referenzen mit Zitatblöcken und Quellenangaben." + +#: patterns/testimonials-2-col.php:14 +msgid "What our clients say" +msgstr "Was unsere Kunden sagen" + +#: patterns/testimonials-2-col.php:20 +msgid "" +"This theme completely transformed our website. The Bootstrap integration " +"makes it incredibly easy to create professional-looking pages without any " +"custom code." +msgstr "" +"Dieses Theme hat unsere Website vollständig transformiert. Die Bootstrap-" +"Integration macht es unglaublich einfach, professionell aussehende Seiten " +"ohne individuellen Code zu erstellen." + +#: patterns/testimonials-2-col.php:20 +msgid "Jane Doe, Web Designer" +msgstr "Jane Doe, Webdesignerin" + +#: patterns/testimonials-2-col.php:26 +msgid "" +"The dark mode support and style variations give us the flexibility we need. " +"Our clients love being able to switch between color schemes effortlessly." +msgstr "" +"Die Darkmode-Unterstützung und Stilvariationen geben uns die Flexibilität, " +"die wir benötigen. Unsere Kunden schätzen es, mühelos zwischen Farbschemata " +"wechseln zu können." + +#: patterns/testimonials-2-col.php:26 +msgid "John Smith, Developer" +msgstr "John Smith, Entwickler" + +#: patterns/testimonials-centered.php +msgctxt "Pattern title" +msgid "Testimonial centered" +msgstr "Referenz zentriert" + +#: patterns/testimonials-centered.php +msgctxt "Pattern description" +msgid "A single large centered testimonial with citation." +msgstr "Eine einzelne große zentrierte Referenz mit Quellenangabe." + +#: patterns/testimonials-centered.php:14 +msgid "" +"The best WordPress theme we have ever used. Clean code, beautiful design, " +"and incredible flexibility." +msgstr "" +"Das beste WordPress-Theme, das wir je verwendet haben. Sauberer Code, " +"schönes Design und unglaubliche Flexibilität." + +#: patterns/testimonials-centered.php:14 +msgid "Alex Johnson, Creative Director" +msgstr "Alex Johnson, Kreativdirektor" + +#: patterns/text-about.php +msgctxt "Pattern title" +msgid "About section" +msgstr "Über-uns-Abschnitt" + +#: patterns/text-about.php +msgctxt "Pattern description" +msgid "A two-column about section with text content and an image." +msgstr "Ein zweispaltiger Über-uns-Abschnitt mit Textinhalt und einem Bild." + +#: patterns/text-about.php:16 +msgid "About us" +msgstr "Über uns" + +#: patterns/text-about.php:20 +msgid "" +"We are passionate about creating tools that empower people to build " +"beautiful websites. Our theme combines the reliability of Bootstrap with the " +"flexibility of WordPress." +msgstr "" +"Wir sind leidenschaftlich daran interessiert, Werkzeuge zu schaffen, die " +"Menschen befähigen, schöne Websites zu erstellen. Unser Theme vereint die " +"Zuverlässigkeit von Bootstrap mit der Flexibilität von WordPress." + +#: patterns/text-about.php:24 +msgid "" +"With years of experience in web development and design, we understand what " +"it takes to create a theme that is both powerful and easy to use." +msgstr "" +"Mit jahrelanger Erfahrung in Webentwicklung und Design verstehen wir, was " +"nötig ist, um ein Theme zu erstellen, das sowohl leistungsstark als auch " +"einfach zu bedienen ist." + +#: patterns/text-faq.php +msgctxt "Pattern title" +msgid "Frequently asked questions" +msgstr "Häufig gestellte Fragen" + +#: patterns/text-faq.php +msgctxt "Pattern description" +msgid "An FAQ section with question and answer pairs." +msgstr "Ein FAQ-Abschnitt mit Frage-und-Antwort-Paaren." + +#: patterns/text-faq.php:14 +msgid "Frequently Asked Questions" +msgstr "Häufig gestellte Fragen" + +#: patterns/text-faq.php:20 +msgid "How do I install the theme?" +msgstr "Wie installiere ich das Theme?" + +#: patterns/text-faq.php:24 +msgid "" +"Download the ZIP file from the releases page, then upload it via WordPress " +"Admin > Appearance > Themes > Add New > Upload Theme." +msgstr "" +"Laden Sie die ZIP-Datei von der Release-Seite herunter und laden Sie sie " +"über WordPress-Admin > Design > Themes > Neu hinzufügen > Theme hochladen " +"hoch." + +#: patterns/text-faq.php:34 +msgid "Does it work with the Site Editor?" +msgstr "Funktioniert es mit dem Site-Editor?" + +#: patterns/text-faq.php:38 +msgid "" +"Yes, this is a Full Site Editing block theme. You can customize templates, " +"headers, footers, and all block patterns using the WordPress Site Editor." +msgstr "" +"Ja, dies ist ein Full-Site-Editing-Block-Theme. Sie können Vorlagen, " +"Kopfzeilen, Fußzeilen und alle Block-Vorlagen mit dem WordPress Site-Editor " +"anpassen." + +#: patterns/text-faq.php:48 +msgid "Can I use my own fonts?" +msgstr "Kann ich eigene Schriftarten verwenden?" + +#: patterns/text-faq.php:52 +msgid "" +"The theme comes with Inter, Lora, and system font stacks. You can add custom " +"fonts through the Site Editor or by modifying theme.json." +msgstr "" +"Das Theme wird mit Inter, Lora und System-Schriftarten geliefert. Sie können " +"eigene Schriftarten über den Site-Editor oder durch Anpassung der theme.json " +"hinzufügen." + +#: patterns/text-faq.php:62 +msgid "Is dark mode supported?" +msgstr "Wird der Darkmode unterstützt?" + +#: patterns/text-faq.php:66 +msgid "" +"Yes, the theme includes a dark mode toggle that uses Bootstrap 5.3 built-in " +"dark mode. It respects system preferences and remembers your choice." +msgstr "" +"Ja, das Theme enthält einen Darkmode-Schalter, der den integrierten Darkmode " +"von Bootstrap 5.3 verwendet. Er respektiert Systemeinstellungen und merkt " +"sich Ihre Wahl." + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Base" +msgstr "Basis" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Contrast" +msgstr "Kontrast" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Primary" +msgstr "Primär" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Secondary" +msgstr "Sekundär" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Success" +msgstr "Erfolg" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Danger" +msgstr "Gefahr" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Warning" +msgstr "Warnung" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Info" +msgstr "Info" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Light" +msgstr "Hell" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Dark" +msgstr "Dunkel" + +#: theme.json +msgctxt "Space size name" +msgid "3xs" +msgstr "3xs" + +#: theme.json +msgctxt "Space size name" +msgid "2xs" +msgstr "2xs" + +#: theme.json +msgctxt "Space size name" +msgid "xs" +msgstr "xs" + +#: theme.json +msgctxt "Space size name" +msgid "s" +msgstr "s" + +#: theme.json +msgctxt "Space size name" +msgid "m" +msgstr "m" + +#: theme.json +msgctxt "Space size name" +msgid "l" +msgstr "l" + +#: theme.json +msgctxt "Space size name" +msgid "xl" +msgstr "xl" + +#: theme.json +msgctxt "Space size name" +msgid "2xl" +msgstr "2xl" + +#: theme.json +msgctxt "Font size name" +msgid "Small" +msgstr "Klein" + +#: theme.json +msgctxt "Font size name" +msgid "Medium" +msgstr "Mittel" + +#: theme.json +msgctxt "Font size name" +msgid "Large" +msgstr "Groß" + +#: theme.json +msgctxt "Font size name" +msgid "Extra Large" +msgstr "Sehr groß" + +#: theme.json +msgctxt "Font size name" +msgid "Huge" +msgstr "Riesig" + +#: theme.json +msgctxt "Font size name" +msgid "Display" +msgstr "Display" + +#: theme.json +msgctxt "Font family name" +msgid "System Sans Serif" +msgstr "System Sans-Serif" + +#: theme.json +msgctxt "Font family name" +msgid "Inter" +msgstr "Inter" + +#: theme.json +msgctxt "Font family name" +msgid "Lora" +msgstr "Lora" + +#: theme.json +msgctxt "Font family name" +msgid "System Monospace" +msgstr "System Monospace" + +#: theme.json +msgctxt "Shadow name" +msgid "Small" +msgstr "Klein" + +#: theme.json +msgctxt "Shadow name" +msgid "Regular" +msgstr "Normal" + +#: theme.json +msgctxt "Shadow name" +msgid "Large" +msgstr "Groß" + +#: theme.json +msgctxt "Aspect ratio name" +msgid "16:9" +msgstr "16:9" + +#: theme.json +msgctxt "Aspect ratio name" +msgid "4:3" +msgstr "4:3" + +#: theme.json +msgctxt "Aspect ratio name" +msgid "1:1" +msgstr "1:1" + +#: theme.json +msgctxt "Aspect ratio name" +msgid "3:4" +msgstr "3:4" + +#: theme.json +msgctxt "Custom template name" +msgid "Blog with Sidebar" +msgstr "Blog mit Seitenleiste" + +#: theme.json +msgctxt "Custom template name" +msgid "Landing Page (No Header/Footer)" +msgstr "Landingpage (ohne Kopf-/Fußzeile)" + +#: theme.json +msgctxt "Custom template name" +msgid "Full Width" +msgstr "Vollbreite" + +#: theme.json +msgctxt "Custom template name" +msgid "Page with Hero" +msgstr "Seite mit Held" + +#: theme.json +msgctxt "Custom template name" +msgid "Page with Sidebar" +msgstr "Seite mit Seitenleiste" + +#: theme.json +msgctxt "Template part name" +msgid "Header" +msgstr "Kopfzeile" + +#: theme.json +msgctxt "Template part name" +msgid "Header - Centered" +msgstr "Kopfzeile - Zentriert" + +#: theme.json +msgctxt "Template part name" +msgid "Header - Transparent" +msgstr "Kopfzeile - Transparent" + +#: theme.json +msgctxt "Template part name" +msgid "Footer" +msgstr "Fußzeile" + +#: theme.json +msgctxt "Template part name" +msgid "Footer - Minimal" +msgstr "Fußzeile - Minimal" + +#: theme.json +msgctxt "Template part name" +msgid "Footer - Multi-Column" +msgstr "Fußzeile - Mehrspaltig" + +#: theme.json +msgctxt "Template part name" +msgid "Sidebar" +msgstr "Seitenleiste" + +#: styles/01-ocean.json +msgctxt "Style variation name" +msgid "Ocean" +msgstr "Ozean" + +#: styles/02-forest.json +msgctxt "Style variation name" +msgid "Forest" +msgstr "Wald" + +#: styles/03-sunset.json +msgctxt "Style variation name" +msgid "Sunset" +msgstr "Sonnenuntergang" + +#: styles/04-midnight.json +msgctxt "Style variation name" +msgid "Midnight" +msgstr "Mitternacht" + +#: styles/05-ember.json +msgctxt "Style variation name" +msgid "Ember" +msgstr "Glut" + +#: styles/06-arctic.json +msgctxt "Style variation name" +msgid "Arctic" +msgstr "Arktis" + +#: styles/07-amethyst.json +msgctxt "Style variation name" +msgid "Amethyst" +msgstr "Amethyst" + +#: styles/08-rose.json +msgctxt "Style variation name" +msgid "Rose" +msgstr "Rose" + +#: styles/09-sand.json +msgctxt "Style variation name" +msgid "Sand" +msgstr "Sand" + +#: styles/10-lavender.json +msgctxt "Style variation name" +msgid "Lavender" +msgstr "Lavendel" + +#: styles/11-mint.json +msgctxt "Style variation name" +msgid "Mint" +msgstr "Minze" + +#: styles/12-slate.json +msgctxt "Style variation name" +msgid "Slate" +msgstr "Schiefer" + +#: styles/13-mocha.json +msgctxt "Style variation name" +msgid "Mocha" +msgstr "Mokka" + +#: styles/14-nebula.json +msgctxt "Style variation name" +msgid "Nebula" +msgstr "Nebel" + +#: styles/15-obsidian.json +msgctxt "Style variation name" +msgid "Obsidian" +msgstr "Obsidian" + +#~ msgid "Skip to main content" +#~ msgstr "Zum Hauptinhalt springen" + +#~ msgid "Primary navigation" +#~ msgstr "Hauptnavigation" + +#~ msgid "Footer navigation" +#~ msgstr "Fußnavigation" + +#~ msgid "Blog sidebar" +#~ msgstr "Blog-Seitenleiste" diff --git a/languages/wp-bootstrap-de_DE_informal.po b/languages/wp-bootstrap-de_DE_informal.po index e3d825e..773ded1 100644 --- a/languages/wp-bootstrap-de_DE_informal.po +++ b/languages/wp-bootstrap-de_DE_informal.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: WP Bootstrap 0.3.0\n" -"Report-Msgid-Bugs-To: https://src.bundespruefstelle.ch/magdev/wp-bootstrap/issues\n" -"POT-Creation-Date: 2026-02-08 00:00+0000\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/wp-bootstrap\n" +"POT-Creation-Date: 2026-02-20T09:45:19+00:00\n" "PO-Revision-Date: 2026-02-11 00:00+0000\n" "Last-Translator: Marco Graetsch \n" "Language-Team: German (Informal)\n" @@ -18,902 +18,1919 @@ msgstr "" "X-Domain: wp-bootstrap\n" #. Theme Name of the theme -#: patterns/footer.php +#: style.css patterns/footer.php:31 msgid "WP Bootstrap" msgstr "WP Bootstrap" +#. Theme URI of the theme +#: style.css +msgid "https://src.bundespruefstelle.ch/magdev/wp-bootstrap" +msgstr "" + #. Description of the theme -msgid "A modern WordPress Block Theme built from scratch with Bootstrap 5. Features responsive design, dark mode support, and full compatibility with the WordPress Site Editor." -msgstr "Ein modernes WordPress Block-Theme, erstellt mit Bootstrap 5. Mit responsivem Design, Darkmode-Unterstützung und voller Kompatibilität mit dem WordPress Site-Editor." - -#: patterns/footer.php -#: patterns/footer-columns.php -msgid "Powered by %s" -msgstr "Betrieben mit %s" - -#: patterns/footer.php -#: patterns/footer-columns.php -msgid "https://wordpress.org" -msgstr "https://de.wordpress.org" - -#: patterns/hidden-404.php -msgid "Page not found" -msgstr "Seite nicht gefunden" - -#: patterns/hidden-404.php -msgid "The page you are looking for does not exist, or it has been moved. Please try searching using the form below." -msgstr "Die gesuchte Seite existiert nicht oder wurde verschoben. Bitte verwende das untenstehende Suchformular." - -#: patterns/hidden-search.php -#: patterns/hidden-sidebar.php -msgid "Search" -msgstr "Suchen" - -#: patterns/hidden-search.php -#: patterns/hidden-sidebar.php -msgid "Search..." -msgstr "Suchen..." - -#: patterns/hidden-blog-heading.php -msgid "Blog" -msgstr "Blog" - -#: patterns/comments.php -msgid "Comments" -msgstr "Kommentare" - -#: patterns/post-navigation.php -msgid "Previous" -msgstr "Zurück" - -#: patterns/post-navigation.php -msgid "Next" -msgstr "Weiter" - -#: patterns/more-posts.php -msgid "More posts" -msgstr "Weitere Beiträge" - -#: patterns/template-query-loop.php -msgid "Read more" -msgstr "Weiterlesen" - -#: patterns/template-query-loop.php -msgid "No posts were found." -msgstr "Es wurden keine Beiträge gefunden." - -#: patterns/hero-cover.php -msgid "Build something amazing" -msgstr "Erstelle etwas Großartiges" - -#: patterns/hero-cover.php -msgid "Create modern, responsive websites with the power of Bootstrap 5 and the WordPress Site Editor." -msgstr "Erstelle moderne, responsive Websites mit der Leistung von Bootstrap 5 und dem WordPress Site-Editor." - -#: patterns/hero-cover.php -#: patterns/hero-centered.php -#: patterns/pricing-3-col.php -#: patterns/page-services.php -msgid "Get Started" -msgstr "Jetzt starten" - -#: patterns/hero-split.php -msgid "Modern design meets powerful features" -msgstr "Modernes Design trifft auf leistungsstarke Funktionen" - -#: patterns/hero-split.php -msgid "A WordPress theme built from the ground up with Bootstrap 5 for a seamless editing and browsing experience." -msgstr "Ein WordPress-Theme, von Grund auf mit Bootstrap 5 erstellt, für ein nahtloses Bearbeitungs- und Browsing-Erlebnis." - -#: patterns/hero-split.php -#: patterns/hero-centered.php -#: patterns/text-about.php -msgid "Learn More" -msgstr "Mehr erfahren" - -#: patterns/hero-split.php -msgid "View Demo" -msgstr "Demo ansehen" - -#: patterns/hero-split.php -msgid "Hero image" -msgstr "Heldenbild" - -#: patterns/hero-centered.php -msgid "Welcome to your new website" -msgstr "Willkommen auf deiner neuen Website" - -#: patterns/hero-centered.php -msgid "Start building beautiful, responsive pages with the full power of Bootstrap 5 and the WordPress block editor." -msgstr "Beginne mit dem Erstellen schöner, responsiver Seiten mit der vollen Leistung von Bootstrap 5 und dem WordPress Block-Editor." - -#: patterns/features-3-col.php -#: functions.php -msgid "Features" -msgstr "Funktionen" - -#: patterns/features-3-col.php -msgid "Everything you need to build a modern website." -msgstr "Alles, was du für eine moderne Website benötigst." - -#: patterns/features-3-col.php -msgid "Responsive Design" -msgstr "Responsives Design" - -#: patterns/features-3-col.php -msgid "Your website looks great on every device, from mobile phones to large desktop screens." -msgstr "Deine Website sieht auf jedem Gerät großartig aus, vom Mobiltelefon bis zum großen Desktop-Bildschirm." - -#: patterns/features-3-col.php -msgid "Easy Customization" -msgstr "Einfache Anpassung" - -#: patterns/features-3-col.php -msgid "Customize colors, fonts, and layouts using the WordPress Site Editor with no code required." -msgstr "Passe Farben, Schriftarten und Layouts mit dem WordPress Site-Editor an, ganz ohne Programmierung." - -#: patterns/features-3-col.php -msgid "Performance First" -msgstr "Leistung zuerst" - -#: patterns/features-3-col.php -msgid "Built with speed in mind. Optimized assets and clean code for lightning-fast page loads." -msgstr "Entwickelt mit Fokus auf Geschwindigkeit. Optimierte Ressourcen und sauberer Code für blitzschnelle Seitenladezeiten." - -#: patterns/features-icon-list.php -msgid "Why choose us" -msgstr "Warum du uns wählen solltest" - -#: patterns/features-icon-list.php -msgid "Bootstrap 5 Framework" -msgstr "Bootstrap 5 Framework" - -#: patterns/features-icon-list.php -msgid "Built on the most popular CSS framework. Leverage a proven, well-documented design system." -msgstr "Basierend auf dem beliebtesten CSS-Framework. Nutze ein bewährtes, gut dokumentiertes Design-System." - -#: patterns/features-icon-list.php -msgid "Full Site Editing" -msgstr "Vollständige Website-Bearbeitung" - -#: patterns/features-icon-list.php -msgid "Edit every part of your site visually. Headers, footers, templates, and content are all customizable." -msgstr "Bearbeite jeden Teil deiner Website visuell. Kopfzeilen, Fußzeilen, Vorlagen und Inhalte sind vollständig anpassbar." - -#: patterns/features-icon-list.php -msgid "Dark Mode Support" -msgstr "Darkmode-Unterstützung" - -#: patterns/features-icon-list.php -msgid "Built-in dark mode toggle that respects user preferences and persists across visits." -msgstr "Integrierter Darkmode-Schalter, der Benutzereinstellungen respektiert und über Besuche hinweg beibehalten wird." - -#: patterns/features-2-col-offset.php -msgid "Feature illustration" -msgstr "Funktionsillustration" - -#: patterns/features-2-col-offset.php -msgid "Designed for modern workflows" -msgstr "Entwickelt für moderne Arbeitsabläufe" - -#: patterns/features-2-col-offset.php -msgid "Streamline your development process with a theme that works the way you do." -msgstr "Optimiere deinen Entwicklungsprozess mit einem Theme, das so arbeitet wie du." - -#: patterns/features-2-col-offset.php -msgid "Block Patterns" -msgstr "Block-Vorlagen" - -#: patterns/features-2-col-offset.php -msgid "Pre-built patterns for common page sections. Drop them in and customize to fit your needs." -msgstr "Vorgefertigte Vorlagen für gängige Seitenabschnitte. Füge diese ein und passe sie an deine Bedürfnisse an." - -#: patterns/features-2-col-offset.php -msgid "Style Variations" -msgstr "Stilvariationen" - -#: patterns/features-2-col-offset.php -msgid "Switch between color schemes with a single click. Choose from multiple professionally designed palettes." -msgstr "Wechsle mit einem Klick zwischen Farbschemata. Wähle aus mehreren professionell gestalteten Paletten." - -#: patterns/cta-banner.php -msgid "Ready to get started?" -msgstr "Bereit loszulegen?" - -#: patterns/cta-banner.php -msgid "Start building your website today with our powerful and flexible theme." -msgstr "Beginne noch heute mit dem Aufbau deiner Website mit unserem leistungsstarken und flexiblen Theme." - -#: patterns/cta-banner.php -msgid "Start Now" -msgstr "Jetzt beginnen" - -#: patterns/cta-newsletter.php -msgid "Stay in the loop" -msgstr "Bleib auf dem Laufenden" - -#: patterns/cta-newsletter.php -msgid "Subscribe to our newsletter for updates, tips, and exclusive content." -msgstr "Abonniere unseren Newsletter für Aktualisierungen, Tipps und exklusive Inhalte." - -#: patterns/cta-newsletter.php -msgid "Enter your email address" -msgstr "Gib deine E-Mail-Adresse ein" - -#: patterns/cta-newsletter.php -msgid "Subscribe" -msgstr "Abonnieren" - -#: patterns/testimonials-2-col.php -msgid "What our clients say" -msgstr "Was unsere Kunden sagen" - -#: patterns/testimonials-2-col.php -msgid "This theme completely transformed our website. The Bootstrap integration makes it incredibly easy to create professional-looking pages without any custom code." -msgstr "Dieses Theme hat unsere Website vollständig transformiert. Die Bootstrap-Integration macht es unglaublich einfach, professionell aussehende Seiten ohne individuellen Code zu erstellen." - -#: patterns/testimonials-2-col.php -msgid "Jane Doe, Web Designer" -msgstr "Jane Doe, Webdesignerin" - -#: patterns/testimonials-2-col.php -msgid "The dark mode support and style variations give us the flexibility we need. Our clients love being able to switch between color schemes effortlessly." -msgstr "Die Darkmode-Unterstützung und Stilvariationen geben uns die Flexibilität, die wir benötigen. Unsere Kunden schätzen es, mühelos zwischen Farbschemata wechseln zu können." - -#: patterns/testimonials-2-col.php -msgid "John Smith, Developer" -msgstr "John Smith, Entwickler" - -#: patterns/testimonials-centered.php -msgid "The best WordPress theme we have ever used. Clean code, beautiful design, and incredible flexibility." -msgstr "Das beste WordPress-Theme, das wir je verwendet haben. Sauberer Code, schönes Design und unglaubliche Flexibilität." - -#: patterns/testimonials-centered.php -msgid "Alex Johnson, Creative Director" -msgstr "Alex Johnson, Kreativdirektor" - -#: patterns/pricing-3-col.php -#: functions.php -msgid "Pricing" -msgstr "Preise" - -#: patterns/pricing-3-col.php -msgid "Choose the plan that works best for you." -msgstr "Wähle den Plan, der am besten zu dir passt." - -#: patterns/pricing-3-col.php -msgid "Basic" -msgstr "Basis" - -#: patterns/pricing-3-col.php -msgid "Free" -msgstr "Kostenlos" - -#: patterns/pricing-3-col.php -msgid "1 Website" -msgstr "1 Website" - -#: patterns/pricing-3-col.php -msgid "Community Support" -msgstr "Community-Support" - -#: patterns/pricing-3-col.php -msgid "Core Features" -msgstr "Kernfunktionen" - -#: patterns/pricing-3-col.php -msgid "Professional" -msgstr "Professionell" - -#: patterns/pricing-3-col.php -msgid "$49" -msgstr "49 $" - -#: patterns/pricing-3-col.php -msgid "5 Websites" -msgstr "5 Websites" - -#: patterns/pricing-3-col.php -msgid "Priority Support" -msgstr "Vorrangiger Support" - -#: patterns/pricing-3-col.php -msgid "All Features" -msgstr "Alle Funktionen" - -#: patterns/pricing-3-col.php -msgid "Enterprise" -msgstr "Unternehmen" - -#: patterns/pricing-3-col.php -msgid "$199" -msgstr "199 $" - -#: patterns/pricing-3-col.php -msgid "Unlimited Websites" -msgstr "Unbegrenzte Websites" - -#: patterns/pricing-3-col.php -msgid "Dedicated Support" -msgstr "Persönlicher Support" - -#: patterns/pricing-3-col.php -msgid "Custom Development" -msgstr "Individuelle Entwicklung" - -#: patterns/pricing-3-col.php -#: patterns/page-services.php -#: patterns/page-contact.php -msgid "Contact Us" -msgstr "Kontaktiere uns" - -#: patterns/contact-info.php -msgid "Get in touch" -msgstr "Kontakt aufnehmen" - -#: patterns/contact-info.php -msgid "We would love to hear from you. Reach out through any of the channels below." -msgstr "Wir freuen uns von dir zu hören. Kontaktiere uns über einen der folgenden Kanäle." - -#: patterns/contact-info.php -#: patterns/page-contact.php -msgid "Address" -msgstr "Adresse" - -#: patterns/contact-info.php -msgid "123 Example Street" -msgstr "Beispielstraße 123" - -#: patterns/contact-info.php -msgid "8000 Zurich, Switzerland" -msgstr "8000 Zürich, Schweiz" - -#: patterns/contact-info.php -#: patterns/page-contact.php -msgid "Phone" -msgstr "Telefon" - -#: patterns/contact-info.php -msgid "+41 44 123 45 67" -msgstr "+41 44 123 45 67" - -#: patterns/contact-info.php -#: patterns/cta-newsletter.php -#: patterns/page-contact.php -msgid "Email" -msgstr "E-Mail" - -#: patterns/contact-info.php -#: patterns/page-contact.php -msgid "info@example.com" -msgstr "info@example.com" - -#: patterns/text-faq.php -msgid "Frequently Asked Questions" -msgstr "Häufig gestellte Fragen" - -#: patterns/text-faq.php -msgid "How do I install the theme?" -msgstr "Wie installiere ich das Theme?" - -#: patterns/text-faq.php -msgid "Download the ZIP file from the releases page, then upload it via WordPress Admin > Appearance > Themes > Add New > Upload Theme." -msgstr "Lade die ZIP-Datei von der Release-Seite herunter und lade sie über WordPress-Admin > Design > Themes > Neu hinzufügen > Theme hochladen hoch." - -#: patterns/text-faq.php -msgid "Does it work with the Site Editor?" -msgstr "Funktioniert es mit dem Site-Editor?" - -#: patterns/text-faq.php -msgid "Yes, this is a Full Site Editing block theme. You can customize templates, headers, footers, and all block patterns using the WordPress Site Editor." -msgstr "Ja, dies ist ein Full-Site-Editing-Block-Theme. Du kannst Vorlagen, Kopfzeilen, Fußzeilen und alle Block-Vorlagen mit dem WordPress Site-Editor anpassen." - -#: patterns/text-faq.php -msgid "Can I use my own fonts?" -msgstr "Kann ich eigene Schriftarten verwenden?" - -#: patterns/text-faq.php -msgid "The theme comes with Inter, Lora, and system font stacks. You can add custom fonts through the Site Editor or by modifying theme.json." -msgstr "Das Theme wird mit Inter, Lora und System-Schriftarten geliefert. Du kannst eigene Schriftarten über den Site-Editor oder durch Anpassung der theme.json hinzufügen." - -#: patterns/text-faq.php -msgid "Is dark mode supported?" -msgstr "Wird der Darkmode unterstützt?" - -#: patterns/text-faq.php -msgid "Yes, the theme includes a dark mode toggle that uses Bootstrap 5.3 built-in dark mode. It respects system preferences and remembers your choice." -msgstr "Ja, das Theme enthält einen Darkmode-Schalter, der den integrierten Darkmode von Bootstrap 5.3 verwendet. Er respektiert Systemeinstellungen und merkt sich deine Wahl." - -#: patterns/text-about.php -msgid "About us" -msgstr "Über uns" - -#: patterns/text-about.php -msgid "We are passionate about creating tools that empower people to build beautiful websites. Our theme combines the reliability of Bootstrap with the flexibility of WordPress." -msgstr "Wir sind leidenschaftlich daran interessiert, Werkzeuge zu schaffen, die Menschen befähigen, schöne Websites zu erstellen. Unser Theme vereint die Zuverlässigkeit von Bootstrap mit der Flexibilität von WordPress." - -#: patterns/text-about.php -msgid "With years of experience in web development and design, we understand what it takes to create a theme that is both powerful and easy to use." -msgstr "Mit jahrelanger Erfahrung in Webentwicklung und Design verstehen wir, was nötig ist, um ein Theme zu erstellen, das sowohl leistungsstark als auch einfach zu bedienen ist." - -#: patterns/text-about.php -#: patterns/page-about.php -msgid "About us image" -msgstr "Über-uns-Bild" - -#: patterns/hidden-sidebar.php -msgid "Recent Posts" -msgstr "Neueste Beiträge" - -#: patterns/hidden-sidebar.php -msgid "Tags" -msgstr "Schlagwörter" - -#: patterns/dark-mode-toggle.php -msgid "Switch to dark mode" -msgstr "Zum Darkmode wechseln" - -#: patterns/dark-mode-toggle.php -msgid "Switch to light mode" -msgstr "Zum hellen Modus wechseln" - -#: functions.php +#: style.css +msgid "" +"A modern WordPress Block Theme built from scratch with Bootstrap 5. Features " +"responsive design, dark mode support, and full compatibility with the " +"WordPress Site Editor." +msgstr "" +"Ein modernes WordPress Block-Theme, erstellt mit Bootstrap 5. Mit " +"responsivem Design, Darkmode-Unterstützung und voller Kompatibilität mit dem " +"WordPress Site-Editor." + +#. Author of the theme +#: style.css +msgid "Marco Graetsch" +msgstr "" + +#. Author URI of the theme +#: style.css +msgid "https://src.bundespruefstelle.ch/magdev" +msgstr "" + +#: functions.php:43 msgid "Primary Navigation" msgstr "Primäre Navigation" -#: functions.php +#: functions.php:44 msgid "Footer Navigation" msgstr "Fußzeilen-Navigation" -#: functions.php -msgid "Pages" -msgstr "Seiten" +#: functions.php:58 +msgid "Sidebar" +msgstr "Seitenleiste" -#: functions.php -msgid "A collection of full page layouts." -msgstr "Eine Sammlung von ganzseitigen Layouts." +#: functions.php:60 +msgid "Add widgets here to appear in the sidebar." +msgstr "Füge hier Widgets hinzu, um sie in der Seitenleiste anzuzeigen." -#: functions.php -msgid "Hero Sections" -msgstr "Heldenabschnitte" - -#: functions.php -msgid "Large hero and banner sections." -msgstr "Große Helden- und Banner-Abschnitte." - -#: functions.php -msgid "Call to Action" -msgstr "Handlungsaufforderung" - -#: functions.php -msgid "Call to action sections." -msgstr "Handlungsaufforderungs-Abschnitte." - -#: functions.php -msgid "Feature and service showcase sections." -msgstr "Funktions- und Service-Präsentationsabschnitte." - -#: functions.php -msgid "Testimonials" -msgstr "Referenzen" - -#: functions.php -msgid "Testimonial and review sections." -msgstr "Referenz- und Bewertungsabschnitte." - -#: functions.php -msgid "Pricing table sections." -msgstr "Preistabellen-Abschnitte." - -#: functions.php -msgid "Contact" -msgstr "Kontakt" - -#: functions.php -msgid "Contact information sections." -msgstr "Kontaktinformations-Abschnitte." - -#: functions.php -msgid "Text & Content" -msgstr "Text & Inhalt" - -#: functions.php -msgid "Text-focused content sections." -msgstr "Textorientierte Inhaltsabschnitte." - -#: functions.php -msgid "Checkmark" -msgstr "Häkchen" - -#: functions.php -msgid "Unstyled" -msgstr "Ohne Stil" - -#: functions.php -msgid "Card" -msgstr "Karte" - -#: functions.php -msgid "Card with Shadow" -msgstr "Karte mit Schatten" - -#: functions.php -msgid "Alert - Info" -msgstr "Hinweis - Info" - -#: functions.php -msgid "Alert - Success" -msgstr "Hinweis - Erfolg" - -#: functions.php -msgid "Alert - Warning" -msgstr "Hinweis - Warnung" - -#: functions.php -msgid "Alert - Danger" -msgstr "Hinweis - Gefahr" - -#: functions.php -msgid "Striped Rows" -msgstr "Gestreifte Zeilen" - -#: functions.php -msgid "Hover Rows" -msgstr "Hervorgehobene Zeilen" - -#: functions.php -msgid "Bordered" -msgstr "Mit Rahmen" - -#: functions.php -msgid "Accent Border" -msgstr "Akzentrahmen" - -#: functions.php -msgid "Shadow" -msgstr "Schatten" - -#: functions.php -msgid "Large Rounded" -msgstr "Groß abgerundet" - -#: functions.php -msgid "Large" -msgstr "Groß" - -#: functions.php -msgid "Small" -msgstr "Klein" - -#: functions.php -msgid "Wide" -msgstr "Breit" - -#: functions.php -msgid "Name" -msgstr "Name" - -#: functions.php -msgid "Website" -msgstr "Website" - -#: functions.php -msgid "Save my name, email, and website in this browser for the next time I comment." -msgstr "Meinen Namen, meine E-Mail-Adresse und meine Website in diesem Browser für meinen nächsten Kommentar speichern." - -#: functions.php +#: functions.php:494 msgid "Bootstrap Layout" msgstr "Bootstrap-Layout" -#: functions.php +#: functions.php:499 msgid "Bootstrap Components" msgstr "Bootstrap-Komponenten" -#: functions.php +#: functions.php:504 msgid "Bootstrap Navigation" msgstr "Bootstrap-Navigation" -#: functions.php +#: functions.php:522 +msgid "Pages" +msgstr "Seiten" + +#: functions.php:523 +msgid "A collection of full page layouts." +msgstr "Eine Sammlung von ganzseitigen Layouts." + +#: functions.php:530 +msgid "Hero Sections" +msgstr "Heldenabschnitte" + +#: functions.php:531 +msgid "Large hero and banner sections." +msgstr "Große Helden- und Banner-Abschnitte." + +#: functions.php:538 +msgid "Call to Action" +msgstr "Handlungsaufforderung" + +#: functions.php:539 +msgid "Call to action sections." +msgstr "Handlungsaufforderungs-Abschnitte." + +#: functions.php:546 patterns/features-3-col.php:14 +msgid "Features" +msgstr "Funktionen" + +#: functions.php:547 +msgid "Feature and service showcase sections." +msgstr "Funktions- und Service-Präsentationsabschnitte." + +#: functions.php:554 +msgid "Testimonials" +msgstr "Referenzen" + +#: functions.php:555 +msgid "Testimonial and review sections." +msgstr "Referenz- und Bewertungsabschnitte." + +#: functions.php:562 patterns/pricing-3-col.php:14 +msgid "Pricing" +msgstr "Preise" + +#: functions.php:563 +msgid "Pricing table sections." +msgstr "Preistabellen-Abschnitte." + +#: functions.php:570 +msgid "Contact" +msgstr "Kontakt" + +#: functions.php:571 +msgid "Contact information sections." +msgstr "Kontaktinformations-Abschnitte." + +#: functions.php:578 +msgid "Text & Content" +msgstr "Text & Inhalt" + +#: functions.php:579 +msgid "Text-focused content sections." +msgstr "Textorientierte Inhaltsabschnitte." + +#: functions.php:586 msgid "Layout" msgstr "Layout" -#: functions.php +#: functions.php:587 msgid "Layout building blocks for page structure." msgstr "Layout-Bausteine für die Seitenstruktur." -#: functions.php +#: functions.php:594 msgid "Components" msgstr "Komponenten" -#: functions.php +#: functions.php:595 msgid "Reusable Bootstrap component patterns." msgstr "Wiederverwendbare Bootstrap-Komponentenvorlagen." -#: functions.php -#: patterns/footer-columns.php +#: functions.php:602 patterns/footer-columns.php:30 msgid "Navigation" msgstr "Navigation" -#: functions.php +#: functions.php:603 msgid "Navigation and header patterns." msgstr "Navigations- und Kopfzeilenvorlagen." -#: patterns/layout-container.php -msgid "Heading goes here" -msgstr "Überschrift hier eingeben" +#: functions.php:620 +msgid "Checkmark" +msgstr "Häkchen" -#: patterns/layout-container.php -msgid "This is a content container with constrained width and comfortable padding. Replace this text with your own content." -msgstr "Dies ist ein Inhaltscontainer mit begrenzter Breite und komfortablem Innenabstand. Ersetze diesen Text durch deinen eigenen Inhalt." +#: functions.php:629 +msgid "Unstyled" +msgstr "Ohne Stil" -#: patterns/layout-2-col.php -#: patterns/layout-3-col.php -msgid "Column One" -msgstr "Spalte Eins" +#: functions.php:637 +msgid "Card" +msgstr "Karte" -#: patterns/layout-2-col.php -msgid "Add your content here. This column takes up half the available width on larger screens and stacks on mobile devices." -msgstr "Füge hier deinen Inhalt ein. Diese Spalte nimmt auf größeren Bildschirmen die Hälfte der verfügbaren Breite ein und wird auf Mobilgeräten gestapelt." +#: functions.php:645 +msgid "Card with Shadow" +msgstr "Karte mit Schatten" -#: patterns/layout-2-col.php -#: patterns/layout-3-col.php -msgid "Column Two" -msgstr "Spalte Zwei" +#: functions.php:653 +msgid "Alert - Info" +msgstr "Hinweis - Info" -#: patterns/layout-3-col.php -msgid "Column Three" -msgstr "Spalte Drei" +#: functions.php:661 +msgid "Alert - Success" +msgstr "Hinweis - Erfolg" -#: patterns/layout-3-col.php -msgid "Add your content here. This column takes up one third of the available width on larger screens." -msgstr "Füge hier deinen Inhalt ein. Diese Spalte nimmt auf größeren Bildschirmen ein Drittel der verfügbaren Breite ein." +#: functions.php:669 +msgid "Alert - Warning" +msgstr "Hinweis - Warnung" -#: patterns/layout-full-width-section.php -msgid "Full Width Section Heading" -msgstr "Überschrift des Vollbreiten-Abschnitts" +#: functions.php:677 +msgid "Alert - Danger" +msgstr "Hinweis - Gefahr" -#: patterns/layout-full-width-section.php -msgid "This full-width section stands out with a colored background. Use it to highlight important content, announcements, or calls to action." -msgstr "Dieser Vollbreiten-Abschnitt fällt durch einen farbigen Hintergrund auf. Verwende ihn, um wichtige Inhalte, Ankündigungen oder Handlungsaufforderungen hervorzuheben." +#: functions.php:685 +msgid "Striped Rows" +msgstr "Gestreifte Zeilen" -#: patterns/component-card-group.php -msgid "Card One" -msgstr "Karte Eins" +#: functions.php:693 +msgid "Hover Rows" +msgstr "Hervorgehobene Zeilen" -#: patterns/component-card-group.php -msgid "Card Two" -msgstr "Karte Zwei" +#: functions.php:701 +msgid "Bordered" +msgstr "Mit Rahmen" -#: patterns/component-card-group.php -msgid "Card Three" -msgstr "Karte Drei" +#: functions.php:709 +msgid "Accent Border" +msgstr "Akzentrahmen" -#: patterns/component-card-group.php -msgid "Add a short description for this card. Cards are a great way to organize and present related content." -msgstr "Füge eine kurze Beschreibung für diese Karte hinzu. Karten sind eine hervorragende Möglichkeit, zusammengehörige Inhalte zu organisieren und zu präsentieren." +#: functions.php:717 +msgid "Shadow" +msgstr "Schatten" + +#: functions.php:725 +msgid "Large Rounded" +msgstr "Groß abgerundet" + +#: functions.php:733 +msgid "Large" +msgstr "Groß" + +#: functions.php:741 +msgid "Small" +msgstr "Klein" + +#: functions.php:749 +msgid "Wide" +msgstr "Breit" + +#: functions.php:801 +msgid "Name" +msgstr "Name" + +#: functions.php:806 patterns/contact-info.php:44 +#: patterns/cta-newsletter.php:21 patterns/page-contact.php:34 +msgid "Email" +msgstr "E-Mail" + +#: functions.php:811 +msgid "Website" +msgstr "Website" + +#: functions.php:819 +msgid "" +"Save my name, email, and website in this browser for the next time I comment." +msgstr "" +"Meinen Namen, meine E-Mail-Adresse und meine Website in diesem Browser für " +"meinen nächsten Kommentar speichern." + +#: inc/Template/ContextBuilder.php:199 patterns/template-query-loop.php:25 +msgid "Read more" +msgstr "Weiterlesen" + +#: inc/Template/ContextBuilder.php:237 patterns/post-navigation.php:17 +msgid "Previous" +msgstr "Zurück" + +#: inc/Template/ContextBuilder.php:238 patterns/post-navigation.php:18 +msgid "Next" +msgstr "Weiter" + +#: inc/Template/ContextBuilder.php:274 +#, php-format +msgid "%s Comment" +msgid_plural "%s Comments" +msgstr[0] "%s Kommentar" +msgstr[1] "%s Kommentare" + +#: inc/Template/ContextBuilder.php:329 +msgid "Leave a Comment" +msgstr "Einen Kommentar hinterlassen" + +#: inc/Template/ContextBuilder.php:335 +msgid "Comment" +msgstr "Kommentar" + +#: patterns/comments.php +msgctxt "Pattern title" +msgid "Comments" +msgstr "Kommentare" + +#: patterns/comments.php +msgctxt "Pattern description" +msgid "Comments section with form." +msgstr "Kommentarbereich mit Formular." + +#: patterns/comments.php:15 +msgid "Comments" +msgstr "Kommentare" #: patterns/component-accordion.php +msgctxt "Pattern title" msgid "Accordion" msgstr "Akkordeon" #: patterns/component-accordion.php -msgid "Click on each item to expand and reveal its content." -msgstr "Klicke auf jedes Element, um es aufzuklappen und den Inhalt anzuzeigen." +msgctxt "Pattern description" +msgid "" +"An accordion section using details blocks with summary and content " +"paragraphs." +msgstr "" +"Ein Akkordeon-Abschnitt mit Details-Blöcken, Zusammenfassungen und " +"Inhaltsabsätzen." -#: patterns/component-accordion.php +#: patterns/component-accordion.php:14 +msgid "Accordion" +msgstr "Akkordeon" + +#: patterns/component-accordion.php:18 +msgid "Click on each item to expand and reveal its content." +msgstr "" +"Klicke auf jedes Element, um es aufzuklappen und den Inhalt anzuzeigen." + +#: patterns/component-accordion.php:22 msgid "Accordion Item One" msgstr "Akkordeon-Element Eins" -#: patterns/component-accordion.php -msgid "This is the content for the first accordion item. You can add any blocks inside this details element to create rich, expandable content sections." -msgstr "Dies ist der Inhalt des ersten Akkordeon-Elements. Du kannst beliebige Blöcke in dieses Details-Element einfügen, um reichhaltige, aufklappbare Inhaltsabschnitte zu erstellen." +#: patterns/component-accordion.php:23 +msgid "" +"This is the content for the first accordion item. You can add any blocks " +"inside this details element to create rich, expandable content sections." +msgstr "" +"Dies ist der Inhalt des ersten Akkordeon-Elements. Du kannst beliebige " +"Blöcke in dieses Details-Element einfügen, um reichhaltige, aufklappbare " +"Inhaltsabschnitte zu erstellen." -#: patterns/component-accordion.php +#: patterns/component-accordion.php:28 msgid "Accordion Item Two" msgstr "Akkordeon-Element Zwei" -#: patterns/component-accordion.php -msgid "This is the content for the second accordion item. Details blocks are a native HTML element that provide toggle functionality without JavaScript." -msgstr "Dies ist der Inhalt des zweiten Akkordeon-Elements. Details-Blöcke sind native HTML-Elemente, die Aufklappfunktionalität ohne JavaScript bieten." +#: patterns/component-accordion.php:29 +msgid "" +"This is the content for the second accordion item. Details blocks are a " +"native HTML element that provide toggle functionality without JavaScript." +msgstr "" +"Dies ist der Inhalt des zweiten Akkordeon-Elements. Details-Blöcke sind " +"native HTML-Elemente, die Aufklappfunktionalität ohne JavaScript bieten." -#: patterns/component-accordion.php +#: patterns/component-accordion.php:34 msgid "Accordion Item Three" msgstr "Akkordeon-Element Drei" -#: patterns/component-accordion.php -msgid "This is the content for the third accordion item. Use accordions to organize frequently asked questions, feature lists, or any content that benefits from progressive disclosure." -msgstr "Dies ist der Inhalt des dritten Akkordeon-Elements. Verwende Akkordeons, um häufig gestellte Fragen, Funktionslisten oder andere Inhalte zu organisieren, die von schrittweiser Offenlegung profitieren." +#: patterns/component-accordion.php:35 +msgid "" +"This is the content for the third accordion item. Use accordions to organize " +"frequently asked questions, feature lists, or any content that benefits from " +"progressive disclosure." +msgstr "" +"Dies ist der Inhalt des dritten Akkordeon-Elements. Verwende Akkordeons, um " +"häufig gestellte Fragen, Funktionslisten oder andere Inhalte zu " +"organisieren, die von schrittweiser Offenlegung profitieren." -#: patterns/page-about.php -msgid "About Us" -msgstr "Über uns" +#: patterns/component-card-group.php +msgctxt "Pattern title" +msgid "Card Group" +msgstr "Kartengruppe" -#: patterns/page-about.php -msgid "Learn more about who we are, what we do, and the people behind our mission." -msgstr "Erfahre mehr darüber, wer wir sind, was wir tun und wer hinter unserer Mission steht." +#: patterns/component-card-group.php +msgctxt "Pattern description" +msgid "" +"A three-column card group with shadow-styled cards, each containing a " +"heading and paragraph." +msgstr "" +"Eine dreispaltige Kartengruppe mit schattenstylierten Karten, jede mit " +"einer Überschrift und einem Absatz." -#: patterns/page-about.php -msgid "Our Story" -msgstr "Unsere Geschichte" +#: patterns/component-card-group.php:17 +msgid "Card One" +msgstr "Karte Eins" -#: patterns/page-about.php -msgid "Founded with a passion for innovation and excellence, our journey began with a simple idea: to create meaningful solutions that make a real difference. Over the years, we have grown from a small team into a dedicated group of professionals committed to delivering outstanding results." -msgstr "Gegründet mit einer Leidenschaft für Innovation und Exzellenz, begann unsere Reise mit einer einfachen Idee: bedeutungsvolle Lösungen zu schaffen, die einen echten Unterschied machen. Im Laufe der Jahre sind wir von einem kleinen Team zu einer engagierten Gruppe von Fachleuten gewachsen, die sich der Erbringung herausragender Ergebnisse verschrieben haben." +#: patterns/component-card-group.php:21 patterns/component-card-group.php:33 +#: patterns/component-card-group.php:45 +msgid "" +"Add a short description for this card. Cards are a great way to organize and " +"present related content." +msgstr "" +"Füge eine kurze Beschreibung für diese Karte hinzu. Karten sind eine " +"hervorragende Möglichkeit, zusammengehörige Inhalte zu organisieren und zu " +"präsentieren." -#: patterns/page-about.php -msgid "Today, we continue to push boundaries and challenge conventions. Our approach combines creative thinking with proven methodologies, ensuring that every project we undertake meets the highest standards of quality and craftsmanship." -msgstr "Heute stoßen wir weiterhin Grenzen und hinterfragen Konventionen. Unser Ansatz verbindet kreatives Denken mit bewährten Methoden und stellt sicher, dass jedes Projekt, das wir übernehmen, den höchsten Qualitäts- und Handwerksstandards entspricht." +#: patterns/component-card-group.php:29 +msgid "Card Two" +msgstr "Karte Zwei" -#: patterns/page-about.php -msgid "Our Team" -msgstr "Unser Team" +#: patterns/component-card-group.php:41 +msgid "Card Three" +msgstr "Karte Drei" -#: patterns/page-about.php -msgid "Meet the people who make it all happen." -msgstr "Lerne die Menschen kennen, die alles möglich machen." +#: patterns/contact-info.php +msgctxt "Pattern title" +msgid "Contact information" +msgstr "Kontaktinformationen" -#: patterns/page-about.php -msgid "Jane Doe" -msgstr "Jane Doe" +#: patterns/contact-info.php +msgctxt "Pattern description" +msgid "" +"A three-column contact information layout with address, phone, and email." +msgstr "" +"Ein dreispaltiges Kontaktinformationslayout mit Adresse, Telefon und " +"E-Mail." -#: patterns/page-about.php -msgid "Founder & CEO" -msgstr "Gründerin & CEO" - -#: patterns/page-about.php -msgid "John Smith" -msgstr "John Smith" - -#: patterns/page-about.php -msgid "Lead Developer" -msgstr "Leitender Entwickler" - -#: patterns/page-about.php -msgid "Emily Johnson" -msgstr "Emily Johnson" - -#: patterns/page-about.php -msgid "Creative Director" -msgstr "Kreativdirektorin" - -#: patterns/page-services.php -msgid "Our Services" -msgstr "Unsere Dienstleistungen" - -#: patterns/page-services.php -msgid "Professional solutions tailored to your needs." -msgstr "Professionelle Lösungen, maßgeschneidert auf deine Bedürfnisse." - -#: patterns/page-services.php -msgid "What We Offer" -msgstr "Was wir anbieten" - -#: patterns/page-services.php -msgid "We provide a wide range of services to help your business grow and succeed." -msgstr "Wir bieten ein breites Spektrum an Dienstleistungen, um dein Unternehmen beim Wachstum und Erfolg zu unterstützen." - -#: patterns/page-services.php -msgid "Design" -msgstr "Design" - -#: patterns/page-services.php -msgid "Beautiful, user-centered designs that capture your brand identity and engage your audience across all platforms and devices." -msgstr "Schöne, benutzerzentrierte Designs, die deine Markenidentität einfangen und dein Publikum auf allen Plattformen und Geräten ansprechen." - -#: patterns/page-services.php -msgid "Development" -msgstr "Entwicklung" - -#: patterns/page-services.php -msgid "Robust, scalable web applications built with modern technologies and best practices to ensure performance and reliability." -msgstr "Robuste, skalierbare Webanwendungen, erstellt mit modernen Technologien und bewährten Methoden, um Leistung und Zuverlässigkeit zu gewährleisten." - -#: patterns/page-services.php -msgid "Strategy" -msgstr "Strategie" - -#: patterns/page-services.php -msgid "Data-driven strategies and consulting to help you achieve your business goals and stay ahead of the competition." -msgstr "Datengetriebene Strategien und Beratung, um dir zu helfen, deine Geschäftsziele zu erreichen und der Konkurrenz voraus zu sein." - -#: patterns/page-services.php -msgid "Ready to take your project to the next level? Let us help you build something great." -msgstr "Bereit, dein Projekt auf die nächste Stufe zu heben? Lass uns dir helfen, etwas Großartiges zu bauen." - -#: patterns/page-services.php -msgid "View Portfolio" -msgstr "Portfolio ansehen" - -#: patterns/page-contact.php -msgid "We would love to hear from you. Reach out to us anytime." -msgstr "Wir freuen uns von dir zu hören. Kontaktiere uns jederzeit." - -#: patterns/page-contact.php -msgid "Get in Touch" +#: patterns/contact-info.php:14 +msgid "Get in touch" msgstr "Kontakt aufnehmen" -#: patterns/page-contact.php -msgid "123 Main Street, Suite 100, Anytown, ST 12345" -msgstr "Hauptstraße 123, Suite 100, 8000 Zürich" +#: patterns/contact-info.php:18 +msgid "" +"We would love to hear from you. Reach out through any of the channels below." +msgstr "" +"Wir freuen uns von dir zu hören. Kontaktiere uns über einen der folgenden " +"Kanäle." -#: patterns/page-contact.php -msgid "+1 (555) 123-4567" +#: patterns/contact-info.php:24 patterns/page-contact.php:30 +msgid "Address" +msgstr "Adresse" + +#: patterns/contact-info.php:28 +msgid "123 Example Street" +msgstr "Beispielstraße 123" + +#: patterns/contact-info.php:28 +msgid "8000 Zurich, Switzerland" +msgstr "8000 Zürich, Schweiz" + +#: patterns/contact-info.php:34 patterns/page-contact.php:38 +msgid "Phone" +msgstr "Telefon" + +#: patterns/contact-info.php:38 +msgid "+41 44 123 45 67" msgstr "+41 44 123 45 67" -#: patterns/page-contact.php -msgid "Business Hours" -msgstr "Öffnungszeiten" +#: patterns/contact-info.php:48 patterns/page-contact.php:34 +msgid "info@example.com" +msgstr "info@example.com" -#: patterns/page-contact.php -msgid "Monday - Friday:" -msgstr "Montag - Freitag:" +#: patterns/cta-banner.php +msgctxt "Pattern title" +msgid "Call to action banner" +msgstr "Handlungsaufforderungs-Banner" -#: patterns/page-contact.php -msgid "9:00 AM - 6:00 PM" -msgstr "09:00 - 18:00 Uhr" +#: patterns/cta-banner.php +msgctxt "Pattern description" +msgid "" +"A full-width call to action banner with a colored background, heading, " +"description, and button." +msgstr "" +"Ein vollbreiter Handlungsaufforderungs-Banner mit farbigem Hintergrund, " +"Überschrift, Beschreibung und Schaltfläche." -#: patterns/page-contact.php -msgid "Saturday:" -msgstr "Samstag:" +#: patterns/cta-banner.php:14 +msgid "Ready to get started?" +msgstr "Bereit loszulegen?" -#: patterns/page-contact.php -msgid "10:00 AM - 4:00 PM" -msgstr "10:00 - 16:00 Uhr" +#: patterns/cta-banner.php:18 +msgid "Start building your website today with our powerful and flexible theme." +msgstr "" +"Beginne noch heute mit dem Aufbau deiner Website mit unserem " +"leistungsstarken und flexiblen Theme." -#: patterns/page-contact.php -msgid "Sunday:" -msgstr "Sonntag:" +#: patterns/cta-banner.php:23 +msgid "Start Now" +msgstr "Jetzt beginnen" -#: patterns/page-contact.php -msgid "Closed" -msgstr "Geschlossen" +#: patterns/cta-newsletter.php +msgctxt "Pattern title" +msgid "Newsletter signup" +msgstr "Newsletter-Anmeldung" -#. translators: Copyright notice. %1$s: Year, %2$s: Site title. -#: patterns/footer-minimal.php -msgid "© %1$s %2$s. All rights reserved." -msgstr "© %1$s %2$s. Alle Rechte vorbehalten." +#: patterns/cta-newsletter.php +msgctxt "Pattern description" +msgid "" +"A newsletter signup section with heading, description, and search block." +msgstr "" +"Ein Newsletter-Anmeldebereich mit Überschrift, Beschreibung und " +"Suchblock." + +#: patterns/cta-newsletter.php:14 +msgid "Stay in the loop" +msgstr "Bleib auf dem Laufenden" + +#: patterns/cta-newsletter.php:18 +msgid "Subscribe to our newsletter for updates, tips, and exclusive content." +msgstr "" +"Abonniere unseren Newsletter für Aktualisierungen, Tipps und exklusive " +"Inhalte." + +#: patterns/cta-newsletter.php:21 +msgid "Enter your email address" +msgstr "Gib deine E-Mail-Adresse ein" + +#: patterns/cta-newsletter.php:21 +msgid "Subscribe" +msgstr "Abonnieren" + +#: patterns/dark-mode-toggle.php +msgctxt "Pattern title" +msgid "Dark mode toggle" +msgstr "Darkmode-Umschalter" + +#: patterns/dark-mode-toggle.php +msgctxt "Pattern description" +msgid "A toggle button for switching between light and dark mode." +msgstr "Eine Schaltfläche zum Wechseln zwischen hellem und dunklem Modus." + +#: patterns/dark-mode-toggle.php:13 +msgid "Switch to dark mode" +msgstr "Zum Darkmode wechseln" + +#: patterns/dark-mode-toggle.php:13 +msgid "Switch to light mode" +msgstr "Zum hellen Modus wechseln" + +#: patterns/features-2-col-offset.php +msgctxt "Pattern title" +msgid "Features two columns with image" +msgstr "Funktionen zwei Spalten mit Bild" + +#: patterns/features-2-col-offset.php +msgctxt "Pattern description" +msgid "" +"A two-column layout with a large image on the left and stacked features on " +"the right." +msgstr "" +"Ein zweispaltiges Layout mit einem großen Bild links und gestapelten " +"Funktionen rechts." + +#: patterns/features-2-col-offset.php:16 +msgid "Feature illustration" +msgstr "Funktionsillustration" + +#: patterns/features-2-col-offset.php:22 +msgid "Designed for modern workflows" +msgstr "Entwickelt für moderne Arbeitsabläufe" + +#: patterns/features-2-col-offset.php:26 +msgid "" +"Streamline your development process with a theme that works the way you do." +msgstr "" +"Optimiere deinen Entwicklungsprozess mit einem Theme, das so arbeitet wie du." + +#: patterns/features-2-col-offset.php:34 +msgid "Block Patterns" +msgstr "Block-Vorlagen" + +#: patterns/features-2-col-offset.php:38 +msgid "" +"Pre-built patterns for common page sections. Drop them in and customize to " +"fit your needs." +msgstr "" +"Vorgefertigte Vorlagen für gängige Seitenabschnitte. Füge diese ein und " +"passe sie an deine Bedürfnisse an." + +#: patterns/features-2-col-offset.php:46 +msgid "Style Variations" +msgstr "Stilvariationen" + +#: patterns/features-2-col-offset.php:50 +msgid "" +"Switch between color schemes with a single click. Choose from multiple " +"professionally designed palettes." +msgstr "" +"Wechsle mit einem Klick zwischen Farbschemata. Wähle aus mehreren " +"professionell gestalteten Paletten." + +#: patterns/features-3-col.php +msgctxt "Pattern title" +msgid "Features three columns" +msgstr "Funktionen drei Spalten" + +#: patterns/features-3-col.php +msgctxt "Pattern description" +msgid "A three-column feature grid with images, headings, and descriptions." +msgstr "Ein dreispaltiges Funktionsraster mit Bildern, Überschriften und Beschreibungen." + +#: patterns/features-3-col.php:18 +msgid "Everything you need to build a modern website." +msgstr "Alles, was du für eine moderne Website benötigst." + +#: patterns/features-3-col.php:28 +msgid "Responsive Design" +msgstr "Responsives Design" + +#: patterns/features-3-col.php:32 +msgid "" +"Your website looks great on every device, from mobile phones to large " +"desktop screens." +msgstr "" +"Deine Website sieht auf jedem Gerät großartig aus, vom Mobiltelefon bis zum " +"großen Desktop-Bildschirm." + +#: patterns/features-3-col.php:42 +msgid "Easy Customization" +msgstr "Einfache Anpassung" + +#: patterns/features-3-col.php:46 +msgid "" +"Customize colors, fonts, and layouts using the WordPress Site Editor with no " +"code required." +msgstr "" +"Passe Farben, Schriftarten und Layouts mit dem WordPress Site-Editor an, " +"ganz ohne Programmierung." + +#: patterns/features-3-col.php:56 +msgid "Performance First" +msgstr "Leistung zuerst" + +#: patterns/features-3-col.php:60 +msgid "" +"Built with speed in mind. Optimized assets and clean code for lightning-fast " +"page loads." +msgstr "" +"Entwickelt mit Fokus auf Geschwindigkeit. Optimierte Ressourcen und sauberer " +"Code für blitzschnelle Seitenladezeiten." + +#: patterns/features-icon-list.php +msgctxt "Pattern title" +msgid "Features icon list" +msgstr "Funktionen-Symbolliste" + +#: patterns/features-icon-list.php +msgctxt "Pattern description" +msgid "A vertical list of features with icon images and text descriptions." +msgstr "Eine vertikale Liste von Funktionen mit Symbolbildern und Textbeschreibungen." + +#: patterns/features-icon-list.php:14 +msgid "Why choose us" +msgstr "Warum du uns wählen solltest" + +#: patterns/features-icon-list.php:25 +msgid "Bootstrap 5 Framework" +msgstr "Bootstrap 5 Framework" + +#: patterns/features-icon-list.php:29 +msgid "" +"Built on the most popular CSS framework. Leverage a proven, well-documented " +"design system." +msgstr "" +"Basierend auf dem beliebtesten CSS-Framework. Nutze ein bewährtes, gut " +"dokumentiertes Design-System." + +#: patterns/features-icon-list.php:41 +msgid "Full Site Editing" +msgstr "Vollständige Website-Bearbeitung" + +#: patterns/features-icon-list.php:45 +msgid "" +"Edit every part of your site visually. Headers, footers, templates, and " +"content are all customizable." +msgstr "" +"Bearbeite jeden Teil deiner Website visuell. Kopfzeilen, Fußzeilen, Vorlagen " +"und Inhalte sind vollständig anpassbar." + +#: patterns/features-icon-list.php:57 +msgid "Dark Mode Support" +msgstr "Darkmode-Unterstützung" + +#: patterns/features-icon-list.php:61 +msgid "" +"Built-in dark mode toggle that respects user preferences and persists across " +"visits." +msgstr "" +"Integrierter Darkmode-Schalter, der Benutzereinstellungen respektiert und " +"über Besuche hinweg beibehalten wird." #: patterns/footer-columns.php +msgctxt "Pattern title" +msgid "Footer - Multi-Column" +msgstr "Fußzeile - Mehrspaltig" + +#: patterns/footer-columns.php +msgctxt "Pattern description" +msgid "Multi-column footer with site info, navigation, and credits." +msgstr "Mehrspaltiger Fußbereich mit Website-Info, Navigation und Credits." + +#: patterns/footer-columns.php:22 msgid "A modern WordPress theme built with Bootstrap 5." msgstr "Ein modernes WordPress-Theme, erstellt mit Bootstrap 5." -#: patterns/footer-columns.php +#: patterns/footer-columns.php:39 msgid "About" msgstr "Über" -#: patterns/footer-columns.php -msgid "This theme is proudly built with Bootstrap 5 and WordPress Full Site Editing." -msgstr "Dieses Theme wurde mit Stolz mit Bootstrap 5 und WordPress Full Site Editing erstellt." +#: patterns/footer-columns.php:42 +msgid "" +"This theme is proudly built with Bootstrap 5 and WordPress Full Site Editing." +msgstr "" +"Dieses Theme wurde mit Stolz mit Bootstrap 5 und WordPress Full Site Editing " +"erstellt." #. translators: Copyright notice. %1$s: Year, %2$s: Site title. -#: patterns/footer-columns.php +#: patterns/footer-columns.php:64 +#, php-format msgid "© %1$s %2$s" msgstr "© %1$s %2$s" -#: views/base.html.twig -msgid "Skip to main content" -msgstr "Zum Hauptinhalt springen" +#. translators: Powered by WordPress. %s: WordPress link. +#: patterns/footer-columns.php:76 patterns/footer.php:38 +#, php-format +msgid "Powered by %s" +msgstr "Betrieben mit %s" -#: views/partials/header.html.twig -#: views/partials/header-centered.html.twig -#: views/partials/header-transparent.html.twig -#: views/partials/header-offcanvas.html.twig -msgid "Primary navigation" -msgstr "Hauptnavigation" +#: patterns/footer-columns.php:77 patterns/footer.php:39 +msgid "https://wordpress.org" +msgstr "https://de.wordpress.org" -#: views/partials/footer.html.twig -#: views/partials/footer-columns.html.twig -msgid "Footer navigation" -msgstr "Fußnavigation" +#: patterns/footer-minimal.php +msgctxt "Pattern title" +msgid "Footer - Minimal" +msgstr "Fußzeile - Minimal" -#: functions.php +#: patterns/footer-minimal.php +msgctxt "Pattern description" +msgid "Minimal single-line footer with copyright." +msgstr "Minimaler einzeiliger Fußbereich mit Copyright." + +#. translators: Copyright notice. %1$s: Year, %2$s: Site title. +#: patterns/footer-minimal.php:25 +#, php-format +msgid "© %1$s %2$s. All rights reserved." +msgstr "© %1$s %2$s. Alle Rechte vorbehalten." + +#: patterns/footer.php +msgctxt "Pattern title" +msgid "Footer" +msgstr "Fußzeile" + +#: patterns/footer.php +msgctxt "Pattern description" +msgid "Site footer with site title, tagline, and credits." +msgstr "Website-Fußzeile mit Site-Titel, Slogan und Credits." + +#: patterns/header-centered.php +msgctxt "Pattern title" +msgid "Header - Centered" +msgstr "Kopfzeile - Zentriert" + +#: patterns/header-centered.php +msgctxt "Pattern description" +msgid "Centered header with site title above navigation." +msgstr "Zentrierte Kopfzeile mit Site-Titel über der Navigation." + +#: patterns/header-transparent.php +msgctxt "Pattern title" +msgid "Header - Transparent" +msgstr "Kopfzeile - Transparent" + +#: patterns/header-transparent.php +msgctxt "Pattern description" +msgid "Transparent header that overlays page content, ideal for hero sections." +msgstr "Transparente Kopfzeile, die den Seiteninhalt überlagert, ideal für Heldenabschnitte." + +#: patterns/header.php +msgctxt "Pattern title" +msgid "Header" +msgstr "Kopfzeile" + +#: patterns/header.php +msgctxt "Pattern description" +msgid "Site header with site title and navigation." +msgstr "Website-Kopfzeile mit Site-Titel und Navigation." + +#: patterns/hero-centered.php +msgctxt "Pattern title" +msgid "Hero centered" +msgstr "Held zentriert" + +#: patterns/hero-centered.php +msgctxt "Pattern description" +msgid "" +"A centered hero section with a colored background, heading, paragraph, and " +"call to action buttons." +msgstr "" +"Ein zentrierter Heldenabschnitt mit farbigem Hintergrund, Überschrift, " +"Absatz und Handlungsaufforderungs-Schaltflächen." + +#: patterns/hero-centered.php:14 +msgid "Welcome to your new website" +msgstr "Willkommen auf deiner neuen Website" + +#: patterns/hero-centered.php:18 +msgid "" +"Start building beautiful, responsive pages with the full power of Bootstrap " +"5 and the WordPress block editor." +msgstr "" +"Beginne mit dem Erstellen schöner, responsiver Seiten mit der vollen " +"Leistung von Bootstrap 5 und dem WordPress Block-Editor." + +#: patterns/hero-centered.php:23 patterns/hero-cover.php:23 +#: patterns/page-services.php:78 patterns/pricing-3-col.php:52 +#: patterns/pricing-3-col.php:91 +msgid "Get Started" +msgstr "Jetzt starten" + +#: patterns/hero-centered.php:27 patterns/hero-split.php:25 +#: patterns/text-about.php:29 +msgid "Learn More" +msgstr "Mehr erfahren" + +#: patterns/hero-cover.php +msgctxt "Pattern title" +msgid "Hero with cover image" +msgstr "Held mit Titelbild" + +#: patterns/hero-cover.php +msgctxt "Pattern description" +msgid "" +"A full-width hero section with a cover image, heading, paragraph, and call " +"to action button." +msgstr "" +"Ein vollbreiter Heldenabschnitt mit Titelbild, Überschrift, Absatz und " +"Handlungsaufforderungs-Schaltfläche." + +#: patterns/hero-cover.php:14 +msgid "Build something amazing" +msgstr "Erstelle etwas Großartiges" + +#: patterns/hero-cover.php:18 +msgid "" +"Create modern, responsive websites with the power of Bootstrap 5 and the " +"WordPress Site Editor." +msgstr "" +"Erstelle moderne, responsive Websites mit der Leistung von Bootstrap 5 und " +"dem WordPress Site-Editor." + +#: patterns/hero-split.php +msgctxt "Pattern title" +msgid "Hero split with image" +msgstr "Held geteilt mit Bild" + +#: patterns/hero-split.php +msgctxt "Pattern description" +msgid "" +"A two-column hero with text on the left and an image placeholder on the " +"right." +msgstr "" +"Ein zweispaltiger Held mit Text links und einem Bildplatzhalter rechts." + +#: patterns/hero-split.php:16 +msgid "Modern design meets powerful features" +msgstr "Modernes Design trifft auf leistungsstarke Funktionen" + +#: patterns/hero-split.php:20 +msgid "" +"A WordPress theme built from the ground up with Bootstrap 5 for a seamless " +"editing and browsing experience." +msgstr "" +"Ein WordPress-Theme, von Grund auf mit Bootstrap 5 erstellt, für ein " +"nahtloses Bearbeitungs- und Browsing-Erlebnis." + +#: patterns/hero-split.php:29 +msgid "View Demo" +msgstr "Demo ansehen" + +#: patterns/hero-split.php:36 +msgid "Hero image" +msgstr "Heldenbild" + +#: patterns/hidden-404.php +msgctxt "Pattern title" +msgid "404" +msgstr "404" + +#: patterns/hidden-404.php:14 +msgid "Page not found" +msgstr "Seite nicht gefunden" + +#: patterns/hidden-404.php:18 +msgid "" +"The page you are looking for does not exist, or it has been moved. Please " +"try searching using the form below." +msgstr "" +"Die gesuchte Seite existiert nicht oder wurde verschoben. Bitte verwende das " +"untenstehende Suchformular." + +#: patterns/hidden-blog-heading.php +msgctxt "Pattern title" +msgid "Blog heading" +msgstr "Blog-Überschrift" + +#: patterns/hidden-blog-heading.php:12 +msgid "Blog" +msgstr "Blog" + +#: patterns/hidden-search.php +msgctxt "Pattern title" +msgid "Search" +msgstr "Suche" + +#: patterns/hidden-search.php:11 patterns/hidden-sidebar.php:32 +#: patterns/hidden-sidebar.php:35 +msgid "Search" +msgstr "Suchen" + +#: patterns/hidden-search.php:11 patterns/hidden-sidebar.php:35 +msgid "Search..." +msgstr "Suchen..." + +#: patterns/hidden-sidebar.php +msgctxt "Pattern title" msgid "Sidebar" msgstr "Seitenleiste" -#: functions.php -msgid "Add widgets here to appear in the sidebar." -msgstr "Füge hier Widgets hinzu, um sie in der Seitenleiste anzuzeigen." +#: patterns/hidden-sidebar.php +msgctxt "Pattern description" +msgid "Sidebar content with recent posts, search, and tag cloud." +msgstr "Seitenleisteninhalt mit neuesten Beiträgen, Suche und Tag-Wolke." -#: views/partials/sidebar.html.twig -msgid "Blog sidebar" -msgstr "Blog-Seitenleiste" +#: patterns/hidden-sidebar.php:14 +msgid "Recent Posts" +msgstr "Neueste Beiträge" + +#: patterns/hidden-sidebar.php:42 +msgid "Tags" +msgstr "Schlagwörter" + +#: patterns/hidden-written-by.php +msgctxt "Pattern title" +msgid "Written by" +msgstr "Verfasst von" + +#: patterns/layout-2-col.php +msgctxt "Pattern title" +msgid "Two Columns" +msgstr "Zwei Spalten" + +#: patterns/layout-2-col.php +msgctxt "Pattern description" +msgid "" +"A two-column layout with equal width columns, each containing a heading and " +"paragraph." +msgstr "" +"Ein zweispaltiges Layout mit gleich breiten Spalten, die jeweils eine " +"Überschrift und einen Absatz enthalten." + +#: patterns/layout-2-col.php:16 patterns/layout-3-col.php:16 +msgid "Column One" +msgstr "Spalte Eins" + +#: patterns/layout-2-col.php:20 patterns/layout-2-col.php:30 +msgid "" +"Add your content here. This column takes up half the available width on " +"larger screens and stacks on mobile devices." +msgstr "" +"Füge hier deinen Inhalt ein. Diese Spalte nimmt auf größeren Bildschirmen " +"die Hälfte der verfügbaren Breite ein und wird auf Mobilgeräten gestapelt." + +#: patterns/layout-2-col.php:26 patterns/layout-3-col.php:26 +msgid "Column Two" +msgstr "Spalte Zwei" + +#: patterns/layout-3-col.php +msgctxt "Pattern title" +msgid "Three Columns" +msgstr "Drei Spalten" + +#: patterns/layout-3-col.php +msgctxt "Pattern description" +msgid "" +"A three-column layout with equal width columns, each containing a heading " +"and paragraph." +msgstr "" +"Ein dreispaltiges Layout mit gleich breiten Spalten, die jeweils eine " +"Überschrift und einen Absatz enthalten." + +#: patterns/layout-3-col.php:20 patterns/layout-3-col.php:30 +#: patterns/layout-3-col.php:40 +msgid "" +"Add your content here. This column takes up one third of the available width " +"on larger screens." +msgstr "" +"Füge hier deinen Inhalt ein. Diese Spalte nimmt auf größeren Bildschirmen " +"ein Drittel der verfügbaren Breite ein." + +#: patterns/layout-3-col.php:36 +msgid "Column Three" +msgstr "Spalte Drei" + +#: patterns/layout-container.php +msgctxt "Pattern title" +msgid "Bootstrap Container" +msgstr "Bootstrap-Container" + +#: patterns/layout-container.php +msgctxt "Pattern description" +msgid "" +"A constrained container with padding, containing a heading and paragraph " +"placeholder." +msgstr "" +"Ein begrenzter Container mit Innenabstand und einem Überschriften- und " +"Absatzplatzhalter." + +#: patterns/layout-container.php:14 +msgid "Heading goes here" +msgstr "Überschrift hier eingeben" + +#: patterns/layout-container.php:18 +msgid "" +"This is a content container with constrained width and comfortable padding. " +"Replace this text with your own content." +msgstr "" +"Dies ist ein Inhaltscontainer mit begrenzter Breite und komfortablem " +"Innenabstand. Ersetze diesen Text durch deinen eigenen Inhalt." + +#: patterns/layout-full-width-section.php +msgctxt "Pattern title" +msgid "Full Width Section" +msgstr "Vollbreiter Abschnitt" + +#: patterns/layout-full-width-section.php +msgctxt "Pattern description" +msgid "" +"A full-width section with a primary background color, centered white heading " +"and paragraph." +msgstr "" +"Ein vollbreiter Abschnitt mit primärer Hintergrundfarbe, zentrierter weißer " +"Überschrift und Absatz." + +#: patterns/layout-full-width-section.php:14 +msgid "Full Width Section Heading" +msgstr "Überschrift des Vollbreiten-Abschnitts" + +#: patterns/layout-full-width-section.php:18 +msgid "" +"This full-width section stands out with a colored background. Use it to " +"highlight important content, announcements, or calls to action." +msgstr "" +"Dieser Vollbreiten-Abschnitt fällt durch einen farbigen Hintergrund auf. " +"Verwende ihn, um wichtige Inhalte, Ankündigungen oder " +"Handlungsaufforderungen hervorzuheben." + +#: patterns/more-posts.php +msgctxt "Pattern title" +msgid "More posts" +msgstr "Weitere Beiträge" + +#: patterns/more-posts.php +msgctxt "Pattern description" +msgid "A section with more recent posts." +msgstr "Ein Abschnitt mit weiteren neuesten Beiträgen." + +#: patterns/more-posts.php:15 +msgid "More posts" +msgstr "Weitere Beiträge" + +#: patterns/nav-dark.php +msgctxt "Pattern title" +msgid "Navigation - Dark" +msgstr "Navigation - Dunkel" + +#: patterns/nav-dark.php +msgctxt "Pattern description" +msgid "Dark-themed navigation header with dark background." +msgstr "Dunkel gestaltete Navigations-Kopfzeile mit dunklem Hintergrund." + +#: patterns/nav-offcanvas.php +msgctxt "Pattern title" +msgid "Navigation - Offcanvas" +msgstr "Navigation - Offcanvas" + +#: patterns/nav-offcanvas.php +msgctxt "Pattern description" +msgid "" +"Header with offcanvas mobile navigation using Bootstrap offcanvas component." +msgstr "" +"Kopfzeile mit Offcanvas-Mobilnavigation unter Verwendung der Bootstrap " +"Offcanvas-Komponente." + +#: patterns/page-about.php +msgctxt "Pattern title" +msgid "About Page" +msgstr "Über-uns-Seite" + +#: patterns/page-about.php +msgctxt "Pattern description" +msgid "A full about page layout with hero, story section, and team members." +msgstr "" +"Ein vollständiges Über-uns-Seitenlayout mit Held, Story-Abschnitt und " +"Teammitgliedern." + +#: patterns/page-about.php:14 +msgid "About Us" +msgstr "Über uns" + +#: patterns/page-about.php:18 +msgid "" +"Learn more about who we are, what we do, and the people behind our mission." +msgstr "" +"Erfahre mehr darüber, wer wir sind, was wir tun und wer hinter unserer " +"Mission steht." + +#: patterns/page-about.php:26 +msgid "Our Story" +msgstr "Unsere Geschichte" + +#: patterns/page-about.php:30 +msgid "" +"Founded with a passion for innovation and excellence, our journey began with " +"a simple idea: to create meaningful solutions that make a real difference. " +"Over the years, we have grown from a small team into a dedicated group of " +"professionals committed to delivering outstanding results." +msgstr "" +"Gegründet mit einer Leidenschaft für Innovation und Exzellenz, begann unsere " +"Reise mit einer einfachen Idee: bedeutungsvolle Lösungen zu schaffen, die " +"einen echten Unterschied machen. Im Laufe der Jahre sind wir von einem " +"kleinen Team zu einer engagierten Gruppe von Fachleuten gewachsen, die sich " +"der Erbringung herausragender Ergebnisse verschrieben haben." + +#: patterns/page-about.php:34 +msgid "" +"Today, we continue to push boundaries and challenge conventions. Our " +"approach combines creative thinking with proven methodologies, ensuring that " +"every project we undertake meets the highest standards of quality and " +"craftsmanship." +msgstr "" +"Heute stoßen wir weiterhin Grenzen und hinterfragen Konventionen. Unser " +"Ansatz verbindet kreatives Denken mit bewährten Methoden und stellt sicher, " +"dass jedes Projekt, das wir übernehmen, den höchsten Qualitäts- und " +"Handwerksstandards entspricht." + +#: patterns/page-about.php:40 patterns/text-about.php:36 +msgid "About us image" +msgstr "Über-uns-Bild" + +#: patterns/page-about.php:48 +msgid "Our Team" +msgstr "Unser Team" + +#: patterns/page-about.php:52 +msgid "Meet the people who make it all happen." +msgstr "Lerne die Menschen kennen, die alles möglich machen." + +#: patterns/page-about.php:59 +msgid "Jane Doe" +msgstr "Jane Doe" + +#: patterns/page-about.php:63 +msgid "Founder & CEO" +msgstr "Gründerin & CEO" + +#: patterns/page-about.php:71 +msgid "John Smith" +msgstr "John Smith" + +#: patterns/page-about.php:75 +msgid "Lead Developer" +msgstr "Leitender Entwickler" + +#: patterns/page-about.php:83 +msgid "Emily Johnson" +msgstr "Emily Johnson" + +#: patterns/page-about.php:87 +msgid "Creative Director" +msgstr "Kreativdirektorin" + +#: patterns/page-contact.php +msgctxt "Pattern title" +msgid "Contact Page" +msgstr "Kontaktseite" + +#: patterns/page-contact.php +msgctxt "Pattern description" +msgid "" +"A full contact page layout with hero, contact details, business hours, and " +"spacer." +msgstr "" +"Ein vollständiges Kontaktseitenlayout mit Held, Kontaktdaten, " +"Öffnungszeiten und Abstandshalter." + +#: patterns/page-contact.php:14 patterns/page-services.php:87 +#: patterns/pricing-3-col.php:130 +msgid "Contact Us" +msgstr "Kontaktiere uns" + +#: patterns/page-contact.php:18 +msgid "We would love to hear from you. Reach out to us anytime." +msgstr "Wir freuen uns von dir zu hören. Kontaktiere uns jederzeit." + +#: patterns/page-contact.php:26 +msgid "Get in Touch" +msgstr "Kontakt aufnehmen" + +#: patterns/page-contact.php:30 +msgid "123 Main Street, Suite 100, Anytown, ST 12345" +msgstr "Hauptstraße 123, Suite 100, 8000 Zürich" + +#: patterns/page-contact.php:38 +msgid "+1 (555) 123-4567" +msgstr "+41 44 123 45 67" + +#: patterns/page-contact.php:44 +msgid "Business Hours" +msgstr "Öffnungszeiten" + +#: patterns/page-contact.php:49 +msgid "Monday - Friday:" +msgstr "Montag - Freitag:" + +#: patterns/page-contact.php:49 +msgid "9:00 AM - 6:00 PM" +msgstr "09:00 - 18:00 Uhr" + +#: patterns/page-contact.php:53 +msgid "Saturday:" +msgstr "Samstag:" + +#: patterns/page-contact.php:53 +msgid "10:00 AM - 4:00 PM" +msgstr "10:00 - 16:00 Uhr" + +#: patterns/page-contact.php:57 +msgid "Sunday:" +msgstr "Sonntag:" + +#: patterns/page-contact.php:57 +msgid "Closed" +msgstr "Geschlossen" + +#: patterns/page-services.php +msgctxt "Pattern title" +msgid "Services Page" +msgstr "Dienstleistungsseite" + +#: patterns/page-services.php +msgctxt "Pattern description" +msgid "" +"A full services page layout with hero, service offerings, and call to action." +msgstr "" +"Ein vollständiges Dienstleistungsseitenlayout mit Held, " +"Dienstleistungsangeboten und Handlungsaufforderung." + +#: patterns/page-services.php:14 +msgid "Our Services" +msgstr "Unsere Dienstleistungen" + +#: patterns/page-services.php:18 +msgid "Professional solutions tailored to your needs." +msgstr "Professionelle Lösungen, maßgeschneidert auf deine Bedürfnisse." + +#: patterns/page-services.php:24 +msgid "What We Offer" +msgstr "Was wir anbieten" + +#: patterns/page-services.php:28 +msgid "" +"We provide a wide range of services to help your business grow and succeed." +msgstr "" +"Wir bieten ein breites Spektrum an Dienstleistungen, um dein Unternehmen " +"beim Wachstum und Erfolg zu unterstützen." + +#: patterns/page-services.php:34 +msgid "🎨" +msgstr "🎨" + +#: patterns/page-services.php:38 +msgid "Design" +msgstr "Design" + +#: patterns/page-services.php:42 +msgid "" +"Beautiful, user-centered designs that capture your brand identity and engage " +"your audience across all platforms and devices." +msgstr "" +"Schöne, benutzerzentrierte Designs, die deine Markenidentität einfangen und " +"dein Publikum auf allen Plattformen und Geräten ansprechen." + +#: patterns/page-services.php:48 +msgid "⚙️" +msgstr "⚙️" + +#: patterns/page-services.php:52 +msgid "Development" +msgstr "Entwicklung" + +#: patterns/page-services.php:56 +msgid "" +"Robust, scalable web applications built with modern technologies and best " +"practices to ensure performance and reliability." +msgstr "" +"Robuste, skalierbare Webanwendungen, erstellt mit modernen Technologien und " +"bewährten Methoden, um Leistung und Zuverlässigkeit zu gewährleisten." + +#: patterns/page-services.php:62 +msgid "📈" +msgstr "📈" + +#: patterns/page-services.php:66 +msgid "Strategy" +msgstr "Strategie" + +#: patterns/page-services.php:70 +msgid "" +"Data-driven strategies and consulting to help you achieve your business " +"goals and stay ahead of the competition." +msgstr "" +"Datengetriebene Strategien und Beratung, um dir zu helfen, deine " +"Geschäftsziele zu erreichen und der Konkurrenz voraus zu sein." + +#: patterns/page-services.php:82 +msgid "" +"Ready to take your project to the next level? Let us help you build " +"something great." +msgstr "" +"Bereit, dein Projekt auf die nächste Stufe zu heben? Lass uns dir helfen, " +"etwas Großartiges zu bauen." + +#: patterns/page-services.php:91 +msgid "View Portfolio" +msgstr "Portfolio ansehen" + +#: patterns/post-navigation.php +msgctxt "Pattern title" +msgid "Post navigation" +msgstr "Beitragsnavigation" + +#: patterns/post-navigation.php +msgctxt "Pattern description" +msgid "Previous and next post links." +msgstr "Links zum vorherigen und nächsten Beitrag." + +#: patterns/pricing-3-col.php +msgctxt "Pattern title" +msgid "Pricing three columns" +msgstr "Preise drei Spalten" + +#: patterns/pricing-3-col.php +msgctxt "Pattern description" +msgid "" +"Three-column pricing cards with feature lists and call to action buttons." +msgstr "" +"Dreispaltige Preiskarten mit Funktionslisten und " +"Handlungsaufforderungs-Schaltflächen." + +#: patterns/pricing-3-col.php:18 +msgid "Choose the plan that works best for you." +msgstr "Wähle den Plan, der am besten zu dir passt." + +#: patterns/pricing-3-col.php:25 +msgid "Basic" +msgstr "Basis" + +#: patterns/pricing-3-col.php:29 +msgid "Free" +msgstr "Kostenlos" + +#: patterns/pricing-3-col.php:38 +msgid "1 Website" +msgstr "1 Website" + +#: patterns/pricing-3-col.php:42 +msgid "Community Support" +msgstr "Community-Support" + +#: patterns/pricing-3-col.php:46 +msgid "Core Features" +msgstr "Kernfunktionen" + +#: patterns/pricing-3-col.php:61 +msgid "Professional" +msgstr "Professionell" + +#. translators: pricing amount +#: patterns/pricing-3-col.php:67 +msgid "$49" +msgstr "49 $" + +#: patterns/pricing-3-col.php:77 +msgid "5 Websites" +msgstr "5 Websites" + +#: patterns/pricing-3-col.php:81 +msgid "Priority Support" +msgstr "Vorrangiger Support" + +#: patterns/pricing-3-col.php:85 +msgid "All Features" +msgstr "Alle Funktionen" + +#: patterns/pricing-3-col.php:100 +msgid "Enterprise" +msgstr "Unternehmen" + +#. translators: pricing amount +#: patterns/pricing-3-col.php:106 +msgid "$199" +msgstr "199 $" + +#: patterns/pricing-3-col.php:116 +msgid "Unlimited Websites" +msgstr "Unbegrenzte Websites" + +#: patterns/pricing-3-col.php:120 +msgid "Dedicated Support" +msgstr "Persönlicher Support" + +#: patterns/pricing-3-col.php:124 +msgid "Custom Development" +msgstr "Individuelle Entwicklung" + +#: patterns/template-query-loop.php +msgctxt "Pattern title" +msgid "Query loop" +msgstr "Abfrageschleife" + +#: patterns/template-query-loop.php:39 +msgid "No posts were found." +msgstr "Es wurden keine Beiträge gefunden." + +#: patterns/testimonials-2-col.php +msgctxt "Pattern title" +msgid "Testimonials two columns" +msgstr "Referenzen zwei Spalten" + +#: patterns/testimonials-2-col.php +msgctxt "Pattern description" +msgid "Two-column testimonials with quote blocks and citations." +msgstr "Zweispaltige Referenzen mit Zitatblöcken und Quellenangaben." + +#: patterns/testimonials-2-col.php:14 +msgid "What our clients say" +msgstr "Was unsere Kunden sagen" + +#: patterns/testimonials-2-col.php:20 +msgid "" +"This theme completely transformed our website. The Bootstrap integration " +"makes it incredibly easy to create professional-looking pages without any " +"custom code." +msgstr "" +"Dieses Theme hat unsere Website vollständig transformiert. Die Bootstrap-" +"Integration macht es unglaublich einfach, professionell aussehende Seiten " +"ohne individuellen Code zu erstellen." + +#: patterns/testimonials-2-col.php:20 +msgid "Jane Doe, Web Designer" +msgstr "Jane Doe, Webdesignerin" + +#: patterns/testimonials-2-col.php:26 +msgid "" +"The dark mode support and style variations give us the flexibility we need. " +"Our clients love being able to switch between color schemes effortlessly." +msgstr "" +"Die Darkmode-Unterstützung und Stilvariationen geben uns die Flexibilität, " +"die wir benötigen. Unsere Kunden schätzen es, mühelos zwischen Farbschemata " +"wechseln zu können." + +#: patterns/testimonials-2-col.php:26 +msgid "John Smith, Developer" +msgstr "John Smith, Entwickler" + +#: patterns/testimonials-centered.php +msgctxt "Pattern title" +msgid "Testimonial centered" +msgstr "Referenz zentriert" + +#: patterns/testimonials-centered.php +msgctxt "Pattern description" +msgid "A single large centered testimonial with citation." +msgstr "Eine einzelne große zentrierte Referenz mit Quellenangabe." + +#: patterns/testimonials-centered.php:14 +msgid "" +"The best WordPress theme we have ever used. Clean code, beautiful design, " +"and incredible flexibility." +msgstr "" +"Das beste WordPress-Theme, das wir je verwendet haben. Sauberer Code, " +"schönes Design und unglaubliche Flexibilität." + +#: patterns/testimonials-centered.php:14 +msgid "Alex Johnson, Creative Director" +msgstr "Alex Johnson, Kreativdirektor" + +#: patterns/text-about.php +msgctxt "Pattern title" +msgid "About section" +msgstr "Über-uns-Abschnitt" + +#: patterns/text-about.php +msgctxt "Pattern description" +msgid "A two-column about section with text content and an image." +msgstr "Ein zweispaltiger Über-uns-Abschnitt mit Textinhalt und einem Bild." + +#: patterns/text-about.php:16 +msgid "About us" +msgstr "Über uns" + +#: patterns/text-about.php:20 +msgid "" +"We are passionate about creating tools that empower people to build " +"beautiful websites. Our theme combines the reliability of Bootstrap with the " +"flexibility of WordPress." +msgstr "" +"Wir sind leidenschaftlich daran interessiert, Werkzeuge zu schaffen, die " +"Menschen befähigen, schöne Websites zu erstellen. Unser Theme vereint die " +"Zuverlässigkeit von Bootstrap mit der Flexibilität von WordPress." + +#: patterns/text-about.php:24 +msgid "" +"With years of experience in web development and design, we understand what " +"it takes to create a theme that is both powerful and easy to use." +msgstr "" +"Mit jahrelanger Erfahrung in Webentwicklung und Design verstehen wir, was " +"nötig ist, um ein Theme zu erstellen, das sowohl leistungsstark als auch " +"einfach zu bedienen ist." + +#: patterns/text-faq.php +msgctxt "Pattern title" +msgid "Frequently asked questions" +msgstr "Häufig gestellte Fragen" + +#: patterns/text-faq.php +msgctxt "Pattern description" +msgid "An FAQ section with question and answer pairs." +msgstr "Ein FAQ-Abschnitt mit Frage-und-Antwort-Paaren." + +#: patterns/text-faq.php:14 +msgid "Frequently Asked Questions" +msgstr "Häufig gestellte Fragen" + +#: patterns/text-faq.php:20 +msgid "How do I install the theme?" +msgstr "Wie installiere ich das Theme?" + +#: patterns/text-faq.php:24 +msgid "" +"Download the ZIP file from the releases page, then upload it via WordPress " +"Admin > Appearance > Themes > Add New > Upload Theme." +msgstr "" +"Lade die ZIP-Datei von der Release-Seite herunter und lade sie über " +"WordPress-Admin > Design > Themes > Neu hinzufügen > Theme hochladen hoch." + +#: patterns/text-faq.php:34 +msgid "Does it work with the Site Editor?" +msgstr "Funktioniert es mit dem Site-Editor?" + +#: patterns/text-faq.php:38 +msgid "" +"Yes, this is a Full Site Editing block theme. You can customize templates, " +"headers, footers, and all block patterns using the WordPress Site Editor." +msgstr "" +"Ja, dies ist ein Full-Site-Editing-Block-Theme. Du kannst Vorlagen, " +"Kopfzeilen, Fußzeilen und alle Block-Vorlagen mit dem WordPress Site-Editor " +"anpassen." + +#: patterns/text-faq.php:48 +msgid "Can I use my own fonts?" +msgstr "Kann ich eigene Schriftarten verwenden?" + +#: patterns/text-faq.php:52 +msgid "" +"The theme comes with Inter, Lora, and system font stacks. You can add custom " +"fonts through the Site Editor or by modifying theme.json." +msgstr "" +"Das Theme wird mit Inter, Lora und System-Schriftarten geliefert. Du kannst " +"eigene Schriftarten über den Site-Editor oder durch Anpassung der theme.json " +"hinzufügen." + +#: patterns/text-faq.php:62 +msgid "Is dark mode supported?" +msgstr "Wird der Darkmode unterstützt?" + +#: patterns/text-faq.php:66 +msgid "" +"Yes, the theme includes a dark mode toggle that uses Bootstrap 5.3 built-in " +"dark mode. It respects system preferences and remembers your choice." +msgstr "" +"Ja, das Theme enthält einen Darkmode-Schalter, der den integrierten Darkmode " +"von Bootstrap 5.3 verwendet. Er respektiert Systemeinstellungen und merkt " +"sich deine Wahl." + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Base" +msgstr "Basis" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Contrast" +msgstr "Kontrast" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Primary" +msgstr "Primär" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Secondary" +msgstr "Sekundär" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Success" +msgstr "Erfolg" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Danger" +msgstr "Gefahr" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Warning" +msgstr "Warnung" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Info" +msgstr "Info" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Light" +msgstr "Hell" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Dark" +msgstr "Dunkel" + +#: theme.json +msgctxt "Space size name" +msgid "3xs" +msgstr "3xs" + +#: theme.json +msgctxt "Space size name" +msgid "2xs" +msgstr "2xs" + +#: theme.json +msgctxt "Space size name" +msgid "xs" +msgstr "xs" + +#: theme.json +msgctxt "Space size name" +msgid "s" +msgstr "s" + +#: theme.json +msgctxt "Space size name" +msgid "m" +msgstr "m" + +#: theme.json +msgctxt "Space size name" +msgid "l" +msgstr "l" + +#: theme.json +msgctxt "Space size name" +msgid "xl" +msgstr "xl" + +#: theme.json +msgctxt "Space size name" +msgid "2xl" +msgstr "2xl" + +#: theme.json +msgctxt "Font size name" +msgid "Small" +msgstr "Klein" + +#: theme.json +msgctxt "Font size name" +msgid "Medium" +msgstr "Mittel" + +#: theme.json +msgctxt "Font size name" +msgid "Large" +msgstr "Groß" + +#: theme.json +msgctxt "Font size name" +msgid "Extra Large" +msgstr "Sehr groß" + +#: theme.json +msgctxt "Font size name" +msgid "Huge" +msgstr "Riesig" + +#: theme.json +msgctxt "Font size name" +msgid "Display" +msgstr "Display" + +#: theme.json +msgctxt "Font family name" +msgid "System Sans Serif" +msgstr "System Sans-Serif" + +#: theme.json +msgctxt "Font family name" +msgid "Inter" +msgstr "Inter" + +#: theme.json +msgctxt "Font family name" +msgid "Lora" +msgstr "Lora" + +#: theme.json +msgctxt "Font family name" +msgid "System Monospace" +msgstr "System Monospace" + +#: theme.json +msgctxt "Shadow name" +msgid "Small" +msgstr "Klein" + +#: theme.json +msgctxt "Shadow name" +msgid "Regular" +msgstr "Normal" + +#: theme.json +msgctxt "Shadow name" +msgid "Large" +msgstr "Groß" + +#: theme.json +msgctxt "Aspect ratio name" +msgid "16:9" +msgstr "16:9" + +#: theme.json +msgctxt "Aspect ratio name" +msgid "4:3" +msgstr "4:3" + +#: theme.json +msgctxt "Aspect ratio name" +msgid "1:1" +msgstr "1:1" + +#: theme.json +msgctxt "Aspect ratio name" +msgid "3:4" +msgstr "3:4" + +#: theme.json +msgctxt "Custom template name" +msgid "Blog with Sidebar" +msgstr "Blog mit Seitenleiste" + +#: theme.json +msgctxt "Custom template name" +msgid "Landing Page (No Header/Footer)" +msgstr "Landingpage (ohne Kopf-/Fußzeile)" + +#: theme.json +msgctxt "Custom template name" +msgid "Full Width" +msgstr "Vollbreite" + +#: theme.json +msgctxt "Custom template name" +msgid "Page with Hero" +msgstr "Seite mit Held" + +#: theme.json +msgctxt "Custom template name" +msgid "Page with Sidebar" +msgstr "Seite mit Seitenleiste" + +#: theme.json +msgctxt "Template part name" +msgid "Header" +msgstr "Kopfzeile" + +#: theme.json +msgctxt "Template part name" +msgid "Header - Centered" +msgstr "Kopfzeile - Zentriert" + +#: theme.json +msgctxt "Template part name" +msgid "Header - Transparent" +msgstr "Kopfzeile - Transparent" + +#: theme.json +msgctxt "Template part name" +msgid "Footer" +msgstr "Fußzeile" + +#: theme.json +msgctxt "Template part name" +msgid "Footer - Minimal" +msgstr "Fußzeile - Minimal" + +#: theme.json +msgctxt "Template part name" +msgid "Footer - Multi-Column" +msgstr "Fußzeile - Mehrspaltig" + +#: theme.json +msgctxt "Template part name" +msgid "Sidebar" +msgstr "Seitenleiste" + +#: styles/01-ocean.json +msgctxt "Style variation name" +msgid "Ocean" +msgstr "Ozean" + +#: styles/02-forest.json +msgctxt "Style variation name" +msgid "Forest" +msgstr "Wald" + +#: styles/03-sunset.json +msgctxt "Style variation name" +msgid "Sunset" +msgstr "Sonnenuntergang" + +#: styles/04-midnight.json +msgctxt "Style variation name" +msgid "Midnight" +msgstr "Mitternacht" + +#: styles/05-ember.json +msgctxt "Style variation name" +msgid "Ember" +msgstr "Glut" + +#: styles/06-arctic.json +msgctxt "Style variation name" +msgid "Arctic" +msgstr "Arktis" + +#: styles/07-amethyst.json +msgctxt "Style variation name" +msgid "Amethyst" +msgstr "Amethyst" + +#: styles/08-rose.json +msgctxt "Style variation name" +msgid "Rose" +msgstr "Rose" + +#: styles/09-sand.json +msgctxt "Style variation name" +msgid "Sand" +msgstr "Sand" + +#: styles/10-lavender.json +msgctxt "Style variation name" +msgid "Lavender" +msgstr "Lavendel" + +#: styles/11-mint.json +msgctxt "Style variation name" +msgid "Mint" +msgstr "Minze" + +#: styles/12-slate.json +msgctxt "Style variation name" +msgid "Slate" +msgstr "Schiefer" + +#: styles/13-mocha.json +msgctxt "Style variation name" +msgid "Mocha" +msgstr "Mokka" + +#: styles/14-nebula.json +msgctxt "Style variation name" +msgid "Nebula" +msgstr "Nebel" + +#: styles/15-obsidian.json +msgctxt "Style variation name" +msgid "Obsidian" +msgstr "Obsidian" + +#~ msgid "Skip to main content" +#~ msgstr "Zum Hauptinhalt springen" + +#~ msgid "Primary navigation" +#~ msgstr "Hauptnavigation" + +#~ msgid "Footer navigation" +#~ msgstr "Fußnavigation" + +#~ msgid "Blog sidebar" +#~ msgstr "Blog-Seitenleiste" diff --git a/languages/wp-bootstrap-en_GB.po b/languages/wp-bootstrap-en_GB.po index 54585a2..bd5e39a 100644 --- a/languages/wp-bootstrap-en_GB.po +++ b/languages/wp-bootstrap-en_GB.po @@ -4,8 +4,8 @@ msgid "" msgstr "" "Project-Id-Version: WP Bootstrap 1.0.5\n" -"Report-Msgid-Bugs-To: https://src.bundespruefstelle.ch/magdev/wp-bootstrap/issues\n" -"POT-Creation-Date: 2026-02-11 00:00+0000\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/wp-bootstrap\n" +"POT-Creation-Date: 2026-02-20T09:45:19+00:00\n" "PO-Revision-Date: 2026-02-11 00:00+0000\n" "Last-Translator: Claude AI \n" "Language-Team: English (United Kingdom)\n" @@ -17,902 +17,1866 @@ msgstr "" "X-Domain: wp-bootstrap\n" #. Theme Name of the theme -#: patterns/footer.php +#: style.css patterns/footer.php:31 msgid "WP Bootstrap" msgstr "WP Bootstrap" +#. Theme URI of the theme +#: style.css +msgid "https://src.bundespruefstelle.ch/magdev/wp-bootstrap" +msgstr "" + #. Description of the theme -msgid "A modern WordPress Block Theme built from scratch with Bootstrap 5. Features responsive design, dark mode support, and full compatibility with the WordPress Site Editor." +#: style.css +msgid "" +"A modern WordPress Block Theme built from scratch with Bootstrap 5. Features " +"responsive design, dark mode support, and full compatibility with the " +"WordPress Site Editor." msgstr "A modern WordPress Block Theme built from scratch with Bootstrap 5. Features responsive design, dark mode support, and full compatibility with the WordPress Site Editor." +"A modern WordPress Block Theme built from scratch with Bootstrap 5. Features " +"responsive design, dark mode support, and full compatibility with the " +"WordPress Site Editor." -#: patterns/footer.php -#: patterns/footer-columns.php -msgid "Powered by %s" -msgstr "Powered by %s" +#. Author of the theme +#: style.css +msgid "Marco Graetsch" +msgstr "" -#: patterns/footer.php -#: patterns/footer-columns.php -msgid "https://wordpress.org" -msgstr "https://wordpress.org" +#. Author URI of the theme +#: style.css +msgid "https://src.bundespruefstelle.ch/magdev" +msgstr "" -#: patterns/hidden-404.php -msgid "Page not found" -msgstr "Page not found" - -#: patterns/hidden-404.php -msgid "The page you are looking for does not exist, or it has been moved. Please try searching using the form below." -msgstr "The page you are looking for does not exist, or it has been moved. Please try searching using the form below." - -#: patterns/hidden-search.php -#: patterns/hidden-sidebar.php -msgid "Search" -msgstr "Search" - -#: patterns/hidden-search.php -#: patterns/hidden-sidebar.php -msgid "Search..." -msgstr "Search..." - -#: patterns/hidden-blog-heading.php -msgid "Blog" -msgstr "Blog" - -#: patterns/comments.php -msgid "Comments" -msgstr "Comments" - -#: patterns/post-navigation.php -msgid "Previous" -msgstr "Previous" - -#: patterns/post-navigation.php -msgid "Next" -msgstr "Next" - -#: patterns/more-posts.php -msgid "More posts" -msgstr "More posts" - -#: patterns/template-query-loop.php -msgid "Read more" -msgstr "Read more" - -#: patterns/template-query-loop.php -msgid "No posts were found." -msgstr "No posts were found." - -#: patterns/hero-cover.php -msgid "Build something amazing" -msgstr "Build something amazing" - -#: patterns/hero-cover.php -msgid "Create modern, responsive websites with the power of Bootstrap 5 and the WordPress Site Editor." -msgstr "Create modern, responsive websites with the power of Bootstrap 5 and the WordPress Site Editor." - -#: patterns/hero-cover.php -#: patterns/hero-centered.php -#: patterns/pricing-3-col.php -#: patterns/page-services.php -msgid "Get Started" -msgstr "Get Started" - -#: patterns/hero-split.php -msgid "Modern design meets powerful features" -msgstr "Modern design meets powerful features" - -#: patterns/hero-split.php -msgid "A WordPress theme built from the ground up with Bootstrap 5 for a seamless editing and browsing experience." -msgstr "A WordPress theme built from the ground up with Bootstrap 5 for a seamless editing and browsing experience." - -#: patterns/hero-split.php -#: patterns/hero-centered.php -#: patterns/text-about.php -msgid "Learn More" -msgstr "Learn More" - -#: patterns/hero-split.php -msgid "View Demo" -msgstr "View Demo" - -#: patterns/hero-split.php -msgid "Hero image" -msgstr "Hero image" - -#: patterns/hero-centered.php -msgid "Welcome to your new website" -msgstr "Welcome to your new website" - -#: patterns/hero-centered.php -msgid "Start building beautiful, responsive pages with the full power of Bootstrap 5 and the WordPress block editor." -msgstr "Start building beautiful, responsive pages with the full power of Bootstrap 5 and the WordPress block editor." - -#: patterns/features-3-col.php -#: functions.php -msgid "Features" -msgstr "Features" - -#: patterns/features-3-col.php -msgid "Everything you need to build a modern website." -msgstr "Everything you need to build a modern website." - -#: patterns/features-3-col.php -msgid "Responsive Design" -msgstr "Responsive Design" - -#: patterns/features-3-col.php -msgid "Your website looks great on every device, from mobile phones to large desktop screens." -msgstr "Your website looks great on every device, from mobile phones to large desktop screens." - -#: patterns/features-3-col.php -msgid "Easy Customization" -msgstr "Easy Customisation" - -#: patterns/features-3-col.php -msgid "Customize colors, fonts, and layouts using the WordPress Site Editor with no code required." -msgstr "Customise colours, fonts, and layouts using the WordPress Site Editor with no code required." - -#: patterns/features-3-col.php -msgid "Performance First" -msgstr "Performance First" - -#: patterns/features-3-col.php -msgid "Built with speed in mind. Optimized assets and clean code for lightning-fast page loads." -msgstr "Built with speed in mind. Optimised assets and clean code for lightning-fast page loads." - -#: patterns/features-icon-list.php -msgid "Why choose us" -msgstr "Why choose us" - -#: patterns/features-icon-list.php -msgid "Bootstrap 5 Framework" -msgstr "Bootstrap 5 Framework" - -#: patterns/features-icon-list.php -msgid "Built on the most popular CSS framework. Leverage a proven, well-documented design system." -msgstr "Built on the most popular CSS framework. Leverage a proven, well-documented design system." - -#: patterns/features-icon-list.php -msgid "Full Site Editing" -msgstr "Full Site Editing" - -#: patterns/features-icon-list.php -msgid "Edit every part of your site visually. Headers, footers, templates, and content are all customizable." -msgstr "Edit every part of your site visually. Headers, footers, templates, and content are all customisable." - -#: patterns/features-icon-list.php -msgid "Dark Mode Support" -msgstr "Dark Mode Support" - -#: patterns/features-icon-list.php -msgid "Built-in dark mode toggle that respects user preferences and persists across visits." -msgstr "Built-in dark mode toggle that respects user preferences and persists across visits." - -#: patterns/features-2-col-offset.php -msgid "Feature illustration" -msgstr "Feature illustration" - -#: patterns/features-2-col-offset.php -msgid "Designed for modern workflows" -msgstr "Designed for modern workflows" - -#: patterns/features-2-col-offset.php -msgid "Streamline your development process with a theme that works the way you do." -msgstr "Streamline your development process with a theme that works the way you do." - -#: patterns/features-2-col-offset.php -msgid "Block Patterns" -msgstr "Block Patterns" - -#: patterns/features-2-col-offset.php -msgid "Pre-built patterns for common page sections. Drop them in and customize to fit your needs." -msgstr "Pre-built patterns for common page sections. Drop them in and customise to fit your needs." - -#: patterns/features-2-col-offset.php -msgid "Style Variations" -msgstr "Style Variations" - -#: patterns/features-2-col-offset.php -msgid "Switch between color schemes with a single click. Choose from multiple professionally designed palettes." -msgstr "Switch between colour schemes with a single click. Choose from multiple professionally designed palettes." - -#: patterns/cta-banner.php -msgid "Ready to get started?" -msgstr "Ready to get started?" - -#: patterns/cta-banner.php -msgid "Start building your website today with our powerful and flexible theme." -msgstr "Start building your website today with our powerful and flexible theme." - -#: patterns/cta-banner.php -msgid "Start Now" -msgstr "Start Now" - -#: patterns/cta-newsletter.php -msgid "Stay in the loop" -msgstr "Stay in the loop" - -#: patterns/cta-newsletter.php -msgid "Subscribe to our newsletter for updates, tips, and exclusive content." -msgstr "Subscribe to our newsletter for updates, tips, and exclusive content." - -#: patterns/cta-newsletter.php -msgid "Enter your email address" -msgstr "Enter your email address" - -#: patterns/cta-newsletter.php -msgid "Subscribe" -msgstr "Subscribe" - -#: patterns/testimonials-2-col.php -msgid "What our clients say" -msgstr "What our clients say" - -#: patterns/testimonials-2-col.php -msgid "This theme completely transformed our website. The Bootstrap integration makes it incredibly easy to create professional-looking pages without any custom code." -msgstr "This theme completely transformed our website. The Bootstrap integration makes it incredibly easy to create professional-looking pages without any custom code." - -#: patterns/testimonials-2-col.php -msgid "Jane Doe, Web Designer" -msgstr "Jane Doe, Web Designer" - -#: patterns/testimonials-2-col.php -msgid "The dark mode support and style variations give us the flexibility we need. Our clients love being able to switch between color schemes effortlessly." -msgstr "The dark mode support and style variations give us the flexibility we need. Our clients love being able to switch between colour schemes effortlessly." - -#: patterns/testimonials-2-col.php -msgid "John Smith, Developer" -msgstr "John Smith, Developer" - -#: patterns/testimonials-centered.php -msgid "The best WordPress theme we have ever used. Clean code, beautiful design, and incredible flexibility." -msgstr "The best WordPress theme we have ever used. Clean code, beautiful design, and incredible flexibility." - -#: patterns/testimonials-centered.php -msgid "Alex Johnson, Creative Director" -msgstr "Alex Johnson, Creative Director" - -#: patterns/pricing-3-col.php -#: functions.php -msgid "Pricing" -msgstr "Pricing" - -#: patterns/pricing-3-col.php -msgid "Choose the plan that works best for you." -msgstr "Choose the plan that works best for you." - -#: patterns/pricing-3-col.php -msgid "Basic" -msgstr "Basic" - -#: patterns/pricing-3-col.php -msgid "Free" -msgstr "Free" - -#: patterns/pricing-3-col.php -msgid "1 Website" -msgstr "1 Website" - -#: patterns/pricing-3-col.php -msgid "Community Support" -msgstr "Community Support" - -#: patterns/pricing-3-col.php -msgid "Core Features" -msgstr "Core Features" - -#: patterns/pricing-3-col.php -msgid "Professional" -msgstr "Professional" - -#: patterns/pricing-3-col.php -msgid "$49" -msgstr "$49" - -#: patterns/pricing-3-col.php -msgid "5 Websites" -msgstr "5 Websites" - -#: patterns/pricing-3-col.php -msgid "Priority Support" -msgstr "Priority Support" - -#: patterns/pricing-3-col.php -msgid "All Features" -msgstr "All Features" - -#: patterns/pricing-3-col.php -msgid "Enterprise" -msgstr "Enterprise" - -#: patterns/pricing-3-col.php -msgid "$199" -msgstr "$199" - -#: patterns/pricing-3-col.php -msgid "Unlimited Websites" -msgstr "Unlimited Websites" - -#: patterns/pricing-3-col.php -msgid "Dedicated Support" -msgstr "Dedicated Support" - -#: patterns/pricing-3-col.php -msgid "Custom Development" -msgstr "Custom Development" - -#: patterns/pricing-3-col.php -#: patterns/page-services.php -#: patterns/page-contact.php -msgid "Contact Us" -msgstr "Contact Us" - -#: patterns/contact-info.php -msgid "Get in touch" -msgstr "Get in touch" - -#: patterns/contact-info.php -msgid "We would love to hear from you. Reach out through any of the channels below." -msgstr "We would love to hear from you. Reach out through any of the channels below." - -#: patterns/contact-info.php -#: patterns/page-contact.php -msgid "Address" -msgstr "Address" - -#: patterns/contact-info.php -msgid "123 Example Street" -msgstr "123 Example Street" - -#: patterns/contact-info.php -msgid "8000 Zurich, Switzerland" -msgstr "8000 Zurich, Switzerland" - -#: patterns/contact-info.php -#: patterns/page-contact.php -msgid "Phone" -msgstr "Phone" - -#: patterns/contact-info.php -msgid "+41 44 123 45 67" -msgstr "+41 44 123 45 67" - -#: patterns/contact-info.php -#: patterns/cta-newsletter.php -#: patterns/page-contact.php -msgid "Email" -msgstr "Email" - -#: patterns/contact-info.php -#: patterns/page-contact.php -msgid "info@example.com" -msgstr "info@example.com" - -#: patterns/text-faq.php -msgid "Frequently Asked Questions" -msgstr "Frequently Asked Questions" - -#: patterns/text-faq.php -msgid "How do I install the theme?" -msgstr "How do I install the theme?" - -#: patterns/text-faq.php -msgid "Download the ZIP file from the releases page, then upload it via WordPress Admin > Appearance > Themes > Add New > Upload Theme." -msgstr "Download the ZIP file from the releases page, then upload it via WordPress Admin > Appearance > Themes > Add New > Upload Theme." - -#: patterns/text-faq.php -msgid "Does it work with the Site Editor?" -msgstr "Does it work with the Site Editor?" - -#: patterns/text-faq.php -msgid "Yes, this is a Full Site Editing block theme. You can customize templates, headers, footers, and all block patterns using the WordPress Site Editor." -msgstr "Yes, this is a Full Site Editing block theme. You can customise templates, headers, footers, and all block patterns using the WordPress Site Editor." - -#: patterns/text-faq.php -msgid "Can I use my own fonts?" -msgstr "Can I use my own fonts?" - -#: patterns/text-faq.php -msgid "The theme comes with Inter, Lora, and system font stacks. You can add custom fonts through the Site Editor or by modifying theme.json." -msgstr "The theme comes with Inter, Lora, and system font stacks. You can add custom fonts through the Site Editor or by modifying theme.json." - -#: patterns/text-faq.php -msgid "Is dark mode supported?" -msgstr "Is dark mode supported?" - -#: patterns/text-faq.php -msgid "Yes, the theme includes a dark mode toggle that uses Bootstrap 5.3 built-in dark mode. It respects system preferences and remembers your choice." -msgstr "Yes, the theme includes a dark mode toggle that uses Bootstrap 5.3 built-in dark mode. It respects system preferences and remembers your choice." - -#: patterns/text-about.php -msgid "About us" -msgstr "About us" - -#: patterns/text-about.php -msgid "We are passionate about creating tools that empower people to build beautiful websites. Our theme combines the reliability of Bootstrap with the flexibility of WordPress." -msgstr "We are passionate about creating tools that empower people to build beautiful websites. Our theme combines the reliability of Bootstrap with the flexibility of WordPress." - -#: patterns/text-about.php -msgid "With years of experience in web development and design, we understand what it takes to create a theme that is both powerful and easy to use." -msgstr "With years of experience in web development and design, we understand what it takes to create a theme that is both powerful and easy to use." - -#: patterns/text-about.php -#: patterns/page-about.php -msgid "About us image" -msgstr "About us image" - -#: patterns/hidden-sidebar.php -msgid "Recent Posts" -msgstr "Recent Posts" - -#: patterns/hidden-sidebar.php -msgid "Tags" -msgstr "Tags" - -#: patterns/dark-mode-toggle.php -msgid "Switch to dark mode" -msgstr "Switch to dark mode" - -#: patterns/dark-mode-toggle.php -msgid "Switch to light mode" -msgstr "Switch to light mode" - -#: functions.php +#: functions.php:43 msgid "Primary Navigation" msgstr "Primary Navigation" -#: functions.php +#: functions.php:44 msgid "Footer Navigation" msgstr "Footer Navigation" -#: functions.php -msgid "Pages" -msgstr "Pages" +#: functions.php:58 +msgid "Sidebar" +msgstr "Sidebar" -#: functions.php -msgid "A collection of full page layouts." -msgstr "A collection of full page layouts." +#: functions.php:60 +msgid "Add widgets here to appear in the sidebar." +msgstr "Add widgets here to appear in the sidebar." -#: functions.php -msgid "Hero Sections" -msgstr "Hero Sections" - -#: functions.php -msgid "Large hero and banner sections." -msgstr "Large hero and banner sections." - -#: functions.php -msgid "Call to Action" -msgstr "Call to Action" - -#: functions.php -msgid "Call to action sections." -msgstr "Call to action sections." - -#: functions.php -msgid "Feature and service showcase sections." -msgstr "Feature and service showcase sections." - -#: functions.php -msgid "Testimonials" -msgstr "Testimonials" - -#: functions.php -msgid "Testimonial and review sections." -msgstr "Testimonial and review sections." - -#: functions.php -msgid "Pricing table sections." -msgstr "Pricing table sections." - -#: functions.php -msgid "Contact" -msgstr "Contact" - -#: functions.php -msgid "Contact information sections." -msgstr "Contact information sections." - -#: functions.php -msgid "Text & Content" -msgstr "Text & Content" - -#: functions.php -msgid "Text-focused content sections." -msgstr "Text-focused content sections." - -#: functions.php -msgid "Checkmark" -msgstr "Checkmark" - -#: functions.php -msgid "Unstyled" -msgstr "Unstyled" - -#: functions.php -msgid "Card" -msgstr "Card" - -#: functions.php -msgid "Card with Shadow" -msgstr "Card with Shadow" - -#: functions.php -msgid "Alert - Info" -msgstr "Alert - Info" - -#: functions.php -msgid "Alert - Success" -msgstr "Alert - Success" - -#: functions.php -msgid "Alert - Warning" -msgstr "Alert - Warning" - -#: functions.php -msgid "Alert - Danger" -msgstr "Alert - Danger" - -#: functions.php -msgid "Striped Rows" -msgstr "Striped Rows" - -#: functions.php -msgid "Hover Rows" -msgstr "Hover Rows" - -#: functions.php -msgid "Bordered" -msgstr "Bordered" - -#: functions.php -msgid "Accent Border" -msgstr "Accent Border" - -#: functions.php -msgid "Shadow" -msgstr "Shadow" - -#: functions.php -msgid "Large Rounded" -msgstr "Large Rounded" - -#: functions.php -msgid "Large" -msgstr "Large" - -#: functions.php -msgid "Small" -msgstr "Small" - -#: functions.php -msgid "Wide" -msgstr "Wide" - -#: functions.php -msgid "Name" -msgstr "Name" - -#: functions.php -msgid "Website" -msgstr "Website" - -#: functions.php -msgid "Save my name, email, and website in this browser for the next time I comment." -msgstr "Save my name, email, and website in this browser for the next time I comment." - -#: functions.php +#: functions.php:494 msgid "Bootstrap Layout" msgstr "Bootstrap Layout" -#: functions.php +#: functions.php:499 msgid "Bootstrap Components" msgstr "Bootstrap Components" -#: functions.php +#: functions.php:504 msgid "Bootstrap Navigation" msgstr "Bootstrap Navigation" -#: functions.php +#: functions.php:522 +msgid "Pages" +msgstr "Pages" + +#: functions.php:523 +msgid "A collection of full page layouts." +msgstr "A collection of full page layouts." + +#: functions.php:530 +msgid "Hero Sections" +msgstr "Hero Sections" + +#: functions.php:531 +msgid "Large hero and banner sections." +msgstr "Large hero and banner sections." + +#: functions.php:538 +msgid "Call to Action" +msgstr "Call to Action" + +#: functions.php:539 +msgid "Call to action sections." +msgstr "Call to action sections." + +#: functions.php:546 patterns/features-3-col.php:14 +msgid "Features" +msgstr "Features" + +#: functions.php:547 +msgid "Feature and service showcase sections." +msgstr "Feature and service showcase sections." + +#: functions.php:554 +msgid "Testimonials" +msgstr "Testimonials" + +#: functions.php:555 +msgid "Testimonial and review sections." +msgstr "Testimonial and review sections." + +#: functions.php:562 patterns/pricing-3-col.php:14 +msgid "Pricing" +msgstr "Pricing" + +#: functions.php:563 +msgid "Pricing table sections." +msgstr "Pricing table sections." + +#: functions.php:570 +msgid "Contact" +msgstr "Contact" + +#: functions.php:571 +msgid "Contact information sections." +msgstr "Contact information sections." + +#: functions.php:578 +msgid "Text & Content" +msgstr "Text & Content" + +#: functions.php:579 +msgid "Text-focused content sections." +msgstr "Text-focused content sections." + +#: functions.php:586 msgid "Layout" msgstr "Layout" -#: functions.php +#: functions.php:587 msgid "Layout building blocks for page structure." msgstr "Layout building blocks for page structure." -#: functions.php +#: functions.php:594 msgid "Components" msgstr "Components" -#: functions.php +#: functions.php:595 msgid "Reusable Bootstrap component patterns." msgstr "Reusable Bootstrap component patterns." -#: functions.php -#: patterns/footer-columns.php +#: functions.php:602 patterns/footer-columns.php:30 msgid "Navigation" msgstr "Navigation" -#: functions.php +#: functions.php:603 msgid "Navigation and header patterns." msgstr "Navigation and header patterns." -#: patterns/layout-container.php -msgid "Heading goes here" -msgstr "Heading goes here" +#: functions.php:620 +msgid "Checkmark" +msgstr "Checkmark" -#: patterns/layout-container.php -msgid "This is a content container with constrained width and comfortable padding. Replace this text with your own content." -msgstr "This is a content container with constrained width and comfortable padding. Replace this text with your own content." +#: functions.php:629 +msgid "Unstyled" +msgstr "Unstyled" -#: patterns/layout-2-col.php -#: patterns/layout-3-col.php -msgid "Column One" -msgstr "Column One" +#: functions.php:637 +msgid "Card" +msgstr "Card" -#: patterns/layout-2-col.php -msgid "Add your content here. This column takes up half the available width on larger screens and stacks on mobile devices." -msgstr "Add your content here. This column takes up half the available width on larger screens and stacks on mobile devices." +#: functions.php:645 +msgid "Card with Shadow" +msgstr "Card with Shadow" -#: patterns/layout-2-col.php -#: patterns/layout-3-col.php -msgid "Column Two" -msgstr "Column Two" +#: functions.php:653 +msgid "Alert - Info" +msgstr "Alert - Info" -#: patterns/layout-3-col.php -msgid "Column Three" -msgstr "Column Three" +#: functions.php:661 +msgid "Alert - Success" +msgstr "Alert - Success" -#: patterns/layout-3-col.php -msgid "Add your content here. This column takes up one third of the available width on larger screens." -msgstr "Add your content here. This column takes up one third of the available width on larger screens." +#: functions.php:669 +msgid "Alert - Warning" +msgstr "Alert - Warning" -#: patterns/layout-full-width-section.php -msgid "Full Width Section Heading" -msgstr "Full Width Section Heading" +#: functions.php:677 +msgid "Alert - Danger" +msgstr "Alert - Danger" -#: patterns/layout-full-width-section.php -msgid "This full-width section stands out with a colored background. Use it to highlight important content, announcements, or calls to action." -msgstr "This full-width section stands out with a coloured background. Use it to highlight important content, announcements, or calls to action." +#: functions.php:685 +msgid "Striped Rows" +msgstr "Striped Rows" -#: patterns/component-card-group.php -msgid "Card One" -msgstr "Card One" +#: functions.php:693 +msgid "Hover Rows" +msgstr "Hover Rows" -#: patterns/component-card-group.php -msgid "Card Two" -msgstr "Card Two" +#: functions.php:701 +msgid "Bordered" +msgstr "Bordered" -#: patterns/component-card-group.php -msgid "Card Three" -msgstr "Card Three" +#: functions.php:709 +msgid "Accent Border" +msgstr "Accent Border" -#: patterns/component-card-group.php -msgid "Add a short description for this card. Cards are a great way to organize and present related content." -msgstr "Add a short description for this card. Cards are a great way to organise and present related content." +#: functions.php:717 +msgid "Shadow" +msgstr "Shadow" + +#: functions.php:725 +msgid "Large Rounded" +msgstr "Large Rounded" + +#: functions.php:733 +msgid "Large" +msgstr "Large" + +#: functions.php:741 +msgid "Small" +msgstr "Small" + +#: functions.php:749 +msgid "Wide" +msgstr "Wide" + +#: functions.php:801 +msgid "Name" +msgstr "Name" + +#: functions.php:806 patterns/contact-info.php:44 +#: patterns/cta-newsletter.php:21 patterns/page-contact.php:34 +msgid "Email" +msgstr "Email" + +#: functions.php:811 +msgid "Website" +msgstr "Website" + +#: functions.php:819 +msgid "" +"Save my name, email, and website in this browser for the next time I comment." +msgstr "Save my name, email, and website in this browser for the next time I comment." +"Save my name, email, and website in this browser for the next time I comment." + +#: inc/Template/ContextBuilder.php:199 patterns/template-query-loop.php:25 +msgid "Read more" +msgstr "Read more" + +#: inc/Template/ContextBuilder.php:237 patterns/post-navigation.php:17 +msgid "Previous" +msgstr "Previous" + +#: inc/Template/ContextBuilder.php:238 patterns/post-navigation.php:18 +msgid "Next" +msgstr "Next" + +#: inc/Template/ContextBuilder.php:274 +#, php-format +msgid "%s Comment" +msgid_plural "%s Comments" +msgstr[0] "%s Comment" +msgstr[1] "%s Comments" + +#: inc/Template/ContextBuilder.php:329 +msgid "Leave a Comment" +msgstr "Leave a Comment" + +#: inc/Template/ContextBuilder.php:335 +msgid "Comment" +msgstr "Comment" + +#: patterns/comments.php +msgctxt "Pattern title" +msgid "Comments" +msgstr "Comments" + +#: patterns/comments.php +msgctxt "Pattern description" +msgid "Comments section with form." +msgstr "Comments section with form." + +#: patterns/comments.php:15 +msgid "Comments" +msgstr "Comments" #: patterns/component-accordion.php +msgctxt "Pattern title" msgid "Accordion" msgstr "Accordion" #: patterns/component-accordion.php +msgctxt "Pattern description" +msgid "" +"An accordion section using details blocks with summary and content " +"paragraphs." +msgstr "An accordion section using details blocks with summary and content paragraphs." + +#: patterns/component-accordion.php:14 +msgid "Accordion" +msgstr "Accordion" + +#: patterns/component-accordion.php:18 msgid "Click on each item to expand and reveal its content." msgstr "Click on each item to expand and reveal its content." -#: patterns/component-accordion.php +#: patterns/component-accordion.php:22 msgid "Accordion Item One" msgstr "Accordion Item One" -#: patterns/component-accordion.php -msgid "This is the content for the first accordion item. You can add any blocks inside this details element to create rich, expandable content sections." +#: patterns/component-accordion.php:23 +msgid "" +"This is the content for the first accordion item. You can add any blocks " +"inside this details element to create rich, expandable content sections." msgstr "This is the content for the first accordion item. You can add any blocks inside this details element to create rich, expandable content sections." +"This is the content for the first accordion item. You can add any blocks " +"inside this details element to create rich, expandable content sections." -#: patterns/component-accordion.php +#: patterns/component-accordion.php:28 msgid "Accordion Item Two" msgstr "Accordion Item Two" -#: patterns/component-accordion.php -msgid "This is the content for the second accordion item. Details blocks are a native HTML element that provide toggle functionality without JavaScript." +#: patterns/component-accordion.php:29 +msgid "" +"This is the content for the second accordion item. Details blocks are a " +"native HTML element that provide toggle functionality without JavaScript." msgstr "This is the content for the second accordion item. Details blocks are a native HTML element that provide toggle functionality without JavaScript." +"This is the content for the second accordion item. Details blocks are a " +"native HTML element that provide toggle functionality without JavaScript." -#: patterns/component-accordion.php +#: patterns/component-accordion.php:34 msgid "Accordion Item Three" msgstr "Accordion Item Three" -#: patterns/component-accordion.php -msgid "This is the content for the third accordion item. Use accordions to organize frequently asked questions, feature lists, or any content that benefits from progressive disclosure." +#: patterns/component-accordion.php:35 +msgid "" +"This is the content for the third accordion item. Use accordions to organize " +"frequently asked questions, feature lists, or any content that benefits from " +"progressive disclosure." msgstr "This is the content for the third accordion item. Use accordions to organise frequently asked questions, feature lists, or any content that benefits from progressive disclosure." +"This is the content for the third accordion item. Use accordions to organise " +"frequently asked questions, feature lists, or any content that benefits from " +"progressive disclosure." -#: patterns/page-about.php -msgid "About Us" -msgstr "About Us" +#: patterns/component-card-group.php +msgctxt "Pattern title" +msgid "Card Group" +msgstr "Card Group" -#: patterns/page-about.php -msgid "Learn more about who we are, what we do, and the people behind our mission." -msgstr "Learn more about who we are, what we do, and the people behind our mission." +#: patterns/component-card-group.php +msgctxt "Pattern description" +msgid "" +"A three-column card group with shadow-styled cards, each containing a " +"heading and paragraph." +msgstr "A three-column card group with shadow-styled cards, each containing a heading and paragraph." -#: patterns/page-about.php -msgid "Our Story" -msgstr "Our Story" +#: patterns/component-card-group.php:17 +msgid "Card One" +msgstr "Card One" -#: patterns/page-about.php -msgid "Founded with a passion for innovation and excellence, our journey began with a simple idea: to create meaningful solutions that make a real difference. Over the years, we have grown from a small team into a dedicated group of professionals committed to delivering outstanding results." -msgstr "Founded with a passion for innovation and excellence, our journey began with a simple idea: to create meaningful solutions that make a real difference. Over the years, we have grown from a small team into a dedicated group of professionals committed to delivering outstanding results." +#: patterns/component-card-group.php:21 patterns/component-card-group.php:33 +#: patterns/component-card-group.php:45 +msgid "" +"Add a short description for this card. Cards are a great way to organize and " +"present related content." +msgstr "Add a short description for this card. Cards are a great way to organise and present related content." +"Add a short description for this card. Cards are a great way to organise and " +"present related content." -#: patterns/page-about.php -msgid "Today, we continue to push boundaries and challenge conventions. Our approach combines creative thinking with proven methodologies, ensuring that every project we undertake meets the highest standards of quality and craftsmanship." -msgstr "Today, we continue to push boundaries and challenge conventions. Our approach combines creative thinking with proven methodologies, ensuring that every project we undertake meets the highest standards of quality and craftsmanship." +#: patterns/component-card-group.php:29 +msgid "Card Two" +msgstr "Card Two" -#: patterns/page-about.php -msgid "Our Team" -msgstr "Our Team" +#: patterns/component-card-group.php:41 +msgid "Card Three" +msgstr "Card Three" -#: patterns/page-about.php -msgid "Meet the people who make it all happen." -msgstr "Meet the people who make it all happen." +#: patterns/contact-info.php +msgctxt "Pattern title" +msgid "Contact information" +msgstr "Contact information" -#: patterns/page-about.php -msgid "Jane Doe" -msgstr "Jane Doe" +#: patterns/contact-info.php +msgctxt "Pattern description" +msgid "" +"A three-column contact information layout with address, phone, and email." +msgstr "A three-column contact information layout with address, phone, and email." -#: patterns/page-about.php -msgid "Founder & CEO" -msgstr "Founder & CEO" +#: patterns/contact-info.php:14 +msgid "Get in touch" +msgstr "Get in touch" -#: patterns/page-about.php -msgid "John Smith" -msgstr "John Smith" +#: patterns/contact-info.php:18 +msgid "" +"We would love to hear from you. Reach out through any of the channels below." +msgstr "We would love to hear from you. Reach out through any of the channels below." +"We would love to hear from you. Reach out through any of the channels below." -#: patterns/page-about.php -msgid "Lead Developer" -msgstr "Lead Developer" +#: patterns/contact-info.php:24 patterns/page-contact.php:30 +msgid "Address" +msgstr "Address" -#: patterns/page-about.php -msgid "Emily Johnson" -msgstr "Emily Johnson" +#: patterns/contact-info.php:28 +msgid "123 Example Street" +msgstr "123 Example Street" -#: patterns/page-about.php -msgid "Creative Director" -msgstr "Creative Director" +#: patterns/contact-info.php:28 +msgid "8000 Zurich, Switzerland" +msgstr "8000 Zurich, Switzerland" -#: patterns/page-services.php -msgid "Our Services" -msgstr "Our Services" +#: patterns/contact-info.php:34 patterns/page-contact.php:38 +msgid "Phone" +msgstr "Phone" -#: patterns/page-services.php -msgid "Professional solutions tailored to your needs." -msgstr "Professional solutions tailored to your needs." +#: patterns/contact-info.php:38 +msgid "+41 44 123 45 67" +msgstr "+41 44 123 45 67" -#: patterns/page-services.php -msgid "What We Offer" -msgstr "What We Offer" +#: patterns/contact-info.php:48 patterns/page-contact.php:34 +msgid "info@example.com" +msgstr "info@example.com" -#: patterns/page-services.php -msgid "We provide a wide range of services to help your business grow and succeed." -msgstr "We provide a wide range of services to help your business grow and succeed." +#: patterns/cta-banner.php +msgctxt "Pattern title" +msgid "Call to action banner" +msgstr "Call to action banner" -#: patterns/page-services.php -msgid "Design" -msgstr "Design" +#: patterns/cta-banner.php +msgctxt "Pattern description" +msgid "" +"A full-width call to action banner with a colored background, heading, " +"description, and button." +msgstr "A full-width call to action banner with a coloured background, heading, description, and button." -#: patterns/page-services.php -msgid "Beautiful, user-centered designs that capture your brand identity and engage your audience across all platforms and devices." -msgstr "Beautiful, user-centred designs that capture your brand identity and engage your audience across all platforms and devices." +#: patterns/cta-banner.php:14 +msgid "Ready to get started?" +msgstr "Ready to get started?" -#: patterns/page-services.php -msgid "Development" -msgstr "Development" +#: patterns/cta-banner.php:18 +msgid "Start building your website today with our powerful and flexible theme." +msgstr "Start building your website today with our powerful and flexible theme." +"Start building your website today with our powerful and flexible theme." -#: patterns/page-services.php -msgid "Robust, scalable web applications built with modern technologies and best practices to ensure performance and reliability." -msgstr "Robust, scalable web applications built with modern technologies and best practices to ensure performance and reliability." +#: patterns/cta-banner.php:23 +msgid "Start Now" +msgstr "Start Now" -#: patterns/page-services.php -msgid "Strategy" -msgstr "Strategy" +#: patterns/cta-newsletter.php +msgctxt "Pattern title" +msgid "Newsletter signup" +msgstr "Newsletter signup" -#: patterns/page-services.php -msgid "Data-driven strategies and consulting to help you achieve your business goals and stay ahead of the competition." -msgstr "Data-driven strategies and consulting to help you achieve your business goals and stay ahead of the competition." +#: patterns/cta-newsletter.php +msgctxt "Pattern description" +msgid "" +"A newsletter signup section with heading, description, and search block." +msgstr "A newsletter signup section with heading, description, and search block." -#: patterns/page-services.php -msgid "Ready to take your project to the next level? Let us help you build something great." -msgstr "Ready to take your project to the next level? Let us help you build something great." +#: patterns/cta-newsletter.php:14 +msgid "Stay in the loop" +msgstr "Stay in the loop" -#: patterns/page-services.php -msgid "View Portfolio" -msgstr "View Portfolio" +#: patterns/cta-newsletter.php:18 +msgid "Subscribe to our newsletter for updates, tips, and exclusive content." +msgstr "Subscribe to our newsletter for updates, tips, and exclusive content." -#: patterns/page-contact.php -msgid "We would love to hear from you. Reach out to us anytime." -msgstr "We would love to hear from you. Reach out to us anytime." +#: patterns/cta-newsletter.php:21 +msgid "Enter your email address" +msgstr "Enter your email address" -#: patterns/page-contact.php -msgid "Get in Touch" -msgstr "Get in Touch" +#: patterns/cta-newsletter.php:21 +msgid "Subscribe" +msgstr "Subscribe" -#: patterns/page-contact.php -msgid "123 Main Street, Suite 100, Anytown, ST 12345" -msgstr "123 Main Street, Suite 100, Anytown, ST 12345" +#: patterns/dark-mode-toggle.php +msgctxt "Pattern title" +msgid "Dark mode toggle" +msgstr "Dark mode toggle" -#: patterns/page-contact.php -msgid "+1 (555) 123-4567" -msgstr "+1 (555) 123-4567" +#: patterns/dark-mode-toggle.php +msgctxt "Pattern description" +msgid "A toggle button for switching between light and dark mode." +msgstr "A toggle button for switching between light and dark mode." -#: patterns/page-contact.php -msgid "Business Hours" -msgstr "Business Hours" +#: patterns/dark-mode-toggle.php:13 +msgid "Switch to dark mode" +msgstr "Switch to dark mode" -#: patterns/page-contact.php -msgid "Monday - Friday:" -msgstr "Monday - Friday:" +#: patterns/dark-mode-toggle.php:13 +msgid "Switch to light mode" +msgstr "Switch to light mode" -#: patterns/page-contact.php -msgid "9:00 AM - 6:00 PM" -msgstr "9:00 AM - 6:00 PM" +#: patterns/features-2-col-offset.php +msgctxt "Pattern title" +msgid "Features two columns with image" +msgstr "Features two columns with image" -#: patterns/page-contact.php -msgid "Saturday:" -msgstr "Saturday:" +#: patterns/features-2-col-offset.php +msgctxt "Pattern description" +msgid "" +"A two-column layout with a large image on the left and stacked features on " +"the right." +msgstr "A two-column layout with a large image on the left and stacked features on the right." -#: patterns/page-contact.php -msgid "10:00 AM - 4:00 PM" -msgstr "10:00 AM - 4:00 PM" +#: patterns/features-2-col-offset.php:16 +msgid "Feature illustration" +msgstr "Feature illustration" -#: patterns/page-contact.php -msgid "Sunday:" -msgstr "Sunday:" +#: patterns/features-2-col-offset.php:22 +msgid "Designed for modern workflows" +msgstr "Designed for modern workflows" -#: patterns/page-contact.php -msgid "Closed" -msgstr "Closed" +#: patterns/features-2-col-offset.php:26 +msgid "" +"Streamline your development process with a theme that works the way you do." +msgstr "Streamline your development process with a theme that works the way you do." +"Streamline your development process with a theme that works the way you do." -#. translators: Copyright notice. %1$s: Year, %2$s: Site title. -#: patterns/footer-minimal.php -msgid "© %1$s %2$s. All rights reserved." -msgstr "© %1$s %2$s. All rights reserved." +#: patterns/features-2-col-offset.php:34 +msgid "Block Patterns" +msgstr "Block Patterns" + +#: patterns/features-2-col-offset.php:38 +msgid "" +"Pre-built patterns for common page sections. Drop them in and customize to " +"fit your needs." +msgstr "Pre-built patterns for common page sections. Drop them in and customise to fit your needs." +"Pre-built patterns for common page sections. Drop them in and customise to " +"fit your needs." + +#: patterns/features-2-col-offset.php:46 +msgid "Style Variations" +msgstr "Style Variations" + +#: patterns/features-2-col-offset.php:50 +msgid "" +"Switch between color schemes with a single click. Choose from multiple " +"professionally designed palettes." +msgstr "Switch between colour schemes with a single click. Choose from multiple professionally designed palettes." +"Switch between colour schemes with a single click. Choose from multiple " +"professionally designed palettes." + +#: patterns/features-3-col.php +msgctxt "Pattern title" +msgid "Features three columns" +msgstr "Features three columns" + +#: patterns/features-3-col.php +msgctxt "Pattern description" +msgid "A three-column feature grid with images, headings, and descriptions." +msgstr "A three-column feature grid with images, headings, and descriptions." + +#: patterns/features-3-col.php:18 +msgid "Everything you need to build a modern website." +msgstr "Everything you need to build a modern website." + +#: patterns/features-3-col.php:28 +msgid "Responsive Design" +msgstr "Responsive Design" + +#: patterns/features-3-col.php:32 +msgid "" +"Your website looks great on every device, from mobile phones to large " +"desktop screens." +msgstr "Your website looks great on every device, from mobile phones to large desktop screens." +"Your website looks great on every device, from mobile phones to large " +"desktop screens." + +#: patterns/features-3-col.php:42 +msgid "Easy Customization" +msgstr "Easy Customisation" + +#: patterns/features-3-col.php:46 +msgid "" +"Customize colors, fonts, and layouts using the WordPress Site Editor with no " +"code required." +msgstr "Customise colours, fonts, and layouts using the WordPress Site Editor with no code required." +"Customise colours, fonts, and layouts using the WordPress Site Editor with " +"no code required." + +#: patterns/features-3-col.php:56 +msgid "Performance First" +msgstr "Performance First" + +#: patterns/features-3-col.php:60 +msgid "" +"Built with speed in mind. Optimized assets and clean code for lightning-fast " +"page loads." +msgstr "Built with speed in mind. Optimised assets and clean code for lightning-fast page loads." +"Built with speed in mind. Optimised assets and clean code for lightning-fast " +"page loads." + +#: patterns/features-icon-list.php +msgctxt "Pattern title" +msgid "Features icon list" +msgstr "Features icon list" + +#: patterns/features-icon-list.php +msgctxt "Pattern description" +msgid "A vertical list of features with icon images and text descriptions." +msgstr "A vertical list of features with icon images and text descriptions." + +#: patterns/features-icon-list.php:14 +msgid "Why choose us" +msgstr "Why choose us" + +#: patterns/features-icon-list.php:25 +msgid "Bootstrap 5 Framework" +msgstr "Bootstrap 5 Framework" + +#: patterns/features-icon-list.php:29 +msgid "" +"Built on the most popular CSS framework. Leverage a proven, well-documented " +"design system." +msgstr "Built on the most popular CSS framework. Leverage a proven, well-documented design system." +"Built on the most popular CSS framework. Leverage a proven, well-documented " +"design system." + +#: patterns/features-icon-list.php:41 +msgid "Full Site Editing" +msgstr "Full Site Editing" + +#: patterns/features-icon-list.php:45 +msgid "" +"Edit every part of your site visually. Headers, footers, templates, and " +"content are all customizable." +msgstr "Edit every part of your site visually. Headers, footers, templates, and content are all customisable." +"Edit every part of your site visually. Headers, footers, templates, and " +"content are all customisable." + +#: patterns/features-icon-list.php:57 +msgid "Dark Mode Support" +msgstr "Dark Mode Support" + +#: patterns/features-icon-list.php:61 +msgid "" +"Built-in dark mode toggle that respects user preferences and persists across " +"visits." +msgstr "Built-in dark mode toggle that respects user preferences and persists across visits." +"Built-in dark mode toggle that respects user preferences and persists across " +"visits." #: patterns/footer-columns.php +msgctxt "Pattern title" +msgid "Footer - Multi-Column" +msgstr "Footer - Multi-Column" + +#: patterns/footer-columns.php +msgctxt "Pattern description" +msgid "Multi-column footer with site info, navigation, and credits." +msgstr "Multi-column footer with site info, navigation, and credits." + +#: patterns/footer-columns.php:22 msgid "A modern WordPress theme built with Bootstrap 5." msgstr "A modern WordPress theme built with Bootstrap 5." -#: patterns/footer-columns.php +#: patterns/footer-columns.php:39 msgid "About" msgstr "About" -#: patterns/footer-columns.php -msgid "This theme is proudly built with Bootstrap 5 and WordPress Full Site Editing." +#: patterns/footer-columns.php:42 +msgid "" +"This theme is proudly built with Bootstrap 5 and WordPress Full Site Editing." msgstr "This theme is proudly built with Bootstrap 5 and WordPress Full Site Editing." +"This theme is proudly built with Bootstrap 5 and WordPress Full Site Editing." #. translators: Copyright notice. %1$s: Year, %2$s: Site title. -#: patterns/footer-columns.php +#: patterns/footer-columns.php:64 +#, php-format msgid "© %1$s %2$s" msgstr "© %1$s %2$s" -#: views/base.html.twig -msgid "Skip to main content" -msgstr "Skip to main content" +#. translators: Powered by WordPress. %s: WordPress link. +#: patterns/footer-columns.php:76 patterns/footer.php:38 +#, php-format +msgid "Powered by %s" +msgstr "Powered by %s" -#: views/partials/header.html.twig -#: views/partials/header-centered.html.twig -#: views/partials/header-transparent.html.twig -#: views/partials/header-offcanvas.html.twig -msgid "Primary navigation" -msgstr "Primary navigation" +#: patterns/footer-columns.php:77 patterns/footer.php:39 +msgid "https://wordpress.org" +msgstr "https://wordpress.org" -#: views/partials/footer.html.twig -#: views/partials/footer-columns.html.twig -msgid "Footer navigation" -msgstr "Footer navigation" +#: patterns/footer-minimal.php +msgctxt "Pattern title" +msgid "Footer - Minimal" +msgstr "Footer - Minimal" -#: functions.php +#: patterns/footer-minimal.php +msgctxt "Pattern description" +msgid "Minimal single-line footer with copyright." +msgstr "Minimal single-line footer with copyright." + +#. translators: Copyright notice. %1$s: Year, %2$s: Site title. +#: patterns/footer-minimal.php:25 +#, php-format +msgid "© %1$s %2$s. All rights reserved." +msgstr "© %1$s %2$s. All rights reserved." + +#: patterns/footer.php +msgctxt "Pattern title" +msgid "Footer" +msgstr "Footer" + +#: patterns/footer.php +msgctxt "Pattern description" +msgid "Site footer with site title, tagline, and credits." +msgstr "Site footer with site title, tagline, and credits." + +#: patterns/header-centered.php +msgctxt "Pattern title" +msgid "Header - Centered" +msgstr "Header - Centred" + +#: patterns/header-centered.php +msgctxt "Pattern description" +msgid "Centered header with site title above navigation." +msgstr "Centred header with site title above navigation." + +#: patterns/header-transparent.php +msgctxt "Pattern title" +msgid "Header - Transparent" +msgstr "Header - Transparent" + +#: patterns/header-transparent.php +msgctxt "Pattern description" +msgid "Transparent header that overlays page content, ideal for hero sections." +msgstr "Transparent header that overlays page content, ideal for hero sections." + +#: patterns/header.php +msgctxt "Pattern title" +msgid "Header" +msgstr "Header" + +#: patterns/header.php +msgctxt "Pattern description" +msgid "Site header with site title and navigation." +msgstr "Site header with site title and navigation." + +#: patterns/hero-centered.php +msgctxt "Pattern title" +msgid "Hero centered" +msgstr "Hero centred" + +#: patterns/hero-centered.php +msgctxt "Pattern description" +msgid "" +"A centered hero section with a colored background, heading, paragraph, and " +"call to action buttons." +msgstr "A centred hero section with a coloured background, heading, paragraph, and call to action buttons." + +#: patterns/hero-centered.php:14 +msgid "Welcome to your new website" +msgstr "Welcome to your new website" + +#: patterns/hero-centered.php:18 +msgid "" +"Start building beautiful, responsive pages with the full power of Bootstrap " +"5 and the WordPress block editor." +msgstr "Start building beautiful, responsive pages with the full power of Bootstrap 5 and the WordPress block editor." +"Start building beautiful, responsive pages with the full power of Bootstrap " +"5 and the WordPress block editor." + +#: patterns/hero-centered.php:23 patterns/hero-cover.php:23 +#: patterns/page-services.php:78 patterns/pricing-3-col.php:52 +#: patterns/pricing-3-col.php:91 +msgid "Get Started" +msgstr "Get Started" + +#: patterns/hero-centered.php:27 patterns/hero-split.php:25 +#: patterns/text-about.php:29 +msgid "Learn More" +msgstr "Learn More" + +#: patterns/hero-cover.php +msgctxt "Pattern title" +msgid "Hero with cover image" +msgstr "Hero with cover image" + +#: patterns/hero-cover.php +msgctxt "Pattern description" +msgid "" +"A full-width hero section with a cover image, heading, paragraph, and call " +"to action button." +msgstr "A full-width hero section with a cover image, heading, paragraph, and call to action button." + +#: patterns/hero-cover.php:14 +msgid "Build something amazing" +msgstr "Build something amazing" + +#: patterns/hero-cover.php:18 +msgid "" +"Create modern, responsive websites with the power of Bootstrap 5 and the " +"WordPress Site Editor." +msgstr "Create modern, responsive websites with the power of Bootstrap 5 and the WordPress Site Editor." +"Create modern, responsive websites with the power of Bootstrap 5 and the " +"WordPress Site Editor." + +#: patterns/hero-split.php +msgctxt "Pattern title" +msgid "Hero split with image" +msgstr "Hero split with image" + +#: patterns/hero-split.php +msgctxt "Pattern description" +msgid "" +"A two-column hero with text on the left and an image placeholder on the " +"right." +msgstr "A two-column hero with text on the left and an image placeholder on the right." + +#: patterns/hero-split.php:16 +msgid "Modern design meets powerful features" +msgstr "Modern design meets powerful features" + +#: patterns/hero-split.php:20 +msgid "" +"A WordPress theme built from the ground up with Bootstrap 5 for a seamless " +"editing and browsing experience." +msgstr "A WordPress theme built from the ground up with Bootstrap 5 for a seamless editing and browsing experience." +"A WordPress theme built from the ground up with Bootstrap 5 for a seamless " +"editing and browsing experience." + +#: patterns/hero-split.php:29 +msgid "View Demo" +msgstr "View Demo" + +#: patterns/hero-split.php:36 +msgid "Hero image" +msgstr "Hero image" + +#: patterns/hidden-404.php +msgctxt "Pattern title" +msgid "404" +msgstr "404" + +#: patterns/hidden-404.php:14 +msgid "Page not found" +msgstr "Page not found" + +#: patterns/hidden-404.php:18 +msgid "" +"The page you are looking for does not exist, or it has been moved. Please " +"try searching using the form below." +msgstr "The page you are looking for does not exist, or it has been moved. Please try searching using the form below." +"The page you are looking for does not exist, or it has been moved. Please " +"try searching using the form below." + +#: patterns/hidden-blog-heading.php +msgctxt "Pattern title" +msgid "Blog heading" +msgstr "Blog heading" + +#: patterns/hidden-blog-heading.php:12 +msgid "Blog" +msgstr "Blog" + +#: patterns/hidden-search.php +msgctxt "Pattern title" +msgid "Search" +msgstr "Search" + +#: patterns/hidden-search.php:11 patterns/hidden-sidebar.php:32 +#: patterns/hidden-sidebar.php:35 +msgid "Search" +msgstr "Search" + +#: patterns/hidden-search.php:11 patterns/hidden-sidebar.php:35 +msgid "Search..." +msgstr "Search..." + +#: patterns/hidden-sidebar.php +msgctxt "Pattern title" msgid "Sidebar" msgstr "Sidebar" -#: functions.php -msgid "Add widgets here to appear in the sidebar." -msgstr "Add widgets here to appear in the sidebar." +#: patterns/hidden-sidebar.php +msgctxt "Pattern description" +msgid "Sidebar content with recent posts, search, and tag cloud." +msgstr "Sidebar content with recent posts, search, and tag cloud." -#: views/partials/sidebar.html.twig -msgid "Blog sidebar" -msgstr "Blog sidebar" +#: patterns/hidden-sidebar.php:14 +msgid "Recent Posts" +msgstr "Recent Posts" + +#: patterns/hidden-sidebar.php:42 +msgid "Tags" +msgstr "Tags" + +#: patterns/hidden-written-by.php +msgctxt "Pattern title" +msgid "Written by" +msgstr "Written by" + +#: patterns/layout-2-col.php +msgctxt "Pattern title" +msgid "Two Columns" +msgstr "Two Columns" + +#: patterns/layout-2-col.php +msgctxt "Pattern description" +msgid "" +"A two-column layout with equal width columns, each containing a heading and " +"paragraph." +msgstr "A two-column layout with equal width columns, each containing a heading and paragraph." + +#: patterns/layout-2-col.php:16 patterns/layout-3-col.php:16 +msgid "Column One" +msgstr "Column One" + +#: patterns/layout-2-col.php:20 patterns/layout-2-col.php:30 +msgid "" +"Add your content here. This column takes up half the available width on " +"larger screens and stacks on mobile devices." +msgstr "Add your content here. This column takes up half the available width on larger screens and stacks on mobile devices." +"Add your content here. This column takes up half the available width on " +"larger screens and stacks on mobile devices." + +#: patterns/layout-2-col.php:26 patterns/layout-3-col.php:26 +msgid "Column Two" +msgstr "Column Two" + +#: patterns/layout-3-col.php +msgctxt "Pattern title" +msgid "Three Columns" +msgstr "Three Columns" + +#: patterns/layout-3-col.php +msgctxt "Pattern description" +msgid "" +"A three-column layout with equal width columns, each containing a heading " +"and paragraph." +msgstr "A three-column layout with equal width columns, each containing a heading and paragraph." + +#: patterns/layout-3-col.php:20 patterns/layout-3-col.php:30 +#: patterns/layout-3-col.php:40 +msgid "" +"Add your content here. This column takes up one third of the available width " +"on larger screens." +msgstr "Add your content here. This column takes up one third of the available width on larger screens." +"Add your content here. This column takes up one third of the available width " +"on larger screens." + +#: patterns/layout-3-col.php:36 +msgid "Column Three" +msgstr "Column Three" + +#: patterns/layout-container.php +msgctxt "Pattern title" +msgid "Bootstrap Container" +msgstr "Bootstrap Container" + +#: patterns/layout-container.php +msgctxt "Pattern description" +msgid "" +"A constrained container with padding, containing a heading and paragraph " +"placeholder." +msgstr "A constrained container with padding, containing a heading and paragraph placeholder." + +#: patterns/layout-container.php:14 +msgid "Heading goes here" +msgstr "Heading goes here" + +#: patterns/layout-container.php:18 +msgid "" +"This is a content container with constrained width and comfortable padding. " +"Replace this text with your own content." +msgstr "This is a content container with constrained width and comfortable padding. Replace this text with your own content." +"This is a content container with constrained width and comfortable padding. " +"Replace this text with your own content." + +#: patterns/layout-full-width-section.php +msgctxt "Pattern title" +msgid "Full Width Section" +msgstr "Full Width Section" + +#: patterns/layout-full-width-section.php +msgctxt "Pattern description" +msgid "" +"A full-width section with a primary background color, centered white heading " +"and paragraph." +msgstr "A full-width section with a primary background colour, centred white heading and paragraph." + +#: patterns/layout-full-width-section.php:14 +msgid "Full Width Section Heading" +msgstr "Full Width Section Heading" + +#: patterns/layout-full-width-section.php:18 +msgid "" +"This full-width section stands out with a colored background. Use it to " +"highlight important content, announcements, or calls to action." +msgstr "This full-width section stands out with a coloured background. Use it to highlight important content, announcements, or calls to action." +"This full-width section stands out with a coloured background. Use it to " +"highlight important content, announcements, or calls to action." + +#: patterns/more-posts.php +msgctxt "Pattern title" +msgid "More posts" +msgstr "More posts" + +#: patterns/more-posts.php +msgctxt "Pattern description" +msgid "A section with more recent posts." +msgstr "A section with more recent posts." + +#: patterns/more-posts.php:15 +msgid "More posts" +msgstr "More posts" + +#: patterns/nav-dark.php +msgctxt "Pattern title" +msgid "Navigation - Dark" +msgstr "Navigation - Dark" + +#: patterns/nav-dark.php +msgctxt "Pattern description" +msgid "Dark-themed navigation header with dark background." +msgstr "Dark-themed navigation header with dark background." + +#: patterns/nav-offcanvas.php +msgctxt "Pattern title" +msgid "Navigation - Offcanvas" +msgstr "Navigation - Offcanvas" + +#: patterns/nav-offcanvas.php +msgctxt "Pattern description" +msgid "" +"Header with offcanvas mobile navigation using Bootstrap offcanvas component." +msgstr "Header with offcanvas mobile navigation using Bootstrap offcanvas component." + +#: patterns/page-about.php +msgctxt "Pattern title" +msgid "About Page" +msgstr "About Page" + +#: patterns/page-about.php +msgctxt "Pattern description" +msgid "A full about page layout with hero, story section, and team members." +msgstr "A full about page layout with hero, story section, and team members." + +#: patterns/page-about.php:14 +msgid "About Us" +msgstr "About Us" + +#: patterns/page-about.php:18 +msgid "" +"Learn more about who we are, what we do, and the people behind our mission." +msgstr "Learn more about who we are, what we do, and the people behind our mission." +"Learn more about who we are, what we do, and the people behind our mission." + +#: patterns/page-about.php:26 +msgid "Our Story" +msgstr "Our Story" + +#: patterns/page-about.php:30 +msgid "" +"Founded with a passion for innovation and excellence, our journey began with " +"a simple idea: to create meaningful solutions that make a real difference. " +"Over the years, we have grown from a small team into a dedicated group of " +"professionals committed to delivering outstanding results." +msgstr "Founded with a passion for innovation and excellence, our journey began with a simple idea: to create meaningful solutions that make a real difference. Over the years, we have grown from a small team into a dedicated group of professionals committed to delivering outstanding results." +"Founded with a passion for innovation and excellence, our journey began with " +"a simple idea: to create meaningful solutions that make a real difference. " +"Over the years, we have grown from a small team into a dedicated group of " +"professionals committed to delivering outstanding results." + +#: patterns/page-about.php:34 +msgid "" +"Today, we continue to push boundaries and challenge conventions. Our " +"approach combines creative thinking with proven methodologies, ensuring that " +"every project we undertake meets the highest standards of quality and " +"craftsmanship." +msgstr "Today, we continue to push boundaries and challenge conventions. Our approach combines creative thinking with proven methodologies, ensuring that every project we undertake meets the highest standards of quality and craftsmanship." +"Today, we continue to push boundaries and challenge conventions. Our " +"approach combines creative thinking with proven methodologies, ensuring that " +"every project we undertake meets the highest standards of quality and " +"craftsmanship." + +#: patterns/page-about.php:40 patterns/text-about.php:36 +msgid "About us image" +msgstr "About us image" + +#: patterns/page-about.php:48 +msgid "Our Team" +msgstr "Our Team" + +#: patterns/page-about.php:52 +msgid "Meet the people who make it all happen." +msgstr "Meet the people who make it all happen." + +#: patterns/page-about.php:59 +msgid "Jane Doe" +msgstr "Jane Doe" + +#: patterns/page-about.php:63 +msgid "Founder & CEO" +msgstr "Founder & CEO" + +#: patterns/page-about.php:71 +msgid "John Smith" +msgstr "John Smith" + +#: patterns/page-about.php:75 +msgid "Lead Developer" +msgstr "Lead Developer" + +#: patterns/page-about.php:83 +msgid "Emily Johnson" +msgstr "Emily Johnson" + +#: patterns/page-about.php:87 +msgid "Creative Director" +msgstr "Creative Director" + +#: patterns/page-contact.php +msgctxt "Pattern title" +msgid "Contact Page" +msgstr "Contact Page" + +#: patterns/page-contact.php +msgctxt "Pattern description" +msgid "" +"A full contact page layout with hero, contact details, business hours, and " +"spacer." +msgstr "A full contact page layout with hero, contact details, business hours, and spacer." + +#: patterns/page-contact.php:14 patterns/page-services.php:87 +#: patterns/pricing-3-col.php:130 +msgid "Contact Us" +msgstr "Contact Us" + +#: patterns/page-contact.php:18 +msgid "We would love to hear from you. Reach out to us anytime." +msgstr "We would love to hear from you. Reach out to us anytime." + +#: patterns/page-contact.php:26 +msgid "Get in Touch" +msgstr "Get in Touch" + +#: patterns/page-contact.php:30 +msgid "123 Main Street, Suite 100, Anytown, ST 12345" +msgstr "123 Main Street, Suite 100, Anytown, ST 12345" + +#: patterns/page-contact.php:38 +msgid "+1 (555) 123-4567" +msgstr "+1 (555) 123-4567" + +#: patterns/page-contact.php:44 +msgid "Business Hours" +msgstr "Business Hours" + +#: patterns/page-contact.php:49 +msgid "Monday - Friday:" +msgstr "Monday - Friday:" + +#: patterns/page-contact.php:49 +msgid "9:00 AM - 6:00 PM" +msgstr "9:00 AM - 6:00 PM" + +#: patterns/page-contact.php:53 +msgid "Saturday:" +msgstr "Saturday:" + +#: patterns/page-contact.php:53 +msgid "10:00 AM - 4:00 PM" +msgstr "10:00 AM - 4:00 PM" + +#: patterns/page-contact.php:57 +msgid "Sunday:" +msgstr "Sunday:" + +#: patterns/page-contact.php:57 +msgid "Closed" +msgstr "Closed" + +#: patterns/page-services.php +msgctxt "Pattern title" +msgid "Services Page" +msgstr "Services Page" + +#: patterns/page-services.php +msgctxt "Pattern description" +msgid "" +"A full services page layout with hero, service offerings, and call to action." +msgstr "A full services page layout with hero, service offerings, and call to action." + +#: patterns/page-services.php:14 +msgid "Our Services" +msgstr "Our Services" + +#: patterns/page-services.php:18 +msgid "Professional solutions tailored to your needs." +msgstr "Professional solutions tailored to your needs." + +#: patterns/page-services.php:24 +msgid "What We Offer" +msgstr "What We Offer" + +#: patterns/page-services.php:28 +msgid "" +"We provide a wide range of services to help your business grow and succeed." +msgstr "We provide a wide range of services to help your business grow and succeed." +"We provide a wide range of services to help your business grow and succeed." + +#: patterns/page-services.php:34 +msgid "🎨" +msgstr "🎨" + +#: patterns/page-services.php:38 +msgid "Design" +msgstr "Design" + +#: patterns/page-services.php:42 +msgid "" +"Beautiful, user-centered designs that capture your brand identity and engage " +"your audience across all platforms and devices." +msgstr "Beautiful, user-centred designs that capture your brand identity and engage your audience across all platforms and devices." +"Beautiful, user-centred designs that capture your brand identity and engage " +"your audience across all platforms and devices." + +#: patterns/page-services.php:48 +msgid "⚙️" +msgstr "⚙️" + +#: patterns/page-services.php:52 +msgid "Development" +msgstr "Development" + +#: patterns/page-services.php:56 +msgid "" +"Robust, scalable web applications built with modern technologies and best " +"practices to ensure performance and reliability." +msgstr "Robust, scalable web applications built with modern technologies and best practices to ensure performance and reliability." +"Robust, scalable web applications built with modern technologies and best " +"practices to ensure performance and reliability." + +#: patterns/page-services.php:62 +msgid "📈" +msgstr "📈" + +#: patterns/page-services.php:66 +msgid "Strategy" +msgstr "Strategy" + +#: patterns/page-services.php:70 +msgid "" +"Data-driven strategies and consulting to help you achieve your business " +"goals and stay ahead of the competition." +msgstr "Data-driven strategies and consulting to help you achieve your business goals and stay ahead of the competition." +"Data-driven strategies and consulting to help you achieve your business " +"goals and stay ahead of the competition." + +#: patterns/page-services.php:82 +msgid "" +"Ready to take your project to the next level? Let us help you build " +"something great." +msgstr "Ready to take your project to the next level? Let us help you build something great." +"Ready to take your project to the next level? Let us help you build " +"something great." + +#: patterns/page-services.php:91 +msgid "View Portfolio" +msgstr "View Portfolio" + +#: patterns/post-navigation.php +msgctxt "Pattern title" +msgid "Post navigation" +msgstr "Post navigation" + +#: patterns/post-navigation.php +msgctxt "Pattern description" +msgid "Previous and next post links." +msgstr "Previous and next post links." + +#: patterns/pricing-3-col.php +msgctxt "Pattern title" +msgid "Pricing three columns" +msgstr "Pricing three columns" + +#: patterns/pricing-3-col.php +msgctxt "Pattern description" +msgid "" +"Three-column pricing cards with feature lists and call to action buttons." +msgstr "Three-column pricing cards with feature lists and call to action buttons." + +#: patterns/pricing-3-col.php:18 +msgid "Choose the plan that works best for you." +msgstr "Choose the plan that works best for you." + +#: patterns/pricing-3-col.php:25 +msgid "Basic" +msgstr "Basic" + +#: patterns/pricing-3-col.php:29 +msgid "Free" +msgstr "Free" + +#: patterns/pricing-3-col.php:38 +msgid "1 Website" +msgstr "1 Website" + +#: patterns/pricing-3-col.php:42 +msgid "Community Support" +msgstr "Community Support" + +#: patterns/pricing-3-col.php:46 +msgid "Core Features" +msgstr "Core Features" + +#: patterns/pricing-3-col.php:61 +msgid "Professional" +msgstr "Professional" + +#. translators: pricing amount +#: patterns/pricing-3-col.php:67 +msgid "$49" +msgstr "$49" + +#: patterns/pricing-3-col.php:77 +msgid "5 Websites" +msgstr "5 Websites" + +#: patterns/pricing-3-col.php:81 +msgid "Priority Support" +msgstr "Priority Support" + +#: patterns/pricing-3-col.php:85 +msgid "All Features" +msgstr "All Features" + +#: patterns/pricing-3-col.php:100 +msgid "Enterprise" +msgstr "Enterprise" + +#. translators: pricing amount +#: patterns/pricing-3-col.php:106 +msgid "$199" +msgstr "$199" + +#: patterns/pricing-3-col.php:116 +msgid "Unlimited Websites" +msgstr "Unlimited Websites" + +#: patterns/pricing-3-col.php:120 +msgid "Dedicated Support" +msgstr "Dedicated Support" + +#: patterns/pricing-3-col.php:124 +msgid "Custom Development" +msgstr "Custom Development" + +#: patterns/template-query-loop.php +msgctxt "Pattern title" +msgid "Query loop" +msgstr "Query loop" + +#: patterns/template-query-loop.php:39 +msgid "No posts were found." +msgstr "No posts were found." + +#: patterns/testimonials-2-col.php +msgctxt "Pattern title" +msgid "Testimonials two columns" +msgstr "Testimonials two columns" + +#: patterns/testimonials-2-col.php +msgctxt "Pattern description" +msgid "Two-column testimonials with quote blocks and citations." +msgstr "Two-column testimonials with quote blocks and citations." + +#: patterns/testimonials-2-col.php:14 +msgid "What our clients say" +msgstr "What our clients say" + +#: patterns/testimonials-2-col.php:20 +msgid "" +"This theme completely transformed our website. The Bootstrap integration " +"makes it incredibly easy to create professional-looking pages without any " +"custom code." +msgstr "This theme completely transformed our website. The Bootstrap integration makes it incredibly easy to create professional-looking pages without any custom code." +"This theme completely transformed our website. The Bootstrap integration " +"makes it incredibly easy to create professional-looking pages without any " +"custom code." + +#: patterns/testimonials-2-col.php:20 +msgid "Jane Doe, Web Designer" +msgstr "Jane Doe, Web Designer" + +#: patterns/testimonials-2-col.php:26 +msgid "" +"The dark mode support and style variations give us the flexibility we need. " +"Our clients love being able to switch between color schemes effortlessly." +msgstr "The dark mode support and style variations give us the flexibility we need. Our clients love being able to switch between colour schemes effortlessly." +"The dark mode support and style variations give us the flexibility we need. " +"Our clients love being able to switch between colour schemes effortlessly." + +#: patterns/testimonials-2-col.php:26 +msgid "John Smith, Developer" +msgstr "John Smith, Developer" + +#: patterns/testimonials-centered.php +msgctxt "Pattern title" +msgid "Testimonial centered" +msgstr "Testimonial centred" + +#: patterns/testimonials-centered.php +msgctxt "Pattern description" +msgid "A single large centered testimonial with citation." +msgstr "A single large centred testimonial with citation." + +#: patterns/testimonials-centered.php:14 +msgid "" +"The best WordPress theme we have ever used. Clean code, beautiful design, " +"and incredible flexibility." +msgstr "The best WordPress theme we have ever used. Clean code, beautiful design, and incredible flexibility." +"The best WordPress theme we have ever used. Clean code, beautiful design, " +"and incredible flexibility." + +#: patterns/testimonials-centered.php:14 +msgid "Alex Johnson, Creative Director" +msgstr "Alex Johnson, Creative Director" + +#: patterns/text-about.php +msgctxt "Pattern title" +msgid "About section" +msgstr "About section" + +#: patterns/text-about.php +msgctxt "Pattern description" +msgid "A two-column about section with text content and an image." +msgstr "A two-column about section with text content and an image." + +#: patterns/text-about.php:16 +msgid "About us" +msgstr "About us" + +#: patterns/text-about.php:20 +msgid "" +"We are passionate about creating tools that empower people to build " +"beautiful websites. Our theme combines the reliability of Bootstrap with the " +"flexibility of WordPress." +msgstr "We are passionate about creating tools that empower people to build beautiful websites. Our theme combines the reliability of Bootstrap with the flexibility of WordPress." +"We are passionate about creating tools that empower people to build " +"beautiful websites. Our theme combines the reliability of Bootstrap with the " +"flexibility of WordPress." + +#: patterns/text-about.php:24 +msgid "" +"With years of experience in web development and design, we understand what " +"it takes to create a theme that is both powerful and easy to use." +msgstr "With years of experience in web development and design, we understand what it takes to create a theme that is both powerful and easy to use." +"With years of experience in web development and design, we understand what " +"it takes to create a theme that is both powerful and easy to use." + +#: patterns/text-faq.php +msgctxt "Pattern title" +msgid "Frequently asked questions" +msgstr "Frequently asked questions" + +#: patterns/text-faq.php +msgctxt "Pattern description" +msgid "An FAQ section with question and answer pairs." +msgstr "An FAQ section with question and answer pairs." + +#: patterns/text-faq.php:14 +msgid "Frequently Asked Questions" +msgstr "Frequently Asked Questions" + +#: patterns/text-faq.php:20 +msgid "How do I install the theme?" +msgstr "How do I install the theme?" + +#: patterns/text-faq.php:24 +msgid "" +"Download the ZIP file from the releases page, then upload it via WordPress " +"Admin > Appearance > Themes > Add New > Upload Theme." +msgstr "Download the ZIP file from the releases page, then upload it via WordPress Admin > Appearance > Themes > Add New > Upload Theme." +"Download the ZIP file from the releases page, then upload it via WordPress " +"Admin > Appearance > Themes > Add New > Upload Theme." + +#: patterns/text-faq.php:34 +msgid "Does it work with the Site Editor?" +msgstr "Does it work with the Site Editor?" + +#: patterns/text-faq.php:38 +msgid "" +"Yes, this is a Full Site Editing block theme. You can customize templates, " +"headers, footers, and all block patterns using the WordPress Site Editor." +msgstr "Yes, this is a Full Site Editing block theme. You can customise templates, headers, footers, and all block patterns using the WordPress Site Editor." +"Yes, this is a Full Site Editing block theme. You can customise templates, " +"headers, footers, and all block patterns using the WordPress Site Editor." + +#: patterns/text-faq.php:48 +msgid "Can I use my own fonts?" +msgstr "Can I use my own fonts?" + +#: patterns/text-faq.php:52 +msgid "" +"The theme comes with Inter, Lora, and system font stacks. You can add custom " +"fonts through the Site Editor or by modifying theme.json." +msgstr "The theme comes with Inter, Lora, and system font stacks. You can add custom fonts through the Site Editor or by modifying theme.json." +"The theme comes with Inter, Lora, and system font stacks. You can add custom " +"fonts through the Site Editor or by modifying theme.json." + +#: patterns/text-faq.php:62 +msgid "Is dark mode supported?" +msgstr "Is dark mode supported?" + +#: patterns/text-faq.php:66 +msgid "" +"Yes, the theme includes a dark mode toggle that uses Bootstrap 5.3 built-in " +"dark mode. It respects system preferences and remembers your choice." +msgstr "Yes, the theme includes a dark mode toggle that uses Bootstrap 5.3 built-in dark mode. It respects system preferences and remembers your choice." +"Yes, the theme includes a dark mode toggle that uses Bootstrap 5.3 built-in " +"dark mode. It respects system preferences and remembers your choice." + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Base" +msgstr "Base" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Contrast" +msgstr "Contrast" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Primary" +msgstr "Primary" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Secondary" +msgstr "Secondary" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Success" +msgstr "Success" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Danger" +msgstr "Danger" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Warning" +msgstr "Warning" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Info" +msgstr "Info" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Light" +msgstr "Light" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Dark" +msgstr "Dark" + +#: theme.json +msgctxt "Space size name" +msgid "3xs" +msgstr "3xs" + +#: theme.json +msgctxt "Space size name" +msgid "2xs" +msgstr "2xs" + +#: theme.json +msgctxt "Space size name" +msgid "xs" +msgstr "xs" + +#: theme.json +msgctxt "Space size name" +msgid "s" +msgstr "s" + +#: theme.json +msgctxt "Space size name" +msgid "m" +msgstr "m" + +#: theme.json +msgctxt "Space size name" +msgid "l" +msgstr "l" + +#: theme.json +msgctxt "Space size name" +msgid "xl" +msgstr "xl" + +#: theme.json +msgctxt "Space size name" +msgid "2xl" +msgstr "2xl" + +#: theme.json +msgctxt "Font size name" +msgid "Small" +msgstr "Small" + +#: theme.json +msgctxt "Font size name" +msgid "Medium" +msgstr "Medium" + +#: theme.json +msgctxt "Font size name" +msgid "Large" +msgstr "Large" + +#: theme.json +msgctxt "Font size name" +msgid "Extra Large" +msgstr "Extra Large" + +#: theme.json +msgctxt "Font size name" +msgid "Huge" +msgstr "Huge" + +#: theme.json +msgctxt "Font size name" +msgid "Display" +msgstr "Display" + +#: theme.json +msgctxt "Font family name" +msgid "System Sans Serif" +msgstr "System Sans Serif" + +#: theme.json +msgctxt "Font family name" +msgid "Inter" +msgstr "Inter" + +#: theme.json +msgctxt "Font family name" +msgid "Lora" +msgstr "Lora" + +#: theme.json +msgctxt "Font family name" +msgid "System Monospace" +msgstr "System Monospace" + +#: theme.json +msgctxt "Shadow name" +msgid "Small" +msgstr "Small" + +#: theme.json +msgctxt "Shadow name" +msgid "Regular" +msgstr "Regular" + +#: theme.json +msgctxt "Shadow name" +msgid "Large" +msgstr "Large" + +#: theme.json +msgctxt "Aspect ratio name" +msgid "16:9" +msgstr "16:9" + +#: theme.json +msgctxt "Aspect ratio name" +msgid "4:3" +msgstr "4:3" + +#: theme.json +msgctxt "Aspect ratio name" +msgid "1:1" +msgstr "1:1" + +#: theme.json +msgctxt "Aspect ratio name" +msgid "3:4" +msgstr "3:4" + +#: theme.json +msgctxt "Custom template name" +msgid "Blog with Sidebar" +msgstr "Blog with Sidebar" + +#: theme.json +msgctxt "Custom template name" +msgid "Landing Page (No Header/Footer)" +msgstr "Landing Page (No Header/Footer)" + +#: theme.json +msgctxt "Custom template name" +msgid "Full Width" +msgstr "Full Width" + +#: theme.json +msgctxt "Custom template name" +msgid "Page with Hero" +msgstr "Page with Hero" + +#: theme.json +msgctxt "Custom template name" +msgid "Page with Sidebar" +msgstr "Page with Sidebar" + +#: theme.json +msgctxt "Template part name" +msgid "Header" +msgstr "Header" + +#: theme.json +msgctxt "Template part name" +msgid "Header - Centered" +msgstr "Header - Centred" + +#: theme.json +msgctxt "Template part name" +msgid "Header - Transparent" +msgstr "Header - Transparent" + +#: theme.json +msgctxt "Template part name" +msgid "Footer" +msgstr "Footer" + +#: theme.json +msgctxt "Template part name" +msgid "Footer - Minimal" +msgstr "Footer - Minimal" + +#: theme.json +msgctxt "Template part name" +msgid "Footer - Multi-Column" +msgstr "Footer - Multi-Column" + +#: theme.json +msgctxt "Template part name" +msgid "Sidebar" +msgstr "Sidebar" + +#: styles/01-ocean.json +msgctxt "Style variation name" +msgid "Ocean" +msgstr "Ocean" + +#: styles/02-forest.json +msgctxt "Style variation name" +msgid "Forest" +msgstr "Forest" + +#: styles/03-sunset.json +msgctxt "Style variation name" +msgid "Sunset" +msgstr "Sunset" + +#: styles/04-midnight.json +msgctxt "Style variation name" +msgid "Midnight" +msgstr "Midnight" + +#: styles/05-ember.json +msgctxt "Style variation name" +msgid "Ember" +msgstr "Ember" + +#: styles/06-arctic.json +msgctxt "Style variation name" +msgid "Arctic" +msgstr "Arctic" + +#: styles/07-amethyst.json +msgctxt "Style variation name" +msgid "Amethyst" +msgstr "Amethyst" + +#: styles/08-rose.json +msgctxt "Style variation name" +msgid "Rose" +msgstr "Rose" + +#: styles/09-sand.json +msgctxt "Style variation name" +msgid "Sand" +msgstr "Sand" + +#: styles/10-lavender.json +msgctxt "Style variation name" +msgid "Lavender" +msgstr "Lavender" + +#: styles/11-mint.json +msgctxt "Style variation name" +msgid "Mint" +msgstr "Mint" + +#: styles/12-slate.json +msgctxt "Style variation name" +msgid "Slate" +msgstr "Slate" + +#: styles/13-mocha.json +msgctxt "Style variation name" +msgid "Mocha" +msgstr "Mocha" + +#: styles/14-nebula.json +msgctxt "Style variation name" +msgid "Nebula" +msgstr "Nebula" + +#: styles/15-obsidian.json +msgctxt "Style variation name" +msgid "Obsidian" +msgstr "Obsidian" + +#~ msgid "Skip to main content" +#~ msgstr "Skip to main content" + +#~ msgid "Primary navigation" +#~ msgstr "Primary navigation" + +#~ msgid "Footer navigation" +#~ msgstr "Footer navigation" + +#~ msgid "Blog sidebar" +#~ msgstr "Blog sidebar" diff --git a/languages/wp-bootstrap-es_ES.po b/languages/wp-bootstrap-es_ES.po index 6ec4d6c..28d9a51 100644 --- a/languages/wp-bootstrap-es_ES.po +++ b/languages/wp-bootstrap-es_ES.po @@ -4,8 +4,8 @@ msgid "" msgstr "" "Project-Id-Version: WP Bootstrap 1.0.5\n" -"Report-Msgid-Bugs-To: https://src.bundespruefstelle.ch/magdev/wp-bootstrap/issues\n" -"POT-Creation-Date: 2026-02-11 00:00+0000\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/wp-bootstrap\n" +"POT-Creation-Date: 2026-02-20T09:45:19+00:00\n" "PO-Revision-Date: 2026-02-11 00:00+0000\n" "Last-Translator: Claude AI \n" "Language-Team: Spanish (Spain)\n" @@ -17,902 +17,1882 @@ msgstr "" "X-Domain: wp-bootstrap\n" #. Theme Name of the theme -#: patterns/footer.php +#: style.css patterns/footer.php:31 msgid "WP Bootstrap" msgstr "WP Bootstrap" +#. Theme URI of the theme +#: style.css +msgid "https://src.bundespruefstelle.ch/magdev/wp-bootstrap" +msgstr "https://src.bundespruefstelle.ch/magdev/wp-bootstrap" + #. Description of the theme -msgid "A modern WordPress Block Theme built from scratch with Bootstrap 5. Features responsive design, dark mode support, and full compatibility with the WordPress Site Editor." -msgstr "Un tema de bloques de WordPress moderno construido desde cero con Bootstrap 5. Incluye diseño adaptable, soporte para modo oscuro y compatibilidad total con el editor de sitios de WordPress." - -#: patterns/footer.php -#: patterns/footer-columns.php -msgid "Powered by %s" -msgstr "Desarrollado con %s" - -#: patterns/footer.php -#: patterns/footer-columns.php -msgid "https://wordpress.org" -msgstr "https://es.wordpress.org" - -#: patterns/hidden-404.php -msgid "Page not found" -msgstr "Página no encontrada" - -#: patterns/hidden-404.php -msgid "The page you are looking for does not exist, or it has been moved. Please try searching using the form below." -msgstr "La página que busca no existe o ha sido trasladada. Por favor, intente buscar utilizando el formulario que aparece a continuación." - -#: patterns/hidden-search.php -#: patterns/hidden-sidebar.php -msgid "Search" -msgstr "Buscar" - -#: patterns/hidden-search.php -#: patterns/hidden-sidebar.php -msgid "Search..." -msgstr "Buscar..." - -#: patterns/hidden-blog-heading.php -msgid "Blog" -msgstr "Blog" - -#: patterns/comments.php -msgid "Comments" -msgstr "Comentarios" - -#: patterns/post-navigation.php -msgid "Previous" -msgstr "Anterior" - -#: patterns/post-navigation.php -msgid "Next" -msgstr "Siguiente" - -#: patterns/more-posts.php -msgid "More posts" -msgstr "Más artículos" - -#: patterns/template-query-loop.php -msgid "Read more" -msgstr "Leer más" - -#: patterns/template-query-loop.php -msgid "No posts were found." -msgstr "No se encontraron artículos." - -#: patterns/hero-cover.php -msgid "Build something amazing" -msgstr "Construya algo increíble" - -#: patterns/hero-cover.php -msgid "Create modern, responsive websites with the power of Bootstrap 5 and the WordPress Site Editor." -msgstr "Cree sitios web modernos y adaptables con la potencia de Bootstrap 5 y el editor de sitios de WordPress." - -#: patterns/hero-cover.php -#: patterns/hero-centered.php -#: patterns/pricing-3-col.php -#: patterns/page-services.php -msgid "Get Started" -msgstr "Comenzar" - -#: patterns/hero-split.php -msgid "Modern design meets powerful features" -msgstr "Diseño moderno combinado con funcionalidades potentes" - -#: patterns/hero-split.php -msgid "A WordPress theme built from the ground up with Bootstrap 5 for a seamless editing and browsing experience." -msgstr "Un tema de WordPress construido desde cero con Bootstrap 5 para una experiencia de edición y navegación fluida." - -#: patterns/hero-split.php -#: patterns/hero-centered.php -#: patterns/text-about.php -msgid "Learn More" -msgstr "Más información" - -#: patterns/hero-split.php -msgid "View Demo" -msgstr "Ver demostración" - -#: patterns/hero-split.php -msgid "Hero image" -msgstr "Imagen destacada" - -#: patterns/hero-centered.php -msgid "Welcome to your new website" -msgstr "Bienvenido a su nuevo sitio web" - -#: patterns/hero-centered.php -msgid "Start building beautiful, responsive pages with the full power of Bootstrap 5 and the WordPress block editor." -msgstr "Comience a crear páginas atractivas y adaptables con toda la potencia de Bootstrap 5 y el editor de bloques de WordPress." - -#: patterns/features-3-col.php -#: functions.php -msgid "Features" -msgstr "Funcionalidades" - -#: patterns/features-3-col.php -msgid "Everything you need to build a modern website." -msgstr "Todo lo que necesita para crear un sitio web moderno." - -#: patterns/features-3-col.php -msgid "Responsive Design" -msgstr "Diseño adaptable" - -#: patterns/features-3-col.php -msgid "Your website looks great on every device, from mobile phones to large desktop screens." -msgstr "Su sitio web luce excelente en cualquier dispositivo, desde teléfonos móviles hasta grandes pantallas de escritorio." - -#: patterns/features-3-col.php -msgid "Easy Customization" -msgstr "Personalización sencilla" - -#: patterns/features-3-col.php -msgid "Customize colors, fonts, and layouts using the WordPress Site Editor with no code required." -msgstr "Personalice colores, tipografías y diseños utilizando el editor de sitios de WordPress sin necesidad de código." - -#: patterns/features-3-col.php -msgid "Performance First" -msgstr "Rendimiento ante todo" - -#: patterns/features-3-col.php -msgid "Built with speed in mind. Optimized assets and clean code for lightning-fast page loads." -msgstr "Diseñado pensando en la velocidad. Recursos optimizados y código limpio para cargas de página ultrarrápidas." - -#: patterns/features-icon-list.php -msgid "Why choose us" -msgstr "Por qué elegirnos" - -#: patterns/features-icon-list.php -msgid "Bootstrap 5 Framework" -msgstr "Framework Bootstrap 5" - -#: patterns/features-icon-list.php -msgid "Built on the most popular CSS framework. Leverage a proven, well-documented design system." -msgstr "Construido sobre el framework CSS más popular. Aproveche un sistema de diseño probado y bien documentado." - -#: patterns/features-icon-list.php -msgid "Full Site Editing" -msgstr "Edición completa del sitio" - -#: patterns/features-icon-list.php -msgid "Edit every part of your site visually. Headers, footers, templates, and content are all customizable." -msgstr "Edite visualmente cada parte de su sitio. Cabeceras, pies de página, plantillas y contenido son totalmente personalizables." - -#: patterns/features-icon-list.php -msgid "Dark Mode Support" -msgstr "Soporte para modo oscuro" - -#: patterns/features-icon-list.php -msgid "Built-in dark mode toggle that respects user preferences and persists across visits." -msgstr "Conmutador de modo oscuro integrado que respeta las preferencias del usuario y se mantiene entre visitas." - -#: patterns/features-2-col-offset.php -msgid "Feature illustration" -msgstr "Ilustración de funcionalidad" - -#: patterns/features-2-col-offset.php -msgid "Designed for modern workflows" -msgstr "Diseñado para flujos de trabajo modernos" - -#: patterns/features-2-col-offset.php -msgid "Streamline your development process with a theme that works the way you do." -msgstr "Optimice su proceso de desarrollo con un tema que funciona como usted trabaja." - -#: patterns/features-2-col-offset.php -msgid "Block Patterns" -msgstr "Patrones de bloques" - -#: patterns/features-2-col-offset.php -msgid "Pre-built patterns for common page sections. Drop them in and customize to fit your needs." -msgstr "Patrones prediseñados para secciones de página habituales. Insértelos y personalícelos según sus necesidades." - -#: patterns/features-2-col-offset.php -msgid "Style Variations" -msgstr "Variaciones de estilo" - -#: patterns/features-2-col-offset.php -msgid "Switch between color schemes with a single click. Choose from multiple professionally designed palettes." -msgstr "Cambie entre esquemas de color con un solo clic. Elija entre múltiples paletas diseñadas profesionalmente." - -#: patterns/cta-banner.php -msgid "Ready to get started?" -msgstr "¿Preparado para comenzar?" - -#: patterns/cta-banner.php -msgid "Start building your website today with our powerful and flexible theme." -msgstr "Comience a crear su sitio web hoy mismo con nuestro tema potente y flexible." - -#: patterns/cta-banner.php -msgid "Start Now" -msgstr "Comenzar ahora" - -#: patterns/cta-newsletter.php -msgid "Stay in the loop" -msgstr "Manténgase informado" - -#: patterns/cta-newsletter.php -msgid "Subscribe to our newsletter for updates, tips, and exclusive content." -msgstr "Suscríbase a nuestro boletín para recibir novedades, consejos y contenido exclusivo." - -#: patterns/cta-newsletter.php -msgid "Enter your email address" -msgstr "Introduzca su dirección de correo electrónico" - -#: patterns/cta-newsletter.php -msgid "Subscribe" -msgstr "Suscribirse" - -#: patterns/testimonials-2-col.php -msgid "What our clients say" -msgstr "Lo que dicen nuestros clientes" - -#: patterns/testimonials-2-col.php -msgid "This theme completely transformed our website. The Bootstrap integration makes it incredibly easy to create professional-looking pages without any custom code." -msgstr "Este tema transformó completamente nuestro sitio web. La integración con Bootstrap facilita enormemente la creación de páginas con aspecto profesional sin necesidad de código personalizado." - -#: patterns/testimonials-2-col.php -msgid "Jane Doe, Web Designer" -msgstr "Jane Doe, Diseñadora web" - -#: patterns/testimonials-2-col.php -msgid "The dark mode support and style variations give us the flexibility we need. Our clients love being able to switch between color schemes effortlessly." -msgstr "El soporte para modo oscuro y las variaciones de estilo nos dan la flexibilidad que necesitamos. A nuestros clientes les encanta poder cambiar entre esquemas de color sin esfuerzo." - -#: patterns/testimonials-2-col.php -msgid "John Smith, Developer" -msgstr "John Smith, Desarrollador" - -#: patterns/testimonials-centered.php -msgid "The best WordPress theme we have ever used. Clean code, beautiful design, and incredible flexibility." -msgstr "El mejor tema de WordPress que hemos utilizado. Código limpio, diseño atractivo y una flexibilidad increíble." - -#: patterns/testimonials-centered.php -msgid "Alex Johnson, Creative Director" -msgstr "Alex Johnson, Director creativo" - -#: patterns/pricing-3-col.php -#: functions.php -msgid "Pricing" -msgstr "Precios" - -#: patterns/pricing-3-col.php -msgid "Choose the plan that works best for you." -msgstr "Elija el plan que mejor se adapte a sus necesidades." - -#: patterns/pricing-3-col.php -msgid "Basic" -msgstr "Básico" - -#: patterns/pricing-3-col.php -msgid "Free" -msgstr "Gratis" - -#: patterns/pricing-3-col.php -msgid "1 Website" -msgstr "1 sitio web" - -#: patterns/pricing-3-col.php -msgid "Community Support" -msgstr "Soporte comunitario" - -#: patterns/pricing-3-col.php -msgid "Core Features" -msgstr "Funcionalidades básicas" - -#: patterns/pricing-3-col.php -msgid "Professional" -msgstr "Profesional" - -#: patterns/pricing-3-col.php -msgid "$49" -msgstr "49 $" - -#: patterns/pricing-3-col.php -msgid "5 Websites" -msgstr "5 sitios web" - -#: patterns/pricing-3-col.php -msgid "Priority Support" -msgstr "Soporte prioritario" - -#: patterns/pricing-3-col.php -msgid "All Features" -msgstr "Todas las funcionalidades" - -#: patterns/pricing-3-col.php -msgid "Enterprise" -msgstr "Empresa" - -#: patterns/pricing-3-col.php -msgid "$199" -msgstr "199 $" - -#: patterns/pricing-3-col.php -msgid "Unlimited Websites" -msgstr "Sitios web ilimitados" - -#: patterns/pricing-3-col.php -msgid "Dedicated Support" -msgstr "Soporte dedicado" - -#: patterns/pricing-3-col.php -msgid "Custom Development" -msgstr "Desarrollo a medida" - -#: patterns/pricing-3-col.php -#: patterns/page-services.php -#: patterns/page-contact.php -msgid "Contact Us" -msgstr "Contáctenos" - -#: patterns/contact-info.php -msgid "Get in touch" -msgstr "Póngase en contacto" - -#: patterns/contact-info.php -msgid "We would love to hear from you. Reach out through any of the channels below." -msgstr "Nos encantaría saber de usted. Contacte con nosotros a través de cualquiera de los canales que aparecen a continuación." - -#: patterns/contact-info.php -#: patterns/page-contact.php -msgid "Address" -msgstr "Dirección" - -#: patterns/contact-info.php -msgid "123 Example Street" -msgstr "Calle Ejemplo 123" - -#: patterns/contact-info.php -msgid "8000 Zurich, Switzerland" -msgstr "8000 Zúrich, Suiza" - -#: patterns/contact-info.php -#: patterns/page-contact.php -msgid "Phone" -msgstr "Teléfono" - -#: patterns/contact-info.php -msgid "+41 44 123 45 67" -msgstr "+41 44 123 45 67" - -#: patterns/contact-info.php -#: patterns/cta-newsletter.php -#: patterns/page-contact.php -msgid "Email" -msgstr "Correo electrónico" - -#: patterns/contact-info.php -#: patterns/page-contact.php -msgid "info@example.com" -msgstr "info@example.com" - -#: patterns/text-faq.php -msgid "Frequently Asked Questions" -msgstr "Preguntas frecuentes" - -#: patterns/text-faq.php -msgid "How do I install the theme?" -msgstr "¿Cómo instalo el tema?" - -#: patterns/text-faq.php -msgid "Download the ZIP file from the releases page, then upload it via WordPress Admin > Appearance > Themes > Add New > Upload Theme." -msgstr "Descargue el archivo ZIP desde la página de versiones y luego cárguelo a través de Administración de WordPress > Apariencia > Temas > Añadir nuevo > Subir tema." - -#: patterns/text-faq.php -msgid "Does it work with the Site Editor?" -msgstr "¿Funciona con el editor de sitios?" - -#: patterns/text-faq.php -msgid "Yes, this is a Full Site Editing block theme. You can customize templates, headers, footers, and all block patterns using the WordPress Site Editor." -msgstr "Sí, este es un tema de bloques de edición completa del sitio. Puede personalizar plantillas, cabeceras, pies de página y todos los patrones de bloques utilizando el editor de sitios de WordPress." - -#: patterns/text-faq.php -msgid "Can I use my own fonts?" -msgstr "¿Puedo usar mis propias tipografías?" - -#: patterns/text-faq.php -msgid "The theme comes with Inter, Lora, and system font stacks. You can add custom fonts through the Site Editor or by modifying theme.json." -msgstr "El tema incluye Inter, Lora y pilas de tipografías del sistema. Puede añadir tipografías personalizadas a través del editor de sitios o modificando theme.json." - -#: patterns/text-faq.php -msgid "Is dark mode supported?" -msgstr "¿Es compatible el modo oscuro?" - -#: patterns/text-faq.php -msgid "Yes, the theme includes a dark mode toggle that uses Bootstrap 5.3 built-in dark mode. It respects system preferences and remembers your choice." -msgstr "Sí, el tema incluye un conmutador de modo oscuro que utiliza el modo oscuro integrado de Bootstrap 5.3. Respeta las preferencias del sistema y recuerda su elección." - -#: patterns/text-about.php -msgid "About us" -msgstr "Sobre nosotros" - -#: patterns/text-about.php -msgid "We are passionate about creating tools that empower people to build beautiful websites. Our theme combines the reliability of Bootstrap with the flexibility of WordPress." -msgstr "Nos apasiona crear herramientas que permitan a las personas construir sitios web atractivos. Nuestro tema combina la fiabilidad de Bootstrap con la flexibilidad de WordPress." - -#: patterns/text-about.php -msgid "With years of experience in web development and design, we understand what it takes to create a theme that is both powerful and easy to use." -msgstr "Con años de experiencia en desarrollo web y diseño, comprendemos lo que se necesita para crear un tema que sea a la vez potente y fácil de usar." - -#: patterns/text-about.php -#: patterns/page-about.php -msgid "About us image" -msgstr "Imagen sobre nosotros" - -#: patterns/hidden-sidebar.php -msgid "Recent Posts" -msgstr "Artículos recientes" - -#: patterns/hidden-sidebar.php -msgid "Tags" -msgstr "Etiquetas" - -#: patterns/dark-mode-toggle.php -msgid "Switch to dark mode" -msgstr "Cambiar a modo oscuro" - -#: patterns/dark-mode-toggle.php -msgid "Switch to light mode" -msgstr "Cambiar a modo claro" - -#: functions.php +#: style.css +msgid "" +"A modern WordPress Block Theme built from scratch with Bootstrap 5. Features " +"responsive design, dark mode support, and full compatibility with the " +"WordPress Site Editor." +msgstr "Un tema de bloques moderno para WordPress construido desde cero con Bootstrap 5. Incluye diseño responsive, soporte para modo oscuro y compatibilidad total con el Editor de sitio de WordPress." +"Un tema de bloques de WordPress moderno construido desde cero con Bootstrap " +"5. Incluye diseño adaptable, soporte para modo oscuro y compatibilidad total " +"con el editor de sitios de WordPress." + +#. Author of the theme +#: style.css +msgid "Marco Graetsch" +msgstr "Marco Graetsch" + +#. Author URI of the theme +#: style.css +msgid "https://src.bundespruefstelle.ch/magdev" +msgstr "https://src.bundespruefstelle.ch/magdev" + +#: functions.php:43 msgid "Primary Navigation" msgstr "Navegación principal" -#: functions.php +#: functions.php:44 msgid "Footer Navigation" msgstr "Navegación del pie de página" -#: functions.php -msgid "Pages" -msgstr "Páginas" +#: functions.php:58 +msgid "Sidebar" +msgstr "Barra lateral" -#: functions.php -msgid "A collection of full page layouts." -msgstr "Una colección de diseños de página completa." +#: functions.php:60 +msgid "Add widgets here to appear in the sidebar." +msgstr "Añada widgets aquí para que aparezcan en la barra lateral." -#: functions.php -msgid "Hero Sections" -msgstr "Secciones destacadas" - -#: functions.php -msgid "Large hero and banner sections." -msgstr "Grandes secciones destacadas y de banner." - -#: functions.php -msgid "Call to Action" -msgstr "Llamada a la acción" - -#: functions.php -msgid "Call to action sections." -msgstr "Secciones de llamada a la acción." - -#: functions.php -msgid "Feature and service showcase sections." -msgstr "Secciones de presentación de funcionalidades y servicios." - -#: functions.php -msgid "Testimonials" -msgstr "Testimonios" - -#: functions.php -msgid "Testimonial and review sections." -msgstr "Secciones de testimonios y reseñas." - -#: functions.php -msgid "Pricing table sections." -msgstr "Secciones de tablas de precios." - -#: functions.php -msgid "Contact" -msgstr "Contacto" - -#: functions.php -msgid "Contact information sections." -msgstr "Secciones de información de contacto." - -#: functions.php -msgid "Text & Content" -msgstr "Texto y contenido" - -#: functions.php -msgid "Text-focused content sections." -msgstr "Secciones de contenido centradas en texto." - -#: functions.php -msgid "Checkmark" -msgstr "Marca de verificación" - -#: functions.php -msgid "Unstyled" -msgstr "Sin estilo" - -#: functions.php -msgid "Card" -msgstr "Tarjeta" - -#: functions.php -msgid "Card with Shadow" -msgstr "Tarjeta con sombra" - -#: functions.php -msgid "Alert - Info" -msgstr "Alerta - Información" - -#: functions.php -msgid "Alert - Success" -msgstr "Alerta - Éxito" - -#: functions.php -msgid "Alert - Warning" -msgstr "Alerta - Advertencia" - -#: functions.php -msgid "Alert - Danger" -msgstr "Alerta - Peligro" - -#: functions.php -msgid "Striped Rows" -msgstr "Filas rayadas" - -#: functions.php -msgid "Hover Rows" -msgstr "Filas con resaltado" - -#: functions.php -msgid "Bordered" -msgstr "Con borde" - -#: functions.php -msgid "Accent Border" -msgstr "Borde de acento" - -#: functions.php -msgid "Shadow" -msgstr "Sombra" - -#: functions.php -msgid "Large Rounded" -msgstr "Grande redondeado" - -#: functions.php -msgid "Large" -msgstr "Grande" - -#: functions.php -msgid "Small" -msgstr "Pequeño" - -#: functions.php -msgid "Wide" -msgstr "Ancho" - -#: functions.php -msgid "Name" -msgstr "Nombre" - -#: functions.php -msgid "Website" -msgstr "Sitio web" - -#: functions.php -msgid "Save my name, email, and website in this browser for the next time I comment." -msgstr "Guardar mi nombre, correo electrónico y sitio web en este navegador para la próxima vez que comente." - -#: functions.php +#: functions.php:494 msgid "Bootstrap Layout" msgstr "Diseño Bootstrap" -#: functions.php +#: functions.php:499 msgid "Bootstrap Components" msgstr "Componentes Bootstrap" -#: functions.php +#: functions.php:504 msgid "Bootstrap Navigation" msgstr "Navegación Bootstrap" -#: functions.php +#: functions.php:522 +msgid "Pages" +msgstr "Páginas" + +#: functions.php:523 +msgid "A collection of full page layouts." +msgstr "Una colección de diseños de página completa." + +#: functions.php:530 +msgid "Hero Sections" +msgstr "Secciones destacadas" + +#: functions.php:531 +msgid "Large hero and banner sections." +msgstr "Grandes secciones destacadas y de banner." + +#: functions.php:538 +msgid "Call to Action" +msgstr "Llamada a la acción" + +#: functions.php:539 +msgid "Call to action sections." +msgstr "Secciones de llamada a la acción." + +#: functions.php:546 patterns/features-3-col.php:14 +msgid "Features" +msgstr "Funcionalidades" + +#: functions.php:547 +msgid "Feature and service showcase sections." +msgstr "Secciones de presentación de funcionalidades y servicios." + +#: functions.php:554 +msgid "Testimonials" +msgstr "Testimonios" + +#: functions.php:555 +msgid "Testimonial and review sections." +msgstr "Secciones de testimonios y reseñas." + +#: functions.php:562 patterns/pricing-3-col.php:14 +msgid "Pricing" +msgstr "Precios" + +#: functions.php:563 +msgid "Pricing table sections." +msgstr "Secciones de tablas de precios." + +#: functions.php:570 +msgid "Contact" +msgstr "Contacto" + +#: functions.php:571 +msgid "Contact information sections." +msgstr "Secciones de información de contacto." + +#: functions.php:578 +msgid "Text & Content" +msgstr "Texto y contenido" + +#: functions.php:579 +msgid "Text-focused content sections." +msgstr "Secciones de contenido centradas en texto." + +#: functions.php:586 msgid "Layout" msgstr "Diseño" -#: functions.php +#: functions.php:587 msgid "Layout building blocks for page structure." msgstr "Bloques de construcción de diseño para la estructura de páginas." -#: functions.php +#: functions.php:594 msgid "Components" msgstr "Componentes" -#: functions.php +#: functions.php:595 msgid "Reusable Bootstrap component patterns." msgstr "Patrones de componentes Bootstrap reutilizables." -#: functions.php -#: patterns/footer-columns.php +#: functions.php:602 patterns/footer-columns.php:30 msgid "Navigation" msgstr "Navegación" -#: functions.php +#: functions.php:603 msgid "Navigation and header patterns." msgstr "Patrones de navegación y cabecera." -#: patterns/layout-container.php -msgid "Heading goes here" -msgstr "El título va aquí" +#: functions.php:620 +msgid "Checkmark" +msgstr "Marca de verificación" -#: patterns/layout-container.php -msgid "This is a content container with constrained width and comfortable padding. Replace this text with your own content." -msgstr "Este es un contenedor de contenido con ancho restringido y espaciado cómodo. Reemplace este texto con su propio contenido." +#: functions.php:629 +msgid "Unstyled" +msgstr "Sin estilo" -#: patterns/layout-2-col.php -#: patterns/layout-3-col.php -msgid "Column One" -msgstr "Columna uno" +#: functions.php:637 +msgid "Card" +msgstr "Tarjeta" -#: patterns/layout-2-col.php -msgid "Add your content here. This column takes up half the available width on larger screens and stacks on mobile devices." -msgstr "Añada su contenido aquí. Esta columna ocupa la mitad del ancho disponible en pantallas grandes y se apila en dispositivos móviles." +#: functions.php:645 +msgid "Card with Shadow" +msgstr "Tarjeta con sombra" -#: patterns/layout-2-col.php -#: patterns/layout-3-col.php -msgid "Column Two" -msgstr "Columna dos" +#: functions.php:653 +msgid "Alert - Info" +msgstr "Alerta - Información" -#: patterns/layout-3-col.php -msgid "Column Three" -msgstr "Columna tres" +#: functions.php:661 +msgid "Alert - Success" +msgstr "Alerta - Éxito" -#: patterns/layout-3-col.php -msgid "Add your content here. This column takes up one third of the available width on larger screens." -msgstr "Añada su contenido aquí. Esta columna ocupa un tercio del ancho disponible en pantallas grandes." +#: functions.php:669 +msgid "Alert - Warning" +msgstr "Alerta - Advertencia" -#: patterns/layout-full-width-section.php -msgid "Full Width Section Heading" -msgstr "Título de sección de ancho completo" +#: functions.php:677 +msgid "Alert - Danger" +msgstr "Alerta - Peligro" -#: patterns/layout-full-width-section.php -msgid "This full-width section stands out with a colored background. Use it to highlight important content, announcements, or calls to action." -msgstr "Esta sección de ancho completo destaca con un fondo de color. Utilícela para resaltar contenido importante, anuncios o llamadas a la acción." +#: functions.php:685 +msgid "Striped Rows" +msgstr "Filas rayadas" -#: patterns/component-card-group.php -msgid "Card One" -msgstr "Tarjeta uno" +#: functions.php:693 +msgid "Hover Rows" +msgstr "Filas con resaltado" -#: patterns/component-card-group.php -msgid "Card Two" -msgstr "Tarjeta dos" +#: functions.php:701 +msgid "Bordered" +msgstr "Con borde" -#: patterns/component-card-group.php -msgid "Card Three" -msgstr "Tarjeta tres" +#: functions.php:709 +msgid "Accent Border" +msgstr "Borde de acento" -#: patterns/component-card-group.php -msgid "Add a short description for this card. Cards are a great way to organize and present related content." -msgstr "Añada una breve descripción para esta tarjeta. Las tarjetas son una excelente forma de organizar y presentar contenido relacionado." +#: functions.php:717 +msgid "Shadow" +msgstr "Sombra" + +#: functions.php:725 +msgid "Large Rounded" +msgstr "Grande redondeado" + +#: functions.php:733 +msgid "Large" +msgstr "Grande" + +#: functions.php:741 +msgid "Small" +msgstr "Pequeño" + +#: functions.php:749 +msgid "Wide" +msgstr "Ancho" + +#: functions.php:801 +msgid "Name" +msgstr "Nombre" + +#: functions.php:806 patterns/contact-info.php:44 +#: patterns/cta-newsletter.php:21 patterns/page-contact.php:34 +msgid "Email" +msgstr "Correo electrónico" + +#: functions.php:811 +msgid "Website" +msgstr "Sitio web" + +#: functions.php:819 +msgid "" +"Save my name, email, and website in this browser for the next time I comment." +msgstr "Guardar mi nombre, correo electrónico y sitio web en este navegador para la próxima vez que comente." +"Guardar mi nombre, correo electrónico y sitio web en este navegador para la " +"próxima vez que comente." + +#: inc/Template/ContextBuilder.php:199 patterns/template-query-loop.php:25 +msgid "Read more" +msgstr "Leer más" + +#: inc/Template/ContextBuilder.php:237 patterns/post-navigation.php:17 +msgid "Previous" +msgstr "Anterior" + +#: inc/Template/ContextBuilder.php:238 patterns/post-navigation.php:18 +msgid "Next" +msgstr "Siguiente" + +#: inc/Template/ContextBuilder.php:274 +#, php-format +msgid "%s Comment" +msgid_plural "%s Comments" +msgstr[0] "%s comentario" +msgstr[1] "%s comentarios" + +#: inc/Template/ContextBuilder.php:329 +msgid "Leave a Comment" +msgstr "Deja un comentario" + +#: inc/Template/ContextBuilder.php:335 +msgid "Comment" +msgstr "Comentario" + +#: patterns/comments.php +msgctxt "Pattern title" +msgid "Comments" +msgstr "Comentarios" + +#: patterns/comments.php +msgctxt "Pattern description" +msgid "Comments section with form." +msgstr "Sección de comentarios con formulario." + +#: patterns/comments.php:15 +msgid "Comments" +msgstr "Comentarios" #: patterns/component-accordion.php +msgctxt "Pattern title" msgid "Accordion" msgstr "Acordeón" #: patterns/component-accordion.php +msgctxt "Pattern description" +msgid "" +"An accordion section using details blocks with summary and content " +"paragraphs." +msgstr "Sección de acordeón con bloques de detalles que incluyen resumen y párrafos de contenido." + +#: patterns/component-accordion.php:14 +msgid "Accordion" +msgstr "Acordeón" + +#: patterns/component-accordion.php:18 msgid "Click on each item to expand and reveal its content." msgstr "Haga clic en cada elemento para expandirlo y mostrar su contenido." -#: patterns/component-accordion.php +#: patterns/component-accordion.php:22 msgid "Accordion Item One" msgstr "Elemento de acordeón uno" -#: patterns/component-accordion.php -msgid "This is the content for the first accordion item. You can add any blocks inside this details element to create rich, expandable content sections." -msgstr "Este es el contenido del primer elemento de acordeón. Puede añadir cualquier bloque dentro de este elemento details para crear secciones de contenido enriquecidas y expandibles." +#: patterns/component-accordion.php:23 +msgid "" +"This is the content for the first accordion item. You can add any blocks " +"inside this details element to create rich, expandable content sections." +msgstr "Este es el contenido del primer elemento del acordeón. Puede agregar cualquier bloque dentro de este elemento de detalles para crear secciones de contenido enriquecidas y expandibles." +"Este es el contenido del primer elemento de acordeón. Puede añadir cualquier " +"bloque dentro de este elemento details para crear secciones de contenido " +"enriquecidas y expandibles." -#: patterns/component-accordion.php +#: patterns/component-accordion.php:28 msgid "Accordion Item Two" msgstr "Elemento de acordeón dos" -#: patterns/component-accordion.php -msgid "This is the content for the second accordion item. Details blocks are a native HTML element that provide toggle functionality without JavaScript." -msgstr "Este es el contenido del segundo elemento de acordeón. Los bloques details son un elemento HTML nativo que proporciona funcionalidad de alternancia sin JavaScript." +#: patterns/component-accordion.php:29 +msgid "" +"This is the content for the second accordion item. Details blocks are a " +"native HTML element that provide toggle functionality without JavaScript." +msgstr "Este es el contenido del segundo elemento del acordeón. Los bloques de detalles son un elemento HTML nativo que proporciona funcionalidad de alternancia sin JavaScript." +"Este es el contenido del segundo elemento de acordeón. Los bloques details " +"son un elemento HTML nativo que proporciona funcionalidad de alternancia sin " +"JavaScript." -#: patterns/component-accordion.php +#: patterns/component-accordion.php:34 msgid "Accordion Item Three" msgstr "Elemento de acordeón tres" -#: patterns/component-accordion.php -msgid "This is the content for the third accordion item. Use accordions to organize frequently asked questions, feature lists, or any content that benefits from progressive disclosure." -msgstr "Este es el contenido del tercer elemento de acordeón. Utilice los acordeones para organizar preguntas frecuentes, listas de funcionalidades o cualquier contenido que se beneficie de una revelación progresiva." +#: patterns/component-accordion.php:35 +msgid "" +"This is the content for the third accordion item. Use accordions to organize " +"frequently asked questions, feature lists, or any content that benefits from " +"progressive disclosure." +msgstr "Este es el contenido del tercer elemento del acordeón. Utilice acordeones para organizar preguntas frecuentes, listas de funciones o cualquier contenido que se beneficie de la divulgación progresiva." +"Este es el contenido del tercer elemento de acordeón. Utilice los acordeones " +"para organizar preguntas frecuentes, listas de funcionalidades o cualquier " +"contenido que se beneficie de una revelación progresiva." -#: patterns/page-about.php -msgid "About Us" -msgstr "Sobre nosotros" +#: patterns/component-card-group.php +msgctxt "Pattern title" +msgid "Card Group" +msgstr "Grupo de tarjetas" -#: patterns/page-about.php -msgid "Learn more about who we are, what we do, and the people behind our mission." -msgstr "Conozca más sobre quiénes somos, qué hacemos y las personas detrás de nuestra misión." +#: patterns/component-card-group.php +msgctxt "Pattern description" +msgid "" +"A three-column card group with shadow-styled cards, each containing a " +"heading and paragraph." +msgstr "Grupo de tres tarjetas con sombra, cada una con un título y un párrafo." -#: patterns/page-about.php -msgid "Our Story" -msgstr "Nuestra historia" +#: patterns/component-card-group.php:17 +msgid "Card One" +msgstr "Tarjeta uno" -#: patterns/page-about.php -msgid "Founded with a passion for innovation and excellence, our journey began with a simple idea: to create meaningful solutions that make a real difference. Over the years, we have grown from a small team into a dedicated group of professionals committed to delivering outstanding results." -msgstr "Fundada con pasión por la innovación y la excelencia, nuestra trayectoria comenzó con una idea sencilla: crear soluciones significativas que marquen una diferencia real. A lo largo de los años, hemos pasado de ser un pequeño equipo a un grupo dedicado de profesionales comprometidos con ofrecer resultados excepcionales." +#: patterns/component-card-group.php:21 patterns/component-card-group.php:33 +#: patterns/component-card-group.php:45 +msgid "" +"Add a short description for this card. Cards are a great way to organize and " +"present related content." +msgstr "Añada una descripción breve para esta tarjeta. Las tarjetas son una excelente manera de organizar y presentar contenido relacionado." +"Añada una breve descripción para esta tarjeta. Las tarjetas son una " +"excelente forma de organizar y presentar contenido relacionado." -#: patterns/page-about.php -msgid "Today, we continue to push boundaries and challenge conventions. Our approach combines creative thinking with proven methodologies, ensuring that every project we undertake meets the highest standards of quality and craftsmanship." -msgstr "Hoy en día, seguimos superando límites y desafiando convenciones. Nuestro enfoque combina el pensamiento creativo con metodologías probadas, asegurando que cada proyecto que emprendemos cumpla con los más altos estándares de calidad y excelencia." +#: patterns/component-card-group.php:29 +msgid "Card Two" +msgstr "Tarjeta dos" -#: patterns/page-about.php -msgid "Our Team" -msgstr "Nuestro equipo" +#: patterns/component-card-group.php:41 +msgid "Card Three" +msgstr "Tarjeta tres" -#: patterns/page-about.php -msgid "Meet the people who make it all happen." -msgstr "Conozca a las personas que lo hacen posible." +#: patterns/contact-info.php +msgctxt "Pattern title" +msgid "Contact information" +msgstr "Información de contacto" -#: patterns/page-about.php -msgid "Jane Doe" -msgstr "Jane Doe" +#: patterns/contact-info.php +msgctxt "Pattern description" +msgid "" +"A three-column contact information layout with address, phone, and email." +msgstr "Diseño de información de contacto en tres columnas con dirección, teléfono y correo." -#: patterns/page-about.php -msgid "Founder & CEO" -msgstr "Fundadora y directora general" - -#: patterns/page-about.php -msgid "John Smith" -msgstr "John Smith" - -#: patterns/page-about.php -msgid "Lead Developer" -msgstr "Desarrollador principal" - -#: patterns/page-about.php -msgid "Emily Johnson" -msgstr "Emily Johnson" - -#: patterns/page-about.php -msgid "Creative Director" -msgstr "Directora creativa" - -#: patterns/page-services.php -msgid "Our Services" -msgstr "Nuestros servicios" - -#: patterns/page-services.php -msgid "Professional solutions tailored to your needs." -msgstr "Soluciones profesionales adaptadas a sus necesidades." - -#: patterns/page-services.php -msgid "What We Offer" -msgstr "Lo que ofrecemos" - -#: patterns/page-services.php -msgid "We provide a wide range of services to help your business grow and succeed." -msgstr "Ofrecemos una amplia gama de servicios para ayudar a su empresa a crecer y prosperar." - -#: patterns/page-services.php -msgid "Design" -msgstr "Diseño" - -#: patterns/page-services.php -msgid "Beautiful, user-centered designs that capture your brand identity and engage your audience across all platforms and devices." -msgstr "Diseños atractivos centrados en el usuario que capturan la identidad de su marca e involucran a su audiencia en todas las plataformas y dispositivos." - -#: patterns/page-services.php -msgid "Development" -msgstr "Desarrollo" - -#: patterns/page-services.php -msgid "Robust, scalable web applications built with modern technologies and best practices to ensure performance and reliability." -msgstr "Aplicaciones web robustas y escalables construidas con tecnologías modernas y buenas prácticas para garantizar rendimiento y fiabilidad." - -#: patterns/page-services.php -msgid "Strategy" -msgstr "Estrategia" - -#: patterns/page-services.php -msgid "Data-driven strategies and consulting to help you achieve your business goals and stay ahead of the competition." -msgstr "Estrategias basadas en datos y consultoría para ayudarle a alcanzar sus objetivos empresariales y mantenerse por delante de la competencia." - -#: patterns/page-services.php -msgid "Ready to take your project to the next level? Let us help you build something great." -msgstr "¿Preparado para llevar su proyecto al siguiente nivel? Permítanos ayudarle a construir algo grandioso." - -#: patterns/page-services.php -msgid "View Portfolio" -msgstr "Ver portafolio" - -#: patterns/page-contact.php -msgid "We would love to hear from you. Reach out to us anytime." -msgstr "Nos encantaría saber de usted. Contáctenos en cualquier momento." - -#: patterns/page-contact.php -msgid "Get in Touch" +#: patterns/contact-info.php:14 +msgid "Get in touch" msgstr "Póngase en contacto" -#: patterns/page-contact.php -msgid "123 Main Street, Suite 100, Anytown, ST 12345" -msgstr "Calle Principal 123, Oficina 100, 28001 Madrid" +#: patterns/contact-info.php:18 +msgid "" +"We would love to hear from you. Reach out through any of the channels below." +msgstr "Nos encantaría saber de usted. Contáctenos a través de cualquiera de los canales indicados a continuación." +"Nos encantaría saber de usted. Contacte con nosotros a través de cualquiera " +"de los canales que aparecen a continuación." -#: patterns/page-contact.php -msgid "+1 (555) 123-4567" -msgstr "+34 91 123 45 67" +#: patterns/contact-info.php:24 patterns/page-contact.php:30 +msgid "Address" +msgstr "Dirección" -#: patterns/page-contact.php -msgid "Business Hours" -msgstr "Horario de atención" +#: patterns/contact-info.php:28 +msgid "123 Example Street" +msgstr "Calle Ejemplo 123" -#: patterns/page-contact.php -msgid "Monday - Friday:" -msgstr "Lunes - Viernes:" +#: patterns/contact-info.php:28 +msgid "8000 Zurich, Switzerland" +msgstr "8000 Zúrich, Suiza" -#: patterns/page-contact.php -msgid "9:00 AM - 6:00 PM" -msgstr "9:00 - 18:00" +#: patterns/contact-info.php:34 patterns/page-contact.php:38 +msgid "Phone" +msgstr "Teléfono" -#: patterns/page-contact.php -msgid "Saturday:" -msgstr "Sábado:" +#: patterns/contact-info.php:38 +msgid "+41 44 123 45 67" +msgstr "+41 44 123 45 67" -#: patterns/page-contact.php -msgid "10:00 AM - 4:00 PM" -msgstr "10:00 - 16:00" +#: patterns/contact-info.php:48 patterns/page-contact.php:34 +msgid "info@example.com" +msgstr "info@example.com" -#: patterns/page-contact.php -msgid "Sunday:" -msgstr "Domingo:" +#: patterns/cta-banner.php +msgctxt "Pattern title" +msgid "Call to action banner" +msgstr "Banner de llamada a la acción" -#: patterns/page-contact.php -msgid "Closed" -msgstr "Cerrado" +#: patterns/cta-banner.php +msgctxt "Pattern description" +msgid "" +"A full-width call to action banner with a colored background, heading, " +"description, and button." +msgstr "Banner de llamada a la acción a ancho completo con fondo de color, título, descripción y botón." -#. translators: Copyright notice. %1$s: Year, %2$s: Site title. -#: patterns/footer-minimal.php -msgid "© %1$s %2$s. All rights reserved." -msgstr "© %1$s %2$s. Todos los derechos reservados." +#: patterns/cta-banner.php:14 +msgid "Ready to get started?" +msgstr "¿Preparado para comenzar?" + +#: patterns/cta-banner.php:18 +msgid "Start building your website today with our powerful and flexible theme." +msgstr "Empiece a construir su sitio web hoy con nuestro tema potente y flexible." +"Comience a crear su sitio web hoy mismo con nuestro tema potente y flexible." + +#: patterns/cta-banner.php:23 +msgid "Start Now" +msgstr "Comenzar ahora" + +#: patterns/cta-newsletter.php +msgctxt "Pattern title" +msgid "Newsletter signup" +msgstr "Suscripción al boletín" + +#: patterns/cta-newsletter.php +msgctxt "Pattern description" +msgid "" +"A newsletter signup section with heading, description, and search block." +msgstr "Sección de suscripción al boletín con título, descripción y bloque de búsqueda." + +#: patterns/cta-newsletter.php:14 +msgid "Stay in the loop" +msgstr "Manténgase informado" + +#: patterns/cta-newsletter.php:18 +msgid "Subscribe to our newsletter for updates, tips, and exclusive content." +msgstr "Suscríbase a nuestro boletín para recibir actualizaciones, consejos y contenido exclusivo." +"Suscríbase a nuestro boletín para recibir novedades, consejos y contenido " +"exclusivo." + +#: patterns/cta-newsletter.php:21 +msgid "Enter your email address" +msgstr "Introduzca su dirección de correo electrónico" + +#: patterns/cta-newsletter.php:21 +msgid "Subscribe" +msgstr "Suscribirse" + +#: patterns/dark-mode-toggle.php +msgctxt "Pattern title" +msgid "Dark mode toggle" +msgstr "Interruptor de modo oscuro" + +#: patterns/dark-mode-toggle.php +msgctxt "Pattern description" +msgid "A toggle button for switching between light and dark mode." +msgstr "Botón para cambiar entre modo claro y oscuro." + +#: patterns/dark-mode-toggle.php:13 +msgid "Switch to dark mode" +msgstr "Cambiar a modo oscuro" + +#: patterns/dark-mode-toggle.php:13 +msgid "Switch to light mode" +msgstr "Cambiar a modo claro" + +#: patterns/features-2-col-offset.php +msgctxt "Pattern title" +msgid "Features two columns with image" +msgstr "Características en dos columnas con imagen" + +#: patterns/features-2-col-offset.php +msgctxt "Pattern description" +msgid "" +"A two-column layout with a large image on the left and stacked features on " +"the right." +msgstr "Diseño de dos columnas con imagen grande a la izquierda y características apiladas a la derecha." + +#: patterns/features-2-col-offset.php:16 +msgid "Feature illustration" +msgstr "Ilustración de funcionalidad" + +#: patterns/features-2-col-offset.php:22 +msgid "Designed for modern workflows" +msgstr "Diseñado para flujos de trabajo modernos" + +#: patterns/features-2-col-offset.php:26 +msgid "" +"Streamline your development process with a theme that works the way you do." +msgstr "Optimice su proceso de desarrollo con un tema que funciona como usted trabaja." +"Optimice su proceso de desarrollo con un tema que funciona como usted " +"trabaja." + +#: patterns/features-2-col-offset.php:34 +msgid "Block Patterns" +msgstr "Patrones de bloques" + +#: patterns/features-2-col-offset.php:38 +msgid "" +"Pre-built patterns for common page sections. Drop them in and customize to " +"fit your needs." +msgstr "Patrones prediseñados para secciones de página habituales. Insértelos y personalícelos según sus necesidades." +"Patrones prediseñados para secciones de página habituales. Insértelos y " +"personalícelos según sus necesidades." + +#: patterns/features-2-col-offset.php:46 +msgid "Style Variations" +msgstr "Variaciones de estilo" + +#: patterns/features-2-col-offset.php:50 +msgid "" +"Switch between color schemes with a single click. Choose from multiple " +"professionally designed palettes." +msgstr "Cambie entre esquemas de color con un solo clic. Elija entre múltiples paletas diseñadas profesionalmente." +"Cambie entre esquemas de color con un solo clic. Elija entre múltiples " +"paletas diseñadas profesionalmente." + +#: patterns/features-3-col.php +msgctxt "Pattern title" +msgid "Features three columns" +msgstr "Características en tres columnas" + +#: patterns/features-3-col.php +msgctxt "Pattern description" +msgid "A three-column feature grid with images, headings, and descriptions." +msgstr "Cuadrícula de características en tres columnas con imágenes, títulos y descripciones." + +#: patterns/features-3-col.php:18 +msgid "Everything you need to build a modern website." +msgstr "Todo lo que necesita para crear un sitio web moderno." + +#: patterns/features-3-col.php:28 +msgid "Responsive Design" +msgstr "Diseño adaptable" + +#: patterns/features-3-col.php:32 +msgid "" +"Your website looks great on every device, from mobile phones to large " +"desktop screens." +msgstr "Su sitio web se ve estupendo en cualquier dispositivo, desde teléfonos móviles hasta grandes pantallas de escritorio." +"Su sitio web luce excelente en cualquier dispositivo, desde teléfonos " +"móviles hasta grandes pantallas de escritorio." + +#: patterns/features-3-col.php:42 +msgid "Easy Customization" +msgstr "Personalización sencilla" + +#: patterns/features-3-col.php:46 +msgid "" +"Customize colors, fonts, and layouts using the WordPress Site Editor with no " +"code required." +msgstr "Personalice colores, fuentes y diseños utilizando el Editor de sitio de WordPress sin necesidad de código." +"Personalice colores, tipografías y diseños utilizando el editor de sitios de " +"WordPress sin necesidad de código." + +#: patterns/features-3-col.php:56 +msgid "Performance First" +msgstr "Rendimiento ante todo" + +#: patterns/features-3-col.php:60 +msgid "" +"Built with speed in mind. Optimized assets and clean code for lightning-fast " +"page loads." +msgstr "Construido pensando en la velocidad. Recursos optimizados y código limpio para cargas de página ultrarrápidas." +"Diseñado pensando en la velocidad. Recursos optimizados y código limpio para " +"cargas de página ultrarrápidas." + +#: patterns/features-icon-list.php +msgctxt "Pattern title" +msgid "Features icon list" +msgstr "Lista de características con iconos" + +#: patterns/features-icon-list.php +msgctxt "Pattern description" +msgid "A vertical list of features with icon images and text descriptions." +msgstr "Lista vertical de características con imágenes de icono y descripciones de texto." + +#: patterns/features-icon-list.php:14 +msgid "Why choose us" +msgstr "Por qué elegirnos" + +#: patterns/features-icon-list.php:25 +msgid "Bootstrap 5 Framework" +msgstr "Framework Bootstrap 5" + +#: patterns/features-icon-list.php:29 +msgid "" +"Built on the most popular CSS framework. Leverage a proven, well-documented " +"design system." +msgstr "Construido sobre el framework CSS más popular. Aproveche un sistema de diseño probado y bien documentado." +"Construido sobre el framework CSS más popular. Aproveche un sistema de " +"diseño probado y bien documentado." + +#: patterns/features-icon-list.php:41 +msgid "Full Site Editing" +msgstr "Edición completa del sitio" + +#: patterns/features-icon-list.php:45 +msgid "" +"Edit every part of your site visually. Headers, footers, templates, and " +"content are all customizable." +msgstr "Edite visualmente cada parte de su sitio. Encabezados, pies de página, plantillas y contenido son completamente personalizables." +"Edite visualmente cada parte de su sitio. Cabeceras, pies de página, " +"plantillas y contenido son totalmente personalizables." + +#: patterns/features-icon-list.php:57 +msgid "Dark Mode Support" +msgstr "Soporte para modo oscuro" + +#: patterns/features-icon-list.php:61 +msgid "" +"Built-in dark mode toggle that respects user preferences and persists across " +"visits." +msgstr "Alternador de modo oscuro integrado que respeta las preferencias del usuario y persiste entre visitas." +"Conmutador de modo oscuro integrado que respeta las preferencias del usuario " +"y se mantiene entre visitas." #: patterns/footer-columns.php +msgctxt "Pattern title" +msgid "Footer - Multi-Column" +msgstr "Pie de página - Multicolumna" + +#: patterns/footer-columns.php +msgctxt "Pattern description" +msgid "Multi-column footer with site info, navigation, and credits." +msgstr "Pie de página multicolumna con información del sitio, navegación y créditos." + +#: patterns/footer-columns.php:22 msgid "A modern WordPress theme built with Bootstrap 5." msgstr "Un tema de WordPress moderno construido con Bootstrap 5." -#: patterns/footer-columns.php +#: patterns/footer-columns.php:39 msgid "About" msgstr "Acerca de" -#: patterns/footer-columns.php -msgid "This theme is proudly built with Bootstrap 5 and WordPress Full Site Editing." -msgstr "Este tema está construido con orgullo con Bootstrap 5 y la edición completa del sitio de WordPress." +#: patterns/footer-columns.php:42 +msgid "" +"This theme is proudly built with Bootstrap 5 and WordPress Full Site Editing." +msgstr "Este tema está desarrollado con orgullo con Bootstrap 5 y la Edición de sitio completo de WordPress." +"Este tema está construido con orgullo con Bootstrap 5 y la edición completa " +"del sitio de WordPress." #. translators: Copyright notice. %1$s: Year, %2$s: Site title. -#: patterns/footer-columns.php +#: patterns/footer-columns.php:64 +#, php-format msgid "© %1$s %2$s" msgstr "© %1$s %2$s" -#: views/base.html.twig -msgid "Skip to main content" -msgstr "Ir al contenido principal" +#. translators: Powered by WordPress. %s: WordPress link. +#: patterns/footer-columns.php:76 patterns/footer.php:38 +#, php-format +msgid "Powered by %s" +msgstr "Desarrollado con %s" -#: views/partials/header.html.twig -#: views/partials/header-centered.html.twig -#: views/partials/header-transparent.html.twig -#: views/partials/header-offcanvas.html.twig -msgid "Primary navigation" -msgstr "Navegación principal" +#: patterns/footer-columns.php:77 patterns/footer.php:39 +msgid "https://wordpress.org" +msgstr "https://es.wordpress.org" -#: views/partials/footer.html.twig -#: views/partials/footer-columns.html.twig -msgid "Footer navigation" -msgstr "Navegación del pie de página" +#: patterns/footer-minimal.php +msgctxt "Pattern title" +msgid "Footer - Minimal" +msgstr "Pie de página - Mínimo" -#: functions.php +#: patterns/footer-minimal.php +msgctxt "Pattern description" +msgid "Minimal single-line footer with copyright." +msgstr "Pie de página minimalista en una sola línea con copyright." + +#. translators: Copyright notice. %1$s: Year, %2$s: Site title. +#: patterns/footer-minimal.php:25 +#, php-format +msgid "© %1$s %2$s. All rights reserved." +msgstr "© %1$s %2$s. Todos los derechos reservados." + +#: patterns/footer.php +msgctxt "Pattern title" +msgid "Footer" +msgstr "Pie de página" + +#: patterns/footer.php +msgctxt "Pattern description" +msgid "Site footer with site title, tagline, and credits." +msgstr "Pie de página del sitio con título del sitio, eslogan y créditos." + +#: patterns/header-centered.php +msgctxt "Pattern title" +msgid "Header - Centered" +msgstr "Encabezado - Centrado" + +#: patterns/header-centered.php +msgctxt "Pattern description" +msgid "Centered header with site title above navigation." +msgstr "Encabezado centrado con el título del sitio sobre la navegación." + +#: patterns/header-transparent.php +msgctxt "Pattern title" +msgid "Header - Transparent" +msgstr "Encabezado - Transparente" + +#: patterns/header-transparent.php +msgctxt "Pattern description" +msgid "Transparent header that overlays page content, ideal for hero sections." +msgstr "Encabezado transparente que se superpone al contenido de la página, ideal para secciones hero." + +#: patterns/header.php +msgctxt "Pattern title" +msgid "Header" +msgstr "Encabezado" + +#: patterns/header.php +msgctxt "Pattern description" +msgid "Site header with site title and navigation." +msgstr "Encabezado del sitio con título del sitio y navegación." + +#: patterns/hero-centered.php +msgctxt "Pattern title" +msgid "Hero centered" +msgstr "Hero centrado" + +#: patterns/hero-centered.php +msgctxt "Pattern description" +msgid "" +"A centered hero section with a colored background, heading, paragraph, and " +"call to action buttons." +msgstr "Sección hero centrada con fondo de color, título, párrafo y botones de llamada a la acción." + +#: patterns/hero-centered.php:14 +msgid "Welcome to your new website" +msgstr "Bienvenido a su nuevo sitio web" + +#: patterns/hero-centered.php:18 +msgid "" +"Start building beautiful, responsive pages with the full power of Bootstrap " +"5 and the WordPress block editor." +msgstr "Empiece a crear páginas hermosas y responsive con toda la potencia de Bootstrap 5 y el editor de bloques de WordPress." +"Comience a crear páginas atractivas y adaptables con toda la potencia de " +"Bootstrap 5 y el editor de bloques de WordPress." + +#: patterns/hero-centered.php:23 patterns/hero-cover.php:23 +#: patterns/page-services.php:78 patterns/pricing-3-col.php:52 +#: patterns/pricing-3-col.php:91 +msgid "Get Started" +msgstr "Comenzar" + +#: patterns/hero-centered.php:27 patterns/hero-split.php:25 +#: patterns/text-about.php:29 +msgid "Learn More" +msgstr "Más información" + +#: patterns/hero-cover.php +msgctxt "Pattern title" +msgid "Hero with cover image" +msgstr "Hero con imagen de portada" + +#: patterns/hero-cover.php +msgctxt "Pattern description" +msgid "" +"A full-width hero section with a cover image, heading, paragraph, and call " +"to action button." +msgstr "Sección hero a ancho completo con imagen de portada, título, párrafo y botón de llamada a la acción." + +#: patterns/hero-cover.php:14 +msgid "Build something amazing" +msgstr "Construya algo increíble" + +#: patterns/hero-cover.php:18 +msgid "" +"Create modern, responsive websites with the power of Bootstrap 5 and the " +"WordPress Site Editor." +msgstr "Cree sitios web modernos y responsive con la potencia de Bootstrap 5 y el Editor de sitio de WordPress." +"Cree sitios web modernos y adaptables con la potencia de Bootstrap 5 y el " +"editor de sitios de WordPress." + +#: patterns/hero-split.php +msgctxt "Pattern title" +msgid "Hero split with image" +msgstr "Hero dividido con imagen" + +#: patterns/hero-split.php +msgctxt "Pattern description" +msgid "" +"A two-column hero with text on the left and an image placeholder on the " +"right." +msgstr "Hero de dos columnas con texto a la izquierda y un marcador de imagen a la derecha." + +#: patterns/hero-split.php:16 +msgid "Modern design meets powerful features" +msgstr "Diseño moderno combinado con funcionalidades potentes" + +#: patterns/hero-split.php:20 +msgid "" +"A WordPress theme built from the ground up with Bootstrap 5 for a seamless " +"editing and browsing experience." +msgstr "Un tema de WordPress construido desde cero con Bootstrap 5 para una experiencia de edición y navegación fluida." +"Un tema de WordPress construido desde cero con Bootstrap 5 para una " +"experiencia de edición y navegación fluida." + +#: patterns/hero-split.php:29 +msgid "View Demo" +msgstr "Ver demostración" + +#: patterns/hero-split.php:36 +msgid "Hero image" +msgstr "Imagen destacada" + +#: patterns/hidden-404.php +msgctxt "Pattern title" +msgid "404" +msgstr "404" + +#: patterns/hidden-404.php:14 +msgid "Page not found" +msgstr "Página no encontrada" + +#: patterns/hidden-404.php:18 +msgid "" +"The page you are looking for does not exist, or it has been moved. Please " +"try searching using the form below." +msgstr "La página que busca no existe o ha sido movida. Por favor, intente buscarla utilizando el formulario a continuación." +"La página que busca no existe o ha sido trasladada. Por favor, intente " +"buscar utilizando el formulario que aparece a continuación." + +#: patterns/hidden-blog-heading.php +msgctxt "Pattern title" +msgid "Blog heading" +msgstr "Encabezado del blog" + +#: patterns/hidden-blog-heading.php:12 +msgid "Blog" +msgstr "Blog" + +#: patterns/hidden-search.php +msgctxt "Pattern title" +msgid "Search" +msgstr "Búsqueda" + +#: patterns/hidden-search.php:11 patterns/hidden-sidebar.php:32 +#: patterns/hidden-sidebar.php:35 +msgid "Search" +msgstr "Buscar" + +#: patterns/hidden-search.php:11 patterns/hidden-sidebar.php:35 +msgid "Search..." +msgstr "Buscar..." + +#: patterns/hidden-sidebar.php +msgctxt "Pattern title" msgid "Sidebar" msgstr "Barra lateral" -#: functions.php -msgid "Add widgets here to appear in the sidebar." -msgstr "Añada widgets aquí para que aparezcan en la barra lateral." +#: patterns/hidden-sidebar.php +msgctxt "Pattern description" +msgid "Sidebar content with recent posts, search, and tag cloud." +msgstr "Contenido de barra lateral con entradas recientes, búsqueda y nube de etiquetas." -#: views/partials/sidebar.html.twig -msgid "Blog sidebar" -msgstr "Barra lateral del blog" +#: patterns/hidden-sidebar.php:14 +msgid "Recent Posts" +msgstr "Artículos recientes" + +#: patterns/hidden-sidebar.php:42 +msgid "Tags" +msgstr "Etiquetas" + +#: patterns/hidden-written-by.php +msgctxt "Pattern title" +msgid "Written by" +msgstr "Escrito por" + +#: patterns/layout-2-col.php +msgctxt "Pattern title" +msgid "Two Columns" +msgstr "Dos columnas" + +#: patterns/layout-2-col.php +msgctxt "Pattern description" +msgid "" +"A two-column layout with equal width columns, each containing a heading and " +"paragraph." +msgstr "Diseño de dos columnas de igual ancho, cada una con un título y un párrafo." + +#: patterns/layout-2-col.php:16 patterns/layout-3-col.php:16 +msgid "Column One" +msgstr "Columna uno" + +#: patterns/layout-2-col.php:20 patterns/layout-2-col.php:30 +msgid "" +"Add your content here. This column takes up half the available width on " +"larger screens and stacks on mobile devices." +msgstr "Añada su contenido aquí. Esta columna ocupa la mitad del ancho disponible en pantallas grandes y se apila en dispositivos móviles." +"Añada su contenido aquí. Esta columna ocupa la mitad del ancho disponible en " +"pantallas grandes y se apila en dispositivos móviles." + +#: patterns/layout-2-col.php:26 patterns/layout-3-col.php:26 +msgid "Column Two" +msgstr "Columna dos" + +#: patterns/layout-3-col.php +msgctxt "Pattern title" +msgid "Three Columns" +msgstr "Tres columnas" + +#: patterns/layout-3-col.php +msgctxt "Pattern description" +msgid "" +"A three-column layout with equal width columns, each containing a heading " +"and paragraph." +msgstr "Diseño de tres columnas de igual ancho, cada una con un título y un párrafo." + +#: patterns/layout-3-col.php:20 patterns/layout-3-col.php:30 +#: patterns/layout-3-col.php:40 +msgid "" +"Add your content here. This column takes up one third of the available width " +"on larger screens." +msgstr "Añada su contenido aquí. Esta columna ocupa un tercio del ancho disponible en pantallas grandes." +"Añada su contenido aquí. Esta columna ocupa un tercio del ancho disponible " +"en pantallas grandes." + +#: patterns/layout-3-col.php:36 +msgid "Column Three" +msgstr "Columna tres" + +#: patterns/layout-container.php +msgctxt "Pattern title" +msgid "Bootstrap Container" +msgstr "Contenedor Bootstrap" + +#: patterns/layout-container.php +msgctxt "Pattern description" +msgid "" +"A constrained container with padding, containing a heading and paragraph " +"placeholder." +msgstr "Contenedor restringido con relleno que contiene un título y un marcador de párrafo." + +#: patterns/layout-container.php:14 +msgid "Heading goes here" +msgstr "El título va aquí" + +#: patterns/layout-container.php:18 +msgid "" +"This is a content container with constrained width and comfortable padding. " +"Replace this text with your own content." +msgstr "Este es un contenedor de contenido con ancho limitado y relleno cómodo. Reemplace este texto con su propio contenido." +"Este es un contenedor de contenido con ancho restringido y espaciado cómodo. " +"Reemplace este texto con su propio contenido." + +#: patterns/layout-full-width-section.php +msgctxt "Pattern title" +msgid "Full Width Section" +msgstr "Sección de ancho completo" + +#: patterns/layout-full-width-section.php +msgctxt "Pattern description" +msgid "" +"A full-width section with a primary background color, centered white heading " +"and paragraph." +msgstr "Sección a ancho completo con color de fondo primario, título blanco centrado y párrafo." + +#: patterns/layout-full-width-section.php:14 +msgid "Full Width Section Heading" +msgstr "Título de sección de ancho completo" + +#: patterns/layout-full-width-section.php:18 +msgid "" +"This full-width section stands out with a colored background. Use it to " +"highlight important content, announcements, or calls to action." +msgstr "Esta sección de ancho completo destaca con un fondo de color. Utilícela para resaltar contenido importante, anuncios o llamadas a la acción." +"Esta sección de ancho completo destaca con un fondo de color. Utilícela para " +"resaltar contenido importante, anuncios o llamadas a la acción." + +#: patterns/more-posts.php +msgctxt "Pattern title" +msgid "More posts" +msgstr "Más entradas" + +#: patterns/more-posts.php +msgctxt "Pattern description" +msgid "A section with more recent posts." +msgstr "Sección con más entradas recientes." + +#: patterns/more-posts.php:15 +msgid "More posts" +msgstr "Más artículos" + +#: patterns/nav-dark.php +msgctxt "Pattern title" +msgid "Navigation - Dark" +msgstr "Navegación - Oscura" + +#: patterns/nav-dark.php +msgctxt "Pattern description" +msgid "Dark-themed navigation header with dark background." +msgstr "Encabezado de navegación de tema oscuro con fondo oscuro." + +#: patterns/nav-offcanvas.php +msgctxt "Pattern title" +msgid "Navigation - Offcanvas" +msgstr "Navegación - Offcanvas" + +#: patterns/nav-offcanvas.php +msgctxt "Pattern description" +msgid "" +"Header with offcanvas mobile navigation using Bootstrap offcanvas component." +msgstr "Encabezado con navegación móvil offcanvas usando el componente offcanvas de Bootstrap." + +#: patterns/page-about.php +msgctxt "Pattern title" +msgid "About Page" +msgstr "Página Sobre nosotros" + +#: patterns/page-about.php +msgctxt "Pattern description" +msgid "A full about page layout with hero, story section, and team members." +msgstr "Diseño completo de página Sobre nosotros con hero, sección de historia y miembros del equipo." + +#: patterns/page-about.php:14 +msgid "About Us" +msgstr "Sobre nosotros" + +#: patterns/page-about.php:18 +msgid "" +"Learn more about who we are, what we do, and the people behind our mission." +msgstr "Conozca más sobre quiénes somos, qué hacemos y las personas detrás de nuestra misión." +"Conozca más sobre quiénes somos, qué hacemos y las personas detrás de " +"nuestra misión." + +#: patterns/page-about.php:26 +msgid "Our Story" +msgstr "Nuestra historia" + +#: patterns/page-about.php:30 +msgid "" +"Founded with a passion for innovation and excellence, our journey began with " +"a simple idea: to create meaningful solutions that make a real difference. " +"Over the years, we have grown from a small team into a dedicated group of " +"professionals committed to delivering outstanding results." +msgstr "Fundados con pasión por la innovación y la excelencia, nuestro camino comenzó con una idea sencilla: crear soluciones significativas que marquen una diferencia real. Con los años, hemos crecido de un pequeño equipo a un grupo dedicado de profesionales comprometidos con ofrecer resultados sobresalientes." +"Fundada con pasión por la innovación y la excelencia, nuestra trayectoria " +"comenzó con una idea sencilla: crear soluciones significativas que marquen " +"una diferencia real. A lo largo de los años, hemos pasado de ser un pequeño " +"equipo a un grupo dedicado de profesionales comprometidos con ofrecer " +"resultados excepcionales." + +#: patterns/page-about.php:34 +msgid "" +"Today, we continue to push boundaries and challenge conventions. Our " +"approach combines creative thinking with proven methodologies, ensuring that " +"every project we undertake meets the highest standards of quality and " +"craftsmanship." +msgstr "Hoy en día, seguimos ampliando límites y desafiando convenciones. Nuestro enfoque combina el pensamiento creativo con metodologías probadas, garantizando que cada proyecto que emprendemos cumpla con los más altos estándares de calidad y artesanía." +"Hoy en día, seguimos superando límites y desafiando convenciones. Nuestro " +"enfoque combina el pensamiento creativo con metodologías probadas, " +"asegurando que cada proyecto que emprendemos cumpla con los más altos " +"estándares de calidad y excelencia." + +#: patterns/page-about.php:40 patterns/text-about.php:36 +msgid "About us image" +msgstr "Imagen sobre nosotros" + +#: patterns/page-about.php:48 +msgid "Our Team" +msgstr "Nuestro equipo" + +#: patterns/page-about.php:52 +msgid "Meet the people who make it all happen." +msgstr "Conozca a las personas que lo hacen posible." + +#: patterns/page-about.php:59 +msgid "Jane Doe" +msgstr "Jane Doe" + +#: patterns/page-about.php:63 +msgid "Founder & CEO" +msgstr "Fundadora y directora general" + +#: patterns/page-about.php:71 +msgid "John Smith" +msgstr "John Smith" + +#: patterns/page-about.php:75 +msgid "Lead Developer" +msgstr "Desarrollador principal" + +#: patterns/page-about.php:83 +msgid "Emily Johnson" +msgstr "Emily Johnson" + +#: patterns/page-about.php:87 +msgid "Creative Director" +msgstr "Directora creativa" + +#: patterns/page-contact.php +msgctxt "Pattern title" +msgid "Contact Page" +msgstr "Página de contacto" + +#: patterns/page-contact.php +msgctxt "Pattern description" +msgid "" +"A full contact page layout with hero, contact details, business hours, and " +"spacer." +msgstr "Diseño completo de página de contacto con hero, datos de contacto, horario comercial y separador." + +#: patterns/page-contact.php:14 patterns/page-services.php:87 +#: patterns/pricing-3-col.php:130 +msgid "Contact Us" +msgstr "Contáctenos" + +#: patterns/page-contact.php:18 +msgid "We would love to hear from you. Reach out to us anytime." +msgstr "Nos encantaría saber de usted. Contáctenos en cualquier momento." + +#: patterns/page-contact.php:26 +msgid "Get in Touch" +msgstr "Póngase en contacto" + +#: patterns/page-contact.php:30 +msgid "123 Main Street, Suite 100, Anytown, ST 12345" +msgstr "Calle Principal 123, Oficina 100, 28001 Madrid" + +#: patterns/page-contact.php:38 +msgid "+1 (555) 123-4567" +msgstr "+34 91 123 45 67" + +#: patterns/page-contact.php:44 +msgid "Business Hours" +msgstr "Horario de atención" + +#: patterns/page-contact.php:49 +msgid "Monday - Friday:" +msgstr "Lunes - Viernes:" + +#: patterns/page-contact.php:49 +msgid "9:00 AM - 6:00 PM" +msgstr "9:00 - 18:00" + +#: patterns/page-contact.php:53 +msgid "Saturday:" +msgstr "Sábado:" + +#: patterns/page-contact.php:53 +msgid "10:00 AM - 4:00 PM" +msgstr "10:00 - 16:00" + +#: patterns/page-contact.php:57 +msgid "Sunday:" +msgstr "Domingo:" + +#: patterns/page-contact.php:57 +msgid "Closed" +msgstr "Cerrado" + +#: patterns/page-services.php +msgctxt "Pattern title" +msgid "Services Page" +msgstr "Página de servicios" + +#: patterns/page-services.php +msgctxt "Pattern description" +msgid "" +"A full services page layout with hero, service offerings, and call to action." +msgstr "Diseño completo de página de servicios con hero, oferta de servicios y llamada a la acción." + +#: patterns/page-services.php:14 +msgid "Our Services" +msgstr "Nuestros servicios" + +#: patterns/page-services.php:18 +msgid "Professional solutions tailored to your needs." +msgstr "Soluciones profesionales adaptadas a sus necesidades." + +#: patterns/page-services.php:24 +msgid "What We Offer" +msgstr "Lo que ofrecemos" + +#: patterns/page-services.php:28 +msgid "" +"We provide a wide range of services to help your business grow and succeed." +msgstr "Ofrecemos una amplia gama de servicios para ayudar a que su negocio crezca y tenga éxito." +"Ofrecemos una amplia gama de servicios para ayudar a su empresa a crecer y " +"prosperar." + +#: patterns/page-services.php:34 +msgid "🎨" +msgstr "🎨" + +#: patterns/page-services.php:38 +msgid "Design" +msgstr "Diseño" + +#: patterns/page-services.php:42 +msgid "" +"Beautiful, user-centered designs that capture your brand identity and engage " +"your audience across all platforms and devices." +msgstr "Diseños hermosos y centrados en el usuario que capturan la identidad de su marca e involucran a su audiencia en todas las plataformas y dispositivos." +"Diseños atractivos centrados en el usuario que capturan la identidad de su " +"marca e involucran a su audiencia en todas las plataformas y dispositivos." + +#: patterns/page-services.php:48 +msgid "⚙️" +msgstr "⚙️" + +#: patterns/page-services.php:52 +msgid "Development" +msgstr "Desarrollo" + +#: patterns/page-services.php:56 +msgid "" +"Robust, scalable web applications built with modern technologies and best " +"practices to ensure performance and reliability." +msgstr "Aplicaciones web robustas y escalables construidas con tecnologías modernas y mejores prácticas para garantizar rendimiento y fiabilidad." +"Aplicaciones web robustas y escalables construidas con tecnologías modernas " +"y buenas prácticas para garantizar rendimiento y fiabilidad." + +#: patterns/page-services.php:62 +msgid "📈" +msgstr "📈" + +#: patterns/page-services.php:66 +msgid "Strategy" +msgstr "Estrategia" + +#: patterns/page-services.php:70 +msgid "" +"Data-driven strategies and consulting to help you achieve your business " +"goals and stay ahead of the competition." +msgstr "Estrategias basadas en datos y consultoría para ayudarle a alcanzar sus objetivos empresariales y mantenerse por delante de la competencia." +"Estrategias basadas en datos y consultoría para ayudarle a alcanzar sus " +"objetivos empresariales y mantenerse por delante de la competencia." + +#: patterns/page-services.php:82 +msgid "" +"Ready to take your project to the next level? Let us help you build " +"something great." +msgstr "¿Listo para llevar su proyecto al siguiente nivel? Permítanos ayudarle a construir algo grandioso." +"¿Preparado para llevar su proyecto al siguiente nivel? Permítanos ayudarle a " +"construir algo grandioso." + +#: patterns/page-services.php:91 +msgid "View Portfolio" +msgstr "Ver portafolio" + +#: patterns/post-navigation.php +msgctxt "Pattern title" +msgid "Post navigation" +msgstr "Navegación de entradas" + +#: patterns/post-navigation.php +msgctxt "Pattern description" +msgid "Previous and next post links." +msgstr "Enlace a la entrada anterior y siguiente." + +#: patterns/pricing-3-col.php +msgctxt "Pattern title" +msgid "Pricing three columns" +msgstr "Precios en tres columnas" + +#: patterns/pricing-3-col.php +msgctxt "Pattern description" +msgid "" +"Three-column pricing cards with feature lists and call to action buttons." +msgstr "Tarjetas de precios en tres columnas con listas de características y botones de llamada a la acción." + +#: patterns/pricing-3-col.php:18 +msgid "Choose the plan that works best for you." +msgstr "Elija el plan que mejor se adapte a sus necesidades." + +#: patterns/pricing-3-col.php:25 +msgid "Basic" +msgstr "Básico" + +#: patterns/pricing-3-col.php:29 +msgid "Free" +msgstr "Gratis" + +#: patterns/pricing-3-col.php:38 +msgid "1 Website" +msgstr "1 sitio web" + +#: patterns/pricing-3-col.php:42 +msgid "Community Support" +msgstr "Soporte comunitario" + +#: patterns/pricing-3-col.php:46 +msgid "Core Features" +msgstr "Funcionalidades básicas" + +#: patterns/pricing-3-col.php:61 +msgid "Professional" +msgstr "Profesional" + +#. translators: pricing amount +#: patterns/pricing-3-col.php:67 +msgid "$49" +msgstr "49 $" + +#: patterns/pricing-3-col.php:77 +msgid "5 Websites" +msgstr "5 sitios web" + +#: patterns/pricing-3-col.php:81 +msgid "Priority Support" +msgstr "Soporte prioritario" + +#: patterns/pricing-3-col.php:85 +msgid "All Features" +msgstr "Todas las funcionalidades" + +#: patterns/pricing-3-col.php:100 +msgid "Enterprise" +msgstr "Empresa" + +#. translators: pricing amount +#: patterns/pricing-3-col.php:106 +msgid "$199" +msgstr "199 $" + +#: patterns/pricing-3-col.php:116 +msgid "Unlimited Websites" +msgstr "Sitios web ilimitados" + +#: patterns/pricing-3-col.php:120 +msgid "Dedicated Support" +msgstr "Soporte dedicado" + +#: patterns/pricing-3-col.php:124 +msgid "Custom Development" +msgstr "Desarrollo a medida" + +#: patterns/template-query-loop.php +msgctxt "Pattern title" +msgid "Query loop" +msgstr "Bucle de consulta" + +#: patterns/template-query-loop.php:39 +msgid "No posts were found." +msgstr "No se encontraron artículos." + +#: patterns/testimonials-2-col.php +msgctxt "Pattern title" +msgid "Testimonials two columns" +msgstr "Testimonios en dos columnas" + +#: patterns/testimonials-2-col.php +msgctxt "Pattern description" +msgid "Two-column testimonials with quote blocks and citations." +msgstr "Testimonios en dos columnas con bloques de cita y referencias." + +#: patterns/testimonials-2-col.php:14 +msgid "What our clients say" +msgstr "Lo que dicen nuestros clientes" + +#: patterns/testimonials-2-col.php:20 +msgid "" +"This theme completely transformed our website. The Bootstrap integration " +"makes it incredibly easy to create professional-looking pages without any " +"custom code." +msgstr "Este tema transformó completamente nuestro sitio web. La integración de Bootstrap hace que sea increíblemente fácil crear páginas de aspecto profesional sin código personalizado." +"Este tema transformó completamente nuestro sitio web. La integración con " +"Bootstrap facilita enormemente la creación de páginas con aspecto " +"profesional sin necesidad de código personalizado." + +#: patterns/testimonials-2-col.php:20 +msgid "Jane Doe, Web Designer" +msgstr "Jane Doe, Diseñadora web" + +#: patterns/testimonials-2-col.php:26 +msgid "" +"The dark mode support and style variations give us the flexibility we need. " +"Our clients love being able to switch between color schemes effortlessly." +msgstr "El soporte para modo oscuro y las variaciones de estilo nos dan la flexibilidad que necesitamos. A nuestros clientes les encanta poder cambiar entre esquemas de color sin esfuerzo." +"El soporte para modo oscuro y las variaciones de estilo nos dan la " +"flexibilidad que necesitamos. A nuestros clientes les encanta poder cambiar " +"entre esquemas de color sin esfuerzo." + +#: patterns/testimonials-2-col.php:26 +msgid "John Smith, Developer" +msgstr "John Smith, Desarrollador" + +#: patterns/testimonials-centered.php +msgctxt "Pattern title" +msgid "Testimonial centered" +msgstr "Testimonio centrado" + +#: patterns/testimonials-centered.php +msgctxt "Pattern description" +msgid "A single large centered testimonial with citation." +msgstr "Testimonio único grande y centrado con referencia." + +#: patterns/testimonials-centered.php:14 +msgid "" +"The best WordPress theme we have ever used. Clean code, beautiful design, " +"and incredible flexibility." +msgstr "El mejor tema de WordPress que hemos utilizado. Código limpio, diseño hermoso e increíble flexibilidad." +"El mejor tema de WordPress que hemos utilizado. Código limpio, diseño " +"atractivo y una flexibilidad increíble." + +#: patterns/testimonials-centered.php:14 +msgid "Alex Johnson, Creative Director" +msgstr "Alex Johnson, Director creativo" + +#: patterns/text-about.php +msgctxt "Pattern title" +msgid "About section" +msgstr "Sección sobre nosotros" + +#: patterns/text-about.php +msgctxt "Pattern description" +msgid "A two-column about section with text content and an image." +msgstr "Sección Sobre nosotros en dos columnas con texto e imagen." + +#: patterns/text-about.php:16 +msgid "About us" +msgstr "Sobre nosotros" + +#: patterns/text-about.php:20 +msgid "" +"We are passionate about creating tools that empower people to build " +"beautiful websites. Our theme combines the reliability of Bootstrap with the " +"flexibility of WordPress." +msgstr "Nos apasiona crear herramientas que permitan a las personas construir sitios web hermosos. Nuestro tema combina la fiabilidad de Bootstrap con la flexibilidad de WordPress." +"Nos apasiona crear herramientas que permitan a las personas construir sitios " +"web atractivos. Nuestro tema combina la fiabilidad de Bootstrap con la " +"flexibilidad de WordPress." + +#: patterns/text-about.php:24 +msgid "" +"With years of experience in web development and design, we understand what " +"it takes to create a theme that is both powerful and easy to use." +msgstr "Con años de experiencia en desarrollo web y diseño, entendemos lo que se necesita para crear un tema que sea a la vez potente y fácil de usar." +"Con años de experiencia en desarrollo web y diseño, comprendemos lo que se " +"necesita para crear un tema que sea a la vez potente y fácil de usar." + +#: patterns/text-faq.php +msgctxt "Pattern title" +msgid "Frequently asked questions" +msgstr "Preguntas frecuentes" + +#: patterns/text-faq.php +msgctxt "Pattern description" +msgid "An FAQ section with question and answer pairs." +msgstr "Una sección de preguntas frecuentes con pares de preguntas y respuestas." + +#: patterns/text-faq.php:14 +msgid "Frequently Asked Questions" +msgstr "Preguntas frecuentes" + +#: patterns/text-faq.php:20 +msgid "How do I install the theme?" +msgstr "¿Cómo instalo el tema?" + +#: patterns/text-faq.php:24 +msgid "" +"Download the ZIP file from the releases page, then upload it via WordPress " +"Admin > Appearance > Themes > Add New > Upload Theme." +msgstr "Descargue el archivo ZIP desde la página de versiones, luego cárguelo en Administración de WordPress > Apariencia > Temas > Añadir nuevo > Subir tema." +"Descargue el archivo ZIP desde la página de versiones y luego cárguelo a " +"través de Administración de WordPress > Apariencia > Temas > Añadir nuevo > " +"Subir tema." + +#: patterns/text-faq.php:34 +msgid "Does it work with the Site Editor?" +msgstr "¿Funciona con el editor de sitios?" + +#: patterns/text-faq.php:38 +msgid "" +"Yes, this is a Full Site Editing block theme. You can customize templates, " +"headers, footers, and all block patterns using the WordPress Site Editor." +msgstr "Sí, este es un tema de bloques con Edición de sitio completo. Puede personalizar plantillas, encabezados, pies de página y todos los patrones de bloques utilizando el Editor de sitio de WordPress." +"Sí, este es un tema de bloques de edición completa del sitio. Puede " +"personalizar plantillas, cabeceras, pies de página y todos los patrones de " +"bloques utilizando el editor de sitios de WordPress." + +#: patterns/text-faq.php:48 +msgid "Can I use my own fonts?" +msgstr "¿Puedo usar mis propias tipografías?" + +#: patterns/text-faq.php:52 +msgid "" +"The theme comes with Inter, Lora, and system font stacks. You can add custom " +"fonts through the Site Editor or by modifying theme.json." +msgstr "El tema incluye las fuentes Inter, Lora y pilas de fuentes del sistema. Puede añadir fuentes personalizadas a través del Editor de sitio o modificando theme.json." +"El tema incluye Inter, Lora y pilas de tipografías del sistema. Puede añadir " +"tipografías personalizadas a través del editor de sitios o modificando " +"theme.json." + +#: patterns/text-faq.php:62 +msgid "Is dark mode supported?" +msgstr "¿Es compatible el modo oscuro?" + +#: patterns/text-faq.php:66 +msgid "" +"Yes, the theme includes a dark mode toggle that uses Bootstrap 5.3 built-in " +"dark mode. It respects system preferences and remembers your choice." +msgstr "Sí, el tema incluye un alternador de modo oscuro que utiliza el modo oscuro integrado de Bootstrap 5.3. Respeta las preferencias del sistema y recuerda su elección." +"Sí, el tema incluye un conmutador de modo oscuro que utiliza el modo oscuro " +"integrado de Bootstrap 5.3. Respeta las preferencias del sistema y recuerda " +"su elección." + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Base" +msgstr "Base" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Contrast" +msgstr "Contraste" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Primary" +msgstr "Principal" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Secondary" +msgstr "Secundario" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Success" +msgstr "Éxito" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Danger" +msgstr "Peligro" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Warning" +msgstr "Advertencia" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Info" +msgstr "Información" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Light" +msgstr "Claro" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Dark" +msgstr "Oscuro" + +#: theme.json +msgctxt "Space size name" +msgid "3xs" +msgstr "3xs" + +#: theme.json +msgctxt "Space size name" +msgid "2xs" +msgstr "2xs" + +#: theme.json +msgctxt "Space size name" +msgid "xs" +msgstr "xs" + +#: theme.json +msgctxt "Space size name" +msgid "s" +msgstr "s" + +#: theme.json +msgctxt "Space size name" +msgid "m" +msgstr "m" + +#: theme.json +msgctxt "Space size name" +msgid "l" +msgstr "l" + +#: theme.json +msgctxt "Space size name" +msgid "xl" +msgstr "xl" + +#: theme.json +msgctxt "Space size name" +msgid "2xl" +msgstr "2xl" + +#: theme.json +msgctxt "Font size name" +msgid "Small" +msgstr "Pequeño" + +#: theme.json +msgctxt "Font size name" +msgid "Medium" +msgstr "Mediano" + +#: theme.json +msgctxt "Font size name" +msgid "Large" +msgstr "Grande" + +#: theme.json +msgctxt "Font size name" +msgid "Extra Large" +msgstr "Extra grande" + +#: theme.json +msgctxt "Font size name" +msgid "Huge" +msgstr "Enorme" + +#: theme.json +msgctxt "Font size name" +msgid "Display" +msgstr "Pantalla" + +#: theme.json +msgctxt "Font family name" +msgid "System Sans Serif" +msgstr "Sans-serif del sistema" + +#: theme.json +msgctxt "Font family name" +msgid "Inter" +msgstr "Inter" + +#: theme.json +msgctxt "Font family name" +msgid "Lora" +msgstr "Lora" + +#: theme.json +msgctxt "Font family name" +msgid "System Monospace" +msgstr "Monoespaciado del sistema" + +#: theme.json +msgctxt "Shadow name" +msgid "Small" +msgstr "Pequeño" + +#: theme.json +msgctxt "Shadow name" +msgid "Regular" +msgstr "Normal" + +#: theme.json +msgctxt "Shadow name" +msgid "Large" +msgstr "Grande" + +#: theme.json +msgctxt "Aspect ratio name" +msgid "16:9" +msgstr "16:9" + +#: theme.json +msgctxt "Aspect ratio name" +msgid "4:3" +msgstr "4:3" + +#: theme.json +msgctxt "Aspect ratio name" +msgid "1:1" +msgstr "1:1" + +#: theme.json +msgctxt "Aspect ratio name" +msgid "3:4" +msgstr "3:4" + +#: theme.json +msgctxt "Custom template name" +msgid "Blog with Sidebar" +msgstr "Blog con barra lateral" + +#: theme.json +msgctxt "Custom template name" +msgid "Landing Page (No Header/Footer)" +msgstr "Página de inicio (sin encabezado/pie de página)" + +#: theme.json +msgctxt "Custom template name" +msgid "Full Width" +msgstr "Ancho completo" + +#: theme.json +msgctxt "Custom template name" +msgid "Page with Hero" +msgstr "Página con hero" + +#: theme.json +msgctxt "Custom template name" +msgid "Page with Sidebar" +msgstr "Página con barra lateral" + +#: theme.json +msgctxt "Template part name" +msgid "Header" +msgstr "Encabezado" + +#: theme.json +msgctxt "Template part name" +msgid "Header - Centered" +msgstr "Encabezado - Centrado" + +#: theme.json +msgctxt "Template part name" +msgid "Header - Transparent" +msgstr "Encabezado - Transparente" + +#: theme.json +msgctxt "Template part name" +msgid "Footer" +msgstr "Pie de página" + +#: theme.json +msgctxt "Template part name" +msgid "Footer - Minimal" +msgstr "Pie de página - Mínimo" + +#: theme.json +msgctxt "Template part name" +msgid "Footer - Multi-Column" +msgstr "Pie de página - Multicolumna" + +#: theme.json +msgctxt "Template part name" +msgid "Sidebar" +msgstr "Barra lateral" + +#: styles/01-ocean.json +msgctxt "Style variation name" +msgid "Ocean" +msgstr "Océano" + +#: styles/02-forest.json +msgctxt "Style variation name" +msgid "Forest" +msgstr "Bosque" + +#: styles/03-sunset.json +msgctxt "Style variation name" +msgid "Sunset" +msgstr "Atardecer" + +#: styles/04-midnight.json +msgctxt "Style variation name" +msgid "Midnight" +msgstr "Medianoche" + +#: styles/05-ember.json +msgctxt "Style variation name" +msgid "Ember" +msgstr "Brasa" + +#: styles/06-arctic.json +msgctxt "Style variation name" +msgid "Arctic" +msgstr "Ártico" + +#: styles/07-amethyst.json +msgctxt "Style variation name" +msgid "Amethyst" +msgstr "Amatista" + +#: styles/08-rose.json +msgctxt "Style variation name" +msgid "Rose" +msgstr "Rosa" + +#: styles/09-sand.json +msgctxt "Style variation name" +msgid "Sand" +msgstr "Arena" + +#: styles/10-lavender.json +msgctxt "Style variation name" +msgid "Lavender" +msgstr "Lavanda" + +#: styles/11-mint.json +msgctxt "Style variation name" +msgid "Mint" +msgstr "Menta" + +#: styles/12-slate.json +msgctxt "Style variation name" +msgid "Slate" +msgstr "Pizarra" + +#: styles/13-mocha.json +msgctxt "Style variation name" +msgid "Mocha" +msgstr "Moca" + +#: styles/14-nebula.json +msgctxt "Style variation name" +msgid "Nebula" +msgstr "Nebulosa" + +#: styles/15-obsidian.json +msgctxt "Style variation name" +msgid "Obsidian" +msgstr "Obsidiana" + +#~ msgid "Skip to main content" +#~ msgstr "Ir al contenido principal" + +#~ msgid "Primary navigation" +#~ msgstr "Navegación principal" + +#~ msgid "Footer navigation" +#~ msgstr "Navegación del pie de página" + +#~ msgid "Blog sidebar" +#~ msgstr "Barra lateral del blog" diff --git a/languages/wp-bootstrap-fr_CH.po b/languages/wp-bootstrap-fr_CH.po index 6ae206b..2e44238 100644 --- a/languages/wp-bootstrap-fr_CH.po +++ b/languages/wp-bootstrap-fr_CH.po @@ -4,8 +4,8 @@ msgid "" msgstr "" "Project-Id-Version: WP Bootstrap 1.0.5\n" -"Report-Msgid-Bugs-To: https://src.bundespruefstelle.ch/magdev/wp-bootstrap/issues\n" -"POT-Creation-Date: 2026-02-11 00:00+0000\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/wp-bootstrap\n" +"POT-Creation-Date: 2026-02-20T09:45:19+00:00\n" "PO-Revision-Date: 2026-02-11 00:00+0000\n" "Last-Translator: Claude AI \n" "Language-Team: French (Switzerland)\n" @@ -17,902 +17,1934 @@ msgstr "" "X-Domain: wp-bootstrap\n" #. Theme Name of the theme -#: patterns/footer.php +#: style.css patterns/footer.php:31 msgid "WP Bootstrap" msgstr "WP Bootstrap" +#. Theme URI of the theme +#: style.css +msgid "https://src.bundespruefstelle.ch/magdev/wp-bootstrap" +msgstr "" + #. Description of the theme -msgid "A modern WordPress Block Theme built from scratch with Bootstrap 5. Features responsive design, dark mode support, and full compatibility with the WordPress Site Editor." -msgstr "Un thème WordPress Block moderne construit de zéro avec Bootstrap 5. Design réactif, prise en charge du mode sombre et compatibilité totale avec l'éditeur de site WordPress." - -#: patterns/footer.php -#: patterns/footer-columns.php -msgid "Powered by %s" -msgstr "Propulsé par %s" - -#: patterns/footer.php -#: patterns/footer-columns.php -msgid "https://wordpress.org" -msgstr "https://fr-ch.wordpress.org" - -#: patterns/hidden-404.php -msgid "Page not found" -msgstr "Page non trouvée" - -#: patterns/hidden-404.php -msgid "The page you are looking for does not exist, or it has been moved. Please try searching using the form below." -msgstr "La page que vous recherchez n'existe pas ou a été déplacée. Veuillez essayer de rechercher en utilisant le formulaire ci-dessous." - -#: patterns/hidden-search.php -#: patterns/hidden-sidebar.php -msgid "Search" -msgstr "Rechercher" - -#: patterns/hidden-search.php -#: patterns/hidden-sidebar.php -msgid "Search..." -msgstr "Rechercher..." - -#: patterns/hidden-blog-heading.php -msgid "Blog" -msgstr "Blog" - -#: patterns/comments.php -msgid "Comments" -msgstr "Commentaires" - -#: patterns/post-navigation.php -msgid "Previous" -msgstr "Précédent" - -#: patterns/post-navigation.php -msgid "Next" -msgstr "Suivant" - -#: patterns/more-posts.php -msgid "More posts" -msgstr "Plus d'articles" - -#: patterns/template-query-loop.php -msgid "Read more" -msgstr "Lire la suite" - -#: patterns/template-query-loop.php -msgid "No posts were found." -msgstr "Aucun article n'a été trouvé." - -#: patterns/hero-cover.php -msgid "Build something amazing" -msgstr "Créez quelque chose d'incroyable" - -#: patterns/hero-cover.php -msgid "Create modern, responsive websites with the power of Bootstrap 5 and the WordPress Site Editor." -msgstr "Créez des sites web modernes et réactifs grâce à la puissance de Bootstrap 5 et de l'éditeur de site WordPress." - -#: patterns/hero-cover.php -#: patterns/hero-centered.php -#: patterns/pricing-3-col.php -#: patterns/page-services.php -msgid "Get Started" -msgstr "Commencer" - -#: patterns/hero-split.php -msgid "Modern design meets powerful features" -msgstr "Un design moderne allié à des fonctionnalités puissantes" - -#: patterns/hero-split.php -msgid "A WordPress theme built from the ground up with Bootstrap 5 for a seamless editing and browsing experience." -msgstr "Un thème WordPress construit de zéro avec Bootstrap 5 pour une expérience d'édition et de navigation fluide." - -#: patterns/hero-split.php -#: patterns/hero-centered.php -#: patterns/text-about.php -msgid "Learn More" -msgstr "En savoir plus" - -#: patterns/hero-split.php -msgid "View Demo" -msgstr "Voir la démo" - -#: patterns/hero-split.php -msgid "Hero image" -msgstr "Image héros" - -#: patterns/hero-centered.php -msgid "Welcome to your new website" -msgstr "Bienvenue sur votre nouveau site web" - -#: patterns/hero-centered.php -msgid "Start building beautiful, responsive pages with the full power of Bootstrap 5 and the WordPress block editor." -msgstr "Commencez à créer de belles pages réactives avec toute la puissance de Bootstrap 5 et de l'éditeur de blocs WordPress." - -#: patterns/features-3-col.php -#: functions.php -msgid "Features" -msgstr "Fonctionnalités" - -#: patterns/features-3-col.php -msgid "Everything you need to build a modern website." -msgstr "Tout ce dont vous avez besoin pour créer un site web moderne." - -#: patterns/features-3-col.php -msgid "Responsive Design" -msgstr "Design réactif" - -#: patterns/features-3-col.php -msgid "Your website looks great on every device, from mobile phones to large desktop screens." -msgstr "Votre site web est superbe sur tous les appareils, des téléphones mobiles aux grands écrans de bureau." - -#: patterns/features-3-col.php -msgid "Easy Customization" -msgstr "Personnalisation facile" - -#: patterns/features-3-col.php -msgid "Customize colors, fonts, and layouts using the WordPress Site Editor with no code required." -msgstr "Personnalisez les couleurs, les polices et les mises en page avec l'éditeur de site WordPress, sans aucun code requis." - -#: patterns/features-3-col.php -msgid "Performance First" -msgstr "La performance avant tout" - -#: patterns/features-3-col.php -msgid "Built with speed in mind. Optimized assets and clean code for lightning-fast page loads." -msgstr "Conçu pour la vitesse. Ressources optimisées et code propre pour des chargements de pages ultra-rapides." - -#: patterns/features-icon-list.php -msgid "Why choose us" -msgstr "Pourquoi nous choisir" - -#: patterns/features-icon-list.php -msgid "Bootstrap 5 Framework" -msgstr "Framework Bootstrap 5" - -#: patterns/features-icon-list.php -msgid "Built on the most popular CSS framework. Leverage a proven, well-documented design system." -msgstr "Construit sur le framework CSS le plus populaire. Tirez parti d'un système de design éprouvé et bien documenté." - -#: patterns/features-icon-list.php -msgid "Full Site Editing" -msgstr "Édition complète du site" - -#: patterns/features-icon-list.php -msgid "Edit every part of your site visually. Headers, footers, templates, and content are all customizable." -msgstr "Modifiez chaque partie de votre site visuellement. En-têtes, pieds de page, modèles et contenu sont tous personnalisables." - -#: patterns/features-icon-list.php -msgid "Dark Mode Support" -msgstr "Prise en charge du mode sombre" - -#: patterns/features-icon-list.php -msgid "Built-in dark mode toggle that respects user preferences and persists across visits." -msgstr "Bouton de mode sombre intégré qui respecte les préférences de l'utilisateur et persiste entre les visites." - -#: patterns/features-2-col-offset.php -msgid "Feature illustration" -msgstr "Illustration de fonctionnalité" - -#: patterns/features-2-col-offset.php -msgid "Designed for modern workflows" -msgstr "Conçu pour les flux de travail modernes" - -#: patterns/features-2-col-offset.php -msgid "Streamline your development process with a theme that works the way you do." -msgstr "Optimisez votre processus de développement avec un thème qui fonctionne comme vous." - -#: patterns/features-2-col-offset.php -msgid "Block Patterns" -msgstr "Modèles de blocs" - -#: patterns/features-2-col-offset.php -msgid "Pre-built patterns for common page sections. Drop them in and customize to fit your needs." -msgstr "Modèles préconçus pour les sections de page courantes. Insérez-les et personnalisez-les selon vos besoins." - -#: patterns/features-2-col-offset.php -msgid "Style Variations" -msgstr "Variations de style" - -#: patterns/features-2-col-offset.php -msgid "Switch between color schemes with a single click. Choose from multiple professionally designed palettes." -msgstr "Basculez entre les palettes de couleurs en un seul clic. Choisissez parmi plusieurs palettes conçues professionnellement." - -#: patterns/cta-banner.php -msgid "Ready to get started?" -msgstr "Prêt à commencer ?" - -#: patterns/cta-banner.php -msgid "Start building your website today with our powerful and flexible theme." -msgstr "Commencez à créer votre site web dès aujourd'hui avec notre thème puissant et flexible." - -#: patterns/cta-banner.php -msgid "Start Now" -msgstr "Commencer maintenant" - -#: patterns/cta-newsletter.php -msgid "Stay in the loop" -msgstr "Restez informé" - -#: patterns/cta-newsletter.php -msgid "Subscribe to our newsletter for updates, tips, and exclusive content." -msgstr "Abonnez-vous à notre newsletter pour des mises à jour, des conseils et du contenu exclusif." - -#: patterns/cta-newsletter.php -msgid "Enter your email address" -msgstr "Entrez votre adresse courriel" - -#: patterns/cta-newsletter.php -msgid "Subscribe" -msgstr "S'abonner" - -#: patterns/testimonials-2-col.php -msgid "What our clients say" -msgstr "Ce que disent nos clients" - -#: patterns/testimonials-2-col.php -msgid "This theme completely transformed our website. The Bootstrap integration makes it incredibly easy to create professional-looking pages without any custom code." -msgstr "Ce thème a complètement transformé notre site web. L'intégration de Bootstrap rend incroyablement facile la création de pages d'aspect professionnel sans aucun code personnalisé." - -#: patterns/testimonials-2-col.php -msgid "Jane Doe, Web Designer" -msgstr "Jane Doe, Webdesigneuse" - -#: patterns/testimonials-2-col.php -msgid "The dark mode support and style variations give us the flexibility we need. Our clients love being able to switch between color schemes effortlessly." -msgstr "La prise en charge du mode sombre et les variations de style nous donnent la flexibilité dont nous avons besoin. Nos clients adorent pouvoir basculer entre les palettes de couleurs sans effort." - -#: patterns/testimonials-2-col.php -msgid "John Smith, Developer" -msgstr "John Smith, Développeur" - -#: patterns/testimonials-centered.php -msgid "The best WordPress theme we have ever used. Clean code, beautiful design, and incredible flexibility." -msgstr "Le meilleur thème WordPress que nous ayons jamais utilisé. Code propre, beau design et flexibilité incroyable." - -#: patterns/testimonials-centered.php -msgid "Alex Johnson, Creative Director" -msgstr "Alex Johnson, Directeur créatif" - -#: patterns/pricing-3-col.php -#: functions.php -msgid "Pricing" -msgstr "Tarifs" - -#: patterns/pricing-3-col.php -msgid "Choose the plan that works best for you." -msgstr "Choisissez le forfait qui vous convient le mieux." - -#: patterns/pricing-3-col.php -msgid "Basic" -msgstr "Basique" - -#: patterns/pricing-3-col.php -msgid "Free" -msgstr "Gratuit" - -#: patterns/pricing-3-col.php -msgid "1 Website" -msgstr "1 site web" - -#: patterns/pricing-3-col.php -msgid "Community Support" -msgstr "Support communautaire" - -#: patterns/pricing-3-col.php -msgid "Core Features" -msgstr "Fonctionnalités de base" - -#: patterns/pricing-3-col.php -msgid "Professional" -msgstr "Professionnel" - -#: patterns/pricing-3-col.php -msgid "$49" -msgstr "CHF 49" - -#: patterns/pricing-3-col.php -msgid "5 Websites" -msgstr "5 sites web" - -#: patterns/pricing-3-col.php -msgid "Priority Support" -msgstr "Support prioritaire" - -#: patterns/pricing-3-col.php -msgid "All Features" -msgstr "Toutes les fonctionnalités" - -#: patterns/pricing-3-col.php -msgid "Enterprise" -msgstr "Entreprise" - -#: patterns/pricing-3-col.php -msgid "$199" -msgstr "CHF 199" - -#: patterns/pricing-3-col.php -msgid "Unlimited Websites" -msgstr "Sites web illimités" - -#: patterns/pricing-3-col.php -msgid "Dedicated Support" -msgstr "Support dédié" - -#: patterns/pricing-3-col.php -msgid "Custom Development" -msgstr "Développement sur mesure" - -#: patterns/pricing-3-col.php -#: patterns/page-services.php -#: patterns/page-contact.php -msgid "Contact Us" -msgstr "Contactez-nous" - -#: patterns/contact-info.php -msgid "Get in touch" -msgstr "Prenez contact" - -#: patterns/contact-info.php -msgid "We would love to hear from you. Reach out through any of the channels below." -msgstr "Nous serions ravis d'avoir de vos nouvelles. Contactez-nous via l'un des canaux ci-dessous." - -#: patterns/contact-info.php -#: patterns/page-contact.php -msgid "Address" -msgstr "Adresse" - -#: patterns/contact-info.php -msgid "123 Example Street" -msgstr "Rue de l'Exemple 123" - -#: patterns/contact-info.php -msgid "8000 Zurich, Switzerland" -msgstr "8000 Zurich, Suisse" - -#: patterns/contact-info.php -#: patterns/page-contact.php -msgid "Phone" -msgstr "Téléphone" - -#: patterns/contact-info.php -msgid "+41 44 123 45 67" -msgstr "+41 44 123 45 67" - -#: patterns/contact-info.php -#: patterns/cta-newsletter.php -#: patterns/page-contact.php -msgid "Email" -msgstr "Courriel" - -#: patterns/contact-info.php -#: patterns/page-contact.php -msgid "info@example.com" -msgstr "info@example.com" - -#: patterns/text-faq.php -msgid "Frequently Asked Questions" -msgstr "Foire aux questions" - -#: patterns/text-faq.php -msgid "How do I install the theme?" -msgstr "Comment installer le thème ?" - -#: patterns/text-faq.php -msgid "Download the ZIP file from the releases page, then upload it via WordPress Admin > Appearance > Themes > Add New > Upload Theme." -msgstr "Téléchargez le fichier ZIP depuis la page des versions, puis importez-le via Administration WordPress > Apparence > Thèmes > Ajouter > Téléverser un thème." - -#: patterns/text-faq.php -msgid "Does it work with the Site Editor?" -msgstr "Fonctionne-t-il avec l'éditeur de site ?" - -#: patterns/text-faq.php -msgid "Yes, this is a Full Site Editing block theme. You can customize templates, headers, footers, and all block patterns using the WordPress Site Editor." -msgstr "Oui, c'est un thème bloc d'édition complète du site. Vous pouvez personnaliser les modèles, en-têtes, pieds de page et tous les modèles de blocs avec l'éditeur de site WordPress." - -#: patterns/text-faq.php -msgid "Can I use my own fonts?" -msgstr "Puis-je utiliser mes propres polices ?" - -#: patterns/text-faq.php -msgid "The theme comes with Inter, Lora, and system font stacks. You can add custom fonts through the Site Editor or by modifying theme.json." -msgstr "Le thème est livré avec Inter, Lora et des polices système. Vous pouvez ajouter des polices personnalisées via l'éditeur de site ou en modifiant theme.json." - -#: patterns/text-faq.php -msgid "Is dark mode supported?" -msgstr "Le mode sombre est-il pris en charge ?" - -#: patterns/text-faq.php -msgid "Yes, the theme includes a dark mode toggle that uses Bootstrap 5.3 built-in dark mode. It respects system preferences and remembers your choice." -msgstr "Oui, le thème inclut un bouton de mode sombre qui utilise le mode sombre intégré de Bootstrap 5.3. Il respecte les préférences système et mémorise votre choix." - -#: patterns/text-about.php -msgid "About us" -msgstr "A propos de nous" - -#: patterns/text-about.php -msgid "We are passionate about creating tools that empower people to build beautiful websites. Our theme combines the reliability of Bootstrap with the flexibility of WordPress." -msgstr "Nous sommes passionnés par la création d'outils qui permettent aux gens de construire de beaux sites web. Notre thème combine la fiabilité de Bootstrap avec la flexibilité de WordPress." - -#: patterns/text-about.php -msgid "With years of experience in web development and design, we understand what it takes to create a theme that is both powerful and easy to use." -msgstr "Avec des années d'expérience en développement web et en design, nous comprenons ce qu'il faut pour créer un thème à la fois puissant et facile à utiliser." - -#: patterns/text-about.php -#: patterns/page-about.php -msgid "About us image" -msgstr "Image à propos de nous" - -#: patterns/hidden-sidebar.php -msgid "Recent Posts" -msgstr "Articles récents" - -#: patterns/hidden-sidebar.php -msgid "Tags" -msgstr "Étiquettes" - -#: patterns/dark-mode-toggle.php -msgid "Switch to dark mode" -msgstr "Passer en mode sombre" - -#: patterns/dark-mode-toggle.php -msgid "Switch to light mode" -msgstr "Passer en mode clair" - -#: functions.php +#: style.css +msgid "" +"A modern WordPress Block Theme built from scratch with Bootstrap 5. Features " +"responsive design, dark mode support, and full compatibility with the " +"WordPress Site Editor." +msgstr "Un thème de blocs WordPress moderne, conçu de zéro avec Bootstrap 5. Il offre un design réactif, la prise en charge du mode sombre et une compatibilité totale avec l'éditeur de site WordPress." +"Un thème WordPress Block moderne construit de zéro avec Bootstrap 5. Design " +"réactif, prise en charge du mode sombre et compatibilité totale avec " +"l'éditeur de site WordPress." + +#. Author of the theme +#: style.css +msgid "Marco Graetsch" +msgstr "" + +#. Author URI of the theme +#: style.css +msgid "https://src.bundespruefstelle.ch/magdev" +msgstr "" + +#: functions.php:43 msgid "Primary Navigation" msgstr "Navigation principale" -#: functions.php +#: functions.php:44 msgid "Footer Navigation" msgstr "Navigation du pied de page" -#: functions.php -msgid "Pages" -msgstr "Pages" +#: functions.php:58 +msgid "Sidebar" +msgstr "Barre latérale" -#: functions.php -msgid "A collection of full page layouts." -msgstr "Une collection de mises en page pleine page." +#: functions.php:60 +msgid "Add widgets here to appear in the sidebar." +msgstr "Ajoutez des widgets ici pour les afficher dans la barre latérale." -#: functions.php -msgid "Hero Sections" -msgstr "Sections héros" - -#: functions.php -msgid "Large hero and banner sections." -msgstr "Grandes sections héros et bannières." - -#: functions.php -msgid "Call to Action" -msgstr "Appel à l'action" - -#: functions.php -msgid "Call to action sections." -msgstr "Sections d'appel à l'action." - -#: functions.php -msgid "Feature and service showcase sections." -msgstr "Sections de présentation des fonctionnalités et services." - -#: functions.php -msgid "Testimonials" -msgstr "Témoignages" - -#: functions.php -msgid "Testimonial and review sections." -msgstr "Sections de témoignages et d'avis." - -#: functions.php -msgid "Pricing table sections." -msgstr "Sections de tableaux de tarifs." - -#: functions.php -msgid "Contact" -msgstr "Contact" - -#: functions.php -msgid "Contact information sections." -msgstr "Sections d'informations de contact." - -#: functions.php -msgid "Text & Content" -msgstr "Texte et contenu" - -#: functions.php -msgid "Text-focused content sections." -msgstr "Sections de contenu axées sur le texte." - -#: functions.php -msgid "Checkmark" -msgstr "Coche" - -#: functions.php -msgid "Unstyled" -msgstr "Sans style" - -#: functions.php -msgid "Card" -msgstr "Carte" - -#: functions.php -msgid "Card with Shadow" -msgstr "Carte avec ombre" - -#: functions.php -msgid "Alert - Info" -msgstr "Alerte - Info" - -#: functions.php -msgid "Alert - Success" -msgstr "Alerte - Succès" - -#: functions.php -msgid "Alert - Warning" -msgstr "Alerte - Avertissement" - -#: functions.php -msgid "Alert - Danger" -msgstr "Alerte - Danger" - -#: functions.php -msgid "Striped Rows" -msgstr "Lignes rayées" - -#: functions.php -msgid "Hover Rows" -msgstr "Lignes survolées" - -#: functions.php -msgid "Bordered" -msgstr "Avec bordure" - -#: functions.php -msgid "Accent Border" -msgstr "Bordure d'accent" - -#: functions.php -msgid "Shadow" -msgstr "Ombre" - -#: functions.php -msgid "Large Rounded" -msgstr "Grand arrondi" - -#: functions.php -msgid "Large" -msgstr "Grand" - -#: functions.php -msgid "Small" -msgstr "Petit" - -#: functions.php -msgid "Wide" -msgstr "Large" - -#: functions.php -msgid "Name" -msgstr "Nom" - -#: functions.php -msgid "Website" -msgstr "Site web" - -#: functions.php -msgid "Save my name, email, and website in this browser for the next time I comment." -msgstr "Enregistrer mon nom, mon courriel et mon site web dans ce navigateur pour la prochaine fois que je commenterai." - -#: functions.php +#: functions.php:494 msgid "Bootstrap Layout" msgstr "Mise en page Bootstrap" -#: functions.php +#: functions.php:499 msgid "Bootstrap Components" msgstr "Composants Bootstrap" -#: functions.php +#: functions.php:504 msgid "Bootstrap Navigation" msgstr "Navigation Bootstrap" -#: functions.php +#: functions.php:522 +msgid "Pages" +msgstr "Pages" + +#: functions.php:523 +msgid "A collection of full page layouts." +msgstr "Une collection de mises en page pleine page." + +#: functions.php:530 +msgid "Hero Sections" +msgstr "Sections héros" + +#: functions.php:531 +msgid "Large hero and banner sections." +msgstr "Grandes sections héros et bannières." + +#: functions.php:538 +msgid "Call to Action" +msgstr "Appel à l'action" + +#: functions.php:539 +msgid "Call to action sections." +msgstr "Sections d'appel à l'action." + +#: functions.php:546 patterns/features-3-col.php:14 +msgid "Features" +msgstr "Fonctionnalités" + +#: functions.php:547 +msgid "Feature and service showcase sections." +msgstr "Sections de présentation des fonctionnalités et services." + +#: functions.php:554 +msgid "Testimonials" +msgstr "Témoignages" + +#: functions.php:555 +msgid "Testimonial and review sections." +msgstr "Sections de témoignages et d'avis." + +#: functions.php:562 patterns/pricing-3-col.php:14 +msgid "Pricing" +msgstr "Tarifs" + +#: functions.php:563 +msgid "Pricing table sections." +msgstr "Sections de tableaux de tarifs." + +#: functions.php:570 +msgid "Contact" +msgstr "Contact" + +#: functions.php:571 +msgid "Contact information sections." +msgstr "Sections d'informations de contact." + +#: functions.php:578 +msgid "Text & Content" +msgstr "Texte et contenu" + +#: functions.php:579 +msgid "Text-focused content sections." +msgstr "Sections de contenu axées sur le texte." + +#: functions.php:586 msgid "Layout" msgstr "Mise en page" -#: functions.php +#: functions.php:587 msgid "Layout building blocks for page structure." msgstr "Blocs de construction de mise en page pour la structure des pages." -#: functions.php +#: functions.php:594 msgid "Components" msgstr "Composants" -#: functions.php +#: functions.php:595 msgid "Reusable Bootstrap component patterns." msgstr "Modèles de composants Bootstrap réutilisables." -#: functions.php -#: patterns/footer-columns.php +#: functions.php:602 patterns/footer-columns.php:30 msgid "Navigation" msgstr "Navigation" -#: functions.php +#: functions.php:603 msgid "Navigation and header patterns." msgstr "Modèles de navigation et d'en-tête." -#: patterns/layout-container.php -msgid "Heading goes here" -msgstr "Le titre va ici" +#: functions.php:620 +msgid "Checkmark" +msgstr "Coche" -#: patterns/layout-container.php -msgid "This is a content container with constrained width and comfortable padding. Replace this text with your own content." -msgstr "Ceci est un conteneur de contenu avec une largeur limitée et un espacement confortable. Remplacez ce texte par votre propre contenu." +#: functions.php:629 +msgid "Unstyled" +msgstr "Sans style" -#: patterns/layout-2-col.php -#: patterns/layout-3-col.php -msgid "Column One" -msgstr "Colonne un" +#: functions.php:637 +msgid "Card" +msgstr "Carte" -#: patterns/layout-2-col.php -msgid "Add your content here. This column takes up half the available width on larger screens and stacks on mobile devices." -msgstr "Ajoutez votre contenu ici. Cette colonne occupe la moitié de la largeur disponible sur les grands écrans et s'empile sur les appareils mobiles." +#: functions.php:645 +msgid "Card with Shadow" +msgstr "Carte avec ombre" -#: patterns/layout-2-col.php -#: patterns/layout-3-col.php -msgid "Column Two" -msgstr "Colonne deux" +#: functions.php:653 +msgid "Alert - Info" +msgstr "Alerte - Info" -#: patterns/layout-3-col.php -msgid "Column Three" -msgstr "Colonne trois" +#: functions.php:661 +msgid "Alert - Success" +msgstr "Alerte - Succès" -#: patterns/layout-3-col.php -msgid "Add your content here. This column takes up one third of the available width on larger screens." -msgstr "Ajoutez votre contenu ici. Cette colonne occupe un tiers de la largeur disponible sur les grands écrans." +#: functions.php:669 +msgid "Alert - Warning" +msgstr "Alerte - Avertissement" -#: patterns/layout-full-width-section.php -msgid "Full Width Section Heading" -msgstr "Titre de la section pleine largeur" +#: functions.php:677 +msgid "Alert - Danger" +msgstr "Alerte - Danger" -#: patterns/layout-full-width-section.php -msgid "This full-width section stands out with a colored background. Use it to highlight important content, announcements, or calls to action." -msgstr "Cette section pleine largeur se distingue par un arrière-plan coloré. Utilisez-la pour mettre en valeur du contenu important, des annonces ou des appels à l'action." +#: functions.php:685 +msgid "Striped Rows" +msgstr "Lignes rayées" -#: patterns/component-card-group.php -msgid "Card One" -msgstr "Carte un" +#: functions.php:693 +msgid "Hover Rows" +msgstr "Lignes survolées" -#: patterns/component-card-group.php -msgid "Card Two" -msgstr "Carte deux" +#: functions.php:701 +msgid "Bordered" +msgstr "Avec bordure" -#: patterns/component-card-group.php -msgid "Card Three" -msgstr "Carte trois" +#: functions.php:709 +msgid "Accent Border" +msgstr "Bordure d'accent" -#: patterns/component-card-group.php -msgid "Add a short description for this card. Cards are a great way to organize and present related content." -msgstr "Ajoutez une courte description pour cette carte. Les cartes sont un excellent moyen d'organiser et de présenter du contenu connexe." +#: functions.php:717 +msgid "Shadow" +msgstr "Ombre" + +#: functions.php:725 +msgid "Large Rounded" +msgstr "Grand arrondi" + +#: functions.php:733 +msgid "Large" +msgstr "Grand" + +#: functions.php:741 +msgid "Small" +msgstr "Petit" + +#: functions.php:749 +msgid "Wide" +msgstr "Large" + +#: functions.php:801 +msgid "Name" +msgstr "Nom" + +#: functions.php:806 patterns/contact-info.php:44 +#: patterns/cta-newsletter.php:21 patterns/page-contact.php:34 +msgid "Email" +msgstr "Courriel" + +#: functions.php:811 +msgid "Website" +msgstr "Site web" + +#: functions.php:819 +msgid "" +"Save my name, email, and website in this browser for the next time I comment." +msgstr "Enregistrer mon nom, mon adresse e-mail et mon site web dans ce navigateur pour mon prochain commentaire." +"Enregistrer mon nom, mon courriel et mon site web dans ce navigateur pour la " +"prochaine fois que je commenterai." + +#: inc/Template/ContextBuilder.php:199 patterns/template-query-loop.php:25 +msgid "Read more" +msgstr "Lire la suite" + +#: inc/Template/ContextBuilder.php:237 patterns/post-navigation.php:17 +msgid "Previous" +msgstr "Précédent" + +#: inc/Template/ContextBuilder.php:238 patterns/post-navigation.php:18 +msgid "Next" +msgstr "Suivant" + +#: inc/Template/ContextBuilder.php:274 +#, php-format +msgid "%s Comment" +msgid_plural "%s Comments" +msgstr[0] "%s commentaire" +msgstr[1] "%s commentaires" + +#: inc/Template/ContextBuilder.php:329 +msgid "Leave a Comment" +msgstr "Laisser un commentaire" + +#: inc/Template/ContextBuilder.php:335 +msgid "Comment" +msgstr "Commentaire" + +#: patterns/comments.php +msgctxt "Pattern title" +msgid "Comments" +msgstr "Commentaires" + +#: patterns/comments.php +msgctxt "Pattern description" +msgid "Comments section with form." +msgstr "Section de commentaires avec formulaire." + +#: patterns/comments.php:15 +msgid "Comments" +msgstr "Commentaires" #: patterns/component-accordion.php +msgctxt "Pattern title" msgid "Accordion" msgstr "Accordéon" #: patterns/component-accordion.php +msgctxt "Pattern description" +msgid "" +"An accordion section using details blocks with summary and content " +"paragraphs." +msgstr "Une section accordéon utilisant des blocs de détails avec résumés et paragraphes de contenu." +"Une section accordéon utilisant des blocs de détails avec des résumés et " +"des paragraphes de contenu." + +#: patterns/component-accordion.php:14 +msgid "Accordion" +msgstr "Accordéon" + +#: patterns/component-accordion.php:18 msgid "Click on each item to expand and reveal its content." msgstr "Cliquez sur chaque élément pour le développer et révéler son contenu." -#: patterns/component-accordion.php +#: patterns/component-accordion.php:22 msgid "Accordion Item One" msgstr "Élément d'accordéon un" -#: patterns/component-accordion.php -msgid "This is the content for the first accordion item. You can add any blocks inside this details element to create rich, expandable content sections." -msgstr "Ceci est le contenu du premier élément d'accordéon. Vous pouvez ajouter n'importe quels blocs à l'intérieur de cet élément details pour créer des sections de contenu riches et dépliables." +#: patterns/component-accordion.php:23 +msgid "" +"This is the content for the first accordion item. You can add any blocks " +"inside this details element to create rich, expandable content sections." +msgstr "Voici le contenu du premier élément de l'accordéon. Vous pouvez ajouter n'importe quels blocs à l'intérieur de cet élément pour créer des sections de contenu riches et extensibles." +"Ceci est le contenu du premier élément d'accordéon. Vous pouvez ajouter " +"n'importe quels blocs à l'intérieur de cet élément details pour créer des " +"sections de contenu riches et dépliables." -#: patterns/component-accordion.php +#: patterns/component-accordion.php:28 msgid "Accordion Item Two" msgstr "Élément d'accordéon deux" -#: patterns/component-accordion.php -msgid "This is the content for the second accordion item. Details blocks are a native HTML element that provide toggle functionality without JavaScript." -msgstr "Ceci est le contenu du deuxième élément d'accordéon. Les blocs details sont un élément HTML natif qui offre une fonctionnalité de basculement sans JavaScript." +#: patterns/component-accordion.php:29 +msgid "" +"This is the content for the second accordion item. Details blocks are a " +"native HTML element that provide toggle functionality without JavaScript." +msgstr "Voici le contenu du deuxième élément de l'accordéon. Les blocs de détails sont des éléments HTML natifs qui offrent une fonctionnalité de bascule sans JavaScript." +"Ceci est le contenu du deuxième élément d'accordéon. Les blocs details sont " +"un élément HTML natif qui offre une fonctionnalité de basculement sans " +"JavaScript." -#: patterns/component-accordion.php +#: patterns/component-accordion.php:34 msgid "Accordion Item Three" msgstr "Élément d'accordéon trois" -#: patterns/component-accordion.php -msgid "This is the content for the third accordion item. Use accordions to organize frequently asked questions, feature lists, or any content that benefits from progressive disclosure." -msgstr "Ceci est le contenu du troisième élément d'accordéon. Utilisez les accordéons pour organiser les questions fréquentes, les listes de fonctionnalités ou tout contenu qui bénéficie d'une divulgation progressive." +#: patterns/component-accordion.php:35 +msgid "" +"This is the content for the third accordion item. Use accordions to organize " +"frequently asked questions, feature lists, or any content that benefits from " +"progressive disclosure." +msgstr "Voici le contenu du troisième élément de l'accordéon. Utilisez les accordéons pour organiser les questions fréquentes, les listes de fonctionnalités ou tout contenu bénéficiant d'une divulgation progressive." +"Ceci est le contenu du troisième élément d'accordéon. Utilisez les " +"accordéons pour organiser les questions fréquentes, les listes de " +"fonctionnalités ou tout contenu qui bénéficie d'une divulgation progressive." -#: patterns/page-about.php -msgid "About Us" -msgstr "A propos" +#: patterns/component-card-group.php +msgctxt "Pattern title" +msgid "Card Group" +msgstr "Groupe de cartes" -#: patterns/page-about.php -msgid "Learn more about who we are, what we do, and the people behind our mission." -msgstr "Apprenez-en plus sur qui nous sommes, ce que nous faisons et les personnes derrière notre mission." +#: patterns/component-card-group.php +msgctxt "Pattern description" +msgid "" +"A three-column card group with shadow-styled cards, each containing a " +"heading and paragraph." +msgstr "Un groupe de cartes à trois colonnes avec des cartes ombragées, chacune contenant un titre et un paragraphe." +"Un groupe de cartes à trois colonnes avec des cartes à ombre, chacune " +"contenant un titre et un paragraphe." -#: patterns/page-about.php -msgid "Our Story" -msgstr "Notre histoire" +#: patterns/component-card-group.php:17 +msgid "Card One" +msgstr "Carte un" -#: patterns/page-about.php -msgid "Founded with a passion for innovation and excellence, our journey began with a simple idea: to create meaningful solutions that make a real difference. Over the years, we have grown from a small team into a dedicated group of professionals committed to delivering outstanding results." -msgstr "Fondée avec une passion pour l'innovation et l'excellence, notre aventure a commencé avec une idée simple : créer des solutions significatives qui font une vraie différence. Au fil des années, nous sommes passés d'une petite équipe à un groupe dédié de professionnels engagés à fournir des résultats exceptionnels." +#: patterns/component-card-group.php:21 patterns/component-card-group.php:33 +#: patterns/component-card-group.php:45 +msgid "" +"Add a short description for this card. Cards are a great way to organize and " +"present related content." +msgstr "Ajoutez une brève description pour cette carte. Les cartes sont un excellent moyen d'organiser et de présenter du contenu lié." +"Ajoutez une courte description pour cette carte. Les cartes sont un " +"excellent moyen d'organiser et de présenter du contenu connexe." -#: patterns/page-about.php -msgid "Today, we continue to push boundaries and challenge conventions. Our approach combines creative thinking with proven methodologies, ensuring that every project we undertake meets the highest standards of quality and craftsmanship." -msgstr "Aujourd'hui, nous continuons à repousser les limites et à remettre en question les conventions. Notre approche combine la pensée créative avec des méthodologies éprouvées, garantissant que chaque projet que nous entreprenons répond aux plus hauts standards de qualité et de savoir-faire." +#: patterns/component-card-group.php:29 +msgid "Card Two" +msgstr "Carte deux" -#: patterns/page-about.php -msgid "Our Team" -msgstr "Notre équipe" +#: patterns/component-card-group.php:41 +msgid "Card Three" +msgstr "Carte trois" -#: patterns/page-about.php -msgid "Meet the people who make it all happen." -msgstr "Rencontrez les personnes qui rendent tout cela possible." +#: patterns/contact-info.php +msgctxt "Pattern title" +msgid "Contact information" +msgstr "Informations de contact" -#: patterns/page-about.php -msgid "Jane Doe" -msgstr "Jane Doe" +#: patterns/contact-info.php +msgctxt "Pattern description" +msgid "" +"A three-column contact information layout with address, phone, and email." +msgstr "Une mise en page des coordonnées à trois colonnes avec adresse, téléphone et e-mail." +"Une mise en page des informations de contact à trois colonnes avec adresse, " +"téléphone et courriel." -#: patterns/page-about.php -msgid "Founder & CEO" -msgstr "Fondatrice et PDG" - -#: patterns/page-about.php -msgid "John Smith" -msgstr "John Smith" - -#: patterns/page-about.php -msgid "Lead Developer" -msgstr "Développeur principal" - -#: patterns/page-about.php -msgid "Emily Johnson" -msgstr "Emily Johnson" - -#: patterns/page-about.php -msgid "Creative Director" -msgstr "Directrice créative" - -#: patterns/page-services.php -msgid "Our Services" -msgstr "Nos services" - -#: patterns/page-services.php -msgid "Professional solutions tailored to your needs." -msgstr "Des solutions professionnelles adaptées à vos besoins." - -#: patterns/page-services.php -msgid "What We Offer" -msgstr "Ce que nous offrons" - -#: patterns/page-services.php -msgid "We provide a wide range of services to help your business grow and succeed." -msgstr "Nous fournissons une large gamme de services pour aider votre entreprise à croître et réussir." - -#: patterns/page-services.php -msgid "Design" -msgstr "Design" - -#: patterns/page-services.php -msgid "Beautiful, user-centered designs that capture your brand identity and engage your audience across all platforms and devices." -msgstr "De beaux designs centrés sur l'utilisateur qui capturent l'identité de votre marque et engagent votre public sur toutes les plateformes et appareils." - -#: patterns/page-services.php -msgid "Development" -msgstr "Développement" - -#: patterns/page-services.php -msgid "Robust, scalable web applications built with modern technologies and best practices to ensure performance and reliability." -msgstr "Des applications web robustes et évolutives construites avec des technologies modernes et les meilleures pratiques pour garantir performance et fiabilité." - -#: patterns/page-services.php -msgid "Strategy" -msgstr "Stratégie" - -#: patterns/page-services.php -msgid "Data-driven strategies and consulting to help you achieve your business goals and stay ahead of the competition." -msgstr "Des stratégies basées sur les données et du conseil pour vous aider à atteindre vos objectifs commerciaux et garder une longueur d'avance sur la concurrence." - -#: patterns/page-services.php -msgid "Ready to take your project to the next level? Let us help you build something great." -msgstr "Prêt à faire passer votre projet au niveau supérieur ? Laissez-nous vous aider à construire quelque chose de formidable." - -#: patterns/page-services.php -msgid "View Portfolio" -msgstr "Voir le portfolio" - -#: patterns/page-contact.php -msgid "We would love to hear from you. Reach out to us anytime." -msgstr "Nous serions ravis d'avoir de vos nouvelles. Contactez-nous à tout moment." - -#: patterns/page-contact.php -msgid "Get in Touch" +#: patterns/contact-info.php:14 +msgid "Get in touch" msgstr "Prenez contact" -#: patterns/page-contact.php -msgid "123 Main Street, Suite 100, Anytown, ST 12345" -msgstr "Rue de l'Exemple 123, 1200 Genève, Suisse" +#: patterns/contact-info.php:18 +msgid "" +"We would love to hear from you. Reach out through any of the channels below." +msgstr "Nous serions ravis de vous entendre. Contactez-nous via l'un des canaux ci-dessous." +"Nous serions ravis d'avoir de vos nouvelles. Contactez-nous via l'un des " +"canaux ci-dessous." -#: patterns/page-contact.php -msgid "+1 (555) 123-4567" -msgstr "+41 22 123 45 67" +#: patterns/contact-info.php:24 patterns/page-contact.php:30 +msgid "Address" +msgstr "Adresse" -#: patterns/page-contact.php -msgid "Business Hours" -msgstr "Heures d'ouverture" +#: patterns/contact-info.php:28 +msgid "123 Example Street" +msgstr "Rue de l'Exemple 123" -#: patterns/page-contact.php -msgid "Monday - Friday:" -msgstr "Lundi - Vendredi :" +#: patterns/contact-info.php:28 +msgid "8000 Zurich, Switzerland" +msgstr "8000 Zurich, Suisse" -#: patterns/page-contact.php -msgid "9:00 AM - 6:00 PM" -msgstr "9h00 - 18h00" +#: patterns/contact-info.php:34 patterns/page-contact.php:38 +msgid "Phone" +msgstr "Téléphone" -#: patterns/page-contact.php -msgid "Saturday:" -msgstr "Samedi :" +#: patterns/contact-info.php:38 +msgid "+41 44 123 45 67" +msgstr "+41 44 123 45 67" -#: patterns/page-contact.php -msgid "10:00 AM - 4:00 PM" -msgstr "10h00 - 16h00" +#: patterns/contact-info.php:48 patterns/page-contact.php:34 +msgid "info@example.com" +msgstr "info@example.com" -#: patterns/page-contact.php -msgid "Sunday:" -msgstr "Dimanche :" +#: patterns/cta-banner.php +msgctxt "Pattern title" +msgid "Call to action banner" +msgstr "Bannière d'appel à l'action" -#: patterns/page-contact.php -msgid "Closed" -msgstr "Fermé" +#: patterns/cta-banner.php +msgctxt "Pattern description" +msgid "" +"A full-width call to action banner with a colored background, heading, " +"description, and button." +msgstr "Une bannière d'appel à l'action pleine largeur avec un arrière-plan coloré, un titre, une description et un bouton." +"Une bannière d'appel à l'action pleine largeur avec un arrière-plan coloré, " +"un titre, une description et un bouton." -#. translators: Copyright notice. %1$s: Year, %2$s: Site title. -#: patterns/footer-minimal.php -msgid "© %1$s %2$s. All rights reserved." -msgstr "© %1$s %2$s. Tous droits réservés." +#: patterns/cta-banner.php:14 +msgid "Ready to get started?" +msgstr "Prêt à commencer ?" + +#: patterns/cta-banner.php:18 +msgid "Start building your website today with our powerful and flexible theme." +msgstr "Commencez à construire votre site web aujourd'hui avec notre thème puissant et flexible." +"Commencez à créer votre site web dès aujourd'hui avec notre thème puissant " +"et flexible." + +#: patterns/cta-banner.php:23 +msgid "Start Now" +msgstr "Commencer maintenant" + +#: patterns/cta-newsletter.php +msgctxt "Pattern title" +msgid "Newsletter signup" +msgstr "Inscription à la newsletter" + +#: patterns/cta-newsletter.php +msgctxt "Pattern description" +msgid "" +"A newsletter signup section with heading, description, and search block." +msgstr "Une section d'inscription à la newsletter avec titre, description et bloc de recherche." +"Une section d'inscription à la newsletter avec titre, description et bloc " +"de recherche." + +#: patterns/cta-newsletter.php:14 +msgid "Stay in the loop" +msgstr "Restez informé" + +#: patterns/cta-newsletter.php:18 +msgid "Subscribe to our newsletter for updates, tips, and exclusive content." +msgstr "Abonnez-vous à notre newsletter pour recevoir des mises à jour, des conseils et du contenu exclusif." +"Abonnez-vous à notre newsletter pour des mises à jour, des conseils et du " +"contenu exclusif." + +#: patterns/cta-newsletter.php:21 +msgid "Enter your email address" +msgstr "Entrez votre adresse courriel" + +#: patterns/cta-newsletter.php:21 +msgid "Subscribe" +msgstr "S'abonner" + +#: patterns/dark-mode-toggle.php +msgctxt "Pattern title" +msgid "Dark mode toggle" +msgstr "Bouton mode sombre" + +#: patterns/dark-mode-toggle.php +msgctxt "Pattern description" +msgid "A toggle button for switching between light and dark mode." +msgstr "Un bouton de basculement entre le mode clair et le mode sombre." + +#: patterns/dark-mode-toggle.php:13 +msgid "Switch to dark mode" +msgstr "Passer en mode sombre" + +#: patterns/dark-mode-toggle.php:13 +msgid "Switch to light mode" +msgstr "Passer en mode clair" + +#: patterns/features-2-col-offset.php +msgctxt "Pattern title" +msgid "Features two columns with image" +msgstr "Fonctionnalités deux colonnes avec image" + +#: patterns/features-2-col-offset.php +msgctxt "Pattern description" +msgid "" +"A two-column layout with a large image on the left and stacked features on " +"the right." +msgstr "Une mise en page à deux colonnes avec une grande image à gauche et des fonctionnalités empilées à droite." +"Une mise en page à deux colonnes avec une grande image à gauche et des " +"fonctionnalités empilées à droite." + +#: patterns/features-2-col-offset.php:16 +msgid "Feature illustration" +msgstr "Illustration de fonctionnalité" + +#: patterns/features-2-col-offset.php:22 +msgid "Designed for modern workflows" +msgstr "Conçu pour les flux de travail modernes" + +#: patterns/features-2-col-offset.php:26 +msgid "" +"Streamline your development process with a theme that works the way you do." +msgstr "Rationalisez votre processus de développement avec un thème qui fonctionne à votre façon." +"Optimisez votre processus de développement avec un thème qui fonctionne " +"comme vous." + +#: patterns/features-2-col-offset.php:34 +msgid "Block Patterns" +msgstr "Modèles de blocs" + +#: patterns/features-2-col-offset.php:38 +msgid "" +"Pre-built patterns for common page sections. Drop them in and customize to " +"fit your needs." +msgstr "Des modèles prédéfinis pour les sections de page courantes. Intégrez-les et personnalisez-les selon vos besoins." +"Modèles préconçus pour les sections de page courantes. Insérez-les et " +"personnalisez-les selon vos besoins." + +#: patterns/features-2-col-offset.php:46 +msgid "Style Variations" +msgstr "Variations de style" + +#: patterns/features-2-col-offset.php:50 +msgid "" +"Switch between color schemes with a single click. Choose from multiple " +"professionally designed palettes." +msgstr "Passez d'un schéma de couleurs à l'autre en un seul clic. Choisissez parmi plusieurs palettes conçues par des professionnels." +"Basculez entre les palettes de couleurs en un seul clic. Choisissez parmi " +"plusieurs palettes conçues professionnellement." + +#: patterns/features-3-col.php +msgctxt "Pattern title" +msgid "Features three columns" +msgstr "Fonctionnalités trois colonnes" + +#: patterns/features-3-col.php +msgctxt "Pattern description" +msgid "A three-column feature grid with images, headings, and descriptions." +msgstr "Une grille de fonctionnalités à trois colonnes avec images, titres et descriptions." +"Une grille de fonctionnalités à trois colonnes avec images, titres et " +"descriptions." + +#: patterns/features-3-col.php:18 +msgid "Everything you need to build a modern website." +msgstr "Tout ce dont vous avez besoin pour créer un site web moderne." + +#: patterns/features-3-col.php:28 +msgid "Responsive Design" +msgstr "Design réactif" + +#: patterns/features-3-col.php:32 +msgid "" +"Your website looks great on every device, from mobile phones to large " +"desktop screens." +msgstr "Votre site web s'affiche parfaitement sur tous les appareils, des téléphones mobiles aux grands écrans de bureau." +"Votre site web est superbe sur tous les appareils, des téléphones mobiles " +"aux grands écrans de bureau." + +#: patterns/features-3-col.php:42 +msgid "Easy Customization" +msgstr "Personnalisation facile" + +#: patterns/features-3-col.php:46 +msgid "" +"Customize colors, fonts, and layouts using the WordPress Site Editor with no " +"code required." +msgstr "Personnalisez les couleurs, les polices et les mises en page avec l'éditeur de site WordPress, sans code requis." +"Personnalisez les couleurs, les polices et les mises en page avec l'éditeur " +"de site WordPress, sans aucun code requis." + +#: patterns/features-3-col.php:56 +msgid "Performance First" +msgstr "La performance avant tout" + +#: patterns/features-3-col.php:60 +msgid "" +"Built with speed in mind. Optimized assets and clean code for lightning-fast " +"page loads." +msgstr "Conçu avec la performance en tête. Des ressources optimisées et un code propre pour des chargements de page ultra-rapides." +"Conçu pour la vitesse. Ressources optimisées et code propre pour des " +"chargements de pages ultra-rapides." + +#: patterns/features-icon-list.php +msgctxt "Pattern title" +msgid "Features icon list" +msgstr "Liste de fonctionnalités avec icônes" + +#: patterns/features-icon-list.php +msgctxt "Pattern description" +msgid "A vertical list of features with icon images and text descriptions." +msgstr "Une liste verticale de fonctionnalités avec des icônes et des descriptions textuelles." +"Une liste verticale de fonctionnalités avec des icônes et des descriptions " +"textuelles." + +#: patterns/features-icon-list.php:14 +msgid "Why choose us" +msgstr "Pourquoi nous choisir" + +#: patterns/features-icon-list.php:25 +msgid "Bootstrap 5 Framework" +msgstr "Framework Bootstrap 5" + +#: patterns/features-icon-list.php:29 +msgid "" +"Built on the most popular CSS framework. Leverage a proven, well-documented " +"design system." +msgstr "Construit sur le framework CSS le plus populaire. Exploitez un système de design éprouvé et bien documenté." +"Construit sur le framework CSS le plus populaire. Tirez parti d'un système " +"de design éprouvé et bien documenté." + +#: patterns/features-icon-list.php:41 +msgid "Full Site Editing" +msgstr "Édition complète du site" + +#: patterns/features-icon-list.php:45 +msgid "" +"Edit every part of your site visually. Headers, footers, templates, and " +"content are all customizable." +msgstr "Modifiez visuellement chaque partie de votre site. En-têtes, pieds de page, modèles et contenu sont tous personnalisables." +"Modifiez chaque partie de votre site visuellement. En-têtes, pieds de page, " +"modèles et contenu sont tous personnalisables." + +#: patterns/features-icon-list.php:57 +msgid "Dark Mode Support" +msgstr "Prise en charge du mode sombre" + +#: patterns/features-icon-list.php:61 +msgid "" +"Built-in dark mode toggle that respects user preferences and persists across " +"visits." +msgstr "Bouton bascule mode sombre intégré qui respecte les préférences des utilisateurs et persiste entre les visites." +"Bouton de mode sombre intégré qui respecte les préférences de l'utilisateur " +"et persiste entre les visites." #: patterns/footer-columns.php +msgctxt "Pattern title" +msgid "Footer - Multi-Column" +msgstr "Pied de page - Multi-colonnes" + +#: patterns/footer-columns.php +msgctxt "Pattern description" +msgid "Multi-column footer with site info, navigation, and credits." +msgstr "Pied de page multi-colonnes avec informations sur le site, navigation et crédits." +"Pied de page multi-colonnes avec informations du site, navigation et " +"crédits." + +#: patterns/footer-columns.php:22 msgid "A modern WordPress theme built with Bootstrap 5." msgstr "Un thème WordPress moderne construit avec Bootstrap 5." -#: patterns/footer-columns.php +#: patterns/footer-columns.php:39 msgid "About" msgstr "A propos" -#: patterns/footer-columns.php -msgid "This theme is proudly built with Bootstrap 5 and WordPress Full Site Editing." -msgstr "Ce thème est fièrement construit avec Bootstrap 5 et l'éditeur de site complet WordPress." +#: patterns/footer-columns.php:42 +msgid "" +"This theme is proudly built with Bootstrap 5 and WordPress Full Site Editing." +msgstr "Ce thème est fièrement construit avec Bootstrap 5 et l'édition complète du site WordPress." +"Ce thème est fièrement construit avec Bootstrap 5 et l'éditeur de site " +"complet WordPress." #. translators: Copyright notice. %1$s: Year, %2$s: Site title. -#: patterns/footer-columns.php +#: patterns/footer-columns.php:64 +#, php-format msgid "© %1$s %2$s" msgstr "© %1$s %2$s" -#: views/base.html.twig -msgid "Skip to main content" -msgstr "Aller au contenu principal" +#. translators: Powered by WordPress. %s: WordPress link. +#: patterns/footer-columns.php:76 patterns/footer.php:38 +#, php-format +msgid "Powered by %s" +msgstr "Propulsé par %s" -#: views/partials/header.html.twig -#: views/partials/header-centered.html.twig -#: views/partials/header-transparent.html.twig -#: views/partials/header-offcanvas.html.twig -msgid "Primary navigation" -msgstr "Navigation principale" +#: patterns/footer-columns.php:77 patterns/footer.php:39 +msgid "https://wordpress.org" +msgstr "https://fr-ch.wordpress.org" -#: views/partials/footer.html.twig -#: views/partials/footer-columns.html.twig -msgid "Footer navigation" -msgstr "Navigation du pied de page" +#: patterns/footer-minimal.php +msgctxt "Pattern title" +msgid "Footer - Minimal" +msgstr "Pied de page - Minimal" -#: functions.php +#: patterns/footer-minimal.php +msgctxt "Pattern description" +msgid "Minimal single-line footer with copyright." +msgstr "Pied de page minimaliste sur une ligne avec mention de copyright." + +#. translators: Copyright notice. %1$s: Year, %2$s: Site title. +#: patterns/footer-minimal.php:25 +#, php-format +msgid "© %1$s %2$s. All rights reserved." +msgstr "© %1$s %2$s. Tous droits réservés." + +#: patterns/footer.php +msgctxt "Pattern title" +msgid "Footer" +msgstr "Pied de page" + +#: patterns/footer.php +msgctxt "Pattern description" +msgid "Site footer with site title, tagline, and credits." +msgstr "Pied de page du site avec titre, slogan et crédits." + +#: patterns/header-centered.php +msgctxt "Pattern title" +msgid "Header - Centered" +msgstr "En-tête - Centré" + +#: patterns/header-centered.php +msgctxt "Pattern description" +msgid "Centered header with site title above navigation." +msgstr "En-tête centré avec le titre du site au-dessus de la navigation." + +#: patterns/header-transparent.php +msgctxt "Pattern title" +msgid "Header - Transparent" +msgstr "En-tête - Transparent" + +#: patterns/header-transparent.php +msgctxt "Pattern description" +msgid "Transparent header that overlays page content, ideal for hero sections." +msgstr "En-tête transparent qui se superpose au contenu de la page, idéal pour les sections hero." +"En-tête transparent qui se superpose au contenu de la page, idéal pour les " +"sections héros." + +#: patterns/header.php +msgctxt "Pattern title" +msgid "Header" +msgstr "En-tête" + +#: patterns/header.php +msgctxt "Pattern description" +msgid "Site header with site title and navigation." +msgstr "En-tête du site avec titre et navigation." + +#: patterns/hero-centered.php +msgctxt "Pattern title" +msgid "Hero centered" +msgstr "Héros centré" + +#: patterns/hero-centered.php +msgctxt "Pattern description" +msgid "" +"A centered hero section with a colored background, heading, paragraph, and " +"call to action buttons." +msgstr "Une section hero centrée avec un arrière-plan coloré, un titre, un paragraphe et des boutons d'appel à l'action." +"Une section héros centrée avec un arrière-plan coloré, un titre, un " +"paragraphe et des boutons d'appel à l'action." + +#: patterns/hero-centered.php:14 +msgid "Welcome to your new website" +msgstr "Bienvenue sur votre nouveau site web" + +#: patterns/hero-centered.php:18 +msgid "" +"Start building beautiful, responsive pages with the full power of Bootstrap " +"5 and the WordPress block editor." +msgstr "Commencez à créer de belles pages réactives avec toute la puissance de Bootstrap 5 et de l'éditeur de blocs WordPress." +"Commencez à créer de belles pages réactives avec toute la puissance de " +"Bootstrap 5 et de l'éditeur de blocs WordPress." + +#: patterns/hero-centered.php:23 patterns/hero-cover.php:23 +#: patterns/page-services.php:78 patterns/pricing-3-col.php:52 +#: patterns/pricing-3-col.php:91 +msgid "Get Started" +msgstr "Commencer" + +#: patterns/hero-centered.php:27 patterns/hero-split.php:25 +#: patterns/text-about.php:29 +msgid "Learn More" +msgstr "En savoir plus" + +#: patterns/hero-cover.php +msgctxt "Pattern title" +msgid "Hero with cover image" +msgstr "Héros avec image de couverture" + +#: patterns/hero-cover.php +msgctxt "Pattern description" +msgid "" +"A full-width hero section with a cover image, heading, paragraph, and call " +"to action button." +msgstr "Une section hero pleine largeur avec une image de couverture, un titre, un paragraphe et un bouton d'appel à l'action." +"Une section héros pleine largeur avec une image de couverture, un titre, un " +"paragraphe et un bouton d'appel à l'action." + +#: patterns/hero-cover.php:14 +msgid "Build something amazing" +msgstr "Créez quelque chose d'incroyable" + +#: patterns/hero-cover.php:18 +msgid "" +"Create modern, responsive websites with the power of Bootstrap 5 and the " +"WordPress Site Editor." +msgstr "Créez des sites web modernes et réactifs avec la puissance de Bootstrap 5 et l'éditeur de site WordPress." +"Créez des sites web modernes et réactifs grâce à la puissance de Bootstrap 5 " +"et de l'éditeur de site WordPress." + +#: patterns/hero-split.php +msgctxt "Pattern title" +msgid "Hero split with image" +msgstr "Héros partagé avec image" + +#: patterns/hero-split.php +msgctxt "Pattern description" +msgid "" +"A two-column hero with text on the left and an image placeholder on the " +"right." +msgstr "Un hero à deux colonnes avec du texte à gauche et un espace réservé pour une image à droite." +"Un héros à deux colonnes avec du texte à gauche et un espace réservé pour " +"une image à droite." + +#: patterns/hero-split.php:16 +msgid "Modern design meets powerful features" +msgstr "Un design moderne allié à des fonctionnalités puissantes" + +#: patterns/hero-split.php:20 +msgid "" +"A WordPress theme built from the ground up with Bootstrap 5 for a seamless " +"editing and browsing experience." +msgstr "Un thème WordPress construit de zéro avec Bootstrap 5 pour une expérience d'édition et de navigation sans faille." +"Un thème WordPress construit de zéro avec Bootstrap 5 pour une expérience " +"d'édition et de navigation fluide." + +#: patterns/hero-split.php:29 +msgid "View Demo" +msgstr "Voir la démo" + +#: patterns/hero-split.php:36 +msgid "Hero image" +msgstr "Image héros" + +#: patterns/hidden-404.php +msgctxt "Pattern title" +msgid "404" +msgstr "404" + +#: patterns/hidden-404.php:14 +msgid "Page not found" +msgstr "Page non trouvée" + +#: patterns/hidden-404.php:18 +msgid "" +"The page you are looking for does not exist, or it has been moved. Please " +"try searching using the form below." +msgstr "La page que vous recherchez n'existe pas ou a été déplacée. Veuillez effectuer une recherche à l'aide du formulaire ci-dessous." +"La page que vous recherchez n'existe pas ou a été déplacée. Veuillez essayer " +"de rechercher en utilisant le formulaire ci-dessous." + +#: patterns/hidden-blog-heading.php +msgctxt "Pattern title" +msgid "Blog heading" +msgstr "Titre du blog" + +#: patterns/hidden-blog-heading.php:12 +msgid "Blog" +msgstr "Blog" + +#: patterns/hidden-search.php +msgctxt "Pattern title" +msgid "Search" +msgstr "Recherche" + +#: patterns/hidden-search.php:11 patterns/hidden-sidebar.php:32 +#: patterns/hidden-sidebar.php:35 +msgid "Search" +msgstr "Rechercher" + +#: patterns/hidden-search.php:11 patterns/hidden-sidebar.php:35 +msgid "Search..." +msgstr "Rechercher..." + +#: patterns/hidden-sidebar.php +msgctxt "Pattern title" msgid "Sidebar" msgstr "Barre latérale" -#: functions.php -msgid "Add widgets here to appear in the sidebar." -msgstr "Ajoutez des widgets ici pour les afficher dans la barre latérale." +#: patterns/hidden-sidebar.php +msgctxt "Pattern description" +msgid "Sidebar content with recent posts, search, and tag cloud." +msgstr "Contenu de la barre latérale avec les articles récents, la recherche et le nuage de tags." +"Contenu de la barre latérale avec articles récents, recherche et nuage " +"d'étiquettes." -#: views/partials/sidebar.html.twig -msgid "Blog sidebar" -msgstr "Barre latérale du blog" +#: patterns/hidden-sidebar.php:14 +msgid "Recent Posts" +msgstr "Articles récents" + +#: patterns/hidden-sidebar.php:42 +msgid "Tags" +msgstr "Étiquettes" + +#: patterns/hidden-written-by.php +msgctxt "Pattern title" +msgid "Written by" +msgstr "Écrit par" + +#: patterns/layout-2-col.php +msgctxt "Pattern title" +msgid "Two Columns" +msgstr "Deux colonnes" + +#: patterns/layout-2-col.php +msgctxt "Pattern description" +msgid "" +"A two-column layout with equal width columns, each containing a heading and " +"paragraph." +msgstr "Une mise en page à deux colonnes de largeur égale, chacune contenant un titre et un paragraphe." +"Une mise en page à deux colonnes de largeur égale, chacune contenant un " +"titre et un paragraphe." + +#: patterns/layout-2-col.php:16 patterns/layout-3-col.php:16 +msgid "Column One" +msgstr "Colonne un" + +#: patterns/layout-2-col.php:20 patterns/layout-2-col.php:30 +msgid "" +"Add your content here. This column takes up half the available width on " +"larger screens and stacks on mobile devices." +msgstr "Ajoutez votre contenu ici. Cette colonne occupe la moitié de la largeur disponible sur les grands écrans et s'empile sur les appareils mobiles." +"Ajoutez votre contenu ici. Cette colonne occupe la moitié de la largeur " +"disponible sur les grands écrans et s'empile sur les appareils mobiles." + +#: patterns/layout-2-col.php:26 patterns/layout-3-col.php:26 +msgid "Column Two" +msgstr "Colonne deux" + +#: patterns/layout-3-col.php +msgctxt "Pattern title" +msgid "Three Columns" +msgstr "Trois colonnes" + +#: patterns/layout-3-col.php +msgctxt "Pattern description" +msgid "" +"A three-column layout with equal width columns, each containing a heading " +"and paragraph." +msgstr "Une mise en page à trois colonnes de largeur égale, chacune contenant un titre et un paragraphe." +"Une mise en page à trois colonnes de largeur égale, chacune contenant un " +"titre et un paragraphe." + +#: patterns/layout-3-col.php:20 patterns/layout-3-col.php:30 +#: patterns/layout-3-col.php:40 +msgid "" +"Add your content here. This column takes up one third of the available width " +"on larger screens." +msgstr "Ajoutez votre contenu ici. Cette colonne occupe un tiers de la largeur disponible sur les grands écrans." +"Ajoutez votre contenu ici. Cette colonne occupe un tiers de la largeur " +"disponible sur les grands écrans." + +#: patterns/layout-3-col.php:36 +msgid "Column Three" +msgstr "Colonne trois" + +#: patterns/layout-container.php +msgctxt "Pattern title" +msgid "Bootstrap Container" +msgstr "Conteneur Bootstrap" + +#: patterns/layout-container.php +msgctxt "Pattern description" +msgid "" +"A constrained container with padding, containing a heading and paragraph " +"placeholder." +msgstr "Un conteneur contraint avec du rembourrage, contenant un titre et un paragraphe fictif." +"Un conteneur limité avec espacement, contenant un titre et un paragraphe " +"de remplacement." + +#: patterns/layout-container.php:14 +msgid "Heading goes here" +msgstr "Le titre va ici" + +#: patterns/layout-container.php:18 +msgid "" +"This is a content container with constrained width and comfortable padding. " +"Replace this text with your own content." +msgstr "Voici un conteneur de contenu avec une largeur contrainte et un rembourrage confortable. Remplacez ce texte par votre propre contenu." +"Ceci est un conteneur de contenu avec une largeur limitée et un espacement " +"confortable. Remplacez ce texte par votre propre contenu." + +#: patterns/layout-full-width-section.php +msgctxt "Pattern title" +msgid "Full Width Section" +msgstr "Section pleine largeur" + +#: patterns/layout-full-width-section.php +msgctxt "Pattern description" +msgid "" +"A full-width section with a primary background color, centered white heading " +"and paragraph." +msgstr "Une section pleine largeur avec une couleur d'arrière-plan principale, un titre et un paragraphe blancs centrés." +"Une section pleine largeur avec une couleur d'arrière-plan principale, un " +"titre blanc centré et un paragraphe." + +#: patterns/layout-full-width-section.php:14 +msgid "Full Width Section Heading" +msgstr "Titre de la section pleine largeur" + +#: patterns/layout-full-width-section.php:18 +msgid "" +"This full-width section stands out with a colored background. Use it to " +"highlight important content, announcements, or calls to action." +msgstr "Cette section pleine largeur se distingue par un arrière-plan coloré. Utilisez-la pour mettre en valeur du contenu important, des annonces ou des appels à l'action." +"Cette section pleine largeur se distingue par un arrière-plan coloré. " +"Utilisez-la pour mettre en valeur du contenu important, des annonces ou des " +"appels à l'action." + +#: patterns/more-posts.php +msgctxt "Pattern title" +msgid "More posts" +msgstr "Plus d'articles" + +#: patterns/more-posts.php +msgctxt "Pattern description" +msgid "A section with more recent posts." +msgstr "Une section avec d'autres articles récents." + +#: patterns/more-posts.php:15 +msgid "More posts" +msgstr "Plus d'articles" + +#: patterns/nav-dark.php +msgctxt "Pattern title" +msgid "Navigation - Dark" +msgstr "Navigation - Sombre" + +#: patterns/nav-dark.php +msgctxt "Pattern description" +msgid "Dark-themed navigation header with dark background." +msgstr "En-tête de navigation au thème sombre avec arrière-plan foncé." + +#: patterns/nav-offcanvas.php +msgctxt "Pattern title" +msgid "Navigation - Offcanvas" +msgstr "Navigation - Hors-écran" + +#: patterns/nav-offcanvas.php +msgctxt "Pattern description" +msgid "" +"Header with offcanvas mobile navigation using Bootstrap offcanvas component." +msgstr "En-tête avec navigation mobile hors-canevas utilisant le composant offcanvas de Bootstrap." +"En-tête avec navigation mobile hors-écran utilisant le composant offcanvas " +"de Bootstrap." + +#: patterns/page-about.php +msgctxt "Pattern title" +msgid "About Page" +msgstr "Page À propos" + +#: patterns/page-about.php +msgctxt "Pattern description" +msgid "A full about page layout with hero, story section, and team members." +msgstr "Une mise en page complète de la page À propos avec hero, section d'histoire et membres de l'équipe." +"Une mise en page complète de la page À propos avec héros, section histoire " +"et membres de l'équipe." + +#: patterns/page-about.php:14 +msgid "About Us" +msgstr "A propos" + +#: patterns/page-about.php:18 +msgid "" +"Learn more about who we are, what we do, and the people behind our mission." +msgstr "Apprenez-en davantage sur qui nous sommes, ce que nous faisons et les personnes derrière notre mission." +"Apprenez-en plus sur qui nous sommes, ce que nous faisons et les personnes " +"derrière notre mission." + +#: patterns/page-about.php:26 +msgid "Our Story" +msgstr "Notre histoire" + +#: patterns/page-about.php:30 +msgid "" +"Founded with a passion for innovation and excellence, our journey began with " +"a simple idea: to create meaningful solutions that make a real difference. " +"Over the years, we have grown from a small team into a dedicated group of " +"professionals committed to delivering outstanding results." +msgstr "Fondés avec une passion pour l'innovation et l'excellence, notre parcours a débuté avec une idée simple : créer des solutions significatives qui font une réelle différence. Au fil des années, nous sommes passés d'une petite équipe à un groupe de professionnels dévoués à l'obtention de résultats remarquables." +"Fondée avec une passion pour l'innovation et l'excellence, notre aventure a " +"commencé avec une idée simple : créer des solutions significatives qui font " +"une vraie différence. Au fil des années, nous sommes passés d'une petite " +"équipe à un groupe dédié de professionnels engagés à fournir des résultats " +"exceptionnels." + +#: patterns/page-about.php:34 +msgid "" +"Today, we continue to push boundaries and challenge conventions. Our " +"approach combines creative thinking with proven methodologies, ensuring that " +"every project we undertake meets the highest standards of quality and " +"craftsmanship." +msgstr "Aujourd'hui, nous continuons de repousser les limites et de défier les conventions. Notre approche combine la pensée créative avec des méthodologies éprouvées, garantissant que chaque projet que nous entreprendrons répond aux plus hauts standards de qualité et de savoir-faire." +"Aujourd'hui, nous continuons à repousser les limites et à remettre en " +"question les conventions. Notre approche combine la pensée créative avec des " +"méthodologies éprouvées, garantissant que chaque projet que nous " +"entreprenons répond aux plus hauts standards de qualité et de savoir-faire." + +#: patterns/page-about.php:40 patterns/text-about.php:36 +msgid "About us image" +msgstr "Image à propos de nous" + +#: patterns/page-about.php:48 +msgid "Our Team" +msgstr "Notre équipe" + +#: patterns/page-about.php:52 +msgid "Meet the people who make it all happen." +msgstr "Rencontrez les personnes qui rendent tout cela possible." + +#: patterns/page-about.php:59 +msgid "Jane Doe" +msgstr "Jane Doe" + +#: patterns/page-about.php:63 +msgid "Founder & CEO" +msgstr "Fondatrice et PDG" + +#: patterns/page-about.php:71 +msgid "John Smith" +msgstr "John Smith" + +#: patterns/page-about.php:75 +msgid "Lead Developer" +msgstr "Développeur principal" + +#: patterns/page-about.php:83 +msgid "Emily Johnson" +msgstr "Emily Johnson" + +#: patterns/page-about.php:87 +msgid "Creative Director" +msgstr "Directrice créative" + +#: patterns/page-contact.php +msgctxt "Pattern title" +msgid "Contact Page" +msgstr "Page de contact" + +#: patterns/page-contact.php +msgctxt "Pattern description" +msgid "" +"A full contact page layout with hero, contact details, business hours, and " +"spacer." +msgstr "Une mise en page complète de la page Contact avec hero, coordonnées, horaires d'ouverture et espaceur." +"Une mise en page complète de la page de contact avec héros, coordonnées, " +"heures d'ouverture et espace." + +#: patterns/page-contact.php:14 patterns/page-services.php:87 +#: patterns/pricing-3-col.php:130 +msgid "Contact Us" +msgstr "Contactez-nous" + +#: patterns/page-contact.php:18 +msgid "We would love to hear from you. Reach out to us anytime." +msgstr "Nous serions ravis de vous entendre. Contactez-nous à tout moment." +"Nous serions ravis d'avoir de vos nouvelles. Contactez-nous à tout moment." + +#: patterns/page-contact.php:26 +msgid "Get in Touch" +msgstr "Prenez contact" + +#: patterns/page-contact.php:30 +msgid "123 Main Street, Suite 100, Anytown, ST 12345" +msgstr "Rue de l'Exemple 123, 1200 Genève, Suisse" + +#: patterns/page-contact.php:38 +msgid "+1 (555) 123-4567" +msgstr "+41 22 123 45 67" + +#: patterns/page-contact.php:44 +msgid "Business Hours" +msgstr "Heures d'ouverture" + +#: patterns/page-contact.php:49 +msgid "Monday - Friday:" +msgstr "Lundi - Vendredi :" + +#: patterns/page-contact.php:49 +msgid "9:00 AM - 6:00 PM" +msgstr "9h00 - 18h00" + +#: patterns/page-contact.php:53 +msgid "Saturday:" +msgstr "Samedi :" + +#: patterns/page-contact.php:53 +msgid "10:00 AM - 4:00 PM" +msgstr "10h00 - 16h00" + +#: patterns/page-contact.php:57 +msgid "Sunday:" +msgstr "Dimanche :" + +#: patterns/page-contact.php:57 +msgid "Closed" +msgstr "Fermé" + +#: patterns/page-services.php +msgctxt "Pattern title" +msgid "Services Page" +msgstr "Page de services" + +#: patterns/page-services.php +msgctxt "Pattern description" +msgid "" +"A full services page layout with hero, service offerings, and call to action." +msgstr "Une mise en page complète de la page Services avec hero, offres de services et appel à l'action." +"Une mise en page complète de la page de services avec héros, offres de " +"services et appel à l'action." + +#: patterns/page-services.php:14 +msgid "Our Services" +msgstr "Nos services" + +#: patterns/page-services.php:18 +msgid "Professional solutions tailored to your needs." +msgstr "Des solutions professionnelles adaptées à vos besoins." + +#: patterns/page-services.php:24 +msgid "What We Offer" +msgstr "Ce que nous offrons" + +#: patterns/page-services.php:28 +msgid "" +"We provide a wide range of services to help your business grow and succeed." +msgstr "Nous proposons une large gamme de services pour aider votre entreprise à croître et à réussir." +"Nous fournissons une large gamme de services pour aider votre entreprise à " +"croître et réussir." + +#: patterns/page-services.php:34 +msgid "🎨" +msgstr "🎨" + +#: patterns/page-services.php:38 +msgid "Design" +msgstr "Design" + +#: patterns/page-services.php:42 +msgid "" +"Beautiful, user-centered designs that capture your brand identity and engage " +"your audience across all platforms and devices." +msgstr "Des designs beaux et centrés sur l'utilisateur qui capturent l'identité de votre marque et engagent votre audience sur toutes les plateformes et appareils." +"De beaux designs centrés sur l'utilisateur qui capturent l'identité de votre " +"marque et engagent votre public sur toutes les plateformes et appareils." + +#: patterns/page-services.php:48 +msgid "⚙️" +msgstr "⚙️" + +#: patterns/page-services.php:52 +msgid "Development" +msgstr "Développement" + +#: patterns/page-services.php:56 +msgid "" +"Robust, scalable web applications built with modern technologies and best " +"practices to ensure performance and reliability." +msgstr "Des applications web robustes et évolutives construites avec des technologies modernes et des bonnes pratiques pour garantir performance et fiabilité." +"Des applications web robustes et évolutives construites avec des " +"technologies modernes et les meilleures pratiques pour garantir performance " +"et fiabilité." + +#: patterns/page-services.php:62 +msgid "📈" +msgstr "📈" + +#: patterns/page-services.php:66 +msgid "Strategy" +msgstr "Stratégie" + +#: patterns/page-services.php:70 +msgid "" +"Data-driven strategies and consulting to help you achieve your business " +"goals and stay ahead of the competition." +msgstr "Des stratégies basées sur les données et des conseils pour vous aider à atteindre vos objectifs commerciaux et garder une longueur d'avance sur la concurrence." +"Des stratégies basées sur les données et du conseil pour vous aider à " +"atteindre vos objectifs commerciaux et garder une longueur d'avance sur la " +"concurrence." + +#: patterns/page-services.php:82 +msgid "" +"Ready to take your project to the next level? Let us help you build " +"something great." +msgstr "Prêt à faire passer votre projet au niveau supérieur ? Laissez-nous vous aider à construire quelque chose de remarquable." +"Prêt à faire passer votre projet au niveau supérieur ? Laissez-nous vous " +"aider à construire quelque chose de formidable." + +#: patterns/page-services.php:91 +msgid "View Portfolio" +msgstr "Voir le portfolio" + +#: patterns/post-navigation.php +msgctxt "Pattern title" +msgid "Post navigation" +msgstr "Navigation entre articles" + +#: patterns/post-navigation.php +msgctxt "Pattern description" +msgid "Previous and next post links." +msgstr "Liens vers l'article précédent et suivant." + +#: patterns/pricing-3-col.php +msgctxt "Pattern title" +msgid "Pricing three columns" +msgstr "Tarifs trois colonnes" + +#: patterns/pricing-3-col.php +msgctxt "Pattern description" +msgid "" +"Three-column pricing cards with feature lists and call to action buttons." +msgstr "Cartes de tarification à trois colonnes avec listes de fonctionnalités et boutons d'appel à l'action." +"Cartes tarifaires à trois colonnes avec listes de fonctionnalités et " +"boutons d'appel à l'action." + +#: patterns/pricing-3-col.php:18 +msgid "Choose the plan that works best for you." +msgstr "Choisissez le forfait qui vous convient le mieux." + +#: patterns/pricing-3-col.php:25 +msgid "Basic" +msgstr "Basique" + +#: patterns/pricing-3-col.php:29 +msgid "Free" +msgstr "Gratuit" + +#: patterns/pricing-3-col.php:38 +msgid "1 Website" +msgstr "1 site web" + +#: patterns/pricing-3-col.php:42 +msgid "Community Support" +msgstr "Support communautaire" + +#: patterns/pricing-3-col.php:46 +msgid "Core Features" +msgstr "Fonctionnalités de base" + +#: patterns/pricing-3-col.php:61 +msgid "Professional" +msgstr "Professionnel" + +#. translators: pricing amount +#: patterns/pricing-3-col.php:67 +msgid "$49" +msgstr "CHF 49" + +#: patterns/pricing-3-col.php:77 +msgid "5 Websites" +msgstr "5 sites web" + +#: patterns/pricing-3-col.php:81 +msgid "Priority Support" +msgstr "Support prioritaire" + +#: patterns/pricing-3-col.php:85 +msgid "All Features" +msgstr "Toutes les fonctionnalités" + +#: patterns/pricing-3-col.php:100 +msgid "Enterprise" +msgstr "Entreprise" + +#. translators: pricing amount +#: patterns/pricing-3-col.php:106 +msgid "$199" +msgstr "CHF 199" + +#: patterns/pricing-3-col.php:116 +msgid "Unlimited Websites" +msgstr "Sites web illimités" + +#: patterns/pricing-3-col.php:120 +msgid "Dedicated Support" +msgstr "Support dédié" + +#: patterns/pricing-3-col.php:124 +msgid "Custom Development" +msgstr "Développement sur mesure" + +#: patterns/template-query-loop.php +msgctxt "Pattern title" +msgid "Query loop" +msgstr "Boucle de requête" + +#: patterns/template-query-loop.php:39 +msgid "No posts were found." +msgstr "Aucun article n'a été trouvé." + +#: patterns/testimonials-2-col.php +msgctxt "Pattern title" +msgid "Testimonials two columns" +msgstr "Témoignages deux colonnes" + +#: patterns/testimonials-2-col.php +msgctxt "Pattern description" +msgid "Two-column testimonials with quote blocks and citations." +msgstr "Témoignages à deux colonnes avec blocs de citations et références." + +#: patterns/testimonials-2-col.php:14 +msgid "What our clients say" +msgstr "Ce que disent nos clients" + +#: patterns/testimonials-2-col.php:20 +msgid "" +"This theme completely transformed our website. The Bootstrap integration " +"makes it incredibly easy to create professional-looking pages without any " +"custom code." +msgstr "Ce thème a complètement transformé notre site web. L'intégration Bootstrap facilite incroyablement la création de pages professionnelles sans aucun code personnalisé." +"Ce thème a complètement transformé notre site web. L'intégration de " +"Bootstrap rend incroyablement facile la création de pages d'aspect " +"professionnel sans aucun code personnalisé." + +#: patterns/testimonials-2-col.php:20 +msgid "Jane Doe, Web Designer" +msgstr "Jane Doe, Webdesigneuse" + +#: patterns/testimonials-2-col.php:26 +msgid "" +"The dark mode support and style variations give us the flexibility we need. " +"Our clients love being able to switch between color schemes effortlessly." +msgstr "La prise en charge du mode sombre et les variations de style nous offrent la flexibilité dont nous avons besoin. Nos clients adorent pouvoir changer de schéma de couleurs sans effort." +"La prise en charge du mode sombre et les variations de style nous donnent la " +"flexibilité dont nous avons besoin. Nos clients adorent pouvoir basculer " +"entre les palettes de couleurs sans effort." + +#: patterns/testimonials-2-col.php:26 +msgid "John Smith, Developer" +msgstr "John Smith, Développeur" + +#: patterns/testimonials-centered.php +msgctxt "Pattern title" +msgid "Testimonial centered" +msgstr "Témoignage centré" + +#: patterns/testimonials-centered.php +msgctxt "Pattern description" +msgid "A single large centered testimonial with citation." +msgstr "Un seul grand témoignage centré avec citation." + +#: patterns/testimonials-centered.php:14 +msgid "" +"The best WordPress theme we have ever used. Clean code, beautiful design, " +"and incredible flexibility." +msgstr "Le meilleur thème WordPress que nous ayons jamais utilisé. Code propre, design magnifique et flexibilité incroyable." +"Le meilleur thème WordPress que nous ayons jamais utilisé. Code propre, beau " +"design et flexibilité incroyable." + +#: patterns/testimonials-centered.php:14 +msgid "Alex Johnson, Creative Director" +msgstr "Alex Johnson, Directeur créatif" + +#: patterns/text-about.php +msgctxt "Pattern title" +msgid "About section" +msgstr "Section À propos" + +#: patterns/text-about.php +msgctxt "Pattern description" +msgid "A two-column about section with text content and an image." +msgstr "Une section À propos à deux colonnes avec du contenu textuel et une image." + +#: patterns/text-about.php:16 +msgid "About us" +msgstr "A propos de nous" + +#: patterns/text-about.php:20 +msgid "" +"We are passionate about creating tools that empower people to build " +"beautiful websites. Our theme combines the reliability of Bootstrap with the " +"flexibility of WordPress." +msgstr "Nous sommes passionnés par la création d'outils qui permettent aux gens de créer de beaux sites web. Notre thème combine la fiabilité de Bootstrap avec la flexibilité de WordPress." +"Nous sommes passionnés par la création d'outils qui permettent aux gens de " +"construire de beaux sites web. Notre thème combine la fiabilité de Bootstrap " +"avec la flexibilité de WordPress." + +#: patterns/text-about.php:24 +msgid "" +"With years of experience in web development and design, we understand what " +"it takes to create a theme that is both powerful and easy to use." +msgstr "Avec des années d'expérience en développement web et en design, nous comprenons ce qu'il faut pour créer un thème à la fois puissant et facile à utiliser." +"Avec des années d'expérience en développement web et en design, nous " +"comprenons ce qu'il faut pour créer un thème à la fois puissant et facile à " +"utiliser." + +#: patterns/text-faq.php +msgctxt "Pattern title" +msgid "Frequently asked questions" +msgstr "Questions fréquemment posées" + +#: patterns/text-faq.php +msgctxt "Pattern description" +msgid "An FAQ section with question and answer pairs." +msgstr "Une section FAQ avec des paires de questions et réponses." + +#: patterns/text-faq.php:14 +msgid "Frequently Asked Questions" +msgstr "Foire aux questions" + +#: patterns/text-faq.php:20 +msgid "How do I install the theme?" +msgstr "Comment installer le thème ?" + +#: patterns/text-faq.php:24 +msgid "" +"Download the ZIP file from the releases page, then upload it via WordPress " +"Admin > Appearance > Themes > Add New > Upload Theme." +msgstr "Téléchargez le fichier ZIP depuis la page des versions, puis importez-le via WordPress Admin > Apparence > Thèmes > Ajouter > Importer un thème." +"Téléchargez le fichier ZIP depuis la page des versions, puis importez-le via " +"Administration WordPress > Apparence > Thèmes > Ajouter > Téléverser un " +"thème." + +#: patterns/text-faq.php:34 +msgid "Does it work with the Site Editor?" +msgstr "Fonctionne-t-il avec l'éditeur de site ?" + +#: patterns/text-faq.php:38 +msgid "" +"Yes, this is a Full Site Editing block theme. You can customize templates, " +"headers, footers, and all block patterns using the WordPress Site Editor." +msgstr "Oui, il s'agit d'un thème de blocs pour l'édition complète du site. Vous pouvez personnaliser les modèles, les en-têtes, les pieds de page et tous les modèles de blocs avec l'éditeur de site WordPress." +"Oui, c'est un thème bloc d'édition complète du site. Vous pouvez " +"personnaliser les modèles, en-têtes, pieds de page et tous les modèles de " +"blocs avec l'éditeur de site WordPress." + +#: patterns/text-faq.php:48 +msgid "Can I use my own fonts?" +msgstr "Puis-je utiliser mes propres polices ?" + +#: patterns/text-faq.php:52 +msgid "" +"The theme comes with Inter, Lora, and system font stacks. You can add custom " +"fonts through the Site Editor or by modifying theme.json." +msgstr "Le thème est fourni avec Inter, Lora et des polices système. Vous pouvez ajouter des polices personnalisées via l'éditeur de site ou en modifiant theme.json." +"Le thème est livré avec Inter, Lora et des polices système. Vous pouvez " +"ajouter des polices personnalisées via l'éditeur de site ou en modifiant " +"theme.json." + +#: patterns/text-faq.php:62 +msgid "Is dark mode supported?" +msgstr "Le mode sombre est-il pris en charge ?" + +#: patterns/text-faq.php:66 +msgid "" +"Yes, the theme includes a dark mode toggle that uses Bootstrap 5.3 built-in " +"dark mode. It respects system preferences and remembers your choice." +msgstr "Oui, le thème inclut un bouton bascule mode sombre qui utilise le mode sombre intégré de Bootstrap 5.3. Il respecte les préférences du système et mémorise votre choix." +"Oui, le thème inclut un bouton de mode sombre qui utilise le mode sombre " +"intégré de Bootstrap 5.3. Il respecte les préférences système et mémorise " +"votre choix." + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Base" +msgstr "Base" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Contrast" +msgstr "Contraste" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Primary" +msgstr "Primaire" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Secondary" +msgstr "Secondaire" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Success" +msgstr "Succès" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Danger" +msgstr "Danger" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Warning" +msgstr "Avertissement" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Info" +msgstr "Info" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Light" +msgstr "Clair" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Dark" +msgstr "Sombre" + +#: theme.json +msgctxt "Space size name" +msgid "3xs" +msgstr "3xs" + +#: theme.json +msgctxt "Space size name" +msgid "2xs" +msgstr "2xs" + +#: theme.json +msgctxt "Space size name" +msgid "xs" +msgstr "xs" + +#: theme.json +msgctxt "Space size name" +msgid "s" +msgstr "s" + +#: theme.json +msgctxt "Space size name" +msgid "m" +msgstr "m" + +#: theme.json +msgctxt "Space size name" +msgid "l" +msgstr "l" + +#: theme.json +msgctxt "Space size name" +msgid "xl" +msgstr "xl" + +#: theme.json +msgctxt "Space size name" +msgid "2xl" +msgstr "2xl" + +#: theme.json +msgctxt "Font size name" +msgid "Small" +msgstr "Petite" + +#: theme.json +msgctxt "Font size name" +msgid "Medium" +msgstr "Moyen" + +#: theme.json +msgctxt "Font size name" +msgid "Large" +msgstr "Grande" + +#: theme.json +msgctxt "Font size name" +msgid "Extra Large" +msgstr "Très grand" + +#: theme.json +msgctxt "Font size name" +msgid "Huge" +msgstr "Énorme" + +#: theme.json +msgctxt "Font size name" +msgid "Display" +msgstr "Affichage" + +#: theme.json +msgctxt "Font family name" +msgid "System Sans Serif" +msgstr "Système sans empattement" + +#: theme.json +msgctxt "Font family name" +msgid "Inter" +msgstr "Inter" + +#: theme.json +msgctxt "Font family name" +msgid "Lora" +msgstr "Lora" + +#: theme.json +msgctxt "Font family name" +msgid "System Monospace" +msgstr "Système monospace" + +#: theme.json +msgctxt "Shadow name" +msgid "Small" +msgstr "Petite" + +#: theme.json +msgctxt "Shadow name" +msgid "Regular" +msgstr "Normale" + +#: theme.json +msgctxt "Shadow name" +msgid "Large" +msgstr "Grande" + +#: theme.json +msgctxt "Aspect ratio name" +msgid "16:9" +msgstr "16:9" + +#: theme.json +msgctxt "Aspect ratio name" +msgid "4:3" +msgstr "4:3" + +#: theme.json +msgctxt "Aspect ratio name" +msgid "1:1" +msgstr "1:1" + +#: theme.json +msgctxt "Aspect ratio name" +msgid "3:4" +msgstr "3:4" + +#: theme.json +msgctxt "Custom template name" +msgid "Blog with Sidebar" +msgstr "Blog avec barre latérale" + +#: theme.json +msgctxt "Custom template name" +msgid "Landing Page (No Header/Footer)" +msgstr "Page d'atterrissage (sans en-tête/pied de page)" + +#: theme.json +msgctxt "Custom template name" +msgid "Full Width" +msgstr "Pleine largeur" + +#: theme.json +msgctxt "Custom template name" +msgid "Page with Hero" +msgstr "Page avec hero" + +#: theme.json +msgctxt "Custom template name" +msgid "Page with Sidebar" +msgstr "Page avec barre latérale" + +#: theme.json +msgctxt "Template part name" +msgid "Header" +msgstr "En-tête" + +#: theme.json +msgctxt "Template part name" +msgid "Header - Centered" +msgstr "En-tête - Centré" + +#: theme.json +msgctxt "Template part name" +msgid "Header - Transparent" +msgstr "En-tête - Transparent" + +#: theme.json +msgctxt "Template part name" +msgid "Footer" +msgstr "Pied de page" + +#: theme.json +msgctxt "Template part name" +msgid "Footer - Minimal" +msgstr "Pied de page - Minimal" + +#: theme.json +msgctxt "Template part name" +msgid "Footer - Multi-Column" +msgstr "Pied de page - Multi-colonnes" + +#: theme.json +msgctxt "Template part name" +msgid "Sidebar" +msgstr "Barre latérale" + +#: styles/01-ocean.json +msgctxt "Style variation name" +msgid "Ocean" +msgstr "Océan" + +#: styles/02-forest.json +msgctxt "Style variation name" +msgid "Forest" +msgstr "Forêt" + +#: styles/03-sunset.json +msgctxt "Style variation name" +msgid "Sunset" +msgstr "Coucher de soleil" + +#: styles/04-midnight.json +msgctxt "Style variation name" +msgid "Midnight" +msgstr "Minuit" + +#: styles/05-ember.json +msgctxt "Style variation name" +msgid "Ember" +msgstr "Braise" + +#: styles/06-arctic.json +msgctxt "Style variation name" +msgid "Arctic" +msgstr "Arctique" + +#: styles/07-amethyst.json +msgctxt "Style variation name" +msgid "Amethyst" +msgstr "Améthyste" + +#: styles/08-rose.json +msgctxt "Style variation name" +msgid "Rose" +msgstr "Rose" + +#: styles/09-sand.json +msgctxt "Style variation name" +msgid "Sand" +msgstr "Sable" + +#: styles/10-lavender.json +msgctxt "Style variation name" +msgid "Lavender" +msgstr "Lavande" + +#: styles/11-mint.json +msgctxt "Style variation name" +msgid "Mint" +msgstr "Menthe" + +#: styles/12-slate.json +msgctxt "Style variation name" +msgid "Slate" +msgstr "Ardoise" + +#: styles/13-mocha.json +msgctxt "Style variation name" +msgid "Mocha" +msgstr "Moka" + +#: styles/14-nebula.json +msgctxt "Style variation name" +msgid "Nebula" +msgstr "Nébuleuse" + +#: styles/15-obsidian.json +msgctxt "Style variation name" +msgid "Obsidian" +msgstr "Obsidienne" + +#~ msgid "Skip to main content" +#~ msgstr "Aller au contenu principal" + +#~ msgid "Primary navigation" +#~ msgstr "Navigation principale" + +#~ msgid "Footer navigation" +#~ msgstr "Navigation du pied de page" + +#~ msgid "Blog sidebar" +#~ msgstr "Barre latérale du blog" diff --git a/languages/wp-bootstrap-fr_FR.po b/languages/wp-bootstrap-fr_FR.po index 0547007..edc8135 100644 --- a/languages/wp-bootstrap-fr_FR.po +++ b/languages/wp-bootstrap-fr_FR.po @@ -4,8 +4,8 @@ msgid "" msgstr "" "Project-Id-Version: WP Bootstrap 0.3.0\n" -"Report-Msgid-Bugs-To: https://src.bundespruefstelle.ch/magdev/wp-bootstrap/issues\n" -"POT-Creation-Date: 2026-02-08 00:00+0000\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/wp-bootstrap\n" +"POT-Creation-Date: 2026-02-20T09:45:19+00:00\n" "PO-Revision-Date: 2026-02-08 00:00+0000\n" "Last-Translator: Claude AI \n" "Language-Team: French\n" @@ -16,902 +16,1888 @@ msgstr "" "X-Domain: wp-bootstrap\n" #. Theme Name of the theme -#: patterns/footer.php +#: style.css patterns/footer.php:31 msgid "WP Bootstrap" msgstr "WP Bootstrap" +#. Theme URI of the theme +#: style.css +msgid "https://src.bundespruefstelle.ch/magdev/wp-bootstrap" +msgstr "" + #. Description of the theme -msgid "A modern WordPress Block Theme built from scratch with Bootstrap 5. Features responsive design, dark mode support, and full compatibility with the WordPress Site Editor." -msgstr "Un theme WordPress Block moderne construit de zéro avec Bootstrap 5. Design réactif, prise en charge du mode sombre et compatibilité totale avec l'éditeur de site WordPress." - -#: patterns/footer.php -#: patterns/footer-columns.php -msgid "Powered by %s" -msgstr "Propulsé par %s" - -#: patterns/footer.php -#: patterns/footer-columns.php -msgid "https://wordpress.org" -msgstr "https://fr.wordpress.org" - -#: patterns/hidden-404.php -msgid "Page not found" -msgstr "Page non trouvée" - -#: patterns/hidden-404.php -msgid "The page you are looking for does not exist, or it has been moved. Please try searching using the form below." -msgstr "La page que vous recherchez n'existe pas ou a été déplacée. Veuillez essayer de rechercher en utilisant le formulaire ci-dessous." - -#: patterns/hidden-search.php -#: patterns/hidden-sidebar.php -msgid "Search" -msgstr "Rechercher" - -#: patterns/hidden-search.php -#: patterns/hidden-sidebar.php -msgid "Search..." -msgstr "Rechercher..." - -#: patterns/hidden-blog-heading.php -msgid "Blog" -msgstr "Blog" - -#: patterns/comments.php -msgid "Comments" -msgstr "Commentaires" - -#: patterns/post-navigation.php -msgid "Previous" -msgstr "Précédent" - -#: patterns/post-navigation.php -msgid "Next" -msgstr "Suivant" - -#: patterns/more-posts.php -msgid "More posts" -msgstr "Plus d'articles" - -#: patterns/template-query-loop.php -msgid "Read more" -msgstr "Lire la suite" - -#: patterns/template-query-loop.php -msgid "No posts were found." -msgstr "Aucun article n'a été trouvé." - -#: patterns/hero-cover.php -msgid "Build something amazing" -msgstr "Créez quelque chose d'incroyable" - -#: patterns/hero-cover.php -msgid "Create modern, responsive websites with the power of Bootstrap 5 and the WordPress Site Editor." -msgstr "Créez des sites web modernes et réactifs grâce à la puissance de Bootstrap 5 et de l'éditeur de site WordPress." - -#: patterns/hero-cover.php -#: patterns/hero-centered.php -#: patterns/pricing-3-col.php -#: patterns/page-services.php -msgid "Get Started" -msgstr "Commencer" - -#: patterns/hero-split.php -msgid "Modern design meets powerful features" -msgstr "Un design moderne allié à des fonctionnalités puissantes" - -#: patterns/hero-split.php -msgid "A WordPress theme built from the ground up with Bootstrap 5 for a seamless editing and browsing experience." -msgstr "Un thème WordPress construit de zéro avec Bootstrap 5 pour une expérience d'édition et de navigation fluide." - -#: patterns/hero-split.php -#: patterns/hero-centered.php -#: patterns/text-about.php -msgid "Learn More" -msgstr "En savoir plus" - -#: patterns/hero-split.php -msgid "View Demo" -msgstr "Voir la démo" - -#: patterns/hero-split.php -msgid "Hero image" -msgstr "Image héros" - -#: patterns/hero-centered.php -msgid "Welcome to your new website" -msgstr "Bienvenue sur votre nouveau site web" - -#: patterns/hero-centered.php -msgid "Start building beautiful, responsive pages with the full power of Bootstrap 5 and the WordPress block editor." -msgstr "Commencez à créer de belles pages réactives avec toute la puissance de Bootstrap 5 et de l'éditeur de blocs WordPress." - -#: patterns/features-3-col.php -#: functions.php -msgid "Features" -msgstr "Fonctionnalités" - -#: patterns/features-3-col.php -msgid "Everything you need to build a modern website." -msgstr "Tout ce dont vous avez besoin pour créer un site web moderne." - -#: patterns/features-3-col.php -msgid "Responsive Design" -msgstr "Design réactif" - -#: patterns/features-3-col.php -msgid "Your website looks great on every device, from mobile phones to large desktop screens." -msgstr "Votre site web est superbe sur tous les appareils, des téléphones mobiles aux grands écrans de bureau." - -#: patterns/features-3-col.php -msgid "Easy Customization" -msgstr "Personnalisation facile" - -#: patterns/features-3-col.php -msgid "Customize colors, fonts, and layouts using the WordPress Site Editor with no code required." -msgstr "Personnalisez les couleurs, les polices et les mises en page avec l'éditeur de site WordPress, sans aucun code requis." - -#: patterns/features-3-col.php -msgid "Performance First" -msgstr "La performance avant tout" - -#: patterns/features-3-col.php -msgid "Built with speed in mind. Optimized assets and clean code for lightning-fast page loads." -msgstr "Conçu pour la vitesse. Ressources optimisées et code propre pour des chargements de pages ultra-rapides." - -#: patterns/features-icon-list.php -msgid "Why choose us" -msgstr "Pourquoi nous choisir" - -#: patterns/features-icon-list.php -msgid "Bootstrap 5 Framework" -msgstr "Framework Bootstrap 5" - -#: patterns/features-icon-list.php -msgid "Built on the most popular CSS framework. Leverage a proven, well-documented design system." -msgstr "Construit sur le framework CSS le plus populaire. Tirez parti d'un système de design éprouvé et bien documenté." - -#: patterns/features-icon-list.php -msgid "Full Site Editing" -msgstr "Édition complète du site" - -#: patterns/features-icon-list.php -msgid "Edit every part of your site visually. Headers, footers, templates, and content are all customizable." -msgstr "Modifiez chaque partie de votre site visuellement. En-têtes, pieds de page, modèles et contenu sont tous personnalisables." - -#: patterns/features-icon-list.php -msgid "Dark Mode Support" -msgstr "Prise en charge du mode sombre" - -#: patterns/features-icon-list.php -msgid "Built-in dark mode toggle that respects user preferences and persists across visits." -msgstr "Bouton de mode sombre intégré qui respecte les préférences de l'utilisateur et persiste entre les visites." - -#: patterns/features-2-col-offset.php -msgid "Feature illustration" -msgstr "Illustration de fonctionnalité" - -#: patterns/features-2-col-offset.php -msgid "Designed for modern workflows" -msgstr "Conçu pour les flux de travail modernes" - -#: patterns/features-2-col-offset.php -msgid "Streamline your development process with a theme that works the way you do." -msgstr "Optimisez votre processus de développement avec un thème qui fonctionne comme vous." - -#: patterns/features-2-col-offset.php -msgid "Block Patterns" -msgstr "Modèles de blocs" - -#: patterns/features-2-col-offset.php -msgid "Pre-built patterns for common page sections. Drop them in and customize to fit your needs." -msgstr "Modèles préconçus pour les sections de page courantes. Insérez-les et personnalisez-les selon vos besoins." - -#: patterns/features-2-col-offset.php -msgid "Style Variations" -msgstr "Variations de style" - -#: patterns/features-2-col-offset.php -msgid "Switch between color schemes with a single click. Choose from multiple professionally designed palettes." -msgstr "Basculez entre les palettes de couleurs en un seul clic. Choisissez parmi plusieurs palettes conçues professionnellement." - -#: patterns/cta-banner.php -msgid "Ready to get started?" -msgstr "Prêt à commencer ?" - -#: patterns/cta-banner.php -msgid "Start building your website today with our powerful and flexible theme." -msgstr "Commencez à créer votre site web dès aujourd'hui avec notre thème puissant et flexible." - -#: patterns/cta-banner.php -msgid "Start Now" -msgstr "Commencer maintenant" - -#: patterns/cta-newsletter.php -msgid "Stay in the loop" -msgstr "Restez informé" - -#: patterns/cta-newsletter.php -msgid "Subscribe to our newsletter for updates, tips, and exclusive content." -msgstr "Abonnez-vous à notre newsletter pour des mises à jour, des conseils et du contenu exclusif." - -#: patterns/cta-newsletter.php -msgid "Enter your email address" -msgstr "Entrez votre adresse courriel" - -#: patterns/cta-newsletter.php -msgid "Subscribe" -msgstr "S'abonner" - -#: patterns/testimonials-2-col.php -msgid "What our clients say" -msgstr "Ce que disent nos clients" - -#: patterns/testimonials-2-col.php -msgid "This theme completely transformed our website. The Bootstrap integration makes it incredibly easy to create professional-looking pages without any custom code." -msgstr "Ce thème a complètement transformé notre site web. L'intégration de Bootstrap rend incroyablement facile la création de pages d'aspect professionnel sans aucun code personnalisé." - -#: patterns/testimonials-2-col.php -msgid "Jane Doe, Web Designer" -msgstr "Jane Doe, Webdesigneuse" - -#: patterns/testimonials-2-col.php -msgid "The dark mode support and style variations give us the flexibility we need. Our clients love being able to switch between color schemes effortlessly." -msgstr "La prise en charge du mode sombre et les variations de style nous donnent la flexibilité dont nous avons besoin. Nos clients adorent pouvoir basculer entre les palettes de couleurs sans effort." - -#: patterns/testimonials-2-col.php -msgid "John Smith, Developer" -msgstr "John Smith, Développeur" - -#: patterns/testimonials-centered.php -msgid "The best WordPress theme we have ever used. Clean code, beautiful design, and incredible flexibility." -msgstr "Le meilleur thème WordPress que nous ayons jamais utilisé. Code propre, beau design et flexibilité incroyable." - -#: patterns/testimonials-centered.php -msgid "Alex Johnson, Creative Director" -msgstr "Alex Johnson, Directeur créatif" - -#: patterns/pricing-3-col.php -#: functions.php -msgid "Pricing" -msgstr "Tarifs" - -#: patterns/pricing-3-col.php -msgid "Choose the plan that works best for you." -msgstr "Choisissez le forfait qui vous convient le mieux." - -#: patterns/pricing-3-col.php -msgid "Basic" -msgstr "Basique" - -#: patterns/pricing-3-col.php -msgid "Free" -msgstr "Gratuit" - -#: patterns/pricing-3-col.php -msgid "1 Website" -msgstr "1 site web" - -#: patterns/pricing-3-col.php -msgid "Community Support" -msgstr "Support communautaire" - -#: patterns/pricing-3-col.php -msgid "Core Features" -msgstr "Fonctionnalités de base" - -#: patterns/pricing-3-col.php -msgid "Professional" -msgstr "Professionnel" - -#: patterns/pricing-3-col.php -msgid "$49" -msgstr "49 $" - -#: patterns/pricing-3-col.php -msgid "5 Websites" -msgstr "5 sites web" - -#: patterns/pricing-3-col.php -msgid "Priority Support" -msgstr "Support prioritaire" - -#: patterns/pricing-3-col.php -msgid "All Features" -msgstr "Toutes les fonctionnalités" - -#: patterns/pricing-3-col.php -msgid "Enterprise" -msgstr "Entreprise" - -#: patterns/pricing-3-col.php -msgid "$199" -msgstr "199 $" - -#: patterns/pricing-3-col.php -msgid "Unlimited Websites" -msgstr "Sites web illimités" - -#: patterns/pricing-3-col.php -msgid "Dedicated Support" -msgstr "Support dédié" - -#: patterns/pricing-3-col.php -msgid "Custom Development" -msgstr "Développement sur mesure" - -#: patterns/pricing-3-col.php -#: patterns/page-services.php -#: patterns/page-contact.php -msgid "Contact Us" -msgstr "Contactez-nous" - -#: patterns/contact-info.php -msgid "Get in touch" -msgstr "Prenez contact" - -#: patterns/contact-info.php -msgid "We would love to hear from you. Reach out through any of the channels below." -msgstr "Nous serions ravis d'avoir de vos nouvelles. Contactez-nous via l'un des canaux ci-dessous." - -#: patterns/contact-info.php -#: patterns/page-contact.php -msgid "Address" -msgstr "Adresse" - -#: patterns/contact-info.php -msgid "123 Example Street" -msgstr "123, rue de l'Exemple" - -#: patterns/contact-info.php -msgid "8000 Zurich, Switzerland" -msgstr "8000 Zurich, Suisse" - -#: patterns/contact-info.php -#: patterns/page-contact.php -msgid "Phone" -msgstr "Téléphone" - -#: patterns/contact-info.php -msgid "+41 44 123 45 67" -msgstr "+41 44 123 45 67" - -#: patterns/contact-info.php -#: patterns/cta-newsletter.php -#: patterns/page-contact.php -msgid "Email" -msgstr "Courriel" - -#: patterns/contact-info.php -#: patterns/page-contact.php -msgid "info@example.com" -msgstr "info@example.com" - -#: patterns/text-faq.php -msgid "Frequently Asked Questions" -msgstr "Foire aux questions" - -#: patterns/text-faq.php -msgid "How do I install the theme?" -msgstr "Comment installer le thème ?" - -#: patterns/text-faq.php -msgid "Download the ZIP file from the releases page, then upload it via WordPress Admin > Appearance > Themes > Add New > Upload Theme." -msgstr "Téléchargez le fichier ZIP depuis la page des versions, puis importez-le via Administration WordPress > Apparence > Thèmes > Ajouter > Téléverser un thème." - -#: patterns/text-faq.php -msgid "Does it work with the Site Editor?" -msgstr "Fonctionne-t-il avec l'éditeur de site ?" - -#: patterns/text-faq.php -msgid "Yes, this is a Full Site Editing block theme. You can customize templates, headers, footers, and all block patterns using the WordPress Site Editor." -msgstr "Oui, c'est un thème bloc d'édition complète du site. Vous pouvez personnaliser les modèles, en-têtes, pieds de page et tous les modèles de blocs avec l'éditeur de site WordPress." - -#: patterns/text-faq.php -msgid "Can I use my own fonts?" -msgstr "Puis-je utiliser mes propres polices ?" - -#: patterns/text-faq.php -msgid "The theme comes with Inter, Lora, and system font stacks. You can add custom fonts through the Site Editor or by modifying theme.json." -msgstr "Le thème est livré avec Inter, Lora et des polices système. Vous pouvez ajouter des polices personnalisées via l'éditeur de site ou en modifiant theme.json." - -#: patterns/text-faq.php -msgid "Is dark mode supported?" -msgstr "Le mode sombre est-il pris en charge ?" - -#: patterns/text-faq.php -msgid "Yes, the theme includes a dark mode toggle that uses Bootstrap 5.3 built-in dark mode. It respects system preferences and remembers your choice." -msgstr "Oui, le thème inclut un bouton de mode sombre qui utilise le mode sombre intégré de Bootstrap 5.3. Il respecte les préférences système et mémorise votre choix." - -#: patterns/text-about.php -msgid "About us" -msgstr "À propos de nous" - -#: patterns/text-about.php -msgid "We are passionate about creating tools that empower people to build beautiful websites. Our theme combines the reliability of Bootstrap with the flexibility of WordPress." -msgstr "Nous sommes passionnés par la création d'outils qui permettent aux gens de construire de beaux sites web. Notre thème combine la fiabilité de Bootstrap avec la flexibilité de WordPress." - -#: patterns/text-about.php -msgid "With years of experience in web development and design, we understand what it takes to create a theme that is both powerful and easy to use." -msgstr "Avec des années d'expérience en développement web et en design, nous comprenons ce qu'il faut pour créer un thème à la fois puissant et facile à utiliser." - -#: patterns/text-about.php -#: patterns/page-about.php -msgid "About us image" -msgstr "Image à propos de nous" - -#: patterns/hidden-sidebar.php -msgid "Recent Posts" -msgstr "Articles récents" - -#: patterns/hidden-sidebar.php -msgid "Tags" -msgstr "Étiquettes" - -#: patterns/dark-mode-toggle.php -msgid "Switch to dark mode" -msgstr "Passer en mode sombre" - -#: patterns/dark-mode-toggle.php -msgid "Switch to light mode" -msgstr "Passer en mode clair" - -#: functions.php +#: style.css +msgid "" +"A modern WordPress Block Theme built from scratch with Bootstrap 5. Features " +"responsive design, dark mode support, and full compatibility with the " +"WordPress Site Editor." +msgstr "Un thème de blocs WordPress moderne, conçu de zéro avec Bootstrap 5. Il offre un design réactif, la prise en charge du mode sombre et une compatibilité totale avec l'éditeur de site WordPress." +"Un theme WordPress Block moderne construit de zéro avec Bootstrap 5. Design " +"réactif, prise en charge du mode sombre et compatibilité totale avec " +"l'éditeur de site WordPress." + +#. Author of the theme +#: style.css +msgid "Marco Graetsch" +msgstr "" + +#. Author URI of the theme +#: style.css +msgid "https://src.bundespruefstelle.ch/magdev" +msgstr "" + +#: functions.php:43 msgid "Primary Navigation" msgstr "Navigation principale" -#: functions.php +#: functions.php:44 msgid "Footer Navigation" msgstr "Navigation du pied de page" -#: functions.php -msgid "Pages" -msgstr "Pages" +#: functions.php:58 +msgid "Sidebar" +msgstr "Barre latérale" -#: functions.php -msgid "A collection of full page layouts." -msgstr "Une collection de mises en page pleine page." +#: functions.php:60 +msgid "Add widgets here to appear in the sidebar." +msgstr "Ajoutez des widgets ici pour les afficher dans la barre latérale." -#: functions.php -msgid "Hero Sections" -msgstr "Sections héros" - -#: functions.php -msgid "Large hero and banner sections." -msgstr "Grandes sections héros et bannières." - -#: functions.php -msgid "Call to Action" -msgstr "Appel à l'action" - -#: functions.php -msgid "Call to action sections." -msgstr "Sections d'appel à l'action." - -#: functions.php -msgid "Feature and service showcase sections." -msgstr "Sections de présentation des fonctionnalités et services." - -#: functions.php -msgid "Testimonials" -msgstr "Témoignages" - -#: functions.php -msgid "Testimonial and review sections." -msgstr "Sections de témoignages et d'avis." - -#: functions.php -msgid "Pricing table sections." -msgstr "Sections de tableaux de tarifs." - -#: functions.php -msgid "Contact" -msgstr "Contact" - -#: functions.php -msgid "Contact information sections." -msgstr "Sections d'informations de contact." - -#: functions.php -msgid "Text & Content" -msgstr "Texte et contenu" - -#: functions.php -msgid "Text-focused content sections." -msgstr "Sections de contenu axées sur le texte." - -#: functions.php -msgid "Checkmark" -msgstr "Coche" - -#: functions.php -msgid "Unstyled" -msgstr "Sans style" - -#: functions.php -msgid "Card" -msgstr "Carte" - -#: functions.php -msgid "Card with Shadow" -msgstr "Carte avec ombre" - -#: functions.php -msgid "Alert - Info" -msgstr "Alerte - Info" - -#: functions.php -msgid "Alert - Success" -msgstr "Alerte - Succès" - -#: functions.php -msgid "Alert - Warning" -msgstr "Alerte - Avertissement" - -#: functions.php -msgid "Alert - Danger" -msgstr "Alerte - Danger" - -#: functions.php -msgid "Striped Rows" -msgstr "Lignes rayées" - -#: functions.php -msgid "Hover Rows" -msgstr "Lignes survolées" - -#: functions.php -msgid "Bordered" -msgstr "Avec bordure" - -#: functions.php -msgid "Accent Border" -msgstr "Bordure d'accent" - -#: functions.php -msgid "Shadow" -msgstr "Ombre" - -#: functions.php -msgid "Large Rounded" -msgstr "Grand arrondi" - -#: functions.php -msgid "Large" -msgstr "Grand" - -#: functions.php -msgid "Small" -msgstr "Petit" - -#: functions.php -msgid "Wide" -msgstr "Large" - -#: functions.php -msgid "Name" -msgstr "Nom" - -#: functions.php -msgid "Website" -msgstr "Site web" - -#: functions.php -msgid "Save my name, email, and website in this browser for the next time I comment." -msgstr "Enregistrer mon nom, mon courriel et mon site web dans ce navigateur pour la prochaine fois que je commenterai." - -#: functions.php +#: functions.php:494 msgid "Bootstrap Layout" msgstr "Mise en page Bootstrap" -#: functions.php +#: functions.php:499 msgid "Bootstrap Components" msgstr "Composants Bootstrap" -#: functions.php +#: functions.php:504 msgid "Bootstrap Navigation" msgstr "Navigation Bootstrap" -#: functions.php +#: functions.php:522 +msgid "Pages" +msgstr "Pages" + +#: functions.php:523 +msgid "A collection of full page layouts." +msgstr "Une collection de mises en page pleine page." + +#: functions.php:530 +msgid "Hero Sections" +msgstr "Sections héros" + +#: functions.php:531 +msgid "Large hero and banner sections." +msgstr "Grandes sections héros et bannières." + +#: functions.php:538 +msgid "Call to Action" +msgstr "Appel à l'action" + +#: functions.php:539 +msgid "Call to action sections." +msgstr "Sections d'appel à l'action." + +#: functions.php:546 patterns/features-3-col.php:14 +msgid "Features" +msgstr "Fonctionnalités" + +#: functions.php:547 +msgid "Feature and service showcase sections." +msgstr "Sections de présentation des fonctionnalités et services." + +#: functions.php:554 +msgid "Testimonials" +msgstr "Témoignages" + +#: functions.php:555 +msgid "Testimonial and review sections." +msgstr "Sections de témoignages et d'avis." + +#: functions.php:562 patterns/pricing-3-col.php:14 +msgid "Pricing" +msgstr "Tarifs" + +#: functions.php:563 +msgid "Pricing table sections." +msgstr "Sections de tableaux de tarifs." + +#: functions.php:570 +msgid "Contact" +msgstr "Contact" + +#: functions.php:571 +msgid "Contact information sections." +msgstr "Sections d'informations de contact." + +#: functions.php:578 +msgid "Text & Content" +msgstr "Texte et contenu" + +#: functions.php:579 +msgid "Text-focused content sections." +msgstr "Sections de contenu axées sur le texte." + +#: functions.php:586 msgid "Layout" msgstr "Mise en page" -#: functions.php +#: functions.php:587 msgid "Layout building blocks for page structure." msgstr "Blocs de construction de mise en page pour la structure des pages." -#: functions.php +#: functions.php:594 msgid "Components" msgstr "Composants" -#: functions.php +#: functions.php:595 msgid "Reusable Bootstrap component patterns." msgstr "Modèles de composants Bootstrap réutilisables." -#: functions.php -#: patterns/footer-columns.php +#: functions.php:602 patterns/footer-columns.php:30 msgid "Navigation" msgstr "Navigation" -#: functions.php +#: functions.php:603 msgid "Navigation and header patterns." msgstr "Modèles de navigation et d'en-tête." -#: patterns/layout-container.php -msgid "Heading goes here" -msgstr "Le titre va ici" +#: functions.php:620 +msgid "Checkmark" +msgstr "Coche" -#: patterns/layout-container.php -msgid "This is a content container with constrained width and comfortable padding. Replace this text with your own content." -msgstr "Ceci est un conteneur de contenu avec une largeur limitée et un espacement confortable. Remplacez ce texte par votre propre contenu." +#: functions.php:629 +msgid "Unstyled" +msgstr "Sans style" -#: patterns/layout-2-col.php -#: patterns/layout-3-col.php -msgid "Column One" -msgstr "Colonne un" +#: functions.php:637 +msgid "Card" +msgstr "Carte" -#: patterns/layout-2-col.php -msgid "Add your content here. This column takes up half the available width on larger screens and stacks on mobile devices." -msgstr "Ajoutez votre contenu ici. Cette colonne occupe la moitié de la largeur disponible sur les grands écrans et s'empile sur les appareils mobiles." +#: functions.php:645 +msgid "Card with Shadow" +msgstr "Carte avec ombre" -#: patterns/layout-2-col.php -#: patterns/layout-3-col.php -msgid "Column Two" -msgstr "Colonne deux" +#: functions.php:653 +msgid "Alert - Info" +msgstr "Alerte - Info" -#: patterns/layout-3-col.php -msgid "Column Three" -msgstr "Colonne trois" +#: functions.php:661 +msgid "Alert - Success" +msgstr "Alerte - Succès" -#: patterns/layout-3-col.php -msgid "Add your content here. This column takes up one third of the available width on larger screens." -msgstr "Ajoutez votre contenu ici. Cette colonne occupe un tiers de la largeur disponible sur les grands écrans." +#: functions.php:669 +msgid "Alert - Warning" +msgstr "Alerte - Avertissement" -#: patterns/layout-full-width-section.php -msgid "Full Width Section Heading" -msgstr "Titre de la section pleine largeur" +#: functions.php:677 +msgid "Alert - Danger" +msgstr "Alerte - Danger" -#: patterns/layout-full-width-section.php -msgid "This full-width section stands out with a colored background. Use it to highlight important content, announcements, or calls to action." -msgstr "Cette section pleine largeur se distingue par un arrière-plan coloré. Utilisez-la pour mettre en valeur du contenu important, des annonces ou des appels à l'action." +#: functions.php:685 +msgid "Striped Rows" +msgstr "Lignes rayées" -#: patterns/component-card-group.php -msgid "Card One" -msgstr "Carte un" +#: functions.php:693 +msgid "Hover Rows" +msgstr "Lignes survolées" -#: patterns/component-card-group.php -msgid "Card Two" -msgstr "Carte deux" +#: functions.php:701 +msgid "Bordered" +msgstr "Avec bordure" -#: patterns/component-card-group.php -msgid "Card Three" -msgstr "Carte trois" +#: functions.php:709 +msgid "Accent Border" +msgstr "Bordure d'accent" -#: patterns/component-card-group.php -msgid "Add a short description for this card. Cards are a great way to organize and present related content." -msgstr "Ajoutez une courte description pour cette carte. Les cartes sont un excellent moyen d'organiser et de présenter du contenu connexe." +#: functions.php:717 +msgid "Shadow" +msgstr "Ombre" + +#: functions.php:725 +msgid "Large Rounded" +msgstr "Grand arrondi" + +#: functions.php:733 +msgid "Large" +msgstr "Grand" + +#: functions.php:741 +msgid "Small" +msgstr "Petit" + +#: functions.php:749 +msgid "Wide" +msgstr "Large" + +#: functions.php:801 +msgid "Name" +msgstr "Nom" + +#: functions.php:806 patterns/contact-info.php:44 +#: patterns/cta-newsletter.php:21 patterns/page-contact.php:34 +msgid "Email" +msgstr "Courriel" + +#: functions.php:811 +msgid "Website" +msgstr "Site web" + +#: functions.php:819 +msgid "" +"Save my name, email, and website in this browser for the next time I comment." +msgstr "Enregistrer mon nom, mon adresse e-mail et mon site web dans ce navigateur pour mon prochain commentaire." +"Enregistrer mon nom, mon courriel et mon site web dans ce navigateur pour la " +"prochaine fois que je commenterai." + +#: inc/Template/ContextBuilder.php:199 patterns/template-query-loop.php:25 +msgid "Read more" +msgstr "Lire la suite" + +#: inc/Template/ContextBuilder.php:237 patterns/post-navigation.php:17 +msgid "Previous" +msgstr "Précédent" + +#: inc/Template/ContextBuilder.php:238 patterns/post-navigation.php:18 +msgid "Next" +msgstr "Suivant" + +#: inc/Template/ContextBuilder.php:274 +#, php-format +msgid "%s Comment" +msgid_plural "%s Comments" +msgstr[0] "%s commentaire" +msgstr[1] "%s commentaires" + +#: inc/Template/ContextBuilder.php:329 +msgid "Leave a Comment" +msgstr "Laisser un commentaire" + +#: inc/Template/ContextBuilder.php:335 +msgid "Comment" +msgstr "Commentaire" + +#: patterns/comments.php +msgctxt "Pattern title" +msgid "Comments" +msgstr "Commentaires" + +#: patterns/comments.php +msgctxt "Pattern description" +msgid "Comments section with form." +msgstr "Section de commentaires avec formulaire." + +#: patterns/comments.php:15 +msgid "Comments" +msgstr "Commentaires" #: patterns/component-accordion.php +msgctxt "Pattern title" msgid "Accordion" msgstr "Accordéon" #: patterns/component-accordion.php +msgctxt "Pattern description" +msgid "" +"An accordion section using details blocks with summary and content " +"paragraphs." +msgstr "Une section accordéon utilisant des blocs de détails avec résumés et paragraphes de contenu." + +#: patterns/component-accordion.php:14 +msgid "Accordion" +msgstr "Accordéon" + +#: patterns/component-accordion.php:18 msgid "Click on each item to expand and reveal its content." msgstr "Cliquez sur chaque élément pour le développer et révéler son contenu." -#: patterns/component-accordion.php +#: patterns/component-accordion.php:22 msgid "Accordion Item One" msgstr "Élément d'accordéon un" -#: patterns/component-accordion.php -msgid "This is the content for the first accordion item. You can add any blocks inside this details element to create rich, expandable content sections." -msgstr "Ceci est le contenu du premier élément d'accordéon. Vous pouvez ajouter n'importe quels blocs à l'intérieur de cet élément details pour créer des sections de contenu riches et dépliables." +#: patterns/component-accordion.php:23 +msgid "" +"This is the content for the first accordion item. You can add any blocks " +"inside this details element to create rich, expandable content sections." +msgstr "Voici le contenu du premier élément de l'accordéon. Vous pouvez ajouter n'importe quels blocs à l'intérieur de cet élément pour créer des sections de contenu riches et extensibles." +"Ceci est le contenu du premier élément d'accordéon. Vous pouvez ajouter " +"n'importe quels blocs à l'intérieur de cet élément details pour créer des " +"sections de contenu riches et dépliables." -#: patterns/component-accordion.php +#: patterns/component-accordion.php:28 msgid "Accordion Item Two" msgstr "Élément d'accordéon deux" -#: patterns/component-accordion.php -msgid "This is the content for the second accordion item. Details blocks are a native HTML element that provide toggle functionality without JavaScript." -msgstr "Ceci est le contenu du deuxième élément d'accordéon. Les blocs details sont un élément HTML natif qui offre une fonctionnalité de basculement sans JavaScript." +#: patterns/component-accordion.php:29 +msgid "" +"This is the content for the second accordion item. Details blocks are a " +"native HTML element that provide toggle functionality without JavaScript." +msgstr "Voici le contenu du deuxième élément de l'accordéon. Les blocs de détails sont des éléments HTML natifs qui offrent une fonctionnalité de bascule sans JavaScript." +"Ceci est le contenu du deuxième élément d'accordéon. Les blocs details sont " +"un élément HTML natif qui offre une fonctionnalité de basculement sans " +"JavaScript." -#: patterns/component-accordion.php +#: patterns/component-accordion.php:34 msgid "Accordion Item Three" msgstr "Élément d'accordéon trois" -#: patterns/component-accordion.php -msgid "This is the content for the third accordion item. Use accordions to organize frequently asked questions, feature lists, or any content that benefits from progressive disclosure." -msgstr "Ceci est le contenu du troisième élément d'accordéon. Utilisez les accordéons pour organiser les questions fréquentes, les listes de fonctionnalités ou tout contenu qui bénéficie d'une divulgation progressive." +#: patterns/component-accordion.php:35 +msgid "" +"This is the content for the third accordion item. Use accordions to organize " +"frequently asked questions, feature lists, or any content that benefits from " +"progressive disclosure." +msgstr "Voici le contenu du troisième élément de l'accordéon. Utilisez les accordéons pour organiser les questions fréquentes, les listes de fonctionnalités ou tout contenu bénéficiant d'une divulgation progressive." +"Ceci est le contenu du troisième élément d'accordéon. Utilisez les " +"accordéons pour organiser les questions fréquentes, les listes de " +"fonctionnalités ou tout contenu qui bénéficie d'une divulgation progressive." -#: patterns/page-about.php -msgid "About Us" -msgstr "À propos" +#: patterns/component-card-group.php +msgctxt "Pattern title" +msgid "Card Group" +msgstr "Groupe de cartes" -#: patterns/page-about.php -msgid "Learn more about who we are, what we do, and the people behind our mission." -msgstr "Apprenez-en plus sur qui nous sommes, ce que nous faisons et les personnes derrière notre mission." +#: patterns/component-card-group.php +msgctxt "Pattern description" +msgid "" +"A three-column card group with shadow-styled cards, each containing a " +"heading and paragraph." +msgstr "Un groupe de cartes à trois colonnes avec des cartes ombragées, chacune contenant un titre et un paragraphe." -#: patterns/page-about.php -msgid "Our Story" -msgstr "Notre histoire" +#: patterns/component-card-group.php:17 +msgid "Card One" +msgstr "Carte un" -#: patterns/page-about.php -msgid "Founded with a passion for innovation and excellence, our journey began with a simple idea: to create meaningful solutions that make a real difference. Over the years, we have grown from a small team into a dedicated group of professionals committed to delivering outstanding results." -msgstr "Fondée avec une passion pour l'innovation et l'excellence, notre aventure a commencé avec une idée simple : créer des solutions significatives qui font une vraie différence. Au fil des années, nous sommes passés d'une petite équipe à un groupe dédié de professionnels engagés à fournir des résultats exceptionnels." +#: patterns/component-card-group.php:21 patterns/component-card-group.php:33 +#: patterns/component-card-group.php:45 +msgid "" +"Add a short description for this card. Cards are a great way to organize and " +"present related content." +msgstr "Ajoutez une brève description pour cette carte. Les cartes sont un excellent moyen d'organiser et de présenter du contenu lié." +"Ajoutez une courte description pour cette carte. Les cartes sont un " +"excellent moyen d'organiser et de présenter du contenu connexe." -#: patterns/page-about.php -msgid "Today, we continue to push boundaries and challenge conventions. Our approach combines creative thinking with proven methodologies, ensuring that every project we undertake meets the highest standards of quality and craftsmanship." -msgstr "Aujourd'hui, nous continuons à repousser les limites et à remettre en question les conventions. Notre approche combine la pensée créative avec des méthodologies éprouvées, garantissant que chaque projet que nous entreprenons répond aux plus hauts standards de qualité et de savoir-faire." +#: patterns/component-card-group.php:29 +msgid "Card Two" +msgstr "Carte deux" -#: patterns/page-about.php -msgid "Our Team" -msgstr "Notre équipe" +#: patterns/component-card-group.php:41 +msgid "Card Three" +msgstr "Carte trois" -#: patterns/page-about.php -msgid "Meet the people who make it all happen." -msgstr "Rencontrez les personnes qui rendent tout cela possible." +#: patterns/contact-info.php +msgctxt "Pattern title" +msgid "Contact information" +msgstr "Coordonnées" -#: patterns/page-about.php -msgid "Jane Doe" -msgstr "Jane Doe" +#: patterns/contact-info.php +msgctxt "Pattern description" +msgid "" +"A three-column contact information layout with address, phone, and email." +msgstr "Une mise en page des coordonnées à trois colonnes avec adresse, téléphone et e-mail." -#: patterns/page-about.php -msgid "Founder & CEO" -msgstr "Fondatrice et PDG" - -#: patterns/page-about.php -msgid "John Smith" -msgstr "John Smith" - -#: patterns/page-about.php -msgid "Lead Developer" -msgstr "Développeur principal" - -#: patterns/page-about.php -msgid "Emily Johnson" -msgstr "Emily Johnson" - -#: patterns/page-about.php -msgid "Creative Director" -msgstr "Directrice créative" - -#: patterns/page-services.php -msgid "Our Services" -msgstr "Nos services" - -#: patterns/page-services.php -msgid "Professional solutions tailored to your needs." -msgstr "Des solutions professionnelles adaptées à vos besoins." - -#: patterns/page-services.php -msgid "What We Offer" -msgstr "Ce que nous offrons" - -#: patterns/page-services.php -msgid "We provide a wide range of services to help your business grow and succeed." -msgstr "Nous fournissons une large gamme de services pour aider votre entreprise à croître et réussir." - -#: patterns/page-services.php -msgid "Design" -msgstr "Design" - -#: patterns/page-services.php -msgid "Beautiful, user-centered designs that capture your brand identity and engage your audience across all platforms and devices." -msgstr "De beaux designs centrés sur l'utilisateur qui capturent l'identité de votre marque et engagent votre public sur toutes les plateformes et appareils." - -#: patterns/page-services.php -msgid "Development" -msgstr "Développement" - -#: patterns/page-services.php -msgid "Robust, scalable web applications built with modern technologies and best practices to ensure performance and reliability." -msgstr "Des applications web robustes et évolutives construites avec des technologies modernes et les meilleures pratiques pour garantir performance et fiabilité." - -#: patterns/page-services.php -msgid "Strategy" -msgstr "Stratégie" - -#: patterns/page-services.php -msgid "Data-driven strategies and consulting to help you achieve your business goals and stay ahead of the competition." -msgstr "Des stratégies basées sur les données et du conseil pour vous aider à atteindre vos objectifs commerciaux et garder une longueur d'avance sur la concurrence." - -#: patterns/page-services.php -msgid "Ready to take your project to the next level? Let us help you build something great." -msgstr "Prêt à faire passer votre projet au niveau supérieur ? Laissez-nous vous aider à construire quelque chose de formidable." - -#: patterns/page-services.php -msgid "View Portfolio" -msgstr "Voir le portfolio" - -#: patterns/page-contact.php -msgid "We would love to hear from you. Reach out to us anytime." -msgstr "Nous serions ravis d'avoir de vos nouvelles. Contactez-nous à tout moment." - -#: patterns/page-contact.php -msgid "Get in Touch" +#: patterns/contact-info.php:14 +msgid "Get in touch" msgstr "Prenez contact" -#: patterns/page-contact.php -msgid "123 Main Street, Suite 100, Anytown, ST 12345" -msgstr "123, rue Principale, Bureau 100, 75001 Paris" +#: patterns/contact-info.php:18 +msgid "" +"We would love to hear from you. Reach out through any of the channels below." +msgstr "Nous serions ravis de vous entendre. Contactez-nous via l'un des canaux ci-dessous." +"Nous serions ravis d'avoir de vos nouvelles. Contactez-nous via l'un des " +"canaux ci-dessous." -#: patterns/page-contact.php -msgid "+1 (555) 123-4567" -msgstr "+33 1 23 45 67 89" +#: patterns/contact-info.php:24 patterns/page-contact.php:30 +msgid "Address" +msgstr "Adresse" -#: patterns/page-contact.php -msgid "Business Hours" -msgstr "Heures d'ouverture" +#: patterns/contact-info.php:28 +msgid "123 Example Street" +msgstr "123, rue de l'Exemple" -#: patterns/page-contact.php -msgid "Monday - Friday:" -msgstr "Lundi - Vendredi :" +#: patterns/contact-info.php:28 +msgid "8000 Zurich, Switzerland" +msgstr "8000 Zurich, Suisse" -#: patterns/page-contact.php -msgid "9:00 AM - 6:00 PM" -msgstr "9h00 - 18h00" +#: patterns/contact-info.php:34 patterns/page-contact.php:38 +msgid "Phone" +msgstr "Téléphone" -#: patterns/page-contact.php -msgid "Saturday:" -msgstr "Samedi :" +#: patterns/contact-info.php:38 +msgid "+41 44 123 45 67" +msgstr "+41 44 123 45 67" -#: patterns/page-contact.php -msgid "10:00 AM - 4:00 PM" -msgstr "10h00 - 16h00" +#: patterns/contact-info.php:48 patterns/page-contact.php:34 +msgid "info@example.com" +msgstr "info@example.com" -#: patterns/page-contact.php -msgid "Sunday:" -msgstr "Dimanche :" +#: patterns/cta-banner.php +msgctxt "Pattern title" +msgid "Call to action banner" +msgstr "Bannière d'appel à l'action" -#: patterns/page-contact.php -msgid "Closed" -msgstr "Fermé" +#: patterns/cta-banner.php +msgctxt "Pattern description" +msgid "" +"A full-width call to action banner with a colored background, heading, " +"description, and button." +msgstr "Une bannière d'appel à l'action pleine largeur avec un arrière-plan coloré, un titre, une description et un bouton." -#. translators: Copyright notice. %1$s: Year, %2$s: Site title. -#: patterns/footer-minimal.php -msgid "© %1$s %2$s. All rights reserved." -msgstr "© %1$s %2$s. Tous droits réservés." +#: patterns/cta-banner.php:14 +msgid "Ready to get started?" +msgstr "Prêt à commencer ?" + +#: patterns/cta-banner.php:18 +msgid "Start building your website today with our powerful and flexible theme." +msgstr "Commencez à construire votre site web aujourd'hui avec notre thème puissant et flexible." +"Commencez à créer votre site web dès aujourd'hui avec notre thème puissant " +"et flexible." + +#: patterns/cta-banner.php:23 +msgid "Start Now" +msgstr "Commencer maintenant" + +#: patterns/cta-newsletter.php +msgctxt "Pattern title" +msgid "Newsletter signup" +msgstr "Inscription à la newsletter" + +#: patterns/cta-newsletter.php +msgctxt "Pattern description" +msgid "" +"A newsletter signup section with heading, description, and search block." +msgstr "Une section d'inscription à la newsletter avec titre, description et bloc de recherche." + +#: patterns/cta-newsletter.php:14 +msgid "Stay in the loop" +msgstr "Restez informé" + +#: patterns/cta-newsletter.php:18 +msgid "Subscribe to our newsletter for updates, tips, and exclusive content." +msgstr "Abonnez-vous à notre newsletter pour recevoir des mises à jour, des conseils et du contenu exclusif." +"Abonnez-vous à notre newsletter pour des mises à jour, des conseils et du " +"contenu exclusif." + +#: patterns/cta-newsletter.php:21 +msgid "Enter your email address" +msgstr "Entrez votre adresse courriel" + +#: patterns/cta-newsletter.php:21 +msgid "Subscribe" +msgstr "S'abonner" + +#: patterns/dark-mode-toggle.php +msgctxt "Pattern title" +msgid "Dark mode toggle" +msgstr "Bouton bascule mode sombre" + +#: patterns/dark-mode-toggle.php +msgctxt "Pattern description" +msgid "A toggle button for switching between light and dark mode." +msgstr "Un bouton bascule pour passer du mode clair au mode sombre." + +#: patterns/dark-mode-toggle.php:13 +msgid "Switch to dark mode" +msgstr "Passer en mode sombre" + +#: patterns/dark-mode-toggle.php:13 +msgid "Switch to light mode" +msgstr "Passer en mode clair" + +#: patterns/features-2-col-offset.php +msgctxt "Pattern title" +msgid "Features two columns with image" +msgstr "Fonctionnalités deux colonnes avec image" + +#: patterns/features-2-col-offset.php +msgctxt "Pattern description" +msgid "" +"A two-column layout with a large image on the left and stacked features on " +"the right." +msgstr "Une mise en page à deux colonnes avec une grande image à gauche et des fonctionnalités empilées à droite." + +#: patterns/features-2-col-offset.php:16 +msgid "Feature illustration" +msgstr "Illustration de fonctionnalité" + +#: patterns/features-2-col-offset.php:22 +msgid "Designed for modern workflows" +msgstr "Conçu pour les flux de travail modernes" + +#: patterns/features-2-col-offset.php:26 +msgid "" +"Streamline your development process with a theme that works the way you do." +msgstr "Rationalisez votre processus de développement avec un thème qui fonctionne à votre façon." +"Optimisez votre processus de développement avec un thème qui fonctionne " +"comme vous." + +#: patterns/features-2-col-offset.php:34 +msgid "Block Patterns" +msgstr "Modèles de blocs" + +#: patterns/features-2-col-offset.php:38 +msgid "" +"Pre-built patterns for common page sections. Drop them in and customize to " +"fit your needs." +msgstr "Des modèles prédéfinis pour les sections de page courantes. Intégrez-les et personnalisez-les selon vos besoins." +"Modèles préconçus pour les sections de page courantes. Insérez-les et " +"personnalisez-les selon vos besoins." + +#: patterns/features-2-col-offset.php:46 +msgid "Style Variations" +msgstr "Variations de style" + +#: patterns/features-2-col-offset.php:50 +msgid "" +"Switch between color schemes with a single click. Choose from multiple " +"professionally designed palettes." +msgstr "Passez d'un schéma de couleurs à l'autre en un seul clic. Choisissez parmi plusieurs palettes conçues par des professionnels." +"Basculez entre les palettes de couleurs en un seul clic. Choisissez parmi " +"plusieurs palettes conçues professionnellement." + +#: patterns/features-3-col.php +msgctxt "Pattern title" +msgid "Features three columns" +msgstr "Fonctionnalités trois colonnes" + +#: patterns/features-3-col.php +msgctxt "Pattern description" +msgid "A three-column feature grid with images, headings, and descriptions." +msgstr "Une grille de fonctionnalités à trois colonnes avec images, titres et descriptions." + +#: patterns/features-3-col.php:18 +msgid "Everything you need to build a modern website." +msgstr "Tout ce dont vous avez besoin pour créer un site web moderne." + +#: patterns/features-3-col.php:28 +msgid "Responsive Design" +msgstr "Design réactif" + +#: patterns/features-3-col.php:32 +msgid "" +"Your website looks great on every device, from mobile phones to large " +"desktop screens." +msgstr "Votre site web s'affiche parfaitement sur tous les appareils, des téléphones mobiles aux grands écrans de bureau." +"Votre site web est superbe sur tous les appareils, des téléphones mobiles " +"aux grands écrans de bureau." + +#: patterns/features-3-col.php:42 +msgid "Easy Customization" +msgstr "Personnalisation facile" + +#: patterns/features-3-col.php:46 +msgid "" +"Customize colors, fonts, and layouts using the WordPress Site Editor with no " +"code required." +msgstr "Personnalisez les couleurs, les polices et les mises en page avec l'éditeur de site WordPress, sans code requis." +"Personnalisez les couleurs, les polices et les mises en page avec l'éditeur " +"de site WordPress, sans aucun code requis." + +#: patterns/features-3-col.php:56 +msgid "Performance First" +msgstr "La performance avant tout" + +#: patterns/features-3-col.php:60 +msgid "" +"Built with speed in mind. Optimized assets and clean code for lightning-fast " +"page loads." +msgstr "Conçu avec la performance en tête. Des ressources optimisées et un code propre pour des chargements de page ultra-rapides." +"Conçu pour la vitesse. Ressources optimisées et code propre pour des " +"chargements de pages ultra-rapides." + +#: patterns/features-icon-list.php +msgctxt "Pattern title" +msgid "Features icon list" +msgstr "Liste de fonctionnalités avec icônes" + +#: patterns/features-icon-list.php +msgctxt "Pattern description" +msgid "A vertical list of features with icon images and text descriptions." +msgstr "Une liste verticale de fonctionnalités avec des icônes et des descriptions textuelles." + +#: patterns/features-icon-list.php:14 +msgid "Why choose us" +msgstr "Pourquoi nous choisir" + +#: patterns/features-icon-list.php:25 +msgid "Bootstrap 5 Framework" +msgstr "Framework Bootstrap 5" + +#: patterns/features-icon-list.php:29 +msgid "" +"Built on the most popular CSS framework. Leverage a proven, well-documented " +"design system." +msgstr "Construit sur le framework CSS le plus populaire. Exploitez un système de design éprouvé et bien documenté." +"Construit sur le framework CSS le plus populaire. Tirez parti d'un système " +"de design éprouvé et bien documenté." + +#: patterns/features-icon-list.php:41 +msgid "Full Site Editing" +msgstr "Édition complète du site" + +#: patterns/features-icon-list.php:45 +msgid "" +"Edit every part of your site visually. Headers, footers, templates, and " +"content are all customizable." +msgstr "Modifiez visuellement chaque partie de votre site. En-têtes, pieds de page, modèles et contenu sont tous personnalisables." +"Modifiez chaque partie de votre site visuellement. En-têtes, pieds de page, " +"modèles et contenu sont tous personnalisables." + +#: patterns/features-icon-list.php:57 +msgid "Dark Mode Support" +msgstr "Prise en charge du mode sombre" + +#: patterns/features-icon-list.php:61 +msgid "" +"Built-in dark mode toggle that respects user preferences and persists across " +"visits." +msgstr "Bouton bascule mode sombre intégré qui respecte les préférences des utilisateurs et persiste entre les visites." +"Bouton de mode sombre intégré qui respecte les préférences de l'utilisateur " +"et persiste entre les visites." #: patterns/footer-columns.php +msgctxt "Pattern title" +msgid "Footer - Multi-Column" +msgstr "Pied de page - Multi-colonnes" + +#: patterns/footer-columns.php +msgctxt "Pattern description" +msgid "Multi-column footer with site info, navigation, and credits." +msgstr "Pied de page multi-colonnes avec informations sur le site, navigation et crédits." + +#: patterns/footer-columns.php:22 msgid "A modern WordPress theme built with Bootstrap 5." msgstr "Un thème WordPress moderne construit avec Bootstrap 5." -#: patterns/footer-columns.php +#: patterns/footer-columns.php:39 msgid "About" msgstr "À propos" -#: patterns/footer-columns.php -msgid "This theme is proudly built with Bootstrap 5 and WordPress Full Site Editing." -msgstr "Ce thème est fièrement construit avec Bootstrap 5 et l'éditeur de site complet WordPress." +#: patterns/footer-columns.php:42 +msgid "" +"This theme is proudly built with Bootstrap 5 and WordPress Full Site Editing." +msgstr "Ce thème est fièrement construit avec Bootstrap 5 et l'édition complète du site WordPress." +"Ce thème est fièrement construit avec Bootstrap 5 et l'éditeur de site " +"complet WordPress." #. translators: Copyright notice. %1$s: Year, %2$s: Site title. -#: patterns/footer-columns.php +#: patterns/footer-columns.php:64 +#, php-format msgid "© %1$s %2$s" msgstr "© %1$s %2$s" -#: views/base.html.twig -msgid "Skip to main content" -msgstr "Aller au contenu principal" +#. translators: Powered by WordPress. %s: WordPress link. +#: patterns/footer-columns.php:76 patterns/footer.php:38 +#, php-format +msgid "Powered by %s" +msgstr "Propulsé par %s" -#: views/partials/header.html.twig -#: views/partials/header-centered.html.twig -#: views/partials/header-transparent.html.twig -#: views/partials/header-offcanvas.html.twig -msgid "Primary navigation" -msgstr "Navigation principale" +#: patterns/footer-columns.php:77 patterns/footer.php:39 +msgid "https://wordpress.org" +msgstr "https://fr.wordpress.org" -#: views/partials/footer.html.twig -#: views/partials/footer-columns.html.twig -msgid "Footer navigation" -msgstr "Navigation du pied de page" +#: patterns/footer-minimal.php +msgctxt "Pattern title" +msgid "Footer - Minimal" +msgstr "Pied de page - Minimal" -#: functions.php +#: patterns/footer-minimal.php +msgctxt "Pattern description" +msgid "Minimal single-line footer with copyright." +msgstr "Pied de page minimaliste sur une seule ligne avec copyright." + +#. translators: Copyright notice. %1$s: Year, %2$s: Site title. +#: patterns/footer-minimal.php:25 +#, php-format +msgid "© %1$s %2$s. All rights reserved." +msgstr "© %1$s %2$s. Tous droits réservés." + +#: patterns/footer.php +msgctxt "Pattern title" +msgid "Footer" +msgstr "Pied de page" + +#: patterns/footer.php +msgctxt "Pattern description" +msgid "Site footer with site title, tagline, and credits." +msgstr "Pied de page du site avec titre, slogan et crédits." + +#: patterns/header-centered.php +msgctxt "Pattern title" +msgid "Header - Centered" +msgstr "En-tête - Centré" + +#: patterns/header-centered.php +msgctxt "Pattern description" +msgid "Centered header with site title above navigation." +msgstr "En-tête centré avec le titre du site au-dessus de la navigation." + +#: patterns/header-transparent.php +msgctxt "Pattern title" +msgid "Header - Transparent" +msgstr "En-tête - Transparent" + +#: patterns/header-transparent.php +msgctxt "Pattern description" +msgid "Transparent header that overlays page content, ideal for hero sections." +msgstr "En-tête transparent qui se superpose au contenu de la page, idéal pour les sections hero." + +#: patterns/header.php +msgctxt "Pattern title" +msgid "Header" +msgstr "En-tête" + +#: patterns/header.php +msgctxt "Pattern description" +msgid "Site header with site title and navigation." +msgstr "En-tête du site avec titre et navigation." + +#: patterns/hero-centered.php +msgctxt "Pattern title" +msgid "Hero centered" +msgstr "Hero centré" + +#: patterns/hero-centered.php +msgctxt "Pattern description" +msgid "" +"A centered hero section with a colored background, heading, paragraph, and " +"call to action buttons." +msgstr "Une section hero centrée avec un arrière-plan coloré, un titre, un paragraphe et des boutons d'appel à l'action." + +#: patterns/hero-centered.php:14 +msgid "Welcome to your new website" +msgstr "Bienvenue sur votre nouveau site web" + +#: patterns/hero-centered.php:18 +msgid "" +"Start building beautiful, responsive pages with the full power of Bootstrap " +"5 and the WordPress block editor." +msgstr "Commencez à créer de belles pages réactives avec toute la puissance de Bootstrap 5 et de l'éditeur de blocs WordPress." +"Commencez à créer de belles pages réactives avec toute la puissance de " +"Bootstrap 5 et de l'éditeur de blocs WordPress." + +#: patterns/hero-centered.php:23 patterns/hero-cover.php:23 +#: patterns/page-services.php:78 patterns/pricing-3-col.php:52 +#: patterns/pricing-3-col.php:91 +msgid "Get Started" +msgstr "Commencer" + +#: patterns/hero-centered.php:27 patterns/hero-split.php:25 +#: patterns/text-about.php:29 +msgid "Learn More" +msgstr "En savoir plus" + +#: patterns/hero-cover.php +msgctxt "Pattern title" +msgid "Hero with cover image" +msgstr "Hero avec image de couverture" + +#: patterns/hero-cover.php +msgctxt "Pattern description" +msgid "" +"A full-width hero section with a cover image, heading, paragraph, and call " +"to action button." +msgstr "Une section hero pleine largeur avec une image de couverture, un titre, un paragraphe et un bouton d'appel à l'action." + +#: patterns/hero-cover.php:14 +msgid "Build something amazing" +msgstr "Créez quelque chose d'incroyable" + +#: patterns/hero-cover.php:18 +msgid "" +"Create modern, responsive websites with the power of Bootstrap 5 and the " +"WordPress Site Editor." +msgstr "Créez des sites web modernes et réactifs avec la puissance de Bootstrap 5 et l'éditeur de site WordPress." +"Créez des sites web modernes et réactifs grâce à la puissance de Bootstrap 5 " +"et de l'éditeur de site WordPress." + +#: patterns/hero-split.php +msgctxt "Pattern title" +msgid "Hero split with image" +msgstr "Hero partagé avec image" + +#: patterns/hero-split.php +msgctxt "Pattern description" +msgid "" +"A two-column hero with text on the left and an image placeholder on the " +"right." +msgstr "Un hero à deux colonnes avec du texte à gauche et un espace réservé pour une image à droite." + +#: patterns/hero-split.php:16 +msgid "Modern design meets powerful features" +msgstr "Un design moderne allié à des fonctionnalités puissantes" + +#: patterns/hero-split.php:20 +msgid "" +"A WordPress theme built from the ground up with Bootstrap 5 for a seamless " +"editing and browsing experience." +msgstr "Un thème WordPress construit de zéro avec Bootstrap 5 pour une expérience d'édition et de navigation sans faille." +"Un thème WordPress construit de zéro avec Bootstrap 5 pour une expérience " +"d'édition et de navigation fluide." + +#: patterns/hero-split.php:29 +msgid "View Demo" +msgstr "Voir la démo" + +#: patterns/hero-split.php:36 +msgid "Hero image" +msgstr "Image héros" + +#: patterns/hidden-404.php +msgctxt "Pattern title" +msgid "404" +msgstr "404" + +#: patterns/hidden-404.php:14 +msgid "Page not found" +msgstr "Page non trouvée" + +#: patterns/hidden-404.php:18 +msgid "" +"The page you are looking for does not exist, or it has been moved. Please " +"try searching using the form below." +msgstr "La page que vous recherchez n'existe pas ou a été déplacée. Veuillez effectuer une recherche à l'aide du formulaire ci-dessous." +"La page que vous recherchez n'existe pas ou a été déplacée. Veuillez essayer " +"de rechercher en utilisant le formulaire ci-dessous." + +#: patterns/hidden-blog-heading.php +msgctxt "Pattern title" +msgid "Blog heading" +msgstr "Titre du blog" + +#: patterns/hidden-blog-heading.php:12 +msgid "Blog" +msgstr "Blog" + +#: patterns/hidden-search.php +msgctxt "Pattern title" +msgid "Search" +msgstr "Recherche" + +#: patterns/hidden-search.php:11 patterns/hidden-sidebar.php:32 +#: patterns/hidden-sidebar.php:35 +msgid "Search" +msgstr "Rechercher" + +#: patterns/hidden-search.php:11 patterns/hidden-sidebar.php:35 +msgid "Search..." +msgstr "Rechercher..." + +#: patterns/hidden-sidebar.php +msgctxt "Pattern title" msgid "Sidebar" msgstr "Barre latérale" -#: functions.php -msgid "Add widgets here to appear in the sidebar." -msgstr "Ajoutez des widgets ici pour les afficher dans la barre latérale." +#: patterns/hidden-sidebar.php +msgctxt "Pattern description" +msgid "Sidebar content with recent posts, search, and tag cloud." +msgstr "Contenu de la barre latérale avec les articles récents, la recherche et le nuage de tags." -#: views/partials/sidebar.html.twig -msgid "Blog sidebar" -msgstr "Barre latérale du blog" +#: patterns/hidden-sidebar.php:14 +msgid "Recent Posts" +msgstr "Articles récents" + +#: patterns/hidden-sidebar.php:42 +msgid "Tags" +msgstr "Étiquettes" + +#: patterns/hidden-written-by.php +msgctxt "Pattern title" +msgid "Written by" +msgstr "Rédigé par" + +#: patterns/layout-2-col.php +msgctxt "Pattern title" +msgid "Two Columns" +msgstr "Deux colonnes" + +#: patterns/layout-2-col.php +msgctxt "Pattern description" +msgid "" +"A two-column layout with equal width columns, each containing a heading and " +"paragraph." +msgstr "Une mise en page à deux colonnes de largeur égale, chacune contenant un titre et un paragraphe." + +#: patterns/layout-2-col.php:16 patterns/layout-3-col.php:16 +msgid "Column One" +msgstr "Colonne un" + +#: patterns/layout-2-col.php:20 patterns/layout-2-col.php:30 +msgid "" +"Add your content here. This column takes up half the available width on " +"larger screens and stacks on mobile devices." +msgstr "Ajoutez votre contenu ici. Cette colonne occupe la moitié de la largeur disponible sur les grands écrans et s'empile sur les appareils mobiles." +"Ajoutez votre contenu ici. Cette colonne occupe la moitié de la largeur " +"disponible sur les grands écrans et s'empile sur les appareils mobiles." + +#: patterns/layout-2-col.php:26 patterns/layout-3-col.php:26 +msgid "Column Two" +msgstr "Colonne deux" + +#: patterns/layout-3-col.php +msgctxt "Pattern title" +msgid "Three Columns" +msgstr "Trois colonnes" + +#: patterns/layout-3-col.php +msgctxt "Pattern description" +msgid "" +"A three-column layout with equal width columns, each containing a heading " +"and paragraph." +msgstr "Une mise en page à trois colonnes de largeur égale, chacune contenant un titre et un paragraphe." + +#: patterns/layout-3-col.php:20 patterns/layout-3-col.php:30 +#: patterns/layout-3-col.php:40 +msgid "" +"Add your content here. This column takes up one third of the available width " +"on larger screens." +msgstr "Ajoutez votre contenu ici. Cette colonne occupe un tiers de la largeur disponible sur les grands écrans." +"Ajoutez votre contenu ici. Cette colonne occupe un tiers de la largeur " +"disponible sur les grands écrans." + +#: patterns/layout-3-col.php:36 +msgid "Column Three" +msgstr "Colonne trois" + +#: patterns/layout-container.php +msgctxt "Pattern title" +msgid "Bootstrap Container" +msgstr "Conteneur Bootstrap" + +#: patterns/layout-container.php +msgctxt "Pattern description" +msgid "" +"A constrained container with padding, containing a heading and paragraph " +"placeholder." +msgstr "Un conteneur contraint avec du rembourrage, contenant un titre et un paragraphe fictif." + +#: patterns/layout-container.php:14 +msgid "Heading goes here" +msgstr "Le titre va ici" + +#: patterns/layout-container.php:18 +msgid "" +"This is a content container with constrained width and comfortable padding. " +"Replace this text with your own content." +msgstr "Voici un conteneur de contenu avec une largeur contrainte et un rembourrage confortable. Remplacez ce texte par votre propre contenu." +"Ceci est un conteneur de contenu avec une largeur limitée et un espacement " +"confortable. Remplacez ce texte par votre propre contenu." + +#: patterns/layout-full-width-section.php +msgctxt "Pattern title" +msgid "Full Width Section" +msgstr "Section pleine largeur" + +#: patterns/layout-full-width-section.php +msgctxt "Pattern description" +msgid "" +"A full-width section with a primary background color, centered white heading " +"and paragraph." +msgstr "Une section pleine largeur avec une couleur d'arrière-plan principale, un titre et un paragraphe blancs centrés." + +#: patterns/layout-full-width-section.php:14 +msgid "Full Width Section Heading" +msgstr "Titre de la section pleine largeur" + +#: patterns/layout-full-width-section.php:18 +msgid "" +"This full-width section stands out with a colored background. Use it to " +"highlight important content, announcements, or calls to action." +msgstr "Cette section pleine largeur se distingue par un arrière-plan coloré. Utilisez-la pour mettre en valeur du contenu important, des annonces ou des appels à l'action." +"Cette section pleine largeur se distingue par un arrière-plan coloré. " +"Utilisez-la pour mettre en valeur du contenu important, des annonces ou des " +"appels à l'action." + +#: patterns/more-posts.php +msgctxt "Pattern title" +msgid "More posts" +msgstr "Plus d'articles" + +#: patterns/more-posts.php +msgctxt "Pattern description" +msgid "A section with more recent posts." +msgstr "Une section avec d'autres articles récents." + +#: patterns/more-posts.php:15 +msgid "More posts" +msgstr "Plus d'articles" + +#: patterns/nav-dark.php +msgctxt "Pattern title" +msgid "Navigation - Dark" +msgstr "Navigation - Sombre" + +#: patterns/nav-dark.php +msgctxt "Pattern description" +msgid "Dark-themed navigation header with dark background." +msgstr "En-tête de navigation au thème sombre avec arrière-plan sombre." + +#: patterns/nav-offcanvas.php +msgctxt "Pattern title" +msgid "Navigation - Offcanvas" +msgstr "Navigation - Hors-canevas" + +#: patterns/nav-offcanvas.php +msgctxt "Pattern description" +msgid "" +"Header with offcanvas mobile navigation using Bootstrap offcanvas component." +msgstr "En-tête avec navigation mobile hors-canevas utilisant le composant offcanvas de Bootstrap." + +#: patterns/page-about.php +msgctxt "Pattern title" +msgid "About Page" +msgstr "Page À propos" + +#: patterns/page-about.php +msgctxt "Pattern description" +msgid "A full about page layout with hero, story section, and team members." +msgstr "Une mise en page complète de la page À propos avec hero, section d'histoire et membres de l'équipe." + +#: patterns/page-about.php:14 +msgid "About Us" +msgstr "À propos" + +#: patterns/page-about.php:18 +msgid "" +"Learn more about who we are, what we do, and the people behind our mission." +msgstr "Apprenez-en davantage sur qui nous sommes, ce que nous faisons et les personnes derrière notre mission." +"Apprenez-en plus sur qui nous sommes, ce que nous faisons et les personnes " +"derrière notre mission." + +#: patterns/page-about.php:26 +msgid "Our Story" +msgstr "Notre histoire" + +#: patterns/page-about.php:30 +msgid "" +"Founded with a passion for innovation and excellence, our journey began with " +"a simple idea: to create meaningful solutions that make a real difference. " +"Over the years, we have grown from a small team into a dedicated group of " +"professionals committed to delivering outstanding results." +msgstr "Fondés avec une passion pour l'innovation et l'excellence, notre parcours a débuté avec une idée simple : créer des solutions significatives qui font une réelle différence. Au fil des années, nous sommes passés d'une petite équipe à un groupe de professionnels dévoués à l'obtention de résultats remarquables." +"Fondée avec une passion pour l'innovation et l'excellence, notre aventure a " +"commencé avec une idée simple : créer des solutions significatives qui font " +"une vraie différence. Au fil des années, nous sommes passés d'une petite " +"équipe à un groupe dédié de professionnels engagés à fournir des résultats " +"exceptionnels." + +#: patterns/page-about.php:34 +msgid "" +"Today, we continue to push boundaries and challenge conventions. Our " +"approach combines creative thinking with proven methodologies, ensuring that " +"every project we undertake meets the highest standards of quality and " +"craftsmanship." +msgstr "Aujourd'hui, nous continuons de repousser les limites et de défier les conventions. Notre approche combine la pensée créative avec des méthodologies éprouvées, garantissant que chaque projet que nous entreprendrons répond aux plus hauts standards de qualité et de savoir-faire." +"Aujourd'hui, nous continuons à repousser les limites et à remettre en " +"question les conventions. Notre approche combine la pensée créative avec des " +"méthodologies éprouvées, garantissant que chaque projet que nous " +"entreprenons répond aux plus hauts standards de qualité et de savoir-faire." + +#: patterns/page-about.php:40 patterns/text-about.php:36 +msgid "About us image" +msgstr "Image à propos de nous" + +#: patterns/page-about.php:48 +msgid "Our Team" +msgstr "Notre équipe" + +#: patterns/page-about.php:52 +msgid "Meet the people who make it all happen." +msgstr "Rencontrez les personnes qui rendent tout cela possible." + +#: patterns/page-about.php:59 +msgid "Jane Doe" +msgstr "Jane Doe" + +#: patterns/page-about.php:63 +msgid "Founder & CEO" +msgstr "Fondatrice et PDG" + +#: patterns/page-about.php:71 +msgid "John Smith" +msgstr "John Smith" + +#: patterns/page-about.php:75 +msgid "Lead Developer" +msgstr "Développeur principal" + +#: patterns/page-about.php:83 +msgid "Emily Johnson" +msgstr "Emily Johnson" + +#: patterns/page-about.php:87 +msgid "Creative Director" +msgstr "Directrice créative" + +#: patterns/page-contact.php +msgctxt "Pattern title" +msgid "Contact Page" +msgstr "Page Contact" + +#: patterns/page-contact.php +msgctxt "Pattern description" +msgid "" +"A full contact page layout with hero, contact details, business hours, and " +"spacer." +msgstr "Une mise en page complète de la page Contact avec hero, coordonnées, horaires d'ouverture et espaceur." + +#: patterns/page-contact.php:14 patterns/page-services.php:87 +#: patterns/pricing-3-col.php:130 +msgid "Contact Us" +msgstr "Contactez-nous" + +#: patterns/page-contact.php:18 +msgid "We would love to hear from you. Reach out to us anytime." +msgstr "Nous serions ravis de vous entendre. Contactez-nous à tout moment." +"Nous serions ravis d'avoir de vos nouvelles. Contactez-nous à tout moment." + +#: patterns/page-contact.php:26 +msgid "Get in Touch" +msgstr "Prenez contact" + +#: patterns/page-contact.php:30 +msgid "123 Main Street, Suite 100, Anytown, ST 12345" +msgstr "123, rue Principale, Bureau 100, 75001 Paris" + +#: patterns/page-contact.php:38 +msgid "+1 (555) 123-4567" +msgstr "+33 1 23 45 67 89" + +#: patterns/page-contact.php:44 +msgid "Business Hours" +msgstr "Heures d'ouverture" + +#: patterns/page-contact.php:49 +msgid "Monday - Friday:" +msgstr "Lundi - Vendredi :" + +#: patterns/page-contact.php:49 +msgid "9:00 AM - 6:00 PM" +msgstr "9h00 - 18h00" + +#: patterns/page-contact.php:53 +msgid "Saturday:" +msgstr "Samedi :" + +#: patterns/page-contact.php:53 +msgid "10:00 AM - 4:00 PM" +msgstr "10h00 - 16h00" + +#: patterns/page-contact.php:57 +msgid "Sunday:" +msgstr "Dimanche :" + +#: patterns/page-contact.php:57 +msgid "Closed" +msgstr "Fermé" + +#: patterns/page-services.php +msgctxt "Pattern title" +msgid "Services Page" +msgstr "Page Services" + +#: patterns/page-services.php +msgctxt "Pattern description" +msgid "" +"A full services page layout with hero, service offerings, and call to action." +msgstr "Une mise en page complète de la page Services avec hero, offres de services et appel à l'action." + +#: patterns/page-services.php:14 +msgid "Our Services" +msgstr "Nos services" + +#: patterns/page-services.php:18 +msgid "Professional solutions tailored to your needs." +msgstr "Des solutions professionnelles adaptées à vos besoins." + +#: patterns/page-services.php:24 +msgid "What We Offer" +msgstr "Ce que nous offrons" + +#: patterns/page-services.php:28 +msgid "" +"We provide a wide range of services to help your business grow and succeed." +msgstr "Nous proposons une large gamme de services pour aider votre entreprise à croître et à réussir." +"Nous fournissons une large gamme de services pour aider votre entreprise à " +"croître et réussir." + +#: patterns/page-services.php:34 +msgid "🎨" +msgstr "🎨" + +#: patterns/page-services.php:38 +msgid "Design" +msgstr "Design" + +#: patterns/page-services.php:42 +msgid "" +"Beautiful, user-centered designs that capture your brand identity and engage " +"your audience across all platforms and devices." +msgstr "Des designs beaux et centrés sur l'utilisateur qui capturent l'identité de votre marque et engagent votre audience sur toutes les plateformes et appareils." +"De beaux designs centrés sur l'utilisateur qui capturent l'identité de votre " +"marque et engagent votre public sur toutes les plateformes et appareils." + +#: patterns/page-services.php:48 +msgid "⚙️" +msgstr "⚙️" + +#: patterns/page-services.php:52 +msgid "Development" +msgstr "Développement" + +#: patterns/page-services.php:56 +msgid "" +"Robust, scalable web applications built with modern technologies and best " +"practices to ensure performance and reliability." +msgstr "Des applications web robustes et évolutives construites avec des technologies modernes et des bonnes pratiques pour garantir performance et fiabilité." +"Des applications web robustes et évolutives construites avec des " +"technologies modernes et les meilleures pratiques pour garantir performance " +"et fiabilité." + +#: patterns/page-services.php:62 +msgid "📈" +msgstr "📈" + +#: patterns/page-services.php:66 +msgid "Strategy" +msgstr "Stratégie" + +#: patterns/page-services.php:70 +msgid "" +"Data-driven strategies and consulting to help you achieve your business " +"goals and stay ahead of the competition." +msgstr "Des stratégies basées sur les données et des conseils pour vous aider à atteindre vos objectifs commerciaux et garder une longueur d'avance sur la concurrence." +"Des stratégies basées sur les données et du conseil pour vous aider à " +"atteindre vos objectifs commerciaux et garder une longueur d'avance sur la " +"concurrence." + +#: patterns/page-services.php:82 +msgid "" +"Ready to take your project to the next level? Let us help you build " +"something great." +msgstr "Prêt à faire passer votre projet au niveau supérieur ? Laissez-nous vous aider à construire quelque chose de remarquable." +"Prêt à faire passer votre projet au niveau supérieur ? Laissez-nous vous " +"aider à construire quelque chose de formidable." + +#: patterns/page-services.php:91 +msgid "View Portfolio" +msgstr "Voir le portfolio" + +#: patterns/post-navigation.php +msgctxt "Pattern title" +msgid "Post navigation" +msgstr "Navigation des articles" + +#: patterns/post-navigation.php +msgctxt "Pattern description" +msgid "Previous and next post links." +msgstr "Liens vers les articles précédent et suivant." + +#: patterns/pricing-3-col.php +msgctxt "Pattern title" +msgid "Pricing three columns" +msgstr "Tarification trois colonnes" + +#: patterns/pricing-3-col.php +msgctxt "Pattern description" +msgid "" +"Three-column pricing cards with feature lists and call to action buttons." +msgstr "Cartes de tarification à trois colonnes avec listes de fonctionnalités et boutons d'appel à l'action." + +#: patterns/pricing-3-col.php:18 +msgid "Choose the plan that works best for you." +msgstr "Choisissez le forfait qui vous convient le mieux." + +#: patterns/pricing-3-col.php:25 +msgid "Basic" +msgstr "Basique" + +#: patterns/pricing-3-col.php:29 +msgid "Free" +msgstr "Gratuit" + +#: patterns/pricing-3-col.php:38 +msgid "1 Website" +msgstr "1 site web" + +#: patterns/pricing-3-col.php:42 +msgid "Community Support" +msgstr "Support communautaire" + +#: patterns/pricing-3-col.php:46 +msgid "Core Features" +msgstr "Fonctionnalités de base" + +#: patterns/pricing-3-col.php:61 +msgid "Professional" +msgstr "Professionnel" + +#. translators: pricing amount +#: patterns/pricing-3-col.php:67 +msgid "$49" +msgstr "49 $" + +#: patterns/pricing-3-col.php:77 +msgid "5 Websites" +msgstr "5 sites web" + +#: patterns/pricing-3-col.php:81 +msgid "Priority Support" +msgstr "Support prioritaire" + +#: patterns/pricing-3-col.php:85 +msgid "All Features" +msgstr "Toutes les fonctionnalités" + +#: patterns/pricing-3-col.php:100 +msgid "Enterprise" +msgstr "Entreprise" + +#. translators: pricing amount +#: patterns/pricing-3-col.php:106 +msgid "$199" +msgstr "199 $" + +#: patterns/pricing-3-col.php:116 +msgid "Unlimited Websites" +msgstr "Sites web illimités" + +#: patterns/pricing-3-col.php:120 +msgid "Dedicated Support" +msgstr "Support dédié" + +#: patterns/pricing-3-col.php:124 +msgid "Custom Development" +msgstr "Développement sur mesure" + +#: patterns/template-query-loop.php +msgctxt "Pattern title" +msgid "Query loop" +msgstr "Boucle de requête" + +#: patterns/template-query-loop.php:39 +msgid "No posts were found." +msgstr "Aucun article n'a été trouvé." + +#: patterns/testimonials-2-col.php +msgctxt "Pattern title" +msgid "Testimonials two columns" +msgstr "Témoignages deux colonnes" + +#: patterns/testimonials-2-col.php +msgctxt "Pattern description" +msgid "Two-column testimonials with quote blocks and citations." +msgstr "Témoignages à deux colonnes avec blocs de citations et références." + +#: patterns/testimonials-2-col.php:14 +msgid "What our clients say" +msgstr "Ce que disent nos clients" + +#: patterns/testimonials-2-col.php:20 +msgid "" +"This theme completely transformed our website. The Bootstrap integration " +"makes it incredibly easy to create professional-looking pages without any " +"custom code." +msgstr "Ce thème a complètement transformé notre site web. L'intégration Bootstrap facilite incroyablement la création de pages professionnelles sans aucun code personnalisé." +"Ce thème a complètement transformé notre site web. L'intégration de " +"Bootstrap rend incroyablement facile la création de pages d'aspect " +"professionnel sans aucun code personnalisé." + +#: patterns/testimonials-2-col.php:20 +msgid "Jane Doe, Web Designer" +msgstr "Jane Doe, Webdesigneuse" + +#: patterns/testimonials-2-col.php:26 +msgid "" +"The dark mode support and style variations give us the flexibility we need. " +"Our clients love being able to switch between color schemes effortlessly." +msgstr "La prise en charge du mode sombre et les variations de style nous offrent la flexibilité dont nous avons besoin. Nos clients adorent pouvoir changer de schéma de couleurs sans effort." +"La prise en charge du mode sombre et les variations de style nous donnent la " +"flexibilité dont nous avons besoin. Nos clients adorent pouvoir basculer " +"entre les palettes de couleurs sans effort." + +#: patterns/testimonials-2-col.php:26 +msgid "John Smith, Developer" +msgstr "John Smith, Développeur" + +#: patterns/testimonials-centered.php +msgctxt "Pattern title" +msgid "Testimonial centered" +msgstr "Témoignage centré" + +#: patterns/testimonials-centered.php +msgctxt "Pattern description" +msgid "A single large centered testimonial with citation." +msgstr "Un seul grand témoignage centré avec citation." + +#: patterns/testimonials-centered.php:14 +msgid "" +"The best WordPress theme we have ever used. Clean code, beautiful design, " +"and incredible flexibility." +msgstr "Le meilleur thème WordPress que nous ayons jamais utilisé. Code propre, design magnifique et flexibilité incroyable." +"Le meilleur thème WordPress que nous ayons jamais utilisé. Code propre, beau " +"design et flexibilité incroyable." + +#: patterns/testimonials-centered.php:14 +msgid "Alex Johnson, Creative Director" +msgstr "Alex Johnson, Directeur créatif" + +#: patterns/text-about.php +msgctxt "Pattern title" +msgid "About section" +msgstr "Section À propos" + +#: patterns/text-about.php +msgctxt "Pattern description" +msgid "A two-column about section with text content and an image." +msgstr "Une section À propos à deux colonnes avec du contenu textuel et une image." + +#: patterns/text-about.php:16 +msgid "About us" +msgstr "À propos de nous" + +#: patterns/text-about.php:20 +msgid "" +"We are passionate about creating tools that empower people to build " +"beautiful websites. Our theme combines the reliability of Bootstrap with the " +"flexibility of WordPress." +msgstr "Nous sommes passionnés par la création d'outils qui permettent aux gens de créer de beaux sites web. Notre thème combine la fiabilité de Bootstrap avec la flexibilité de WordPress." +"Nous sommes passionnés par la création d'outils qui permettent aux gens de " +"construire de beaux sites web. Notre thème combine la fiabilité de Bootstrap " +"avec la flexibilité de WordPress." + +#: patterns/text-about.php:24 +msgid "" +"With years of experience in web development and design, we understand what " +"it takes to create a theme that is both powerful and easy to use." +msgstr "Avec des années d'expérience en développement web et en design, nous comprenons ce qu'il faut pour créer un thème à la fois puissant et facile à utiliser." +"Avec des années d'expérience en développement web et en design, nous " +"comprenons ce qu'il faut pour créer un thème à la fois puissant et facile à " +"utiliser." + +#: patterns/text-faq.php +msgctxt "Pattern title" +msgid "Frequently asked questions" +msgstr "Questions fréquemment posées" + +#: patterns/text-faq.php +msgctxt "Pattern description" +msgid "An FAQ section with question and answer pairs." +msgstr "Une section FAQ avec des paires de questions et réponses." + +#: patterns/text-faq.php:14 +msgid "Frequently Asked Questions" +msgstr "Foire aux questions" + +#: patterns/text-faq.php:20 +msgid "How do I install the theme?" +msgstr "Comment installer le thème ?" + +#: patterns/text-faq.php:24 +msgid "" +"Download the ZIP file from the releases page, then upload it via WordPress " +"Admin > Appearance > Themes > Add New > Upload Theme." +msgstr "Téléchargez le fichier ZIP depuis la page des versions, puis importez-le via WordPress Admin > Apparence > Thèmes > Ajouter > Importer un thème." +"Téléchargez le fichier ZIP depuis la page des versions, puis importez-le via " +"Administration WordPress > Apparence > Thèmes > Ajouter > Téléverser un " +"thème." + +#: patterns/text-faq.php:34 +msgid "Does it work with the Site Editor?" +msgstr "Fonctionne-t-il avec l'éditeur de site ?" + +#: patterns/text-faq.php:38 +msgid "" +"Yes, this is a Full Site Editing block theme. You can customize templates, " +"headers, footers, and all block patterns using the WordPress Site Editor." +msgstr "Oui, il s'agit d'un thème de blocs pour l'édition complète du site. Vous pouvez personnaliser les modèles, les en-têtes, les pieds de page et tous les modèles de blocs avec l'éditeur de site WordPress." +"Oui, c'est un thème bloc d'édition complète du site. Vous pouvez " +"personnaliser les modèles, en-têtes, pieds de page et tous les modèles de " +"blocs avec l'éditeur de site WordPress." + +#: patterns/text-faq.php:48 +msgid "Can I use my own fonts?" +msgstr "Puis-je utiliser mes propres polices ?" + +#: patterns/text-faq.php:52 +msgid "" +"The theme comes with Inter, Lora, and system font stacks. You can add custom " +"fonts through the Site Editor or by modifying theme.json." +msgstr "Le thème est fourni avec Inter, Lora et des polices système. Vous pouvez ajouter des polices personnalisées via l'éditeur de site ou en modifiant theme.json." +"Le thème est livré avec Inter, Lora et des polices système. Vous pouvez " +"ajouter des polices personnalisées via l'éditeur de site ou en modifiant " +"theme.json." + +#: patterns/text-faq.php:62 +msgid "Is dark mode supported?" +msgstr "Le mode sombre est-il pris en charge ?" + +#: patterns/text-faq.php:66 +msgid "" +"Yes, the theme includes a dark mode toggle that uses Bootstrap 5.3 built-in " +"dark mode. It respects system preferences and remembers your choice." +msgstr "Oui, le thème inclut un bouton bascule mode sombre qui utilise le mode sombre intégré de Bootstrap 5.3. Il respecte les préférences du système et mémorise votre choix." +"Oui, le thème inclut un bouton de mode sombre qui utilise le mode sombre " +"intégré de Bootstrap 5.3. Il respecte les préférences système et mémorise " +"votre choix." + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Base" +msgstr "Base" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Contrast" +msgstr "Contraste" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Primary" +msgstr "Primaire" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Secondary" +msgstr "Secondaire" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Success" +msgstr "Succès" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Danger" +msgstr "Danger" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Warning" +msgstr "Avertissement" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Info" +msgstr "Info" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Light" +msgstr "Clair" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Dark" +msgstr "Sombre" + +#: theme.json +msgctxt "Space size name" +msgid "3xs" +msgstr "3xs" + +#: theme.json +msgctxt "Space size name" +msgid "2xs" +msgstr "2xs" + +#: theme.json +msgctxt "Space size name" +msgid "xs" +msgstr "xs" + +#: theme.json +msgctxt "Space size name" +msgid "s" +msgstr "s" + +#: theme.json +msgctxt "Space size name" +msgid "m" +msgstr "m" + +#: theme.json +msgctxt "Space size name" +msgid "l" +msgstr "l" + +#: theme.json +msgctxt "Space size name" +msgid "xl" +msgstr "xl" + +#: theme.json +msgctxt "Space size name" +msgid "2xl" +msgstr "2xl" + +#: theme.json +msgctxt "Font size name" +msgid "Small" +msgstr "Petite" + +#: theme.json +msgctxt "Font size name" +msgid "Medium" +msgstr "Moyen" + +#: theme.json +msgctxt "Font size name" +msgid "Large" +msgstr "Grande" + +#: theme.json +msgctxt "Font size name" +msgid "Extra Large" +msgstr "Très grand" + +#: theme.json +msgctxt "Font size name" +msgid "Huge" +msgstr "Énorme" + +#: theme.json +msgctxt "Font size name" +msgid "Display" +msgstr "Affichage" + +#: theme.json +msgctxt "Font family name" +msgid "System Sans Serif" +msgstr "Système sans empattement" + +#: theme.json +msgctxt "Font family name" +msgid "Inter" +msgstr "Inter" + +#: theme.json +msgctxt "Font family name" +msgid "Lora" +msgstr "Lora" + +#: theme.json +msgctxt "Font family name" +msgid "System Monospace" +msgstr "Système monospace" + +#: theme.json +msgctxt "Shadow name" +msgid "Small" +msgstr "Petite" + +#: theme.json +msgctxt "Shadow name" +msgid "Regular" +msgstr "Normale" + +#: theme.json +msgctxt "Shadow name" +msgid "Large" +msgstr "Grande" + +#: theme.json +msgctxt "Aspect ratio name" +msgid "16:9" +msgstr "16:9" + +#: theme.json +msgctxt "Aspect ratio name" +msgid "4:3" +msgstr "4:3" + +#: theme.json +msgctxt "Aspect ratio name" +msgid "1:1" +msgstr "1:1" + +#: theme.json +msgctxt "Aspect ratio name" +msgid "3:4" +msgstr "3:4" + +#: theme.json +msgctxt "Custom template name" +msgid "Blog with Sidebar" +msgstr "Blog avec barre latérale" + +#: theme.json +msgctxt "Custom template name" +msgid "Landing Page (No Header/Footer)" +msgstr "Page d'atterrissage (sans en-tête/pied de page)" + +#: theme.json +msgctxt "Custom template name" +msgid "Full Width" +msgstr "Pleine largeur" + +#: theme.json +msgctxt "Custom template name" +msgid "Page with Hero" +msgstr "Page avec hero" + +#: theme.json +msgctxt "Custom template name" +msgid "Page with Sidebar" +msgstr "Page avec barre latérale" + +#: theme.json +msgctxt "Template part name" +msgid "Header" +msgstr "En-tête" + +#: theme.json +msgctxt "Template part name" +msgid "Header - Centered" +msgstr "En-tête - Centré" + +#: theme.json +msgctxt "Template part name" +msgid "Header - Transparent" +msgstr "En-tête - Transparent" + +#: theme.json +msgctxt "Template part name" +msgid "Footer" +msgstr "Pied de page" + +#: theme.json +msgctxt "Template part name" +msgid "Footer - Minimal" +msgstr "Pied de page - Minimal" + +#: theme.json +msgctxt "Template part name" +msgid "Footer - Multi-Column" +msgstr "Pied de page - Multi-colonnes" + +#: theme.json +msgctxt "Template part name" +msgid "Sidebar" +msgstr "Barre latérale" + +#: styles/01-ocean.json +msgctxt "Style variation name" +msgid "Ocean" +msgstr "Océan" + +#: styles/02-forest.json +msgctxt "Style variation name" +msgid "Forest" +msgstr "Forêt" + +#: styles/03-sunset.json +msgctxt "Style variation name" +msgid "Sunset" +msgstr "Coucher de soleil" + +#: styles/04-midnight.json +msgctxt "Style variation name" +msgid "Midnight" +msgstr "Minuit" + +#: styles/05-ember.json +msgctxt "Style variation name" +msgid "Ember" +msgstr "Braise" + +#: styles/06-arctic.json +msgctxt "Style variation name" +msgid "Arctic" +msgstr "Arctique" + +#: styles/07-amethyst.json +msgctxt "Style variation name" +msgid "Amethyst" +msgstr "Améthyste" + +#: styles/08-rose.json +msgctxt "Style variation name" +msgid "Rose" +msgstr "Rose" + +#: styles/09-sand.json +msgctxt "Style variation name" +msgid "Sand" +msgstr "Sable" + +#: styles/10-lavender.json +msgctxt "Style variation name" +msgid "Lavender" +msgstr "Lavande" + +#: styles/11-mint.json +msgctxt "Style variation name" +msgid "Mint" +msgstr "Menthe" + +#: styles/12-slate.json +msgctxt "Style variation name" +msgid "Slate" +msgstr "Ardoise" + +#: styles/13-mocha.json +msgctxt "Style variation name" +msgid "Mocha" +msgstr "Moka" + +#: styles/14-nebula.json +msgctxt "Style variation name" +msgid "Nebula" +msgstr "Nébuleuse" + +#: styles/15-obsidian.json +msgctxt "Style variation name" +msgid "Obsidian" +msgstr "Obsidienne" + +#~ msgid "Skip to main content" +#~ msgstr "Aller au contenu principal" + +#~ msgid "Primary navigation" +#~ msgstr "Navigation principale" + +#~ msgid "Footer navigation" +#~ msgstr "Navigation du pied de page" + +#~ msgid "Blog sidebar" +#~ msgstr "Barre latérale du blog" diff --git a/languages/wp-bootstrap-it_CH.po b/languages/wp-bootstrap-it_CH.po index e8b3179..be16ae9 100644 --- a/languages/wp-bootstrap-it_CH.po +++ b/languages/wp-bootstrap-it_CH.po @@ -4,8 +4,8 @@ msgid "" msgstr "" "Project-Id-Version: WP Bootstrap 1.0.5\n" -"Report-Msgid-Bugs-To: https://src.bundespruefstelle.ch/magdev/wp-bootstrap/issues\n" -"POT-Creation-Date: 2026-02-11 00:00+0000\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/wp-bootstrap\n" +"POT-Creation-Date: 2026-02-20T09:45:19+00:00\n" "PO-Revision-Date: 2026-02-11 00:00+0000\n" "Last-Translator: Claude AI \n" "Language-Team: Italian (Switzerland)\n" @@ -17,902 +17,1914 @@ msgstr "" "X-Domain: wp-bootstrap\n" #. Theme Name of the theme -#: patterns/footer.php +#: style.css patterns/footer.php:31 msgid "WP Bootstrap" msgstr "WP Bootstrap" +#. Theme URI of the theme +#: style.css +msgid "https://src.bundespruefstelle.ch/magdev/wp-bootstrap" +msgstr "https://src.bundespruefstelle.ch/magdev/wp-bootstrap" + #. Description of the theme -msgid "A modern WordPress Block Theme built from scratch with Bootstrap 5. Features responsive design, dark mode support, and full compatibility with the WordPress Site Editor." -msgstr "Un tema a blocchi WordPress moderno costruito da zero con Bootstrap 5. Design responsivo, supporto per la modalità scura e piena compatibilità con l'editor del sito WordPress." - -#: patterns/footer.php -#: patterns/footer-columns.php -msgid "Powered by %s" -msgstr "Realizzato con %s" - -#: patterns/footer.php -#: patterns/footer-columns.php -msgid "https://wordpress.org" -msgstr "https://it-ch.wordpress.org" - -#: patterns/hidden-404.php -msgid "Page not found" -msgstr "Pagina non trovata" - -#: patterns/hidden-404.php -msgid "The page you are looking for does not exist, or it has been moved. Please try searching using the form below." -msgstr "La pagina che stai cercando non esiste o è stata spostata. Prova a cercare utilizzando il modulo qui sotto." - -#: patterns/hidden-search.php -#: patterns/hidden-sidebar.php -msgid "Search" -msgstr "Cerca" - -#: patterns/hidden-search.php -#: patterns/hidden-sidebar.php -msgid "Search..." -msgstr "Cerca..." - -#: patterns/hidden-blog-heading.php -msgid "Blog" -msgstr "Blog" - -#: patterns/comments.php -msgid "Comments" -msgstr "Commenti" - -#: patterns/post-navigation.php -msgid "Previous" -msgstr "Precedente" - -#: patterns/post-navigation.php -msgid "Next" -msgstr "Successivo" - -#: patterns/more-posts.php -msgid "More posts" -msgstr "Altri articoli" - -#: patterns/template-query-loop.php -msgid "Read more" -msgstr "Leggi di più" - -#: patterns/template-query-loop.php -msgid "No posts were found." -msgstr "Nessun articolo trovato." - -#: patterns/hero-cover.php -msgid "Build something amazing" -msgstr "Crea qualcosa di straordinario" - -#: patterns/hero-cover.php -msgid "Create modern, responsive websites with the power of Bootstrap 5 and the WordPress Site Editor." -msgstr "Crea siti web moderni e responsivi con la potenza di Bootstrap 5 e dell'editor del sito WordPress." - -#: patterns/hero-cover.php -#: patterns/hero-centered.php -#: patterns/pricing-3-col.php -#: patterns/page-services.php -msgid "Get Started" -msgstr "Inizia ora" - -#: patterns/hero-split.php -msgid "Modern design meets powerful features" -msgstr "Design moderno unito a funzionalità potenti" - -#: patterns/hero-split.php -msgid "A WordPress theme built from the ground up with Bootstrap 5 for a seamless editing and browsing experience." -msgstr "Un tema WordPress costruito da zero con Bootstrap 5 per un'esperienza di editing e navigazione fluida." - -#: patterns/hero-split.php -#: patterns/hero-centered.php -#: patterns/text-about.php -msgid "Learn More" -msgstr "Scopri di più" - -#: patterns/hero-split.php -msgid "View Demo" -msgstr "Vedi demo" - -#: patterns/hero-split.php -msgid "Hero image" -msgstr "Immagine hero" - -#: patterns/hero-centered.php -msgid "Welcome to your new website" -msgstr "Benvenuto nel tuo nuovo sito web" - -#: patterns/hero-centered.php -msgid "Start building beautiful, responsive pages with the full power of Bootstrap 5 and the WordPress block editor." -msgstr "Inizia a creare pagine belle e responsive con tutta la potenza di Bootstrap 5 e dell'editor a blocchi di WordPress." - -#: patterns/features-3-col.php -#: functions.php -msgid "Features" -msgstr "Funzionalità" - -#: patterns/features-3-col.php -msgid "Everything you need to build a modern website." -msgstr "Tutto ciò che serve per creare un sito web moderno." - -#: patterns/features-3-col.php -msgid "Responsive Design" -msgstr "Design responsivo" - -#: patterns/features-3-col.php -msgid "Your website looks great on every device, from mobile phones to large desktop screens." -msgstr "Il tuo sito web appare perfetto su ogni dispositivo, dai telefoni cellulari ai grandi schermi desktop." - -#: patterns/features-3-col.php -msgid "Easy Customization" -msgstr "Personalizzazione semplice" - -#: patterns/features-3-col.php -msgid "Customize colors, fonts, and layouts using the WordPress Site Editor with no code required." -msgstr "Personalizza colori, caratteri e layout utilizzando l'editor del sito WordPress senza necessità di codice." - -#: patterns/features-3-col.php -msgid "Performance First" -msgstr "Prestazioni al primo posto" - -#: patterns/features-3-col.php -msgid "Built with speed in mind. Optimized assets and clean code for lightning-fast page loads." -msgstr "Progettato per la velocità. Risorse ottimizzate e codice pulito per caricamenti di pagina rapidissimi." - -#: patterns/features-icon-list.php -msgid "Why choose us" -msgstr "Perché sceglierci" - -#: patterns/features-icon-list.php -msgid "Bootstrap 5 Framework" -msgstr "Framework Bootstrap 5" - -#: patterns/features-icon-list.php -msgid "Built on the most popular CSS framework. Leverage a proven, well-documented design system." -msgstr "Costruito sul framework CSS più popolare. Sfrutta un sistema di design collaudato e ben documentato." - -#: patterns/features-icon-list.php -msgid "Full Site Editing" -msgstr "Editing completo del sito" - -#: patterns/features-icon-list.php -msgid "Edit every part of your site visually. Headers, footers, templates, and content are all customizable." -msgstr "Modifica visivamente ogni parte del tuo sito. Intestazioni, piè di pagina, modelli e contenuto sono tutti personalizzabili." - -#: patterns/features-icon-list.php -msgid "Dark Mode Support" -msgstr "Supporto modalità scura" - -#: patterns/features-icon-list.php -msgid "Built-in dark mode toggle that respects user preferences and persists across visits." -msgstr "Interruttore per la modalità scura integrato che rispetta le preferenze dell'utente e persiste tra le visite." - -#: patterns/features-2-col-offset.php -msgid "Feature illustration" -msgstr "Illustrazione funzionalità" - -#: patterns/features-2-col-offset.php -msgid "Designed for modern workflows" -msgstr "Progettato per flussi di lavoro moderni" - -#: patterns/features-2-col-offset.php -msgid "Streamline your development process with a theme that works the way you do." -msgstr "Ottimizza il tuo processo di sviluppo con un tema che funziona come lavori tu." - -#: patterns/features-2-col-offset.php -msgid "Block Patterns" -msgstr "Pattern a blocchi" - -#: patterns/features-2-col-offset.php -msgid "Pre-built patterns for common page sections. Drop them in and customize to fit your needs." -msgstr "Pattern predefiniti per le sezioni di pagina più comuni. Inseriscili e personalizzali secondo le tue esigenze." - -#: patterns/features-2-col-offset.php -msgid "Style Variations" -msgstr "Variazioni di stile" - -#: patterns/features-2-col-offset.php -msgid "Switch between color schemes with a single click. Choose from multiple professionally designed palettes." -msgstr "Passa da uno schema di colori all'altro con un solo clic. Scegli tra molteplici palette progettate professionalmente." - -#: patterns/cta-banner.php -msgid "Ready to get started?" -msgstr "Pronto per iniziare?" - -#: patterns/cta-banner.php -msgid "Start building your website today with our powerful and flexible theme." -msgstr "Inizia a creare il tuo sito web oggi stesso con il nostro tema potente e flessibile." - -#: patterns/cta-banner.php -msgid "Start Now" -msgstr "Inizia subito" - -#: patterns/cta-newsletter.php -msgid "Stay in the loop" -msgstr "Rimani aggiornato" - -#: patterns/cta-newsletter.php -msgid "Subscribe to our newsletter for updates, tips, and exclusive content." -msgstr "Iscriviti alla nostra newsletter per aggiornamenti, consigli e contenuti esclusivi." - -#: patterns/cta-newsletter.php -msgid "Enter your email address" -msgstr "Inserisci il tuo indirizzo e-mail" - -#: patterns/cta-newsletter.php -msgid "Subscribe" -msgstr "Iscriviti" - -#: patterns/testimonials-2-col.php -msgid "What our clients say" -msgstr "Cosa dicono i nostri clienti" - -#: patterns/testimonials-2-col.php -msgid "This theme completely transformed our website. The Bootstrap integration makes it incredibly easy to create professional-looking pages without any custom code." -msgstr "Questo tema ha completamente trasformato il nostro sito web. L'integrazione con Bootstrap rende incredibilmente facile creare pagine dall'aspetto professionale senza alcun codice personalizzato." - -#: patterns/testimonials-2-col.php -msgid "Jane Doe, Web Designer" -msgstr "Jane Doe, Web Designer" - -#: patterns/testimonials-2-col.php -msgid "The dark mode support and style variations give us the flexibility we need. Our clients love being able to switch between color schemes effortlessly." -msgstr "Il supporto per la modalità scura e le variazioni di stile ci danno la flessibilità di cui abbiamo bisogno. I nostri clienti adorano poter passare da uno schema di colori all'altro senza sforzo." - -#: patterns/testimonials-2-col.php -msgid "John Smith, Developer" -msgstr "John Smith, Sviluppatore" - -#: patterns/testimonials-centered.php -msgid "The best WordPress theme we have ever used. Clean code, beautiful design, and incredible flexibility." -msgstr "Il miglior tema WordPress che abbiamo mai usato. Codice pulito, design elegante e flessibilità incredibile." - -#: patterns/testimonials-centered.php -msgid "Alex Johnson, Creative Director" -msgstr "Alex Johnson, Direttore creativo" - -#: patterns/pricing-3-col.php -#: functions.php -msgid "Pricing" -msgstr "Prezzi" - -#: patterns/pricing-3-col.php -msgid "Choose the plan that works best for you." -msgstr "Scegli il piano più adatto alle tue esigenze." - -#: patterns/pricing-3-col.php -msgid "Basic" -msgstr "Base" - -#: patterns/pricing-3-col.php -msgid "Free" -msgstr "Gratuito" - -#: patterns/pricing-3-col.php -msgid "1 Website" -msgstr "1 sito web" - -#: patterns/pricing-3-col.php -msgid "Community Support" -msgstr "Supporto della comunità" - -#: patterns/pricing-3-col.php -msgid "Core Features" -msgstr "Funzionalità di base" - -#: patterns/pricing-3-col.php -msgid "Professional" -msgstr "Professionale" - -#: patterns/pricing-3-col.php -msgid "$49" -msgstr "CHF 49" - -#: patterns/pricing-3-col.php -msgid "5 Websites" -msgstr "5 siti web" - -#: patterns/pricing-3-col.php -msgid "Priority Support" -msgstr "Supporto prioritario" - -#: patterns/pricing-3-col.php -msgid "All Features" -msgstr "Tutte le funzionalità" - -#: patterns/pricing-3-col.php -msgid "Enterprise" -msgstr "Enterprise" - -#: patterns/pricing-3-col.php -msgid "$199" -msgstr "CHF 199" - -#: patterns/pricing-3-col.php -msgid "Unlimited Websites" -msgstr "Siti web illimitati" - -#: patterns/pricing-3-col.php -msgid "Dedicated Support" -msgstr "Supporto dedicato" - -#: patterns/pricing-3-col.php -msgid "Custom Development" -msgstr "Sviluppo personalizzato" - -#: patterns/pricing-3-col.php -#: patterns/page-services.php -#: patterns/page-contact.php -msgid "Contact Us" -msgstr "Contattaci" - -#: patterns/contact-info.php -msgid "Get in touch" -msgstr "Mettiti in contatto" - -#: patterns/contact-info.php -msgid "We would love to hear from you. Reach out through any of the channels below." -msgstr "Ci farebbe piacere avere tue notizie. Contattaci attraverso uno dei canali qui sotto." - -#: patterns/contact-info.php -#: patterns/page-contact.php -msgid "Address" -msgstr "Indirizzo" - -#: patterns/contact-info.php -msgid "123 Example Street" -msgstr "Via Esempio 123" - -#: patterns/contact-info.php -msgid "8000 Zurich, Switzerland" -msgstr "8000 Zurigo, Svizzera" - -#: patterns/contact-info.php -#: patterns/page-contact.php -msgid "Phone" -msgstr "Telefono" - -#: patterns/contact-info.php -msgid "+41 44 123 45 67" -msgstr "+41 44 123 45 67" - -#: patterns/contact-info.php -#: patterns/cta-newsletter.php -#: patterns/page-contact.php -msgid "Email" -msgstr "E-mail" - -#: patterns/contact-info.php -#: patterns/page-contact.php -msgid "info@example.com" -msgstr "info@example.com" - -#: patterns/text-faq.php -msgid "Frequently Asked Questions" -msgstr "Domande frequenti" - -#: patterns/text-faq.php -msgid "How do I install the theme?" -msgstr "Come si installa il tema?" - -#: patterns/text-faq.php -msgid "Download the ZIP file from the releases page, then upload it via WordPress Admin > Appearance > Themes > Add New > Upload Theme." -msgstr "Scarica il file ZIP dalla pagina delle versioni, quindi caricalo tramite Amministrazione WordPress > Aspetto > Temi > Aggiungi nuovo > Carica tema." - -#: patterns/text-faq.php -msgid "Does it work with the Site Editor?" -msgstr "Funziona con l'editor del sito?" - -#: patterns/text-faq.php -msgid "Yes, this is a Full Site Editing block theme. You can customize templates, headers, footers, and all block patterns using the WordPress Site Editor." -msgstr "Sì, questo è un tema a blocchi per l'editing completo del sito. Puoi personalizzare modelli, intestazioni, piè di pagina e tutti i pattern a blocchi utilizzando l'editor del sito WordPress." - -#: patterns/text-faq.php -msgid "Can I use my own fonts?" -msgstr "Posso usare i miei caratteri?" - -#: patterns/text-faq.php -msgid "The theme comes with Inter, Lora, and system font stacks. You can add custom fonts through the Site Editor or by modifying theme.json." -msgstr "Il tema include Inter, Lora e pile di caratteri di sistema. Puoi aggiungere caratteri personalizzati tramite l'editor del sito o modificando theme.json." - -#: patterns/text-faq.php -msgid "Is dark mode supported?" -msgstr "La modalità scura è supportata?" - -#: patterns/text-faq.php -msgid "Yes, the theme includes a dark mode toggle that uses Bootstrap 5.3 built-in dark mode. It respects system preferences and remembers your choice." -msgstr "Sì, il tema include un interruttore per la modalità scura che utilizza la modalità scura integrata di Bootstrap 5.3. Rispetta le preferenze di sistema e ricorda la tua scelta." - -#: patterns/text-about.php -msgid "About us" -msgstr "Chi siamo" - -#: patterns/text-about.php -msgid "We are passionate about creating tools that empower people to build beautiful websites. Our theme combines the reliability of Bootstrap with the flexibility of WordPress." -msgstr "Siamo appassionati nella creazione di strumenti che permettono alle persone di costruire siti web bellissimi. Il nostro tema combina l'affidabilità di Bootstrap con la flessibilità di WordPress." - -#: patterns/text-about.php -msgid "With years of experience in web development and design, we understand what it takes to create a theme that is both powerful and easy to use." -msgstr "Con anni di esperienza nello sviluppo web e nel design, comprendiamo cosa serve per creare un tema che sia al contempo potente e facile da usare." - -#: patterns/text-about.php -#: patterns/page-about.php -msgid "About us image" -msgstr "Immagine chi siamo" - -#: patterns/hidden-sidebar.php -msgid "Recent Posts" -msgstr "Articoli recenti" - -#: patterns/hidden-sidebar.php -msgid "Tags" -msgstr "Tag" - -#: patterns/dark-mode-toggle.php -msgid "Switch to dark mode" -msgstr "Passa alla modalità scura" - -#: patterns/dark-mode-toggle.php -msgid "Switch to light mode" -msgstr "Passa alla modalità chiara" - -#: functions.php +#: style.css +msgid "" +"A modern WordPress Block Theme built from scratch with Bootstrap 5. Features " +"responsive design, dark mode support, and full compatibility with the " +"WordPress Site Editor." +msgstr "Un tema a blocchi WordPress moderno, costruito da zero con Bootstrap 5. Offre design responsivo, supporto alla modalità scura e piena compatibilità con il Site Editor di WordPress." +"Un tema a blocchi WordPress moderno costruito da zero con Bootstrap 5. " +"Design responsivo, supporto per la modalità scura e piena compatibilità con " +"l'editor del sito WordPress." + +#. Author of the theme +#: style.css +msgid "Marco Graetsch" +msgstr "Marco Graetsch" + +#. Author URI of the theme +#: style.css +msgid "https://src.bundespruefstelle.ch/magdev" +msgstr "https://src.bundespruefstelle.ch/magdev" + +#: functions.php:43 msgid "Primary Navigation" msgstr "Navigazione principale" -#: functions.php +#: functions.php:44 msgid "Footer Navigation" msgstr "Navigazione del piè di pagina" -#: functions.php -msgid "Pages" -msgstr "Pagine" +#: functions.php:58 +msgid "Sidebar" +msgstr "Barra laterale" -#: functions.php -msgid "A collection of full page layouts." -msgstr "Una raccolta di layout a pagina intera." +#: functions.php:60 +msgid "Add widgets here to appear in the sidebar." +msgstr "Aggiungi widget qui per farli apparire nella barra laterale." -#: functions.php -msgid "Hero Sections" -msgstr "Sezioni hero" - -#: functions.php -msgid "Large hero and banner sections." -msgstr "Grandi sezioni hero e banner." - -#: functions.php -msgid "Call to Action" -msgstr "Invito all'azione" - -#: functions.php -msgid "Call to action sections." -msgstr "Sezioni di invito all'azione." - -#: functions.php -msgid "Feature and service showcase sections." -msgstr "Sezioni di presentazione delle funzionalità e dei servizi." - -#: functions.php -msgid "Testimonials" -msgstr "Testimonianze" - -#: functions.php -msgid "Testimonial and review sections." -msgstr "Sezioni di testimonianze e recensioni." - -#: functions.php -msgid "Pricing table sections." -msgstr "Sezioni di tabelle prezzi." - -#: functions.php -msgid "Contact" -msgstr "Contatto" - -#: functions.php -msgid "Contact information sections." -msgstr "Sezioni con informazioni di contatto." - -#: functions.php -msgid "Text & Content" -msgstr "Testo e contenuto" - -#: functions.php -msgid "Text-focused content sections." -msgstr "Sezioni di contenuto incentrate sul testo." - -#: functions.php -msgid "Checkmark" -msgstr "Segno di spunta" - -#: functions.php -msgid "Unstyled" -msgstr "Senza stile" - -#: functions.php -msgid "Card" -msgstr "Scheda" - -#: functions.php -msgid "Card with Shadow" -msgstr "Scheda con ombra" - -#: functions.php -msgid "Alert - Info" -msgstr "Avviso - Informazione" - -#: functions.php -msgid "Alert - Success" -msgstr "Avviso - Successo" - -#: functions.php -msgid "Alert - Warning" -msgstr "Avviso - Attenzione" - -#: functions.php -msgid "Alert - Danger" -msgstr "Avviso - Pericolo" - -#: functions.php -msgid "Striped Rows" -msgstr "Righe striate" - -#: functions.php -msgid "Hover Rows" -msgstr "Righe con evidenziazione" - -#: functions.php -msgid "Bordered" -msgstr "Con bordo" - -#: functions.php -msgid "Accent Border" -msgstr "Bordo d'accento" - -#: functions.php -msgid "Shadow" -msgstr "Ombra" - -#: functions.php -msgid "Large Rounded" -msgstr "Grande arrotondato" - -#: functions.php -msgid "Large" -msgstr "Grande" - -#: functions.php -msgid "Small" -msgstr "Piccolo" - -#: functions.php -msgid "Wide" -msgstr "Largo" - -#: functions.php -msgid "Name" -msgstr "Nome" - -#: functions.php -msgid "Website" -msgstr "Sito web" - -#: functions.php -msgid "Save my name, email, and website in this browser for the next time I comment." -msgstr "Salva il mio nome, la mia e-mail e il mio sito web in questo browser per la prossima volta che commento." - -#: functions.php +#: functions.php:494 msgid "Bootstrap Layout" msgstr "Layout Bootstrap" -#: functions.php +#: functions.php:499 msgid "Bootstrap Components" msgstr "Componenti Bootstrap" -#: functions.php +#: functions.php:504 msgid "Bootstrap Navigation" msgstr "Navigazione Bootstrap" -#: functions.php +#: functions.php:522 +msgid "Pages" +msgstr "Pagine" + +#: functions.php:523 +msgid "A collection of full page layouts." +msgstr "Una raccolta di layout a pagina intera." + +#: functions.php:530 +msgid "Hero Sections" +msgstr "Sezioni hero" + +#: functions.php:531 +msgid "Large hero and banner sections." +msgstr "Grandi sezioni hero e banner." + +#: functions.php:538 +msgid "Call to Action" +msgstr "Invito all'azione" + +#: functions.php:539 +msgid "Call to action sections." +msgstr "Sezioni di invito all'azione." + +#: functions.php:546 patterns/features-3-col.php:14 +msgid "Features" +msgstr "Funzionalità" + +#: functions.php:547 +msgid "Feature and service showcase sections." +msgstr "Sezioni di presentazione delle funzionalità e dei servizi." + +#: functions.php:554 +msgid "Testimonials" +msgstr "Testimonianze" + +#: functions.php:555 +msgid "Testimonial and review sections." +msgstr "Sezioni di testimonianze e recensioni." + +#: functions.php:562 patterns/pricing-3-col.php:14 +msgid "Pricing" +msgstr "Prezzi" + +#: functions.php:563 +msgid "Pricing table sections." +msgstr "Sezioni di tabelle prezzi." + +#: functions.php:570 +msgid "Contact" +msgstr "Contatto" + +#: functions.php:571 +msgid "Contact information sections." +msgstr "Sezioni con informazioni di contatto." + +#: functions.php:578 +msgid "Text & Content" +msgstr "Testo e contenuto" + +#: functions.php:579 +msgid "Text-focused content sections." +msgstr "Sezioni di contenuto incentrate sul testo." + +#: functions.php:586 msgid "Layout" msgstr "Layout" -#: functions.php +#: functions.php:587 msgid "Layout building blocks for page structure." msgstr "Blocchi di costruzione del layout per la struttura delle pagine." -#: functions.php +#: functions.php:594 msgid "Components" msgstr "Componenti" -#: functions.php +#: functions.php:595 msgid "Reusable Bootstrap component patterns." msgstr "Pattern di componenti Bootstrap riutilizzabili." -#: functions.php -#: patterns/footer-columns.php +#: functions.php:602 patterns/footer-columns.php:30 msgid "Navigation" msgstr "Navigazione" -#: functions.php +#: functions.php:603 msgid "Navigation and header patterns." msgstr "Pattern di navigazione e intestazione." -#: patterns/layout-container.php -msgid "Heading goes here" -msgstr "Il titolo va qui" +#: functions.php:620 +msgid "Checkmark" +msgstr "Segno di spunta" -#: patterns/layout-container.php -msgid "This is a content container with constrained width and comfortable padding. Replace this text with your own content." -msgstr "Questo è un contenitore di contenuto con larghezza limitata e spaziatura confortevole. Sostituisci questo testo con il tuo contenuto." +#: functions.php:629 +msgid "Unstyled" +msgstr "Senza stile" -#: patterns/layout-2-col.php -#: patterns/layout-3-col.php -msgid "Column One" -msgstr "Colonna uno" +#: functions.php:637 +msgid "Card" +msgstr "Scheda" -#: patterns/layout-2-col.php -msgid "Add your content here. This column takes up half the available width on larger screens and stacks on mobile devices." -msgstr "Aggiungi il tuo contenuto qui. Questa colonna occupa metà della larghezza disponibile su schermi grandi e si impila sui dispositivi mobili." +#: functions.php:645 +msgid "Card with Shadow" +msgstr "Scheda con ombra" -#: patterns/layout-2-col.php -#: patterns/layout-3-col.php -msgid "Column Two" -msgstr "Colonna due" +#: functions.php:653 +msgid "Alert - Info" +msgstr "Avviso - Informazione" -#: patterns/layout-3-col.php -msgid "Column Three" -msgstr "Colonna tre" +#: functions.php:661 +msgid "Alert - Success" +msgstr "Avviso - Successo" -#: patterns/layout-3-col.php -msgid "Add your content here. This column takes up one third of the available width on larger screens." -msgstr "Aggiungi il tuo contenuto qui. Questa colonna occupa un terzo della larghezza disponibile su schermi grandi." +#: functions.php:669 +msgid "Alert - Warning" +msgstr "Avviso - Attenzione" -#: patterns/layout-full-width-section.php -msgid "Full Width Section Heading" -msgstr "Titolo della sezione a larghezza piena" +#: functions.php:677 +msgid "Alert - Danger" +msgstr "Avviso - Pericolo" -#: patterns/layout-full-width-section.php -msgid "This full-width section stands out with a colored background. Use it to highlight important content, announcements, or calls to action." -msgstr "Questa sezione a larghezza piena si distingue con uno sfondo colorato. Usala per evidenziare contenuti importanti, annunci o inviti all'azione." +#: functions.php:685 +msgid "Striped Rows" +msgstr "Righe striate" -#: patterns/component-card-group.php -msgid "Card One" -msgstr "Scheda uno" +#: functions.php:693 +msgid "Hover Rows" +msgstr "Righe con evidenziazione" -#: patterns/component-card-group.php -msgid "Card Two" -msgstr "Scheda due" +#: functions.php:701 +msgid "Bordered" +msgstr "Con bordo" -#: patterns/component-card-group.php -msgid "Card Three" -msgstr "Scheda tre" +#: functions.php:709 +msgid "Accent Border" +msgstr "Bordo d'accento" -#: patterns/component-card-group.php -msgid "Add a short description for this card. Cards are a great way to organize and present related content." -msgstr "Aggiungi una breve descrizione per questa scheda. Le schede sono un ottimo modo per organizzare e presentare contenuti correlati." +#: functions.php:717 +msgid "Shadow" +msgstr "Ombra" + +#: functions.php:725 +msgid "Large Rounded" +msgstr "Grande arrotondato" + +#: functions.php:733 +msgid "Large" +msgstr "Grande" + +#: functions.php:741 +msgid "Small" +msgstr "Piccolo" + +#: functions.php:749 +msgid "Wide" +msgstr "Largo" + +#: functions.php:801 +msgid "Name" +msgstr "Nome" + +#: functions.php:806 patterns/contact-info.php:44 +#: patterns/cta-newsletter.php:21 patterns/page-contact.php:34 +msgid "Email" +msgstr "E-mail" + +#: functions.php:811 +msgid "Website" +msgstr "Sito web" + +#: functions.php:819 +msgid "" +"Save my name, email, and website in this browser for the next time I comment." +msgstr "Salva il mio nome, l'email e il sito web in questo browser per il prossimo commento." +"Salva il mio nome, la mia e-mail e il mio sito web in questo browser per la " +"prossima volta che commento." + +#: inc/Template/ContextBuilder.php:199 patterns/template-query-loop.php:25 +msgid "Read more" +msgstr "Leggi di più" + +#: inc/Template/ContextBuilder.php:237 patterns/post-navigation.php:17 +msgid "Previous" +msgstr "Precedente" + +#: inc/Template/ContextBuilder.php:238 patterns/post-navigation.php:18 +msgid "Next" +msgstr "Successivo" + +#: inc/Template/ContextBuilder.php:274 +#, php-format +msgid "%s Comment" +msgid_plural "%s Comments" +msgstr[0] "%s commento" +msgstr[1] "%s commenti" + +#: inc/Template/ContextBuilder.php:329 +msgid "Leave a Comment" +msgstr "Lascia un commento" + +#: inc/Template/ContextBuilder.php:335 +msgid "Comment" +msgstr "Commento" + +#: patterns/comments.php +msgctxt "Pattern title" +msgid "Comments" +msgstr "Commenti" + +#: patterns/comments.php +msgctxt "Pattern description" +msgid "Comments section with form." +msgstr "Sezione commenti con modulo." + +#: patterns/comments.php:15 +msgid "Comments" +msgstr "Commenti" #: patterns/component-accordion.php +msgctxt "Pattern title" msgid "Accordion" msgstr "Fisarmonica" #: patterns/component-accordion.php +msgctxt "Pattern description" +msgid "" +"An accordion section using details blocks with summary and content " +"paragraphs." +msgstr "Una sezione a fisarmonica con blocchi di dettagli contenenti riepilogo e paragrafi di contenuto." +"Una sezione a fisarmonica con blocchi dettagli con sommario e paragrafi di " +"contenuto." + +#: patterns/component-accordion.php:14 +msgid "Accordion" +msgstr "Fisarmonica" + +#: patterns/component-accordion.php:18 msgid "Click on each item to expand and reveal its content." msgstr "Fai clic su ciascun elemento per espanderlo e rivelarne il contenuto." -#: patterns/component-accordion.php +#: patterns/component-accordion.php:22 msgid "Accordion Item One" msgstr "Elemento fisarmonica uno" -#: patterns/component-accordion.php -msgid "This is the content for the first accordion item. You can add any blocks inside this details element to create rich, expandable content sections." -msgstr "Questo è il contenuto del primo elemento della fisarmonica. Puoi aggiungere qualsiasi blocco all'interno di questo elemento details per creare sezioni di contenuto ricche ed espandibili." +#: patterns/component-accordion.php:23 +msgid "" +"This is the content for the first accordion item. You can add any blocks " +"inside this details element to create rich, expandable content sections." +msgstr "Questo è il contenuto del primo elemento della fisarmonica. È possibile aggiungere qualsiasi blocco all'interno di questo elemento per creare sezioni di contenuto espandibili e ricche." +"Questo è il contenuto del primo elemento della fisarmonica. Puoi aggiungere " +"qualsiasi blocco all'interno di questo elemento details per creare sezioni " +"di contenuto ricche ed espandibili." -#: patterns/component-accordion.php +#: patterns/component-accordion.php:28 msgid "Accordion Item Two" msgstr "Elemento fisarmonica due" -#: patterns/component-accordion.php -msgid "This is the content for the second accordion item. Details blocks are a native HTML element that provide toggle functionality without JavaScript." -msgstr "Questo è il contenuto del secondo elemento della fisarmonica. I blocchi details sono un elemento HTML nativo che fornisce funzionalità di commutazione senza JavaScript." +#: patterns/component-accordion.php:29 +msgid "" +"This is the content for the second accordion item. Details blocks are a " +"native HTML element that provide toggle functionality without JavaScript." +msgstr "Questo è il contenuto del secondo elemento della fisarmonica. I blocchi di dettagli sono un elemento HTML nativo che fornisce funzionalità di espansione senza JavaScript." +"Questo è il contenuto del secondo elemento della fisarmonica. I blocchi " +"details sono un elemento HTML nativo che fornisce funzionalità di " +"commutazione senza JavaScript." -#: patterns/component-accordion.php +#: patterns/component-accordion.php:34 msgid "Accordion Item Three" msgstr "Elemento fisarmonica tre" -#: patterns/component-accordion.php -msgid "This is the content for the third accordion item. Use accordions to organize frequently asked questions, feature lists, or any content that benefits from progressive disclosure." -msgstr "Questo è il contenuto del terzo elemento della fisarmonica. Usa le fisarmoniche per organizzare domande frequenti, elenchi di funzionalità o qualsiasi contenuto che beneficia di una divulgazione progressiva." +#: patterns/component-accordion.php:35 +msgid "" +"This is the content for the third accordion item. Use accordions to organize " +"frequently asked questions, feature lists, or any content that benefits from " +"progressive disclosure." +msgstr "Questo è il contenuto del terzo elemento della fisarmonica. Utilizzare le fisarmoniche per organizzare le domande frequenti, elenchi di funzionalità o qualsiasi contenuto che trae vantaggio dalla divulgazione progressiva." +"Questo è il contenuto del terzo elemento della fisarmonica. Usa le " +"fisarmoniche per organizzare domande frequenti, elenchi di funzionalità o " +"qualsiasi contenuto che beneficia di una divulgazione progressiva." -#: patterns/page-about.php -msgid "About Us" -msgstr "Chi siamo" +#: patterns/component-card-group.php +msgctxt "Pattern title" +msgid "Card Group" +msgstr "Gruppo di schede" -#: patterns/page-about.php -msgid "Learn more about who we are, what we do, and the people behind our mission." -msgstr "Scopri di più su chi siamo, cosa facciamo e le persone dietro la nostra missione." +#: patterns/component-card-group.php +msgctxt "Pattern description" +msgid "" +"A three-column card group with shadow-styled cards, each containing a " +"heading and paragraph." +msgstr "Un gruppo di schede a tre colonne con stile ombreggiato, ciascuna contenente un'intestazione e un paragrafo." +"Un gruppo di schede a tre colonne con schede in stile ombra, ciascuna " +"contenente un titolo e un paragrafo." -#: patterns/page-about.php -msgid "Our Story" -msgstr "La nostra storia" +#: patterns/component-card-group.php:17 +msgid "Card One" +msgstr "Scheda uno" -#: patterns/page-about.php -msgid "Founded with a passion for innovation and excellence, our journey began with a simple idea: to create meaningful solutions that make a real difference. Over the years, we have grown from a small team into a dedicated group of professionals committed to delivering outstanding results." -msgstr "Fondata con la passione per l'innovazione e l'eccellenza, il nostro percorso è iniziato con un'idea semplice: creare soluzioni significative che facciano una vera differenza. Nel corso degli anni, siamo cresciuti da un piccolo team a un gruppo dedicato di professionisti impegnati a fornire risultati eccezionali." +#: patterns/component-card-group.php:21 patterns/component-card-group.php:33 +#: patterns/component-card-group.php:45 +msgid "" +"Add a short description for this card. Cards are a great way to organize and " +"present related content." +msgstr "Aggiungere una breve descrizione per questa scheda. Le schede sono un ottimo modo per organizzare e presentare contenuti correlati." +"Aggiungi una breve descrizione per questa scheda. Le schede sono un ottimo " +"modo per organizzare e presentare contenuti correlati." -#: patterns/page-about.php -msgid "Today, we continue to push boundaries and challenge conventions. Our approach combines creative thinking with proven methodologies, ensuring that every project we undertake meets the highest standards of quality and craftsmanship." -msgstr "Oggi continuiamo a superare i limiti e a sfidare le convenzioni. Il nostro approccio combina il pensiero creativo con metodologie collaudate, garantendo che ogni progetto che intraprendiamo soddisfi i più alti standard di qualità e maestria." +#: patterns/component-card-group.php:29 +msgid "Card Two" +msgstr "Scheda due" -#: patterns/page-about.php -msgid "Our Team" -msgstr "Il nostro team" +#: patterns/component-card-group.php:41 +msgid "Card Three" +msgstr "Scheda tre" -#: patterns/page-about.php -msgid "Meet the people who make it all happen." -msgstr "Scopri le persone che rendono tutto questo possibile." +#: patterns/contact-info.php +msgctxt "Pattern title" +msgid "Contact information" +msgstr "Informazioni di contatto" -#: patterns/page-about.php -msgid "Jane Doe" -msgstr "Jane Doe" +#: patterns/contact-info.php +msgctxt "Pattern description" +msgid "" +"A three-column contact information layout with address, phone, and email." +msgstr "Un layout di informazioni di contatto a tre colonne con indirizzo, telefono e email." +"Un layout di informazioni di contatto a tre colonne con indirizzo, telefono " +"e e-mail." -#: patterns/page-about.php -msgid "Founder & CEO" -msgstr "Fondatrice e CEO" - -#: patterns/page-about.php -msgid "John Smith" -msgstr "John Smith" - -#: patterns/page-about.php -msgid "Lead Developer" -msgstr "Sviluppatore principale" - -#: patterns/page-about.php -msgid "Emily Johnson" -msgstr "Emily Johnson" - -#: patterns/page-about.php -msgid "Creative Director" -msgstr "Direttrice creativa" - -#: patterns/page-services.php -msgid "Our Services" -msgstr "I nostri servizi" - -#: patterns/page-services.php -msgid "Professional solutions tailored to your needs." -msgstr "Soluzioni professionali su misura per le tue esigenze." - -#: patterns/page-services.php -msgid "What We Offer" -msgstr "Cosa offriamo" - -#: patterns/page-services.php -msgid "We provide a wide range of services to help your business grow and succeed." -msgstr "Forniamo un'ampia gamma di servizi per aiutare la tua attività a crescere e avere successo." - -#: patterns/page-services.php -msgid "Design" -msgstr "Design" - -#: patterns/page-services.php -msgid "Beautiful, user-centered designs that capture your brand identity and engage your audience across all platforms and devices." -msgstr "Design belli e incentrati sull'utente che catturano l'identità del tuo marchio e coinvolgono il tuo pubblico su tutte le piattaforme e dispositivi." - -#: patterns/page-services.php -msgid "Development" -msgstr "Sviluppo" - -#: patterns/page-services.php -msgid "Robust, scalable web applications built with modern technologies and best practices to ensure performance and reliability." -msgstr "Applicazioni web robuste e scalabili costruite con tecnologie moderne e best practice per garantire prestazioni e affidabilità." - -#: patterns/page-services.php -msgid "Strategy" -msgstr "Strategia" - -#: patterns/page-services.php -msgid "Data-driven strategies and consulting to help you achieve your business goals and stay ahead of the competition." -msgstr "Strategie basate sui dati e consulenza per aiutarti a raggiungere i tuoi obiettivi aziendali e restare un passo avanti rispetto alla concorrenza." - -#: patterns/page-services.php -msgid "Ready to take your project to the next level? Let us help you build something great." -msgstr "Pronto a portare il tuo progetto al livello successivo? Lascia che ti aiutiamo a costruire qualcosa di grandioso." - -#: patterns/page-services.php -msgid "View Portfolio" -msgstr "Vedi portfolio" - -#: patterns/page-contact.php -msgid "We would love to hear from you. Reach out to us anytime." -msgstr "Ci farebbe piacere avere tue notizie. Contattaci in qualsiasi momento." - -#: patterns/page-contact.php -msgid "Get in Touch" +#: patterns/contact-info.php:14 +msgid "Get in touch" msgstr "Mettiti in contatto" -#: patterns/page-contact.php -msgid "123 Main Street, Suite 100, Anytown, ST 12345" -msgstr "Via Esempio 123, 6900 Lugano, Svizzera" +#: patterns/contact-info.php:18 +msgid "" +"We would love to hear from you. Reach out through any of the channels below." +msgstr "Saremo lieti di sentirLa. La contatti attraverso uno dei canali indicati di seguito." +"Ci farebbe piacere avere tue notizie. Contattaci attraverso uno dei canali " +"qui sotto." -#: patterns/page-contact.php -msgid "+1 (555) 123-4567" -msgstr "+41 91 123 45 67" +#: patterns/contact-info.php:24 patterns/page-contact.php:30 +msgid "Address" +msgstr "Indirizzo" -#: patterns/page-contact.php -msgid "Business Hours" -msgstr "Orari di apertura" +#: patterns/contact-info.php:28 +msgid "123 Example Street" +msgstr "Via Esempio 123" -#: patterns/page-contact.php -msgid "Monday - Friday:" -msgstr "Lunedì - Venerdì:" +#: patterns/contact-info.php:28 +msgid "8000 Zurich, Switzerland" +msgstr "8000 Zurigo, Svizzera" -#: patterns/page-contact.php -msgid "9:00 AM - 6:00 PM" -msgstr "9:00 - 18:00" +#: patterns/contact-info.php:34 patterns/page-contact.php:38 +msgid "Phone" +msgstr "Telefono" -#: patterns/page-contact.php -msgid "Saturday:" -msgstr "Sabato:" +#: patterns/contact-info.php:38 +msgid "+41 44 123 45 67" +msgstr "+41 44 123 45 67" -#: patterns/page-contact.php -msgid "10:00 AM - 4:00 PM" -msgstr "10:00 - 16:00" +#: patterns/contact-info.php:48 patterns/page-contact.php:34 +msgid "info@example.com" +msgstr "info@example.com" -#: patterns/page-contact.php -msgid "Sunday:" -msgstr "Domenica:" +#: patterns/cta-banner.php +msgctxt "Pattern title" +msgid "Call to action banner" +msgstr "Banner di invito all'azione" -#: patterns/page-contact.php -msgid "Closed" -msgstr "Chiuso" +#: patterns/cta-banner.php +msgctxt "Pattern description" +msgid "" +"A full-width call to action banner with a colored background, heading, " +"description, and button." +msgstr "Un banner invito all'azione a larghezza piena con sfondo colorato, intestazione, descrizione e pulsante." +"Un banner di invito all'azione a larghezza piena con sfondo colorato, " +"titolo, descrizione e pulsante." -#. translators: Copyright notice. %1$s: Year, %2$s: Site title. -#: patterns/footer-minimal.php -msgid "© %1$s %2$s. All rights reserved." -msgstr "© %1$s %2$s. Tutti i diritti riservati." +#: patterns/cta-banner.php:14 +msgid "Ready to get started?" +msgstr "Pronto per iniziare?" + +#: patterns/cta-banner.php:18 +msgid "Start building your website today with our powerful and flexible theme." +msgstr "Inizi a costruire il Suo sito web oggi con il nostro tema potente e flessibile." +"Inizia a creare il tuo sito web oggi stesso con il nostro tema potente e " +"flessibile." + +#: patterns/cta-banner.php:23 +msgid "Start Now" +msgstr "Inizia subito" + +#: patterns/cta-newsletter.php +msgctxt "Pattern title" +msgid "Newsletter signup" +msgstr "Iscrizione alla newsletter" + +#: patterns/cta-newsletter.php +msgctxt "Pattern description" +msgid "" +"A newsletter signup section with heading, description, and search block." +msgstr "Una sezione di iscrizione alla newsletter con intestazione, descrizione e blocco di ricerca." +"Una sezione di iscrizione alla newsletter con titolo, descrizione e blocco " +"di ricerca." + +#: patterns/cta-newsletter.php:14 +msgid "Stay in the loop" +msgstr "Rimani aggiornato" + +#: patterns/cta-newsletter.php:18 +msgid "Subscribe to our newsletter for updates, tips, and exclusive content." +msgstr "Si iscriva alla nostra newsletter per aggiornamenti, consigli e contenuti esclusivi." +"Iscriviti alla nostra newsletter per aggiornamenti, consigli e contenuti " +"esclusivi." + +#: patterns/cta-newsletter.php:21 +msgid "Enter your email address" +msgstr "Inserisci il tuo indirizzo e-mail" + +#: patterns/cta-newsletter.php:21 +msgid "Subscribe" +msgstr "Iscriviti" + +#: patterns/dark-mode-toggle.php +msgctxt "Pattern title" +msgid "Dark mode toggle" +msgstr "Interruttore modalità scura" + +#: patterns/dark-mode-toggle.php +msgctxt "Pattern description" +msgid "A toggle button for switching between light and dark mode." +msgstr "Un pulsante di attivazione per passare tra la modalità chiara e scura." + +#: patterns/dark-mode-toggle.php:13 +msgid "Switch to dark mode" +msgstr "Passa alla modalità scura" + +#: patterns/dark-mode-toggle.php:13 +msgid "Switch to light mode" +msgstr "Passa alla modalità chiara" + +#: patterns/features-2-col-offset.php +msgctxt "Pattern title" +msgid "Features two columns with image" +msgstr "Funzionalità due colonne con immagine" + +#: patterns/features-2-col-offset.php +msgctxt "Pattern description" +msgid "" +"A two-column layout with a large image on the left and stacked features on " +"the right." +msgstr "Un layout a due colonne con un'immagine grande a sinistra e funzionalità impilate a destra." +"Un layout a due colonne con un'immagine grande a sinistra e funzionalità " +"impilate a destra." + +#: patterns/features-2-col-offset.php:16 +msgid "Feature illustration" +msgstr "Illustrazione funzionalità" + +#: patterns/features-2-col-offset.php:22 +msgid "Designed for modern workflows" +msgstr "Progettato per flussi di lavoro moderni" + +#: patterns/features-2-col-offset.php:26 +msgid "" +"Streamline your development process with a theme that works the way you do." +msgstr "Ottimizzi il processo di sviluppo con un tema che funziona come Lei lavora." +"Ottimizza il tuo processo di sviluppo con un tema che funziona come lavori " +"tu." + +#: patterns/features-2-col-offset.php:34 +msgid "Block Patterns" +msgstr "Pattern a blocchi" + +#: patterns/features-2-col-offset.php:38 +msgid "" +"Pre-built patterns for common page sections. Drop them in and customize to " +"fit your needs." +msgstr "Modelli predefiniti per le sezioni di pagina più comuni. Li inserisca e personalizzi secondo le Sue esigenze." +"Pattern predefiniti per le sezioni di pagina più comuni. Inseriscili e " +"personalizzali secondo le tue esigenze." + +#: patterns/features-2-col-offset.php:46 +msgid "Style Variations" +msgstr "Variazioni di stile" + +#: patterns/features-2-col-offset.php:50 +msgid "" +"Switch between color schemes with a single click. Choose from multiple " +"professionally designed palettes." +msgstr "Passi da uno schema di colori all'altro con un solo clic. Scelga tra diverse tavolozze progettate professionalmente." +"Passa da uno schema di colori all'altro con un solo clic. Scegli tra " +"molteplici palette progettate professionalmente." + +#: patterns/features-3-col.php +msgctxt "Pattern title" +msgid "Features three columns" +msgstr "Funzionalità tre colonne" + +#: patterns/features-3-col.php +msgctxt "Pattern description" +msgid "A three-column feature grid with images, headings, and descriptions." +msgstr "Una griglia di funzionalità a tre colonne con immagini, titoli e descrizioni." + +#: patterns/features-3-col.php:18 +msgid "Everything you need to build a modern website." +msgstr "Tutto ciò che serve per creare un sito web moderno." + +#: patterns/features-3-col.php:28 +msgid "Responsive Design" +msgstr "Design responsivo" + +#: patterns/features-3-col.php:32 +msgid "" +"Your website looks great on every device, from mobile phones to large " +"desktop screens." +msgstr "Il Suo sito web è perfetto su ogni dispositivo, dai telefoni cellulari ai grandi schermi desktop." +"Il tuo sito web appare perfetto su ogni dispositivo, dai telefoni cellulari " +"ai grandi schermi desktop." + +#: patterns/features-3-col.php:42 +msgid "Easy Customization" +msgstr "Personalizzazione semplice" + +#: patterns/features-3-col.php:46 +msgid "" +"Customize colors, fonts, and layouts using the WordPress Site Editor with no " +"code required." +msgstr "Personalizzi colori, font e layout utilizzando il Site Editor di WordPress senza necessità di codice." +"Personalizza colori, caratteri e layout utilizzando l'editor del sito " +"WordPress senza necessità di codice." + +#: patterns/features-3-col.php:56 +msgid "Performance First" +msgstr "Prestazioni al primo posto" + +#: patterns/features-3-col.php:60 +msgid "" +"Built with speed in mind. Optimized assets and clean code for lightning-fast " +"page loads." +msgstr "Progettato pensando alla velocità. Risorse ottimizzate e codice pulito per caricamenti di pagina rapidissimi." +"Progettato per la velocità. Risorse ottimizzate e codice pulito per " +"caricamenti di pagina rapidissimi." + +#: patterns/features-icon-list.php +msgctxt "Pattern title" +msgid "Features icon list" +msgstr "Elenco funzionalità con icone" + +#: patterns/features-icon-list.php +msgctxt "Pattern description" +msgid "A vertical list of features with icon images and text descriptions." +msgstr "Un elenco verticale di funzionalità con immagini di icone e descrizioni testuali." + +#: patterns/features-icon-list.php:14 +msgid "Why choose us" +msgstr "Perché sceglierci" + +#: patterns/features-icon-list.php:25 +msgid "Bootstrap 5 Framework" +msgstr "Framework Bootstrap 5" + +#: patterns/features-icon-list.php:29 +msgid "" +"Built on the most popular CSS framework. Leverage a proven, well-documented " +"design system." +msgstr "Costruito sul framework CSS più popolare. Sfrutti un sistema di design collaudato e ben documentato." +"Costruito sul framework CSS più popolare. Sfrutta un sistema di design " +"collaudato e ben documentato." + +#: patterns/features-icon-list.php:41 +msgid "Full Site Editing" +msgstr "Editing completo del sito" + +#: patterns/features-icon-list.php:45 +msgid "" +"Edit every part of your site visually. Headers, footers, templates, and " +"content are all customizable." +msgstr "Modifichi visivamente ogni parte del Suo sito. Intestazioni, piè di pagina, modelli e contenuti sono tutti personalizzabili." +"Modifica visivamente ogni parte del tuo sito. Intestazioni, piè di pagina, " +"modelli e contenuto sono tutti personalizzabili." + +#: patterns/features-icon-list.php:57 +msgid "Dark Mode Support" +msgstr "Supporto modalità scura" + +#: patterns/features-icon-list.php:61 +msgid "" +"Built-in dark mode toggle that respects user preferences and persists across " +"visits." +msgstr "Interruttore modalità scura integrato che rispetta le preferenze dell'utente e persiste tra le visite." +"Interruttore per la modalità scura integrato che rispetta le preferenze " +"dell'utente e persiste tra le visite." #: patterns/footer-columns.php +msgctxt "Pattern title" +msgid "Footer - Multi-Column" +msgstr "Piè di pagina - Multicolonna" + +#: patterns/footer-columns.php +msgctxt "Pattern description" +msgid "Multi-column footer with site info, navigation, and credits." +msgstr "Piè di pagina multicolonna con informazioni sul sito, navigazione e crediti." + +#: patterns/footer-columns.php:22 msgid "A modern WordPress theme built with Bootstrap 5." msgstr "Un tema WordPress moderno costruito con Bootstrap 5." -#: patterns/footer-columns.php +#: patterns/footer-columns.php:39 msgid "About" msgstr "Chi siamo" -#: patterns/footer-columns.php -msgid "This theme is proudly built with Bootstrap 5 and WordPress Full Site Editing." -msgstr "Questo tema è orgogliosamente costruito con Bootstrap 5 e l'editing completo del sito WordPress." +#: patterns/footer-columns.php:42 +msgid "" +"This theme is proudly built with Bootstrap 5 and WordPress Full Site Editing." +msgstr "Questo tema è costruito con orgoglio usando Bootstrap 5 e il Full Site Editing di WordPress." +"Questo tema è orgogliosamente costruito con Bootstrap 5 e l'editing completo " +"del sito WordPress." #. translators: Copyright notice. %1$s: Year, %2$s: Site title. -#: patterns/footer-columns.php +#: patterns/footer-columns.php:64 +#, php-format msgid "© %1$s %2$s" msgstr "© %1$s %2$s" -#: views/base.html.twig -msgid "Skip to main content" -msgstr "Vai al contenuto principale" +#. translators: Powered by WordPress. %s: WordPress link. +#: patterns/footer-columns.php:76 patterns/footer.php:38 +#, php-format +msgid "Powered by %s" +msgstr "Realizzato con %s" -#: views/partials/header.html.twig -#: views/partials/header-centered.html.twig -#: views/partials/header-transparent.html.twig -#: views/partials/header-offcanvas.html.twig -msgid "Primary navigation" -msgstr "Navigazione principale" +#: patterns/footer-columns.php:77 patterns/footer.php:39 +msgid "https://wordpress.org" +msgstr "https://it-ch.wordpress.org" -#: views/partials/footer.html.twig -#: views/partials/footer-columns.html.twig -msgid "Footer navigation" -msgstr "Navigazione del piè di pagina" +#: patterns/footer-minimal.php +msgctxt "Pattern title" +msgid "Footer - Minimal" +msgstr "Piè di pagina - Minimale" -#: functions.php +#: patterns/footer-minimal.php +msgctxt "Pattern description" +msgid "Minimal single-line footer with copyright." +msgstr "Piè di pagina minimale a riga singola con copyright." + +#. translators: Copyright notice. %1$s: Year, %2$s: Site title. +#: patterns/footer-minimal.php:25 +#, php-format +msgid "© %1$s %2$s. All rights reserved." +msgstr "© %1$s %2$s. Tutti i diritti riservati." + +#: patterns/footer.php +msgctxt "Pattern title" +msgid "Footer" +msgstr "Piè di pagina" + +#: patterns/footer.php +msgctxt "Pattern description" +msgid "Site footer with site title, tagline, and credits." +msgstr "Piè di pagina del sito con titolo, slogan e crediti." + +#: patterns/header-centered.php +msgctxt "Pattern title" +msgid "Header - Centered" +msgstr "Intestazione - Centrata" + +#: patterns/header-centered.php +msgctxt "Pattern description" +msgid "Centered header with site title above navigation." +msgstr "Intestazione centrata con titolo del sito sopra la navigazione." + +#: patterns/header-transparent.php +msgctxt "Pattern title" +msgid "Header - Transparent" +msgstr "Intestazione - Trasparente" + +#: patterns/header-transparent.php +msgctxt "Pattern description" +msgid "Transparent header that overlays page content, ideal for hero sections." +msgstr "Intestazione trasparente che si sovrappone al contenuto della pagina, ideale per le sezioni hero." + +#: patterns/header.php +msgctxt "Pattern title" +msgid "Header" +msgstr "Intestazione" + +#: patterns/header.php +msgctxt "Pattern description" +msgid "Site header with site title and navigation." +msgstr "Intestazione del sito con titolo e navigazione." + +#: patterns/hero-centered.php +msgctxt "Pattern title" +msgid "Hero centered" +msgstr "Hero centrato" + +#: patterns/hero-centered.php +msgctxt "Pattern description" +msgid "" +"A centered hero section with a colored background, heading, paragraph, and " +"call to action buttons." +msgstr "Una sezione hero centrata con sfondo colorato, intestazione, paragrafo e pulsanti invito all'azione." +"Una sezione hero centrata con sfondo colorato, titolo, paragrafo e pulsanti " +"di invito all'azione." + +#: patterns/hero-centered.php:14 +msgid "Welcome to your new website" +msgstr "Benvenuto nel tuo nuovo sito web" + +#: patterns/hero-centered.php:18 +msgid "" +"Start building beautiful, responsive pages with the full power of Bootstrap " +"5 and the WordPress block editor." +msgstr "Inizi a costruire pagine belle e responsive con tutta la potenza di Bootstrap 5 e dell'editor a blocchi di WordPress." +"Inizia a creare pagine belle e responsive con tutta la potenza di Bootstrap " +"5 e dell'editor a blocchi di WordPress." + +#: patterns/hero-centered.php:23 patterns/hero-cover.php:23 +#: patterns/page-services.php:78 patterns/pricing-3-col.php:52 +#: patterns/pricing-3-col.php:91 +msgid "Get Started" +msgstr "Inizia ora" + +#: patterns/hero-centered.php:27 patterns/hero-split.php:25 +#: patterns/text-about.php:29 +msgid "Learn More" +msgstr "Scopri di più" + +#: patterns/hero-cover.php +msgctxt "Pattern title" +msgid "Hero with cover image" +msgstr "Hero con immagine di copertina" + +#: patterns/hero-cover.php +msgctxt "Pattern description" +msgid "" +"A full-width hero section with a cover image, heading, paragraph, and call " +"to action button." +msgstr "Una sezione hero a larghezza piena con immagine di copertina, intestazione, paragrafo e pulsante invito all'azione." +"Una sezione hero a larghezza piena con immagine di copertina, titolo, " +"paragrafo e pulsante di invito all'azione." + +#: patterns/hero-cover.php:14 +msgid "Build something amazing" +msgstr "Crea qualcosa di straordinario" + +#: patterns/hero-cover.php:18 +msgid "" +"Create modern, responsive websites with the power of Bootstrap 5 and the " +"WordPress Site Editor." +msgstr "Crei siti web moderni e responsivi con la potenza di Bootstrap 5 e il Site Editor di WordPress." +"Crea siti web moderni e responsivi con la potenza di Bootstrap 5 e " +"dell'editor del sito WordPress." + +#: patterns/hero-split.php +msgctxt "Pattern title" +msgid "Hero split with image" +msgstr "Hero diviso con immagine" + +#: patterns/hero-split.php +msgctxt "Pattern description" +msgid "" +"A two-column hero with text on the left and an image placeholder on the " +"right." +msgstr "Un hero a due colonne con testo a sinistra e un segnaposto immagine a destra." +"Un hero a due colonne con testo a sinistra e segnaposto immagine a destra." + +#: patterns/hero-split.php:16 +msgid "Modern design meets powerful features" +msgstr "Design moderno unito a funzionalità potenti" + +#: patterns/hero-split.php:20 +msgid "" +"A WordPress theme built from the ground up with Bootstrap 5 for a seamless " +"editing and browsing experience." +msgstr "Un tema WordPress costruito da zero con Bootstrap 5 per un'esperienza di modifica e navigazione fluida." +"Un tema WordPress costruito da zero con Bootstrap 5 per un'esperienza di " +"editing e navigazione fluida." + +#: patterns/hero-split.php:29 +msgid "View Demo" +msgstr "Vedi demo" + +#: patterns/hero-split.php:36 +msgid "Hero image" +msgstr "Immagine hero" + +#: patterns/hidden-404.php +msgctxt "Pattern title" +msgid "404" +msgstr "404" + +#: patterns/hidden-404.php:14 +msgid "Page not found" +msgstr "Pagina non trovata" + +#: patterns/hidden-404.php:18 +msgid "" +"The page you are looking for does not exist, or it has been moved. Please " +"try searching using the form below." +msgstr "La pagina che sta cercando non esiste o è stata spostata. Provi a cercare utilizzando il modulo sottostante." +"La pagina che stai cercando non esiste o è stata spostata. Prova a cercare " +"utilizzando il modulo qui sotto." + +#: patterns/hidden-blog-heading.php +msgctxt "Pattern title" +msgid "Blog heading" +msgstr "Intestazione del blog" + +#: patterns/hidden-blog-heading.php:12 +msgid "Blog" +msgstr "Blog" + +#: patterns/hidden-search.php +msgctxt "Pattern title" +msgid "Search" +msgstr "Ricerca" + +#: patterns/hidden-search.php:11 patterns/hidden-sidebar.php:32 +#: patterns/hidden-sidebar.php:35 +msgid "Search" +msgstr "Cerca" + +#: patterns/hidden-search.php:11 patterns/hidden-sidebar.php:35 +msgid "Search..." +msgstr "Cerca..." + +#: patterns/hidden-sidebar.php +msgctxt "Pattern title" msgid "Sidebar" msgstr "Barra laterale" -#: functions.php -msgid "Add widgets here to appear in the sidebar." -msgstr "Aggiungi widget qui per farli apparire nella barra laterale." +#: patterns/hidden-sidebar.php +msgctxt "Pattern description" +msgid "Sidebar content with recent posts, search, and tag cloud." +msgstr "Contenuto della barra laterale con articoli recenti, ricerca e nuvola di tag." -#: views/partials/sidebar.html.twig -msgid "Blog sidebar" -msgstr "Barra laterale del blog" +#: patterns/hidden-sidebar.php:14 +msgid "Recent Posts" +msgstr "Articoli recenti" + +#: patterns/hidden-sidebar.php:42 +msgid "Tags" +msgstr "Tag" + +#: patterns/hidden-written-by.php +msgctxt "Pattern title" +msgid "Written by" +msgstr "Scritto da" + +#: patterns/layout-2-col.php +msgctxt "Pattern title" +msgid "Two Columns" +msgstr "Due colonne" + +#: patterns/layout-2-col.php +msgctxt "Pattern description" +msgid "" +"A two-column layout with equal width columns, each containing a heading and " +"paragraph." +msgstr "Un layout a due colonne di larghezza uguale, ciascuna contenente un'intestazione e un paragrafo." +"Un layout a due colonne con colonne di uguale larghezza, ciascuna contenente " +"un titolo e un paragrafo." + +#: patterns/layout-2-col.php:16 patterns/layout-3-col.php:16 +msgid "Column One" +msgstr "Colonna uno" + +#: patterns/layout-2-col.php:20 patterns/layout-2-col.php:30 +msgid "" +"Add your content here. This column takes up half the available width on " +"larger screens and stacks on mobile devices." +msgstr "Aggiunga il Suo contenuto qui. Questa colonna occupa metà della larghezza disponibile su schermi più grandi e si impila sui dispositivi mobili." +"Aggiungi il tuo contenuto qui. Questa colonna occupa metà della larghezza " +"disponibile su schermi grandi e si impila sui dispositivi mobili." + +#: patterns/layout-2-col.php:26 patterns/layout-3-col.php:26 +msgid "Column Two" +msgstr "Colonna due" + +#: patterns/layout-3-col.php +msgctxt "Pattern title" +msgid "Three Columns" +msgstr "Tre colonne" + +#: patterns/layout-3-col.php +msgctxt "Pattern description" +msgid "" +"A three-column layout with equal width columns, each containing a heading " +"and paragraph." +msgstr "Un layout a tre colonne di larghezza uguale, ciascuna contenente un'intestazione e un paragrafo." +"Un layout a tre colonne con colonne di uguale larghezza, ciascuna contenente " +"un titolo e un paragrafo." + +#: patterns/layout-3-col.php:20 patterns/layout-3-col.php:30 +#: patterns/layout-3-col.php:40 +msgid "" +"Add your content here. This column takes up one third of the available width " +"on larger screens." +msgstr "Aggiunga il Suo contenuto qui. Questa colonna occupa un terzo della larghezza disponibile su schermi più grandi." +"Aggiungi il tuo contenuto qui. Questa colonna occupa un terzo della " +"larghezza disponibile su schermi grandi." + +#: patterns/layout-3-col.php:36 +msgid "Column Three" +msgstr "Colonna tre" + +#: patterns/layout-container.php +msgctxt "Pattern title" +msgid "Bootstrap Container" +msgstr "Contenitore Bootstrap" + +#: patterns/layout-container.php +msgctxt "Pattern description" +msgid "" +"A constrained container with padding, containing a heading and paragraph " +"placeholder." +msgstr "Un contenitore a larghezza limitata con spaziatura interna, contenente un'intestazione e un paragrafo segnaposto." +"Un contenitore vincolato con spaziatura, che contiene un titolo e un " +"segnaposto di paragrafo." + +#: patterns/layout-container.php:14 +msgid "Heading goes here" +msgstr "Il titolo va qui" + +#: patterns/layout-container.php:18 +msgid "" +"This is a content container with constrained width and comfortable padding. " +"Replace this text with your own content." +msgstr "Questo è un contenitore di contenuto con larghezza limitata e spaziatura interna comoda. Sostituisca questo testo con il Suo contenuto." +"Questo è un contenitore di contenuto con larghezza limitata e spaziatura " +"confortevole. Sostituisci questo testo con il tuo contenuto." + +#: patterns/layout-full-width-section.php +msgctxt "Pattern title" +msgid "Full Width Section" +msgstr "Sezione a larghezza piena" + +#: patterns/layout-full-width-section.php +msgctxt "Pattern description" +msgid "" +"A full-width section with a primary background color, centered white heading " +"and paragraph." +msgstr "Una sezione a larghezza piena con colore di sfondo primario, intestazione bianca centrata e paragrafo." +"Una sezione a larghezza piena con colore di sfondo primario, titolo e " +"paragrafo bianchi centrati." + +#: patterns/layout-full-width-section.php:14 +msgid "Full Width Section Heading" +msgstr "Titolo della sezione a larghezza piena" + +#: patterns/layout-full-width-section.php:18 +msgid "" +"This full-width section stands out with a colored background. Use it to " +"highlight important content, announcements, or calls to action." +msgstr "Questa sezione a larghezza piena risalta con uno sfondo colorato. La utilizzi per evidenziare contenuti importanti, annunci o inviti all'azione." +"Questa sezione a larghezza piena si distingue con uno sfondo colorato. Usala " +"per evidenziare contenuti importanti, annunci o inviti all'azione." + +#: patterns/more-posts.php +msgctxt "Pattern title" +msgid "More posts" +msgstr "Altri articoli" + +#: patterns/more-posts.php +msgctxt "Pattern description" +msgid "A section with more recent posts." +msgstr "Una sezione con altri articoli recenti." + +#: patterns/more-posts.php:15 +msgid "More posts" +msgstr "Altri articoli" + +#: patterns/nav-dark.php +msgctxt "Pattern title" +msgid "Navigation - Dark" +msgstr "Navigazione - Scura" + +#: patterns/nav-dark.php +msgctxt "Pattern description" +msgid "Dark-themed navigation header with dark background." +msgstr "Intestazione di navigazione con tema scuro e sfondo scuro." + +#: patterns/nav-offcanvas.php +msgctxt "Pattern title" +msgid "Navigation - Offcanvas" +msgstr "Navigazione - Offcanvas" + +#: patterns/nav-offcanvas.php +msgctxt "Pattern description" +msgid "" +"Header with offcanvas mobile navigation using Bootstrap offcanvas component." +msgstr "Intestazione con navigazione mobile offcanvas utilizzando il componente offcanvas di Bootstrap." +"Intestazione con navigazione mobile offcanvas usando il componente offcanvas " +"di Bootstrap." + +#: patterns/page-about.php +msgctxt "Pattern title" +msgid "About Page" +msgstr "Pagina Chi siamo" + +#: patterns/page-about.php +msgctxt "Pattern description" +msgid "A full about page layout with hero, story section, and team members." +msgstr "Un layout completo della pagina Chi siamo con hero, sezione storia e membri del team." + +#: patterns/page-about.php:14 +msgid "About Us" +msgstr "Chi siamo" + +#: patterns/page-about.php:18 +msgid "" +"Learn more about who we are, what we do, and the people behind our mission." +msgstr "Scopra di più su chi siamo, cosa facciamo e le persone dietro la nostra missione." +"Scopri di più su chi siamo, cosa facciamo e le persone dietro la nostra " +"missione." + +#: patterns/page-about.php:26 +msgid "Our Story" +msgstr "La nostra storia" + +#: patterns/page-about.php:30 +msgid "" +"Founded with a passion for innovation and excellence, our journey began with " +"a simple idea: to create meaningful solutions that make a real difference. " +"Over the years, we have grown from a small team into a dedicated group of " +"professionals committed to delivering outstanding results." +msgstr "Fondati con una passione per l'innovazione e l'eccellenza, il nostro percorso è iniziato con un'idea semplice: creare soluzioni significative che facciano davvero la differenza. Nel corso degli anni, siamo cresciuti da un piccolo team a un gruppo dedicato di professionisti impegnati a fornire risultati eccezionali." +"Fondata con la passione per l'innovazione e l'eccellenza, il nostro percorso " +"è iniziato con un'idea semplice: creare soluzioni significative che facciano " +"una vera differenza. Nel corso degli anni, siamo cresciuti da un piccolo " +"team a un gruppo dedicato di professionisti impegnati a fornire risultati " +"eccezionali." + +#: patterns/page-about.php:34 +msgid "" +"Today, we continue to push boundaries and challenge conventions. Our " +"approach combines creative thinking with proven methodologies, ensuring that " +"every project we undertake meets the highest standards of quality and " +"craftsmanship." +msgstr "Oggi continuiamo a spingere i confini e sfidare le convenzioni. Il nostro approccio combina il pensiero creativo con metodologie collaudate, assicurando che ogni progetto che intraprendiamo soddisfi i più alti standard di qualità e artigianalità." +"Oggi continuiamo a superare i limiti e a sfidare le convenzioni. Il nostro " +"approccio combina il pensiero creativo con metodologie collaudate, " +"garantendo che ogni progetto che intraprendiamo soddisfi i più alti standard " +"di qualità e maestria." + +#: patterns/page-about.php:40 patterns/text-about.php:36 +msgid "About us image" +msgstr "Immagine chi siamo" + +#: patterns/page-about.php:48 +msgid "Our Team" +msgstr "Il nostro team" + +#: patterns/page-about.php:52 +msgid "Meet the people who make it all happen." +msgstr "Scopri le persone che rendono tutto questo possibile." + +#: patterns/page-about.php:59 +msgid "Jane Doe" +msgstr "Jane Doe" + +#: patterns/page-about.php:63 +msgid "Founder & CEO" +msgstr "Fondatrice e CEO" + +#: patterns/page-about.php:71 +msgid "John Smith" +msgstr "John Smith" + +#: patterns/page-about.php:75 +msgid "Lead Developer" +msgstr "Sviluppatore principale" + +#: patterns/page-about.php:83 +msgid "Emily Johnson" +msgstr "Emily Johnson" + +#: patterns/page-about.php:87 +msgid "Creative Director" +msgstr "Direttrice creativa" + +#: patterns/page-contact.php +msgctxt "Pattern title" +msgid "Contact Page" +msgstr "Pagina Contatti" + +#: patterns/page-contact.php +msgctxt "Pattern description" +msgid "" +"A full contact page layout with hero, contact details, business hours, and " +"spacer." +msgstr "Un layout completo per la pagina di contatto con hero, dettagli di contatto, orari di apertura e spaziatura." +"Un layout completo della pagina Contatti con hero, dettagli di contatto, " +"orari di apertura e spazio." + +#: patterns/page-contact.php:14 patterns/page-services.php:87 +#: patterns/pricing-3-col.php:130 +msgid "Contact Us" +msgstr "Contattaci" + +#: patterns/page-contact.php:18 +msgid "We would love to hear from you. Reach out to us anytime." +msgstr "Ci farebbe piacere avere tue notizie. Contattaci in qualsiasi momento." + +#: patterns/page-contact.php:26 +msgid "Get in Touch" +msgstr "Mettiti in contatto" + +#: patterns/page-contact.php:30 +msgid "123 Main Street, Suite 100, Anytown, ST 12345" +msgstr "Via Esempio 123, 6900 Lugano, Svizzera" + +#: patterns/page-contact.php:38 +msgid "+1 (555) 123-4567" +msgstr "+41 91 123 45 67" + +#: patterns/page-contact.php:44 +msgid "Business Hours" +msgstr "Orari di apertura" + +#: patterns/page-contact.php:49 +msgid "Monday - Friday:" +msgstr "Lunedì - Venerdì:" + +#: patterns/page-contact.php:49 +msgid "9:00 AM - 6:00 PM" +msgstr "9:00 - 18:00" + +#: patterns/page-contact.php:53 +msgid "Saturday:" +msgstr "Sabato:" + +#: patterns/page-contact.php:53 +msgid "10:00 AM - 4:00 PM" +msgstr "10:00 - 16:00" + +#: patterns/page-contact.php:57 +msgid "Sunday:" +msgstr "Domenica:" + +#: patterns/page-contact.php:57 +msgid "Closed" +msgstr "Chiuso" + +#: patterns/page-services.php +msgctxt "Pattern title" +msgid "Services Page" +msgstr "Pagina Servizi" + +#: patterns/page-services.php +msgctxt "Pattern description" +msgid "" +"A full services page layout with hero, service offerings, and call to action." +msgstr "Un layout completo per la pagina dei servizi con hero, offerte di servizi e invito all'azione." +"Un layout completo della pagina Servizi con hero, offerta di servizi e " +"invito all'azione." + +#: patterns/page-services.php:14 +msgid "Our Services" +msgstr "I nostri servizi" + +#: patterns/page-services.php:18 +msgid "Professional solutions tailored to your needs." +msgstr "Soluzioni professionali su misura per le tue esigenze." + +#: patterns/page-services.php:24 +msgid "What We Offer" +msgstr "Cosa offriamo" + +#: patterns/page-services.php:28 +msgid "" +"We provide a wide range of services to help your business grow and succeed." +msgstr "Offriamo un'ampia gamma di servizi per aiutare la Sua azienda a crescere e avere successo." +"Forniamo un'ampia gamma di servizi per aiutare la tua attività a crescere e " +"avere successo." + +#: patterns/page-services.php:34 +msgid "🎨" +msgstr "🎨" + +#: patterns/page-services.php:38 +msgid "Design" +msgstr "Design" + +#: patterns/page-services.php:42 +msgid "" +"Beautiful, user-centered designs that capture your brand identity and engage " +"your audience across all platforms and devices." +msgstr "Design belli e incentrati sull'utente che catturano l'identità del Suo marchio e coinvolgono il Suo pubblico su tutte le piattaforme e dispositivi." +"Design belli e incentrati sull'utente che catturano l'identità del tuo " +"marchio e coinvolgono il tuo pubblico su tutte le piattaforme e dispositivi." + +#: patterns/page-services.php:48 +msgid "⚙️" +msgstr "⚙️" + +#: patterns/page-services.php:52 +msgid "Development" +msgstr "Sviluppo" + +#: patterns/page-services.php:56 +msgid "" +"Robust, scalable web applications built with modern technologies and best " +"practices to ensure performance and reliability." +msgstr "Applicazioni web robuste e scalabili costruite con tecnologie moderne e le migliori pratiche per garantire prestazioni e affidabilità." +"Applicazioni web robuste e scalabili costruite con tecnologie moderne e best " +"practice per garantire prestazioni e affidabilità." + +#: patterns/page-services.php:62 +msgid "📈" +msgstr "📈" + +#: patterns/page-services.php:66 +msgid "Strategy" +msgstr "Strategia" + +#: patterns/page-services.php:70 +msgid "" +"Data-driven strategies and consulting to help you achieve your business " +"goals and stay ahead of the competition." +msgstr "Strategie basate sui dati e consulenza per aiutarLa a raggiungere i Suoi obiettivi aziendali e restare avanti alla concorrenza." +"Strategie basate sui dati e consulenza per aiutarti a raggiungere i tuoi " +"obiettivi aziendali e restare un passo avanti rispetto alla concorrenza." + +#: patterns/page-services.php:82 +msgid "" +"Ready to take your project to the next level? Let us help you build " +"something great." +msgstr "Pronto a portare il Suo progetto al livello successivo? Ci lasci aiutarLa a costruire qualcosa di grande." +"Pronto a portare il tuo progetto al livello successivo? Lascia che ti " +"aiutiamo a costruire qualcosa di grandioso." + +#: patterns/page-services.php:91 +msgid "View Portfolio" +msgstr "Vedi portfolio" + +#: patterns/post-navigation.php +msgctxt "Pattern title" +msgid "Post navigation" +msgstr "Navigazione articoli" + +#: patterns/post-navigation.php +msgctxt "Pattern description" +msgid "Previous and next post links." +msgstr "Link all'articolo precedente e successivo." + +#: patterns/pricing-3-col.php +msgctxt "Pattern title" +msgid "Pricing three columns" +msgstr "Prezzi tre colonne" + +#: patterns/pricing-3-col.php +msgctxt "Pattern description" +msgid "" +"Three-column pricing cards with feature lists and call to action buttons." +msgstr "Schede tariffarie a tre colonne con elenchi di funzionalità e pulsanti invito all'azione." +"Schede prezzi a tre colonne con elenchi di funzionalità e pulsanti di " +"invito all'azione." + +#: patterns/pricing-3-col.php:18 +msgid "Choose the plan that works best for you." +msgstr "Scegli il piano più adatto alle tue esigenze." + +#: patterns/pricing-3-col.php:25 +msgid "Basic" +msgstr "Base" + +#: patterns/pricing-3-col.php:29 +msgid "Free" +msgstr "Gratuito" + +#: patterns/pricing-3-col.php:38 +msgid "1 Website" +msgstr "1 sito web" + +#: patterns/pricing-3-col.php:42 +msgid "Community Support" +msgstr "Supporto della comunità" + +#: patterns/pricing-3-col.php:46 +msgid "Core Features" +msgstr "Funzionalità di base" + +#: patterns/pricing-3-col.php:61 +msgid "Professional" +msgstr "Professionale" + +#. translators: pricing amount +#: patterns/pricing-3-col.php:67 +msgid "$49" +msgstr "CHF 49" + +#: patterns/pricing-3-col.php:77 +msgid "5 Websites" +msgstr "5 siti web" + +#: patterns/pricing-3-col.php:81 +msgid "Priority Support" +msgstr "Supporto prioritario" + +#: patterns/pricing-3-col.php:85 +msgid "All Features" +msgstr "Tutte le funzionalità" + +#: patterns/pricing-3-col.php:100 +msgid "Enterprise" +msgstr "Enterprise" + +#. translators: pricing amount +#: patterns/pricing-3-col.php:106 +msgid "$199" +msgstr "CHF 199" + +#: patterns/pricing-3-col.php:116 +msgid "Unlimited Websites" +msgstr "Siti web illimitati" + +#: patterns/pricing-3-col.php:120 +msgid "Dedicated Support" +msgstr "Supporto dedicato" + +#: patterns/pricing-3-col.php:124 +msgid "Custom Development" +msgstr "Sviluppo personalizzato" + +#: patterns/template-query-loop.php +msgctxt "Pattern title" +msgid "Query loop" +msgstr "Ciclo di query" + +#: patterns/template-query-loop.php:39 +msgid "No posts were found." +msgstr "Nessun articolo trovato." + +#: patterns/testimonials-2-col.php +msgctxt "Pattern title" +msgid "Testimonials two columns" +msgstr "Testimonianze due colonne" + +#: patterns/testimonials-2-col.php +msgctxt "Pattern description" +msgid "Two-column testimonials with quote blocks and citations." +msgstr "Testimonianze a due colonne con blocchi citazione e riferimenti." + +#: patterns/testimonials-2-col.php:14 +msgid "What our clients say" +msgstr "Cosa dicono i nostri clienti" + +#: patterns/testimonials-2-col.php:20 +msgid "" +"This theme completely transformed our website. The Bootstrap integration " +"makes it incredibly easy to create professional-looking pages without any " +"custom code." +msgstr "Questo tema ha completamente trasformato il nostro sito web. L'integrazione con Bootstrap rende incredibilmente facile creare pagine dall'aspetto professionale senza alcun codice personalizzato." +"Questo tema ha completamente trasformato il nostro sito web. L'integrazione " +"con Bootstrap rende incredibilmente facile creare pagine dall'aspetto " +"professionale senza alcun codice personalizzato." + +#: patterns/testimonials-2-col.php:20 +msgid "Jane Doe, Web Designer" +msgstr "Jane Doe, Web Designer" + +#: patterns/testimonials-2-col.php:26 +msgid "" +"The dark mode support and style variations give us the flexibility we need. " +"Our clients love being able to switch between color schemes effortlessly." +msgstr "Il supporto alla modalità scura e le variazioni di stile ci danno la flessibilità di cui abbiamo bisogno. I nostri clienti adorano poter passare da uno schema di colori all'altro senza sforzo." +"Il supporto per la modalità scura e le variazioni di stile ci danno la " +"flessibilità di cui abbiamo bisogno. I nostri clienti adorano poter passare " +"da uno schema di colori all'altro senza sforzo." + +#: patterns/testimonials-2-col.php:26 +msgid "John Smith, Developer" +msgstr "John Smith, Sviluppatore" + +#: patterns/testimonials-centered.php +msgctxt "Pattern title" +msgid "Testimonial centered" +msgstr "Testimonianza centrata" + +#: patterns/testimonials-centered.php +msgctxt "Pattern description" +msgid "A single large centered testimonial with citation." +msgstr "Una singola testimonianza grande e centrata con riferimento." + +#: patterns/testimonials-centered.php:14 +msgid "" +"The best WordPress theme we have ever used. Clean code, beautiful design, " +"and incredible flexibility." +msgstr "Il miglior tema WordPress che abbiamo mai utilizzato. Codice pulito, design bello e flessibilità incredibile." +"Il miglior tema WordPress che abbiamo mai usato. Codice pulito, design " +"elegante e flessibilità incredibile." + +#: patterns/testimonials-centered.php:14 +msgid "Alex Johnson, Creative Director" +msgstr "Alex Johnson, Direttore creativo" + +#: patterns/text-about.php +msgctxt "Pattern title" +msgid "About section" +msgstr "Sezione Chi siamo" + +#: patterns/text-about.php +msgctxt "Pattern description" +msgid "A two-column about section with text content and an image." +msgstr "Una sezione Chi siamo a due colonne con contenuto testuale e un'immagine." + +#: patterns/text-about.php:16 +msgid "About us" +msgstr "Chi siamo" + +#: patterns/text-about.php:20 +msgid "" +"We are passionate about creating tools that empower people to build " +"beautiful websites. Our theme combines the reliability of Bootstrap with the " +"flexibility of WordPress." +msgstr "Siamo appassionati di creare strumenti che mettano le persone in grado di costruire siti web bellissimi. Il nostro tema combina l'affidabilità di Bootstrap con la flessibilità di WordPress." +"Siamo appassionati nella creazione di strumenti che permettono alle persone " +"di costruire siti web bellissimi. Il nostro tema combina l'affidabilità di " +"Bootstrap con la flessibilità di WordPress." + +#: patterns/text-about.php:24 +msgid "" +"With years of experience in web development and design, we understand what " +"it takes to create a theme that is both powerful and easy to use." +msgstr "Con anni di esperienza nello sviluppo web e nel design, capiamo cosa serve per creare un tema che sia potente e facile da usare." +"Con anni di esperienza nello sviluppo web e nel design, comprendiamo cosa " +"serve per creare un tema che sia al contempo potente e facile da usare." + +#: patterns/text-faq.php +msgctxt "Pattern title" +msgid "Frequently asked questions" +msgstr "Domande frequenti" + +#: patterns/text-faq.php +msgctxt "Pattern description" +msgid "An FAQ section with question and answer pairs." +msgstr "Una sezione FAQ con coppie di domande e risposte." + +#: patterns/text-faq.php:14 +msgid "Frequently Asked Questions" +msgstr "Domande frequenti" + +#: patterns/text-faq.php:20 +msgid "How do I install the theme?" +msgstr "Come si installa il tema?" + +#: patterns/text-faq.php:24 +msgid "" +"Download the ZIP file from the releases page, then upload it via WordPress " +"Admin > Appearance > Themes > Add New > Upload Theme." +msgstr "Scarichi il file ZIP dalla pagina delle versioni, quindi lo carichi tramite WordPress Amministrazione > Aspetto > Temi > Aggiungi nuovo > Carica tema." +"Scarica il file ZIP dalla pagina delle versioni, quindi caricalo tramite " +"Amministrazione WordPress > Aspetto > Temi > Aggiungi nuovo > Carica tema." + +#: patterns/text-faq.php:34 +msgid "Does it work with the Site Editor?" +msgstr "Funziona con l'editor del sito?" + +#: patterns/text-faq.php:38 +msgid "" +"Yes, this is a Full Site Editing block theme. You can customize templates, " +"headers, footers, and all block patterns using the WordPress Site Editor." +msgstr "Sì, questo è un tema a blocchi Full Site Editing. È possibile personalizzare modelli, intestazioni, piè di pagina e tutti i modelli di blocco utilizzando il Site Editor di WordPress." +"Sì, questo è un tema a blocchi per l'editing completo del sito. Puoi " +"personalizzare modelli, intestazioni, piè di pagina e tutti i pattern a " +"blocchi utilizzando l'editor del sito WordPress." + +#: patterns/text-faq.php:48 +msgid "Can I use my own fonts?" +msgstr "Posso usare i miei caratteri?" + +#: patterns/text-faq.php:52 +msgid "" +"The theme comes with Inter, Lora, and system font stacks. You can add custom " +"fonts through the Site Editor or by modifying theme.json." +msgstr "Il tema viene fornito con Inter, Lora e stack di font di sistema. È possibile aggiungere font personalizzati tramite il Site Editor o modificando theme.json." +"Il tema include Inter, Lora e pile di caratteri di sistema. Puoi aggiungere " +"caratteri personalizzati tramite l'editor del sito o modificando theme.json." + +#: patterns/text-faq.php:62 +msgid "Is dark mode supported?" +msgstr "La modalità scura è supportata?" + +#: patterns/text-faq.php:66 +msgid "" +"Yes, the theme includes a dark mode toggle that uses Bootstrap 5.3 built-in " +"dark mode. It respects system preferences and remembers your choice." +msgstr "Sì, il tema include un interruttore modalità scura che utilizza la modalità scura integrata di Bootstrap 5.3. Rispetta le preferenze di sistema e ricorda la Sua scelta." +"Sì, il tema include un interruttore per la modalità scura che utilizza la " +"modalità scura integrata di Bootstrap 5.3. Rispetta le preferenze di sistema " +"e ricorda la tua scelta." + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Base" +msgstr "Base" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Contrast" +msgstr "Contrasto" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Primary" +msgstr "Primario" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Secondary" +msgstr "Secondario" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Success" +msgstr "Successo" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Danger" +msgstr "Pericolo" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Warning" +msgstr "Avviso" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Info" +msgstr "Info" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Light" +msgstr "Chiaro" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Dark" +msgstr "Scuro" + +#: theme.json +msgctxt "Space size name" +msgid "3xs" +msgstr "3xs" + +#: theme.json +msgctxt "Space size name" +msgid "2xs" +msgstr "2xs" + +#: theme.json +msgctxt "Space size name" +msgid "xs" +msgstr "xs" + +#: theme.json +msgctxt "Space size name" +msgid "s" +msgstr "s" + +#: theme.json +msgctxt "Space size name" +msgid "m" +msgstr "m" + +#: theme.json +msgctxt "Space size name" +msgid "l" +msgstr "l" + +#: theme.json +msgctxt "Space size name" +msgid "xl" +msgstr "xl" + +#: theme.json +msgctxt "Space size name" +msgid "2xl" +msgstr "2xl" + +#: theme.json +msgctxt "Font size name" +msgid "Small" +msgstr "Piccola" + +#: theme.json +msgctxt "Font size name" +msgid "Medium" +msgstr "Medio" + +#: theme.json +msgctxt "Font size name" +msgid "Large" +msgstr "Grande" + +#: theme.json +msgctxt "Font size name" +msgid "Extra Large" +msgstr "Extra grande" + +#: theme.json +msgctxt "Font size name" +msgid "Huge" +msgstr "Enorme" + +#: theme.json +msgctxt "Font size name" +msgid "Display" +msgstr "Display" + +#: theme.json +msgctxt "Font family name" +msgid "System Sans Serif" +msgstr "Sans serif di sistema" + +#: theme.json +msgctxt "Font family name" +msgid "Inter" +msgstr "Inter" + +#: theme.json +msgctxt "Font family name" +msgid "Lora" +msgstr "Lora" + +#: theme.json +msgctxt "Font family name" +msgid "System Monospace" +msgstr "Monospazio di sistema" + +#: theme.json +msgctxt "Shadow name" +msgid "Small" +msgstr "Piccola" + +#: theme.json +msgctxt "Shadow name" +msgid "Regular" +msgstr "Normale" + +#: theme.json +msgctxt "Shadow name" +msgid "Large" +msgstr "Grande" + +#: theme.json +msgctxt "Aspect ratio name" +msgid "16:9" +msgstr "16:9" + +#: theme.json +msgctxt "Aspect ratio name" +msgid "4:3" +msgstr "4:3" + +#: theme.json +msgctxt "Aspect ratio name" +msgid "1:1" +msgstr "1:1" + +#: theme.json +msgctxt "Aspect ratio name" +msgid "3:4" +msgstr "3:4" + +#: theme.json +msgctxt "Custom template name" +msgid "Blog with Sidebar" +msgstr "Blog con barra laterale" + +#: theme.json +msgctxt "Custom template name" +msgid "Landing Page (No Header/Footer)" +msgstr "Pagina di destinazione (senza intestazione/piè di pagina)" + +#: theme.json +msgctxt "Custom template name" +msgid "Full Width" +msgstr "Larghezza piena" + +#: theme.json +msgctxt "Custom template name" +msgid "Page with Hero" +msgstr "Pagina con hero" + +#: theme.json +msgctxt "Custom template name" +msgid "Page with Sidebar" +msgstr "Pagina con barra laterale" + +#: theme.json +msgctxt "Template part name" +msgid "Header" +msgstr "Intestazione" + +#: theme.json +msgctxt "Template part name" +msgid "Header - Centered" +msgstr "Intestazione - Centrata" + +#: theme.json +msgctxt "Template part name" +msgid "Header - Transparent" +msgstr "Intestazione - Trasparente" + +#: theme.json +msgctxt "Template part name" +msgid "Footer" +msgstr "Piè di pagina" + +#: theme.json +msgctxt "Template part name" +msgid "Footer - Minimal" +msgstr "Piè di pagina - Minimale" + +#: theme.json +msgctxt "Template part name" +msgid "Footer - Multi-Column" +msgstr "Piè di pagina - Multicolonna" + +#: theme.json +msgctxt "Template part name" +msgid "Sidebar" +msgstr "Barra laterale" + +#: styles/01-ocean.json +msgctxt "Style variation name" +msgid "Ocean" +msgstr "Oceano" + +#: styles/02-forest.json +msgctxt "Style variation name" +msgid "Forest" +msgstr "Foresta" + +#: styles/03-sunset.json +msgctxt "Style variation name" +msgid "Sunset" +msgstr "Tramonto" + +#: styles/04-midnight.json +msgctxt "Style variation name" +msgid "Midnight" +msgstr "Mezzanotte" + +#: styles/05-ember.json +msgctxt "Style variation name" +msgid "Ember" +msgstr "Brace" + +#: styles/06-arctic.json +msgctxt "Style variation name" +msgid "Arctic" +msgstr "Artico" + +#: styles/07-amethyst.json +msgctxt "Style variation name" +msgid "Amethyst" +msgstr "Ametista" + +#: styles/08-rose.json +msgctxt "Style variation name" +msgid "Rose" +msgstr "Rosa" + +#: styles/09-sand.json +msgctxt "Style variation name" +msgid "Sand" +msgstr "Sabbia" + +#: styles/10-lavender.json +msgctxt "Style variation name" +msgid "Lavender" +msgstr "Lavanda" + +#: styles/11-mint.json +msgctxt "Style variation name" +msgid "Mint" +msgstr "Menta" + +#: styles/12-slate.json +msgctxt "Style variation name" +msgid "Slate" +msgstr "Ardesia" + +#: styles/13-mocha.json +msgctxt "Style variation name" +msgid "Mocha" +msgstr "Moka" + +#: styles/14-nebula.json +msgctxt "Style variation name" +msgid "Nebula" +msgstr "Nebulosa" + +#: styles/15-obsidian.json +msgctxt "Style variation name" +msgid "Obsidian" +msgstr "Ossidiana" + +#~ msgid "Skip to main content" +#~ msgstr "Vai al contenuto principale" + +#~ msgid "Primary navigation" +#~ msgstr "Navigazione principale" + +#~ msgid "Footer navigation" +#~ msgstr "Navigazione del piè di pagina" + +#~ msgid "Blog sidebar" +#~ msgstr "Barra laterale del blog" diff --git a/languages/wp-bootstrap-it_IT.po b/languages/wp-bootstrap-it_IT.po index 19ed5b6..5b2a176 100644 --- a/languages/wp-bootstrap-it_IT.po +++ b/languages/wp-bootstrap-it_IT.po @@ -4,8 +4,8 @@ msgid "" msgstr "" "Project-Id-Version: WP Bootstrap 1.0.5\n" -"Report-Msgid-Bugs-To: https://src.bundespruefstelle.ch/magdev/wp-bootstrap/issues\n" -"POT-Creation-Date: 2026-02-11 00:00+0000\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/wp-bootstrap\n" +"POT-Creation-Date: 2026-02-20T09:45:19+00:00\n" "PO-Revision-Date: 2026-02-11 00:00+0000\n" "Last-Translator: Claude AI \n" "Language-Team: Italian\n" @@ -17,902 +17,1914 @@ msgstr "" "X-Domain: wp-bootstrap\n" #. Theme Name of the theme -#: patterns/footer.php +#: style.css patterns/footer.php:31 msgid "WP Bootstrap" msgstr "WP Bootstrap" +#. Theme URI of the theme +#: style.css +msgid "https://src.bundespruefstelle.ch/magdev/wp-bootstrap" +msgstr "https://src.bundespruefstelle.ch/magdev/wp-bootstrap" + #. Description of the theme -msgid "A modern WordPress Block Theme built from scratch with Bootstrap 5. Features responsive design, dark mode support, and full compatibility with the WordPress Site Editor." -msgstr "Un tema a blocchi WordPress moderno costruito da zero con Bootstrap 5. Design responsivo, supporto per la modalità scura e piena compatibilità con l'editor del sito WordPress." - -#: patterns/footer.php -#: patterns/footer-columns.php -msgid "Powered by %s" -msgstr "Realizzato con %s" - -#: patterns/footer.php -#: patterns/footer-columns.php -msgid "https://wordpress.org" -msgstr "https://it.wordpress.org" - -#: patterns/hidden-404.php -msgid "Page not found" -msgstr "Pagina non trovata" - -#: patterns/hidden-404.php -msgid "The page you are looking for does not exist, or it has been moved. Please try searching using the form below." -msgstr "La pagina che stai cercando non esiste o è stata spostata. Prova a cercare utilizzando il modulo qui sotto." - -#: patterns/hidden-search.php -#: patterns/hidden-sidebar.php -msgid "Search" -msgstr "Cerca" - -#: patterns/hidden-search.php -#: patterns/hidden-sidebar.php -msgid "Search..." -msgstr "Cerca..." - -#: patterns/hidden-blog-heading.php -msgid "Blog" -msgstr "Blog" - -#: patterns/comments.php -msgid "Comments" -msgstr "Commenti" - -#: patterns/post-navigation.php -msgid "Previous" -msgstr "Precedente" - -#: patterns/post-navigation.php -msgid "Next" -msgstr "Successivo" - -#: patterns/more-posts.php -msgid "More posts" -msgstr "Altri articoli" - -#: patterns/template-query-loop.php -msgid "Read more" -msgstr "Leggi di più" - -#: patterns/template-query-loop.php -msgid "No posts were found." -msgstr "Nessun articolo trovato." - -#: patterns/hero-cover.php -msgid "Build something amazing" -msgstr "Crea qualcosa di straordinario" - -#: patterns/hero-cover.php -msgid "Create modern, responsive websites with the power of Bootstrap 5 and the WordPress Site Editor." -msgstr "Crea siti web moderni e responsivi con la potenza di Bootstrap 5 e dell'editor del sito WordPress." - -#: patterns/hero-cover.php -#: patterns/hero-centered.php -#: patterns/pricing-3-col.php -#: patterns/page-services.php -msgid "Get Started" -msgstr "Inizia ora" - -#: patterns/hero-split.php -msgid "Modern design meets powerful features" -msgstr "Design moderno unito a funzionalità potenti" - -#: patterns/hero-split.php -msgid "A WordPress theme built from the ground up with Bootstrap 5 for a seamless editing and browsing experience." -msgstr "Un tema WordPress costruito da zero con Bootstrap 5 per un'esperienza di editing e navigazione fluida." - -#: patterns/hero-split.php -#: patterns/hero-centered.php -#: patterns/text-about.php -msgid "Learn More" -msgstr "Scopri di più" - -#: patterns/hero-split.php -msgid "View Demo" -msgstr "Vedi demo" - -#: patterns/hero-split.php -msgid "Hero image" -msgstr "Immagine hero" - -#: patterns/hero-centered.php -msgid "Welcome to your new website" -msgstr "Benvenuto nel tuo nuovo sito web" - -#: patterns/hero-centered.php -msgid "Start building beautiful, responsive pages with the full power of Bootstrap 5 and the WordPress block editor." -msgstr "Inizia a creare pagine belle e responsive con tutta la potenza di Bootstrap 5 e dell'editor a blocchi di WordPress." - -#: patterns/features-3-col.php -#: functions.php -msgid "Features" -msgstr "Funzionalità" - -#: patterns/features-3-col.php -msgid "Everything you need to build a modern website." -msgstr "Tutto ciò che serve per creare un sito web moderno." - -#: patterns/features-3-col.php -msgid "Responsive Design" -msgstr "Design responsivo" - -#: patterns/features-3-col.php -msgid "Your website looks great on every device, from mobile phones to large desktop screens." -msgstr "Il tuo sito web appare perfetto su ogni dispositivo, dai telefoni cellulari ai grandi schermi desktop." - -#: patterns/features-3-col.php -msgid "Easy Customization" -msgstr "Personalizzazione semplice" - -#: patterns/features-3-col.php -msgid "Customize colors, fonts, and layouts using the WordPress Site Editor with no code required." -msgstr "Personalizza colori, caratteri e layout utilizzando l'editor del sito WordPress senza necessità di codice." - -#: patterns/features-3-col.php -msgid "Performance First" -msgstr "Prestazioni al primo posto" - -#: patterns/features-3-col.php -msgid "Built with speed in mind. Optimized assets and clean code for lightning-fast page loads." -msgstr "Progettato per la velocità. Risorse ottimizzate e codice pulito per caricamenti di pagina rapidissimi." - -#: patterns/features-icon-list.php -msgid "Why choose us" -msgstr "Perché sceglierci" - -#: patterns/features-icon-list.php -msgid "Bootstrap 5 Framework" -msgstr "Framework Bootstrap 5" - -#: patterns/features-icon-list.php -msgid "Built on the most popular CSS framework. Leverage a proven, well-documented design system." -msgstr "Costruito sul framework CSS più popolare. Sfrutta un sistema di design collaudato e ben documentato." - -#: patterns/features-icon-list.php -msgid "Full Site Editing" -msgstr "Editing completo del sito" - -#: patterns/features-icon-list.php -msgid "Edit every part of your site visually. Headers, footers, templates, and content are all customizable." -msgstr "Modifica visivamente ogni parte del tuo sito. Intestazioni, piè di pagina, modelli e contenuto sono tutti personalizzabili." - -#: patterns/features-icon-list.php -msgid "Dark Mode Support" -msgstr "Supporto modalità scura" - -#: patterns/features-icon-list.php -msgid "Built-in dark mode toggle that respects user preferences and persists across visits." -msgstr "Interruttore per la modalità scura integrato che rispetta le preferenze dell'utente e persiste tra le visite." - -#: patterns/features-2-col-offset.php -msgid "Feature illustration" -msgstr "Illustrazione funzionalità" - -#: patterns/features-2-col-offset.php -msgid "Designed for modern workflows" -msgstr "Progettato per flussi di lavoro moderni" - -#: patterns/features-2-col-offset.php -msgid "Streamline your development process with a theme that works the way you do." -msgstr "Ottimizza il tuo processo di sviluppo con un tema che funziona come lavori tu." - -#: patterns/features-2-col-offset.php -msgid "Block Patterns" -msgstr "Pattern a blocchi" - -#: patterns/features-2-col-offset.php -msgid "Pre-built patterns for common page sections. Drop them in and customize to fit your needs." -msgstr "Pattern predefiniti per le sezioni di pagina più comuni. Inseriscili e personalizzali secondo le tue esigenze." - -#: patterns/features-2-col-offset.php -msgid "Style Variations" -msgstr "Variazioni di stile" - -#: patterns/features-2-col-offset.php -msgid "Switch between color schemes with a single click. Choose from multiple professionally designed palettes." -msgstr "Passa da uno schema di colori all'altro con un solo clic. Scegli tra molteplici palette progettate professionalmente." - -#: patterns/cta-banner.php -msgid "Ready to get started?" -msgstr "Pronto per iniziare?" - -#: patterns/cta-banner.php -msgid "Start building your website today with our powerful and flexible theme." -msgstr "Inizia a creare il tuo sito web oggi stesso con il nostro tema potente e flessibile." - -#: patterns/cta-banner.php -msgid "Start Now" -msgstr "Inizia subito" - -#: patterns/cta-newsletter.php -msgid "Stay in the loop" -msgstr "Rimani aggiornato" - -#: patterns/cta-newsletter.php -msgid "Subscribe to our newsletter for updates, tips, and exclusive content." -msgstr "Iscriviti alla nostra newsletter per aggiornamenti, consigli e contenuti esclusivi." - -#: patterns/cta-newsletter.php -msgid "Enter your email address" -msgstr "Inserisci il tuo indirizzo e-mail" - -#: patterns/cta-newsletter.php -msgid "Subscribe" -msgstr "Iscriviti" - -#: patterns/testimonials-2-col.php -msgid "What our clients say" -msgstr "Cosa dicono i nostri clienti" - -#: patterns/testimonials-2-col.php -msgid "This theme completely transformed our website. The Bootstrap integration makes it incredibly easy to create professional-looking pages without any custom code." -msgstr "Questo tema ha completamente trasformato il nostro sito web. L'integrazione con Bootstrap rende incredibilmente facile creare pagine dall'aspetto professionale senza alcun codice personalizzato." - -#: patterns/testimonials-2-col.php -msgid "Jane Doe, Web Designer" -msgstr "Jane Doe, Web Designer" - -#: patterns/testimonials-2-col.php -msgid "The dark mode support and style variations give us the flexibility we need. Our clients love being able to switch between color schemes effortlessly." -msgstr "Il supporto per la modalità scura e le variazioni di stile ci danno la flessibilità di cui abbiamo bisogno. I nostri clienti adorano poter passare da uno schema di colori all'altro senza sforzo." - -#: patterns/testimonials-2-col.php -msgid "John Smith, Developer" -msgstr "John Smith, Sviluppatore" - -#: patterns/testimonials-centered.php -msgid "The best WordPress theme we have ever used. Clean code, beautiful design, and incredible flexibility." -msgstr "Il miglior tema WordPress che abbiamo mai usato. Codice pulito, design elegante e flessibilità incredibile." - -#: patterns/testimonials-centered.php -msgid "Alex Johnson, Creative Director" -msgstr "Alex Johnson, Direttore creativo" - -#: patterns/pricing-3-col.php -#: functions.php -msgid "Pricing" -msgstr "Prezzi" - -#: patterns/pricing-3-col.php -msgid "Choose the plan that works best for you." -msgstr "Scegli il piano più adatto alle tue esigenze." - -#: patterns/pricing-3-col.php -msgid "Basic" -msgstr "Base" - -#: patterns/pricing-3-col.php -msgid "Free" -msgstr "Gratuito" - -#: patterns/pricing-3-col.php -msgid "1 Website" -msgstr "1 sito web" - -#: patterns/pricing-3-col.php -msgid "Community Support" -msgstr "Supporto della comunità" - -#: patterns/pricing-3-col.php -msgid "Core Features" -msgstr "Funzionalità di base" - -#: patterns/pricing-3-col.php -msgid "Professional" -msgstr "Professionale" - -#: patterns/pricing-3-col.php -msgid "$49" -msgstr "49 $" - -#: patterns/pricing-3-col.php -msgid "5 Websites" -msgstr "5 siti web" - -#: patterns/pricing-3-col.php -msgid "Priority Support" -msgstr "Supporto prioritario" - -#: patterns/pricing-3-col.php -msgid "All Features" -msgstr "Tutte le funzionalità" - -#: patterns/pricing-3-col.php -msgid "Enterprise" -msgstr "Enterprise" - -#: patterns/pricing-3-col.php -msgid "$199" -msgstr "199 $" - -#: patterns/pricing-3-col.php -msgid "Unlimited Websites" -msgstr "Siti web illimitati" - -#: patterns/pricing-3-col.php -msgid "Dedicated Support" -msgstr "Supporto dedicato" - -#: patterns/pricing-3-col.php -msgid "Custom Development" -msgstr "Sviluppo personalizzato" - -#: patterns/pricing-3-col.php -#: patterns/page-services.php -#: patterns/page-contact.php -msgid "Contact Us" -msgstr "Contattaci" - -#: patterns/contact-info.php -msgid "Get in touch" -msgstr "Mettiti in contatto" - -#: patterns/contact-info.php -msgid "We would love to hear from you. Reach out through any of the channels below." -msgstr "Ci farebbe piacere avere tue notizie. Contattaci attraverso uno dei canali qui sotto." - -#: patterns/contact-info.php -#: patterns/page-contact.php -msgid "Address" -msgstr "Indirizzo" - -#: patterns/contact-info.php -msgid "123 Example Street" -msgstr "Via Esempio 123" - -#: patterns/contact-info.php -msgid "8000 Zurich, Switzerland" -msgstr "8000 Zurigo, Svizzera" - -#: patterns/contact-info.php -#: patterns/page-contact.php -msgid "Phone" -msgstr "Telefono" - -#: patterns/contact-info.php -msgid "+41 44 123 45 67" -msgstr "+41 44 123 45 67" - -#: patterns/contact-info.php -#: patterns/cta-newsletter.php -#: patterns/page-contact.php -msgid "Email" -msgstr "E-mail" - -#: patterns/contact-info.php -#: patterns/page-contact.php -msgid "info@example.com" -msgstr "info@example.com" - -#: patterns/text-faq.php -msgid "Frequently Asked Questions" -msgstr "Domande frequenti" - -#: patterns/text-faq.php -msgid "How do I install the theme?" -msgstr "Come si installa il tema?" - -#: patterns/text-faq.php -msgid "Download the ZIP file from the releases page, then upload it via WordPress Admin > Appearance > Themes > Add New > Upload Theme." -msgstr "Scarica il file ZIP dalla pagina delle versioni, quindi caricalo tramite Amministrazione WordPress > Aspetto > Temi > Aggiungi nuovo > Carica tema." - -#: patterns/text-faq.php -msgid "Does it work with the Site Editor?" -msgstr "Funziona con l'editor del sito?" - -#: patterns/text-faq.php -msgid "Yes, this is a Full Site Editing block theme. You can customize templates, headers, footers, and all block patterns using the WordPress Site Editor." -msgstr "Sì, questo è un tema a blocchi per l'editing completo del sito. Puoi personalizzare modelli, intestazioni, piè di pagina e tutti i pattern a blocchi utilizzando l'editor del sito WordPress." - -#: patterns/text-faq.php -msgid "Can I use my own fonts?" -msgstr "Posso usare i miei caratteri?" - -#: patterns/text-faq.php -msgid "The theme comes with Inter, Lora, and system font stacks. You can add custom fonts through the Site Editor or by modifying theme.json." -msgstr "Il tema include Inter, Lora e pile di caratteri di sistema. Puoi aggiungere caratteri personalizzati tramite l'editor del sito o modificando theme.json." - -#: patterns/text-faq.php -msgid "Is dark mode supported?" -msgstr "La modalità scura è supportata?" - -#: patterns/text-faq.php -msgid "Yes, the theme includes a dark mode toggle that uses Bootstrap 5.3 built-in dark mode. It respects system preferences and remembers your choice." -msgstr "Sì, il tema include un interruttore per la modalità scura che utilizza la modalità scura integrata di Bootstrap 5.3. Rispetta le preferenze di sistema e ricorda la tua scelta." - -#: patterns/text-about.php -msgid "About us" -msgstr "Chi siamo" - -#: patterns/text-about.php -msgid "We are passionate about creating tools that empower people to build beautiful websites. Our theme combines the reliability of Bootstrap with the flexibility of WordPress." -msgstr "Siamo appassionati nella creazione di strumenti che permettono alle persone di costruire siti web bellissimi. Il nostro tema combina l'affidabilità di Bootstrap con la flessibilità di WordPress." - -#: patterns/text-about.php -msgid "With years of experience in web development and design, we understand what it takes to create a theme that is both powerful and easy to use." -msgstr "Con anni di esperienza nello sviluppo web e nel design, comprendiamo cosa serve per creare un tema che sia al contempo potente e facile da usare." - -#: patterns/text-about.php -#: patterns/page-about.php -msgid "About us image" -msgstr "Immagine chi siamo" - -#: patterns/hidden-sidebar.php -msgid "Recent Posts" -msgstr "Articoli recenti" - -#: patterns/hidden-sidebar.php -msgid "Tags" -msgstr "Tag" - -#: patterns/dark-mode-toggle.php -msgid "Switch to dark mode" -msgstr "Passa alla modalità scura" - -#: patterns/dark-mode-toggle.php -msgid "Switch to light mode" -msgstr "Passa alla modalità chiara" - -#: functions.php +#: style.css +msgid "" +"A modern WordPress Block Theme built from scratch with Bootstrap 5. Features " +"responsive design, dark mode support, and full compatibility with the " +"WordPress Site Editor." +msgstr "Un tema a blocchi WordPress moderno, costruito da zero con Bootstrap 5. Offre design responsivo, supporto alla modalità scura e piena compatibilità con il Site Editor di WordPress." +"Un tema a blocchi WordPress moderno costruito da zero con Bootstrap 5. " +"Design responsivo, supporto per la modalità scura e piena compatibilità con " +"l'editor del sito WordPress." + +#. Author of the theme +#: style.css +msgid "Marco Graetsch" +msgstr "Marco Graetsch" + +#. Author URI of the theme +#: style.css +msgid "https://src.bundespruefstelle.ch/magdev" +msgstr "https://src.bundespruefstelle.ch/magdev" + +#: functions.php:43 msgid "Primary Navigation" msgstr "Navigazione principale" -#: functions.php +#: functions.php:44 msgid "Footer Navigation" msgstr "Navigazione del piè di pagina" -#: functions.php -msgid "Pages" -msgstr "Pagine" +#: functions.php:58 +msgid "Sidebar" +msgstr "Barra laterale" -#: functions.php -msgid "A collection of full page layouts." -msgstr "Una raccolta di layout a pagina intera." +#: functions.php:60 +msgid "Add widgets here to appear in the sidebar." +msgstr "Aggiungi widget qui per farli apparire nella barra laterale." -#: functions.php -msgid "Hero Sections" -msgstr "Sezioni hero" - -#: functions.php -msgid "Large hero and banner sections." -msgstr "Grandi sezioni hero e banner." - -#: functions.php -msgid "Call to Action" -msgstr "Invito all'azione" - -#: functions.php -msgid "Call to action sections." -msgstr "Sezioni di invito all'azione." - -#: functions.php -msgid "Feature and service showcase sections." -msgstr "Sezioni di presentazione delle funzionalità e dei servizi." - -#: functions.php -msgid "Testimonials" -msgstr "Testimonianze" - -#: functions.php -msgid "Testimonial and review sections." -msgstr "Sezioni di testimonianze e recensioni." - -#: functions.php -msgid "Pricing table sections." -msgstr "Sezioni di tabelle prezzi." - -#: functions.php -msgid "Contact" -msgstr "Contatto" - -#: functions.php -msgid "Contact information sections." -msgstr "Sezioni con informazioni di contatto." - -#: functions.php -msgid "Text & Content" -msgstr "Testo e contenuto" - -#: functions.php -msgid "Text-focused content sections." -msgstr "Sezioni di contenuto incentrate sul testo." - -#: functions.php -msgid "Checkmark" -msgstr "Segno di spunta" - -#: functions.php -msgid "Unstyled" -msgstr "Senza stile" - -#: functions.php -msgid "Card" -msgstr "Scheda" - -#: functions.php -msgid "Card with Shadow" -msgstr "Scheda con ombra" - -#: functions.php -msgid "Alert - Info" -msgstr "Avviso - Informazione" - -#: functions.php -msgid "Alert - Success" -msgstr "Avviso - Successo" - -#: functions.php -msgid "Alert - Warning" -msgstr "Avviso - Attenzione" - -#: functions.php -msgid "Alert - Danger" -msgstr "Avviso - Pericolo" - -#: functions.php -msgid "Striped Rows" -msgstr "Righe striate" - -#: functions.php -msgid "Hover Rows" -msgstr "Righe con evidenziazione" - -#: functions.php -msgid "Bordered" -msgstr "Con bordo" - -#: functions.php -msgid "Accent Border" -msgstr "Bordo d'accento" - -#: functions.php -msgid "Shadow" -msgstr "Ombra" - -#: functions.php -msgid "Large Rounded" -msgstr "Grande arrotondato" - -#: functions.php -msgid "Large" -msgstr "Grande" - -#: functions.php -msgid "Small" -msgstr "Piccolo" - -#: functions.php -msgid "Wide" -msgstr "Largo" - -#: functions.php -msgid "Name" -msgstr "Nome" - -#: functions.php -msgid "Website" -msgstr "Sito web" - -#: functions.php -msgid "Save my name, email, and website in this browser for the next time I comment." -msgstr "Salva il mio nome, la mia e-mail e il mio sito web in questo browser per la prossima volta che commento." - -#: functions.php +#: functions.php:494 msgid "Bootstrap Layout" msgstr "Layout Bootstrap" -#: functions.php +#: functions.php:499 msgid "Bootstrap Components" msgstr "Componenti Bootstrap" -#: functions.php +#: functions.php:504 msgid "Bootstrap Navigation" msgstr "Navigazione Bootstrap" -#: functions.php +#: functions.php:522 +msgid "Pages" +msgstr "Pagine" + +#: functions.php:523 +msgid "A collection of full page layouts." +msgstr "Una raccolta di layout a pagina intera." + +#: functions.php:530 +msgid "Hero Sections" +msgstr "Sezioni hero" + +#: functions.php:531 +msgid "Large hero and banner sections." +msgstr "Grandi sezioni hero e banner." + +#: functions.php:538 +msgid "Call to Action" +msgstr "Invito all'azione" + +#: functions.php:539 +msgid "Call to action sections." +msgstr "Sezioni di invito all'azione." + +#: functions.php:546 patterns/features-3-col.php:14 +msgid "Features" +msgstr "Funzionalità" + +#: functions.php:547 +msgid "Feature and service showcase sections." +msgstr "Sezioni di presentazione delle funzionalità e dei servizi." + +#: functions.php:554 +msgid "Testimonials" +msgstr "Testimonianze" + +#: functions.php:555 +msgid "Testimonial and review sections." +msgstr "Sezioni di testimonianze e recensioni." + +#: functions.php:562 patterns/pricing-3-col.php:14 +msgid "Pricing" +msgstr "Prezzi" + +#: functions.php:563 +msgid "Pricing table sections." +msgstr "Sezioni di tabelle prezzi." + +#: functions.php:570 +msgid "Contact" +msgstr "Contatto" + +#: functions.php:571 +msgid "Contact information sections." +msgstr "Sezioni con informazioni di contatto." + +#: functions.php:578 +msgid "Text & Content" +msgstr "Testo e contenuto" + +#: functions.php:579 +msgid "Text-focused content sections." +msgstr "Sezioni di contenuto incentrate sul testo." + +#: functions.php:586 msgid "Layout" msgstr "Layout" -#: functions.php +#: functions.php:587 msgid "Layout building blocks for page structure." msgstr "Blocchi di costruzione del layout per la struttura delle pagine." -#: functions.php +#: functions.php:594 msgid "Components" msgstr "Componenti" -#: functions.php +#: functions.php:595 msgid "Reusable Bootstrap component patterns." msgstr "Pattern di componenti Bootstrap riutilizzabili." -#: functions.php -#: patterns/footer-columns.php +#: functions.php:602 patterns/footer-columns.php:30 msgid "Navigation" msgstr "Navigazione" -#: functions.php +#: functions.php:603 msgid "Navigation and header patterns." msgstr "Pattern di navigazione e intestazione." -#: patterns/layout-container.php -msgid "Heading goes here" -msgstr "Il titolo va qui" +#: functions.php:620 +msgid "Checkmark" +msgstr "Segno di spunta" -#: patterns/layout-container.php -msgid "This is a content container with constrained width and comfortable padding. Replace this text with your own content." -msgstr "Questo è un contenitore di contenuto con larghezza limitata e spaziatura confortevole. Sostituisci questo testo con il tuo contenuto." +#: functions.php:629 +msgid "Unstyled" +msgstr "Senza stile" -#: patterns/layout-2-col.php -#: patterns/layout-3-col.php -msgid "Column One" -msgstr "Colonna uno" +#: functions.php:637 +msgid "Card" +msgstr "Scheda" -#: patterns/layout-2-col.php -msgid "Add your content here. This column takes up half the available width on larger screens and stacks on mobile devices." -msgstr "Aggiungi il tuo contenuto qui. Questa colonna occupa metà della larghezza disponibile su schermi grandi e si impila sui dispositivi mobili." +#: functions.php:645 +msgid "Card with Shadow" +msgstr "Scheda con ombra" -#: patterns/layout-2-col.php -#: patterns/layout-3-col.php -msgid "Column Two" -msgstr "Colonna due" +#: functions.php:653 +msgid "Alert - Info" +msgstr "Avviso - Informazione" -#: patterns/layout-3-col.php -msgid "Column Three" -msgstr "Colonna tre" +#: functions.php:661 +msgid "Alert - Success" +msgstr "Avviso - Successo" -#: patterns/layout-3-col.php -msgid "Add your content here. This column takes up one third of the available width on larger screens." -msgstr "Aggiungi il tuo contenuto qui. Questa colonna occupa un terzo della larghezza disponibile su schermi grandi." +#: functions.php:669 +msgid "Alert - Warning" +msgstr "Avviso - Attenzione" -#: patterns/layout-full-width-section.php -msgid "Full Width Section Heading" -msgstr "Titolo della sezione a larghezza piena" +#: functions.php:677 +msgid "Alert - Danger" +msgstr "Avviso - Pericolo" -#: patterns/layout-full-width-section.php -msgid "This full-width section stands out with a colored background. Use it to highlight important content, announcements, or calls to action." -msgstr "Questa sezione a larghezza piena si distingue con uno sfondo colorato. Usala per evidenziare contenuti importanti, annunci o inviti all'azione." +#: functions.php:685 +msgid "Striped Rows" +msgstr "Righe striate" -#: patterns/component-card-group.php -msgid "Card One" -msgstr "Scheda uno" +#: functions.php:693 +msgid "Hover Rows" +msgstr "Righe con evidenziazione" -#: patterns/component-card-group.php -msgid "Card Two" -msgstr "Scheda due" +#: functions.php:701 +msgid "Bordered" +msgstr "Con bordo" -#: patterns/component-card-group.php -msgid "Card Three" -msgstr "Scheda tre" +#: functions.php:709 +msgid "Accent Border" +msgstr "Bordo d'accento" -#: patterns/component-card-group.php -msgid "Add a short description for this card. Cards are a great way to organize and present related content." -msgstr "Aggiungi una breve descrizione per questa scheda. Le schede sono un ottimo modo per organizzare e presentare contenuti correlati." +#: functions.php:717 +msgid "Shadow" +msgstr "Ombra" + +#: functions.php:725 +msgid "Large Rounded" +msgstr "Grande arrotondato" + +#: functions.php:733 +msgid "Large" +msgstr "Grande" + +#: functions.php:741 +msgid "Small" +msgstr "Piccolo" + +#: functions.php:749 +msgid "Wide" +msgstr "Largo" + +#: functions.php:801 +msgid "Name" +msgstr "Nome" + +#: functions.php:806 patterns/contact-info.php:44 +#: patterns/cta-newsletter.php:21 patterns/page-contact.php:34 +msgid "Email" +msgstr "E-mail" + +#: functions.php:811 +msgid "Website" +msgstr "Sito web" + +#: functions.php:819 +msgid "" +"Save my name, email, and website in this browser for the next time I comment." +msgstr "Salva il mio nome, l'email e il sito web in questo browser per il prossimo commento." +"Salva il mio nome, la mia e-mail e il mio sito web in questo browser per la " +"prossima volta che commento." + +#: inc/Template/ContextBuilder.php:199 patterns/template-query-loop.php:25 +msgid "Read more" +msgstr "Leggi di più" + +#: inc/Template/ContextBuilder.php:237 patterns/post-navigation.php:17 +msgid "Previous" +msgstr "Precedente" + +#: inc/Template/ContextBuilder.php:238 patterns/post-navigation.php:18 +msgid "Next" +msgstr "Successivo" + +#: inc/Template/ContextBuilder.php:274 +#, php-format +msgid "%s Comment" +msgid_plural "%s Comments" +msgstr[0] "%s commento" +msgstr[1] "%s commenti" + +#: inc/Template/ContextBuilder.php:329 +msgid "Leave a Comment" +msgstr "Lascia un commento" + +#: inc/Template/ContextBuilder.php:335 +msgid "Comment" +msgstr "Commento" + +#: patterns/comments.php +msgctxt "Pattern title" +msgid "Comments" +msgstr "Commenti" + +#: patterns/comments.php +msgctxt "Pattern description" +msgid "Comments section with form." +msgstr "Sezione commenti con modulo." + +#: patterns/comments.php:15 +msgid "Comments" +msgstr "Commenti" #: patterns/component-accordion.php +msgctxt "Pattern title" msgid "Accordion" msgstr "Fisarmonica" #: patterns/component-accordion.php +msgctxt "Pattern description" +msgid "" +"An accordion section using details blocks with summary and content " +"paragraphs." +msgstr "Una sezione a fisarmonica con blocchi di dettagli contenenti riepilogo e paragrafi di contenuto." +"Una sezione a fisarmonica con blocchi dettagli con sommario e paragrafi di " +"contenuto." + +#: patterns/component-accordion.php:14 +msgid "Accordion" +msgstr "Fisarmonica" + +#: patterns/component-accordion.php:18 msgid "Click on each item to expand and reveal its content." msgstr "Fai clic su ciascun elemento per espanderlo e rivelarne il contenuto." -#: patterns/component-accordion.php +#: patterns/component-accordion.php:22 msgid "Accordion Item One" msgstr "Elemento fisarmonica uno" -#: patterns/component-accordion.php -msgid "This is the content for the first accordion item. You can add any blocks inside this details element to create rich, expandable content sections." -msgstr "Questo è il contenuto del primo elemento della fisarmonica. Puoi aggiungere qualsiasi blocco all'interno di questo elemento details per creare sezioni di contenuto ricche ed espandibili." +#: patterns/component-accordion.php:23 +msgid "" +"This is the content for the first accordion item. You can add any blocks " +"inside this details element to create rich, expandable content sections." +msgstr "Questo è il contenuto del primo elemento della fisarmonica. È possibile aggiungere qualsiasi blocco all'interno di questo elemento per creare sezioni di contenuto espandibili e ricche." +"Questo è il contenuto del primo elemento della fisarmonica. Puoi aggiungere " +"qualsiasi blocco all'interno di questo elemento details per creare sezioni " +"di contenuto ricche ed espandibili." -#: patterns/component-accordion.php +#: patterns/component-accordion.php:28 msgid "Accordion Item Two" msgstr "Elemento fisarmonica due" -#: patterns/component-accordion.php -msgid "This is the content for the second accordion item. Details blocks are a native HTML element that provide toggle functionality without JavaScript." -msgstr "Questo è il contenuto del secondo elemento della fisarmonica. I blocchi details sono un elemento HTML nativo che fornisce funzionalità di commutazione senza JavaScript." +#: patterns/component-accordion.php:29 +msgid "" +"This is the content for the second accordion item. Details blocks are a " +"native HTML element that provide toggle functionality without JavaScript." +msgstr "Questo è il contenuto del secondo elemento della fisarmonica. I blocchi di dettagli sono un elemento HTML nativo che fornisce funzionalità di espansione senza JavaScript." +"Questo è il contenuto del secondo elemento della fisarmonica. I blocchi " +"details sono un elemento HTML nativo che fornisce funzionalità di " +"commutazione senza JavaScript." -#: patterns/component-accordion.php +#: patterns/component-accordion.php:34 msgid "Accordion Item Three" msgstr "Elemento fisarmonica tre" -#: patterns/component-accordion.php -msgid "This is the content for the third accordion item. Use accordions to organize frequently asked questions, feature lists, or any content that benefits from progressive disclosure." -msgstr "Questo è il contenuto del terzo elemento della fisarmonica. Usa le fisarmoniche per organizzare domande frequenti, elenchi di funzionalità o qualsiasi contenuto che beneficia di una divulgazione progressiva." +#: patterns/component-accordion.php:35 +msgid "" +"This is the content for the third accordion item. Use accordions to organize " +"frequently asked questions, feature lists, or any content that benefits from " +"progressive disclosure." +msgstr "Questo è il contenuto del terzo elemento della fisarmonica. Utilizzare le fisarmoniche per organizzare le domande frequenti, elenchi di funzionalità o qualsiasi contenuto che trae vantaggio dalla divulgazione progressiva." +"Questo è il contenuto del terzo elemento della fisarmonica. Usa le " +"fisarmoniche per organizzare domande frequenti, elenchi di funzionalità o " +"qualsiasi contenuto che beneficia di una divulgazione progressiva." -#: patterns/page-about.php -msgid "About Us" -msgstr "Chi siamo" +#: patterns/component-card-group.php +msgctxt "Pattern title" +msgid "Card Group" +msgstr "Gruppo di schede" -#: patterns/page-about.php -msgid "Learn more about who we are, what we do, and the people behind our mission." -msgstr "Scopri di più su chi siamo, cosa facciamo e le persone dietro la nostra missione." +#: patterns/component-card-group.php +msgctxt "Pattern description" +msgid "" +"A three-column card group with shadow-styled cards, each containing a " +"heading and paragraph." +msgstr "Un gruppo di schede a tre colonne con stile ombreggiato, ciascuna contenente un'intestazione e un paragrafo." +"Un gruppo di schede a tre colonne con schede in stile ombra, ciascuna " +"contenente un titolo e un paragrafo." -#: patterns/page-about.php -msgid "Our Story" -msgstr "La nostra storia" +#: patterns/component-card-group.php:17 +msgid "Card One" +msgstr "Scheda uno" -#: patterns/page-about.php -msgid "Founded with a passion for innovation and excellence, our journey began with a simple idea: to create meaningful solutions that make a real difference. Over the years, we have grown from a small team into a dedicated group of professionals committed to delivering outstanding results." -msgstr "Fondata con la passione per l'innovazione e l'eccellenza, il nostro percorso è iniziato con un'idea semplice: creare soluzioni significative che facciano una vera differenza. Nel corso degli anni, siamo cresciuti da un piccolo team a un gruppo dedicato di professionisti impegnati a fornire risultati eccezionali." +#: patterns/component-card-group.php:21 patterns/component-card-group.php:33 +#: patterns/component-card-group.php:45 +msgid "" +"Add a short description for this card. Cards are a great way to organize and " +"present related content." +msgstr "Aggiungere una breve descrizione per questa scheda. Le schede sono un ottimo modo per organizzare e presentare contenuti correlati." +"Aggiungi una breve descrizione per questa scheda. Le schede sono un ottimo " +"modo per organizzare e presentare contenuti correlati." -#: patterns/page-about.php -msgid "Today, we continue to push boundaries and challenge conventions. Our approach combines creative thinking with proven methodologies, ensuring that every project we undertake meets the highest standards of quality and craftsmanship." -msgstr "Oggi continuiamo a superare i limiti e a sfidare le convenzioni. Il nostro approccio combina il pensiero creativo con metodologie collaudate, garantendo che ogni progetto che intraprendiamo soddisfi i più alti standard di qualità e maestria." +#: patterns/component-card-group.php:29 +msgid "Card Two" +msgstr "Scheda due" -#: patterns/page-about.php -msgid "Our Team" -msgstr "Il nostro team" +#: patterns/component-card-group.php:41 +msgid "Card Three" +msgstr "Scheda tre" -#: patterns/page-about.php -msgid "Meet the people who make it all happen." -msgstr "Scopri le persone che rendono tutto questo possibile." +#: patterns/contact-info.php +msgctxt "Pattern title" +msgid "Contact information" +msgstr "Informazioni di contatto" -#: patterns/page-about.php -msgid "Jane Doe" -msgstr "Jane Doe" +#: patterns/contact-info.php +msgctxt "Pattern description" +msgid "" +"A three-column contact information layout with address, phone, and email." +msgstr "Un layout di informazioni di contatto a tre colonne con indirizzo, telefono e email." +"Un layout di informazioni di contatto a tre colonne con indirizzo, telefono " +"e e-mail." -#: patterns/page-about.php -msgid "Founder & CEO" -msgstr "Fondatrice e CEO" - -#: patterns/page-about.php -msgid "John Smith" -msgstr "John Smith" - -#: patterns/page-about.php -msgid "Lead Developer" -msgstr "Sviluppatore principale" - -#: patterns/page-about.php -msgid "Emily Johnson" -msgstr "Emily Johnson" - -#: patterns/page-about.php -msgid "Creative Director" -msgstr "Direttrice creativa" - -#: patterns/page-services.php -msgid "Our Services" -msgstr "I nostri servizi" - -#: patterns/page-services.php -msgid "Professional solutions tailored to your needs." -msgstr "Soluzioni professionali su misura per le tue esigenze." - -#: patterns/page-services.php -msgid "What We Offer" -msgstr "Cosa offriamo" - -#: patterns/page-services.php -msgid "We provide a wide range of services to help your business grow and succeed." -msgstr "Forniamo un'ampia gamma di servizi per aiutare la tua attività a crescere e avere successo." - -#: patterns/page-services.php -msgid "Design" -msgstr "Design" - -#: patterns/page-services.php -msgid "Beautiful, user-centered designs that capture your brand identity and engage your audience across all platforms and devices." -msgstr "Design belli e incentrati sull'utente che catturano l'identità del tuo marchio e coinvolgono il tuo pubblico su tutte le piattaforme e dispositivi." - -#: patterns/page-services.php -msgid "Development" -msgstr "Sviluppo" - -#: patterns/page-services.php -msgid "Robust, scalable web applications built with modern technologies and best practices to ensure performance and reliability." -msgstr "Applicazioni web robuste e scalabili costruite con tecnologie moderne e best practice per garantire prestazioni e affidabilità." - -#: patterns/page-services.php -msgid "Strategy" -msgstr "Strategia" - -#: patterns/page-services.php -msgid "Data-driven strategies and consulting to help you achieve your business goals and stay ahead of the competition." -msgstr "Strategie basate sui dati e consulenza per aiutarti a raggiungere i tuoi obiettivi aziendali e restare un passo avanti rispetto alla concorrenza." - -#: patterns/page-services.php -msgid "Ready to take your project to the next level? Let us help you build something great." -msgstr "Pronto a portare il tuo progetto al livello successivo? Lascia che ti aiutiamo a costruire qualcosa di grandioso." - -#: patterns/page-services.php -msgid "View Portfolio" -msgstr "Vedi portfolio" - -#: patterns/page-contact.php -msgid "We would love to hear from you. Reach out to us anytime." -msgstr "Ci farebbe piacere avere tue notizie. Contattaci in qualsiasi momento." - -#: patterns/page-contact.php -msgid "Get in Touch" +#: patterns/contact-info.php:14 +msgid "Get in touch" msgstr "Mettiti in contatto" -#: patterns/page-contact.php -msgid "123 Main Street, Suite 100, Anytown, ST 12345" -msgstr "Via Principale 123, Interno 100, 00100 Roma" +#: patterns/contact-info.php:18 +msgid "" +"We would love to hear from you. Reach out through any of the channels below." +msgstr "Saremo lieti di sentirLa. La contatti attraverso uno dei canali indicati di seguito." +"Ci farebbe piacere avere tue notizie. Contattaci attraverso uno dei canali " +"qui sotto." -#: patterns/page-contact.php -msgid "+1 (555) 123-4567" -msgstr "+39 06 123 4567" +#: patterns/contact-info.php:24 patterns/page-contact.php:30 +msgid "Address" +msgstr "Indirizzo" -#: patterns/page-contact.php -msgid "Business Hours" -msgstr "Orari di apertura" +#: patterns/contact-info.php:28 +msgid "123 Example Street" +msgstr "Via Esempio 123" -#: patterns/page-contact.php -msgid "Monday - Friday:" -msgstr "Lunedì - Venerdì:" +#: patterns/contact-info.php:28 +msgid "8000 Zurich, Switzerland" +msgstr "8000 Zurigo, Svizzera" -#: patterns/page-contact.php -msgid "9:00 AM - 6:00 PM" -msgstr "9:00 - 18:00" +#: patterns/contact-info.php:34 patterns/page-contact.php:38 +msgid "Phone" +msgstr "Telefono" -#: patterns/page-contact.php -msgid "Saturday:" -msgstr "Sabato:" +#: patterns/contact-info.php:38 +msgid "+41 44 123 45 67" +msgstr "+41 44 123 45 67" -#: patterns/page-contact.php -msgid "10:00 AM - 4:00 PM" -msgstr "10:00 - 16:00" +#: patterns/contact-info.php:48 patterns/page-contact.php:34 +msgid "info@example.com" +msgstr "info@example.com" -#: patterns/page-contact.php -msgid "Sunday:" -msgstr "Domenica:" +#: patterns/cta-banner.php +msgctxt "Pattern title" +msgid "Call to action banner" +msgstr "Banner di invito all'azione" -#: patterns/page-contact.php -msgid "Closed" -msgstr "Chiuso" +#: patterns/cta-banner.php +msgctxt "Pattern description" +msgid "" +"A full-width call to action banner with a colored background, heading, " +"description, and button." +msgstr "Un banner invito all'azione a larghezza piena con sfondo colorato, intestazione, descrizione e pulsante." +"Un banner di invito all'azione a larghezza piena con sfondo colorato, " +"titolo, descrizione e pulsante." -#. translators: Copyright notice. %1$s: Year, %2$s: Site title. -#: patterns/footer-minimal.php -msgid "© %1$s %2$s. All rights reserved." -msgstr "© %1$s %2$s. Tutti i diritti riservati." +#: patterns/cta-banner.php:14 +msgid "Ready to get started?" +msgstr "Pronto per iniziare?" + +#: patterns/cta-banner.php:18 +msgid "Start building your website today with our powerful and flexible theme." +msgstr "Inizi a costruire il Suo sito web oggi con il nostro tema potente e flessibile." +"Inizia a creare il tuo sito web oggi stesso con il nostro tema potente e " +"flessibile." + +#: patterns/cta-banner.php:23 +msgid "Start Now" +msgstr "Inizia subito" + +#: patterns/cta-newsletter.php +msgctxt "Pattern title" +msgid "Newsletter signup" +msgstr "Iscrizione alla newsletter" + +#: patterns/cta-newsletter.php +msgctxt "Pattern description" +msgid "" +"A newsletter signup section with heading, description, and search block." +msgstr "Una sezione di iscrizione alla newsletter con intestazione, descrizione e blocco di ricerca." +"Una sezione di iscrizione alla newsletter con titolo, descrizione e blocco " +"di ricerca." + +#: patterns/cta-newsletter.php:14 +msgid "Stay in the loop" +msgstr "Rimani aggiornato" + +#: patterns/cta-newsletter.php:18 +msgid "Subscribe to our newsletter for updates, tips, and exclusive content." +msgstr "Si iscriva alla nostra newsletter per aggiornamenti, consigli e contenuti esclusivi." +"Iscriviti alla nostra newsletter per aggiornamenti, consigli e contenuti " +"esclusivi." + +#: patterns/cta-newsletter.php:21 +msgid "Enter your email address" +msgstr "Inserisci il tuo indirizzo e-mail" + +#: patterns/cta-newsletter.php:21 +msgid "Subscribe" +msgstr "Iscriviti" + +#: patterns/dark-mode-toggle.php +msgctxt "Pattern title" +msgid "Dark mode toggle" +msgstr "Interruttore modalità scura" + +#: patterns/dark-mode-toggle.php +msgctxt "Pattern description" +msgid "A toggle button for switching between light and dark mode." +msgstr "Un pulsante di attivazione per passare tra la modalità chiara e scura." + +#: patterns/dark-mode-toggle.php:13 +msgid "Switch to dark mode" +msgstr "Passa alla modalità scura" + +#: patterns/dark-mode-toggle.php:13 +msgid "Switch to light mode" +msgstr "Passa alla modalità chiara" + +#: patterns/features-2-col-offset.php +msgctxt "Pattern title" +msgid "Features two columns with image" +msgstr "Funzionalità due colonne con immagine" + +#: patterns/features-2-col-offset.php +msgctxt "Pattern description" +msgid "" +"A two-column layout with a large image on the left and stacked features on " +"the right." +msgstr "Un layout a due colonne con un'immagine grande a sinistra e funzionalità impilate a destra." +"Un layout a due colonne con un'immagine grande a sinistra e funzionalità " +"impilate a destra." + +#: patterns/features-2-col-offset.php:16 +msgid "Feature illustration" +msgstr "Illustrazione funzionalità" + +#: patterns/features-2-col-offset.php:22 +msgid "Designed for modern workflows" +msgstr "Progettato per flussi di lavoro moderni" + +#: patterns/features-2-col-offset.php:26 +msgid "" +"Streamline your development process with a theme that works the way you do." +msgstr "Ottimizzi il processo di sviluppo con un tema che funziona come Lei lavora." +"Ottimizza il tuo processo di sviluppo con un tema che funziona come lavori " +"tu." + +#: patterns/features-2-col-offset.php:34 +msgid "Block Patterns" +msgstr "Pattern a blocchi" + +#: patterns/features-2-col-offset.php:38 +msgid "" +"Pre-built patterns for common page sections. Drop them in and customize to " +"fit your needs." +msgstr "Modelli predefiniti per le sezioni di pagina più comuni. Li inserisca e personalizzi secondo le Sue esigenze." +"Pattern predefiniti per le sezioni di pagina più comuni. Inseriscili e " +"personalizzali secondo le tue esigenze." + +#: patterns/features-2-col-offset.php:46 +msgid "Style Variations" +msgstr "Variazioni di stile" + +#: patterns/features-2-col-offset.php:50 +msgid "" +"Switch between color schemes with a single click. Choose from multiple " +"professionally designed palettes." +msgstr "Passi da uno schema di colori all'altro con un solo clic. Scelga tra diverse tavolozze progettate professionalmente." +"Passa da uno schema di colori all'altro con un solo clic. Scegli tra " +"molteplici palette progettate professionalmente." + +#: patterns/features-3-col.php +msgctxt "Pattern title" +msgid "Features three columns" +msgstr "Funzionalità tre colonne" + +#: patterns/features-3-col.php +msgctxt "Pattern description" +msgid "A three-column feature grid with images, headings, and descriptions." +msgstr "Una griglia di funzionalità a tre colonne con immagini, titoli e descrizioni." + +#: patterns/features-3-col.php:18 +msgid "Everything you need to build a modern website." +msgstr "Tutto ciò che serve per creare un sito web moderno." + +#: patterns/features-3-col.php:28 +msgid "Responsive Design" +msgstr "Design responsivo" + +#: patterns/features-3-col.php:32 +msgid "" +"Your website looks great on every device, from mobile phones to large " +"desktop screens." +msgstr "Il Suo sito web è perfetto su ogni dispositivo, dai telefoni cellulari ai grandi schermi desktop." +"Il tuo sito web appare perfetto su ogni dispositivo, dai telefoni cellulari " +"ai grandi schermi desktop." + +#: patterns/features-3-col.php:42 +msgid "Easy Customization" +msgstr "Personalizzazione semplice" + +#: patterns/features-3-col.php:46 +msgid "" +"Customize colors, fonts, and layouts using the WordPress Site Editor with no " +"code required." +msgstr "Personalizzi colori, font e layout utilizzando il Site Editor di WordPress senza necessità di codice." +"Personalizza colori, caratteri e layout utilizzando l'editor del sito " +"WordPress senza necessità di codice." + +#: patterns/features-3-col.php:56 +msgid "Performance First" +msgstr "Prestazioni al primo posto" + +#: patterns/features-3-col.php:60 +msgid "" +"Built with speed in mind. Optimized assets and clean code for lightning-fast " +"page loads." +msgstr "Progettato pensando alla velocità. Risorse ottimizzate e codice pulito per caricamenti di pagina rapidissimi." +"Progettato per la velocità. Risorse ottimizzate e codice pulito per " +"caricamenti di pagina rapidissimi." + +#: patterns/features-icon-list.php +msgctxt "Pattern title" +msgid "Features icon list" +msgstr "Elenco funzionalità con icone" + +#: patterns/features-icon-list.php +msgctxt "Pattern description" +msgid "A vertical list of features with icon images and text descriptions." +msgstr "Un elenco verticale di funzionalità con immagini di icone e descrizioni testuali." + +#: patterns/features-icon-list.php:14 +msgid "Why choose us" +msgstr "Perché sceglierci" + +#: patterns/features-icon-list.php:25 +msgid "Bootstrap 5 Framework" +msgstr "Framework Bootstrap 5" + +#: patterns/features-icon-list.php:29 +msgid "" +"Built on the most popular CSS framework. Leverage a proven, well-documented " +"design system." +msgstr "Costruito sul framework CSS più popolare. Sfrutti un sistema di design collaudato e ben documentato." +"Costruito sul framework CSS più popolare. Sfrutta un sistema di design " +"collaudato e ben documentato." + +#: patterns/features-icon-list.php:41 +msgid "Full Site Editing" +msgstr "Editing completo del sito" + +#: patterns/features-icon-list.php:45 +msgid "" +"Edit every part of your site visually. Headers, footers, templates, and " +"content are all customizable." +msgstr "Modifichi visivamente ogni parte del Suo sito. Intestazioni, piè di pagina, modelli e contenuti sono tutti personalizzabili." +"Modifica visivamente ogni parte del tuo sito. Intestazioni, piè di pagina, " +"modelli e contenuto sono tutti personalizzabili." + +#: patterns/features-icon-list.php:57 +msgid "Dark Mode Support" +msgstr "Supporto modalità scura" + +#: patterns/features-icon-list.php:61 +msgid "" +"Built-in dark mode toggle that respects user preferences and persists across " +"visits." +msgstr "Interruttore modalità scura integrato che rispetta le preferenze dell'utente e persiste tra le visite." +"Interruttore per la modalità scura integrato che rispetta le preferenze " +"dell'utente e persiste tra le visite." #: patterns/footer-columns.php +msgctxt "Pattern title" +msgid "Footer - Multi-Column" +msgstr "Piè di pagina - Multicolonna" + +#: patterns/footer-columns.php +msgctxt "Pattern description" +msgid "Multi-column footer with site info, navigation, and credits." +msgstr "Piè di pagina multicolonna con informazioni sul sito, navigazione e crediti." + +#: patterns/footer-columns.php:22 msgid "A modern WordPress theme built with Bootstrap 5." msgstr "Un tema WordPress moderno costruito con Bootstrap 5." -#: patterns/footer-columns.php +#: patterns/footer-columns.php:39 msgid "About" msgstr "Chi siamo" -#: patterns/footer-columns.php -msgid "This theme is proudly built with Bootstrap 5 and WordPress Full Site Editing." -msgstr "Questo tema è orgogliosamente costruito con Bootstrap 5 e l'editing completo del sito WordPress." +#: patterns/footer-columns.php:42 +msgid "" +"This theme is proudly built with Bootstrap 5 and WordPress Full Site Editing." +msgstr "Questo tema è costruito con orgoglio usando Bootstrap 5 e il Full Site Editing di WordPress." +"Questo tema è orgogliosamente costruito con Bootstrap 5 e l'editing completo " +"del sito WordPress." #. translators: Copyright notice. %1$s: Year, %2$s: Site title. -#: patterns/footer-columns.php +#: patterns/footer-columns.php:64 +#, php-format msgid "© %1$s %2$s" msgstr "© %1$s %2$s" -#: views/base.html.twig -msgid "Skip to main content" -msgstr "Vai al contenuto principale" +#. translators: Powered by WordPress. %s: WordPress link. +#: patterns/footer-columns.php:76 patterns/footer.php:38 +#, php-format +msgid "Powered by %s" +msgstr "Realizzato con %s" -#: views/partials/header.html.twig -#: views/partials/header-centered.html.twig -#: views/partials/header-transparent.html.twig -#: views/partials/header-offcanvas.html.twig -msgid "Primary navigation" -msgstr "Navigazione principale" +#: patterns/footer-columns.php:77 patterns/footer.php:39 +msgid "https://wordpress.org" +msgstr "https://it.wordpress.org" -#: views/partials/footer.html.twig -#: views/partials/footer-columns.html.twig -msgid "Footer navigation" -msgstr "Navigazione del piè di pagina" +#: patterns/footer-minimal.php +msgctxt "Pattern title" +msgid "Footer - Minimal" +msgstr "Piè di pagina - Minimale" -#: functions.php +#: patterns/footer-minimal.php +msgctxt "Pattern description" +msgid "Minimal single-line footer with copyright." +msgstr "Piè di pagina minimale a riga singola con copyright." + +#. translators: Copyright notice. %1$s: Year, %2$s: Site title. +#: patterns/footer-minimal.php:25 +#, php-format +msgid "© %1$s %2$s. All rights reserved." +msgstr "© %1$s %2$s. Tutti i diritti riservati." + +#: patterns/footer.php +msgctxt "Pattern title" +msgid "Footer" +msgstr "Piè di pagina" + +#: patterns/footer.php +msgctxt "Pattern description" +msgid "Site footer with site title, tagline, and credits." +msgstr "Piè di pagina del sito con titolo, slogan e crediti." + +#: patterns/header-centered.php +msgctxt "Pattern title" +msgid "Header - Centered" +msgstr "Intestazione - Centrata" + +#: patterns/header-centered.php +msgctxt "Pattern description" +msgid "Centered header with site title above navigation." +msgstr "Intestazione centrata con titolo del sito sopra la navigazione." + +#: patterns/header-transparent.php +msgctxt "Pattern title" +msgid "Header - Transparent" +msgstr "Intestazione - Trasparente" + +#: patterns/header-transparent.php +msgctxt "Pattern description" +msgid "Transparent header that overlays page content, ideal for hero sections." +msgstr "Intestazione trasparente che si sovrappone al contenuto della pagina, ideale per le sezioni hero." + +#: patterns/header.php +msgctxt "Pattern title" +msgid "Header" +msgstr "Intestazione" + +#: patterns/header.php +msgctxt "Pattern description" +msgid "Site header with site title and navigation." +msgstr "Intestazione del sito con titolo e navigazione." + +#: patterns/hero-centered.php +msgctxt "Pattern title" +msgid "Hero centered" +msgstr "Hero centrato" + +#: patterns/hero-centered.php +msgctxt "Pattern description" +msgid "" +"A centered hero section with a colored background, heading, paragraph, and " +"call to action buttons." +msgstr "Una sezione hero centrata con sfondo colorato, intestazione, paragrafo e pulsanti invito all'azione." +"Una sezione hero centrata con sfondo colorato, titolo, paragrafo e pulsanti " +"di invito all'azione." + +#: patterns/hero-centered.php:14 +msgid "Welcome to your new website" +msgstr "Benvenuto nel tuo nuovo sito web" + +#: patterns/hero-centered.php:18 +msgid "" +"Start building beautiful, responsive pages with the full power of Bootstrap " +"5 and the WordPress block editor." +msgstr "Inizi a costruire pagine belle e responsive con tutta la potenza di Bootstrap 5 e dell'editor a blocchi di WordPress." +"Inizia a creare pagine belle e responsive con tutta la potenza di Bootstrap " +"5 e dell'editor a blocchi di WordPress." + +#: patterns/hero-centered.php:23 patterns/hero-cover.php:23 +#: patterns/page-services.php:78 patterns/pricing-3-col.php:52 +#: patterns/pricing-3-col.php:91 +msgid "Get Started" +msgstr "Inizia ora" + +#: patterns/hero-centered.php:27 patterns/hero-split.php:25 +#: patterns/text-about.php:29 +msgid "Learn More" +msgstr "Scopri di più" + +#: patterns/hero-cover.php +msgctxt "Pattern title" +msgid "Hero with cover image" +msgstr "Hero con immagine di copertina" + +#: patterns/hero-cover.php +msgctxt "Pattern description" +msgid "" +"A full-width hero section with a cover image, heading, paragraph, and call " +"to action button." +msgstr "Una sezione hero a larghezza piena con immagine di copertina, intestazione, paragrafo e pulsante invito all'azione." +"Una sezione hero a larghezza piena con immagine di copertina, titolo, " +"paragrafo e pulsante di invito all'azione." + +#: patterns/hero-cover.php:14 +msgid "Build something amazing" +msgstr "Crea qualcosa di straordinario" + +#: patterns/hero-cover.php:18 +msgid "" +"Create modern, responsive websites with the power of Bootstrap 5 and the " +"WordPress Site Editor." +msgstr "Crei siti web moderni e responsivi con la potenza di Bootstrap 5 e il Site Editor di WordPress." +"Crea siti web moderni e responsivi con la potenza di Bootstrap 5 e " +"dell'editor del sito WordPress." + +#: patterns/hero-split.php +msgctxt "Pattern title" +msgid "Hero split with image" +msgstr "Hero diviso con immagine" + +#: patterns/hero-split.php +msgctxt "Pattern description" +msgid "" +"A two-column hero with text on the left and an image placeholder on the " +"right." +msgstr "Un hero a due colonne con testo a sinistra e un segnaposto immagine a destra." +"Un hero a due colonne con testo a sinistra e segnaposto immagine a destra." + +#: patterns/hero-split.php:16 +msgid "Modern design meets powerful features" +msgstr "Design moderno unito a funzionalità potenti" + +#: patterns/hero-split.php:20 +msgid "" +"A WordPress theme built from the ground up with Bootstrap 5 for a seamless " +"editing and browsing experience." +msgstr "Un tema WordPress costruito da zero con Bootstrap 5 per un'esperienza di modifica e navigazione fluida." +"Un tema WordPress costruito da zero con Bootstrap 5 per un'esperienza di " +"editing e navigazione fluida." + +#: patterns/hero-split.php:29 +msgid "View Demo" +msgstr "Vedi demo" + +#: patterns/hero-split.php:36 +msgid "Hero image" +msgstr "Immagine hero" + +#: patterns/hidden-404.php +msgctxt "Pattern title" +msgid "404" +msgstr "404" + +#: patterns/hidden-404.php:14 +msgid "Page not found" +msgstr "Pagina non trovata" + +#: patterns/hidden-404.php:18 +msgid "" +"The page you are looking for does not exist, or it has been moved. Please " +"try searching using the form below." +msgstr "La pagina che sta cercando non esiste o è stata spostata. Provi a cercare utilizzando il modulo sottostante." +"La pagina che stai cercando non esiste o è stata spostata. Prova a cercare " +"utilizzando il modulo qui sotto." + +#: patterns/hidden-blog-heading.php +msgctxt "Pattern title" +msgid "Blog heading" +msgstr "Intestazione del blog" + +#: patterns/hidden-blog-heading.php:12 +msgid "Blog" +msgstr "Blog" + +#: patterns/hidden-search.php +msgctxt "Pattern title" +msgid "Search" +msgstr "Ricerca" + +#: patterns/hidden-search.php:11 patterns/hidden-sidebar.php:32 +#: patterns/hidden-sidebar.php:35 +msgid "Search" +msgstr "Cerca" + +#: patterns/hidden-search.php:11 patterns/hidden-sidebar.php:35 +msgid "Search..." +msgstr "Cerca..." + +#: patterns/hidden-sidebar.php +msgctxt "Pattern title" msgid "Sidebar" msgstr "Barra laterale" -#: functions.php -msgid "Add widgets here to appear in the sidebar." -msgstr "Aggiungi widget qui per farli apparire nella barra laterale." +#: patterns/hidden-sidebar.php +msgctxt "Pattern description" +msgid "Sidebar content with recent posts, search, and tag cloud." +msgstr "Contenuto della barra laterale con articoli recenti, ricerca e nuvola di tag." -#: views/partials/sidebar.html.twig -msgid "Blog sidebar" -msgstr "Barra laterale del blog" +#: patterns/hidden-sidebar.php:14 +msgid "Recent Posts" +msgstr "Articoli recenti" + +#: patterns/hidden-sidebar.php:42 +msgid "Tags" +msgstr "Tag" + +#: patterns/hidden-written-by.php +msgctxt "Pattern title" +msgid "Written by" +msgstr "Scritto da" + +#: patterns/layout-2-col.php +msgctxt "Pattern title" +msgid "Two Columns" +msgstr "Due colonne" + +#: patterns/layout-2-col.php +msgctxt "Pattern description" +msgid "" +"A two-column layout with equal width columns, each containing a heading and " +"paragraph." +msgstr "Un layout a due colonne di larghezza uguale, ciascuna contenente un'intestazione e un paragrafo." +"Un layout a due colonne con colonne di uguale larghezza, ciascuna contenente " +"un titolo e un paragrafo." + +#: patterns/layout-2-col.php:16 patterns/layout-3-col.php:16 +msgid "Column One" +msgstr "Colonna uno" + +#: patterns/layout-2-col.php:20 patterns/layout-2-col.php:30 +msgid "" +"Add your content here. This column takes up half the available width on " +"larger screens and stacks on mobile devices." +msgstr "Aggiunga il Suo contenuto qui. Questa colonna occupa metà della larghezza disponibile su schermi più grandi e si impila sui dispositivi mobili." +"Aggiungi il tuo contenuto qui. Questa colonna occupa metà della larghezza " +"disponibile su schermi grandi e si impila sui dispositivi mobili." + +#: patterns/layout-2-col.php:26 patterns/layout-3-col.php:26 +msgid "Column Two" +msgstr "Colonna due" + +#: patterns/layout-3-col.php +msgctxt "Pattern title" +msgid "Three Columns" +msgstr "Tre colonne" + +#: patterns/layout-3-col.php +msgctxt "Pattern description" +msgid "" +"A three-column layout with equal width columns, each containing a heading " +"and paragraph." +msgstr "Un layout a tre colonne di larghezza uguale, ciascuna contenente un'intestazione e un paragrafo." +"Un layout a tre colonne con colonne di uguale larghezza, ciascuna contenente " +"un titolo e un paragrafo." + +#: patterns/layout-3-col.php:20 patterns/layout-3-col.php:30 +#: patterns/layout-3-col.php:40 +msgid "" +"Add your content here. This column takes up one third of the available width " +"on larger screens." +msgstr "Aggiunga il Suo contenuto qui. Questa colonna occupa un terzo della larghezza disponibile su schermi più grandi." +"Aggiungi il tuo contenuto qui. Questa colonna occupa un terzo della " +"larghezza disponibile su schermi grandi." + +#: patterns/layout-3-col.php:36 +msgid "Column Three" +msgstr "Colonna tre" + +#: patterns/layout-container.php +msgctxt "Pattern title" +msgid "Bootstrap Container" +msgstr "Contenitore Bootstrap" + +#: patterns/layout-container.php +msgctxt "Pattern description" +msgid "" +"A constrained container with padding, containing a heading and paragraph " +"placeholder." +msgstr "Un contenitore a larghezza limitata con spaziatura interna, contenente un'intestazione e un paragrafo segnaposto." +"Un contenitore vincolato con spaziatura, che contiene un titolo e un " +"segnaposto di paragrafo." + +#: patterns/layout-container.php:14 +msgid "Heading goes here" +msgstr "Il titolo va qui" + +#: patterns/layout-container.php:18 +msgid "" +"This is a content container with constrained width and comfortable padding. " +"Replace this text with your own content." +msgstr "Questo è un contenitore di contenuto con larghezza limitata e spaziatura interna comoda. Sostituisca questo testo con il Suo contenuto." +"Questo è un contenitore di contenuto con larghezza limitata e spaziatura " +"confortevole. Sostituisci questo testo con il tuo contenuto." + +#: patterns/layout-full-width-section.php +msgctxt "Pattern title" +msgid "Full Width Section" +msgstr "Sezione a larghezza piena" + +#: patterns/layout-full-width-section.php +msgctxt "Pattern description" +msgid "" +"A full-width section with a primary background color, centered white heading " +"and paragraph." +msgstr "Una sezione a larghezza piena con colore di sfondo primario, intestazione bianca centrata e paragrafo." +"Una sezione a larghezza piena con colore di sfondo primario, titolo e " +"paragrafo bianchi centrati." + +#: patterns/layout-full-width-section.php:14 +msgid "Full Width Section Heading" +msgstr "Titolo della sezione a larghezza piena" + +#: patterns/layout-full-width-section.php:18 +msgid "" +"This full-width section stands out with a colored background. Use it to " +"highlight important content, announcements, or calls to action." +msgstr "Questa sezione a larghezza piena risalta con uno sfondo colorato. La utilizzi per evidenziare contenuti importanti, annunci o inviti all'azione." +"Questa sezione a larghezza piena si distingue con uno sfondo colorato. Usala " +"per evidenziare contenuti importanti, annunci o inviti all'azione." + +#: patterns/more-posts.php +msgctxt "Pattern title" +msgid "More posts" +msgstr "Altri articoli" + +#: patterns/more-posts.php +msgctxt "Pattern description" +msgid "A section with more recent posts." +msgstr "Una sezione con altri articoli recenti." + +#: patterns/more-posts.php:15 +msgid "More posts" +msgstr "Altri articoli" + +#: patterns/nav-dark.php +msgctxt "Pattern title" +msgid "Navigation - Dark" +msgstr "Navigazione - Scura" + +#: patterns/nav-dark.php +msgctxt "Pattern description" +msgid "Dark-themed navigation header with dark background." +msgstr "Intestazione di navigazione con tema scuro e sfondo scuro." + +#: patterns/nav-offcanvas.php +msgctxt "Pattern title" +msgid "Navigation - Offcanvas" +msgstr "Navigazione - Offcanvas" + +#: patterns/nav-offcanvas.php +msgctxt "Pattern description" +msgid "" +"Header with offcanvas mobile navigation using Bootstrap offcanvas component." +msgstr "Intestazione con navigazione mobile offcanvas utilizzando il componente offcanvas di Bootstrap." +"Intestazione con navigazione mobile offcanvas usando il componente offcanvas " +"di Bootstrap." + +#: patterns/page-about.php +msgctxt "Pattern title" +msgid "About Page" +msgstr "Pagina Chi siamo" + +#: patterns/page-about.php +msgctxt "Pattern description" +msgid "A full about page layout with hero, story section, and team members." +msgstr "Un layout completo della pagina Chi siamo con hero, sezione storia e membri del team." + +#: patterns/page-about.php:14 +msgid "About Us" +msgstr "Chi siamo" + +#: patterns/page-about.php:18 +msgid "" +"Learn more about who we are, what we do, and the people behind our mission." +msgstr "Scopra di più su chi siamo, cosa facciamo e le persone dietro la nostra missione." +"Scopri di più su chi siamo, cosa facciamo e le persone dietro la nostra " +"missione." + +#: patterns/page-about.php:26 +msgid "Our Story" +msgstr "La nostra storia" + +#: patterns/page-about.php:30 +msgid "" +"Founded with a passion for innovation and excellence, our journey began with " +"a simple idea: to create meaningful solutions that make a real difference. " +"Over the years, we have grown from a small team into a dedicated group of " +"professionals committed to delivering outstanding results." +msgstr "Fondati con una passione per l'innovazione e l'eccellenza, il nostro percorso è iniziato con un'idea semplice: creare soluzioni significative che facciano davvero la differenza. Nel corso degli anni, siamo cresciuti da un piccolo team a un gruppo dedicato di professionisti impegnati a fornire risultati eccezionali." +"Fondata con la passione per l'innovazione e l'eccellenza, il nostro percorso " +"è iniziato con un'idea semplice: creare soluzioni significative che facciano " +"una vera differenza. Nel corso degli anni, siamo cresciuti da un piccolo " +"team a un gruppo dedicato di professionisti impegnati a fornire risultati " +"eccezionali." + +#: patterns/page-about.php:34 +msgid "" +"Today, we continue to push boundaries and challenge conventions. Our " +"approach combines creative thinking with proven methodologies, ensuring that " +"every project we undertake meets the highest standards of quality and " +"craftsmanship." +msgstr "Oggi continuiamo a spingere i confini e sfidare le convenzioni. Il nostro approccio combina il pensiero creativo con metodologie collaudate, assicurando che ogni progetto che intraprendiamo soddisfi i più alti standard di qualità e artigianalità." +"Oggi continuiamo a superare i limiti e a sfidare le convenzioni. Il nostro " +"approccio combina il pensiero creativo con metodologie collaudate, " +"garantendo che ogni progetto che intraprendiamo soddisfi i più alti standard " +"di qualità e maestria." + +#: patterns/page-about.php:40 patterns/text-about.php:36 +msgid "About us image" +msgstr "Immagine chi siamo" + +#: patterns/page-about.php:48 +msgid "Our Team" +msgstr "Il nostro team" + +#: patterns/page-about.php:52 +msgid "Meet the people who make it all happen." +msgstr "Scopri le persone che rendono tutto questo possibile." + +#: patterns/page-about.php:59 +msgid "Jane Doe" +msgstr "Jane Doe" + +#: patterns/page-about.php:63 +msgid "Founder & CEO" +msgstr "Fondatrice e CEO" + +#: patterns/page-about.php:71 +msgid "John Smith" +msgstr "John Smith" + +#: patterns/page-about.php:75 +msgid "Lead Developer" +msgstr "Sviluppatore principale" + +#: patterns/page-about.php:83 +msgid "Emily Johnson" +msgstr "Emily Johnson" + +#: patterns/page-about.php:87 +msgid "Creative Director" +msgstr "Direttrice creativa" + +#: patterns/page-contact.php +msgctxt "Pattern title" +msgid "Contact Page" +msgstr "Pagina Contatti" + +#: patterns/page-contact.php +msgctxt "Pattern description" +msgid "" +"A full contact page layout with hero, contact details, business hours, and " +"spacer." +msgstr "Un layout completo per la pagina di contatto con hero, dettagli di contatto, orari di apertura e spaziatura." +"Un layout completo della pagina Contatti con hero, dettagli di contatto, " +"orari di apertura e spazio." + +#: patterns/page-contact.php:14 patterns/page-services.php:87 +#: patterns/pricing-3-col.php:130 +msgid "Contact Us" +msgstr "Contattaci" + +#: patterns/page-contact.php:18 +msgid "We would love to hear from you. Reach out to us anytime." +msgstr "Ci farebbe piacere avere tue notizie. Contattaci in qualsiasi momento." + +#: patterns/page-contact.php:26 +msgid "Get in Touch" +msgstr "Mettiti in contatto" + +#: patterns/page-contact.php:30 +msgid "123 Main Street, Suite 100, Anytown, ST 12345" +msgstr "Via Principale 123, Interno 100, 00100 Roma" + +#: patterns/page-contact.php:38 +msgid "+1 (555) 123-4567" +msgstr "+39 06 123 4567" + +#: patterns/page-contact.php:44 +msgid "Business Hours" +msgstr "Orari di apertura" + +#: patterns/page-contact.php:49 +msgid "Monday - Friday:" +msgstr "Lunedì - Venerdì:" + +#: patterns/page-contact.php:49 +msgid "9:00 AM - 6:00 PM" +msgstr "9:00 - 18:00" + +#: patterns/page-contact.php:53 +msgid "Saturday:" +msgstr "Sabato:" + +#: patterns/page-contact.php:53 +msgid "10:00 AM - 4:00 PM" +msgstr "10:00 - 16:00" + +#: patterns/page-contact.php:57 +msgid "Sunday:" +msgstr "Domenica:" + +#: patterns/page-contact.php:57 +msgid "Closed" +msgstr "Chiuso" + +#: patterns/page-services.php +msgctxt "Pattern title" +msgid "Services Page" +msgstr "Pagina Servizi" + +#: patterns/page-services.php +msgctxt "Pattern description" +msgid "" +"A full services page layout with hero, service offerings, and call to action." +msgstr "Un layout completo per la pagina dei servizi con hero, offerte di servizi e invito all'azione." +"Un layout completo della pagina Servizi con hero, offerta di servizi e " +"invito all'azione." + +#: patterns/page-services.php:14 +msgid "Our Services" +msgstr "I nostri servizi" + +#: patterns/page-services.php:18 +msgid "Professional solutions tailored to your needs." +msgstr "Soluzioni professionali su misura per le tue esigenze." + +#: patterns/page-services.php:24 +msgid "What We Offer" +msgstr "Cosa offriamo" + +#: patterns/page-services.php:28 +msgid "" +"We provide a wide range of services to help your business grow and succeed." +msgstr "Offriamo un'ampia gamma di servizi per aiutare la Sua azienda a crescere e avere successo." +"Forniamo un'ampia gamma di servizi per aiutare la tua attività a crescere e " +"avere successo." + +#: patterns/page-services.php:34 +msgid "🎨" +msgstr "🎨" + +#: patterns/page-services.php:38 +msgid "Design" +msgstr "Design" + +#: patterns/page-services.php:42 +msgid "" +"Beautiful, user-centered designs that capture your brand identity and engage " +"your audience across all platforms and devices." +msgstr "Design belli e incentrati sull'utente che catturano l'identità del Suo marchio e coinvolgono il Suo pubblico su tutte le piattaforme e dispositivi." +"Design belli e incentrati sull'utente che catturano l'identità del tuo " +"marchio e coinvolgono il tuo pubblico su tutte le piattaforme e dispositivi." + +#: patterns/page-services.php:48 +msgid "⚙️" +msgstr "⚙️" + +#: patterns/page-services.php:52 +msgid "Development" +msgstr "Sviluppo" + +#: patterns/page-services.php:56 +msgid "" +"Robust, scalable web applications built with modern technologies and best " +"practices to ensure performance and reliability." +msgstr "Applicazioni web robuste e scalabili costruite con tecnologie moderne e le migliori pratiche per garantire prestazioni e affidabilità." +"Applicazioni web robuste e scalabili costruite con tecnologie moderne e best " +"practice per garantire prestazioni e affidabilità." + +#: patterns/page-services.php:62 +msgid "📈" +msgstr "📈" + +#: patterns/page-services.php:66 +msgid "Strategy" +msgstr "Strategia" + +#: patterns/page-services.php:70 +msgid "" +"Data-driven strategies and consulting to help you achieve your business " +"goals and stay ahead of the competition." +msgstr "Strategie basate sui dati e consulenza per aiutarLa a raggiungere i Suoi obiettivi aziendali e restare avanti alla concorrenza." +"Strategie basate sui dati e consulenza per aiutarti a raggiungere i tuoi " +"obiettivi aziendali e restare un passo avanti rispetto alla concorrenza." + +#: patterns/page-services.php:82 +msgid "" +"Ready to take your project to the next level? Let us help you build " +"something great." +msgstr "Pronto a portare il Suo progetto al livello successivo? Ci lasci aiutarLa a costruire qualcosa di grande." +"Pronto a portare il tuo progetto al livello successivo? Lascia che ti " +"aiutiamo a costruire qualcosa di grandioso." + +#: patterns/page-services.php:91 +msgid "View Portfolio" +msgstr "Vedi portfolio" + +#: patterns/post-navigation.php +msgctxt "Pattern title" +msgid "Post navigation" +msgstr "Navigazione articoli" + +#: patterns/post-navigation.php +msgctxt "Pattern description" +msgid "Previous and next post links." +msgstr "Link all'articolo precedente e successivo." + +#: patterns/pricing-3-col.php +msgctxt "Pattern title" +msgid "Pricing three columns" +msgstr "Prezzi tre colonne" + +#: patterns/pricing-3-col.php +msgctxt "Pattern description" +msgid "" +"Three-column pricing cards with feature lists and call to action buttons." +msgstr "Schede tariffarie a tre colonne con elenchi di funzionalità e pulsanti invito all'azione." +"Schede prezzi a tre colonne con elenchi di funzionalità e pulsanti di " +"invito all'azione." + +#: patterns/pricing-3-col.php:18 +msgid "Choose the plan that works best for you." +msgstr "Scegli il piano più adatto alle tue esigenze." + +#: patterns/pricing-3-col.php:25 +msgid "Basic" +msgstr "Base" + +#: patterns/pricing-3-col.php:29 +msgid "Free" +msgstr "Gratuito" + +#: patterns/pricing-3-col.php:38 +msgid "1 Website" +msgstr "1 sito web" + +#: patterns/pricing-3-col.php:42 +msgid "Community Support" +msgstr "Supporto della comunità" + +#: patterns/pricing-3-col.php:46 +msgid "Core Features" +msgstr "Funzionalità di base" + +#: patterns/pricing-3-col.php:61 +msgid "Professional" +msgstr "Professionale" + +#. translators: pricing amount +#: patterns/pricing-3-col.php:67 +msgid "$49" +msgstr "49 $" + +#: patterns/pricing-3-col.php:77 +msgid "5 Websites" +msgstr "5 siti web" + +#: patterns/pricing-3-col.php:81 +msgid "Priority Support" +msgstr "Supporto prioritario" + +#: patterns/pricing-3-col.php:85 +msgid "All Features" +msgstr "Tutte le funzionalità" + +#: patterns/pricing-3-col.php:100 +msgid "Enterprise" +msgstr "Enterprise" + +#. translators: pricing amount +#: patterns/pricing-3-col.php:106 +msgid "$199" +msgstr "199 $" + +#: patterns/pricing-3-col.php:116 +msgid "Unlimited Websites" +msgstr "Siti web illimitati" + +#: patterns/pricing-3-col.php:120 +msgid "Dedicated Support" +msgstr "Supporto dedicato" + +#: patterns/pricing-3-col.php:124 +msgid "Custom Development" +msgstr "Sviluppo personalizzato" + +#: patterns/template-query-loop.php +msgctxt "Pattern title" +msgid "Query loop" +msgstr "Ciclo di query" + +#: patterns/template-query-loop.php:39 +msgid "No posts were found." +msgstr "Nessun articolo trovato." + +#: patterns/testimonials-2-col.php +msgctxt "Pattern title" +msgid "Testimonials two columns" +msgstr "Testimonianze due colonne" + +#: patterns/testimonials-2-col.php +msgctxt "Pattern description" +msgid "Two-column testimonials with quote blocks and citations." +msgstr "Testimonianze a due colonne con blocchi citazione e riferimenti." + +#: patterns/testimonials-2-col.php:14 +msgid "What our clients say" +msgstr "Cosa dicono i nostri clienti" + +#: patterns/testimonials-2-col.php:20 +msgid "" +"This theme completely transformed our website. The Bootstrap integration " +"makes it incredibly easy to create professional-looking pages without any " +"custom code." +msgstr "Questo tema ha completamente trasformato il nostro sito web. L'integrazione con Bootstrap rende incredibilmente facile creare pagine dall'aspetto professionale senza alcun codice personalizzato." +"Questo tema ha completamente trasformato il nostro sito web. L'integrazione " +"con Bootstrap rende incredibilmente facile creare pagine dall'aspetto " +"professionale senza alcun codice personalizzato." + +#: patterns/testimonials-2-col.php:20 +msgid "Jane Doe, Web Designer" +msgstr "Jane Doe, Web Designer" + +#: patterns/testimonials-2-col.php:26 +msgid "" +"The dark mode support and style variations give us the flexibility we need. " +"Our clients love being able to switch between color schemes effortlessly." +msgstr "Il supporto alla modalità scura e le variazioni di stile ci danno la flessibilità di cui abbiamo bisogno. I nostri clienti adorano poter passare da uno schema di colori all'altro senza sforzo." +"Il supporto per la modalità scura e le variazioni di stile ci danno la " +"flessibilità di cui abbiamo bisogno. I nostri clienti adorano poter passare " +"da uno schema di colori all'altro senza sforzo." + +#: patterns/testimonials-2-col.php:26 +msgid "John Smith, Developer" +msgstr "John Smith, Sviluppatore" + +#: patterns/testimonials-centered.php +msgctxt "Pattern title" +msgid "Testimonial centered" +msgstr "Testimonianza centrata" + +#: patterns/testimonials-centered.php +msgctxt "Pattern description" +msgid "A single large centered testimonial with citation." +msgstr "Una singola testimonianza grande e centrata con riferimento." + +#: patterns/testimonials-centered.php:14 +msgid "" +"The best WordPress theme we have ever used. Clean code, beautiful design, " +"and incredible flexibility." +msgstr "Il miglior tema WordPress che abbiamo mai utilizzato. Codice pulito, design bello e flessibilità incredibile." +"Il miglior tema WordPress che abbiamo mai usato. Codice pulito, design " +"elegante e flessibilità incredibile." + +#: patterns/testimonials-centered.php:14 +msgid "Alex Johnson, Creative Director" +msgstr "Alex Johnson, Direttore creativo" + +#: patterns/text-about.php +msgctxt "Pattern title" +msgid "About section" +msgstr "Sezione Chi siamo" + +#: patterns/text-about.php +msgctxt "Pattern description" +msgid "A two-column about section with text content and an image." +msgstr "Una sezione Chi siamo a due colonne con contenuto testuale e un'immagine." + +#: patterns/text-about.php:16 +msgid "About us" +msgstr "Chi siamo" + +#: patterns/text-about.php:20 +msgid "" +"We are passionate about creating tools that empower people to build " +"beautiful websites. Our theme combines the reliability of Bootstrap with the " +"flexibility of WordPress." +msgstr "Siamo appassionati di creare strumenti che mettano le persone in grado di costruire siti web bellissimi. Il nostro tema combina l'affidabilità di Bootstrap con la flessibilità di WordPress." +"Siamo appassionati nella creazione di strumenti che permettono alle persone " +"di costruire siti web bellissimi. Il nostro tema combina l'affidabilità di " +"Bootstrap con la flessibilità di WordPress." + +#: patterns/text-about.php:24 +msgid "" +"With years of experience in web development and design, we understand what " +"it takes to create a theme that is both powerful and easy to use." +msgstr "Con anni di esperienza nello sviluppo web e nel design, capiamo cosa serve per creare un tema che sia potente e facile da usare." +"Con anni di esperienza nello sviluppo web e nel design, comprendiamo cosa " +"serve per creare un tema che sia al contempo potente e facile da usare." + +#: patterns/text-faq.php +msgctxt "Pattern title" +msgid "Frequently asked questions" +msgstr "Domande frequenti" + +#: patterns/text-faq.php +msgctxt "Pattern description" +msgid "An FAQ section with question and answer pairs." +msgstr "Una sezione FAQ con coppie di domande e risposte." + +#: patterns/text-faq.php:14 +msgid "Frequently Asked Questions" +msgstr "Domande frequenti" + +#: patterns/text-faq.php:20 +msgid "How do I install the theme?" +msgstr "Come si installa il tema?" + +#: patterns/text-faq.php:24 +msgid "" +"Download the ZIP file from the releases page, then upload it via WordPress " +"Admin > Appearance > Themes > Add New > Upload Theme." +msgstr "Scarichi il file ZIP dalla pagina delle versioni, quindi lo carichi tramite WordPress Amministrazione > Aspetto > Temi > Aggiungi nuovo > Carica tema." +"Scarica il file ZIP dalla pagina delle versioni, quindi caricalo tramite " +"Amministrazione WordPress > Aspetto > Temi > Aggiungi nuovo > Carica tema." + +#: patterns/text-faq.php:34 +msgid "Does it work with the Site Editor?" +msgstr "Funziona con l'editor del sito?" + +#: patterns/text-faq.php:38 +msgid "" +"Yes, this is a Full Site Editing block theme. You can customize templates, " +"headers, footers, and all block patterns using the WordPress Site Editor." +msgstr "Sì, questo è un tema a blocchi Full Site Editing. È possibile personalizzare modelli, intestazioni, piè di pagina e tutti i modelli di blocco utilizzando il Site Editor di WordPress." +"Sì, questo è un tema a blocchi per l'editing completo del sito. Puoi " +"personalizzare modelli, intestazioni, piè di pagina e tutti i pattern a " +"blocchi utilizzando l'editor del sito WordPress." + +#: patterns/text-faq.php:48 +msgid "Can I use my own fonts?" +msgstr "Posso usare i miei caratteri?" + +#: patterns/text-faq.php:52 +msgid "" +"The theme comes with Inter, Lora, and system font stacks. You can add custom " +"fonts through the Site Editor or by modifying theme.json." +msgstr "Il tema viene fornito con Inter, Lora e stack di font di sistema. È possibile aggiungere font personalizzati tramite il Site Editor o modificando theme.json." +"Il tema include Inter, Lora e pile di caratteri di sistema. Puoi aggiungere " +"caratteri personalizzati tramite l'editor del sito o modificando theme.json." + +#: patterns/text-faq.php:62 +msgid "Is dark mode supported?" +msgstr "La modalità scura è supportata?" + +#: patterns/text-faq.php:66 +msgid "" +"Yes, the theme includes a dark mode toggle that uses Bootstrap 5.3 built-in " +"dark mode. It respects system preferences and remembers your choice." +msgstr "Sì, il tema include un interruttore modalità scura che utilizza la modalità scura integrata di Bootstrap 5.3. Rispetta le preferenze di sistema e ricorda la Sua scelta." +"Sì, il tema include un interruttore per la modalità scura che utilizza la " +"modalità scura integrata di Bootstrap 5.3. Rispetta le preferenze di sistema " +"e ricorda la tua scelta." + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Base" +msgstr "Base" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Contrast" +msgstr "Contrasto" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Primary" +msgstr "Primario" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Secondary" +msgstr "Secondario" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Success" +msgstr "Successo" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Danger" +msgstr "Pericolo" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Warning" +msgstr "Avviso" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Info" +msgstr "Info" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Light" +msgstr "Chiaro" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Dark" +msgstr "Scuro" + +#: theme.json +msgctxt "Space size name" +msgid "3xs" +msgstr "3xs" + +#: theme.json +msgctxt "Space size name" +msgid "2xs" +msgstr "2xs" + +#: theme.json +msgctxt "Space size name" +msgid "xs" +msgstr "xs" + +#: theme.json +msgctxt "Space size name" +msgid "s" +msgstr "s" + +#: theme.json +msgctxt "Space size name" +msgid "m" +msgstr "m" + +#: theme.json +msgctxt "Space size name" +msgid "l" +msgstr "l" + +#: theme.json +msgctxt "Space size name" +msgid "xl" +msgstr "xl" + +#: theme.json +msgctxt "Space size name" +msgid "2xl" +msgstr "2xl" + +#: theme.json +msgctxt "Font size name" +msgid "Small" +msgstr "Piccola" + +#: theme.json +msgctxt "Font size name" +msgid "Medium" +msgstr "Medio" + +#: theme.json +msgctxt "Font size name" +msgid "Large" +msgstr "Grande" + +#: theme.json +msgctxt "Font size name" +msgid "Extra Large" +msgstr "Extra grande" + +#: theme.json +msgctxt "Font size name" +msgid "Huge" +msgstr "Enorme" + +#: theme.json +msgctxt "Font size name" +msgid "Display" +msgstr "Display" + +#: theme.json +msgctxt "Font family name" +msgid "System Sans Serif" +msgstr "Sans serif di sistema" + +#: theme.json +msgctxt "Font family name" +msgid "Inter" +msgstr "Inter" + +#: theme.json +msgctxt "Font family name" +msgid "Lora" +msgstr "Lora" + +#: theme.json +msgctxt "Font family name" +msgid "System Monospace" +msgstr "Monospazio di sistema" + +#: theme.json +msgctxt "Shadow name" +msgid "Small" +msgstr "Piccola" + +#: theme.json +msgctxt "Shadow name" +msgid "Regular" +msgstr "Normale" + +#: theme.json +msgctxt "Shadow name" +msgid "Large" +msgstr "Grande" + +#: theme.json +msgctxt "Aspect ratio name" +msgid "16:9" +msgstr "16:9" + +#: theme.json +msgctxt "Aspect ratio name" +msgid "4:3" +msgstr "4:3" + +#: theme.json +msgctxt "Aspect ratio name" +msgid "1:1" +msgstr "1:1" + +#: theme.json +msgctxt "Aspect ratio name" +msgid "3:4" +msgstr "3:4" + +#: theme.json +msgctxt "Custom template name" +msgid "Blog with Sidebar" +msgstr "Blog con barra laterale" + +#: theme.json +msgctxt "Custom template name" +msgid "Landing Page (No Header/Footer)" +msgstr "Pagina di destinazione (senza intestazione/piè di pagina)" + +#: theme.json +msgctxt "Custom template name" +msgid "Full Width" +msgstr "Larghezza piena" + +#: theme.json +msgctxt "Custom template name" +msgid "Page with Hero" +msgstr "Pagina con hero" + +#: theme.json +msgctxt "Custom template name" +msgid "Page with Sidebar" +msgstr "Pagina con barra laterale" + +#: theme.json +msgctxt "Template part name" +msgid "Header" +msgstr "Intestazione" + +#: theme.json +msgctxt "Template part name" +msgid "Header - Centered" +msgstr "Intestazione - Centrata" + +#: theme.json +msgctxt "Template part name" +msgid "Header - Transparent" +msgstr "Intestazione - Trasparente" + +#: theme.json +msgctxt "Template part name" +msgid "Footer" +msgstr "Piè di pagina" + +#: theme.json +msgctxt "Template part name" +msgid "Footer - Minimal" +msgstr "Piè di pagina - Minimale" + +#: theme.json +msgctxt "Template part name" +msgid "Footer - Multi-Column" +msgstr "Piè di pagina - Multicolonna" + +#: theme.json +msgctxt "Template part name" +msgid "Sidebar" +msgstr "Barra laterale" + +#: styles/01-ocean.json +msgctxt "Style variation name" +msgid "Ocean" +msgstr "Oceano" + +#: styles/02-forest.json +msgctxt "Style variation name" +msgid "Forest" +msgstr "Foresta" + +#: styles/03-sunset.json +msgctxt "Style variation name" +msgid "Sunset" +msgstr "Tramonto" + +#: styles/04-midnight.json +msgctxt "Style variation name" +msgid "Midnight" +msgstr "Mezzanotte" + +#: styles/05-ember.json +msgctxt "Style variation name" +msgid "Ember" +msgstr "Brace" + +#: styles/06-arctic.json +msgctxt "Style variation name" +msgid "Arctic" +msgstr "Artico" + +#: styles/07-amethyst.json +msgctxt "Style variation name" +msgid "Amethyst" +msgstr "Ametista" + +#: styles/08-rose.json +msgctxt "Style variation name" +msgid "Rose" +msgstr "Rosa" + +#: styles/09-sand.json +msgctxt "Style variation name" +msgid "Sand" +msgstr "Sabbia" + +#: styles/10-lavender.json +msgctxt "Style variation name" +msgid "Lavender" +msgstr "Lavanda" + +#: styles/11-mint.json +msgctxt "Style variation name" +msgid "Mint" +msgstr "Menta" + +#: styles/12-slate.json +msgctxt "Style variation name" +msgid "Slate" +msgstr "Ardesia" + +#: styles/13-mocha.json +msgctxt "Style variation name" +msgid "Mocha" +msgstr "Moka" + +#: styles/14-nebula.json +msgctxt "Style variation name" +msgid "Nebula" +msgstr "Nebulosa" + +#: styles/15-obsidian.json +msgctxt "Style variation name" +msgid "Obsidian" +msgstr "Ossidiana" + +#~ msgid "Skip to main content" +#~ msgstr "Vai al contenuto principale" + +#~ msgid "Primary navigation" +#~ msgstr "Navigazione principale" + +#~ msgid "Footer navigation" +#~ msgstr "Navigazione del piè di pagina" + +#~ msgid "Blog sidebar" +#~ msgstr "Barra laterale del blog" diff --git a/languages/wp-bootstrap-nl_NL.po b/languages/wp-bootstrap-nl_NL.po index a131ded..8554e5c 100644 --- a/languages/wp-bootstrap-nl_NL.po +++ b/languages/wp-bootstrap-nl_NL.po @@ -4,8 +4,8 @@ msgid "" msgstr "" "Project-Id-Version: WP Bootstrap 1.0.5\n" -"Report-Msgid-Bugs-To: https://src.bundespruefstelle.ch/magdev/wp-bootstrap/issues\n" -"POT-Creation-Date: 2026-02-11 00:00+0000\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/wp-bootstrap\n" +"POT-Creation-Date: 2026-02-20T09:45:19+00:00\n" "PO-Revision-Date: 2026-02-11 00:00+0000\n" "Last-Translator: Claude AI \n" "Language-Team: Dutch (Netherlands)\n" @@ -17,902 +17,1878 @@ msgstr "" "X-Domain: wp-bootstrap\n" #. Theme Name of the theme -#: patterns/footer.php +#: style.css patterns/footer.php:31 msgid "WP Bootstrap" msgstr "WP Bootstrap" +#. Theme URI of the theme +#: style.css +msgid "https://src.bundespruefstelle.ch/magdev/wp-bootstrap" +msgstr "" + #. Description of the theme -msgid "A modern WordPress Block Theme built from scratch with Bootstrap 5. Features responsive design, dark mode support, and full compatibility with the WordPress Site Editor." -msgstr "Een modern WordPress-blokthema dat helemaal opnieuw is gebouwd met Bootstrap 5. Met responsief ontwerp, ondersteuning voor donkere modus en volledige compatibiliteit met de WordPress Site-editor." - -#: patterns/footer.php -#: patterns/footer-columns.php -msgid "Powered by %s" -msgstr "Mogelijk gemaakt door %s" - -#: patterns/footer.php -#: patterns/footer-columns.php -msgid "https://wordpress.org" -msgstr "https://nl.wordpress.org" - -#: patterns/hidden-404.php -msgid "Page not found" -msgstr "Pagina niet gevonden" - -#: patterns/hidden-404.php -msgid "The page you are looking for does not exist, or it has been moved. Please try searching using the form below." -msgstr "De pagina die u zoekt bestaat niet of is verplaatst. Probeer te zoeken met het onderstaande formulier." - -#: patterns/hidden-search.php -#: patterns/hidden-sidebar.php -msgid "Search" -msgstr "Zoeken" - -#: patterns/hidden-search.php -#: patterns/hidden-sidebar.php -msgid "Search..." -msgstr "Zoeken..." - -#: patterns/hidden-blog-heading.php -msgid "Blog" -msgstr "Blog" - -#: patterns/comments.php -msgid "Comments" -msgstr "Reacties" - -#: patterns/post-navigation.php -msgid "Previous" -msgstr "Vorige" - -#: patterns/post-navigation.php -msgid "Next" -msgstr "Volgende" - -#: patterns/more-posts.php -msgid "More posts" -msgstr "Meer berichten" - -#: patterns/template-query-loop.php -msgid "Read more" -msgstr "Lees meer" - -#: patterns/template-query-loop.php -msgid "No posts were found." -msgstr "Er zijn geen berichten gevonden." - -#: patterns/hero-cover.php -msgid "Build something amazing" -msgstr "Bouw iets geweldigs" - -#: patterns/hero-cover.php -msgid "Create modern, responsive websites with the power of Bootstrap 5 and the WordPress Site Editor." -msgstr "Maak moderne, responsieve websites met de kracht van Bootstrap 5 en de WordPress Site-editor." - -#: patterns/hero-cover.php -#: patterns/hero-centered.php -#: patterns/pricing-3-col.php -#: patterns/page-services.php -msgid "Get Started" -msgstr "Aan de slag" - -#: patterns/hero-split.php -msgid "Modern design meets powerful features" -msgstr "Modern ontwerp ontmoet krachtige functies" - -#: patterns/hero-split.php -msgid "A WordPress theme built from the ground up with Bootstrap 5 for a seamless editing and browsing experience." -msgstr "Een WordPress-thema dat vanaf de grond is opgebouwd met Bootstrap 5 voor een naadloze bewerkings- en browse-ervaring." - -#: patterns/hero-split.php -#: patterns/hero-centered.php -#: patterns/text-about.php -msgid "Learn More" -msgstr "Meer informatie" - -#: patterns/hero-split.php -msgid "View Demo" -msgstr "Demo bekijken" - -#: patterns/hero-split.php -msgid "Hero image" -msgstr "Hoofdafbeelding" - -#: patterns/hero-centered.php -msgid "Welcome to your new website" -msgstr "Welkom op uw nieuwe website" - -#: patterns/hero-centered.php -msgid "Start building beautiful, responsive pages with the full power of Bootstrap 5 and the WordPress block editor." -msgstr "Begin met het bouwen van mooie, responsieve pagina's met de volledige kracht van Bootstrap 5 en de WordPress-blokeditor." - -#: patterns/features-3-col.php -#: functions.php -msgid "Features" -msgstr "Functies" - -#: patterns/features-3-col.php -msgid "Everything you need to build a modern website." -msgstr "Alles wat u nodig heeft om een moderne website te bouwen." - -#: patterns/features-3-col.php -msgid "Responsive Design" -msgstr "Responsief ontwerp" - -#: patterns/features-3-col.php -msgid "Your website looks great on every device, from mobile phones to large desktop screens." -msgstr "Uw website ziet er geweldig uit op elk apparaat, van mobiele telefoons tot grote desktopschermen." - -#: patterns/features-3-col.php -msgid "Easy Customization" -msgstr "Eenvoudige aanpassing" - -#: patterns/features-3-col.php -msgid "Customize colors, fonts, and layouts using the WordPress Site Editor with no code required." -msgstr "Pas kleuren, lettertypen en lay-outs aan met de WordPress Site-editor zonder dat code nodig is." - -#: patterns/features-3-col.php -msgid "Performance First" -msgstr "Prestaties voorop" - -#: patterns/features-3-col.php -msgid "Built with speed in mind. Optimized assets and clean code for lightning-fast page loads." -msgstr "Gebouwd met snelheid in gedachten. Geoptimaliseerde bestanden en schone code voor razendsnelle paginaladingen." - -#: patterns/features-icon-list.php -msgid "Why choose us" -msgstr "Waarom voor ons kiezen" - -#: patterns/features-icon-list.php -msgid "Bootstrap 5 Framework" -msgstr "Bootstrap 5 Framework" - -#: patterns/features-icon-list.php -msgid "Built on the most popular CSS framework. Leverage a proven, well-documented design system." -msgstr "Gebouwd op het populairste CSS-framework. Maak gebruik van een beproefd, goed gedocumenteerd ontwerpsysteem." - -#: patterns/features-icon-list.php -msgid "Full Site Editing" -msgstr "Volledige sitebewerking" - -#: patterns/features-icon-list.php -msgid "Edit every part of your site visually. Headers, footers, templates, and content are all customizable." -msgstr "Bewerk elk onderdeel van uw site visueel. Kopteksten, voetteksten, sjablonen en inhoud zijn allemaal aanpasbaar." - -#: patterns/features-icon-list.php -msgid "Dark Mode Support" -msgstr "Ondersteuning voor donkere modus" - -#: patterns/features-icon-list.php -msgid "Built-in dark mode toggle that respects user preferences and persists across visits." -msgstr "Ingebouwde schakelaar voor donkere modus die gebruikersvoorkeuren respecteert en bewaard blijft tussen bezoeken." - -#: patterns/features-2-col-offset.php -msgid "Feature illustration" -msgstr "Functie-illustratie" - -#: patterns/features-2-col-offset.php -msgid "Designed for modern workflows" -msgstr "Ontworpen voor moderne werkprocessen" - -#: patterns/features-2-col-offset.php -msgid "Streamline your development process with a theme that works the way you do." -msgstr "Stroomlijn uw ontwikkelingsproces met een thema dat werkt zoals u dat doet." - -#: patterns/features-2-col-offset.php -msgid "Block Patterns" -msgstr "Blokpatronen" - -#: patterns/features-2-col-offset.php -msgid "Pre-built patterns for common page sections. Drop them in and customize to fit your needs." -msgstr "Vooraf gebouwde patronen voor veelgebruikte paginasecties. Voeg ze toe en pas ze aan naar uw behoeften." - -#: patterns/features-2-col-offset.php -msgid "Style Variations" -msgstr "Stijlvariaties" - -#: patterns/features-2-col-offset.php -msgid "Switch between color schemes with a single click. Choose from multiple professionally designed palettes." -msgstr "Wissel tussen kleurenschema's met een enkele klik. Kies uit meerdere professioneel ontworpen paletten." - -#: patterns/cta-banner.php -msgid "Ready to get started?" -msgstr "Klaar om te beginnen?" - -#: patterns/cta-banner.php -msgid "Start building your website today with our powerful and flexible theme." -msgstr "Begin vandaag nog met het bouwen van uw website met ons krachtige en flexibele thema." - -#: patterns/cta-banner.php -msgid "Start Now" -msgstr "Nu beginnen" - -#: patterns/cta-newsletter.php -msgid "Stay in the loop" -msgstr "Blijf op de hoogte" - -#: patterns/cta-newsletter.php -msgid "Subscribe to our newsletter for updates, tips, and exclusive content." -msgstr "Abonneer u op onze nieuwsbrief voor updates, tips en exclusieve inhoud." - -#: patterns/cta-newsletter.php -msgid "Enter your email address" -msgstr "Voer uw e-mailadres in" - -#: patterns/cta-newsletter.php -msgid "Subscribe" -msgstr "Abonneren" - -#: patterns/testimonials-2-col.php -msgid "What our clients say" -msgstr "Wat onze klanten zeggen" - -#: patterns/testimonials-2-col.php -msgid "This theme completely transformed our website. The Bootstrap integration makes it incredibly easy to create professional-looking pages without any custom code." -msgstr "Dit thema heeft onze website volledig getransformeerd. De Bootstrap-integratie maakt het ongelooflijk eenvoudig om professioneel ogende pagina's te maken zonder aangepaste code." - -#: patterns/testimonials-2-col.php -msgid "Jane Doe, Web Designer" -msgstr "Jane Doe, Webdesigner" - -#: patterns/testimonials-2-col.php -msgid "The dark mode support and style variations give us the flexibility we need. Our clients love being able to switch between color schemes effortlessly." -msgstr "De ondersteuning voor donkere modus en stijlvariaties geven ons de flexibiliteit die we nodig hebben. Onze klanten vinden het geweldig om moeiteloos tussen kleurenschema's te wisselen." - -#: patterns/testimonials-2-col.php -msgid "John Smith, Developer" -msgstr "John Smith, Ontwikkelaar" - -#: patterns/testimonials-centered.php -msgid "The best WordPress theme we have ever used. Clean code, beautiful design, and incredible flexibility." -msgstr "Het beste WordPress-thema dat we ooit hebben gebruikt. Schone code, prachtig ontwerp en ongelooflijke flexibiliteit." - -#: patterns/testimonials-centered.php -msgid "Alex Johnson, Creative Director" -msgstr "Alex Johnson, Creatief directeur" - -#: patterns/pricing-3-col.php -#: functions.php -msgid "Pricing" -msgstr "Prijzen" - -#: patterns/pricing-3-col.php -msgid "Choose the plan that works best for you." -msgstr "Kies het abonnement dat het beste bij u past." - -#: patterns/pricing-3-col.php -msgid "Basic" -msgstr "Basis" - -#: patterns/pricing-3-col.php -msgid "Free" -msgstr "Gratis" - -#: patterns/pricing-3-col.php -msgid "1 Website" -msgstr "1 Website" - -#: patterns/pricing-3-col.php -msgid "Community Support" -msgstr "Community-ondersteuning" - -#: patterns/pricing-3-col.php -msgid "Core Features" -msgstr "Kernfuncties" - -#: patterns/pricing-3-col.php -msgid "Professional" -msgstr "Professioneel" - -#: patterns/pricing-3-col.php -msgid "$49" -msgstr "$ 49" - -#: patterns/pricing-3-col.php -msgid "5 Websites" -msgstr "5 Websites" - -#: patterns/pricing-3-col.php -msgid "Priority Support" -msgstr "Prioriteitsondersteuning" - -#: patterns/pricing-3-col.php -msgid "All Features" -msgstr "Alle functies" - -#: patterns/pricing-3-col.php -msgid "Enterprise" -msgstr "Enterprise" - -#: patterns/pricing-3-col.php -msgid "$199" -msgstr "$ 199" - -#: patterns/pricing-3-col.php -msgid "Unlimited Websites" -msgstr "Onbeperkte websites" - -#: patterns/pricing-3-col.php -msgid "Dedicated Support" -msgstr "Toegewijde ondersteuning" - -#: patterns/pricing-3-col.php -msgid "Custom Development" -msgstr "Maatwerkontikkeling" - -#: patterns/pricing-3-col.php -#: patterns/page-services.php -#: patterns/page-contact.php -msgid "Contact Us" -msgstr "Neem contact op" - -#: patterns/contact-info.php -msgid "Get in touch" -msgstr "Neem contact op" - -#: patterns/contact-info.php -msgid "We would love to hear from you. Reach out through any of the channels below." -msgstr "We horen graag van u. Neem contact op via een van de onderstaande kanalen." - -#: patterns/contact-info.php -#: patterns/page-contact.php -msgid "Address" -msgstr "Adres" - -#: patterns/contact-info.php -msgid "123 Example Street" -msgstr "Voorbeeldstraat 123" - -#: patterns/contact-info.php -msgid "8000 Zurich, Switzerland" -msgstr "8000 Zürich, Zwitserland" - -#: patterns/contact-info.php -#: patterns/page-contact.php -msgid "Phone" -msgstr "Telefoon" - -#: patterns/contact-info.php -msgid "+41 44 123 45 67" -msgstr "+41 44 123 45 67" - -#: patterns/contact-info.php -#: patterns/cta-newsletter.php -#: patterns/page-contact.php -msgid "Email" -msgstr "E-mail" - -#: patterns/contact-info.php -#: patterns/page-contact.php -msgid "info@example.com" -msgstr "info@example.com" - -#: patterns/text-faq.php -msgid "Frequently Asked Questions" -msgstr "Veelgestelde vragen" - -#: patterns/text-faq.php -msgid "How do I install the theme?" -msgstr "Hoe installeer ik het thema?" - -#: patterns/text-faq.php -msgid "Download the ZIP file from the releases page, then upload it via WordPress Admin > Appearance > Themes > Add New > Upload Theme." -msgstr "Download het ZIP-bestand van de releasepagina en upload het via WordPress Admin > Weergave > Thema's > Nieuwe toevoegen > Thema uploaden." - -#: patterns/text-faq.php -msgid "Does it work with the Site Editor?" -msgstr "Werkt het met de Site-editor?" - -#: patterns/text-faq.php -msgid "Yes, this is a Full Site Editing block theme. You can customize templates, headers, footers, and all block patterns using the WordPress Site Editor." -msgstr "Ja, dit is een blokthema met volledige sitebewerking. U kunt sjablonen, kopteksten, voetteksten en alle blokpatronen aanpassen met de WordPress Site-editor." - -#: patterns/text-faq.php -msgid "Can I use my own fonts?" -msgstr "Kan ik mijn eigen lettertypen gebruiken?" - -#: patterns/text-faq.php -msgid "The theme comes with Inter, Lora, and system font stacks. You can add custom fonts through the Site Editor or by modifying theme.json." -msgstr "Het thema wordt geleverd met Inter, Lora en systeemlettertypen. U kunt aangepaste lettertypen toevoegen via de Site-editor of door theme.json aan te passen." - -#: patterns/text-faq.php -msgid "Is dark mode supported?" -msgstr "Wordt de donkere modus ondersteund?" - -#: patterns/text-faq.php -msgid "Yes, the theme includes a dark mode toggle that uses Bootstrap 5.3 built-in dark mode. It respects system preferences and remembers your choice." -msgstr "Ja, het thema bevat een schakelaar voor donkere modus die gebruikmaakt van de ingebouwde donkere modus van Bootstrap 5.3. Het respecteert systeemvoorkeuren en onthoudt uw keuze." - -#: patterns/text-about.php -msgid "About us" -msgstr "Over ons" - -#: patterns/text-about.php -msgid "We are passionate about creating tools that empower people to build beautiful websites. Our theme combines the reliability of Bootstrap with the flexibility of WordPress." -msgstr "Wij zijn gepassioneerd over het maken van tools die mensen in staat stellen mooie websites te bouwen. Ons thema combineert de betrouwbaarheid van Bootstrap met de flexibiliteit van WordPress." - -#: patterns/text-about.php -msgid "With years of experience in web development and design, we understand what it takes to create a theme that is both powerful and easy to use." -msgstr "Met jarenlange ervaring in webontwikkeling en -ontwerp begrijpen we wat er nodig is om een thema te maken dat zowel krachtig als gebruiksvriendelijk is." - -#: patterns/text-about.php -#: patterns/page-about.php -msgid "About us image" -msgstr "Afbeelding over ons" - -#: patterns/hidden-sidebar.php -msgid "Recent Posts" -msgstr "Recente berichten" - -#: patterns/hidden-sidebar.php -msgid "Tags" -msgstr "Tags" - -#: patterns/dark-mode-toggle.php -msgid "Switch to dark mode" -msgstr "Overschakelen naar donkere modus" - -#: patterns/dark-mode-toggle.php -msgid "Switch to light mode" -msgstr "Overschakelen naar lichte modus" - -#: functions.php +#: style.css +msgid "" +"A modern WordPress Block Theme built from scratch with Bootstrap 5. Features " +"responsive design, dark mode support, and full compatibility with the " +"WordPress Site Editor." +msgstr "Een modern WordPress blokkthema gebouwd met Bootstrap 5. Met responsief ontwerp, ondersteuning voor donkere modus en volledige compatibiliteit met de WordPress Site-editor." +"Een modern WordPress-blokthema dat helemaal opnieuw is gebouwd met Bootstrap " +"5. Met responsief ontwerp, ondersteuning voor donkere modus en volledige " +"compatibiliteit met de WordPress Site-editor." + +#. Author of the theme +#: style.css +msgid "Marco Graetsch" +msgstr "" + +#. Author URI of the theme +#: style.css +msgid "https://src.bundespruefstelle.ch/magdev" +msgstr "" + +#: functions.php:43 msgid "Primary Navigation" msgstr "Hoofdnavigatie" -#: functions.php +#: functions.php:44 msgid "Footer Navigation" msgstr "Voettekstnavigatie" -#: functions.php -msgid "Pages" -msgstr "Pagina's" +#: functions.php:58 +msgid "Sidebar" +msgstr "Zijbalk" -#: functions.php -msgid "A collection of full page layouts." -msgstr "Een verzameling van volledige pagina-indelingen." +#: functions.php:60 +msgid "Add widgets here to appear in the sidebar." +msgstr "Voeg hier widgets toe om ze in de zijbalk te tonen." -#: functions.php -msgid "Hero Sections" -msgstr "Heldsecties" - -#: functions.php -msgid "Large hero and banner sections." -msgstr "Grote held- en bannersecties." - -#: functions.php -msgid "Call to Action" -msgstr "Oproep tot actie" - -#: functions.php -msgid "Call to action sections." -msgstr "Oproep-tot-actie-secties." - -#: functions.php -msgid "Feature and service showcase sections." -msgstr "Functie- en dienstenpresentatiesecties." - -#: functions.php -msgid "Testimonials" -msgstr "Getuigenissen" - -#: functions.php -msgid "Testimonial and review sections." -msgstr "Getuigenis- en beoordelingssecties." - -#: functions.php -msgid "Pricing table sections." -msgstr "Prijstabelsecties." - -#: functions.php -msgid "Contact" -msgstr "Contact" - -#: functions.php -msgid "Contact information sections." -msgstr "Contactinformatiesecties." - -#: functions.php -msgid "Text & Content" -msgstr "Tekst en inhoud" - -#: functions.php -msgid "Text-focused content sections." -msgstr "Tekstgerichte inhoudssecties." - -#: functions.php -msgid "Checkmark" -msgstr "Vinkje" - -#: functions.php -msgid "Unstyled" -msgstr "Zonder opmaak" - -#: functions.php -msgid "Card" -msgstr "Kaart" - -#: functions.php -msgid "Card with Shadow" -msgstr "Kaart met schaduw" - -#: functions.php -msgid "Alert - Info" -msgstr "Waarschuwing - Info" - -#: functions.php -msgid "Alert - Success" -msgstr "Waarschuwing - Succes" - -#: functions.php -msgid "Alert - Warning" -msgstr "Waarschuwing - Waarschuwing" - -#: functions.php -msgid "Alert - Danger" -msgstr "Waarschuwing - Gevaar" - -#: functions.php -msgid "Striped Rows" -msgstr "Gestreepte rijen" - -#: functions.php -msgid "Hover Rows" -msgstr "Hover-rijen" - -#: functions.php -msgid "Bordered" -msgstr "Met rand" - -#: functions.php -msgid "Accent Border" -msgstr "Accentrand" - -#: functions.php -msgid "Shadow" -msgstr "Schaduw" - -#: functions.php -msgid "Large Rounded" -msgstr "Groot afgerond" - -#: functions.php -msgid "Large" -msgstr "Groot" - -#: functions.php -msgid "Small" -msgstr "Klein" - -#: functions.php -msgid "Wide" -msgstr "Breed" - -#: functions.php -msgid "Name" -msgstr "Naam" - -#: functions.php -msgid "Website" -msgstr "Website" - -#: functions.php -msgid "Save my name, email, and website in this browser for the next time I comment." -msgstr "Bewaar mijn naam, e-mailadres en website in deze browser voor de volgende keer dat ik een reactie plaats." - -#: functions.php +#: functions.php:494 msgid "Bootstrap Layout" msgstr "Bootstrap-indeling" -#: functions.php +#: functions.php:499 msgid "Bootstrap Components" msgstr "Bootstrap-componenten" -#: functions.php +#: functions.php:504 msgid "Bootstrap Navigation" msgstr "Bootstrap-navigatie" -#: functions.php +#: functions.php:522 +msgid "Pages" +msgstr "Pagina's" + +#: functions.php:523 +msgid "A collection of full page layouts." +msgstr "Een verzameling van volledige pagina-indelingen." + +#: functions.php:530 +msgid "Hero Sections" +msgstr "Heldsecties" + +#: functions.php:531 +msgid "Large hero and banner sections." +msgstr "Grote held- en bannersecties." + +#: functions.php:538 +msgid "Call to Action" +msgstr "Oproep tot actie" + +#: functions.php:539 +msgid "Call to action sections." +msgstr "Oproep-tot-actie-secties." + +#: functions.php:546 patterns/features-3-col.php:14 +msgid "Features" +msgstr "Functies" + +#: functions.php:547 +msgid "Feature and service showcase sections." +msgstr "Functie- en dienstenpresentatiesecties." + +#: functions.php:554 +msgid "Testimonials" +msgstr "Getuigenissen" + +#: functions.php:555 +msgid "Testimonial and review sections." +msgstr "Getuigenis- en beoordelingssecties." + +#: functions.php:562 patterns/pricing-3-col.php:14 +msgid "Pricing" +msgstr "Prijzen" + +#: functions.php:563 +msgid "Pricing table sections." +msgstr "Prijstabelsecties." + +#: functions.php:570 +msgid "Contact" +msgstr "Contact" + +#: functions.php:571 +msgid "Contact information sections." +msgstr "Contactinformatiesecties." + +#: functions.php:578 +msgid "Text & Content" +msgstr "Tekst en inhoud" + +#: functions.php:579 +msgid "Text-focused content sections." +msgstr "Tekstgerichte inhoudssecties." + +#: functions.php:586 msgid "Layout" msgstr "Indeling" -#: functions.php +#: functions.php:587 msgid "Layout building blocks for page structure." msgstr "Indelingsbouwstenen voor paginastructuur." -#: functions.php +#: functions.php:594 msgid "Components" msgstr "Componenten" -#: functions.php +#: functions.php:595 msgid "Reusable Bootstrap component patterns." msgstr "Herbruikbare Bootstrap-componentpatronen." -#: functions.php -#: patterns/footer-columns.php +#: functions.php:602 patterns/footer-columns.php:30 msgid "Navigation" msgstr "Navigatie" -#: functions.php +#: functions.php:603 msgid "Navigation and header patterns." msgstr "Navigatie- en koptekstpatronen." -#: patterns/layout-container.php -msgid "Heading goes here" -msgstr "Koptekst komt hier" +#: functions.php:620 +msgid "Checkmark" +msgstr "Vinkje" -#: patterns/layout-container.php -msgid "This is a content container with constrained width and comfortable padding. Replace this text with your own content." -msgstr "Dit is een inhoudscontainer met beperkte breedte en comfortabele opvulling. Vervang deze tekst door uw eigen inhoud." +#: functions.php:629 +msgid "Unstyled" +msgstr "Zonder opmaak" -#: patterns/layout-2-col.php -#: patterns/layout-3-col.php -msgid "Column One" -msgstr "Kolom een" +#: functions.php:637 +msgid "Card" +msgstr "Kaart" -#: patterns/layout-2-col.php -msgid "Add your content here. This column takes up half the available width on larger screens and stacks on mobile devices." -msgstr "Voeg hier uw inhoud toe. Deze kolom neemt de helft van de beschikbare breedte in op grotere schermen en stapelt op mobiele apparaten." +#: functions.php:645 +msgid "Card with Shadow" +msgstr "Kaart met schaduw" -#: patterns/layout-2-col.php -#: patterns/layout-3-col.php -msgid "Column Two" -msgstr "Kolom twee" +#: functions.php:653 +msgid "Alert - Info" +msgstr "Waarschuwing - Info" -#: patterns/layout-3-col.php -msgid "Column Three" -msgstr "Kolom drie" +#: functions.php:661 +msgid "Alert - Success" +msgstr "Waarschuwing - Succes" -#: patterns/layout-3-col.php -msgid "Add your content here. This column takes up one third of the available width on larger screens." -msgstr "Voeg hier uw inhoud toe. Deze kolom neemt een derde van de beschikbare breedte in op grotere schermen." +#: functions.php:669 +msgid "Alert - Warning" +msgstr "Waarschuwing - Waarschuwing" -#: patterns/layout-full-width-section.php -msgid "Full Width Section Heading" -msgstr "Koptekst sectie over volledige breedte" +#: functions.php:677 +msgid "Alert - Danger" +msgstr "Waarschuwing - Gevaar" -#: patterns/layout-full-width-section.php -msgid "This full-width section stands out with a colored background. Use it to highlight important content, announcements, or calls to action." -msgstr "Deze sectie over de volledige breedte valt op met een gekleurde achtergrond. Gebruik het om belangrijke inhoud, aankondigingen of oproepen tot actie te benadrukken." +#: functions.php:685 +msgid "Striped Rows" +msgstr "Gestreepte rijen" -#: patterns/component-card-group.php -msgid "Card One" -msgstr "Kaart een" +#: functions.php:693 +msgid "Hover Rows" +msgstr "Hover-rijen" -#: patterns/component-card-group.php -msgid "Card Two" -msgstr "Kaart twee" +#: functions.php:701 +msgid "Bordered" +msgstr "Met rand" -#: patterns/component-card-group.php -msgid "Card Three" -msgstr "Kaart drie" +#: functions.php:709 +msgid "Accent Border" +msgstr "Accentrand" -#: patterns/component-card-group.php -msgid "Add a short description for this card. Cards are a great way to organize and present related content." -msgstr "Voeg een korte beschrijving toe voor deze kaart. Kaarten zijn een geweldige manier om gerelateerde inhoud te organiseren en te presenteren." +#: functions.php:717 +msgid "Shadow" +msgstr "Schaduw" + +#: functions.php:725 +msgid "Large Rounded" +msgstr "Groot afgerond" + +#: functions.php:733 +msgid "Large" +msgstr "Groot" + +#: functions.php:741 +msgid "Small" +msgstr "Klein" + +#: functions.php:749 +msgid "Wide" +msgstr "Breed" + +#: functions.php:801 +msgid "Name" +msgstr "Naam" + +#: functions.php:806 patterns/contact-info.php:44 +#: patterns/cta-newsletter.php:21 patterns/page-contact.php:34 +msgid "Email" +msgstr "E-mail" + +#: functions.php:811 +msgid "Website" +msgstr "Website" + +#: functions.php:819 +msgid "" +"Save my name, email, and website in this browser for the next time I comment." +msgstr "Sla mijn naam, e-mail en website op in deze browser voor de volgende keer dat ik een reactie plaats." +"Bewaar mijn naam, e-mailadres en website in deze browser voor de volgende " +"keer dat ik een reactie plaats." + +#: inc/Template/ContextBuilder.php:199 patterns/template-query-loop.php:25 +msgid "Read more" +msgstr "Lees meer" + +#: inc/Template/ContextBuilder.php:237 patterns/post-navigation.php:17 +msgid "Previous" +msgstr "Vorige" + +#: inc/Template/ContextBuilder.php:238 patterns/post-navigation.php:18 +msgid "Next" +msgstr "Volgende" + +#: inc/Template/ContextBuilder.php:274 +#, php-format +msgid "%s Comment" +msgid_plural "%s Comments" +msgstr[0] "%s reactie" +msgstr[1] "%s reacties" + +#: inc/Template/ContextBuilder.php:329 +msgid "Leave a Comment" +msgstr "Laat een reactie achter" + +#: inc/Template/ContextBuilder.php:335 +msgid "Comment" +msgstr "Reactie" + +#: patterns/comments.php +msgctxt "Pattern title" +msgid "Comments" +msgstr "Reacties" + +#: patterns/comments.php +msgctxt "Pattern description" +msgid "Comments section with form." +msgstr "Reactiesectie met formulier." + +#: patterns/comments.php:15 +msgid "Comments" +msgstr "Reacties" #: patterns/component-accordion.php +msgctxt "Pattern title" msgid "Accordion" msgstr "Accordeon" #: patterns/component-accordion.php +msgctxt "Pattern description" +msgid "" +"An accordion section using details blocks with summary and content " +"paragraphs." +msgstr "Een accordeonsectie met detailblokken met samenvatting en inhoudsparagrafen." + +#: patterns/component-accordion.php:14 +msgid "Accordion" +msgstr "Accordeon" + +#: patterns/component-accordion.php:18 msgid "Click on each item to expand and reveal its content." msgstr "Klik op elk item om het uit te vouwen en de inhoud te onthullen." -#: patterns/component-accordion.php +#: patterns/component-accordion.php:22 msgid "Accordion Item One" msgstr "Accordeon-item een" -#: patterns/component-accordion.php -msgid "This is the content for the first accordion item. You can add any blocks inside this details element to create rich, expandable content sections." -msgstr "Dit is de inhoud voor het eerste accordeon-item. U kunt alle blokken toevoegen binnen dit details-element om rijke, uitvouwbare inhoudssecties te maken." +#: patterns/component-accordion.php:23 +msgid "" +"This is the content for the first accordion item. You can add any blocks " +"inside this details element to create rich, expandable content sections." +msgstr "Dit is de inhoud van het eerste accordeon-item. U kunt elk blok toevoegen in dit detailelement om rijke, uitbreidbare inhoudssecties te maken." +"Dit is de inhoud voor het eerste accordeon-item. U kunt alle blokken " +"toevoegen binnen dit details-element om rijke, uitvouwbare inhoudssecties te " +"maken." -#: patterns/component-accordion.php +#: patterns/component-accordion.php:28 msgid "Accordion Item Two" msgstr "Accordeon-item twee" -#: patterns/component-accordion.php -msgid "This is the content for the second accordion item. Details blocks are a native HTML element that provide toggle functionality without JavaScript." -msgstr "Dit is de inhoud voor het tweede accordeon-item. Details-blokken zijn een native HTML-element dat schakelfunctionaliteit biedt zonder JavaScript." +#: patterns/component-accordion.php:29 +msgid "" +"This is the content for the second accordion item. Details blocks are a " +"native HTML element that provide toggle functionality without JavaScript." +msgstr "Dit is de inhoud van het tweede accordeon-item. Detailblokken zijn een native HTML-element dat schakelbare functionaliteit biedt zonder JavaScript." +"Dit is de inhoud voor het tweede accordeon-item. Details-blokken zijn een " +"native HTML-element dat schakelfunctionaliteit biedt zonder JavaScript." -#: patterns/component-accordion.php +#: patterns/component-accordion.php:34 msgid "Accordion Item Three" msgstr "Accordeon-item drie" -#: patterns/component-accordion.php -msgid "This is the content for the third accordion item. Use accordions to organize frequently asked questions, feature lists, or any content that benefits from progressive disclosure." -msgstr "Dit is de inhoud voor het derde accordeon-item. Gebruik accordeons om veelgestelde vragen, functielijsten of andere inhoud te organiseren die baat heeft bij geleidelijke onthulling." +#: patterns/component-accordion.php:35 +msgid "" +"This is the content for the third accordion item. Use accordions to organize " +"frequently asked questions, feature lists, or any content that benefits from " +"progressive disclosure." +msgstr "Dit is de inhoud van het derde accordeon-item. Gebruik accordeons om veelgestelde vragen, functielijsten of inhoud te organiseren die baat heeft bij geleidelijke onthulling." +"Dit is de inhoud voor het derde accordeon-item. Gebruik accordeons om " +"veelgestelde vragen, functielijsten of andere inhoud te organiseren die baat " +"heeft bij geleidelijke onthulling." -#: patterns/page-about.php -msgid "About Us" -msgstr "Over ons" +#: patterns/component-card-group.php +msgctxt "Pattern title" +msgid "Card Group" +msgstr "Kaartgroep" -#: patterns/page-about.php -msgid "Learn more about who we are, what we do, and the people behind our mission." -msgstr "Lees meer over wie we zijn, wat we doen en de mensen achter onze missie." +#: patterns/component-card-group.php +msgctxt "Pattern description" +msgid "" +"A three-column card group with shadow-styled cards, each containing a " +"heading and paragraph." +msgstr "Een kaartgroep met drie kolommen en schaduwkaarten, elk met een koptekst en alinea." -#: patterns/page-about.php -msgid "Our Story" -msgstr "Ons verhaal" +#: patterns/component-card-group.php:17 +msgid "Card One" +msgstr "Kaart een" -#: patterns/page-about.php -msgid "Founded with a passion for innovation and excellence, our journey began with a simple idea: to create meaningful solutions that make a real difference. Over the years, we have grown from a small team into a dedicated group of professionals committed to delivering outstanding results." -msgstr "Opgericht met een passie voor innovatie en uitmuntendheid, begon onze reis met een eenvoudig idee: het creëren van betekenisvolle oplossingen die echt verschil maken. Door de jaren heen zijn we gegroeid van een klein team tot een toegewijde groep professionals die zich inzetten voor het leveren van uitstekende resultaten." +#: patterns/component-card-group.php:21 patterns/component-card-group.php:33 +#: patterns/component-card-group.php:45 +msgid "" +"Add a short description for this card. Cards are a great way to organize and " +"present related content." +msgstr "Voeg een korte beschrijving toe voor deze kaart. Kaarten zijn een geweldige manier om gerelateerde inhoud te organiseren en te presenteren." +"Voeg een korte beschrijving toe voor deze kaart. Kaarten zijn een geweldige " +"manier om gerelateerde inhoud te organiseren en te presenteren." -#: patterns/page-about.php -msgid "Today, we continue to push boundaries and challenge conventions. Our approach combines creative thinking with proven methodologies, ensuring that every project we undertake meets the highest standards of quality and craftsmanship." -msgstr "Vandaag de dag blijven we grenzen verleggen en conventies uitdagen. Onze aanpak combineert creatief denken met bewezen methodologieën, zodat elk project dat we ondernemen voldoet aan de hoogste normen van kwaliteit en vakmanschap." +#: patterns/component-card-group.php:29 +msgid "Card Two" +msgstr "Kaart twee" -#: patterns/page-about.php -msgid "Our Team" -msgstr "Ons team" +#: patterns/component-card-group.php:41 +msgid "Card Three" +msgstr "Kaart drie" -#: patterns/page-about.php -msgid "Meet the people who make it all happen." -msgstr "Maak kennis met de mensen die het allemaal mogelijk maken." +#: patterns/contact-info.php +msgctxt "Pattern title" +msgid "Contact information" +msgstr "Contactgegevens" -#: patterns/page-about.php -msgid "Jane Doe" -msgstr "Jane Doe" +#: patterns/contact-info.php +msgctxt "Pattern description" +msgid "" +"A three-column contact information layout with address, phone, and email." +msgstr "Een contactgegevenslay-out met drie kolommen met adres, telefoon en e-mail." -#: patterns/page-about.php -msgid "Founder & CEO" -msgstr "Oprichter & CEO" - -#: patterns/page-about.php -msgid "John Smith" -msgstr "John Smith" - -#: patterns/page-about.php -msgid "Lead Developer" -msgstr "Hoofdontwikkelaar" - -#: patterns/page-about.php -msgid "Emily Johnson" -msgstr "Emily Johnson" - -#: patterns/page-about.php -msgid "Creative Director" -msgstr "Creatief directeur" - -#: patterns/page-services.php -msgid "Our Services" -msgstr "Onze diensten" - -#: patterns/page-services.php -msgid "Professional solutions tailored to your needs." -msgstr "Professionele oplossingen op maat van uw behoeften." - -#: patterns/page-services.php -msgid "What We Offer" -msgstr "Wat we bieden" - -#: patterns/page-services.php -msgid "We provide a wide range of services to help your business grow and succeed." -msgstr "We bieden een breed scala aan diensten om uw bedrijf te helpen groeien en slagen." - -#: patterns/page-services.php -msgid "Design" -msgstr "Ontwerp" - -#: patterns/page-services.php -msgid "Beautiful, user-centered designs that capture your brand identity and engage your audience across all platforms and devices." -msgstr "Mooie, gebruikersgerichte ontwerpen die uw merkidentiteit vastleggen en uw publiek betrekken op alle platforms en apparaten." - -#: patterns/page-services.php -msgid "Development" -msgstr "Ontwikkeling" - -#: patterns/page-services.php -msgid "Robust, scalable web applications built with modern technologies and best practices to ensure performance and reliability." -msgstr "Robuuste, schaalbare webapplicaties gebouwd met moderne technologieën en best practices om prestaties en betrouwbaarheid te garanderen." - -#: patterns/page-services.php -msgid "Strategy" -msgstr "Strategie" - -#: patterns/page-services.php -msgid "Data-driven strategies and consulting to help you achieve your business goals and stay ahead of the competition." -msgstr "Datagedreven strategieën en advies om u te helpen uw bedrijfsdoelen te bereiken en de concurrentie voor te blijven." - -#: patterns/page-services.php -msgid "Ready to take your project to the next level? Let us help you build something great." -msgstr "Klaar om uw project naar een hoger niveau te tillen? Laat ons u helpen iets geweldigs te bouwen." - -#: patterns/page-services.php -msgid "View Portfolio" -msgstr "Portfolio bekijken" - -#: patterns/page-contact.php -msgid "We would love to hear from you. Reach out to us anytime." -msgstr "We horen graag van u. Neem op elk moment contact met ons op." - -#: patterns/page-contact.php -msgid "Get in Touch" +#: patterns/contact-info.php:14 +msgid "Get in touch" msgstr "Neem contact op" -#: patterns/page-contact.php -msgid "123 Main Street, Suite 100, Anytown, ST 12345" -msgstr "Hoofdstraat 123, Suite 100, Voorbeeldstad, 12345" +#: patterns/contact-info.php:18 +msgid "" +"We would love to hear from you. Reach out through any of the channels below." +msgstr "We horen graag van u. Neem contact op via een van de onderstaande kanalen." +"We horen graag van u. Neem contact op via een van de onderstaande kanalen." -#: patterns/page-contact.php -msgid "+1 (555) 123-4567" -msgstr "+1 (555) 123-4567" +#: patterns/contact-info.php:24 patterns/page-contact.php:30 +msgid "Address" +msgstr "Adres" -#: patterns/page-contact.php -msgid "Business Hours" -msgstr "Openingstijden" +#: patterns/contact-info.php:28 +msgid "123 Example Street" +msgstr "Voorbeeldstraat 123" -#: patterns/page-contact.php -msgid "Monday - Friday:" -msgstr "Maandag - vrijdag:" +#: patterns/contact-info.php:28 +msgid "8000 Zurich, Switzerland" +msgstr "8000 Zürich, Zwitserland" -#: patterns/page-contact.php -msgid "9:00 AM - 6:00 PM" -msgstr "9:00 - 18:00" +#: patterns/contact-info.php:34 patterns/page-contact.php:38 +msgid "Phone" +msgstr "Telefoon" -#: patterns/page-contact.php -msgid "Saturday:" -msgstr "Zaterdag:" +#: patterns/contact-info.php:38 +msgid "+41 44 123 45 67" +msgstr "+41 44 123 45 67" -#: patterns/page-contact.php -msgid "10:00 AM - 4:00 PM" -msgstr "10:00 - 16:00" +#: patterns/contact-info.php:48 patterns/page-contact.php:34 +msgid "info@example.com" +msgstr "info@example.com" -#: patterns/page-contact.php -msgid "Sunday:" -msgstr "Zondag:" +#: patterns/cta-banner.php +msgctxt "Pattern title" +msgid "Call to action banner" +msgstr "Oproep tot actie-banner" -#: patterns/page-contact.php -msgid "Closed" -msgstr "Gesloten" +#: patterns/cta-banner.php +msgctxt "Pattern description" +msgid "" +"A full-width call to action banner with a colored background, heading, " +"description, and button." +msgstr "Een volledige oproep tot actie-banner met gekleurde achtergrond, koptekst, beschrijving en knop." -#. translators: Copyright notice. %1$s: Year, %2$s: Site title. -#: patterns/footer-minimal.php -msgid "© %1$s %2$s. All rights reserved." -msgstr "© %1$s %2$s. Alle rechten voorbehouden." +#: patterns/cta-banner.php:14 +msgid "Ready to get started?" +msgstr "Klaar om te beginnen?" + +#: patterns/cta-banner.php:18 +msgid "Start building your website today with our powerful and flexible theme." +msgstr "Begin vandaag nog met het bouwen van uw website met ons krachtige en flexibele thema." +"Begin vandaag nog met het bouwen van uw website met ons krachtige en " +"flexibele thema." + +#: patterns/cta-banner.php:23 +msgid "Start Now" +msgstr "Nu beginnen" + +#: patterns/cta-newsletter.php +msgctxt "Pattern title" +msgid "Newsletter signup" +msgstr "Nieuwsbriefinschrijving" + +#: patterns/cta-newsletter.php +msgctxt "Pattern description" +msgid "" +"A newsletter signup section with heading, description, and search block." +msgstr "Een nieuwsbriefinschrijvingssectie met koptekst, beschrijving en zoekblok." + +#: patterns/cta-newsletter.php:14 +msgid "Stay in the loop" +msgstr "Blijf op de hoogte" + +#: patterns/cta-newsletter.php:18 +msgid "Subscribe to our newsletter for updates, tips, and exclusive content." +msgstr "Abonneer u op onze nieuwsbrief voor updates, tips en exclusieve inhoud." +"Abonneer u op onze nieuwsbrief voor updates, tips en exclusieve inhoud." + +#: patterns/cta-newsletter.php:21 +msgid "Enter your email address" +msgstr "Voer uw e-mailadres in" + +#: patterns/cta-newsletter.php:21 +msgid "Subscribe" +msgstr "Abonneren" + +#: patterns/dark-mode-toggle.php +msgctxt "Pattern title" +msgid "Dark mode toggle" +msgstr "Schakelaar donkere modus" + +#: patterns/dark-mode-toggle.php +msgctxt "Pattern description" +msgid "A toggle button for switching between light and dark mode." +msgstr "Een schakelknop om te wisselen tussen lichte en donkere modus." + +#: patterns/dark-mode-toggle.php:13 +msgid "Switch to dark mode" +msgstr "Overschakelen naar donkere modus" + +#: patterns/dark-mode-toggle.php:13 +msgid "Switch to light mode" +msgstr "Overschakelen naar lichte modus" + +#: patterns/features-2-col-offset.php +msgctxt "Pattern title" +msgid "Features two columns with image" +msgstr "Kenmerken twee kolommen met afbeelding" + +#: patterns/features-2-col-offset.php +msgctxt "Pattern description" +msgid "" +"A two-column layout with a large image on the left and stacked features on " +"the right." +msgstr "Een tweekolomslay-out met een grote afbeelding links en gestapelde kenmerken rechts." + +#: patterns/features-2-col-offset.php:16 +msgid "Feature illustration" +msgstr "Functie-illustratie" + +#: patterns/features-2-col-offset.php:22 +msgid "Designed for modern workflows" +msgstr "Ontworpen voor moderne werkprocessen" + +#: patterns/features-2-col-offset.php:26 +msgid "" +"Streamline your development process with a theme that works the way you do." +msgstr "Stroomlijn uw ontwikkelproces met een thema dat werkt zoals u dat doet." +"Stroomlijn uw ontwikkelingsproces met een thema dat werkt zoals u dat doet." + +#: patterns/features-2-col-offset.php:34 +msgid "Block Patterns" +msgstr "Blokpatronen" + +#: patterns/features-2-col-offset.php:38 +msgid "" +"Pre-built patterns for common page sections. Drop them in and customize to " +"fit your needs." +msgstr "Kant-en-klare patronen voor veelvoorkomende paginasecties. Voeg ze toe en pas ze aan uw behoeften aan." +"Vooraf gebouwde patronen voor veelgebruikte paginasecties. Voeg ze toe en " +"pas ze aan naar uw behoeften." + +#: patterns/features-2-col-offset.php:46 +msgid "Style Variations" +msgstr "Stijlvariaties" + +#: patterns/features-2-col-offset.php:50 +msgid "" +"Switch between color schemes with a single click. Choose from multiple " +"professionally designed palettes." +msgstr "Wissel met één klik tussen kleurenschema's. Kies uit meerdere professioneel ontworpen paletten." +"Wissel tussen kleurenschema's met een enkele klik. Kies uit meerdere " +"professioneel ontworpen paletten." + +#: patterns/features-3-col.php +msgctxt "Pattern title" +msgid "Features three columns" +msgstr "Kenmerken drie kolommen" + +#: patterns/features-3-col.php +msgctxt "Pattern description" +msgid "A three-column feature grid with images, headings, and descriptions." +msgstr "Een kenmerkraster met drie kolommen met afbeeldingen, kopteksten en beschrijvingen." + +#: patterns/features-3-col.php:18 +msgid "Everything you need to build a modern website." +msgstr "Alles wat u nodig heeft om een moderne website te bouwen." + +#: patterns/features-3-col.php:28 +msgid "Responsive Design" +msgstr "Responsief ontwerp" + +#: patterns/features-3-col.php:32 +msgid "" +"Your website looks great on every device, from mobile phones to large " +"desktop screens." +msgstr "Uw website ziet er geweldig uit op elk apparaat, van mobiele telefoons tot grote desktopschermen." +"Uw website ziet er geweldig uit op elk apparaat, van mobiele telefoons tot " +"grote desktopschermen." + +#: patterns/features-3-col.php:42 +msgid "Easy Customization" +msgstr "Eenvoudige aanpassing" + +#: patterns/features-3-col.php:46 +msgid "" +"Customize colors, fonts, and layouts using the WordPress Site Editor with no " +"code required." +msgstr "Pas kleuren, lettertypen en lay-outs aan met de WordPress Site-editor zonder code." +"Pas kleuren, lettertypen en lay-outs aan met de WordPress Site-editor zonder " +"dat code nodig is." + +#: patterns/features-3-col.php:56 +msgid "Performance First" +msgstr "Prestaties voorop" + +#: patterns/features-3-col.php:60 +msgid "" +"Built with speed in mind. Optimized assets and clean code for lightning-fast " +"page loads." +msgstr "Gebouwd met snelheid in gedachten. Geoptimaliseerde bestanden en schone code voor bliksemsnel laden van pagina's." +"Gebouwd met snelheid in gedachten. Geoptimaliseerde bestanden en schone code " +"voor razendsnelle paginaladingen." + +#: patterns/features-icon-list.php +msgctxt "Pattern title" +msgid "Features icon list" +msgstr "Kenmerken pictogramlijst" + +#: patterns/features-icon-list.php +msgctxt "Pattern description" +msgid "A vertical list of features with icon images and text descriptions." +msgstr "Een verticale lijst met kenmerken met pictogramafbeeldingen en tekstbeschrijvingen." + +#: patterns/features-icon-list.php:14 +msgid "Why choose us" +msgstr "Waarom voor ons kiezen" + +#: patterns/features-icon-list.php:25 +msgid "Bootstrap 5 Framework" +msgstr "Bootstrap 5 Framework" + +#: patterns/features-icon-list.php:29 +msgid "" +"Built on the most popular CSS framework. Leverage a proven, well-documented " +"design system." +msgstr "Gebouwd op het populairste CSS-framework. Maak gebruik van een bewezen, goed gedocumenteerd ontwerpsysteem." +"Gebouwd op het populairste CSS-framework. Maak gebruik van een beproefd, " +"goed gedocumenteerd ontwerpsysteem." + +#: patterns/features-icon-list.php:41 +msgid "Full Site Editing" +msgstr "Volledige sitebewerking" + +#: patterns/features-icon-list.php:45 +msgid "" +"Edit every part of your site visually. Headers, footers, templates, and " +"content are all customizable." +msgstr "Bewerk elk deel van uw site visueel. Kopteksten, voetteksten, sjablonen en inhoud zijn allemaal aanpasbaar." +"Bewerk elk onderdeel van uw site visueel. Kopteksten, voetteksten, sjablonen " +"en inhoud zijn allemaal aanpasbaar." + +#: patterns/features-icon-list.php:57 +msgid "Dark Mode Support" +msgstr "Ondersteuning voor donkere modus" + +#: patterns/features-icon-list.php:61 +msgid "" +"Built-in dark mode toggle that respects user preferences and persists across " +"visits." +msgstr "Ingebouwde schakelaar voor donkere modus die gebruikersvoorkeuren respecteert en behouden blijft over bezoeken heen." +"Ingebouwde schakelaar voor donkere modus die gebruikersvoorkeuren " +"respecteert en bewaard blijft tussen bezoeken." #: patterns/footer-columns.php +msgctxt "Pattern title" +msgid "Footer - Multi-Column" +msgstr "Voettekst - meerdere kolommen" + +#: patterns/footer-columns.php +msgctxt "Pattern description" +msgid "Multi-column footer with site info, navigation, and credits." +msgstr "Voettekst met meerdere kolommen met site-informatie, navigatie en credits." + +#: patterns/footer-columns.php:22 msgid "A modern WordPress theme built with Bootstrap 5." msgstr "Een modern WordPress-thema gebouwd met Bootstrap 5." -#: patterns/footer-columns.php +#: patterns/footer-columns.php:39 msgid "About" msgstr "Over" -#: patterns/footer-columns.php -msgid "This theme is proudly built with Bootstrap 5 and WordPress Full Site Editing." -msgstr "Dit thema is met trots gebouwd met Bootstrap 5 en WordPress Volledige sitebewerking." +#: patterns/footer-columns.php:42 +msgid "" +"This theme is proudly built with Bootstrap 5 and WordPress Full Site Editing." +msgstr "Dit thema is met trots gebouwd met Bootstrap 5 en WordPress Full Site Editing." +"Dit thema is met trots gebouwd met Bootstrap 5 en WordPress Volledige " +"sitebewerking." #. translators: Copyright notice. %1$s: Year, %2$s: Site title. -#: patterns/footer-columns.php +#: patterns/footer-columns.php:64 +#, php-format msgid "© %1$s %2$s" msgstr "© %1$s %2$s" -#: views/base.html.twig -msgid "Skip to main content" -msgstr "Ga naar hoofdinhoud" +#. translators: Powered by WordPress. %s: WordPress link. +#: patterns/footer-columns.php:76 patterns/footer.php:38 +#, php-format +msgid "Powered by %s" +msgstr "Mogelijk gemaakt door %s" -#: views/partials/header.html.twig -#: views/partials/header-centered.html.twig -#: views/partials/header-transparent.html.twig -#: views/partials/header-offcanvas.html.twig -msgid "Primary navigation" -msgstr "Hoofdnavigatie" +#: patterns/footer-columns.php:77 patterns/footer.php:39 +msgid "https://wordpress.org" +msgstr "https://nl.wordpress.org" -#: views/partials/footer.html.twig -#: views/partials/footer-columns.html.twig -msgid "Footer navigation" -msgstr "Voettekstnavigatie" +#: patterns/footer-minimal.php +msgctxt "Pattern title" +msgid "Footer - Minimal" +msgstr "Voettekst - minimaal" -#: functions.php +#: patterns/footer-minimal.php +msgctxt "Pattern description" +msgid "Minimal single-line footer with copyright." +msgstr "Minimale voettekst op één regel met auteursrecht." + +#. translators: Copyright notice. %1$s: Year, %2$s: Site title. +#: patterns/footer-minimal.php:25 +#, php-format +msgid "© %1$s %2$s. All rights reserved." +msgstr "© %1$s %2$s. Alle rechten voorbehouden." + +#: patterns/footer.php +msgctxt "Pattern title" +msgid "Footer" +msgstr "Voettekst" + +#: patterns/footer.php +msgctxt "Pattern description" +msgid "Site footer with site title, tagline, and credits." +msgstr "Sitevoettekst met sitetitel, tagline en credits." + +#: patterns/header-centered.php +msgctxt "Pattern title" +msgid "Header - Centered" +msgstr "Koptekst - gecentreerd" + +#: patterns/header-centered.php +msgctxt "Pattern description" +msgid "Centered header with site title above navigation." +msgstr "Gecentreerde koptekst met sitetitel boven de navigatie." + +#: patterns/header-transparent.php +msgctxt "Pattern title" +msgid "Header - Transparent" +msgstr "Koptekst - transparant" + +#: patterns/header-transparent.php +msgctxt "Pattern description" +msgid "Transparent header that overlays page content, ideal for hero sections." +msgstr "Transparante koptekst die over pagina-inhoud heen ligt, ideaal voor hero-secties." + +#: patterns/header.php +msgctxt "Pattern title" +msgid "Header" +msgstr "Koptekst" + +#: patterns/header.php +msgctxt "Pattern description" +msgid "Site header with site title and navigation." +msgstr "Sitekoptekst met sitetitel en navigatie." + +#: patterns/hero-centered.php +msgctxt "Pattern title" +msgid "Hero centered" +msgstr "Hero gecentreerd" + +#: patterns/hero-centered.php +msgctxt "Pattern description" +msgid "" +"A centered hero section with a colored background, heading, paragraph, and " +"call to action buttons." +msgstr "Een gecentreerde hero-sectie met gekleurde achtergrond, koptekst, alinea en oproep tot actie-knoppen." + +#: patterns/hero-centered.php:14 +msgid "Welcome to your new website" +msgstr "Welkom op uw nieuwe website" + +#: patterns/hero-centered.php:18 +msgid "" +"Start building beautiful, responsive pages with the full power of Bootstrap " +"5 and the WordPress block editor." +msgstr "Begin met het bouwen van mooie, responsieve pagina's met de volledige kracht van Bootstrap 5 en de WordPress blokeditor." +"Begin met het bouwen van mooie, responsieve pagina's met de volledige kracht " +"van Bootstrap 5 en de WordPress-blokeditor." + +#: patterns/hero-centered.php:23 patterns/hero-cover.php:23 +#: patterns/page-services.php:78 patterns/pricing-3-col.php:52 +#: patterns/pricing-3-col.php:91 +msgid "Get Started" +msgstr "Aan de slag" + +#: patterns/hero-centered.php:27 patterns/hero-split.php:25 +#: patterns/text-about.php:29 +msgid "Learn More" +msgstr "Meer informatie" + +#: patterns/hero-cover.php +msgctxt "Pattern title" +msgid "Hero with cover image" +msgstr "Hero met omslagafbeelding" + +#: patterns/hero-cover.php +msgctxt "Pattern description" +msgid "" +"A full-width hero section with a cover image, heading, paragraph, and call " +"to action button." +msgstr "Een breedte-hero-sectie met omslagafbeelding, koptekst, alinea en oproep tot actie-knop." + +#: patterns/hero-cover.php:14 +msgid "Build something amazing" +msgstr "Bouw iets geweldigs" + +#: patterns/hero-cover.php:18 +msgid "" +"Create modern, responsive websites with the power of Bootstrap 5 and the " +"WordPress Site Editor." +msgstr "Maak moderne, responsieve websites met de kracht van Bootstrap 5 en de WordPress Site-editor." +"Maak moderne, responsieve websites met de kracht van Bootstrap 5 en de " +"WordPress Site-editor." + +#: patterns/hero-split.php +msgctxt "Pattern title" +msgid "Hero split with image" +msgstr "Hero gesplitst met afbeelding" + +#: patterns/hero-split.php +msgctxt "Pattern description" +msgid "" +"A two-column hero with text on the left and an image placeholder on the " +"right." +msgstr "Een tweekolomshero met tekst links en een afbeeldingsplaatshouder rechts." + +#: patterns/hero-split.php:16 +msgid "Modern design meets powerful features" +msgstr "Modern ontwerp ontmoet krachtige functies" + +#: patterns/hero-split.php:20 +msgid "" +"A WordPress theme built from the ground up with Bootstrap 5 for a seamless " +"editing and browsing experience." +msgstr "Een WordPress-thema geheel opgebouwd met Bootstrap 5 voor een naadloze bewerkings- en browse-ervaring." +"Een WordPress-thema dat vanaf de grond is opgebouwd met Bootstrap 5 voor een " +"naadloze bewerkings- en browse-ervaring." + +#: patterns/hero-split.php:29 +msgid "View Demo" +msgstr "Demo bekijken" + +#: patterns/hero-split.php:36 +msgid "Hero image" +msgstr "Hoofdafbeelding" + +#: patterns/hidden-404.php +msgctxt "Pattern title" +msgid "404" +msgstr "404" + +#: patterns/hidden-404.php:14 +msgid "Page not found" +msgstr "Pagina niet gevonden" + +#: patterns/hidden-404.php:18 +msgid "" +"The page you are looking for does not exist, or it has been moved. Please " +"try searching using the form below." +msgstr "De pagina die u zoekt bestaat niet of is verplaatst. Probeer te zoeken via het onderstaande formulier." +"De pagina die u zoekt bestaat niet of is verplaatst. Probeer te zoeken met " +"het onderstaande formulier." + +#: patterns/hidden-blog-heading.php +msgctxt "Pattern title" +msgid "Blog heading" +msgstr "Blogkoptekst" + +#: patterns/hidden-blog-heading.php:12 +msgid "Blog" +msgstr "Blog" + +#: patterns/hidden-search.php +msgctxt "Pattern title" +msgid "Search" +msgstr "Zoeken" + +#: patterns/hidden-search.php:11 patterns/hidden-sidebar.php:32 +#: patterns/hidden-sidebar.php:35 +msgid "Search" +msgstr "Zoeken" + +#: patterns/hidden-search.php:11 patterns/hidden-sidebar.php:35 +msgid "Search..." +msgstr "Zoeken..." + +#: patterns/hidden-sidebar.php +msgctxt "Pattern title" msgid "Sidebar" msgstr "Zijbalk" -#: functions.php -msgid "Add widgets here to appear in the sidebar." -msgstr "Voeg hier widgets toe om ze in de zijbalk te tonen." +#: patterns/hidden-sidebar.php +msgctxt "Pattern description" +msgid "Sidebar content with recent posts, search, and tag cloud." +msgstr "Zijbalkinhoud met recente berichten, zoeken en tagwolk." -#: views/partials/sidebar.html.twig -msgid "Blog sidebar" -msgstr "Blogzijbalk" +#: patterns/hidden-sidebar.php:14 +msgid "Recent Posts" +msgstr "Recente berichten" + +#: patterns/hidden-sidebar.php:42 +msgid "Tags" +msgstr "Tags" + +#: patterns/hidden-written-by.php +msgctxt "Pattern title" +msgid "Written by" +msgstr "Geschreven door" + +#: patterns/layout-2-col.php +msgctxt "Pattern title" +msgid "Two Columns" +msgstr "Twee kolommen" + +#: patterns/layout-2-col.php +msgctxt "Pattern description" +msgid "" +"A two-column layout with equal width columns, each containing a heading and " +"paragraph." +msgstr "Een tweekolomslay-out met gelijke breedte kolommen, elk met een koptekst en alinea." + +#: patterns/layout-2-col.php:16 patterns/layout-3-col.php:16 +msgid "Column One" +msgstr "Kolom een" + +#: patterns/layout-2-col.php:20 patterns/layout-2-col.php:30 +msgid "" +"Add your content here. This column takes up half the available width on " +"larger screens and stacks on mobile devices." +msgstr "Voeg hier uw inhoud toe. Deze kolom neemt de helft van de beschikbare breedte in op grotere schermen en stapelt op mobiele apparaten." +"Voeg hier uw inhoud toe. Deze kolom neemt de helft van de beschikbare " +"breedte in op grotere schermen en stapelt op mobiele apparaten." + +#: patterns/layout-2-col.php:26 patterns/layout-3-col.php:26 +msgid "Column Two" +msgstr "Kolom twee" + +#: patterns/layout-3-col.php +msgctxt "Pattern title" +msgid "Three Columns" +msgstr "Drie kolommen" + +#: patterns/layout-3-col.php +msgctxt "Pattern description" +msgid "" +"A three-column layout with equal width columns, each containing a heading " +"and paragraph." +msgstr "Een driekolomslay-out met gelijke breedte kolommen, elk met een koptekst en alinea." + +#: patterns/layout-3-col.php:20 patterns/layout-3-col.php:30 +#: patterns/layout-3-col.php:40 +msgid "" +"Add your content here. This column takes up one third of the available width " +"on larger screens." +msgstr "Voeg hier uw inhoud toe. Deze kolom neemt een derde van de beschikbare breedte in op grotere schermen." +"Voeg hier uw inhoud toe. Deze kolom neemt een derde van de beschikbare " +"breedte in op grotere schermen." + +#: patterns/layout-3-col.php:36 +msgid "Column Three" +msgstr "Kolom drie" + +#: patterns/layout-container.php +msgctxt "Pattern title" +msgid "Bootstrap Container" +msgstr "Bootstrap-container" + +#: patterns/layout-container.php +msgctxt "Pattern description" +msgid "" +"A constrained container with padding, containing a heading and paragraph " +"placeholder." +msgstr "Een beperkte container met opvulling, met een koptekst- en alineaplaatshouder." + +#: patterns/layout-container.php:14 +msgid "Heading goes here" +msgstr "Koptekst komt hier" + +#: patterns/layout-container.php:18 +msgid "" +"This is a content container with constrained width and comfortable padding. " +"Replace this text with your own content." +msgstr "Dit is een inhoudscontainer met beperkte breedte en comfortabele opvulling. Vervang deze tekst door uw eigen inhoud." +"Dit is een inhoudscontainer met beperkte breedte en comfortabele opvulling. " +"Vervang deze tekst door uw eigen inhoud." + +#: patterns/layout-full-width-section.php +msgctxt "Pattern title" +msgid "Full Width Section" +msgstr "Sectie op volledige breedte" + +#: patterns/layout-full-width-section.php +msgctxt "Pattern description" +msgid "" +"A full-width section with a primary background color, centered white heading " +"and paragraph." +msgstr "Een sectie op volledige breedte met een primaire achtergrondkleur, gecentreerde witte koptekst en alinea." + +#: patterns/layout-full-width-section.php:14 +msgid "Full Width Section Heading" +msgstr "Koptekst sectie over volledige breedte" + +#: patterns/layout-full-width-section.php:18 +msgid "" +"This full-width section stands out with a colored background. Use it to " +"highlight important content, announcements, or calls to action." +msgstr "Deze sectie op volledige breedte valt op met een gekleurde achtergrond. Gebruik het om belangrijke inhoud, aankondigingen of oproepen tot actie te markeren." +"Deze sectie over de volledige breedte valt op met een gekleurde achtergrond. " +"Gebruik het om belangrijke inhoud, aankondigingen of oproepen tot actie te " +"benadrukken." + +#: patterns/more-posts.php +msgctxt "Pattern title" +msgid "More posts" +msgstr "Meer berichten" + +#: patterns/more-posts.php +msgctxt "Pattern description" +msgid "A section with more recent posts." +msgstr "Een sectie met meer recente berichten." + +#: patterns/more-posts.php:15 +msgid "More posts" +msgstr "Meer berichten" + +#: patterns/nav-dark.php +msgctxt "Pattern title" +msgid "Navigation - Dark" +msgstr "Navigatie - donker" + +#: patterns/nav-dark.php +msgctxt "Pattern description" +msgid "Dark-themed navigation header with dark background." +msgstr "Donker navigatiekoptekst met donkere achtergrond." + +#: patterns/nav-offcanvas.php +msgctxt "Pattern title" +msgid "Navigation - Offcanvas" +msgstr "Navigatie - offcanvas" + +#: patterns/nav-offcanvas.php +msgctxt "Pattern description" +msgid "" +"Header with offcanvas mobile navigation using Bootstrap offcanvas component." +msgstr "Koptekst met offcanvas mobiele navigatie met Bootstrap offcanvas-component." + +#: patterns/page-about.php +msgctxt "Pattern title" +msgid "About Page" +msgstr "Over ons-pagina" + +#: patterns/page-about.php +msgctxt "Pattern description" +msgid "A full about page layout with hero, story section, and team members." +msgstr "Een volledige over ons-paginalay-out met hero, verhaalgedeelte en teamleden." + +#: patterns/page-about.php:14 +msgid "About Us" +msgstr "Over ons" + +#: patterns/page-about.php:18 +msgid "" +"Learn more about who we are, what we do, and the people behind our mission." +msgstr "Meer informatie over wie we zijn, wat we doen en de mensen achter onze missie." +"Lees meer over wie we zijn, wat we doen en de mensen achter onze missie." + +#: patterns/page-about.php:26 +msgid "Our Story" +msgstr "Ons verhaal" + +#: patterns/page-about.php:30 +msgid "" +"Founded with a passion for innovation and excellence, our journey began with " +"a simple idea: to create meaningful solutions that make a real difference. " +"Over the years, we have grown from a small team into a dedicated group of " +"professionals committed to delivering outstanding results." +msgstr "Opgericht met een passie voor innovatie en uitmuntendheid begon onze reis met een eenvoudig idee: betekenisvolle oplossingen creëren die echt het verschil maken. In de loop der jaren zijn we gegroeid van een klein team tot een toegewijde groep professionals die zich inzet voor uitstekende resultaten." +"Opgericht met een passie voor innovatie en uitmuntendheid, begon onze reis " +"met een eenvoudig idee: het creëren van betekenisvolle oplossingen die echt " +"verschil maken. Door de jaren heen zijn we gegroeid van een klein team tot " +"een toegewijde groep professionals die zich inzetten voor het leveren van " +"uitstekende resultaten." + +#: patterns/page-about.php:34 +msgid "" +"Today, we continue to push boundaries and challenge conventions. Our " +"approach combines creative thinking with proven methodologies, ensuring that " +"every project we undertake meets the highest standards of quality and " +"craftsmanship." +msgstr "Vandaag de dag blijven we grenzen verleggen en conventies uitdagen. Onze aanpak combineert creatief denken met bewezen methodologieën, zodat elk project dat we uitvoeren voldoet aan de hoogste kwaliteits- en vakmanschapsnormen." +"Vandaag de dag blijven we grenzen verleggen en conventies uitdagen. Onze " +"aanpak combineert creatief denken met bewezen methodologieën, zodat elk " +"project dat we ondernemen voldoet aan de hoogste normen van kwaliteit en " +"vakmanschap." + +#: patterns/page-about.php:40 patterns/text-about.php:36 +msgid "About us image" +msgstr "Afbeelding over ons" + +#: patterns/page-about.php:48 +msgid "Our Team" +msgstr "Ons team" + +#: patterns/page-about.php:52 +msgid "Meet the people who make it all happen." +msgstr "Maak kennis met de mensen die het allemaal mogelijk maken." + +#: patterns/page-about.php:59 +msgid "Jane Doe" +msgstr "Jane Doe" + +#: patterns/page-about.php:63 +msgid "Founder & CEO" +msgstr "Oprichter & CEO" + +#: patterns/page-about.php:71 +msgid "John Smith" +msgstr "John Smith" + +#: patterns/page-about.php:75 +msgid "Lead Developer" +msgstr "Hoofdontwikkelaar" + +#: patterns/page-about.php:83 +msgid "Emily Johnson" +msgstr "Emily Johnson" + +#: patterns/page-about.php:87 +msgid "Creative Director" +msgstr "Creatief directeur" + +#: patterns/page-contact.php +msgctxt "Pattern title" +msgid "Contact Page" +msgstr "Contactpagina" + +#: patterns/page-contact.php +msgctxt "Pattern description" +msgid "" +"A full contact page layout with hero, contact details, business hours, and " +"spacer." +msgstr "Een volledige contactpaginalay-out met hero, contactgegevens, openingstijden en tussenruimte." + +#: patterns/page-contact.php:14 patterns/page-services.php:87 +#: patterns/pricing-3-col.php:130 +msgid "Contact Us" +msgstr "Neem contact op" + +#: patterns/page-contact.php:18 +msgid "We would love to hear from you. Reach out to us anytime." +msgstr "We horen graag van u. Neem op elk moment contact met ons op." + +#: patterns/page-contact.php:26 +msgid "Get in Touch" +msgstr "Neem contact op" + +#: patterns/page-contact.php:30 +msgid "123 Main Street, Suite 100, Anytown, ST 12345" +msgstr "Hoofdstraat 123, Suite 100, Voorbeeldstad, 12345" + +#: patterns/page-contact.php:38 +msgid "+1 (555) 123-4567" +msgstr "+1 (555) 123-4567" + +#: patterns/page-contact.php:44 +msgid "Business Hours" +msgstr "Openingstijden" + +#: patterns/page-contact.php:49 +msgid "Monday - Friday:" +msgstr "Maandag - vrijdag:" + +#: patterns/page-contact.php:49 +msgid "9:00 AM - 6:00 PM" +msgstr "9:00 - 18:00" + +#: patterns/page-contact.php:53 +msgid "Saturday:" +msgstr "Zaterdag:" + +#: patterns/page-contact.php:53 +msgid "10:00 AM - 4:00 PM" +msgstr "10:00 - 16:00" + +#: patterns/page-contact.php:57 +msgid "Sunday:" +msgstr "Zondag:" + +#: patterns/page-contact.php:57 +msgid "Closed" +msgstr "Gesloten" + +#: patterns/page-services.php +msgctxt "Pattern title" +msgid "Services Page" +msgstr "Dienstenpagina" + +#: patterns/page-services.php +msgctxt "Pattern description" +msgid "" +"A full services page layout with hero, service offerings, and call to action." +msgstr "Een volledige dienstenpaginalay-out met hero, dienstaanbod en oproep tot actie." + +#: patterns/page-services.php:14 +msgid "Our Services" +msgstr "Onze diensten" + +#: patterns/page-services.php:18 +msgid "Professional solutions tailored to your needs." +msgstr "Professionele oplossingen op maat van uw behoeften." + +#: patterns/page-services.php:24 +msgid "What We Offer" +msgstr "Wat we bieden" + +#: patterns/page-services.php:28 +msgid "" +"We provide a wide range of services to help your business grow and succeed." +msgstr "We bieden een breed scala aan diensten om uw bedrijf te laten groeien en succes te behalen." +"We bieden een breed scala aan diensten om uw bedrijf te helpen groeien en " +"slagen." + +#: patterns/page-services.php:34 +msgid "🎨" +msgstr "🎨" + +#: patterns/page-services.php:38 +msgid "Design" +msgstr "Ontwerp" + +#: patterns/page-services.php:42 +msgid "" +"Beautiful, user-centered designs that capture your brand identity and engage " +"your audience across all platforms and devices." +msgstr "Prachtige, gebruikersgerichte ontwerpen die uw merkidentiteit vastleggen en uw publiek betrekken op alle platforms en apparaten." +"Mooie, gebruikersgerichte ontwerpen die uw merkidentiteit vastleggen en uw " +"publiek betrekken op alle platforms en apparaten." + +#: patterns/page-services.php:48 +msgid "⚙️" +msgstr "⚙️" + +#: patterns/page-services.php:52 +msgid "Development" +msgstr "Ontwikkeling" + +#: patterns/page-services.php:56 +msgid "" +"Robust, scalable web applications built with modern technologies and best " +"practices to ensure performance and reliability." +msgstr "Robuuste, schaalbare webapplicaties gebouwd met moderne technologieën en best practices voor prestaties en betrouwbaarheid." +"Robuuste, schaalbare webapplicaties gebouwd met moderne technologieën en " +"best practices om prestaties en betrouwbaarheid te garanderen." + +#: patterns/page-services.php:62 +msgid "📈" +msgstr "📈" + +#: patterns/page-services.php:66 +msgid "Strategy" +msgstr "Strategie" + +#: patterns/page-services.php:70 +msgid "" +"Data-driven strategies and consulting to help you achieve your business " +"goals and stay ahead of the competition." +msgstr "Datagestuurde strategieën en advies om u te helpen uw bedrijfsdoelen te bereiken en de concurrentie voor te blijven." +"Datagedreven strategieën en advies om u te helpen uw bedrijfsdoelen te " +"bereiken en de concurrentie voor te blijven." + +#: patterns/page-services.php:82 +msgid "" +"Ready to take your project to the next level? Let us help you build " +"something great." +msgstr "Klaar om uw project naar een hoger niveau te tillen? Laat ons u helpen iets geweldigs te bouwen." +"Klaar om uw project naar een hoger niveau te tillen? Laat ons u helpen iets " +"geweldigs te bouwen." + +#: patterns/page-services.php:91 +msgid "View Portfolio" +msgstr "Portfolio bekijken" + +#: patterns/post-navigation.php +msgctxt "Pattern title" +msgid "Post navigation" +msgstr "Berichtnavigatie" + +#: patterns/post-navigation.php +msgctxt "Pattern description" +msgid "Previous and next post links." +msgstr "Vorige en volgende berichtlinks." + +#: patterns/pricing-3-col.php +msgctxt "Pattern title" +msgid "Pricing three columns" +msgstr "Prijzen drie kolommen" + +#: patterns/pricing-3-col.php +msgctxt "Pattern description" +msgid "" +"Three-column pricing cards with feature lists and call to action buttons." +msgstr "Prijskaarten met drie kolommen, functielijsten en oproep tot actie-knoppen." + +#: patterns/pricing-3-col.php:18 +msgid "Choose the plan that works best for you." +msgstr "Kies het abonnement dat het beste bij u past." + +#: patterns/pricing-3-col.php:25 +msgid "Basic" +msgstr "Basis" + +#: patterns/pricing-3-col.php:29 +msgid "Free" +msgstr "Gratis" + +#: patterns/pricing-3-col.php:38 +msgid "1 Website" +msgstr "1 Website" + +#: patterns/pricing-3-col.php:42 +msgid "Community Support" +msgstr "Community-ondersteuning" + +#: patterns/pricing-3-col.php:46 +msgid "Core Features" +msgstr "Kernfuncties" + +#: patterns/pricing-3-col.php:61 +msgid "Professional" +msgstr "Professioneel" + +#. translators: pricing amount +#: patterns/pricing-3-col.php:67 +msgid "$49" +msgstr "$ 49" + +#: patterns/pricing-3-col.php:77 +msgid "5 Websites" +msgstr "5 Websites" + +#: patterns/pricing-3-col.php:81 +msgid "Priority Support" +msgstr "Prioriteitsondersteuning" + +#: patterns/pricing-3-col.php:85 +msgid "All Features" +msgstr "Alle functies" + +#: patterns/pricing-3-col.php:100 +msgid "Enterprise" +msgstr "Enterprise" + +#. translators: pricing amount +#: patterns/pricing-3-col.php:106 +msgid "$199" +msgstr "$ 199" + +#: patterns/pricing-3-col.php:116 +msgid "Unlimited Websites" +msgstr "Onbeperkte websites" + +#: patterns/pricing-3-col.php:120 +msgid "Dedicated Support" +msgstr "Toegewijde ondersteuning" + +#: patterns/pricing-3-col.php:124 +msgid "Custom Development" +msgstr "Maatwerkontikkeling" + +#: patterns/template-query-loop.php +msgctxt "Pattern title" +msgid "Query loop" +msgstr "Queryloop" + +#: patterns/template-query-loop.php:39 +msgid "No posts were found." +msgstr "Er zijn geen berichten gevonden." + +#: patterns/testimonials-2-col.php +msgctxt "Pattern title" +msgid "Testimonials two columns" +msgstr "Getuigenissen twee kolommen" + +#: patterns/testimonials-2-col.php +msgctxt "Pattern description" +msgid "Two-column testimonials with quote blocks and citations." +msgstr "Getuigenissen in twee kolommen met citatblokken en bronvermeldingen." + +#: patterns/testimonials-2-col.php:14 +msgid "What our clients say" +msgstr "Wat onze klanten zeggen" + +#: patterns/testimonials-2-col.php:20 +msgid "" +"This theme completely transformed our website. The Bootstrap integration " +"makes it incredibly easy to create professional-looking pages without any " +"custom code." +msgstr "Dit thema heeft onze website volledig getransformeerd. De Bootstrap-integratie maakt het ongelooflijk eenvoudig om professioneel ogende pagina's te maken zonder aangepaste code." +"Dit thema heeft onze website volledig getransformeerd. De Bootstrap-" +"integratie maakt het ongelooflijk eenvoudig om professioneel ogende pagina's " +"te maken zonder aangepaste code." + +#: patterns/testimonials-2-col.php:20 +msgid "Jane Doe, Web Designer" +msgstr "Jane Doe, Webdesigner" + +#: patterns/testimonials-2-col.php:26 +msgid "" +"The dark mode support and style variations give us the flexibility we need. " +"Our clients love being able to switch between color schemes effortlessly." +msgstr "De ondersteuning voor donkere modus en stijlvariaties geven ons de flexibiliteit die we nodig hebben. Onze klanten houden van de mogelijkheid om moeiteloos te wisselen tussen kleurenschema's." +"De ondersteuning voor donkere modus en stijlvariaties geven ons de " +"flexibiliteit die we nodig hebben. Onze klanten vinden het geweldig om " +"moeiteloos tussen kleurenschema's te wisselen." + +#: patterns/testimonials-2-col.php:26 +msgid "John Smith, Developer" +msgstr "John Smith, Ontwikkelaar" + +#: patterns/testimonials-centered.php +msgctxt "Pattern title" +msgid "Testimonial centered" +msgstr "Getuigenis gecentreerd" + +#: patterns/testimonials-centered.php +msgctxt "Pattern description" +msgid "A single large centered testimonial with citation." +msgstr "Een enkele grote gecentreerde getuigenis met bronvermelding." + +#: patterns/testimonials-centered.php:14 +msgid "" +"The best WordPress theme we have ever used. Clean code, beautiful design, " +"and incredible flexibility." +msgstr "Het beste WordPress-thema dat we ooit hebben gebruikt. Schone code, mooi ontwerp en ongelooflijke flexibiliteit." +"Het beste WordPress-thema dat we ooit hebben gebruikt. Schone code, prachtig " +"ontwerp en ongelooflijke flexibiliteit." + +#: patterns/testimonials-centered.php:14 +msgid "Alex Johnson, Creative Director" +msgstr "Alex Johnson, Creatief directeur" + +#: patterns/text-about.php +msgctxt "Pattern title" +msgid "About section" +msgstr "Over ons-sectie" + +#: patterns/text-about.php +msgctxt "Pattern description" +msgid "A two-column about section with text content and an image." +msgstr "Een tweekolomsover ons-sectie met tekstinhoud en een afbeelding." + +#: patterns/text-about.php:16 +msgid "About us" +msgstr "Over ons" + +#: patterns/text-about.php:20 +msgid "" +"We are passionate about creating tools that empower people to build " +"beautiful websites. Our theme combines the reliability of Bootstrap with the " +"flexibility of WordPress." +msgstr "We zijn gepassioneerd door het maken van tools die mensen in staat stellen mooie websites te bouwen. Ons thema combineert de betrouwbaarheid van Bootstrap met de flexibiliteit van WordPress." +"Wij zijn gepassioneerd over het maken van tools die mensen in staat stellen " +"mooie websites te bouwen. Ons thema combineert de betrouwbaarheid van " +"Bootstrap met de flexibiliteit van WordPress." + +#: patterns/text-about.php:24 +msgid "" +"With years of experience in web development and design, we understand what " +"it takes to create a theme that is both powerful and easy to use." +msgstr "Met jarenlange ervaring in webontwikkeling en ontwerp begrijpen we wat er nodig is om een thema te maken dat zowel krachtig als gebruiksvriendelijk is." +"Met jarenlange ervaring in webontwikkeling en -ontwerp begrijpen we wat er " +"nodig is om een thema te maken dat zowel krachtig als gebruiksvriendelijk is." + +#: patterns/text-faq.php +msgctxt "Pattern title" +msgid "Frequently asked questions" +msgstr "Veelgestelde vragen" + +#: patterns/text-faq.php +msgctxt "Pattern description" +msgid "An FAQ section with question and answer pairs." +msgstr "Een FAQ-sectie met vraag- en antwoordparen." + +#: patterns/text-faq.php:14 +msgid "Frequently Asked Questions" +msgstr "Veelgestelde vragen" + +#: patterns/text-faq.php:20 +msgid "How do I install the theme?" +msgstr "Hoe installeer ik het thema?" + +#: patterns/text-faq.php:24 +msgid "" +"Download the ZIP file from the releases page, then upload it via WordPress " +"Admin > Appearance > Themes > Add New > Upload Theme." +msgstr "Download het ZIP-bestand van de releasepagina en upload het vervolgens via WordPress Beheer > Weergave > Thema's > Nieuwe toevoegen > Thema uploaden." +"Download het ZIP-bestand van de releasepagina en upload het via WordPress " +"Admin > Weergave > Thema's > Nieuwe toevoegen > Thema uploaden." + +#: patterns/text-faq.php:34 +msgid "Does it work with the Site Editor?" +msgstr "Werkt het met de Site-editor?" + +#: patterns/text-faq.php:38 +msgid "" +"Yes, this is a Full Site Editing block theme. You can customize templates, " +"headers, footers, and all block patterns using the WordPress Site Editor." +msgstr "Ja, dit is een Full Site Editing blokkthema. U kunt sjablonen, kopteksten, voetteksten en alle blokpatronen aanpassen met de WordPress Site-editor." +"Ja, dit is een blokthema met volledige sitebewerking. U kunt sjablonen, " +"kopteksten, voetteksten en alle blokpatronen aanpassen met de WordPress Site-" +"editor." + +#: patterns/text-faq.php:48 +msgid "Can I use my own fonts?" +msgstr "Kan ik mijn eigen lettertypen gebruiken?" + +#: patterns/text-faq.php:52 +msgid "" +"The theme comes with Inter, Lora, and system font stacks. You can add custom " +"fonts through the Site Editor or by modifying theme.json." +msgstr "Het thema wordt geleverd met Inter, Lora en systeemlettertypestacks. U kunt aangepaste lettertypen toevoegen via de Site-editor of door theme.json aan te passen." +"Het thema wordt geleverd met Inter, Lora en systeemlettertypen. U kunt " +"aangepaste lettertypen toevoegen via de Site-editor of door theme.json aan " +"te passen." + +#: patterns/text-faq.php:62 +msgid "Is dark mode supported?" +msgstr "Wordt de donkere modus ondersteund?" + +#: patterns/text-faq.php:66 +msgid "" +"Yes, the theme includes a dark mode toggle that uses Bootstrap 5.3 built-in " +"dark mode. It respects system preferences and remembers your choice." +msgstr "Ja, het thema bevat een schakelaar voor donkere modus die gebruik maakt van de ingebouwde donkere modus van Bootstrap 5.3. Het respecteert systeemvoorkeuren en onthoudt uw keuze." +"Ja, het thema bevat een schakelaar voor donkere modus die gebruikmaakt van " +"de ingebouwde donkere modus van Bootstrap 5.3. Het respecteert " +"systeemvoorkeuren en onthoudt uw keuze." + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Base" +msgstr "Basis" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Contrast" +msgstr "Contrast" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Primary" +msgstr "Primair" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Secondary" +msgstr "Secundair" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Success" +msgstr "Succes" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Danger" +msgstr "Gevaar" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Warning" +msgstr "Waarschuwing" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Info" +msgstr "Info" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Light" +msgstr "Licht" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Dark" +msgstr "Donker" + +#: theme.json +msgctxt "Space size name" +msgid "3xs" +msgstr "3xs" + +#: theme.json +msgctxt "Space size name" +msgid "2xs" +msgstr "2xs" + +#: theme.json +msgctxt "Space size name" +msgid "xs" +msgstr "xs" + +#: theme.json +msgctxt "Space size name" +msgid "s" +msgstr "s" + +#: theme.json +msgctxt "Space size name" +msgid "m" +msgstr "m" + +#: theme.json +msgctxt "Space size name" +msgid "l" +msgstr "l" + +#: theme.json +msgctxt "Space size name" +msgid "xl" +msgstr "xl" + +#: theme.json +msgctxt "Space size name" +msgid "2xl" +msgstr "2xl" + +#: theme.json +msgctxt "Font size name" +msgid "Small" +msgstr "Klein" + +#: theme.json +msgctxt "Font size name" +msgid "Medium" +msgstr "Gemiddeld" + +#: theme.json +msgctxt "Font size name" +msgid "Large" +msgstr "Groot" + +#: theme.json +msgctxt "Font size name" +msgid "Extra Large" +msgstr "Extra groot" + +#: theme.json +msgctxt "Font size name" +msgid "Huge" +msgstr "Enorm" + +#: theme.json +msgctxt "Font size name" +msgid "Display" +msgstr "Weergave" + +#: theme.json +msgctxt "Font family name" +msgid "System Sans Serif" +msgstr "Systeem schreefloos" + +#: theme.json +msgctxt "Font family name" +msgid "Inter" +msgstr "Inter" + +#: theme.json +msgctxt "Font family name" +msgid "Lora" +msgstr "Lora" + +#: theme.json +msgctxt "Font family name" +msgid "System Monospace" +msgstr "Systeem monospace" + +#: theme.json +msgctxt "Shadow name" +msgid "Small" +msgstr "Klein" + +#: theme.json +msgctxt "Shadow name" +msgid "Regular" +msgstr "Normaal" + +#: theme.json +msgctxt "Shadow name" +msgid "Large" +msgstr "Groot" + +#: theme.json +msgctxt "Aspect ratio name" +msgid "16:9" +msgstr "16:9" + +#: theme.json +msgctxt "Aspect ratio name" +msgid "4:3" +msgstr "4:3" + +#: theme.json +msgctxt "Aspect ratio name" +msgid "1:1" +msgstr "1:1" + +#: theme.json +msgctxt "Aspect ratio name" +msgid "3:4" +msgstr "3:4" + +#: theme.json +msgctxt "Custom template name" +msgid "Blog with Sidebar" +msgstr "Blog met zijbalk" + +#: theme.json +msgctxt "Custom template name" +msgid "Landing Page (No Header/Footer)" +msgstr "Landingspagina (geen koptekst/voettekst)" + +#: theme.json +msgctxt "Custom template name" +msgid "Full Width" +msgstr "Volledige breedte" + +#: theme.json +msgctxt "Custom template name" +msgid "Page with Hero" +msgstr "Pagina met hero" + +#: theme.json +msgctxt "Custom template name" +msgid "Page with Sidebar" +msgstr "Pagina met zijbalk" + +#: theme.json +msgctxt "Template part name" +msgid "Header" +msgstr "Koptekst" + +#: theme.json +msgctxt "Template part name" +msgid "Header - Centered" +msgstr "Koptekst - gecentreerd" + +#: theme.json +msgctxt "Template part name" +msgid "Header - Transparent" +msgstr "Koptekst - transparant" + +#: theme.json +msgctxt "Template part name" +msgid "Footer" +msgstr "Voettekst" + +#: theme.json +msgctxt "Template part name" +msgid "Footer - Minimal" +msgstr "Voettekst - minimaal" + +#: theme.json +msgctxt "Template part name" +msgid "Footer - Multi-Column" +msgstr "Voettekst - meerdere kolommen" + +#: theme.json +msgctxt "Template part name" +msgid "Sidebar" +msgstr "Zijbalk" + +#: styles/01-ocean.json +msgctxt "Style variation name" +msgid "Ocean" +msgstr "Oceaan" + +#: styles/02-forest.json +msgctxt "Style variation name" +msgid "Forest" +msgstr "Woud" + +#: styles/03-sunset.json +msgctxt "Style variation name" +msgid "Sunset" +msgstr "Zonsondergang" + +#: styles/04-midnight.json +msgctxt "Style variation name" +msgid "Midnight" +msgstr "Middernacht" + +#: styles/05-ember.json +msgctxt "Style variation name" +msgid "Ember" +msgstr "Gloeiende kool" + +#: styles/06-arctic.json +msgctxt "Style variation name" +msgid "Arctic" +msgstr "Arctisch" + +#: styles/07-amethyst.json +msgctxt "Style variation name" +msgid "Amethyst" +msgstr "Amethist" + +#: styles/08-rose.json +msgctxt "Style variation name" +msgid "Rose" +msgstr "Roos" + +#: styles/09-sand.json +msgctxt "Style variation name" +msgid "Sand" +msgstr "Zand" + +#: styles/10-lavender.json +msgctxt "Style variation name" +msgid "Lavender" +msgstr "Lavendel" + +#: styles/11-mint.json +msgctxt "Style variation name" +msgid "Mint" +msgstr "Munt" + +#: styles/12-slate.json +msgctxt "Style variation name" +msgid "Slate" +msgstr "Leisteen" + +#: styles/13-mocha.json +msgctxt "Style variation name" +msgid "Mocha" +msgstr "Mokka" + +#: styles/14-nebula.json +msgctxt "Style variation name" +msgid "Nebula" +msgstr "Nevel" + +#: styles/15-obsidian.json +msgctxt "Style variation name" +msgid "Obsidian" +msgstr "Obsidiaan" + +#~ msgid "Skip to main content" +#~ msgstr "Ga naar hoofdinhoud" + +#~ msgid "Primary navigation" +#~ msgstr "Hoofdnavigatie" + +#~ msgid "Footer navigation" +#~ msgstr "Voettekstnavigatie" + +#~ msgid "Blog sidebar" +#~ msgstr "Blogzijbalk" diff --git a/languages/wp-bootstrap-pl_PL.po b/languages/wp-bootstrap-pl_PL.po index 8c3d631..8965134 100644 --- a/languages/wp-bootstrap-pl_PL.po +++ b/languages/wp-bootstrap-pl_PL.po @@ -4,8 +4,8 @@ msgid "" msgstr "" "Project-Id-Version: WP Bootstrap 1.0.5\n" -"Report-Msgid-Bugs-To: https://src.bundespruefstelle.ch/magdev/wp-bootstrap/issues\n" -"POT-Creation-Date: 2026-02-11 00:00+0000\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/wp-bootstrap\n" +"POT-Creation-Date: 2026-02-20T09:45:19+00:00\n" "PO-Revision-Date: 2026-02-11 00:00+0000\n" "Last-Translator: Claude AI \n" "Language-Team: Polish\n" @@ -13,906 +13,1900 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" "X-Domain: wp-bootstrap\n" #. Theme Name of the theme -#: patterns/footer.php +#: style.css patterns/footer.php:31 msgid "WP Bootstrap" msgstr "WP Bootstrap" +#. Theme URI of the theme +#: style.css +msgid "https://src.bundespruefstelle.ch/magdev/wp-bootstrap" +msgstr "" + #. Description of the theme -msgid "A modern WordPress Block Theme built from scratch with Bootstrap 5. Features responsive design, dark mode support, and full compatibility with the WordPress Site Editor." -msgstr "Nowoczesny motyw blokowy WordPress zbudowany od podstaw z Bootstrap 5. Oferuje responsywny design, obsługę trybu ciemnego oraz pełną kompatybilność z Edytorem Witryny WordPress." - -#: patterns/footer.php -#: patterns/footer-columns.php -msgid "Powered by %s" -msgstr "Obsługiwane przez %s" - -#: patterns/footer.php -#: patterns/footer-columns.php -msgid "https://wordpress.org" -msgstr "https://pl.wordpress.org" - -#: patterns/hidden-404.php -msgid "Page not found" -msgstr "Strona nie została znaleziona" - -#: patterns/hidden-404.php -msgid "The page you are looking for does not exist, or it has been moved. Please try searching using the form below." -msgstr "Strona, której Państwo szukają, nie istnieje lub została przeniesiona. Prosimy skorzystać z poniższego formularza wyszukiwania." - -#: patterns/hidden-search.php -#: patterns/hidden-sidebar.php -msgid "Search" -msgstr "Szukaj" - -#: patterns/hidden-search.php -#: patterns/hidden-sidebar.php -msgid "Search..." -msgstr "Szukaj..." - -#: patterns/hidden-blog-heading.php -msgid "Blog" -msgstr "Blog" - -#: patterns/comments.php -msgid "Comments" -msgstr "Komentarze" - -#: patterns/post-navigation.php -msgid "Previous" -msgstr "Poprzedni" - -#: patterns/post-navigation.php -msgid "Next" -msgstr "Następny" - -#: patterns/more-posts.php -msgid "More posts" -msgstr "Więcej wpisów" - -#: patterns/template-query-loop.php -msgid "Read more" -msgstr "Czytaj więcej" - -#: patterns/template-query-loop.php -msgid "No posts were found." -msgstr "Nie znaleziono żadnych wpisów." - -#: patterns/hero-cover.php -msgid "Build something amazing" -msgstr "Zbuduj coś niesamowitego" - -#: patterns/hero-cover.php -msgid "Create modern, responsive websites with the power of Bootstrap 5 and the WordPress Site Editor." -msgstr "Twórz nowoczesne, responsywne strony internetowe z wykorzystaniem Bootstrap 5 i Edytora Witryny WordPress." - -#: patterns/hero-cover.php -#: patterns/hero-centered.php -#: patterns/pricing-3-col.php -#: patterns/page-services.php -msgid "Get Started" -msgstr "Rozpocznij" - -#: patterns/hero-split.php -msgid "Modern design meets powerful features" -msgstr "Nowoczesny design spotyka potężne funkcje" - -#: patterns/hero-split.php -msgid "A WordPress theme built from the ground up with Bootstrap 5 for a seamless editing and browsing experience." -msgstr "Motyw WordPress zbudowany od podstaw z Bootstrap 5, zapewniający płynne edytowanie i przeglądanie." - -#: patterns/hero-split.php -#: patterns/hero-centered.php -#: patterns/text-about.php -msgid "Learn More" -msgstr "Dowiedz się więcej" - -#: patterns/hero-split.php -msgid "View Demo" -msgstr "Zobacz demo" - -#: patterns/hero-split.php -msgid "Hero image" -msgstr "Obraz główny" - -#: patterns/hero-centered.php -msgid "Welcome to your new website" -msgstr "Witamy na Państwa nowej stronie internetowej" - -#: patterns/hero-centered.php -msgid "Start building beautiful, responsive pages with the full power of Bootstrap 5 and the WordPress block editor." -msgstr "Zacznij tworzyć piękne, responsywne strony z pełną mocą Bootstrap 5 i edytora bloków WordPress." - -#: patterns/features-3-col.php -#: functions.php -msgid "Features" -msgstr "Funkcje" - -#: patterns/features-3-col.php -msgid "Everything you need to build a modern website." -msgstr "Wszystko, czego potrzeba do zbudowania nowoczesnej strony internetowej." - -#: patterns/features-3-col.php -msgid "Responsive Design" -msgstr "Responsywny design" - -#: patterns/features-3-col.php -msgid "Your website looks great on every device, from mobile phones to large desktop screens." -msgstr "Państwa strona internetowa wygląda świetnie na każdym urządzeniu, od telefonów komórkowych po duże ekrany komputerów." - -#: patterns/features-3-col.php -msgid "Easy Customization" -msgstr "Łatwa personalizacja" - -#: patterns/features-3-col.php -msgid "Customize colors, fonts, and layouts using the WordPress Site Editor with no code required." -msgstr "Dostosuj kolory, czcionki i układy za pomocą Edytora Witryny WordPress bez konieczności pisania kodu." - -#: patterns/features-3-col.php -msgid "Performance First" -msgstr "Wydajność przede wszystkim" - -#: patterns/features-3-col.php -msgid "Built with speed in mind. Optimized assets and clean code for lightning-fast page loads." -msgstr "Zbudowany z myślą o szybkości. Zoptymalizowane zasoby i czysty kod zapewniają błyskawiczne ładowanie stron." - -#: patterns/features-icon-list.php -msgid "Why choose us" -msgstr "Dlaczego warto nas wybrać" - -#: patterns/features-icon-list.php -msgid "Bootstrap 5 Framework" -msgstr "Framework Bootstrap 5" - -#: patterns/features-icon-list.php -msgid "Built on the most popular CSS framework. Leverage a proven, well-documented design system." -msgstr "Zbudowany na najpopularniejszym frameworku CSS. Korzystaj ze sprawdzonego, dobrze udokumentowanego systemu projektowania." - -#: patterns/features-icon-list.php -msgid "Full Site Editing" -msgstr "Pełna edycja witryny" - -#: patterns/features-icon-list.php -msgid "Edit every part of your site visually. Headers, footers, templates, and content are all customizable." -msgstr "Edytuj każdą część swojej witryny wizualnie. Nagłówki, stopki, szablony i treści — wszystko można dostosować." - -#: patterns/features-icon-list.php -msgid "Dark Mode Support" -msgstr "Obsługa trybu ciemnego" - -#: patterns/features-icon-list.php -msgid "Built-in dark mode toggle that respects user preferences and persists across visits." -msgstr "Wbudowany przełącznik trybu ciemnego, który respektuje preferencje użytkownika i zachowuje ustawienia między wizytami." - -#: patterns/features-2-col-offset.php -msgid "Feature illustration" -msgstr "Ilustracja funkcji" - -#: patterns/features-2-col-offset.php -msgid "Designed for modern workflows" -msgstr "Zaprojektowany dla nowoczesnych przepływów pracy" - -#: patterns/features-2-col-offset.php -msgid "Streamline your development process with a theme that works the way you do." -msgstr "Usprawnij swój proces tworzenia z motywem, który działa tak, jak Państwo tego oczekują." - -#: patterns/features-2-col-offset.php -msgid "Block Patterns" -msgstr "Wzorce bloków" - -#: patterns/features-2-col-offset.php -msgid "Pre-built patterns for common page sections. Drop them in and customize to fit your needs." -msgstr "Gotowe wzorce dla typowych sekcji stron. Wystarczy je wstawić i dostosować do swoich potrzeb." - -#: patterns/features-2-col-offset.php -msgid "Style Variations" -msgstr "Warianty stylów" - -#: patterns/features-2-col-offset.php -msgid "Switch between color schemes with a single click. Choose from multiple professionally designed palettes." -msgstr "Przełączaj się między schematami kolorów jednym kliknięciem. Wybieraj spośród wielu profesjonalnie zaprojektowanych palet." - -#: patterns/cta-banner.php -msgid "Ready to get started?" -msgstr "Gotowi, aby rozpocząć?" - -#: patterns/cta-banner.php -msgid "Start building your website today with our powerful and flexible theme." -msgstr "Zacznij budować swoją stronę internetową już dziś z naszym potężnym i elastycznym motywem." - -#: patterns/cta-banner.php -msgid "Start Now" -msgstr "Rozpocznij teraz" - -#: patterns/cta-newsletter.php -msgid "Stay in the loop" -msgstr "Bądź na bieżąco" - -#: patterns/cta-newsletter.php -msgid "Subscribe to our newsletter for updates, tips, and exclusive content." -msgstr "Zasubskrybuj nasz newsletter, aby otrzymywać aktualizacje, porady i ekskluzywne treści." - -#: patterns/cta-newsletter.php -msgid "Enter your email address" -msgstr "Wprowadź swój adres e-mail" - -#: patterns/cta-newsletter.php -msgid "Subscribe" -msgstr "Subskrybuj" - -#: patterns/testimonials-2-col.php -msgid "What our clients say" -msgstr "Co mówią nasi klienci" - -#: patterns/testimonials-2-col.php -msgid "This theme completely transformed our website. The Bootstrap integration makes it incredibly easy to create professional-looking pages without any custom code." -msgstr "Ten motyw całkowicie odmienił naszą stronę internetową. Integracja z Bootstrap sprawia, że tworzenie profesjonalnie wyglądających stron jest niezwykle łatwe bez pisania kodu." - -#: patterns/testimonials-2-col.php -msgid "Jane Doe, Web Designer" -msgstr "Jane Doe, projektantka stron internetowych" - -#: patterns/testimonials-2-col.php -msgid "The dark mode support and style variations give us the flexibility we need. Our clients love being able to switch between color schemes effortlessly." -msgstr "Obsługa trybu ciemnego i warianty stylów dają nam elastyczność, której potrzebujemy. Nasi klienci uwielbiają możliwość łatwego przełączania się między schematami kolorów." - -#: patterns/testimonials-2-col.php -msgid "John Smith, Developer" -msgstr "John Smith, programista" - -#: patterns/testimonials-centered.php -msgid "The best WordPress theme we have ever used. Clean code, beautiful design, and incredible flexibility." -msgstr "Najlepszy motyw WordPress, jakiego kiedykolwiek używaliśmy. Czysty kod, piękny design i niesamowita elastyczność." - -#: patterns/testimonials-centered.php -msgid "Alex Johnson, Creative Director" -msgstr "Alex Johnson, dyrektor kreatywny" - -#: patterns/pricing-3-col.php -#: functions.php -msgid "Pricing" -msgstr "Cennik" - -#: patterns/pricing-3-col.php -msgid "Choose the plan that works best for you." -msgstr "Wybierz plan, który najlepiej odpowiada Państwa potrzebom." - -#: patterns/pricing-3-col.php -msgid "Basic" -msgstr "Podstawowy" - -#: patterns/pricing-3-col.php -msgid "Free" -msgstr "Bezpłatny" - -#: patterns/pricing-3-col.php -msgid "1 Website" -msgstr "1 strona internetowa" - -#: patterns/pricing-3-col.php -msgid "Community Support" -msgstr "Wsparcie społeczności" - -#: patterns/pricing-3-col.php -msgid "Core Features" -msgstr "Podstawowe funkcje" - -#: patterns/pricing-3-col.php -msgid "Professional" -msgstr "Profesjonalny" - -#: patterns/pricing-3-col.php -msgid "$49" -msgstr "49 $" - -#: patterns/pricing-3-col.php -msgid "5 Websites" -msgstr "5 stron internetowych" - -#: patterns/pricing-3-col.php -msgid "Priority Support" -msgstr "Wsparcie priorytetowe" - -#: patterns/pricing-3-col.php -msgid "All Features" -msgstr "Wszystkie funkcje" - -#: patterns/pricing-3-col.php -msgid "Enterprise" -msgstr "Enterprise" - -#: patterns/pricing-3-col.php -msgid "$199" -msgstr "199 $" - -#: patterns/pricing-3-col.php -msgid "Unlimited Websites" -msgstr "Nieograniczona liczba stron" - -#: patterns/pricing-3-col.php -msgid "Dedicated Support" -msgstr "Dedykowane wsparcie" - -#: patterns/pricing-3-col.php -msgid "Custom Development" -msgstr "Rozwój na zamówienie" - -#: patterns/pricing-3-col.php -#: patterns/page-services.php -#: patterns/page-contact.php -msgid "Contact Us" -msgstr "Skontaktuj się z nami" - -#: patterns/contact-info.php -msgid "Get in touch" -msgstr "Skontaktuj się z nami" - -#: patterns/contact-info.php -msgid "We would love to hear from you. Reach out through any of the channels below." -msgstr "Chętnie Państwa wysłuchamy. Prosimy o kontakt za pośrednictwem dowolnego z poniższych kanałów." - -#: patterns/contact-info.php -#: patterns/page-contact.php -msgid "Address" -msgstr "Adres" - -#: patterns/contact-info.php -msgid "123 Example Street" -msgstr "ul. Przykładowa 123" - -#: patterns/contact-info.php -msgid "8000 Zurich, Switzerland" -msgstr "8000 Zurych, Szwajcaria" - -#: patterns/contact-info.php -#: patterns/page-contact.php -msgid "Phone" -msgstr "Telefon" - -#: patterns/contact-info.php -msgid "+41 44 123 45 67" -msgstr "+41 44 123 45 67" - -#: patterns/contact-info.php -#: patterns/cta-newsletter.php -#: patterns/page-contact.php -msgid "Email" -msgstr "E-mail" - -#: patterns/contact-info.php -#: patterns/page-contact.php -msgid "info@example.com" -msgstr "info@example.com" - -#: patterns/text-faq.php -msgid "Frequently Asked Questions" -msgstr "Najczęściej zadawane pytania" - -#: patterns/text-faq.php -msgid "How do I install the theme?" -msgstr "Jak zainstalować motyw?" - -#: patterns/text-faq.php -msgid "Download the ZIP file from the releases page, then upload it via WordPress Admin > Appearance > Themes > Add New > Upload Theme." -msgstr "Pobierz plik ZIP ze strony wydań, a następnie prześlij go przez WordPress Admin > Wygląd > Motywy > Dodaj nowy > Prześlij motyw." - -#: patterns/text-faq.php -msgid "Does it work with the Site Editor?" -msgstr "Czy działa z Edytorem Witryny?" - -#: patterns/text-faq.php -msgid "Yes, this is a Full Site Editing block theme. You can customize templates, headers, footers, and all block patterns using the WordPress Site Editor." -msgstr "Tak, jest to motyw blokowy z pełną edycją witryny. Można dostosowywać szablony, nagłówki, stopki i wszystkie wzorce bloków za pomocą Edytora Witryny WordPress." - -#: patterns/text-faq.php -msgid "Can I use my own fonts?" -msgstr "Czy mogę używać własnych czcionek?" - -#: patterns/text-faq.php -msgid "The theme comes with Inter, Lora, and system font stacks. You can add custom fonts through the Site Editor or by modifying theme.json." -msgstr "Motyw zawiera czcionki Inter, Lora oraz systemowe zestawy czcionek. Można dodać własne czcionki za pomocą Edytora Witryny lub modyfikując plik theme.json." - -#: patterns/text-faq.php -msgid "Is dark mode supported?" -msgstr "Czy tryb ciemny jest obsługiwany?" - -#: patterns/text-faq.php -msgid "Yes, the theme includes a dark mode toggle that uses Bootstrap 5.3 built-in dark mode. It respects system preferences and remembers your choice." -msgstr "Tak, motyw zawiera przełącznik trybu ciemnego wykorzystujący wbudowany tryb ciemny Bootstrap 5.3. Respektuje preferencje systemowe i zapamiętuje Państwa wybór." - -#: patterns/text-about.php -msgid "About us" -msgstr "O nas" - -#: patterns/text-about.php -msgid "We are passionate about creating tools that empower people to build beautiful websites. Our theme combines the reliability of Bootstrap with the flexibility of WordPress." -msgstr "Z pasją tworzymy narzędzia, które umożliwiają ludziom budowanie pięknych stron internetowych. Nasz motyw łączy niezawodność Bootstrap z elastycznością WordPress." - -#: patterns/text-about.php -msgid "With years of experience in web development and design, we understand what it takes to create a theme that is both powerful and easy to use." -msgstr "Dzięki wieloletniemu doświadczeniu w tworzeniu stron internetowych i projektowaniu, rozumiemy, co jest potrzebne do stworzenia motywu, który jest zarówno potężny, jak i łatwy w użyciu." - -#: patterns/text-about.php -#: patterns/page-about.php -msgid "About us image" -msgstr "Zdjęcie o nas" - -#: patterns/hidden-sidebar.php -msgid "Recent Posts" -msgstr "Ostatnie wpisy" - -#: patterns/hidden-sidebar.php -msgid "Tags" -msgstr "Tagi" - -#: patterns/dark-mode-toggle.php -msgid "Switch to dark mode" -msgstr "Przełącz na tryb ciemny" - -#: patterns/dark-mode-toggle.php -msgid "Switch to light mode" -msgstr "Przełącz na tryb jasny" - -#: functions.php +#: style.css +msgid "" +"A modern WordPress Block Theme built from scratch with Bootstrap 5. Features " +"responsive design, dark mode support, and full compatibility with the " +"WordPress Site Editor." +msgstr "Nowoczesny motyw blokowy WordPress zbudowany od podstaw z Bootstrap 5. Posiada responsywny design, obsługę trybu ciemnego i pełną kompatybilność z Edytorem Witryny WordPress." +"Nowoczesny motyw blokowy WordPress zbudowany od podstaw z Bootstrap 5. " +"Oferuje responsywny design, obsługę trybu ciemnego oraz pełną kompatybilność " +"z Edytorem Witryny WordPress." + +#. Author of the theme +#: style.css +msgid "Marco Graetsch" +msgstr "" + +#. Author URI of the theme +#: style.css +msgid "https://src.bundespruefstelle.ch/magdev" +msgstr "" + +#: functions.php:43 msgid "Primary Navigation" msgstr "Nawigacja główna" -#: functions.php +#: functions.php:44 msgid "Footer Navigation" msgstr "Nawigacja stopki" -#: functions.php -msgid "Pages" -msgstr "Strony" +#: functions.php:58 +msgid "Sidebar" +msgstr "Panel boczny" -#: functions.php -msgid "A collection of full page layouts." -msgstr "Zbiór pełnych układów stron." +#: functions.php:60 +msgid "Add widgets here to appear in the sidebar." +msgstr "Dodaj tutaj widżety, aby pojawiły się w panelu bocznym." -#: functions.php -msgid "Hero Sections" -msgstr "Sekcje główne" - -#: functions.php -msgid "Large hero and banner sections." -msgstr "Duże sekcje główne i bannerowe." - -#: functions.php -msgid "Call to Action" -msgstr "Wezwanie do działania" - -#: functions.php -msgid "Call to action sections." -msgstr "Sekcje wezwania do działania." - -#: functions.php -msgid "Feature and service showcase sections." -msgstr "Sekcje prezentacji funkcji i usług." - -#: functions.php -msgid "Testimonials" -msgstr "Referencje" - -#: functions.php -msgid "Testimonial and review sections." -msgstr "Sekcje referencji i recenzji." - -#: functions.php -msgid "Pricing table sections." -msgstr "Sekcje tabel cenowych." - -#: functions.php -msgid "Contact" -msgstr "Kontakt" - -#: functions.php -msgid "Contact information sections." -msgstr "Sekcje informacji kontaktowych." - -#: functions.php -msgid "Text & Content" -msgstr "Tekst i treść" - -#: functions.php -msgid "Text-focused content sections." -msgstr "Sekcje treści tekstowych." - -#: functions.php -msgid "Checkmark" -msgstr "Znacznik wyboru" - -#: functions.php -msgid "Unstyled" -msgstr "Bez stylów" - -#: functions.php -msgid "Card" -msgstr "Karta" - -#: functions.php -msgid "Card with Shadow" -msgstr "Karta z cieniem" - -#: functions.php -msgid "Alert - Info" -msgstr "Alert - Informacja" - -#: functions.php -msgid "Alert - Success" -msgstr "Alert - Sukces" - -#: functions.php -msgid "Alert - Warning" -msgstr "Alert - Ostrzeżenie" - -#: functions.php -msgid "Alert - Danger" -msgstr "Alert - Niebezpieczeństwo" - -#: functions.php -msgid "Striped Rows" -msgstr "Wiersze w paski" - -#: functions.php -msgid "Hover Rows" -msgstr "Wiersze z podświetleniem" - -#: functions.php -msgid "Bordered" -msgstr "Z obramowaniem" - -#: functions.php -msgid "Accent Border" -msgstr "Obramowanie akcentowe" - -#: functions.php -msgid "Shadow" -msgstr "Cień" - -#: functions.php -msgid "Large Rounded" -msgstr "Duże zaokrąglenie" - -#: functions.php -msgid "Large" -msgstr "Duży" - -#: functions.php -msgid "Small" -msgstr "Mały" - -#: functions.php -msgid "Wide" -msgstr "Szeroki" - -#: functions.php -msgid "Name" -msgstr "Imię" - -#: functions.php -msgid "Website" -msgstr "Strona internetowa" - -#: functions.php -msgid "Save my name, email, and website in this browser for the next time I comment." -msgstr "Zapisz moje imię, adres e-mail i stronę internetową w tej przeglądarce na potrzeby przyszłych komentarzy." - -#: functions.php +#: functions.php:494 msgid "Bootstrap Layout" msgstr "Układ Bootstrap" -#: functions.php +#: functions.php:499 msgid "Bootstrap Components" msgstr "Komponenty Bootstrap" -#: functions.php +#: functions.php:504 msgid "Bootstrap Navigation" msgstr "Nawigacja Bootstrap" -#: functions.php +#: functions.php:522 +msgid "Pages" +msgstr "Strony" + +#: functions.php:523 +msgid "A collection of full page layouts." +msgstr "Zbiór pełnych układów stron." + +#: functions.php:530 +msgid "Hero Sections" +msgstr "Sekcje główne" + +#: functions.php:531 +msgid "Large hero and banner sections." +msgstr "Duże sekcje główne i bannerowe." + +#: functions.php:538 +msgid "Call to Action" +msgstr "Wezwanie do działania" + +#: functions.php:539 +msgid "Call to action sections." +msgstr "Sekcje wezwania do działania." + +#: functions.php:546 patterns/features-3-col.php:14 +msgid "Features" +msgstr "Funkcje" + +#: functions.php:547 +msgid "Feature and service showcase sections." +msgstr "Sekcje prezentacji funkcji i usług." + +#: functions.php:554 +msgid "Testimonials" +msgstr "Referencje" + +#: functions.php:555 +msgid "Testimonial and review sections." +msgstr "Sekcje referencji i recenzji." + +#: functions.php:562 patterns/pricing-3-col.php:14 +msgid "Pricing" +msgstr "Cennik" + +#: functions.php:563 +msgid "Pricing table sections." +msgstr "Sekcje tabel cenowych." + +#: functions.php:570 +msgid "Contact" +msgstr "Kontakt" + +#: functions.php:571 +msgid "Contact information sections." +msgstr "Sekcje informacji kontaktowych." + +#: functions.php:578 +msgid "Text & Content" +msgstr "Tekst i treść" + +#: functions.php:579 +msgid "Text-focused content sections." +msgstr "Sekcje treści tekstowych." + +#: functions.php:586 msgid "Layout" msgstr "Układ" -#: functions.php +#: functions.php:587 msgid "Layout building blocks for page structure." msgstr "Elementy konstrukcyjne układu strony." -#: functions.php +#: functions.php:594 msgid "Components" msgstr "Komponenty" -#: functions.php +#: functions.php:595 msgid "Reusable Bootstrap component patterns." msgstr "Wzorce komponentów Bootstrap do wielokrotnego użytku." -#: functions.php -#: patterns/footer-columns.php +#: functions.php:602 patterns/footer-columns.php:30 msgid "Navigation" msgstr "Nawigacja" -#: functions.php +#: functions.php:603 msgid "Navigation and header patterns." msgstr "Wzorce nawigacji i nagłówków." -#: patterns/layout-container.php -msgid "Heading goes here" -msgstr "Nagłówek umieść tutaj" +#: functions.php:620 +msgid "Checkmark" +msgstr "Znacznik wyboru" -#: patterns/layout-container.php -msgid "This is a content container with constrained width and comfortable padding. Replace this text with your own content." -msgstr "To jest kontener treści o ograniczonej szerokości i wygodnym wypełnieniu. Zastąp ten tekst własną treścią." +#: functions.php:629 +msgid "Unstyled" +msgstr "Bez stylów" -#: patterns/layout-2-col.php -#: patterns/layout-3-col.php -msgid "Column One" -msgstr "Kolumna pierwsza" +#: functions.php:637 +msgid "Card" +msgstr "Karta" -#: patterns/layout-2-col.php -msgid "Add your content here. This column takes up half the available width on larger screens and stacks on mobile devices." -msgstr "Dodaj swoją treść tutaj. Ta kolumna zajmuje połowę dostępnej szerokości na większych ekranach i układa się pionowo na urządzeniach mobilnych." +#: functions.php:645 +msgid "Card with Shadow" +msgstr "Karta z cieniem" -#: patterns/layout-2-col.php -#: patterns/layout-3-col.php -msgid "Column Two" -msgstr "Kolumna druga" +#: functions.php:653 +msgid "Alert - Info" +msgstr "Alert - Informacja" -#: patterns/layout-3-col.php -msgid "Column Three" -msgstr "Kolumna trzecia" +#: functions.php:661 +msgid "Alert - Success" +msgstr "Alert - Sukces" -#: patterns/layout-3-col.php -msgid "Add your content here. This column takes up one third of the available width on larger screens." -msgstr "Dodaj swoją treść tutaj. Ta kolumna zajmuje jedną trzecią dostępnej szerokości na większych ekranach." +#: functions.php:669 +msgid "Alert - Warning" +msgstr "Alert - Ostrzeżenie" -#: patterns/layout-full-width-section.php -msgid "Full Width Section Heading" -msgstr "Nagłówek sekcji o pełnej szerokości" +#: functions.php:677 +msgid "Alert - Danger" +msgstr "Alert - Niebezpieczeństwo" -#: patterns/layout-full-width-section.php -msgid "This full-width section stands out with a colored background. Use it to highlight important content, announcements, or calls to action." -msgstr "Ta sekcja o pełnej szerokości wyróżnia się kolorowym tłem. Użyj jej, aby podkreślić ważne treści, ogłoszenia lub wezwania do działania." +#: functions.php:685 +msgid "Striped Rows" +msgstr "Wiersze w paski" -#: patterns/component-card-group.php -msgid "Card One" -msgstr "Karta pierwsza" +#: functions.php:693 +msgid "Hover Rows" +msgstr "Wiersze z podświetleniem" -#: patterns/component-card-group.php -msgid "Card Two" -msgstr "Karta druga" +#: functions.php:701 +msgid "Bordered" +msgstr "Z obramowaniem" -#: patterns/component-card-group.php -msgid "Card Three" -msgstr "Karta trzecia" +#: functions.php:709 +msgid "Accent Border" +msgstr "Obramowanie akcentowe" -#: patterns/component-card-group.php -msgid "Add a short description for this card. Cards are a great way to organize and present related content." -msgstr "Dodaj krótki opis do tej karty. Karty to świetny sposób na organizowanie i prezentowanie powiązanych treści." +#: functions.php:717 +msgid "Shadow" +msgstr "Cień" + +#: functions.php:725 +msgid "Large Rounded" +msgstr "Duże zaokrąglenie" + +#: functions.php:733 +msgid "Large" +msgstr "Duży" + +#: functions.php:741 +msgid "Small" +msgstr "Mały" + +#: functions.php:749 +msgid "Wide" +msgstr "Szeroki" + +#: functions.php:801 +msgid "Name" +msgstr "Imię" + +#: functions.php:806 patterns/contact-info.php:44 +#: patterns/cta-newsletter.php:21 patterns/page-contact.php:34 +msgid "Email" +msgstr "E-mail" + +#: functions.php:811 +msgid "Website" +msgstr "Strona internetowa" + +#: functions.php:819 +msgid "" +"Save my name, email, and website in this browser for the next time I comment." +msgstr "Zapisz moje imię i nazwisko, adres e-mail i stronę internetową w tej przeglądarce na następny raz, gdy będę komentować." +"Zapisz moje imię, adres e-mail i stronę internetową w tej przeglądarce na " +"potrzeby przyszłych komentarzy." + +#: inc/Template/ContextBuilder.php:199 patterns/template-query-loop.php:25 +msgid "Read more" +msgstr "Czytaj więcej" + +#: inc/Template/ContextBuilder.php:237 patterns/post-navigation.php:17 +msgid "Previous" +msgstr "Poprzedni" + +#: inc/Template/ContextBuilder.php:238 patterns/post-navigation.php:18 +msgid "Next" +msgstr "Następny" + +#: inc/Template/ContextBuilder.php:274 +#, php-format +msgid "%s Comment" +msgid_plural "%s Comments" +msgstr[0] "%s komentarz" +msgstr[1] "%s komentarze" +msgstr[2] "%s komentarzy" + +#: inc/Template/ContextBuilder.php:329 +msgid "Leave a Comment" +msgstr "Zostaw komentarz" + +#: inc/Template/ContextBuilder.php:335 +msgid "Comment" +msgstr "Komentarz" + +#: patterns/comments.php +msgctxt "Pattern title" +msgid "Comments" +msgstr "Komentarze" + +#: patterns/comments.php +msgctxt "Pattern description" +msgid "Comments section with form." +msgstr "Sekcja komentarzy z formularzem." + +#: patterns/comments.php:15 +msgid "Comments" +msgstr "Komentarze" #: patterns/component-accordion.php +msgctxt "Pattern title" msgid "Accordion" msgstr "Akordeon" #: patterns/component-accordion.php +msgctxt "Pattern description" +msgid "" +"An accordion section using details blocks with summary and content " +"paragraphs." +msgstr "Sekcja akordeonu wykorzystująca bloki szczegółów z podsumowaniem i akapitami treści." +"Sekcja akordeonu z blokami szczegółów zawierającymi podsumowanie i akapity " +"treści." + +#: patterns/component-accordion.php:14 +msgid "Accordion" +msgstr "Akordeon" + +#: patterns/component-accordion.php:18 msgid "Click on each item to expand and reveal its content." msgstr "Kliknij na każdy element, aby go rozwinąć i wyświetlić jego treść." -#: patterns/component-accordion.php +#: patterns/component-accordion.php:22 msgid "Accordion Item One" msgstr "Element akordeonu pierwszy" -#: patterns/component-accordion.php -msgid "This is the content for the first accordion item. You can add any blocks inside this details element to create rich, expandable content sections." -msgstr "To jest treść pierwszego elementu akordeonu. Można dodać dowolne bloki wewnątrz tego elementu szczegółów, aby tworzyć bogate, rozwijalne sekcje treści." +#: patterns/component-accordion.php:23 +msgid "" +"This is the content for the first accordion item. You can add any blocks " +"inside this details element to create rich, expandable content sections." +msgstr "To jest treść pierwszego elementu akordeonu. Możesz dodać dowolne bloki wewnątrz tego elementu szczegółów, aby tworzyć rozbudowane, rozwijane sekcje treści." +"To jest treść pierwszego elementu akordeonu. Można dodać dowolne bloki " +"wewnątrz tego elementu szczegółów, aby tworzyć bogate, rozwijalne sekcje " +"treści." -#: patterns/component-accordion.php +#: patterns/component-accordion.php:28 msgid "Accordion Item Two" msgstr "Element akordeonu drugi" -#: patterns/component-accordion.php -msgid "This is the content for the second accordion item. Details blocks are a native HTML element that provide toggle functionality without JavaScript." -msgstr "To jest treść drugiego elementu akordeonu. Bloki szczegółów to natywny element HTML, który zapewnia funkcjonalność przełączania bez JavaScript." +#: patterns/component-accordion.php:29 +msgid "" +"This is the content for the second accordion item. Details blocks are a " +"native HTML element that provide toggle functionality without JavaScript." +msgstr "To jest treść drugiego elementu akordeonu. Bloki szczegółów to natywny element HTML zapewniający funkcję przełączania bez użycia JavaScript." +"To jest treść drugiego elementu akordeonu. Bloki szczegółów to natywny " +"element HTML, który zapewnia funkcjonalność przełączania bez JavaScript." -#: patterns/component-accordion.php +#: patterns/component-accordion.php:34 msgid "Accordion Item Three" msgstr "Element akordeonu trzeci" -#: patterns/component-accordion.php -msgid "This is the content for the third accordion item. Use accordions to organize frequently asked questions, feature lists, or any content that benefits from progressive disclosure." -msgstr "To jest treść trzeciego elementu akordeonu. Używaj akordeonów do organizowania najczęściej zadawanych pytań, list funkcji lub dowolnych treści, które korzystają z progresywnego ujawniania." +#: patterns/component-accordion.php:35 +msgid "" +"This is the content for the third accordion item. Use accordions to organize " +"frequently asked questions, feature lists, or any content that benefits from " +"progressive disclosure." +msgstr "To jest treść trzeciego elementu akordeonu. Używaj akordeonów do organizowania często zadawanych pytań, list funkcji lub dowolnych treści korzystających z stopniowego ujawniania." +"To jest treść trzeciego elementu akordeonu. Używaj akordeonów do " +"organizowania najczęściej zadawanych pytań, list funkcji lub dowolnych " +"treści, które korzystają z progresywnego ujawniania." -#: patterns/page-about.php -msgid "About Us" -msgstr "O nas" +#: patterns/component-card-group.php +msgctxt "Pattern title" +msgid "Card Group" +msgstr "Grupa kart" -#: patterns/page-about.php -msgid "Learn more about who we are, what we do, and the people behind our mission." -msgstr "Dowiedz się więcej o tym, kim jesteśmy, czym się zajmujemy i o ludziach stojących za naszą misją." +#: patterns/component-card-group.php +msgctxt "Pattern description" +msgid "" +"A three-column card group with shadow-styled cards, each containing a " +"heading and paragraph." +msgstr "Trójtkolumnowa grupa kart z kartami w stylu cienia, z których każda zawiera nagłówek i akapit." +"Trzykolumnowa grupa kart z kartami z cieniem, z których każda zawiera " +"nagłówek i akapit." -#: patterns/page-about.php -msgid "Our Story" -msgstr "Nasza historia" +#: patterns/component-card-group.php:17 +msgid "Card One" +msgstr "Karta pierwsza" -#: patterns/page-about.php -msgid "Founded with a passion for innovation and excellence, our journey began with a simple idea: to create meaningful solutions that make a real difference. Over the years, we have grown from a small team into a dedicated group of professionals committed to delivering outstanding results." -msgstr "Założeni z pasją do innowacji i doskonałości, nasza podróż rozpoczęła się od prostego pomysłu: tworzyć znaczące rozwiązania, które naprawdę robią różnicę. Przez lata rozwinęliśmy się z małego zespołu w oddaną grupę profesjonalistów zobowiązanych do dostarczania wybitnych rezultatów." +#: patterns/component-card-group.php:21 patterns/component-card-group.php:33 +#: patterns/component-card-group.php:45 +msgid "" +"Add a short description for this card. Cards are a great way to organize and " +"present related content." +msgstr "Dodaj krótki opis dla tej karty. Karty to świetny sposób na organizowanie i prezentowanie powiązanych treści." +"Dodaj krótki opis do tej karty. Karty to świetny sposób na organizowanie i " +"prezentowanie powiązanych treści." -#: patterns/page-about.php -msgid "Today, we continue to push boundaries and challenge conventions. Our approach combines creative thinking with proven methodologies, ensuring that every project we undertake meets the highest standards of quality and craftsmanship." -msgstr "Dziś nadal przesuwamy granice i kwestionujemy konwencje. Nasze podejście łączy kreatywne myślenie ze sprawdzonymi metodologiami, zapewniając, że każdy projekt, który realizujemy, spełnia najwyższe standardy jakości i kunsztu." +#: patterns/component-card-group.php:29 +msgid "Card Two" +msgstr "Karta druga" -#: patterns/page-about.php -msgid "Our Team" -msgstr "Nasz zespół" +#: patterns/component-card-group.php:41 +msgid "Card Three" +msgstr "Karta trzecia" -#: patterns/page-about.php -msgid "Meet the people who make it all happen." -msgstr "Poznaj ludzi, którzy to wszystko umożliwiają." +#: patterns/contact-info.php +msgctxt "Pattern title" +msgid "Contact information" +msgstr "Dane kontaktowe" -#: patterns/page-about.php -msgid "Jane Doe" -msgstr "Jane Doe" +#: patterns/contact-info.php +msgctxt "Pattern description" +msgid "" +"A three-column contact information layout with address, phone, and email." +msgstr "Trzytkolumnowy układ informacji kontaktowych z adresem, telefonem i e-mailem." +"Trzykolumnowy układ danych kontaktowych z adresem, telefonem i adresem " +"e-mail." -#: patterns/page-about.php -msgid "Founder & CEO" -msgstr "Założycielka i CEO" - -#: patterns/page-about.php -msgid "John Smith" -msgstr "John Smith" - -#: patterns/page-about.php -msgid "Lead Developer" -msgstr "Główny programista" - -#: patterns/page-about.php -msgid "Emily Johnson" -msgstr "Emily Johnson" - -#: patterns/page-about.php -msgid "Creative Director" -msgstr "Dyrektor kreatywna" - -#: patterns/page-services.php -msgid "Our Services" -msgstr "Nasze usługi" - -#: patterns/page-services.php -msgid "Professional solutions tailored to your needs." -msgstr "Profesjonalne rozwiązania dostosowane do Państwa potrzeb." - -#: patterns/page-services.php -msgid "What We Offer" -msgstr "Co oferujemy" - -#: patterns/page-services.php -msgid "We provide a wide range of services to help your business grow and succeed." -msgstr "Oferujemy szeroki zakres usług, które pomogą Państwa firmie rozwijać się i osiągać sukcesy." - -#: patterns/page-services.php -msgid "Design" -msgstr "Projektowanie" - -#: patterns/page-services.php -msgid "Beautiful, user-centered designs that capture your brand identity and engage your audience across all platforms and devices." -msgstr "Piękne, zorientowane na użytkownika projekty, które oddają tożsamość Państwa marki i angażują odbiorców na wszystkich platformach i urządzeniach." - -#: patterns/page-services.php -msgid "Development" -msgstr "Rozwój" - -#: patterns/page-services.php -msgid "Robust, scalable web applications built with modern technologies and best practices to ensure performance and reliability." -msgstr "Solidne, skalowalne aplikacje internetowe zbudowane z wykorzystaniem nowoczesnych technologii i najlepszych praktyk w celu zapewnienia wydajności i niezawodności." - -#: patterns/page-services.php -msgid "Strategy" -msgstr "Strategia" - -#: patterns/page-services.php -msgid "Data-driven strategies and consulting to help you achieve your business goals and stay ahead of the competition." -msgstr "Strategie oparte na danych oraz doradztwo, które pomogą Państwu osiągnąć cele biznesowe i wyprzedzić konkurencję." - -#: patterns/page-services.php -msgid "Ready to take your project to the next level? Let us help you build something great." -msgstr "Gotowi, aby przenieść swój projekt na wyższy poziom? Pozwólcie nam pomóc Państwu zbudować coś wspaniałego." - -#: patterns/page-services.php -msgid "View Portfolio" -msgstr "Zobacz portfolio" - -#: patterns/page-contact.php -msgid "We would love to hear from you. Reach out to us anytime." -msgstr "Chętnie Państwa wysłuchamy. Prosimy o kontakt w dowolnym momencie." - -#: patterns/page-contact.php -msgid "Get in Touch" +#: patterns/contact-info.php:14 +msgid "Get in touch" msgstr "Skontaktuj się z nami" -#: patterns/page-contact.php -msgid "123 Main Street, Suite 100, Anytown, ST 12345" -msgstr "ul. Główna 123, lokal 100, Przykładowo, 12-345" +#: patterns/contact-info.php:18 +msgid "" +"We would love to hear from you. Reach out through any of the channels below." +msgstr "Chętnie się z Tobą skontaktujemy. Skontaktuj się przez jeden z poniższych kanałów." +"Chętnie Państwa wysłuchamy. Prosimy o kontakt za pośrednictwem dowolnego z " +"poniższych kanałów." -#: patterns/page-contact.php -msgid "+1 (555) 123-4567" -msgstr "+1 (555) 123-4567" +#: patterns/contact-info.php:24 patterns/page-contact.php:30 +msgid "Address" +msgstr "Adres" -#: patterns/page-contact.php -msgid "Business Hours" -msgstr "Godziny otwarcia" +#: patterns/contact-info.php:28 +msgid "123 Example Street" +msgstr "ul. Przykładowa 123" -#: patterns/page-contact.php -msgid "Monday - Friday:" -msgstr "Poniedziałek - piątek:" +#: patterns/contact-info.php:28 +msgid "8000 Zurich, Switzerland" +msgstr "8000 Zurych, Szwajcaria" -#: patterns/page-contact.php -msgid "9:00 AM - 6:00 PM" -msgstr "9:00 - 18:00" +#: patterns/contact-info.php:34 patterns/page-contact.php:38 +msgid "Phone" +msgstr "Telefon" -#: patterns/page-contact.php -msgid "Saturday:" -msgstr "Sobota:" +#: patterns/contact-info.php:38 +msgid "+41 44 123 45 67" +msgstr "+41 44 123 45 67" -#: patterns/page-contact.php -msgid "10:00 AM - 4:00 PM" -msgstr "10:00 - 16:00" +#: patterns/contact-info.php:48 patterns/page-contact.php:34 +msgid "info@example.com" +msgstr "info@example.com" -#: patterns/page-contact.php -msgid "Sunday:" -msgstr "Niedziela:" +#: patterns/cta-banner.php +msgctxt "Pattern title" +msgid "Call to action banner" +msgstr "Baner wezwania do działania" -#: patterns/page-contact.php -msgid "Closed" -msgstr "Zamknięte" +#: patterns/cta-banner.php +msgctxt "Pattern description" +msgid "" +"A full-width call to action banner with a colored background, heading, " +"description, and button." +msgstr "Baner z wezwaniem do działania na pełną szerokość z kolorowym tłem, nagłówkiem, opisem i przyciskiem." +"Pełnoszerokościowy baner wezwania do działania z kolorowym tłem, nagłówkiem, " +"opisem i przyciskiem." -#. translators: Copyright notice. %1$s: Year, %2$s: Site title. -#: patterns/footer-minimal.php -msgid "© %1$s %2$s. All rights reserved." -msgstr "© %1$s %2$s. Wszelkie prawa zastrzeżone." +#: patterns/cta-banner.php:14 +msgid "Ready to get started?" +msgstr "Gotowi, aby rozpocząć?" + +#: patterns/cta-banner.php:18 +msgid "Start building your website today with our powerful and flexible theme." +msgstr "Zacznij budować swoją witrynę już dziś z naszym potężnym i elastycznym motywem." +"Zacznij budować swoją stronę internetową już dziś z naszym potężnym i " +"elastycznym motywem." + +#: patterns/cta-banner.php:23 +msgid "Start Now" +msgstr "Rozpocznij teraz" + +#: patterns/cta-newsletter.php +msgctxt "Pattern title" +msgid "Newsletter signup" +msgstr "Zapis do newslettera" + +#: patterns/cta-newsletter.php +msgctxt "Pattern description" +msgid "" +"A newsletter signup section with heading, description, and search block." +msgstr "Sekcja zapisu do newslettera z nagłówkiem, opisem i blokiem wyszukiwania." +"Sekcja zapisu do newslettera z nagłówkiem, opisem i blokiem wyszukiwania." + +#: patterns/cta-newsletter.php:14 +msgid "Stay in the loop" +msgstr "Bądź na bieżąco" + +#: patterns/cta-newsletter.php:18 +msgid "Subscribe to our newsletter for updates, tips, and exclusive content." +msgstr "Zapisz się do naszego newslettera, aby otrzymywać aktualizacje, porady i ekskluzywne treści." +"Zasubskrybuj nasz newsletter, aby otrzymywać aktualizacje, porady i " +"ekskluzywne treści." + +#: patterns/cta-newsletter.php:21 +msgid "Enter your email address" +msgstr "Wprowadź swój adres e-mail" + +#: patterns/cta-newsletter.php:21 +msgid "Subscribe" +msgstr "Subskrybuj" + +#: patterns/dark-mode-toggle.php +msgctxt "Pattern title" +msgid "Dark mode toggle" +msgstr "Przełącznik trybu ciemnego" + +#: patterns/dark-mode-toggle.php +msgctxt "Pattern description" +msgid "A toggle button for switching between light and dark mode." +msgstr "Przycisk przełączania między trybem jasnym a ciemnym." + +#: patterns/dark-mode-toggle.php:13 +msgid "Switch to dark mode" +msgstr "Przełącz na tryb ciemny" + +#: patterns/dark-mode-toggle.php:13 +msgid "Switch to light mode" +msgstr "Przełącz na tryb jasny" + +#: patterns/features-2-col-offset.php +msgctxt "Pattern title" +msgid "Features two columns with image" +msgstr "Funkcje w dwóch kolumnach z obrazem" + +#: patterns/features-2-col-offset.php +msgctxt "Pattern description" +msgid "" +"A two-column layout with a large image on the left and stacked features on " +"the right." +msgstr "Dwukolumnowy układ z dużym obrazem po lewej i ułożonymi funkcjami po prawej stronie." +"Dwukolumnowy układ z dużym obrazem po lewej stronie i ułożonymi funkcjami " +"po prawej." + +#: patterns/features-2-col-offset.php:16 +msgid "Feature illustration" +msgstr "Ilustracja funkcji" + +#: patterns/features-2-col-offset.php:22 +msgid "Designed for modern workflows" +msgstr "Zaprojektowany dla nowoczesnych przepływów pracy" + +#: patterns/features-2-col-offset.php:26 +msgid "" +"Streamline your development process with a theme that works the way you do." +msgstr "Usprawnij swój proces tworzenia dzięki motywowi, który działa tak jak Ty." +"Usprawnij swój proces tworzenia z motywem, który działa tak, jak Państwo " +"tego oczekują." + +#: patterns/features-2-col-offset.php:34 +msgid "Block Patterns" +msgstr "Wzorce bloków" + +#: patterns/features-2-col-offset.php:38 +msgid "" +"Pre-built patterns for common page sections. Drop them in and customize to " +"fit your needs." +msgstr "Gotowe wzorce dla typowych sekcji strony. Wstaw je i dostosuj do swoich potrzeb." +"Gotowe wzorce dla typowych sekcji stron. Wystarczy je wstawić i dostosować " +"do swoich potrzeb." + +#: patterns/features-2-col-offset.php:46 +msgid "Style Variations" +msgstr "Warianty stylów" + +#: patterns/features-2-col-offset.php:50 +msgid "" +"Switch between color schemes with a single click. Choose from multiple " +"professionally designed palettes." +msgstr "Przełączaj się między schematami kolorów jednym kliknięciem. Wybieraj spośród wielu profesjonalnie zaprojektowanych palet." +"Przełączaj się między schematami kolorów jednym kliknięciem. Wybieraj " +"spośród wielu profesjonalnie zaprojektowanych palet." + +#: patterns/features-3-col.php +msgctxt "Pattern title" +msgid "Features three columns" +msgstr "Funkcje w trzech kolumnach" + +#: patterns/features-3-col.php +msgctxt "Pattern description" +msgid "A three-column feature grid with images, headings, and descriptions." +msgstr "Trzykolumnowa siatka funkcji z obrazami, nagłówkami i opisami." + +#: patterns/features-3-col.php:18 +msgid "Everything you need to build a modern website." +msgstr "Wszystko, czego potrzebujesz, aby zbudować nowoczesną witrynę internetową." +"Wszystko, czego potrzeba do zbudowania nowoczesnej strony internetowej." + +#: patterns/features-3-col.php:28 +msgid "Responsive Design" +msgstr "Responsywny design" + +#: patterns/features-3-col.php:32 +msgid "" +"Your website looks great on every device, from mobile phones to large " +"desktop screens." +msgstr "Twoja witryna wygląda świetnie na każdym urządzeniu, od telefonów komórkowych po duże ekrany komputerów stacjonarnych." +"Państwa strona internetowa wygląda świetnie na każdym urządzeniu, od " +"telefonów komórkowych po duże ekrany komputerów." + +#: patterns/features-3-col.php:42 +msgid "Easy Customization" +msgstr "Łatwa personalizacja" + +#: patterns/features-3-col.php:46 +msgid "" +"Customize colors, fonts, and layouts using the WordPress Site Editor with no " +"code required." +msgstr "Dostosuj kolory, czcionki i układy za pomocą Edytora Witryny WordPress bez pisania kodu." +"Dostosuj kolory, czcionki i układy za pomocą Edytora Witryny WordPress bez " +"konieczności pisania kodu." + +#: patterns/features-3-col.php:56 +msgid "Performance First" +msgstr "Wydajność przede wszystkim" + +#: patterns/features-3-col.php:60 +msgid "" +"Built with speed in mind. Optimized assets and clean code for lightning-fast " +"page loads." +msgstr "Zbudowany z myślą o szybkości. Zoptymalizowane zasoby i czysty kod dla błyskawicznego ładowania stron." +"Zbudowany z myślą o szybkości. Zoptymalizowane zasoby i czysty kod " +"zapewniają błyskawiczne ładowanie stron." + +#: patterns/features-icon-list.php +msgctxt "Pattern title" +msgid "Features icon list" +msgstr "Lista funkcji z ikonami" + +#: patterns/features-icon-list.php +msgctxt "Pattern description" +msgid "A vertical list of features with icon images and text descriptions." +msgstr "Pionowa lista funkcji z ikonami i opisami tekstowymi." + +#: patterns/features-icon-list.php:14 +msgid "Why choose us" +msgstr "Dlaczego warto nas wybrać" + +#: patterns/features-icon-list.php:25 +msgid "Bootstrap 5 Framework" +msgstr "Framework Bootstrap 5" + +#: patterns/features-icon-list.php:29 +msgid "" +"Built on the most popular CSS framework. Leverage a proven, well-documented " +"design system." +msgstr "Zbudowany na najpopularniejszym frameworku CSS. Korzystaj ze sprawdzonego, dobrze udokumentowanego systemu projektowania." +"Zbudowany na najpopularniejszym frameworku CSS. Korzystaj ze sprawdzonego, " +"dobrze udokumentowanego systemu projektowania." + +#: patterns/features-icon-list.php:41 +msgid "Full Site Editing" +msgstr "Pełna edycja witryny" + +#: patterns/features-icon-list.php:45 +msgid "" +"Edit every part of your site visually. Headers, footers, templates, and " +"content are all customizable." +msgstr "Edytuj każdą część swojej witryny wizualnie. Nagłówki, stopki, szablony i treści są w pełni konfigurowalne." +"Edytuj każdą część swojej witryny wizualnie. Nagłówki, stopki, szablony i " +"treści — wszystko można dostosować." + +#: patterns/features-icon-list.php:57 +msgid "Dark Mode Support" +msgstr "Obsługa trybu ciemnego" + +#: patterns/features-icon-list.php:61 +msgid "" +"Built-in dark mode toggle that respects user preferences and persists across " +"visits." +msgstr "Wbudowany przełącznik trybu ciemnego, który uwzględnia preferencje użytkownika i utrzymuje się między odwiedzinami." +"Wbudowany przełącznik trybu ciemnego, który respektuje preferencje " +"użytkownika i zachowuje ustawienia między wizytami." #: patterns/footer-columns.php +msgctxt "Pattern title" +msgid "Footer - Multi-Column" +msgstr "Stopka — wielokolumnowa" + +#: patterns/footer-columns.php +msgctxt "Pattern description" +msgid "Multi-column footer with site info, navigation, and credits." +msgstr "Wielokolumnowa stopka z informacjami o witrynie, nawigacją i kredytami." + +#: patterns/footer-columns.php:22 msgid "A modern WordPress theme built with Bootstrap 5." msgstr "Nowoczesny motyw WordPress zbudowany z Bootstrap 5." -#: patterns/footer-columns.php +#: patterns/footer-columns.php:39 msgid "About" msgstr "O nas" -#: patterns/footer-columns.php -msgid "This theme is proudly built with Bootstrap 5 and WordPress Full Site Editing." -msgstr "Ten motyw został z dumą zbudowany z wykorzystaniem Bootstrap 5 i pełnej edycji witryny WordPress." +#: patterns/footer-columns.php:42 +msgid "" +"This theme is proudly built with Bootstrap 5 and WordPress Full Site Editing." +msgstr "Ten motyw jest z dumą zbudowany z Bootstrap 5 i WordPress Full Site Editing." +"Ten motyw został z dumą zbudowany z wykorzystaniem Bootstrap 5 i pełnej " +"edycji witryny WordPress." #. translators: Copyright notice. %1$s: Year, %2$s: Site title. -#: patterns/footer-columns.php +#: patterns/footer-columns.php:64 +#, php-format msgid "© %1$s %2$s" msgstr "© %1$s %2$s" -#: views/base.html.twig -msgid "Skip to main content" -msgstr "Przejdź do głównej treści" +#. translators: Powered by WordPress. %s: WordPress link. +#: patterns/footer-columns.php:76 patterns/footer.php:38 +#, php-format +msgid "Powered by %s" +msgstr "Obsługiwane przez %s" -#: views/partials/header.html.twig -#: views/partials/header-centered.html.twig -#: views/partials/header-transparent.html.twig -#: views/partials/header-offcanvas.html.twig -msgid "Primary navigation" -msgstr "Nawigacja główna" +#: patterns/footer-columns.php:77 patterns/footer.php:39 +msgid "https://wordpress.org" +msgstr "https://pl.wordpress.org" -#: views/partials/footer.html.twig -#: views/partials/footer-columns.html.twig -msgid "Footer navigation" -msgstr "Nawigacja stopki" +#: patterns/footer-minimal.php +msgctxt "Pattern title" +msgid "Footer - Minimal" +msgstr "Stopka — minimalna" -#: functions.php +#: patterns/footer-minimal.php +msgctxt "Pattern description" +msgid "Minimal single-line footer with copyright." +msgstr "Minimalna jednolinijkowa stopka z informacją o prawach autorskich." + +#. translators: Copyright notice. %1$s: Year, %2$s: Site title. +#: patterns/footer-minimal.php:25 +#, php-format +msgid "© %1$s %2$s. All rights reserved." +msgstr "© %1$s %2$s. Wszelkie prawa zastrzeżone." + +#: patterns/footer.php +msgctxt "Pattern title" +msgid "Footer" +msgstr "Stopka" + +#: patterns/footer.php +msgctxt "Pattern description" +msgid "Site footer with site title, tagline, and credits." +msgstr "Stopka witryny z tytułem, tagline i kredytami." + +#: patterns/header-centered.php +msgctxt "Pattern title" +msgid "Header - Centered" +msgstr "Nagłówek — wyśrodkowany" + +#: patterns/header-centered.php +msgctxt "Pattern description" +msgid "Centered header with site title above navigation." +msgstr "Wyśrodkowany nagłówek z tytułem witryny nad nawigacją." + +#: patterns/header-transparent.php +msgctxt "Pattern title" +msgid "Header - Transparent" +msgstr "Nagłówek — przezroczysty" + +#: patterns/header-transparent.php +msgctxt "Pattern description" +msgid "Transparent header that overlays page content, ideal for hero sections." +msgstr "Przezroczysty nagłówek nakładający się na treść strony, idealny dla sekcji głównych." + +#: patterns/header.php +msgctxt "Pattern title" +msgid "Header" +msgstr "Nagłówek" + +#: patterns/header.php +msgctxt "Pattern description" +msgid "Site header with site title and navigation." +msgstr "Nagłówek witryny z tytułem i nawigacją." + +#: patterns/hero-centered.php +msgctxt "Pattern title" +msgid "Hero centered" +msgstr "Hero wyśrodkowany" + +#: patterns/hero-centered.php +msgctxt "Pattern description" +msgid "" +"A centered hero section with a colored background, heading, paragraph, and " +"call to action buttons." +msgstr "Wyśrodkowana sekcja hero z kolorowym tłem, nagłówkiem, akapitem i przyciskami wezwania do działania." + +#: patterns/hero-centered.php:14 +msgid "Welcome to your new website" +msgstr "Witamy na Państwa nowej stronie internetowej" + +#: patterns/hero-centered.php:18 +msgid "" +"Start building beautiful, responsive pages with the full power of Bootstrap " +"5 and the WordPress block editor." +msgstr "Zacznij budować piękne, responsywne strony z pełną mocą Bootstrap 5 i edytorem bloków WordPress." +"Zacznij tworzyć piękne, responsywne strony z pełną mocą Bootstrap 5 i " +"edytora bloków WordPress." + +#: patterns/hero-centered.php:23 patterns/hero-cover.php:23 +#: patterns/page-services.php:78 patterns/pricing-3-col.php:52 +#: patterns/pricing-3-col.php:91 +msgid "Get Started" +msgstr "Rozpocznij" + +#: patterns/hero-centered.php:27 patterns/hero-split.php:25 +#: patterns/text-about.php:29 +msgid "Learn More" +msgstr "Dowiedz się więcej" + +#: patterns/hero-cover.php +msgctxt "Pattern title" +msgid "Hero with cover image" +msgstr "Hero z obrazem tła" + +#: patterns/hero-cover.php +msgctxt "Pattern description" +msgid "" +"A full-width hero section with a cover image, heading, paragraph, and call " +"to action button." +msgstr "Sekcja hero na pełną szerokość z obrazem tła, nagłówkiem, akapitem i przyciskiem wezwania do działania." + +#: patterns/hero-cover.php:14 +msgid "Build something amazing" +msgstr "Zbuduj coś niesamowitego" + +#: patterns/hero-cover.php:18 +msgid "" +"Create modern, responsive websites with the power of Bootstrap 5 and the " +"WordPress Site Editor." +msgstr "Twórz nowoczesne, responsywne witryny z mocą Bootstrap 5 i Edytorem Witryny WordPress." +"Twórz nowoczesne, responsywne strony internetowe z wykorzystaniem Bootstrap " +"5 i Edytora Witryny WordPress." + +#: patterns/hero-split.php +msgctxt "Pattern title" +msgid "Hero split with image" +msgstr "Hero podzielony z obrazem" + +#: patterns/hero-split.php +msgctxt "Pattern description" +msgid "" +"A two-column hero with text on the left and an image placeholder on the " +"right." +msgstr "Dwukolumnowy hero z tekstem po lewej i symbolem zastępczym obrazu po prawej stronie." + +#: patterns/hero-split.php:16 +msgid "Modern design meets powerful features" +msgstr "Nowoczesny design spotyka potężne funkcje" + +#: patterns/hero-split.php:20 +msgid "" +"A WordPress theme built from the ground up with Bootstrap 5 for a seamless " +"editing and browsing experience." +msgstr "Motyw WordPress zbudowany od podstaw z Bootstrap 5 dla płynnego doświadczenia edycji i przeglądania." +"Motyw WordPress zbudowany od podstaw z Bootstrap 5, zapewniający płynne " +"edytowanie i przeglądanie." + +#: patterns/hero-split.php:29 +msgid "View Demo" +msgstr "Zobacz demo" + +#: patterns/hero-split.php:36 +msgid "Hero image" +msgstr "Obraz główny" + +#: patterns/hidden-404.php +msgctxt "Pattern title" +msgid "404" +msgstr "404" + +#: patterns/hidden-404.php:14 +msgid "Page not found" +msgstr "Strona nie została znaleziona" + +#: patterns/hidden-404.php:18 +msgid "" +"The page you are looking for does not exist, or it has been moved. Please " +"try searching using the form below." +msgstr "Strona, której szukasz, nie istnieje lub została przeniesiona. Spróbuj wyszukać przy użyciu poniższego formularza." +"Strona, której Państwo szukają, nie istnieje lub została przeniesiona. " +"Prosimy skorzystać z poniższego formularza wyszukiwania." + +#: patterns/hidden-blog-heading.php +msgctxt "Pattern title" +msgid "Blog heading" +msgstr "Nagłówek bloga" + +#: patterns/hidden-blog-heading.php:12 +msgid "Blog" +msgstr "Blog" + +#: patterns/hidden-search.php +msgctxt "Pattern title" +msgid "Search" +msgstr "Wyszukiwanie" + +#: patterns/hidden-search.php:11 patterns/hidden-sidebar.php:32 +#: patterns/hidden-sidebar.php:35 +msgid "Search" +msgstr "Szukaj" + +#: patterns/hidden-search.php:11 patterns/hidden-sidebar.php:35 +msgid "Search..." +msgstr "Szukaj..." + +#: patterns/hidden-sidebar.php +msgctxt "Pattern title" msgid "Sidebar" -msgstr "Panel boczny" +msgstr "Pasek boczny" -#: functions.php -msgid "Add widgets here to appear in the sidebar." -msgstr "Dodaj tutaj widżety, aby pojawiły się w panelu bocznym." +#: patterns/hidden-sidebar.php +msgctxt "Pattern description" +msgid "Sidebar content with recent posts, search, and tag cloud." +msgstr "Zawartość paska bocznego z ostatnimi wpisami, wyszukiwaniem i chmurą tagów." -#: views/partials/sidebar.html.twig -msgid "Blog sidebar" -msgstr "Panel boczny bloga" +#: patterns/hidden-sidebar.php:14 +msgid "Recent Posts" +msgstr "Ostatnie wpisy" + +#: patterns/hidden-sidebar.php:42 +msgid "Tags" +msgstr "Tagi" + +#: patterns/hidden-written-by.php +msgctxt "Pattern title" +msgid "Written by" +msgstr "Napisane przez" + +#: patterns/layout-2-col.php +msgctxt "Pattern title" +msgid "Two Columns" +msgstr "Dwie kolumny" + +#: patterns/layout-2-col.php +msgctxt "Pattern description" +msgid "" +"A two-column layout with equal width columns, each containing a heading and " +"paragraph." +msgstr "Dwukolumnowy układ z kolumnami o równej szerokości, z których każda zawiera nagłówek i akapit." + +#: patterns/layout-2-col.php:16 patterns/layout-3-col.php:16 +msgid "Column One" +msgstr "Kolumna pierwsza" + +#: patterns/layout-2-col.php:20 patterns/layout-2-col.php:30 +msgid "" +"Add your content here. This column takes up half the available width on " +"larger screens and stacks on mobile devices." +msgstr "Dodaj tutaj swoją treść. Ta kolumna zajmuje połowę dostępnej szerokości na większych ekranach i układa się pionowo na urządzeniach mobilnych." +"Dodaj swoją treść tutaj. Ta kolumna zajmuje połowę dostępnej szerokości na " +"większych ekranach i układa się pionowo na urządzeniach mobilnych." + +#: patterns/layout-2-col.php:26 patterns/layout-3-col.php:26 +msgid "Column Two" +msgstr "Kolumna druga" + +#: patterns/layout-3-col.php +msgctxt "Pattern title" +msgid "Three Columns" +msgstr "Trzy kolumny" + +#: patterns/layout-3-col.php +msgctxt "Pattern description" +msgid "" +"A three-column layout with equal width columns, each containing a heading " +"and paragraph." +msgstr "Trzytkolumnowy układ z kolumnami o równej szerokości, z których każda zawiera nagłówek i akapit." + +#: patterns/layout-3-col.php:20 patterns/layout-3-col.php:30 +#: patterns/layout-3-col.php:40 +msgid "" +"Add your content here. This column takes up one third of the available width " +"on larger screens." +msgstr "Dodaj tutaj swoją treść. Ta kolumna zajmuje jedną trzecią dostępnej szerokości na większych ekranach." +"Dodaj swoją treść tutaj. Ta kolumna zajmuje jedną trzecią dostępnej " +"szerokości na większych ekranach." + +#: patterns/layout-3-col.php:36 +msgid "Column Three" +msgstr "Kolumna trzecia" + +#: patterns/layout-container.php +msgctxt "Pattern title" +msgid "Bootstrap Container" +msgstr "Kontener Bootstrap" + +#: patterns/layout-container.php +msgctxt "Pattern description" +msgid "" +"A constrained container with padding, containing a heading and paragraph " +"placeholder." +msgstr "Ograniczony kontener z odstępami, zawierający nagłówek i symbol zastępczy akapitu." + +#: patterns/layout-container.php:14 +msgid "Heading goes here" +msgstr "Nagłówek umieść tutaj" + +#: patterns/layout-container.php:18 +msgid "" +"This is a content container with constrained width and comfortable padding. " +"Replace this text with your own content." +msgstr "To jest kontener treści z ograniczoną szerokością i wygodnymi odstępami. Zastąp ten tekst własną treścią." +"To jest kontener treści o ograniczonej szerokości i wygodnym wypełnieniu. " +"Zastąp ten tekst własną treścią." + +#: patterns/layout-full-width-section.php +msgctxt "Pattern title" +msgid "Full Width Section" +msgstr "Sekcja pełnej szerokości" + +#: patterns/layout-full-width-section.php +msgctxt "Pattern description" +msgid "" +"A full-width section with a primary background color, centered white heading " +"and paragraph." +msgstr "Sekcja na pełną szerokość z głównym kolorem tła, wyśrodkowanym białym nagłówkiem i akapitem." + +#: patterns/layout-full-width-section.php:14 +msgid "Full Width Section Heading" +msgstr "Nagłówek sekcji o pełnej szerokości" + +#: patterns/layout-full-width-section.php:18 +msgid "" +"This full-width section stands out with a colored background. Use it to " +"highlight important content, announcements, or calls to action." +msgstr "Ta sekcja na pełną szerokość wyróżnia się kolorowym tłem. Użyj jej do podkreślenia ważnych treści, ogłoszeń lub wezwań do działania." +"Ta sekcja o pełnej szerokości wyróżnia się kolorowym tłem. Użyj jej, aby " +"podkreślić ważne treści, ogłoszenia lub wezwania do działania." + +#: patterns/more-posts.php +msgctxt "Pattern title" +msgid "More posts" +msgstr "Więcej wpisów" + +#: patterns/more-posts.php +msgctxt "Pattern description" +msgid "A section with more recent posts." +msgstr "Sekcja z nowszymi wpisami." + +#: patterns/more-posts.php:15 +msgid "More posts" +msgstr "Więcej wpisów" + +#: patterns/nav-dark.php +msgctxt "Pattern title" +msgid "Navigation - Dark" +msgstr "Nawigacja - Ciemna" + +#: patterns/nav-dark.php +msgctxt "Pattern description" +msgid "Dark-themed navigation header with dark background." +msgstr "Ciemny nagłówek nawigacyjny z ciemnym tłem." + +#: patterns/nav-offcanvas.php +msgctxt "Pattern title" +msgid "Navigation - Offcanvas" +msgstr "Nawigacja - Offcanvas" + +#: patterns/nav-offcanvas.php +msgctxt "Pattern description" +msgid "" +"Header with offcanvas mobile navigation using Bootstrap offcanvas component." +msgstr "Nagłówek z mobilną nawigacją offcanvas przy użyciu komponentu Bootstrap offcanvas." + +#: patterns/page-about.php +msgctxt "Pattern title" +msgid "About Page" +msgstr "Strona O nas" + +#: patterns/page-about.php +msgctxt "Pattern description" +msgid "A full about page layout with hero, story section, and team members." +msgstr "Pełny układ strony O nas z sekcją hero, historią firmy i członkami zespołu." + +#: patterns/page-about.php:14 +msgid "About Us" +msgstr "O nas" + +#: patterns/page-about.php:18 +msgid "" +"Learn more about who we are, what we do, and the people behind our mission." +msgstr "Dowiedz się więcej o tym, kim jesteśmy, co robimy i ludziach stojących za naszą misją." +"Dowiedz się więcej o tym, kim jesteśmy, czym się zajmujemy i o ludziach " +"stojących za naszą misją." + +#: patterns/page-about.php:26 +msgid "Our Story" +msgstr "Nasza historia" + +#: patterns/page-about.php:30 +msgid "" +"Founded with a passion for innovation and excellence, our journey began with " +"a simple idea: to create meaningful solutions that make a real difference. " +"Over the years, we have grown from a small team into a dedicated group of " +"professionals committed to delivering outstanding results." +msgstr "Założona z pasją do innowacji i doskonałości, nasza podróż zaczęła się od prostego pomysłu: tworzenia sensownych rozwiązań, które naprawdę robią różnicę. Przez lata wyrosliśmy z małego zespołu w oddaną grupę profesjonalistów zaangażowanych w osiąganie wyjątkowych wyników." +"Założeni z pasją do innowacji i doskonałości, nasza podróż rozpoczęła się od " +"prostego pomysłu: tworzyć znaczące rozwiązania, które naprawdę robią " +"różnicę. Przez lata rozwinęliśmy się z małego zespołu w oddaną grupę " +"profesjonalistów zobowiązanych do dostarczania wybitnych rezultatów." + +#: patterns/page-about.php:34 +msgid "" +"Today, we continue to push boundaries and challenge conventions. Our " +"approach combines creative thinking with proven methodologies, ensuring that " +"every project we undertake meets the highest standards of quality and " +"craftsmanship." +msgstr "Dziś nadal przesuwamy granice i kwestionujemy konwencje. Nasze podejście łączy kreatywne myślenie ze sprawdzonymi metodologiami, zapewniając, że każdy projekt, który podejmujemy, spełnia najwyższe standardy jakości i rzemiosła." +"Dziś nadal przesuwamy granice i kwestionujemy konwencje. Nasze podejście " +"łączy kreatywne myślenie ze sprawdzonymi metodologiami, zapewniając, że " +"każdy projekt, który realizujemy, spełnia najwyższe standardy jakości i " +"kunsztu." + +#: patterns/page-about.php:40 patterns/text-about.php:36 +msgid "About us image" +msgstr "Zdjęcie o nas" + +#: patterns/page-about.php:48 +msgid "Our Team" +msgstr "Nasz zespół" + +#: patterns/page-about.php:52 +msgid "Meet the people who make it all happen." +msgstr "Poznaj ludzi, którzy to wszystko umożliwiają." + +#: patterns/page-about.php:59 +msgid "Jane Doe" +msgstr "Jane Doe" + +#: patterns/page-about.php:63 +msgid "Founder & CEO" +msgstr "Założycielka i CEO" + +#: patterns/page-about.php:71 +msgid "John Smith" +msgstr "John Smith" + +#: patterns/page-about.php:75 +msgid "Lead Developer" +msgstr "Główny programista" + +#: patterns/page-about.php:83 +msgid "Emily Johnson" +msgstr "Emily Johnson" + +#: patterns/page-about.php:87 +msgid "Creative Director" +msgstr "Dyrektor kreatywna" + +#: patterns/page-contact.php +msgctxt "Pattern title" +msgid "Contact Page" +msgstr "Strona Kontakt" + +#: patterns/page-contact.php +msgctxt "Pattern description" +msgid "" +"A full contact page layout with hero, contact details, business hours, and " +"spacer." +msgstr "Pełny układ strony kontaktowej z hero, danymi kontaktowymi, godzinami pracy i odstępnikiem." + +#: patterns/page-contact.php:14 patterns/page-services.php:87 +#: patterns/pricing-3-col.php:130 +msgid "Contact Us" +msgstr "Skontaktuj się z nami" + +#: patterns/page-contact.php:18 +msgid "We would love to hear from you. Reach out to us anytime." +msgstr "Chętnie Państwa wysłuchamy. Prosimy o kontakt w dowolnym momencie." + +#: patterns/page-contact.php:26 +msgid "Get in Touch" +msgstr "Skontaktuj się z nami" + +#: patterns/page-contact.php:30 +msgid "123 Main Street, Suite 100, Anytown, ST 12345" +msgstr "ul. Główna 123, lokal 100, Przykładowo, 12-345" + +#: patterns/page-contact.php:38 +msgid "+1 (555) 123-4567" +msgstr "+1 (555) 123-4567" + +#: patterns/page-contact.php:44 +msgid "Business Hours" +msgstr "Godziny otwarcia" + +#: patterns/page-contact.php:49 +msgid "Monday - Friday:" +msgstr "Poniedziałek - piątek:" + +#: patterns/page-contact.php:49 +msgid "9:00 AM - 6:00 PM" +msgstr "9:00 - 18:00" + +#: patterns/page-contact.php:53 +msgid "Saturday:" +msgstr "Sobota:" + +#: patterns/page-contact.php:53 +msgid "10:00 AM - 4:00 PM" +msgstr "10:00 - 16:00" + +#: patterns/page-contact.php:57 +msgid "Sunday:" +msgstr "Niedziela:" + +#: patterns/page-contact.php:57 +msgid "Closed" +msgstr "Zamknięte" + +#: patterns/page-services.php +msgctxt "Pattern title" +msgid "Services Page" +msgstr "Strona Usługi" + +#: patterns/page-services.php +msgctxt "Pattern description" +msgid "" +"A full services page layout with hero, service offerings, and call to action." +msgstr "Pełny układ strony usług z hero, ofertą usług i wezwaniem do działania." + +#: patterns/page-services.php:14 +msgid "Our Services" +msgstr "Nasze usługi" + +#: patterns/page-services.php:18 +msgid "Professional solutions tailored to your needs." +msgstr "Profesjonalne rozwiązania dostosowane do Państwa potrzeb." + +#: patterns/page-services.php:24 +msgid "What We Offer" +msgstr "Co oferujemy" + +#: patterns/page-services.php:28 +msgid "" +"We provide a wide range of services to help your business grow and succeed." +msgstr "Świadczymy szeroki zakres usług, które pomogą Twojej firmie rosnąć i odnieść sukces." +"Oferujemy szeroki zakres usług, które pomogą Państwa firmie rozwijać się i " +"osiągać sukcesy." + +#: patterns/page-services.php:34 +msgid "🎨" +msgstr "" + +#: patterns/page-services.php:38 +msgid "Design" +msgstr "Projektowanie" + +#: patterns/page-services.php:42 +msgid "" +"Beautiful, user-centered designs that capture your brand identity and engage " +"your audience across all platforms and devices." +msgstr "Piękne projekty zorientowane na użytkownika, które oddają tożsamość Twojej marki i angażują odbiorców na wszystkich platformach i urządzeniach." +"Piękne, zorientowane na użytkownika projekty, które oddają tożsamość Państwa " +"marki i angażują odbiorców na wszystkich platformach i urządzeniach." + +#: patterns/page-services.php:48 +msgid "⚙️" +msgstr "" + +#: patterns/page-services.php:52 +msgid "Development" +msgstr "Rozwój" + +#: patterns/page-services.php:56 +msgid "" +"Robust, scalable web applications built with modern technologies and best " +"practices to ensure performance and reliability." +msgstr "Solidne, skalowalne aplikacje internetowe zbudowane z nowoczesnymi technologiami i najlepszymi praktykami zapewniającymi wydajność i niezawodność." +"Solidne, skalowalne aplikacje internetowe zbudowane z wykorzystaniem " +"nowoczesnych technologii i najlepszych praktyk w celu zapewnienia wydajności " +"i niezawodności." + +#: patterns/page-services.php:62 +msgid "📈" +msgstr "" + +#: patterns/page-services.php:66 +msgid "Strategy" +msgstr "Strategia" + +#: patterns/page-services.php:70 +msgid "" +"Data-driven strategies and consulting to help you achieve your business " +"goals and stay ahead of the competition." +msgstr "Strategie oparte na danych i doradztwo, które pomogą Ci osiągnąć cele biznesowe i wyprzedzić konkurencję." +"Strategie oparte na danych oraz doradztwo, które pomogą Państwu osiągnąć " +"cele biznesowe i wyprzedzić konkurencję." + +#: patterns/page-services.php:82 +msgid "" +"Ready to take your project to the next level? Let us help you build " +"something great." +msgstr "Gotowy, aby przenieść swój projekt na wyższy poziom? Pozwól nam pomóc Ci zbudować coś wspaniałego." +"Gotowi, aby przenieść swój projekt na wyższy poziom? Pozwólcie nam pomóc " +"Państwu zbudować coś wspaniałego." + +#: patterns/page-services.php:91 +msgid "View Portfolio" +msgstr "Zobacz portfolio" + +#: patterns/post-navigation.php +msgctxt "Pattern title" +msgid "Post navigation" +msgstr "Nawigacja po wpisach" + +#: patterns/post-navigation.php +msgctxt "Pattern description" +msgid "Previous and next post links." +msgstr "Linki do poprzedniego i następnego wpisu." + +#: patterns/pricing-3-col.php +msgctxt "Pattern title" +msgid "Pricing three columns" +msgstr "Cennik trzy kolumny" + +#: patterns/pricing-3-col.php +msgctxt "Pattern description" +msgid "" +"Three-column pricing cards with feature lists and call to action buttons." +msgstr "Trójtkolumnowe karty cenowe z listami funkcji i przyciskami wezwania do działania." + +#: patterns/pricing-3-col.php:18 +msgid "Choose the plan that works best for you." +msgstr "Wybierz plan, który najlepiej odpowiada Państwa potrzebom." + +#: patterns/pricing-3-col.php:25 +msgid "Basic" +msgstr "Podstawowy" + +#: patterns/pricing-3-col.php:29 +msgid "Free" +msgstr "Bezpłatny" + +#: patterns/pricing-3-col.php:38 +msgid "1 Website" +msgstr "1 strona internetowa" + +#: patterns/pricing-3-col.php:42 +msgid "Community Support" +msgstr "Wsparcie społeczności" + +#: patterns/pricing-3-col.php:46 +msgid "Core Features" +msgstr "Podstawowe funkcje" + +#: patterns/pricing-3-col.php:61 +msgid "Professional" +msgstr "Profesjonalny" + +#. translators: pricing amount +#: patterns/pricing-3-col.php:67 +msgid "$49" +msgstr "49 $" + +#: patterns/pricing-3-col.php:77 +msgid "5 Websites" +msgstr "5 stron internetowych" + +#: patterns/pricing-3-col.php:81 +msgid "Priority Support" +msgstr "Wsparcie priorytetowe" + +#: patterns/pricing-3-col.php:85 +msgid "All Features" +msgstr "Wszystkie funkcje" + +#: patterns/pricing-3-col.php:100 +msgid "Enterprise" +msgstr "Enterprise" + +#. translators: pricing amount +#: patterns/pricing-3-col.php:106 +msgid "$199" +msgstr "199 $" + +#: patterns/pricing-3-col.php:116 +msgid "Unlimited Websites" +msgstr "Nieograniczona liczba stron" + +#: patterns/pricing-3-col.php:120 +msgid "Dedicated Support" +msgstr "Dedykowane wsparcie" + +#: patterns/pricing-3-col.php:124 +msgid "Custom Development" +msgstr "Rozwój na zamówienie" + +#: patterns/template-query-loop.php +msgctxt "Pattern title" +msgid "Query loop" +msgstr "Pętla zapytań" + +#: patterns/template-query-loop.php:39 +msgid "No posts were found." +msgstr "Nie znaleziono żadnych wpisów." + +#: patterns/testimonials-2-col.php +msgctxt "Pattern title" +msgid "Testimonials two columns" +msgstr "Referencje dwie kolumny" + +#: patterns/testimonials-2-col.php +msgctxt "Pattern description" +msgid "Two-column testimonials with quote blocks and citations." +msgstr "Dwukolumnowe referencje z blokami cytatów i źródłami." + +#: patterns/testimonials-2-col.php:14 +msgid "What our clients say" +msgstr "Co mówią nasi klienci" + +#: patterns/testimonials-2-col.php:20 +msgid "" +"This theme completely transformed our website. The Bootstrap integration " +"makes it incredibly easy to create professional-looking pages without any " +"custom code." +msgstr "Ten motyw całkowicie odmienił naszą witrynę. Integracja Bootstrap sprawia, że tworzenie profesjonalnie wyglądających stron bez niestandardowego kodu jest niezwykle łatwe." +"Ten motyw całkowicie odmienił naszą stronę internetową. Integracja z " +"Bootstrap sprawia, że tworzenie profesjonalnie wyglądających stron jest " +"niezwykle łatwe bez pisania kodu." + +#: patterns/testimonials-2-col.php:20 +msgid "Jane Doe, Web Designer" +msgstr "Jane Doe, projektantka stron internetowych" + +#: patterns/testimonials-2-col.php:26 +msgid "" +"The dark mode support and style variations give us the flexibility we need. " +"Our clients love being able to switch between color schemes effortlessly." +msgstr "Obsługa trybu ciemnego i warianty stylów dają nam potrzebną elastyczność. Nasi klienci uwielbiają możliwość łatwego przełączania się między schematami kolorów." +"Obsługa trybu ciemnego i warianty stylów dają nam elastyczność, której " +"potrzebujemy. Nasi klienci uwielbiają możliwość łatwego przełączania się " +"między schematami kolorów." + +#: patterns/testimonials-2-col.php:26 +msgid "John Smith, Developer" +msgstr "John Smith, programista" + +#: patterns/testimonials-centered.php +msgctxt "Pattern title" +msgid "Testimonial centered" +msgstr "Referencja wyśrodkowana" + +#: patterns/testimonials-centered.php +msgctxt "Pattern description" +msgid "A single large centered testimonial with citation." +msgstr "Pojedyncza duża wyśrodkowana referencja ze źródłem." + +#: patterns/testimonials-centered.php:14 +msgid "" +"The best WordPress theme we have ever used. Clean code, beautiful design, " +"and incredible flexibility." +msgstr "Najlepszy motyw WordPress, jakiego kiedykolwiek używaliśmy. Czysty kod, piękny design i niesamowita elastyczność." +"Najlepszy motyw WordPress, jakiego kiedykolwiek używaliśmy. Czysty kod, " +"piękny design i niesamowita elastyczność." + +#: patterns/testimonials-centered.php:14 +msgid "Alex Johnson, Creative Director" +msgstr "Alex Johnson, dyrektor kreatywny" + +#: patterns/text-about.php +msgctxt "Pattern title" +msgid "About section" +msgstr "Sekcja O nas" + +#: patterns/text-about.php +msgctxt "Pattern description" +msgid "A two-column about section with text content and an image." +msgstr "Dwukolumnowa sekcja O nas z treścią tekstową i obrazem." + +#: patterns/text-about.php:16 +msgid "About us" +msgstr "O nas" + +#: patterns/text-about.php:20 +msgid "" +"We are passionate about creating tools that empower people to build " +"beautiful websites. Our theme combines the reliability of Bootstrap with the " +"flexibility of WordPress." +msgstr "Jesteśmy pasjonatami tworzenia narzędzi, które umożliwiają ludziom budowanie pięknych witryn internetowych. Nasz motyw łączy niezawodność Bootstrap z elastycznością WordPress." +"Z pasją tworzymy narzędzia, które umożliwiają ludziom budowanie pięknych " +"stron internetowych. Nasz motyw łączy niezawodność Bootstrap z " +"elastycznością WordPress." + +#: patterns/text-about.php:24 +msgid "" +"With years of experience in web development and design, we understand what " +"it takes to create a theme that is both powerful and easy to use." +msgstr "Dzięki wieloletniemu doświadczeniu w tworzeniu i projektowaniu stron internetowych rozumiemy, co jest potrzebne do stworzenia motywu, który jest jednocześnie potężny i łatwy w użyciu." +"Dzięki wieloletniemu doświadczeniu w tworzeniu stron internetowych i " +"projektowaniu, rozumiemy, co jest potrzebne do stworzenia motywu, który jest " +"zarówno potężny, jak i łatwy w użyciu." + +#: patterns/text-faq.php +msgctxt "Pattern title" +msgid "Frequently asked questions" +msgstr "Często zadawane pytania" + +#: patterns/text-faq.php +msgctxt "Pattern description" +msgid "An FAQ section with question and answer pairs." +msgstr "Sekcja FAQ z parami pytań i odpowiedzi." + +#: patterns/text-faq.php:14 +msgid "Frequently Asked Questions" +msgstr "Najczęściej zadawane pytania" + +#: patterns/text-faq.php:20 +msgid "How do I install the theme?" +msgstr "Jak zainstalować motyw?" + +#: patterns/text-faq.php:24 +msgid "" +"Download the ZIP file from the releases page, then upload it via WordPress " +"Admin > Appearance > Themes > Add New > Upload Theme." +msgstr "Pobierz plik ZIP ze strony wydań, a następnie prześlij go przez WordPress Admin > Wygląd > Motywy > Dodaj nowy > Prześlij motyw." +"Pobierz plik ZIP ze strony wydań, a następnie prześlij go przez WordPress " +"Admin > Wygląd > Motywy > Dodaj nowy > Prześlij motyw." + +#: patterns/text-faq.php:34 +msgid "Does it work with the Site Editor?" +msgstr "Czy działa z Edytorem Witryny?" + +#: patterns/text-faq.php:38 +msgid "" +"Yes, this is a Full Site Editing block theme. You can customize templates, " +"headers, footers, and all block patterns using the WordPress Site Editor." +msgstr "Tak, to jest motyw blokowy Full Site Editing. Możesz dostosowywać szablony, nagłówki, stopki i wszystkie wzorce bloków za pomocą Edytora Witryny WordPress." +"Tak, jest to motyw blokowy z pełną edycją witryny. Można dostosowywać " +"szablony, nagłówki, stopki i wszystkie wzorce bloków za pomocą Edytora " +"Witryny WordPress." + +#: patterns/text-faq.php:48 +msgid "Can I use my own fonts?" +msgstr "Czy mogę używać własnych czcionek?" + +#: patterns/text-faq.php:52 +msgid "" +"The theme comes with Inter, Lora, and system font stacks. You can add custom " +"fonts through the Site Editor or by modifying theme.json." +msgstr "Motyw jest dostarczany z czcionkami Inter, Lora i zestawami czcionek systemowych. Możesz dodawać niestandardowe czcionki przez Edytor Witryny lub modyfikując plik theme.json." +"Motyw zawiera czcionki Inter, Lora oraz systemowe zestawy czcionek. Można " +"dodać własne czcionki za pomocą Edytora Witryny lub modyfikując plik " +"theme.json." + +#: patterns/text-faq.php:62 +msgid "Is dark mode supported?" +msgstr "Czy tryb ciemny jest obsługiwany?" + +#: patterns/text-faq.php:66 +msgid "" +"Yes, the theme includes a dark mode toggle that uses Bootstrap 5.3 built-in " +"dark mode. It respects system preferences and remembers your choice." +msgstr "Tak, motyw zawiera przełącznik trybu ciemnego wykorzystujący wbudowany tryb ciemny Bootstrap 5.3. Uwzględnia preferencje systemowe i zapamiętuje Twój wybór." +"Tak, motyw zawiera przełącznik trybu ciemnego wykorzystujący wbudowany tryb " +"ciemny Bootstrap 5.3. Respektuje preferencje systemowe i zapamiętuje Państwa " +"wybór." + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Base" +msgstr "Bazowy" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Contrast" +msgstr "Kontrast" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Primary" +msgstr "Podstawowy" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Secondary" +msgstr "Wtórny" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Success" +msgstr "Sukces" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Danger" +msgstr "Niebezpieczeństwo" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Warning" +msgstr "Ostrzeżenie" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Info" +msgstr "Informacja" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Light" +msgstr "Jasny" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Dark" +msgstr "Ciemny" + +#: theme.json +msgctxt "Space size name" +msgid "3xs" +msgstr "" + +#: theme.json +msgctxt "Space size name" +msgid "2xs" +msgstr "" + +#: theme.json +msgctxt "Space size name" +msgid "xs" +msgstr "" + +#: theme.json +msgctxt "Space size name" +msgid "s" +msgstr "" + +#: theme.json +msgctxt "Space size name" +msgid "m" +msgstr "" + +#: theme.json +msgctxt "Space size name" +msgid "l" +msgstr "" + +#: theme.json +msgctxt "Space size name" +msgid "xl" +msgstr "" + +#: theme.json +msgctxt "Space size name" +msgid "2xl" +msgstr "" + +#: theme.json +msgctxt "Font size name" +msgid "Small" +msgstr "Mały" + +#: theme.json +msgctxt "Font size name" +msgid "Medium" +msgstr "Średni" + +#: theme.json +msgctxt "Font size name" +msgid "Large" +msgstr "Duży" + +#: theme.json +msgctxt "Font size name" +msgid "Extra Large" +msgstr "Bardzo duży" + +#: theme.json +msgctxt "Font size name" +msgid "Huge" +msgstr "Ogromny" + +#: theme.json +msgctxt "Font size name" +msgid "Display" +msgstr "Ekranowy" + +#: theme.json +msgctxt "Font family name" +msgid "System Sans Serif" +msgstr "Systemowy bezszeryfowy" + +#: theme.json +msgctxt "Font family name" +msgid "Inter" +msgstr "" + +#: theme.json +msgctxt "Font family name" +msgid "Lora" +msgstr "" + +#: theme.json +msgctxt "Font family name" +msgid "System Monospace" +msgstr "Systemowy monostyp" + +#: theme.json +msgctxt "Shadow name" +msgid "Small" +msgstr "Mały" + +#: theme.json +msgctxt "Shadow name" +msgid "Regular" +msgstr "Zwykły" + +#: theme.json +msgctxt "Shadow name" +msgid "Large" +msgstr "Duży" + +#: theme.json +msgctxt "Aspect ratio name" +msgid "16:9" +msgstr "" + +#: theme.json +msgctxt "Aspect ratio name" +msgid "4:3" +msgstr "" + +#: theme.json +msgctxt "Aspect ratio name" +msgid "1:1" +msgstr "" + +#: theme.json +msgctxt "Aspect ratio name" +msgid "3:4" +msgstr "" + +#: theme.json +msgctxt "Custom template name" +msgid "Blog with Sidebar" +msgstr "Blog z paskiem bocznym" + +#: theme.json +msgctxt "Custom template name" +msgid "Landing Page (No Header/Footer)" +msgstr "Strona docelowa (bez nagłówka/stopki)" + +#: theme.json +msgctxt "Custom template name" +msgid "Full Width" +msgstr "Pełna szerokość" + +#: theme.json +msgctxt "Custom template name" +msgid "Page with Hero" +msgstr "Strona z Hero" + +#: theme.json +msgctxt "Custom template name" +msgid "Page with Sidebar" +msgstr "Strona z paskiem bocznym" + +#: theme.json +msgctxt "Template part name" +msgid "Header" +msgstr "Nagłówek" + +#: theme.json +msgctxt "Template part name" +msgid "Header - Centered" +msgstr "Nagłówek - Wyśrodkowany" + +#: theme.json +msgctxt "Template part name" +msgid "Header - Transparent" +msgstr "Nagłówek - Przezroczysty" + +#: theme.json +msgctxt "Template part name" +msgid "Footer" +msgstr "Stopka" + +#: theme.json +msgctxt "Template part name" +msgid "Footer - Minimal" +msgstr "Stopka - Minimalna" + +#: theme.json +msgctxt "Template part name" +msgid "Footer - Multi-Column" +msgstr "Stopka - Wielokolumnowa" + +#: theme.json +msgctxt "Template part name" +msgid "Sidebar" +msgstr "Pasek boczny" + +#: styles/01-ocean.json +msgctxt "Style variation name" +msgid "Ocean" +msgstr "Ocean" + +#: styles/02-forest.json +msgctxt "Style variation name" +msgid "Forest" +msgstr "Las" + +#: styles/03-sunset.json +msgctxt "Style variation name" +msgid "Sunset" +msgstr "Zachód słońca" + +#: styles/04-midnight.json +msgctxt "Style variation name" +msgid "Midnight" +msgstr "Północ" + +#: styles/05-ember.json +msgctxt "Style variation name" +msgid "Ember" +msgstr "Żar" + +#: styles/06-arctic.json +msgctxt "Style variation name" +msgid "Arctic" +msgstr "Arktyczny" + +#: styles/07-amethyst.json +msgctxt "Style variation name" +msgid "Amethyst" +msgstr "Ametyst" + +#: styles/08-rose.json +msgctxt "Style variation name" +msgid "Rose" +msgstr "Różany" + +#: styles/09-sand.json +msgctxt "Style variation name" +msgid "Sand" +msgstr "Piasek" + +#: styles/10-lavender.json +msgctxt "Style variation name" +msgid "Lavender" +msgstr "Lawenda" + +#: styles/11-mint.json +msgctxt "Style variation name" +msgid "Mint" +msgstr "Mięta" + +#: styles/12-slate.json +msgctxt "Style variation name" +msgid "Slate" +msgstr "Łupek" + +#: styles/13-mocha.json +msgctxt "Style variation name" +msgid "Mocha" +msgstr "Mocha" + +#: styles/14-nebula.json +msgctxt "Style variation name" +msgid "Nebula" +msgstr "Mgławica" + +#: styles/15-obsidian.json +msgctxt "Style variation name" +msgid "Obsidian" +msgstr "Obsydian" + +#~ msgid "Skip to main content" +#~ msgstr "Przejdź do głównej treści" + +#~ msgid "Primary navigation" +#~ msgstr "Nawigacja główna" + +#~ msgid "Footer navigation" +#~ msgstr "Nawigacja stopki" + +#~ msgid "Blog sidebar" +#~ msgstr "Panel boczny bloga" diff --git a/languages/wp-bootstrap-pt_PT.po b/languages/wp-bootstrap-pt_PT.po index 8b9f1cb..0e09fb6 100644 --- a/languages/wp-bootstrap-pt_PT.po +++ b/languages/wp-bootstrap-pt_PT.po @@ -4,8 +4,8 @@ msgid "" msgstr "" "Project-Id-Version: WP Bootstrap 1.0.5\n" -"Report-Msgid-Bugs-To: https://src.bundespruefstelle.ch/magdev/wp-bootstrap/issues\n" -"POT-Creation-Date: 2026-02-11 00:00+0000\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/wp-bootstrap\n" +"POT-Creation-Date: 2026-02-20T09:45:19+00:00\n" "PO-Revision-Date: 2026-02-11 00:00+0000\n" "Last-Translator: Claude AI \n" "Language-Team: Portuguese (Portugal)\n" @@ -17,902 +17,1884 @@ msgstr "" "X-Domain: wp-bootstrap\n" #. Theme Name of the theme -#: patterns/footer.php +#: style.css patterns/footer.php:31 msgid "WP Bootstrap" msgstr "WP Bootstrap" +#. Theme URI of the theme +#: style.css +msgid "https://src.bundespruefstelle.ch/magdev/wp-bootstrap" +msgstr "https://src.bundespruefstelle.ch/magdev/wp-bootstrap" + #. Description of the theme -msgid "A modern WordPress Block Theme built from scratch with Bootstrap 5. Features responsive design, dark mode support, and full compatibility with the WordPress Site Editor." -msgstr "Um tema de blocos WordPress moderno construído de raiz com Bootstrap 5. Inclui design responsivo, suporte para modo escuro e total compatibilidade com o editor de site do WordPress." - -#: patterns/footer.php -#: patterns/footer-columns.php -msgid "Powered by %s" -msgstr "Desenvolvido com %s" - -#: patterns/footer.php -#: patterns/footer-columns.php -msgid "https://wordpress.org" -msgstr "https://pt.wordpress.org" - -#: patterns/hidden-404.php -msgid "Page not found" -msgstr "Página não encontrada" - -#: patterns/hidden-404.php -msgid "The page you are looking for does not exist, or it has been moved. Please try searching using the form below." -msgstr "A página que procura não existe ou foi movida. Por favor, tente pesquisar utilizando o formulário abaixo." - -#: patterns/hidden-search.php -#: patterns/hidden-sidebar.php -msgid "Search" -msgstr "Pesquisar" - -#: patterns/hidden-search.php -#: patterns/hidden-sidebar.php -msgid "Search..." -msgstr "Pesquisar..." - -#: patterns/hidden-blog-heading.php -msgid "Blog" -msgstr "Blogue" - -#: patterns/comments.php -msgid "Comments" -msgstr "Comentários" - -#: patterns/post-navigation.php -msgid "Previous" -msgstr "Anterior" - -#: patterns/post-navigation.php -msgid "Next" -msgstr "Seguinte" - -#: patterns/more-posts.php -msgid "More posts" -msgstr "Mais artigos" - -#: patterns/template-query-loop.php -msgid "Read more" -msgstr "Ler mais" - -#: patterns/template-query-loop.php -msgid "No posts were found." -msgstr "Não foram encontrados artigos." - -#: patterns/hero-cover.php -msgid "Build something amazing" -msgstr "Construa algo incrível" - -#: patterns/hero-cover.php -msgid "Create modern, responsive websites with the power of Bootstrap 5 and the WordPress Site Editor." -msgstr "Crie sítios web modernos e responsivos com o poder do Bootstrap 5 e do editor de site do WordPress." - -#: patterns/hero-cover.php -#: patterns/hero-centered.php -#: patterns/pricing-3-col.php -#: patterns/page-services.php -msgid "Get Started" -msgstr "Começar" - -#: patterns/hero-split.php -msgid "Modern design meets powerful features" -msgstr "Design moderno aliado a funcionalidades poderosas" - -#: patterns/hero-split.php -msgid "A WordPress theme built from the ground up with Bootstrap 5 for a seamless editing and browsing experience." -msgstr "Um tema WordPress construído de raiz com Bootstrap 5 para uma experiência de edição e navegação fluida." - -#: patterns/hero-split.php -#: patterns/hero-centered.php -#: patterns/text-about.php -msgid "Learn More" -msgstr "Saber mais" - -#: patterns/hero-split.php -msgid "View Demo" -msgstr "Ver demonstração" - -#: patterns/hero-split.php -msgid "Hero image" -msgstr "Imagem de destaque" - -#: patterns/hero-centered.php -msgid "Welcome to your new website" -msgstr "Bem-vindo ao seu novo sítio web" - -#: patterns/hero-centered.php -msgid "Start building beautiful, responsive pages with the full power of Bootstrap 5 and the WordPress block editor." -msgstr "Comece a criar páginas bonitas e responsivas com todo o poder do Bootstrap 5 e do editor de blocos do WordPress." - -#: patterns/features-3-col.php -#: functions.php -msgid "Features" -msgstr "Funcionalidades" - -#: patterns/features-3-col.php -msgid "Everything you need to build a modern website." -msgstr "Tudo o que precisa para criar um sítio web moderno." - -#: patterns/features-3-col.php -msgid "Responsive Design" -msgstr "Design responsivo" - -#: patterns/features-3-col.php -msgid "Your website looks great on every device, from mobile phones to large desktop screens." -msgstr "O seu sítio web fica excelente em qualquer dispositivo, desde telemóveis a grandes ecrãs de secretária." - -#: patterns/features-3-col.php -msgid "Easy Customization" -msgstr "Personalização fácil" - -#: patterns/features-3-col.php -msgid "Customize colors, fonts, and layouts using the WordPress Site Editor with no code required." -msgstr "Personalize cores, tipos de letra e disposições utilizando o editor de site do WordPress sem necessidade de código." - -#: patterns/features-3-col.php -msgid "Performance First" -msgstr "Desempenho em primeiro lugar" - -#: patterns/features-3-col.php -msgid "Built with speed in mind. Optimized assets and clean code for lightning-fast page loads." -msgstr "Concebido para a velocidade. Recursos otimizados e código limpo para carregamentos de página ultrarrápidos." - -#: patterns/features-icon-list.php -msgid "Why choose us" -msgstr "Porquê escolher-nos" - -#: patterns/features-icon-list.php -msgid "Bootstrap 5 Framework" -msgstr "Framework Bootstrap 5" - -#: patterns/features-icon-list.php -msgid "Built on the most popular CSS framework. Leverage a proven, well-documented design system." -msgstr "Construído sobre a framework CSS mais popular. Tire partido de um sistema de design comprovado e bem documentado." - -#: patterns/features-icon-list.php -msgid "Full Site Editing" -msgstr "Edição completa do sítio" - -#: patterns/features-icon-list.php -msgid "Edit every part of your site visually. Headers, footers, templates, and content are all customizable." -msgstr "Edite visualmente cada parte do seu sítio. Cabeçalhos, rodapés, modelos e conteúdo são todos personalizáveis." - -#: patterns/features-icon-list.php -msgid "Dark Mode Support" -msgstr "Suporte para modo escuro" - -#: patterns/features-icon-list.php -msgid "Built-in dark mode toggle that respects user preferences and persists across visits." -msgstr "Alternador de modo escuro integrado que respeita as preferências do utilizador e persiste entre visitas." - -#: patterns/features-2-col-offset.php -msgid "Feature illustration" -msgstr "Ilustração de funcionalidade" - -#: patterns/features-2-col-offset.php -msgid "Designed for modern workflows" -msgstr "Concebido para fluxos de trabalho modernos" - -#: patterns/features-2-col-offset.php -msgid "Streamline your development process with a theme that works the way you do." -msgstr "Otimize o seu processo de desenvolvimento com um tema que funciona como trabalha." - -#: patterns/features-2-col-offset.php -msgid "Block Patterns" -msgstr "Padrões de blocos" - -#: patterns/features-2-col-offset.php -msgid "Pre-built patterns for common page sections. Drop them in and customize to fit your needs." -msgstr "Padrões pré-construídos para secções de página comuns. Insira-os e personalize-os conforme as suas necessidades." - -#: patterns/features-2-col-offset.php -msgid "Style Variations" -msgstr "Variações de estilo" - -#: patterns/features-2-col-offset.php -msgid "Switch between color schemes with a single click. Choose from multiple professionally designed palettes." -msgstr "Alterne entre esquemas de cores com um único clique. Escolha entre múltiplas paletas concebidas profissionalmente." - -#: patterns/cta-banner.php -msgid "Ready to get started?" -msgstr "Pronto para começar?" - -#: patterns/cta-banner.php -msgid "Start building your website today with our powerful and flexible theme." -msgstr "Comece a criar o seu sítio web hoje mesmo com o nosso tema poderoso e flexível." - -#: patterns/cta-banner.php -msgid "Start Now" -msgstr "Começar agora" - -#: patterns/cta-newsletter.php -msgid "Stay in the loop" -msgstr "Mantenha-se informado" - -#: patterns/cta-newsletter.php -msgid "Subscribe to our newsletter for updates, tips, and exclusive content." -msgstr "Subscreva a nossa newsletter para receber atualizações, dicas e conteúdo exclusivo." - -#: patterns/cta-newsletter.php -msgid "Enter your email address" -msgstr "Introduza o seu endereço de correio eletrónico" - -#: patterns/cta-newsletter.php -msgid "Subscribe" -msgstr "Subscrever" - -#: patterns/testimonials-2-col.php -msgid "What our clients say" -msgstr "O que dizem os nossos clientes" - -#: patterns/testimonials-2-col.php -msgid "This theme completely transformed our website. The Bootstrap integration makes it incredibly easy to create professional-looking pages without any custom code." -msgstr "Este tema transformou completamente o nosso sítio web. A integração com Bootstrap torna incrivelmente fácil criar páginas com aspeto profissional sem qualquer código personalizado." - -#: patterns/testimonials-2-col.php -msgid "Jane Doe, Web Designer" -msgstr "Jane Doe, Web Designer" - -#: patterns/testimonials-2-col.php -msgid "The dark mode support and style variations give us the flexibility we need. Our clients love being able to switch between color schemes effortlessly." -msgstr "O suporte para modo escuro e as variações de estilo dão-nos a flexibilidade de que precisamos. Os nossos clientes adoram poder alternar entre esquemas de cores sem esforço." - -#: patterns/testimonials-2-col.php -msgid "John Smith, Developer" -msgstr "John Smith, Programador" - -#: patterns/testimonials-centered.php -msgid "The best WordPress theme we have ever used. Clean code, beautiful design, and incredible flexibility." -msgstr "O melhor tema WordPress que alguma vez utilizámos. Código limpo, design bonito e flexibilidade incrível." - -#: patterns/testimonials-centered.php -msgid "Alex Johnson, Creative Director" -msgstr "Alex Johnson, Diretor criativo" - -#: patterns/pricing-3-col.php -#: functions.php -msgid "Pricing" -msgstr "Preços" - -#: patterns/pricing-3-col.php -msgid "Choose the plan that works best for you." -msgstr "Escolha o plano que melhor se adapta às suas necessidades." - -#: patterns/pricing-3-col.php -msgid "Basic" -msgstr "Básico" - -#: patterns/pricing-3-col.php -msgid "Free" -msgstr "Gratuito" - -#: patterns/pricing-3-col.php -msgid "1 Website" -msgstr "1 sítio web" - -#: patterns/pricing-3-col.php -msgid "Community Support" -msgstr "Suporte comunitário" - -#: patterns/pricing-3-col.php -msgid "Core Features" -msgstr "Funcionalidades base" - -#: patterns/pricing-3-col.php -msgid "Professional" -msgstr "Profissional" - -#: patterns/pricing-3-col.php -msgid "$49" -msgstr "49 $" - -#: patterns/pricing-3-col.php -msgid "5 Websites" -msgstr "5 sítios web" - -#: patterns/pricing-3-col.php -msgid "Priority Support" -msgstr "Suporte prioritário" - -#: patterns/pricing-3-col.php -msgid "All Features" -msgstr "Todas as funcionalidades" - -#: patterns/pricing-3-col.php -msgid "Enterprise" -msgstr "Empresarial" - -#: patterns/pricing-3-col.php -msgid "$199" -msgstr "199 $" - -#: patterns/pricing-3-col.php -msgid "Unlimited Websites" -msgstr "Sítios web ilimitados" - -#: patterns/pricing-3-col.php -msgid "Dedicated Support" -msgstr "Suporte dedicado" - -#: patterns/pricing-3-col.php -msgid "Custom Development" -msgstr "Desenvolvimento à medida" - -#: patterns/pricing-3-col.php -#: patterns/page-services.php -#: patterns/page-contact.php -msgid "Contact Us" -msgstr "Contacte-nos" - -#: patterns/contact-info.php -msgid "Get in touch" -msgstr "Entre em contacto" - -#: patterns/contact-info.php -msgid "We would love to hear from you. Reach out through any of the channels below." -msgstr "Gostaríamos muito de ter as suas notícias. Contacte-nos através de qualquer um dos canais abaixo." - -#: patterns/contact-info.php -#: patterns/page-contact.php -msgid "Address" -msgstr "Morada" - -#: patterns/contact-info.php -msgid "123 Example Street" -msgstr "Rua do Exemplo 123" - -#: patterns/contact-info.php -msgid "8000 Zurich, Switzerland" -msgstr "8000 Zurique, Suíça" - -#: patterns/contact-info.php -#: patterns/page-contact.php -msgid "Phone" -msgstr "Telefone" - -#: patterns/contact-info.php -msgid "+41 44 123 45 67" -msgstr "+41 44 123 45 67" - -#: patterns/contact-info.php -#: patterns/cta-newsletter.php -#: patterns/page-contact.php -msgid "Email" -msgstr "Correio eletrónico" - -#: patterns/contact-info.php -#: patterns/page-contact.php -msgid "info@example.com" -msgstr "info@example.com" - -#: patterns/text-faq.php -msgid "Frequently Asked Questions" -msgstr "Perguntas frequentes" - -#: patterns/text-faq.php -msgid "How do I install the theme?" -msgstr "Como instalo o tema?" - -#: patterns/text-faq.php -msgid "Download the ZIP file from the releases page, then upload it via WordPress Admin > Appearance > Themes > Add New > Upload Theme." -msgstr "Descarregue o ficheiro ZIP da página de versões e depois carregue-o através de Administração WordPress > Aparência > Temas > Adicionar novo > Carregar tema." - -#: patterns/text-faq.php -msgid "Does it work with the Site Editor?" -msgstr "Funciona com o editor de sítio?" - -#: patterns/text-faq.php -msgid "Yes, this is a Full Site Editing block theme. You can customize templates, headers, footers, and all block patterns using the WordPress Site Editor." -msgstr "Sim, este é um tema de blocos de edição completa do sítio. Pode personalizar modelos, cabeçalhos, rodapés e todos os padrões de blocos utilizando o editor de sítio do WordPress." - -#: patterns/text-faq.php -msgid "Can I use my own fonts?" -msgstr "Posso usar os meus próprios tipos de letra?" - -#: patterns/text-faq.php -msgid "The theme comes with Inter, Lora, and system font stacks. You can add custom fonts through the Site Editor or by modifying theme.json." -msgstr "O tema inclui Inter, Lora e pilhas de tipos de letra do sistema. Pode adicionar tipos de letra personalizados através do editor de sítio ou modificando o theme.json." - -#: patterns/text-faq.php -msgid "Is dark mode supported?" -msgstr "O modo escuro é suportado?" - -#: patterns/text-faq.php -msgid "Yes, the theme includes a dark mode toggle that uses Bootstrap 5.3 built-in dark mode. It respects system preferences and remembers your choice." -msgstr "Sim, o tema inclui um alternador de modo escuro que utiliza o modo escuro integrado do Bootstrap 5.3. Respeita as preferências do sistema e memoriza a sua escolha." - -#: patterns/text-about.php -msgid "About us" -msgstr "Sobre nós" - -#: patterns/text-about.php -msgid "We are passionate about creating tools that empower people to build beautiful websites. Our theme combines the reliability of Bootstrap with the flexibility of WordPress." -msgstr "Somos apaixonados por criar ferramentas que capacitam as pessoas a construir sítios web bonitos. O nosso tema combina a fiabilidade do Bootstrap com a flexibilidade do WordPress." - -#: patterns/text-about.php -msgid "With years of experience in web development and design, we understand what it takes to create a theme that is both powerful and easy to use." -msgstr "Com anos de experiência em desenvolvimento web e design, compreendemos o que é necessário para criar um tema que seja simultaneamente poderoso e fácil de usar." - -#: patterns/text-about.php -#: patterns/page-about.php -msgid "About us image" -msgstr "Imagem sobre nós" - -#: patterns/hidden-sidebar.php -msgid "Recent Posts" -msgstr "Artigos recentes" - -#: patterns/hidden-sidebar.php -msgid "Tags" -msgstr "Etiquetas" - -#: patterns/dark-mode-toggle.php -msgid "Switch to dark mode" -msgstr "Mudar para modo escuro" - -#: patterns/dark-mode-toggle.php -msgid "Switch to light mode" -msgstr "Mudar para modo claro" - -#: functions.php +#: style.css +msgid "" +"A modern WordPress Block Theme built from scratch with Bootstrap 5. Features " +"responsive design, dark mode support, and full compatibility with the " +"WordPress Site Editor." +msgstr "Um tema de blocos moderno para WordPress construído de raiz com Bootstrap 5. Inclui design responsivo, suporte para modo escuro e total compatibilidade com o Editor de site do WordPress." +"Um tema de blocos WordPress moderno construído de raiz com Bootstrap 5. " +"Inclui design responsivo, suporte para modo escuro e total compatibilidade " +"com o editor de site do WordPress." + +#. Author of the theme +#: style.css +msgid "Marco Graetsch" +msgstr "Marco Graetsch" + +#. Author URI of the theme +#: style.css +msgid "https://src.bundespruefstelle.ch/magdev" +msgstr "https://src.bundespruefstelle.ch/magdev" + +#: functions.php:43 msgid "Primary Navigation" msgstr "Navegação principal" -#: functions.php +#: functions.php:44 msgid "Footer Navigation" msgstr "Navegação do rodapé" -#: functions.php -msgid "Pages" -msgstr "Páginas" +#: functions.php:58 +msgid "Sidebar" +msgstr "Barra lateral" -#: functions.php -msgid "A collection of full page layouts." -msgstr "Uma coleção de disposições de página inteira." +#: functions.php:60 +msgid "Add widgets here to appear in the sidebar." +msgstr "Adicione widgets aqui para aparecerem na barra lateral." -#: functions.php -msgid "Hero Sections" -msgstr "Secções de destaque" - -#: functions.php -msgid "Large hero and banner sections." -msgstr "Grandes secções de destaque e faixa." - -#: functions.php -msgid "Call to Action" -msgstr "Apelo à ação" - -#: functions.php -msgid "Call to action sections." -msgstr "Secções de apelo à ação." - -#: functions.php -msgid "Feature and service showcase sections." -msgstr "Secções de apresentação de funcionalidades e serviços." - -#: functions.php -msgid "Testimonials" -msgstr "Testemunhos" - -#: functions.php -msgid "Testimonial and review sections." -msgstr "Secções de testemunhos e avaliações." - -#: functions.php -msgid "Pricing table sections." -msgstr "Secções de tabelas de preços." - -#: functions.php -msgid "Contact" -msgstr "Contacto" - -#: functions.php -msgid "Contact information sections." -msgstr "Secções de informações de contacto." - -#: functions.php -msgid "Text & Content" -msgstr "Texto e conteúdo" - -#: functions.php -msgid "Text-focused content sections." -msgstr "Secções de conteúdo centradas em texto." - -#: functions.php -msgid "Checkmark" -msgstr "Marca de verificação" - -#: functions.php -msgid "Unstyled" -msgstr "Sem estilo" - -#: functions.php -msgid "Card" -msgstr "Cartão" - -#: functions.php -msgid "Card with Shadow" -msgstr "Cartão com sombra" - -#: functions.php -msgid "Alert - Info" -msgstr "Alerta - Informação" - -#: functions.php -msgid "Alert - Success" -msgstr "Alerta - Sucesso" - -#: functions.php -msgid "Alert - Warning" -msgstr "Alerta - Aviso" - -#: functions.php -msgid "Alert - Danger" -msgstr "Alerta - Perigo" - -#: functions.php -msgid "Striped Rows" -msgstr "Linhas listradas" - -#: functions.php -msgid "Hover Rows" -msgstr "Linhas com destaque" - -#: functions.php -msgid "Bordered" -msgstr "Com contorno" - -#: functions.php -msgid "Accent Border" -msgstr "Contorno de realce" - -#: functions.php -msgid "Shadow" -msgstr "Sombra" - -#: functions.php -msgid "Large Rounded" -msgstr "Grande arredondado" - -#: functions.php -msgid "Large" -msgstr "Grande" - -#: functions.php -msgid "Small" -msgstr "Pequeno" - -#: functions.php -msgid "Wide" -msgstr "Largo" - -#: functions.php -msgid "Name" -msgstr "Nome" - -#: functions.php -msgid "Website" -msgstr "Sítio web" - -#: functions.php -msgid "Save my name, email, and website in this browser for the next time I comment." -msgstr "Guardar o meu nome, correio eletrónico e sítio web neste navegador para a próxima vez que comentar." - -#: functions.php +#: functions.php:494 msgid "Bootstrap Layout" msgstr "Disposição Bootstrap" -#: functions.php +#: functions.php:499 msgid "Bootstrap Components" msgstr "Componentes Bootstrap" -#: functions.php +#: functions.php:504 msgid "Bootstrap Navigation" msgstr "Navegação Bootstrap" -#: functions.php +#: functions.php:522 +msgid "Pages" +msgstr "Páginas" + +#: functions.php:523 +msgid "A collection of full page layouts." +msgstr "Uma coleção de disposições de página inteira." + +#: functions.php:530 +msgid "Hero Sections" +msgstr "Secções de destaque" + +#: functions.php:531 +msgid "Large hero and banner sections." +msgstr "Grandes secções de destaque e faixa." + +#: functions.php:538 +msgid "Call to Action" +msgstr "Apelo à ação" + +#: functions.php:539 +msgid "Call to action sections." +msgstr "Secções de apelo à ação." + +#: functions.php:546 patterns/features-3-col.php:14 +msgid "Features" +msgstr "Funcionalidades" + +#: functions.php:547 +msgid "Feature and service showcase sections." +msgstr "Secções de apresentação de funcionalidades e serviços." + +#: functions.php:554 +msgid "Testimonials" +msgstr "Testemunhos" + +#: functions.php:555 +msgid "Testimonial and review sections." +msgstr "Secções de testemunhos e avaliações." + +#: functions.php:562 patterns/pricing-3-col.php:14 +msgid "Pricing" +msgstr "Preços" + +#: functions.php:563 +msgid "Pricing table sections." +msgstr "Secções de tabelas de preços." + +#: functions.php:570 +msgid "Contact" +msgstr "Contacto" + +#: functions.php:571 +msgid "Contact information sections." +msgstr "Secções de informações de contacto." + +#: functions.php:578 +msgid "Text & Content" +msgstr "Texto e conteúdo" + +#: functions.php:579 +msgid "Text-focused content sections." +msgstr "Secções de conteúdo centradas em texto." + +#: functions.php:586 msgid "Layout" msgstr "Disposição" -#: functions.php +#: functions.php:587 msgid "Layout building blocks for page structure." msgstr "Blocos de construção de disposição para a estrutura de páginas." -#: functions.php +#: functions.php:594 msgid "Components" msgstr "Componentes" -#: functions.php +#: functions.php:595 msgid "Reusable Bootstrap component patterns." msgstr "Padrões de componentes Bootstrap reutilizáveis." -#: functions.php -#: patterns/footer-columns.php +#: functions.php:602 patterns/footer-columns.php:30 msgid "Navigation" msgstr "Navegação" -#: functions.php +#: functions.php:603 msgid "Navigation and header patterns." msgstr "Padrões de navegação e cabeçalho." -#: patterns/layout-container.php -msgid "Heading goes here" -msgstr "O título vai aqui" +#: functions.php:620 +msgid "Checkmark" +msgstr "Marca de verificação" -#: patterns/layout-container.php -msgid "This is a content container with constrained width and comfortable padding. Replace this text with your own content." -msgstr "Este é um contentor de conteúdo com largura restrita e espaçamento confortável. Substitua este texto pelo seu próprio conteúdo." +#: functions.php:629 +msgid "Unstyled" +msgstr "Sem estilo" -#: patterns/layout-2-col.php -#: patterns/layout-3-col.php -msgid "Column One" -msgstr "Coluna um" +#: functions.php:637 +msgid "Card" +msgstr "Cartão" -#: patterns/layout-2-col.php -msgid "Add your content here. This column takes up half the available width on larger screens and stacks on mobile devices." -msgstr "Adicione o seu conteúdo aqui. Esta coluna ocupa metade da largura disponível em ecrãs maiores e empilha-se em dispositivos móveis." +#: functions.php:645 +msgid "Card with Shadow" +msgstr "Cartão com sombra" -#: patterns/layout-2-col.php -#: patterns/layout-3-col.php -msgid "Column Two" -msgstr "Coluna dois" +#: functions.php:653 +msgid "Alert - Info" +msgstr "Alerta - Informação" -#: patterns/layout-3-col.php -msgid "Column Three" -msgstr "Coluna três" +#: functions.php:661 +msgid "Alert - Success" +msgstr "Alerta - Sucesso" -#: patterns/layout-3-col.php -msgid "Add your content here. This column takes up one third of the available width on larger screens." -msgstr "Adicione o seu conteúdo aqui. Esta coluna ocupa um terço da largura disponível em ecrãs maiores." +#: functions.php:669 +msgid "Alert - Warning" +msgstr "Alerta - Aviso" -#: patterns/layout-full-width-section.php -msgid "Full Width Section Heading" -msgstr "Título da secção de largura total" +#: functions.php:677 +msgid "Alert - Danger" +msgstr "Alerta - Perigo" -#: patterns/layout-full-width-section.php -msgid "This full-width section stands out with a colored background. Use it to highlight important content, announcements, or calls to action." -msgstr "Esta secção de largura total destaca-se com um fundo colorido. Utilize-a para realçar conteúdo importante, anúncios ou apelos à ação." +#: functions.php:685 +msgid "Striped Rows" +msgstr "Linhas listradas" -#: patterns/component-card-group.php -msgid "Card One" -msgstr "Cartão um" +#: functions.php:693 +msgid "Hover Rows" +msgstr "Linhas com destaque" -#: patterns/component-card-group.php -msgid "Card Two" -msgstr "Cartão dois" +#: functions.php:701 +msgid "Bordered" +msgstr "Com contorno" -#: patterns/component-card-group.php -msgid "Card Three" -msgstr "Cartão três" +#: functions.php:709 +msgid "Accent Border" +msgstr "Contorno de realce" -#: patterns/component-card-group.php -msgid "Add a short description for this card. Cards are a great way to organize and present related content." -msgstr "Adicione uma breve descrição para este cartão. Os cartões são uma excelente forma de organizar e apresentar conteúdo relacionado." +#: functions.php:717 +msgid "Shadow" +msgstr "Sombra" + +#: functions.php:725 +msgid "Large Rounded" +msgstr "Grande arredondado" + +#: functions.php:733 +msgid "Large" +msgstr "Grande" + +#: functions.php:741 +msgid "Small" +msgstr "Pequeno" + +#: functions.php:749 +msgid "Wide" +msgstr "Largo" + +#: functions.php:801 +msgid "Name" +msgstr "Nome" + +#: functions.php:806 patterns/contact-info.php:44 +#: patterns/cta-newsletter.php:21 patterns/page-contact.php:34 +msgid "Email" +msgstr "Correio eletrónico" + +#: functions.php:811 +msgid "Website" +msgstr "Sítio web" + +#: functions.php:819 +msgid "" +"Save my name, email, and website in this browser for the next time I comment." +msgstr "Guardar o meu nome, endereço de e-mail e site neste navegador para a próxima vez que comentar." +"Guardar o meu nome, correio eletrónico e sítio web neste navegador para a " +"próxima vez que comentar." + +#: inc/Template/ContextBuilder.php:199 patterns/template-query-loop.php:25 +msgid "Read more" +msgstr "Ler mais" + +#: inc/Template/ContextBuilder.php:237 patterns/post-navigation.php:17 +msgid "Previous" +msgstr "Anterior" + +#: inc/Template/ContextBuilder.php:238 patterns/post-navigation.php:18 +msgid "Next" +msgstr "Seguinte" + +#: inc/Template/ContextBuilder.php:274 +#, php-format +msgid "%s Comment" +msgid_plural "%s Comments" +msgstr[0] "%s comentário" +msgstr[1] "%s comentários" + +#: inc/Template/ContextBuilder.php:329 +msgid "Leave a Comment" +msgstr "Deixar um comentário" + +#: inc/Template/ContextBuilder.php:335 +msgid "Comment" +msgstr "Comentário" + +#: patterns/comments.php +msgctxt "Pattern title" +msgid "Comments" +msgstr "Comentários" + +#: patterns/comments.php +msgctxt "Pattern description" +msgid "Comments section with form." +msgstr "Secção de comentários com formulário." + +#: patterns/comments.php:15 +msgid "Comments" +msgstr "Comentários" #: patterns/component-accordion.php +msgctxt "Pattern title" msgid "Accordion" msgstr "Acordeão" #: patterns/component-accordion.php +msgctxt "Pattern description" +msgid "" +"An accordion section using details blocks with summary and content " +"paragraphs." +msgstr "Uma secção em acordeão que utiliza blocos de detalhes com resumo e parágrafos de conteúdo." + +#: patterns/component-accordion.php:14 +msgid "Accordion" +msgstr "Acordeão" + +#: patterns/component-accordion.php:18 msgid "Click on each item to expand and reveal its content." msgstr "Clique em cada item para expandir e revelar o seu conteúdo." -#: patterns/component-accordion.php +#: patterns/component-accordion.php:22 msgid "Accordion Item One" msgstr "Item do acordeão um" -#: patterns/component-accordion.php -msgid "This is the content for the first accordion item. You can add any blocks inside this details element to create rich, expandable content sections." -msgstr "Este é o conteúdo do primeiro item do acordeão. Pode adicionar quaisquer blocos dentro deste elemento details para criar secções de conteúdo ricas e expansíveis." +#: patterns/component-accordion.php:23 +msgid "" +"This is the content for the first accordion item. You can add any blocks " +"inside this details element to create rich, expandable content sections." +msgstr "Este é o conteúdo do primeiro item do acordeão. Pode adicionar quaisquer blocos dentro deste elemento de detalhes para criar secções de conteúdo ricas e expansíveis." +"Este é o conteúdo do primeiro item do acordeão. Pode adicionar quaisquer " +"blocos dentro deste elemento details para criar secções de conteúdo ricas e " +"expansíveis." -#: patterns/component-accordion.php +#: patterns/component-accordion.php:28 msgid "Accordion Item Two" msgstr "Item do acordeão dois" -#: patterns/component-accordion.php -msgid "This is the content for the second accordion item. Details blocks are a native HTML element that provide toggle functionality without JavaScript." -msgstr "Este é o conteúdo do segundo item do acordeão. Os blocos details são um elemento HTML nativo que fornece funcionalidade de alternância sem JavaScript." +#: patterns/component-accordion.php:29 +msgid "" +"This is the content for the second accordion item. Details blocks are a " +"native HTML element that provide toggle functionality without JavaScript." +msgstr "Este é o conteúdo do segundo item do acordeão. Os blocos de detalhes são um elemento HTML nativo que fornece funcionalidade de alternância sem JavaScript." +"Este é o conteúdo do segundo item do acordeão. Os blocos details são um " +"elemento HTML nativo que fornece funcionalidade de alternância sem " +"JavaScript." -#: patterns/component-accordion.php +#: patterns/component-accordion.php:34 msgid "Accordion Item Three" msgstr "Item do acordeão três" -#: patterns/component-accordion.php -msgid "This is the content for the third accordion item. Use accordions to organize frequently asked questions, feature lists, or any content that benefits from progressive disclosure." -msgstr "Este é o conteúdo do terceiro item do acordeão. Utilize os acordeões para organizar perguntas frequentes, listas de funcionalidades ou qualquer conteúdo que beneficie de divulgação progressiva." +#: patterns/component-accordion.php:35 +msgid "" +"This is the content for the third accordion item. Use accordions to organize " +"frequently asked questions, feature lists, or any content that benefits from " +"progressive disclosure." +msgstr "Este é o conteúdo do terceiro item do acordeão. Utilize acordeões para organizar perguntas frequentes, listas de funcionalidades ou qualquer conteúdo que beneficie de divulgação progressiva." +"Este é o conteúdo do terceiro item do acordeão. Utilize os acordeões para " +"organizar perguntas frequentes, listas de funcionalidades ou qualquer " +"conteúdo que beneficie de divulgação progressiva." -#: patterns/page-about.php -msgid "About Us" -msgstr "Sobre nós" +#: patterns/component-card-group.php +msgctxt "Pattern title" +msgid "Card Group" +msgstr "Grupo de cartões" -#: patterns/page-about.php -msgid "Learn more about who we are, what we do, and the people behind our mission." -msgstr "Saiba mais sobre quem somos, o que fazemos e as pessoas por detrás da nossa missão." +#: patterns/component-card-group.php +msgctxt "Pattern description" +msgid "" +"A three-column card group with shadow-styled cards, each containing a " +"heading and paragraph." +msgstr "Um grupo de cartões de três colunas com cartões com sombra, cada um contendo um título e um parágrafo." -#: patterns/page-about.php -msgid "Our Story" -msgstr "A nossa história" +#: patterns/component-card-group.php:17 +msgid "Card One" +msgstr "Cartão um" -#: patterns/page-about.php -msgid "Founded with a passion for innovation and excellence, our journey began with a simple idea: to create meaningful solutions that make a real difference. Over the years, we have grown from a small team into a dedicated group of professionals committed to delivering outstanding results." -msgstr "Fundada com paixão pela inovação e excelência, a nossa jornada começou com uma ideia simples: criar soluções significativas que façam uma diferença real. Ao longo dos anos, crescemos de uma pequena equipa para um grupo dedicado de profissionais empenhados em entregar resultados excecionais." +#: patterns/component-card-group.php:21 patterns/component-card-group.php:33 +#: patterns/component-card-group.php:45 +msgid "" +"Add a short description for this card. Cards are a great way to organize and " +"present related content." +msgstr "Adicione uma breve descrição para este cartão. Os cartões são uma excelente forma de organizar e apresentar conteúdo relacionado." +"Adicione uma breve descrição para este cartão. Os cartões são uma excelente " +"forma de organizar e apresentar conteúdo relacionado." -#: patterns/page-about.php -msgid "Today, we continue to push boundaries and challenge conventions. Our approach combines creative thinking with proven methodologies, ensuring that every project we undertake meets the highest standards of quality and craftsmanship." -msgstr "Hoje, continuamos a ultrapassar limites e a desafiar convenções. A nossa abordagem combina pensamento criativo com metodologias comprovadas, garantindo que cada projeto que empreendemos cumpre os mais elevados padrões de qualidade e mestria." +#: patterns/component-card-group.php:29 +msgid "Card Two" +msgstr "Cartão dois" -#: patterns/page-about.php -msgid "Our Team" -msgstr "A nossa equipa" +#: patterns/component-card-group.php:41 +msgid "Card Three" +msgstr "Cartão três" -#: patterns/page-about.php -msgid "Meet the people who make it all happen." -msgstr "Conheça as pessoas que tornam tudo isto possível." +#: patterns/contact-info.php +msgctxt "Pattern title" +msgid "Contact information" +msgstr "Informações de contacto" -#: patterns/page-about.php -msgid "Jane Doe" -msgstr "Jane Doe" +#: patterns/contact-info.php +msgctxt "Pattern description" +msgid "" +"A three-column contact information layout with address, phone, and email." +msgstr "Um esquema de informações de contacto de três colunas com morada, telefone e e-mail." -#: patterns/page-about.php -msgid "Founder & CEO" -msgstr "Fundadora e CEO" - -#: patterns/page-about.php -msgid "John Smith" -msgstr "John Smith" - -#: patterns/page-about.php -msgid "Lead Developer" -msgstr "Programador principal" - -#: patterns/page-about.php -msgid "Emily Johnson" -msgstr "Emily Johnson" - -#: patterns/page-about.php -msgid "Creative Director" -msgstr "Diretora criativa" - -#: patterns/page-services.php -msgid "Our Services" -msgstr "Os nossos serviços" - -#: patterns/page-services.php -msgid "Professional solutions tailored to your needs." -msgstr "Soluções profissionais adaptadas às suas necessidades." - -#: patterns/page-services.php -msgid "What We Offer" -msgstr "O que oferecemos" - -#: patterns/page-services.php -msgid "We provide a wide range of services to help your business grow and succeed." -msgstr "Disponibilizamos uma vasta gama de serviços para ajudar o seu negócio a crescer e prosperar." - -#: patterns/page-services.php -msgid "Design" -msgstr "Design" - -#: patterns/page-services.php -msgid "Beautiful, user-centered designs that capture your brand identity and engage your audience across all platforms and devices." -msgstr "Designs bonitos e centrados no utilizador que captam a identidade da sua marca e envolvem o seu público em todas as plataformas e dispositivos." - -#: patterns/page-services.php -msgid "Development" -msgstr "Desenvolvimento" - -#: patterns/page-services.php -msgid "Robust, scalable web applications built with modern technologies and best practices to ensure performance and reliability." -msgstr "Aplicações web robustas e escaláveis construídas com tecnologias modernas e boas práticas para garantir desempenho e fiabilidade." - -#: patterns/page-services.php -msgid "Strategy" -msgstr "Estratégia" - -#: patterns/page-services.php -msgid "Data-driven strategies and consulting to help you achieve your business goals and stay ahead of the competition." -msgstr "Estratégias baseadas em dados e consultoria para o ajudar a alcançar os seus objetivos empresariais e manter-se à frente da concorrência." - -#: patterns/page-services.php -msgid "Ready to take your project to the next level? Let us help you build something great." -msgstr "Pronto para levar o seu projeto ao próximo nível? Deixe-nos ajudá-lo a construir algo grandioso." - -#: patterns/page-services.php -msgid "View Portfolio" -msgstr "Ver portfólio" - -#: patterns/page-contact.php -msgid "We would love to hear from you. Reach out to us anytime." -msgstr "Gostaríamos muito de ter as suas notícias. Contacte-nos a qualquer momento." - -#: patterns/page-contact.php -msgid "Get in Touch" +#: patterns/contact-info.php:14 +msgid "Get in touch" msgstr "Entre em contacto" -#: patterns/page-contact.php -msgid "123 Main Street, Suite 100, Anytown, ST 12345" -msgstr "Rua Principal 123, Sala 100, 1000-001 Lisboa" +#: patterns/contact-info.php:18 +msgid "" +"We would love to hear from you. Reach out through any of the channels below." +msgstr "Gostaríamos muito de ouvir a sua opinião. Contacte-nos através de qualquer um dos canais abaixo." +"Gostaríamos muito de ter as suas notícias. Contacte-nos através de qualquer " +"um dos canais abaixo." -#: patterns/page-contact.php -msgid "+1 (555) 123-4567" -msgstr "+351 21 123 4567" +#: patterns/contact-info.php:24 patterns/page-contact.php:30 +msgid "Address" +msgstr "Morada" -#: patterns/page-contact.php -msgid "Business Hours" -msgstr "Horário de funcionamento" +#: patterns/contact-info.php:28 +msgid "123 Example Street" +msgstr "Rua do Exemplo 123" -#: patterns/page-contact.php -msgid "Monday - Friday:" -msgstr "Segunda - Sexta:" +#: patterns/contact-info.php:28 +msgid "8000 Zurich, Switzerland" +msgstr "8000 Zurique, Suíça" -#: patterns/page-contact.php -msgid "9:00 AM - 6:00 PM" -msgstr "9:00 - 18:00" +#: patterns/contact-info.php:34 patterns/page-contact.php:38 +msgid "Phone" +msgstr "Telefone" -#: patterns/page-contact.php -msgid "Saturday:" -msgstr "Sábado:" +#: patterns/contact-info.php:38 +msgid "+41 44 123 45 67" +msgstr "+41 44 123 45 67" -#: patterns/page-contact.php -msgid "10:00 AM - 4:00 PM" -msgstr "10:00 - 16:00" +#: patterns/contact-info.php:48 patterns/page-contact.php:34 +msgid "info@example.com" +msgstr "info@example.com" -#: patterns/page-contact.php -msgid "Sunday:" -msgstr "Domingo:" +#: patterns/cta-banner.php +msgctxt "Pattern title" +msgid "Call to action banner" +msgstr "Banner de chamada à ação" -#: patterns/page-contact.php -msgid "Closed" -msgstr "Encerrado" +#: patterns/cta-banner.php +msgctxt "Pattern description" +msgid "" +"A full-width call to action banner with a colored background, heading, " +"description, and button." +msgstr "Um banner de chamada à ação de largura total com fundo colorido, título, descrição e botão." -#. translators: Copyright notice. %1$s: Year, %2$s: Site title. -#: patterns/footer-minimal.php -msgid "© %1$s %2$s. All rights reserved." -msgstr "© %1$s %2$s. Todos os direitos reservados." +#: patterns/cta-banner.php:14 +msgid "Ready to get started?" +msgstr "Pronto para começar?" + +#: patterns/cta-banner.php:18 +msgid "Start building your website today with our powerful and flexible theme." +msgstr "Comece a construir o seu site hoje com o nosso tema potente e flexível." +"Comece a criar o seu sítio web hoje mesmo com o nosso tema poderoso e " +"flexível." + +#: patterns/cta-banner.php:23 +msgid "Start Now" +msgstr "Começar agora" + +#: patterns/cta-newsletter.php +msgctxt "Pattern title" +msgid "Newsletter signup" +msgstr "Inscrição na newsletter" + +#: patterns/cta-newsletter.php +msgctxt "Pattern description" +msgid "" +"A newsletter signup section with heading, description, and search block." +msgstr "Uma secção de inscrição na newsletter com título, descrição e bloco de pesquisa." + +#: patterns/cta-newsletter.php:14 +msgid "Stay in the loop" +msgstr "Mantenha-se informado" + +#: patterns/cta-newsletter.php:18 +msgid "Subscribe to our newsletter for updates, tips, and exclusive content." +msgstr "Subscreva a nossa newsletter para receber atualizações, dicas e conteúdo exclusivo." +"Subscreva a nossa newsletter para receber atualizações, dicas e conteúdo " +"exclusivo." + +#: patterns/cta-newsletter.php:21 +msgid "Enter your email address" +msgstr "Introduza o seu endereço de correio eletrónico" + +#: patterns/cta-newsletter.php:21 +msgid "Subscribe" +msgstr "Subscrever" + +#: patterns/dark-mode-toggle.php +msgctxt "Pattern title" +msgid "Dark mode toggle" +msgstr "Alternador de modo escuro" + +#: patterns/dark-mode-toggle.php +msgctxt "Pattern description" +msgid "A toggle button for switching between light and dark mode." +msgstr "Um botão de alternância para alternar entre o modo claro e o modo escuro." + +#: patterns/dark-mode-toggle.php:13 +msgid "Switch to dark mode" +msgstr "Mudar para modo escuro" + +#: patterns/dark-mode-toggle.php:13 +msgid "Switch to light mode" +msgstr "Mudar para modo claro" + +#: patterns/features-2-col-offset.php +msgctxt "Pattern title" +msgid "Features two columns with image" +msgstr "Funcionalidades em duas colunas com imagem" + +#: patterns/features-2-col-offset.php +msgctxt "Pattern description" +msgid "" +"A two-column layout with a large image on the left and stacked features on " +"the right." +msgstr "Um esquema de duas colunas com uma imagem grande à esquerda e funcionalidades empilhadas à direita." + +#: patterns/features-2-col-offset.php:16 +msgid "Feature illustration" +msgstr "Ilustração de funcionalidade" + +#: patterns/features-2-col-offset.php:22 +msgid "Designed for modern workflows" +msgstr "Concebido para fluxos de trabalho modernos" + +#: patterns/features-2-col-offset.php:26 +msgid "" +"Streamline your development process with a theme that works the way you do." +msgstr "Otimize o seu processo de desenvolvimento com um tema que funciona da forma como trabalha." +"Otimize o seu processo de desenvolvimento com um tema que funciona como " +"trabalha." + +#: patterns/features-2-col-offset.php:34 +msgid "Block Patterns" +msgstr "Padrões de blocos" + +#: patterns/features-2-col-offset.php:38 +msgid "" +"Pre-built patterns for common page sections. Drop them in and customize to " +"fit your needs." +msgstr "Padrões pré-construídos para secções de página comuns. Insira-os e personalize-os de acordo com as suas necessidades." +"Padrões pré-construídos para secções de página comuns. Insira-os e " +"personalize-os conforme as suas necessidades." + +#: patterns/features-2-col-offset.php:46 +msgid "Style Variations" +msgstr "Variações de estilo" + +#: patterns/features-2-col-offset.php:50 +msgid "" +"Switch between color schemes with a single click. Choose from multiple " +"professionally designed palettes." +msgstr "Mude entre esquemas de cores com um único clique. Escolha entre múltiplas paletas desenhadas profissionalmente." +"Alterne entre esquemas de cores com um único clique. Escolha entre múltiplas " +"paletas concebidas profissionalmente." + +#: patterns/features-3-col.php +msgctxt "Pattern title" +msgid "Features three columns" +msgstr "Funcionalidades em três colunas" + +#: patterns/features-3-col.php +msgctxt "Pattern description" +msgid "A three-column feature grid with images, headings, and descriptions." +msgstr "Uma grelha de funcionalidades de três colunas com imagens, títulos e descrições." + +#: patterns/features-3-col.php:18 +msgid "Everything you need to build a modern website." +msgstr "Tudo o que precisa para criar um sítio web moderno." + +#: patterns/features-3-col.php:28 +msgid "Responsive Design" +msgstr "Design responsivo" + +#: patterns/features-3-col.php:32 +msgid "" +"Your website looks great on every device, from mobile phones to large " +"desktop screens." +msgstr "O seu site tem um ótimo aspeto em qualquer dispositivo, desde telemóveis a grandes ecrãs de secretária." +"O seu sítio web fica excelente em qualquer dispositivo, desde telemóveis a " +"grandes ecrãs de secretária." + +#: patterns/features-3-col.php:42 +msgid "Easy Customization" +msgstr "Personalização fácil" + +#: patterns/features-3-col.php:46 +msgid "" +"Customize colors, fonts, and layouts using the WordPress Site Editor with no " +"code required." +msgstr "Personalize cores, tipos de letra e esquemas utilizando o Editor de site do WordPress sem necessidade de código." +"Personalize cores, tipos de letra e disposições utilizando o editor de site " +"do WordPress sem necessidade de código." + +#: patterns/features-3-col.php:56 +msgid "Performance First" +msgstr "Desempenho em primeiro lugar" + +#: patterns/features-3-col.php:60 +msgid "" +"Built with speed in mind. Optimized assets and clean code for lightning-fast " +"page loads." +msgstr "Construído a pensar na velocidade. Recursos otimizados e código limpo para carregamentos de páginas ultrarrápidos." +"Concebido para a velocidade. Recursos otimizados e código limpo para " +"carregamentos de página ultrarrápidos." + +#: patterns/features-icon-list.php +msgctxt "Pattern title" +msgid "Features icon list" +msgstr "Lista de funcionalidades com ícones" + +#: patterns/features-icon-list.php +msgctxt "Pattern description" +msgid "A vertical list of features with icon images and text descriptions." +msgstr "Uma lista vertical de funcionalidades com imagens de ícones e descrições de texto." + +#: patterns/features-icon-list.php:14 +msgid "Why choose us" +msgstr "Porquê escolher-nos" + +#: patterns/features-icon-list.php:25 +msgid "Bootstrap 5 Framework" +msgstr "Framework Bootstrap 5" + +#: patterns/features-icon-list.php:29 +msgid "" +"Built on the most popular CSS framework. Leverage a proven, well-documented " +"design system." +msgstr "Construído sobre o framework CSS mais popular. Aproveite um sistema de design comprovado e bem documentado." +"Construído sobre a framework CSS mais popular. Tire partido de um sistema de " +"design comprovado e bem documentado." + +#: patterns/features-icon-list.php:41 +msgid "Full Site Editing" +msgstr "Edição completa do sítio" + +#: patterns/features-icon-list.php:45 +msgid "" +"Edit every part of your site visually. Headers, footers, templates, and " +"content are all customizable." +msgstr "Edite visualmente cada parte do seu site. Cabeçalhos, rodapés, modelos e conteúdo são todos personalizáveis." +"Edite visualmente cada parte do seu sítio. Cabeçalhos, rodapés, modelos e " +"conteúdo são todos personalizáveis." + +#: patterns/features-icon-list.php:57 +msgid "Dark Mode Support" +msgstr "Suporte para modo escuro" + +#: patterns/features-icon-list.php:61 +msgid "" +"Built-in dark mode toggle that respects user preferences and persists across " +"visits." +msgstr "Alternador de modo escuro integrado que respeita as preferências do utilizador e persiste entre visitas." +"Alternador de modo escuro integrado que respeita as preferências do " +"utilizador e persiste entre visitas." #: patterns/footer-columns.php +msgctxt "Pattern title" +msgid "Footer - Multi-Column" +msgstr "Rodapé - Multicoluna" + +#: patterns/footer-columns.php +msgctxt "Pattern description" +msgid "Multi-column footer with site info, navigation, and credits." +msgstr "Rodapé multicoluna com informações do site, navegação e créditos." + +#: patterns/footer-columns.php:22 msgid "A modern WordPress theme built with Bootstrap 5." msgstr "Um tema WordPress moderno construído com Bootstrap 5." -#: patterns/footer-columns.php +#: patterns/footer-columns.php:39 msgid "About" msgstr "Sobre" -#: patterns/footer-columns.php -msgid "This theme is proudly built with Bootstrap 5 and WordPress Full Site Editing." -msgstr "Este tema foi orgulhosamente construído com Bootstrap 5 e a edição completa do sítio WordPress." +#: patterns/footer-columns.php:42 +msgid "" +"This theme is proudly built with Bootstrap 5 and WordPress Full Site Editing." +msgstr "Este tema é desenvolvido com orgulho com Bootstrap 5 e a Edição de site completo do WordPress." +"Este tema foi orgulhosamente construído com Bootstrap 5 e a edição completa " +"do sítio WordPress." #. translators: Copyright notice. %1$s: Year, %2$s: Site title. -#: patterns/footer-columns.php +#: patterns/footer-columns.php:64 +#, php-format msgid "© %1$s %2$s" msgstr "© %1$s %2$s" -#: views/base.html.twig -msgid "Skip to main content" -msgstr "Saltar para o conteúdo principal" +#. translators: Powered by WordPress. %s: WordPress link. +#: patterns/footer-columns.php:76 patterns/footer.php:38 +#, php-format +msgid "Powered by %s" +msgstr "Desenvolvido com %s" -#: views/partials/header.html.twig -#: views/partials/header-centered.html.twig -#: views/partials/header-transparent.html.twig -#: views/partials/header-offcanvas.html.twig -msgid "Primary navigation" -msgstr "Navegação principal" +#: patterns/footer-columns.php:77 patterns/footer.php:39 +msgid "https://wordpress.org" +msgstr "https://pt.wordpress.org" -#: views/partials/footer.html.twig -#: views/partials/footer-columns.html.twig -msgid "Footer navigation" -msgstr "Navegação do rodapé" +#: patterns/footer-minimal.php +msgctxt "Pattern title" +msgid "Footer - Minimal" +msgstr "Rodapé - Mínimo" -#: functions.php +#: patterns/footer-minimal.php +msgctxt "Pattern description" +msgid "Minimal single-line footer with copyright." +msgstr "Rodapé minimalista de uma linha com direitos de autor." + +#. translators: Copyright notice. %1$s: Year, %2$s: Site title. +#: patterns/footer-minimal.php:25 +#, php-format +msgid "© %1$s %2$s. All rights reserved." +msgstr "© %1$s %2$s. Todos os direitos reservados." + +#: patterns/footer.php +msgctxt "Pattern title" +msgid "Footer" +msgstr "Rodapé" + +#: patterns/footer.php +msgctxt "Pattern description" +msgid "Site footer with site title, tagline, and credits." +msgstr "Rodapé do site com título do site, slogan e créditos." + +#: patterns/header-centered.php +msgctxt "Pattern title" +msgid "Header - Centered" +msgstr "Cabeçalho - Centrado" + +#: patterns/header-centered.php +msgctxt "Pattern description" +msgid "Centered header with site title above navigation." +msgstr "Cabeçalho centrado com o título do site acima da navegação." + +#: patterns/header-transparent.php +msgctxt "Pattern title" +msgid "Header - Transparent" +msgstr "Cabeçalho - Transparente" + +#: patterns/header-transparent.php +msgctxt "Pattern description" +msgid "Transparent header that overlays page content, ideal for hero sections." +msgstr "Cabeçalho transparente que se sobrepõe ao conteúdo da página, ideal para secções hero." + +#: patterns/header.php +msgctxt "Pattern title" +msgid "Header" +msgstr "Cabeçalho" + +#: patterns/header.php +msgctxt "Pattern description" +msgid "Site header with site title and navigation." +msgstr "Cabeçalho do site com título do site e navegação." + +#: patterns/hero-centered.php +msgctxt "Pattern title" +msgid "Hero centered" +msgstr "Hero centrado" + +#: patterns/hero-centered.php +msgctxt "Pattern description" +msgid "" +"A centered hero section with a colored background, heading, paragraph, and " +"call to action buttons." +msgstr "" + +#: patterns/hero-centered.php:14 +msgid "Welcome to your new website" +msgstr "Bem-vindo ao seu novo sítio web" + +#: patterns/hero-centered.php:18 +msgid "" +"Start building beautiful, responsive pages with the full power of Bootstrap " +"5 and the WordPress block editor." +msgstr "Comece a criar páginas bonitas e responsivas com todo o poder do Bootstrap 5 e o editor de blocos do WordPress." +"Comece a criar páginas bonitas e responsivas com todo o poder do Bootstrap 5 " +"e do editor de blocos do WordPress." + +#: patterns/hero-centered.php:23 patterns/hero-cover.php:23 +#: patterns/page-services.php:78 patterns/pricing-3-col.php:52 +#: patterns/pricing-3-col.php:91 +msgid "Get Started" +msgstr "Começar" + +#: patterns/hero-centered.php:27 patterns/hero-split.php:25 +#: patterns/text-about.php:29 +msgid "Learn More" +msgstr "Saber mais" + +#: patterns/hero-cover.php +msgctxt "Pattern title" +msgid "Hero with cover image" +msgstr "Hero com imagem de capa" + +#: patterns/hero-cover.php +msgctxt "Pattern description" +msgid "" +"A full-width hero section with a cover image, heading, paragraph, and call " +"to action button." +msgstr "" + +#: patterns/hero-cover.php:14 +msgid "Build something amazing" +msgstr "Construa algo incrível" + +#: patterns/hero-cover.php:18 +msgid "" +"Create modern, responsive websites with the power of Bootstrap 5 and the " +"WordPress Site Editor." +msgstr "Crie sites modernos e responsivos com o poder do Bootstrap 5 e o Editor de site do WordPress." +"Crie sítios web modernos e responsivos com o poder do Bootstrap 5 e do " +"editor de site do WordPress." + +#: patterns/hero-split.php +msgctxt "Pattern title" +msgid "Hero split with image" +msgstr "Hero dividido com imagem" + +#: patterns/hero-split.php +msgctxt "Pattern description" +msgid "" +"A two-column hero with text on the left and an image placeholder on the " +"right." +msgstr "Um hero de duas colunas com texto à esquerda e um marcador de posição de imagem à direita." + +#: patterns/hero-split.php:16 +msgid "Modern design meets powerful features" +msgstr "Design moderno aliado a funcionalidades poderosas" + +#: patterns/hero-split.php:20 +msgid "" +"A WordPress theme built from the ground up with Bootstrap 5 for a seamless " +"editing and browsing experience." +msgstr "Um tema WordPress construído de raiz com Bootstrap 5 para uma experiência de edição e navegação fluida." +"Um tema WordPress construído de raiz com Bootstrap 5 para uma experiência de " +"edição e navegação fluida." + +#: patterns/hero-split.php:29 +msgid "View Demo" +msgstr "Ver demonstração" + +#: patterns/hero-split.php:36 +msgid "Hero image" +msgstr "Imagem de destaque" + +#: patterns/hidden-404.php +msgctxt "Pattern title" +msgid "404" +msgstr "404" + +#: patterns/hidden-404.php:14 +msgid "Page not found" +msgstr "Página não encontrada" + +#: patterns/hidden-404.php:18 +msgid "" +"The page you are looking for does not exist, or it has been moved. Please " +"try searching using the form below." +msgstr "A página que procura não existe ou foi movida. Por favor, tente pesquisar utilizando o formulário abaixo." +"A página que procura não existe ou foi movida. Por favor, tente pesquisar " +"utilizando o formulário abaixo." + +#: patterns/hidden-blog-heading.php +msgctxt "Pattern title" +msgid "Blog heading" +msgstr "Título do blogue" + +#: patterns/hidden-blog-heading.php:12 +msgid "Blog" +msgstr "Blogue" + +#: patterns/hidden-search.php +msgctxt "Pattern title" +msgid "Search" +msgstr "Pesquisar" + +#: patterns/hidden-search.php:11 patterns/hidden-sidebar.php:32 +#: patterns/hidden-sidebar.php:35 +msgid "Search" +msgstr "Pesquisar" + +#: patterns/hidden-search.php:11 patterns/hidden-sidebar.php:35 +msgid "Search..." +msgstr "Pesquisar..." + +#: patterns/hidden-sidebar.php +msgctxt "Pattern title" msgid "Sidebar" msgstr "Barra lateral" -#: functions.php -msgid "Add widgets here to appear in the sidebar." -msgstr "Adicione widgets aqui para aparecerem na barra lateral." +#: patterns/hidden-sidebar.php +msgctxt "Pattern description" +msgid "Sidebar content with recent posts, search, and tag cloud." +msgstr "Conteúdo da barra lateral com publicações recentes, pesquisa e nuvem de etiquetas." -#: views/partials/sidebar.html.twig -msgid "Blog sidebar" -msgstr "Barra lateral do blogue" +#: patterns/hidden-sidebar.php:14 +msgid "Recent Posts" +msgstr "Artigos recentes" + +#: patterns/hidden-sidebar.php:42 +msgid "Tags" +msgstr "Etiquetas" + +#: patterns/hidden-written-by.php +msgctxt "Pattern title" +msgid "Written by" +msgstr "Escrito por" + +#: patterns/layout-2-col.php +msgctxt "Pattern title" +msgid "Two Columns" +msgstr "Duas colunas" + +#: patterns/layout-2-col.php +msgctxt "Pattern description" +msgid "" +"A two-column layout with equal width columns, each containing a heading and " +"paragraph." +msgstr "Um esquema de duas colunas com colunas de largura igual, cada uma contendo um título e um parágrafo." + +#: patterns/layout-2-col.php:16 patterns/layout-3-col.php:16 +msgid "Column One" +msgstr "Coluna um" + +#: patterns/layout-2-col.php:20 patterns/layout-2-col.php:30 +msgid "" +"Add your content here. This column takes up half the available width on " +"larger screens and stacks on mobile devices." +msgstr "Adicione o seu conteúdo aqui. Esta coluna ocupa metade da largura disponível em ecrãs maiores e empilha em dispositivos móveis." +"Adicione o seu conteúdo aqui. Esta coluna ocupa metade da largura disponível " +"em ecrãs maiores e empilha-se em dispositivos móveis." + +#: patterns/layout-2-col.php:26 patterns/layout-3-col.php:26 +msgid "Column Two" +msgstr "Coluna dois" + +#: patterns/layout-3-col.php +msgctxt "Pattern title" +msgid "Three Columns" +msgstr "Três colunas" + +#: patterns/layout-3-col.php +msgctxt "Pattern description" +msgid "" +"A three-column layout with equal width columns, each containing a heading " +"and paragraph." +msgstr "Um esquema de três colunas com colunas de largura igual, cada uma contendo um título e um parágrafo." + +#: patterns/layout-3-col.php:20 patterns/layout-3-col.php:30 +#: patterns/layout-3-col.php:40 +msgid "" +"Add your content here. This column takes up one third of the available width " +"on larger screens." +msgstr "Adicione o seu conteúdo aqui. Esta coluna ocupa um terço da largura disponível em ecrãs maiores." +"Adicione o seu conteúdo aqui. Esta coluna ocupa um terço da largura " +"disponível em ecrãs maiores." + +#: patterns/layout-3-col.php:36 +msgid "Column Three" +msgstr "Coluna três" + +#: patterns/layout-container.php +msgctxt "Pattern title" +msgid "Bootstrap Container" +msgstr "Contentor Bootstrap" + +#: patterns/layout-container.php +msgctxt "Pattern description" +msgid "" +"A constrained container with padding, containing a heading and paragraph " +"placeholder." +msgstr "Um contentor limitado com preenchimento, contendo um título e um marcador de posição de parágrafo." + +#: patterns/layout-container.php:14 +msgid "Heading goes here" +msgstr "O título vai aqui" + +#: patterns/layout-container.php:18 +msgid "" +"This is a content container with constrained width and comfortable padding. " +"Replace this text with your own content." +msgstr "Este é um contentor de conteúdo com largura limitada e preenchimento confortável. Substitua este texto pelo seu próprio conteúdo." +"Este é um contentor de conteúdo com largura restrita e espaçamento " +"confortável. Substitua este texto pelo seu próprio conteúdo." + +#: patterns/layout-full-width-section.php +msgctxt "Pattern title" +msgid "Full Width Section" +msgstr "Secção de largura total" + +#: patterns/layout-full-width-section.php +msgctxt "Pattern description" +msgid "" +"A full-width section with a primary background color, centered white heading " +"and paragraph." +msgstr "Uma secção de largura total com cor de fundo primária, título branco centrado e parágrafo." + +#: patterns/layout-full-width-section.php:14 +msgid "Full Width Section Heading" +msgstr "Título da secção de largura total" + +#: patterns/layout-full-width-section.php:18 +msgid "" +"This full-width section stands out with a colored background. Use it to " +"highlight important content, announcements, or calls to action." +msgstr "Esta secção de largura total destaca-se com um fundo colorido. Utilize-a para realçar conteúdo importante, anúncios ou chamadas à ação." +"Esta secção de largura total destaca-se com um fundo colorido. Utilize-a " +"para realçar conteúdo importante, anúncios ou apelos à ação." + +#: patterns/more-posts.php +msgctxt "Pattern title" +msgid "More posts" +msgstr "Mais publicações" + +#: patterns/more-posts.php +msgctxt "Pattern description" +msgid "A section with more recent posts." +msgstr "Uma secção com mais publicações recentes." + +#: patterns/more-posts.php:15 +msgid "More posts" +msgstr "Mais artigos" + +#: patterns/nav-dark.php +msgctxt "Pattern title" +msgid "Navigation - Dark" +msgstr "Navegação - Escura" + +#: patterns/nav-dark.php +msgctxt "Pattern description" +msgid "Dark-themed navigation header with dark background." +msgstr "Cabeçalho de navegação com tema escuro e fundo escuro." + +#: patterns/nav-offcanvas.php +msgctxt "Pattern title" +msgid "Navigation - Offcanvas" +msgstr "Navegação - Offcanvas" + +#: patterns/nav-offcanvas.php +msgctxt "Pattern description" +msgid "" +"Header with offcanvas mobile navigation using Bootstrap offcanvas component." +msgstr "Cabeçalho com navegação móvel offcanvas utilizando o componente offcanvas do Bootstrap." + +#: patterns/page-about.php +msgctxt "Pattern title" +msgid "About Page" +msgstr "Página Sobre nós" + +#: patterns/page-about.php +msgctxt "Pattern description" +msgid "A full about page layout with hero, story section, and team members." +msgstr "Um esquema completo de página sobre nós com hero, secção de história e membros da equipa." + +#: patterns/page-about.php:14 +msgid "About Us" +msgstr "Sobre nós" + +#: patterns/page-about.php:18 +msgid "" +"Learn more about who we are, what we do, and the people behind our mission." +msgstr "Saiba mais sobre quem somos, o que fazemos e as pessoas por detrás da nossa missão." +"Saiba mais sobre quem somos, o que fazemos e as pessoas por detrás da nossa " +"missão." + +#: patterns/page-about.php:26 +msgid "Our Story" +msgstr "A nossa história" + +#: patterns/page-about.php:30 +msgid "" +"Founded with a passion for innovation and excellence, our journey began with " +"a simple idea: to create meaningful solutions that make a real difference. " +"Over the years, we have grown from a small team into a dedicated group of " +"professionals committed to delivering outstanding results." +msgstr "Fundados com paixão pela inovação e excelência, a nossa jornada começou com uma ideia simples: criar soluções significativas que fazem uma diferença real. Ao longo dos anos, crescemos de uma pequena equipa para um grupo dedicado de profissionais comprometidos em entregar resultados excecionais." +"Fundada com paixão pela inovação e excelência, a nossa jornada começou com " +"uma ideia simples: criar soluções significativas que façam uma diferença " +"real. Ao longo dos anos, crescemos de uma pequena equipa para um grupo " +"dedicado de profissionais empenhados em entregar resultados excecionais." + +#: patterns/page-about.php:34 +msgid "" +"Today, we continue to push boundaries and challenge conventions. Our " +"approach combines creative thinking with proven methodologies, ensuring that " +"every project we undertake meets the highest standards of quality and " +"craftsmanship." +msgstr "Hoje, continuamos a ultrapassar limites e a desafiar convenções. A nossa abordagem combina o pensamento criativo com metodologias comprovadas, garantindo que cada projeto que realizamos cumpre os mais elevados padrões de qualidade e artesanato." +"Hoje, continuamos a ultrapassar limites e a desafiar convenções. A nossa " +"abordagem combina pensamento criativo com metodologias comprovadas, " +"garantindo que cada projeto que empreendemos cumpre os mais elevados padrões " +"de qualidade e mestria." + +#: patterns/page-about.php:40 patterns/text-about.php:36 +msgid "About us image" +msgstr "Imagem sobre nós" + +#: patterns/page-about.php:48 +msgid "Our Team" +msgstr "A nossa equipa" + +#: patterns/page-about.php:52 +msgid "Meet the people who make it all happen." +msgstr "Conheça as pessoas que tornam tudo isto possível." + +#: patterns/page-about.php:59 +msgid "Jane Doe" +msgstr "Jane Doe" + +#: patterns/page-about.php:63 +msgid "Founder & CEO" +msgstr "Fundadora e CEO" + +#: patterns/page-about.php:71 +msgid "John Smith" +msgstr "John Smith" + +#: patterns/page-about.php:75 +msgid "Lead Developer" +msgstr "Programador principal" + +#: patterns/page-about.php:83 +msgid "Emily Johnson" +msgstr "Emily Johnson" + +#: patterns/page-about.php:87 +msgid "Creative Director" +msgstr "Diretora criativa" + +#: patterns/page-contact.php +msgctxt "Pattern title" +msgid "Contact Page" +msgstr "Página de Contacto" + +#: patterns/page-contact.php +msgctxt "Pattern description" +msgid "" +"A full contact page layout with hero, contact details, business hours, and " +"spacer." +msgstr "" + +#: patterns/page-contact.php:14 patterns/page-services.php:87 +#: patterns/pricing-3-col.php:130 +msgid "Contact Us" +msgstr "Contacte-nos" + +#: patterns/page-contact.php:18 +msgid "We would love to hear from you. Reach out to us anytime." +msgstr "Gostaríamos muito de ouvir a sua opinião. Contacte-nos a qualquer momento." +"Gostaríamos muito de ter as suas notícias. Contacte-nos a qualquer momento." + +#: patterns/page-contact.php:26 +msgid "Get in Touch" +msgstr "Entre em contacto" + +#: patterns/page-contact.php:30 +msgid "123 Main Street, Suite 100, Anytown, ST 12345" +msgstr "Rua Principal 123, Sala 100, 1000-001 Lisboa" + +#: patterns/page-contact.php:38 +msgid "+1 (555) 123-4567" +msgstr "+351 21 123 4567" + +#: patterns/page-contact.php:44 +msgid "Business Hours" +msgstr "Horário de funcionamento" + +#: patterns/page-contact.php:49 +msgid "Monday - Friday:" +msgstr "Segunda - Sexta:" + +#: patterns/page-contact.php:49 +msgid "9:00 AM - 6:00 PM" +msgstr "9:00 - 18:00" + +#: patterns/page-contact.php:53 +msgid "Saturday:" +msgstr "Sábado:" + +#: patterns/page-contact.php:53 +msgid "10:00 AM - 4:00 PM" +msgstr "10:00 - 16:00" + +#: patterns/page-contact.php:57 +msgid "Sunday:" +msgstr "Domingo:" + +#: patterns/page-contact.php:57 +msgid "Closed" +msgstr "Encerrado" + +#: patterns/page-services.php +msgctxt "Pattern title" +msgid "Services Page" +msgstr "Página de Serviços" + +#: patterns/page-services.php +msgctxt "Pattern description" +msgid "" +"A full services page layout with hero, service offerings, and call to action." +msgstr "Um esquema completo de página de serviços com hero, ofertas de serviços e chamada à ação." + +#: patterns/page-services.php:14 +msgid "Our Services" +msgstr "Os nossos serviços" + +#: patterns/page-services.php:18 +msgid "Professional solutions tailored to your needs." +msgstr "Soluções profissionais adaptadas às suas necessidades." + +#: patterns/page-services.php:24 +msgid "What We Offer" +msgstr "O que oferecemos" + +#: patterns/page-services.php:28 +msgid "" +"We provide a wide range of services to help your business grow and succeed." +msgstr "Oferecemos uma vasta gama de serviços para ajudar o seu negócio a crescer e a ter sucesso." +"Disponibilizamos uma vasta gama de serviços para ajudar o seu negócio a " +"crescer e prosperar." + +#: patterns/page-services.php:34 +msgid "🎨" +msgstr "🎨" + +#: patterns/page-services.php:38 +msgid "Design" +msgstr "Design" + +#: patterns/page-services.php:42 +msgid "" +"Beautiful, user-centered designs that capture your brand identity and engage " +"your audience across all platforms and devices." +msgstr "Designs bonitos e centrados no utilizador que capturam a identidade da sua marca e envolvem o seu público em todas as plataformas e dispositivos." +"Designs bonitos e centrados no utilizador que captam a identidade da sua " +"marca e envolvem o seu público em todas as plataformas e dispositivos." + +#: patterns/page-services.php:48 +msgid "⚙️" +msgstr "⚙️" + +#: patterns/page-services.php:52 +msgid "Development" +msgstr "Desenvolvimento" + +#: patterns/page-services.php:56 +msgid "" +"Robust, scalable web applications built with modern technologies and best " +"practices to ensure performance and reliability." +msgstr "Aplicações web robustas e escaláveis construídas com tecnologias modernas e melhores práticas para garantir desempenho e fiabilidade." +"Aplicações web robustas e escaláveis construídas com tecnologias modernas e " +"boas práticas para garantir desempenho e fiabilidade." + +#: patterns/page-services.php:62 +msgid "📈" +msgstr "📈" + +#: patterns/page-services.php:66 +msgid "Strategy" +msgstr "Estratégia" + +#: patterns/page-services.php:70 +msgid "" +"Data-driven strategies and consulting to help you achieve your business " +"goals and stay ahead of the competition." +msgstr "Estratégias baseadas em dados e consultoria para ajudá-lo a alcançar os seus objetivos empresariais e manter-se à frente da concorrência." +"Estratégias baseadas em dados e consultoria para o ajudar a alcançar os seus " +"objetivos empresariais e manter-se à frente da concorrência." + +#: patterns/page-services.php:82 +msgid "" +"Ready to take your project to the next level? Let us help you build " +"something great." +msgstr "Pronto para levar o seu projeto ao nível seguinte? Deixe-nos ajudá-lo a construir algo grandioso." +"Pronto para levar o seu projeto ao próximo nível? Deixe-nos ajudá-lo a " +"construir algo grandioso." + +#: patterns/page-services.php:91 +msgid "View Portfolio" +msgstr "Ver portfólio" + +#: patterns/post-navigation.php +msgctxt "Pattern title" +msgid "Post navigation" +msgstr "Navegação de publicações" + +#: patterns/post-navigation.php +msgctxt "Pattern description" +msgid "Previous and next post links." +msgstr "Ligações para a publicação anterior e seguinte." + +#: patterns/pricing-3-col.php +msgctxt "Pattern title" +msgid "Pricing three columns" +msgstr "Preços em três colunas" + +#: patterns/pricing-3-col.php +msgctxt "Pattern description" +msgid "" +"Three-column pricing cards with feature lists and call to action buttons." +msgstr "Cartões de preços de três colunas com listas de funcionalidades e botões de chamada à ação." + +#: patterns/pricing-3-col.php:18 +msgid "Choose the plan that works best for you." +msgstr "Escolha o plano que melhor se adapta às suas necessidades." + +#: patterns/pricing-3-col.php:25 +msgid "Basic" +msgstr "Básico" + +#: patterns/pricing-3-col.php:29 +msgid "Free" +msgstr "Gratuito" + +#: patterns/pricing-3-col.php:38 +msgid "1 Website" +msgstr "1 sítio web" + +#: patterns/pricing-3-col.php:42 +msgid "Community Support" +msgstr "Suporte comunitário" + +#: patterns/pricing-3-col.php:46 +msgid "Core Features" +msgstr "Funcionalidades base" + +#: patterns/pricing-3-col.php:61 +msgid "Professional" +msgstr "Profissional" + +#. translators: pricing amount +#: patterns/pricing-3-col.php:67 +msgid "$49" +msgstr "49 $" + +#: patterns/pricing-3-col.php:77 +msgid "5 Websites" +msgstr "5 sítios web" + +#: patterns/pricing-3-col.php:81 +msgid "Priority Support" +msgstr "Suporte prioritário" + +#: patterns/pricing-3-col.php:85 +msgid "All Features" +msgstr "Todas as funcionalidades" + +#: patterns/pricing-3-col.php:100 +msgid "Enterprise" +msgstr "Empresarial" + +#. translators: pricing amount +#: patterns/pricing-3-col.php:106 +msgid "$199" +msgstr "199 $" + +#: patterns/pricing-3-col.php:116 +msgid "Unlimited Websites" +msgstr "Sítios web ilimitados" + +#: patterns/pricing-3-col.php:120 +msgid "Dedicated Support" +msgstr "Suporte dedicado" + +#: patterns/pricing-3-col.php:124 +msgid "Custom Development" +msgstr "Desenvolvimento à medida" + +#: patterns/template-query-loop.php +msgctxt "Pattern title" +msgid "Query loop" +msgstr "Ciclo de consulta" + +#: patterns/template-query-loop.php:39 +msgid "No posts were found." +msgstr "Não foram encontrados artigos." + +#: patterns/testimonials-2-col.php +msgctxt "Pattern title" +msgid "Testimonials two columns" +msgstr "Testemunhos em duas colunas" + +#: patterns/testimonials-2-col.php +msgctxt "Pattern description" +msgid "Two-column testimonials with quote blocks and citations." +msgstr "Testemunhos de duas colunas com blocos de citações e referências." + +#: patterns/testimonials-2-col.php:14 +msgid "What our clients say" +msgstr "O que dizem os nossos clientes" + +#: patterns/testimonials-2-col.php:20 +msgid "" +"This theme completely transformed our website. The Bootstrap integration " +"makes it incredibly easy to create professional-looking pages without any " +"custom code." +msgstr "Este tema transformou completamente o nosso site. A integração do Bootstrap torna incrivelmente fácil criar páginas de aspeto profissional sem qualquer código personalizado." +"Este tema transformou completamente o nosso sítio web. A integração com " +"Bootstrap torna incrivelmente fácil criar páginas com aspeto profissional " +"sem qualquer código personalizado." + +#: patterns/testimonials-2-col.php:20 +msgid "Jane Doe, Web Designer" +msgstr "Jane Doe, Web Designer" + +#: patterns/testimonials-2-col.php:26 +msgid "" +"The dark mode support and style variations give us the flexibility we need. " +"Our clients love being able to switch between color schemes effortlessly." +msgstr "O suporte para modo escuro e as variações de estilo dão-nos a flexibilidade de que precisamos. Os nossos clientes adoram poder alternar entre esquemas de cores sem esforço." +"O suporte para modo escuro e as variações de estilo dão-nos a flexibilidade " +"de que precisamos. Os nossos clientes adoram poder alternar entre esquemas " +"de cores sem esforço." + +#: patterns/testimonials-2-col.php:26 +msgid "John Smith, Developer" +msgstr "John Smith, Programador" + +#: patterns/testimonials-centered.php +msgctxt "Pattern title" +msgid "Testimonial centered" +msgstr "Testemunho centrado" + +#: patterns/testimonials-centered.php +msgctxt "Pattern description" +msgid "A single large centered testimonial with citation." +msgstr "Um único testemunho grande centrado com referência." + +#: patterns/testimonials-centered.php:14 +msgid "" +"The best WordPress theme we have ever used. Clean code, beautiful design, " +"and incredible flexibility." +msgstr "O melhor tema WordPress que alguma vez utilizámos. Código limpo, design bonito e flexibilidade incrível." +"O melhor tema WordPress que alguma vez utilizámos. Código limpo, design " +"bonito e flexibilidade incrível." + +#: patterns/testimonials-centered.php:14 +msgid "Alex Johnson, Creative Director" +msgstr "Alex Johnson, Diretor criativo" + +#: patterns/text-about.php +msgctxt "Pattern title" +msgid "About section" +msgstr "Secção sobre nós" + +#: patterns/text-about.php +msgctxt "Pattern description" +msgid "A two-column about section with text content and an image." +msgstr "Uma secção sobre nós de duas colunas com conteúdo de texto e uma imagem." + +#: patterns/text-about.php:16 +msgid "About us" +msgstr "Sobre nós" + +#: patterns/text-about.php:20 +msgid "" +"We are passionate about creating tools that empower people to build " +"beautiful websites. Our theme combines the reliability of Bootstrap with the " +"flexibility of WordPress." +msgstr "Somos apaixonados por criar ferramentas que capacitam as pessoas a construir sites bonitos. O nosso tema combina a fiabilidade do Bootstrap com a flexibilidade do WordPress." +"Somos apaixonados por criar ferramentas que capacitam as pessoas a construir " +"sítios web bonitos. O nosso tema combina a fiabilidade do Bootstrap com a " +"flexibilidade do WordPress." + +#: patterns/text-about.php:24 +msgid "" +"With years of experience in web development and design, we understand what " +"it takes to create a theme that is both powerful and easy to use." +msgstr "Com anos de experiência em desenvolvimento web e design, compreendemos o que é necessário para criar um tema que seja simultaneamente potente e fácil de utilizar." +"Com anos de experiência em desenvolvimento web e design, compreendemos o que " +"é necessário para criar um tema que seja simultaneamente poderoso e fácil de " +"usar." + +#: patterns/text-faq.php +msgctxt "Pattern title" +msgid "Frequently asked questions" +msgstr "Perguntas frequentes" + +#: patterns/text-faq.php +msgctxt "Pattern description" +msgid "An FAQ section with question and answer pairs." +msgstr "Uma secção de perguntas frequentes com pares de perguntas e respostas." + +#: patterns/text-faq.php:14 +msgid "Frequently Asked Questions" +msgstr "Perguntas frequentes" + +#: patterns/text-faq.php:20 +msgid "How do I install the theme?" +msgstr "Como instalo o tema?" + +#: patterns/text-faq.php:24 +msgid "" +"Download the ZIP file from the releases page, then upload it via WordPress " +"Admin > Appearance > Themes > Add New > Upload Theme." +msgstr "Transfira o ficheiro ZIP da página de lançamentos, depois carregue-o via Administração do WordPress > Aparência > Temas > Adicionar novo > Carregar tema." +"Descarregue o ficheiro ZIP da página de versões e depois carregue-o através " +"de Administração WordPress > Aparência > Temas > Adicionar novo > Carregar " +"tema." + +#: patterns/text-faq.php:34 +msgid "Does it work with the Site Editor?" +msgstr "Funciona com o editor de sítio?" + +#: patterns/text-faq.php:38 +msgid "" +"Yes, this is a Full Site Editing block theme. You can customize templates, " +"headers, footers, and all block patterns using the WordPress Site Editor." +msgstr "Sim, este é um tema de blocos com Edição de site completo. Pode personalizar modelos, cabeçalhos, rodapés e todos os padrões de blocos utilizando o Editor de site do WordPress." +"Sim, este é um tema de blocos de edição completa do sítio. Pode personalizar " +"modelos, cabeçalhos, rodapés e todos os padrões de blocos utilizando o " +"editor de sítio do WordPress." + +#: patterns/text-faq.php:48 +msgid "Can I use my own fonts?" +msgstr "Posso usar os meus próprios tipos de letra?" + +#: patterns/text-faq.php:52 +msgid "" +"The theme comes with Inter, Lora, and system font stacks. You can add custom " +"fonts through the Site Editor or by modifying theme.json." +msgstr "O tema inclui as fontes Inter, Lora e pilhas de fontes do sistema. Pode adicionar fontes personalizadas através do Editor de site ou modificando o theme.json." +"O tema inclui Inter, Lora e pilhas de tipos de letra do sistema. Pode " +"adicionar tipos de letra personalizados através do editor de sítio ou " +"modificando o theme.json." + +#: patterns/text-faq.php:62 +msgid "Is dark mode supported?" +msgstr "O modo escuro é suportado?" + +#: patterns/text-faq.php:66 +msgid "" +"Yes, the theme includes a dark mode toggle that uses Bootstrap 5.3 built-in " +"dark mode. It respects system preferences and remembers your choice." +msgstr "Sim, o tema inclui um alternador de modo escuro que utiliza o modo escuro integrado do Bootstrap 5.3. Respeita as preferências do sistema e recorda a sua escolha." +"Sim, o tema inclui um alternador de modo escuro que utiliza o modo escuro " +"integrado do Bootstrap 5.3. Respeita as preferências do sistema e memoriza a " +"sua escolha." + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Base" +msgstr "Base" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Contrast" +msgstr "Contraste" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Primary" +msgstr "Principal" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Secondary" +msgstr "Secundário" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Success" +msgstr "Sucesso" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Danger" +msgstr "Perigo" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Warning" +msgstr "Aviso" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Info" +msgstr "Informação" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Light" +msgstr "Claro" + +#: theme.json styles/01-ocean.json styles/02-forest.json styles/03-sunset.json +#: styles/04-midnight.json styles/05-ember.json styles/06-arctic.json +#: styles/07-amethyst.json styles/08-rose.json styles/09-sand.json +#: styles/10-lavender.json styles/11-mint.json styles/12-slate.json +#: styles/13-mocha.json styles/14-nebula.json styles/15-obsidian.json +msgctxt "Color name" +msgid "Dark" +msgstr "Escuro" + +#: theme.json +msgctxt "Space size name" +msgid "3xs" +msgstr "3xs" + +#: theme.json +msgctxt "Space size name" +msgid "2xs" +msgstr "2xs" + +#: theme.json +msgctxt "Space size name" +msgid "xs" +msgstr "xs" + +#: theme.json +msgctxt "Space size name" +msgid "s" +msgstr "s" + +#: theme.json +msgctxt "Space size name" +msgid "m" +msgstr "m" + +#: theme.json +msgctxt "Space size name" +msgid "l" +msgstr "l" + +#: theme.json +msgctxt "Space size name" +msgid "xl" +msgstr "xl" + +#: theme.json +msgctxt "Space size name" +msgid "2xl" +msgstr "2xl" + +#: theme.json +msgctxt "Font size name" +msgid "Small" +msgstr "Pequeno" + +#: theme.json +msgctxt "Font size name" +msgid "Medium" +msgstr "Médio" + +#: theme.json +msgctxt "Font size name" +msgid "Large" +msgstr "Grande" + +#: theme.json +msgctxt "Font size name" +msgid "Extra Large" +msgstr "Extra grande" + +#: theme.json +msgctxt "Font size name" +msgid "Huge" +msgstr "Enorme" + +#: theme.json +msgctxt "Font size name" +msgid "Display" +msgstr "Ecrã" + +#: theme.json +msgctxt "Font family name" +msgid "System Sans Serif" +msgstr "Sans-serif do sistema" + +#: theme.json +msgctxt "Font family name" +msgid "Inter" +msgstr "Inter" + +#: theme.json +msgctxt "Font family name" +msgid "Lora" +msgstr "Lora" + +#: theme.json +msgctxt "Font family name" +msgid "System Monospace" +msgstr "Monoespaciado do sistema" + +#: theme.json +msgctxt "Shadow name" +msgid "Small" +msgstr "Pequeno" + +#: theme.json +msgctxt "Shadow name" +msgid "Regular" +msgstr "Normal" + +#: theme.json +msgctxt "Shadow name" +msgid "Large" +msgstr "Grande" + +#: theme.json +msgctxt "Aspect ratio name" +msgid "16:9" +msgstr "16:9" + +#: theme.json +msgctxt "Aspect ratio name" +msgid "4:3" +msgstr "4:3" + +#: theme.json +msgctxt "Aspect ratio name" +msgid "1:1" +msgstr "1:1" + +#: theme.json +msgctxt "Aspect ratio name" +msgid "3:4" +msgstr "3:4" + +#: theme.json +msgctxt "Custom template name" +msgid "Blog with Sidebar" +msgstr "Blogue com barra lateral" + +#: theme.json +msgctxt "Custom template name" +msgid "Landing Page (No Header/Footer)" +msgstr "Página de destino (sem cabeçalho/rodapé)" + +#: theme.json +msgctxt "Custom template name" +msgid "Full Width" +msgstr "Largura total" + +#: theme.json +msgctxt "Custom template name" +msgid "Page with Hero" +msgstr "Página com hero" + +#: theme.json +msgctxt "Custom template name" +msgid "Page with Sidebar" +msgstr "Página com barra lateral" + +#: theme.json +msgctxt "Template part name" +msgid "Header" +msgstr "Cabeçalho" + +#: theme.json +msgctxt "Template part name" +msgid "Header - Centered" +msgstr "Cabeçalho - Centrado" + +#: theme.json +msgctxt "Template part name" +msgid "Header - Transparent" +msgstr "Cabeçalho - Transparente" + +#: theme.json +msgctxt "Template part name" +msgid "Footer" +msgstr "Rodapé" + +#: theme.json +msgctxt "Template part name" +msgid "Footer - Minimal" +msgstr "Rodapé - Mínimo" + +#: theme.json +msgctxt "Template part name" +msgid "Footer - Multi-Column" +msgstr "Rodapé - Multicoluna" + +#: theme.json +msgctxt "Template part name" +msgid "Sidebar" +msgstr "Barra lateral" + +#: styles/01-ocean.json +msgctxt "Style variation name" +msgid "Ocean" +msgstr "Oceano" + +#: styles/02-forest.json +msgctxt "Style variation name" +msgid "Forest" +msgstr "Floresta" + +#: styles/03-sunset.json +msgctxt "Style variation name" +msgid "Sunset" +msgstr "Pôr do sol" + +#: styles/04-midnight.json +msgctxt "Style variation name" +msgid "Midnight" +msgstr "Meia-noite" + +#: styles/05-ember.json +msgctxt "Style variation name" +msgid "Ember" +msgstr "Brasa" + +#: styles/06-arctic.json +msgctxt "Style variation name" +msgid "Arctic" +msgstr "Ártico" + +#: styles/07-amethyst.json +msgctxt "Style variation name" +msgid "Amethyst" +msgstr "Ametista" + +#: styles/08-rose.json +msgctxt "Style variation name" +msgid "Rose" +msgstr "Rosa" + +#: styles/09-sand.json +msgctxt "Style variation name" +msgid "Sand" +msgstr "Areia" + +#: styles/10-lavender.json +msgctxt "Style variation name" +msgid "Lavender" +msgstr "Lavanda" + +#: styles/11-mint.json +msgctxt "Style variation name" +msgid "Mint" +msgstr "Menta" + +#: styles/12-slate.json +msgctxt "Style variation name" +msgid "Slate" +msgstr "Ardósia" + +#: styles/13-mocha.json +msgctxt "Style variation name" +msgid "Mocha" +msgstr "Moca" + +#: styles/14-nebula.json +msgctxt "Style variation name" +msgid "Nebula" +msgstr "Nebulosa" + +#: styles/15-obsidian.json +msgctxt "Style variation name" +msgid "Obsidian" +msgstr "Obsidiana" + +#~ msgid "Skip to main content" +#~ msgstr "Saltar para o conteúdo principal" + +#~ msgid "Primary navigation" +#~ msgstr "Navegação principal" + +#~ msgid "Footer navigation" +#~ msgstr "Navegação do rodapé" + +#~ msgid "Blog sidebar" +#~ msgstr "Barra lateral do blogue" diff --git a/languages/wp-bootstrap.pot b/languages/wp-bootstrap.pot index 7da3bb9..aeda84e 100644 --- a/languages/wp-bootstrap.pot +++ b/languages/wp-bootstrap.pot @@ -1,916 +1,1802 @@ # Copyright (C) 2026 Marco Graetsch -# This file is distributed under the same license as the WP Bootstrap theme. +# This file is distributed under the GNU General Public License v2 or later. msgid "" msgstr "" -"Project-Id-Version: WP Bootstrap 1.0.0\n" -"Report-Msgid-Bugs-To: https://src.bundespruefstelle.ch/magdev/wp-bootstrap/issues\n" -"POT-Creation-Date: 2026-02-08 00:00+0000\n" +"Project-Id-Version: WP Bootstrap 1.0.9\n" +"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/wp-bootstrap\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"POT-Creation-Date: 2026-02-20T09:45:19+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: en_US\n" +"X-Generator: WP-CLI 2.12.0\n" "X-Domain: wp-bootstrap\n" #. Theme Name of the theme -#: patterns/footer.php +#: style.css +#: patterns/footer.php:31 msgid "WP Bootstrap" msgstr "" +#. Theme URI of the theme +#: style.css +msgid "https://src.bundespruefstelle.ch/magdev/wp-bootstrap" +msgstr "" + #. Description of the theme +#: style.css msgid "A modern WordPress Block Theme built from scratch with Bootstrap 5. Features responsive design, dark mode support, and full compatibility with the WordPress Site Editor." msgstr "" -#: patterns/footer.php -#: patterns/footer-columns.php -msgid "Powered by %s" +#. Author of the theme +#: style.css +msgid "Marco Graetsch" msgstr "" -#: patterns/footer.php -#: patterns/footer-columns.php -msgid "https://wordpress.org" +#. Author URI of the theme +#: style.css +msgid "https://src.bundespruefstelle.ch/magdev" msgstr "" -#: patterns/hidden-404.php -msgid "Page not found" -msgstr "" - -#: patterns/hidden-404.php -msgid "The page you are looking for does not exist, or it has been moved. Please try searching using the form below." -msgstr "" - -#: patterns/hidden-search.php -#: patterns/hidden-sidebar.php -msgid "Search" -msgstr "" - -#: patterns/hidden-search.php -#: patterns/hidden-sidebar.php -msgid "Search..." -msgstr "" - -#: patterns/hidden-blog-heading.php -msgid "Blog" -msgstr "" - -#: patterns/comments.php -msgid "Comments" -msgstr "" - -#: patterns/post-navigation.php -msgid "Previous" -msgstr "" - -#: patterns/post-navigation.php -msgid "Next" -msgstr "" - -#: patterns/more-posts.php -msgid "More posts" -msgstr "" - -#: patterns/template-query-loop.php -msgid "Read more" -msgstr "" - -#: patterns/template-query-loop.php -msgid "No posts were found." -msgstr "" - -#: patterns/hero-cover.php -msgid "Build something amazing" -msgstr "" - -#: patterns/hero-cover.php -msgid "Create modern, responsive websites with the power of Bootstrap 5 and the WordPress Site Editor." -msgstr "" - -#: patterns/hero-cover.php -#: patterns/hero-centered.php -#: patterns/pricing-3-col.php -#: patterns/page-services.php -msgid "Get Started" -msgstr "" - -#: patterns/hero-split.php -msgid "Modern design meets powerful features" -msgstr "" - -#: patterns/hero-split.php -msgid "A WordPress theme built from the ground up with Bootstrap 5 for a seamless editing and browsing experience." -msgstr "" - -#: patterns/hero-split.php -#: patterns/hero-centered.php -#: patterns/text-about.php -msgid "Learn More" -msgstr "" - -#: patterns/hero-split.php -msgid "View Demo" -msgstr "" - -#: patterns/hero-split.php -msgid "Hero image" -msgstr "" - -#: patterns/hero-centered.php -msgid "Welcome to your new website" -msgstr "" - -#: patterns/hero-centered.php -msgid "Start building beautiful, responsive pages with the full power of Bootstrap 5 and the WordPress block editor." -msgstr "" - -#: patterns/features-3-col.php -#: functions.php -msgid "Features" -msgstr "" - -#: patterns/features-3-col.php -msgid "Everything you need to build a modern website." -msgstr "" - -#: patterns/features-3-col.php -msgid "Responsive Design" -msgstr "" - -#: patterns/features-3-col.php -msgid "Your website looks great on every device, from mobile phones to large desktop screens." -msgstr "" - -#: patterns/features-3-col.php -msgid "Easy Customization" -msgstr "" - -#: patterns/features-3-col.php -msgid "Customize colors, fonts, and layouts using the WordPress Site Editor with no code required." -msgstr "" - -#: patterns/features-3-col.php -msgid "Performance First" -msgstr "" - -#: patterns/features-3-col.php -msgid "Built with speed in mind. Optimized assets and clean code for lightning-fast page loads." -msgstr "" - -#: patterns/features-icon-list.php -msgid "Why choose us" -msgstr "" - -#: patterns/features-icon-list.php -msgid "Bootstrap 5 Framework" -msgstr "" - -#: patterns/features-icon-list.php -msgid "Built on the most popular CSS framework. Leverage a proven, well-documented design system." -msgstr "" - -#: patterns/features-icon-list.php -msgid "Full Site Editing" -msgstr "" - -#: patterns/features-icon-list.php -msgid "Edit every part of your site visually. Headers, footers, templates, and content are all customizable." -msgstr "" - -#: patterns/features-icon-list.php -msgid "Dark Mode Support" -msgstr "" - -#: patterns/features-icon-list.php -msgid "Built-in dark mode toggle that respects user preferences and persists across visits." -msgstr "" - -#: patterns/features-2-col-offset.php -msgid "Feature illustration" -msgstr "" - -#: patterns/features-2-col-offset.php -msgid "Designed for modern workflows" -msgstr "" - -#: patterns/features-2-col-offset.php -msgid "Streamline your development process with a theme that works the way you do." -msgstr "" - -#: patterns/features-2-col-offset.php -msgid "Block Patterns" -msgstr "" - -#: patterns/features-2-col-offset.php -msgid "Pre-built patterns for common page sections. Drop them in and customize to fit your needs." -msgstr "" - -#: patterns/features-2-col-offset.php -msgid "Style Variations" -msgstr "" - -#: patterns/features-2-col-offset.php -msgid "Switch between color schemes with a single click. Choose from multiple professionally designed palettes." -msgstr "" - -#: patterns/cta-banner.php -msgid "Ready to get started?" -msgstr "" - -#: patterns/cta-banner.php -msgid "Start building your website today with our powerful and flexible theme." -msgstr "" - -#: patterns/cta-banner.php -msgid "Start Now" -msgstr "" - -#: patterns/cta-newsletter.php -msgid "Stay in the loop" -msgstr "" - -#: patterns/cta-newsletter.php -msgid "Subscribe to our newsletter for updates, tips, and exclusive content." -msgstr "" - -#: patterns/cta-newsletter.php -msgid "Enter your email address" -msgstr "" - -#: patterns/cta-newsletter.php -msgid "Subscribe" -msgstr "" - -#: patterns/testimonials-2-col.php -msgid "What our clients say" -msgstr "" - -#: patterns/testimonials-2-col.php -msgid "This theme completely transformed our website. The Bootstrap integration makes it incredibly easy to create professional-looking pages without any custom code." -msgstr "" - -#: patterns/testimonials-2-col.php -msgid "Jane Doe, Web Designer" -msgstr "" - -#: patterns/testimonials-2-col.php -msgid "The dark mode support and style variations give us the flexibility we need. Our clients love being able to switch between color schemes effortlessly." -msgstr "" - -#: patterns/testimonials-2-col.php -msgid "John Smith, Developer" -msgstr "" - -#: patterns/testimonials-centered.php -msgid "The best WordPress theme we have ever used. Clean code, beautiful design, and incredible flexibility." -msgstr "" - -#: patterns/testimonials-centered.php -msgid "Alex Johnson, Creative Director" -msgstr "" - -#: patterns/pricing-3-col.php -#: functions.php -msgid "Pricing" -msgstr "" - -#: patterns/pricing-3-col.php -msgid "Choose the plan that works best for you." -msgstr "" - -#: patterns/pricing-3-col.php -msgid "Basic" -msgstr "" - -#: patterns/pricing-3-col.php -msgid "Free" -msgstr "" - -#: patterns/pricing-3-col.php -msgid "1 Website" -msgstr "" - -#: patterns/pricing-3-col.php -msgid "Community Support" -msgstr "" - -#: patterns/pricing-3-col.php -msgid "Core Features" -msgstr "" - -#: patterns/pricing-3-col.php -msgid "Professional" -msgstr "" - -#: patterns/pricing-3-col.php -msgid "$49" -msgstr "" - -#: patterns/pricing-3-col.php -msgid "5 Websites" -msgstr "" - -#: patterns/pricing-3-col.php -msgid "Priority Support" -msgstr "" - -#: patterns/pricing-3-col.php -msgid "All Features" -msgstr "" - -#: patterns/pricing-3-col.php -msgid "Enterprise" -msgstr "" - -#: patterns/pricing-3-col.php -msgid "$199" -msgstr "" - -#: patterns/pricing-3-col.php -msgid "Unlimited Websites" -msgstr "" - -#: patterns/pricing-3-col.php -msgid "Dedicated Support" -msgstr "" - -#: patterns/pricing-3-col.php -msgid "Custom Development" -msgstr "" - -#: patterns/pricing-3-col.php -#: patterns/page-services.php -#: patterns/page-contact.php -msgid "Contact Us" -msgstr "" - -#: patterns/contact-info.php -msgid "Get in touch" -msgstr "" - -#: patterns/contact-info.php -msgid "We would love to hear from you. Reach out through any of the channels below." -msgstr "" - -#: patterns/contact-info.php -#: patterns/page-contact.php -msgid "Address" -msgstr "" - -#: patterns/contact-info.php -msgid "123 Example Street" -msgstr "" - -#: patterns/contact-info.php -msgid "8000 Zurich, Switzerland" -msgstr "" - -#: patterns/contact-info.php -#: patterns/page-contact.php -msgid "Phone" -msgstr "" - -#: patterns/contact-info.php -msgid "+41 44 123 45 67" -msgstr "" - -#: patterns/contact-info.php -#: patterns/cta-newsletter.php -#: patterns/page-contact.php -msgid "Email" -msgstr "" - -#: patterns/contact-info.php -#: patterns/page-contact.php -msgid "info@example.com" -msgstr "" - -#: patterns/text-faq.php -msgid "Frequently Asked Questions" -msgstr "" - -#: patterns/text-faq.php -msgid "How do I install the theme?" -msgstr "" - -#: patterns/text-faq.php -msgid "Download the ZIP file from the releases page, then upload it via WordPress Admin > Appearance > Themes > Add New > Upload Theme." -msgstr "" - -#: patterns/text-faq.php -msgid "Does it work with the Site Editor?" -msgstr "" - -#: patterns/text-faq.php -msgid "Yes, this is a Full Site Editing block theme. You can customize templates, headers, footers, and all block patterns using the WordPress Site Editor." -msgstr "" - -#: patterns/text-faq.php -msgid "Can I use my own fonts?" -msgstr "" - -#: patterns/text-faq.php -msgid "The theme comes with Inter, Lora, and system font stacks. You can add custom fonts through the Site Editor or by modifying theme.json." -msgstr "" - -#: patterns/text-faq.php -msgid "Is dark mode supported?" -msgstr "" - -#: patterns/text-faq.php -msgid "Yes, the theme includes a dark mode toggle that uses Bootstrap 5.3 built-in dark mode. It respects system preferences and remembers your choice." -msgstr "" - -#: patterns/text-about.php -msgid "About us" -msgstr "" - -#: patterns/text-about.php -msgid "We are passionate about creating tools that empower people to build beautiful websites. Our theme combines the reliability of Bootstrap with the flexibility of WordPress." -msgstr "" - -#: patterns/text-about.php -msgid "With years of experience in web development and design, we understand what it takes to create a theme that is both powerful and easy to use." -msgstr "" - -#: patterns/text-about.php -#: patterns/page-about.php -msgid "About us image" -msgstr "" - -#: patterns/hidden-sidebar.php -msgid "Recent Posts" -msgstr "" - -#: patterns/hidden-sidebar.php -msgid "Tags" -msgstr "" - -#: patterns/dark-mode-toggle.php -msgid "Switch to dark mode" -msgstr "" - -#: patterns/dark-mode-toggle.php -msgid "Switch to light mode" -msgstr "" - -#: functions.php +#: functions.php:43 msgid "Primary Navigation" msgstr "" -#: functions.php +#: functions.php:44 msgid "Footer Navigation" msgstr "" -#: functions.php -msgid "Pages" +#: functions.php:58 +msgid "Sidebar" msgstr "" -#: functions.php -msgid "A collection of full page layouts." +#: functions.php:60 +msgid "Add widgets here to appear in the sidebar." msgstr "" -#: functions.php -msgid "Hero Sections" -msgstr "" - -#: functions.php -msgid "Large hero and banner sections." -msgstr "" - -#: functions.php -msgid "Call to Action" -msgstr "" - -#: functions.php -msgid "Call to action sections." -msgstr "" - -#: functions.php -msgid "Feature and service showcase sections." -msgstr "" - -#: functions.php -msgid "Testimonials" -msgstr "" - -#: functions.php -msgid "Testimonial and review sections." -msgstr "" - -#: functions.php -msgid "Pricing table sections." -msgstr "" - -#: functions.php -msgid "Contact" -msgstr "" - -#: functions.php -msgid "Contact information sections." -msgstr "" - -#: functions.php -msgid "Text & Content" -msgstr "" - -#: functions.php -msgid "Text-focused content sections." -msgstr "" - -#: functions.php -msgid "Checkmark" -msgstr "" - -#: functions.php -msgid "Unstyled" -msgstr "" - -#: functions.php -msgid "Card" -msgstr "" - -#: functions.php -msgid "Card with Shadow" -msgstr "" - -#: functions.php -msgid "Alert - Info" -msgstr "" - -#: functions.php -msgid "Alert - Success" -msgstr "" - -#: functions.php -msgid "Alert - Warning" -msgstr "" - -#: functions.php -msgid "Alert - Danger" -msgstr "" - -#: functions.php -msgid "Striped Rows" -msgstr "" - -#: functions.php -msgid "Hover Rows" -msgstr "" - -#: functions.php -msgid "Bordered" -msgstr "" - -#: functions.php -msgid "Accent Border" -msgstr "" - -#: functions.php -msgid "Shadow" -msgstr "" - -#: functions.php -msgid "Large Rounded" -msgstr "" - -#: functions.php -msgid "Large" -msgstr "" - -#: functions.php -msgid "Small" -msgstr "" - -#: functions.php -msgid "Wide" -msgstr "" - -#: functions.php -msgid "Name" -msgstr "" - -#: functions.php -msgid "Website" -msgstr "" - -#: functions.php -msgid "Save my name, email, and website in this browser for the next time I comment." -msgstr "" - -#: functions.php +#: functions.php:494 msgid "Bootstrap Layout" msgstr "" -#: functions.php +#: functions.php:499 msgid "Bootstrap Components" msgstr "" -#: functions.php +#: functions.php:504 msgid "Bootstrap Navigation" msgstr "" -#: functions.php +#: functions.php:522 +msgid "Pages" +msgstr "" + +#: functions.php:523 +msgid "A collection of full page layouts." +msgstr "" + +#: functions.php:530 +msgid "Hero Sections" +msgstr "" + +#: functions.php:531 +msgid "Large hero and banner sections." +msgstr "" + +#: functions.php:538 +msgid "Call to Action" +msgstr "" + +#: functions.php:539 +msgid "Call to action sections." +msgstr "" + +#: functions.php:546 +#: patterns/features-3-col.php:14 +msgid "Features" +msgstr "" + +#: functions.php:547 +msgid "Feature and service showcase sections." +msgstr "" + +#: functions.php:554 +msgid "Testimonials" +msgstr "" + +#: functions.php:555 +msgid "Testimonial and review sections." +msgstr "" + +#: functions.php:562 +#: patterns/pricing-3-col.php:14 +msgid "Pricing" +msgstr "" + +#: functions.php:563 +msgid "Pricing table sections." +msgstr "" + +#: functions.php:570 +msgid "Contact" +msgstr "" + +#: functions.php:571 +msgid "Contact information sections." +msgstr "" + +#: functions.php:578 +msgid "Text & Content" +msgstr "" + +#: functions.php:579 +msgid "Text-focused content sections." +msgstr "" + +#: functions.php:586 msgid "Layout" msgstr "" -#: functions.php +#: functions.php:587 msgid "Layout building blocks for page structure." msgstr "" -#: functions.php +#: functions.php:594 msgid "Components" msgstr "" -#: functions.php +#: functions.php:595 msgid "Reusable Bootstrap component patterns." msgstr "" -#: functions.php -#: patterns/footer-columns.php +#: functions.php:602 +#: patterns/footer-columns.php:30 msgid "Navigation" msgstr "" -#: functions.php +#: functions.php:603 msgid "Navigation and header patterns." msgstr "" -#: patterns/layout-container.php -msgid "Heading goes here" +#: functions.php:620 +msgid "Checkmark" msgstr "" -#: patterns/layout-container.php -msgid "This is a content container with constrained width and comfortable padding. Replace this text with your own content." +#: functions.php:629 +msgid "Unstyled" msgstr "" -#: patterns/layout-2-col.php -#: patterns/layout-3-col.php -msgid "Column One" +#: functions.php:637 +msgid "Card" msgstr "" -#: patterns/layout-2-col.php -msgid "Add your content here. This column takes up half the available width on larger screens and stacks on mobile devices." +#: functions.php:645 +msgid "Card with Shadow" msgstr "" -#: patterns/layout-2-col.php -#: patterns/layout-3-col.php -msgid "Column Two" +#: functions.php:653 +msgid "Alert - Info" msgstr "" -#: patterns/layout-3-col.php -msgid "Column Three" +#: functions.php:661 +msgid "Alert - Success" msgstr "" -#: patterns/layout-3-col.php -msgid "Add your content here. This column takes up one third of the available width on larger screens." +#: functions.php:669 +msgid "Alert - Warning" msgstr "" -#: patterns/layout-full-width-section.php -msgid "Full Width Section Heading" +#: functions.php:677 +msgid "Alert - Danger" msgstr "" -#: patterns/layout-full-width-section.php -msgid "This full-width section stands out with a colored background. Use it to highlight important content, announcements, or calls to action." +#: functions.php:685 +msgid "Striped Rows" msgstr "" -#: patterns/component-card-group.php -msgid "Card One" +#: functions.php:693 +msgid "Hover Rows" msgstr "" -#: patterns/component-card-group.php -msgid "Card Two" +#: functions.php:701 +msgid "Bordered" msgstr "" -#: patterns/component-card-group.php -msgid "Card Three" +#: functions.php:709 +msgid "Accent Border" msgstr "" -#: patterns/component-card-group.php -msgid "Add a short description for this card. Cards are a great way to organize and present related content." +#: functions.php:717 +msgid "Shadow" +msgstr "" + +#: functions.php:725 +msgid "Large Rounded" +msgstr "" + +#: functions.php:733 +msgid "Large" +msgstr "" + +#: functions.php:741 +msgid "Small" +msgstr "" + +#: functions.php:749 +msgid "Wide" +msgstr "" + +#: functions.php:801 +msgid "Name" +msgstr "" + +#: functions.php:806 +#: patterns/contact-info.php:44 +#: patterns/cta-newsletter.php:21 +#: patterns/page-contact.php:34 +msgid "Email" +msgstr "" + +#: functions.php:811 +msgid "Website" +msgstr "" + +#: functions.php:819 +msgid "Save my name, email, and website in this browser for the next time I comment." +msgstr "" + +#: inc/Template/ContextBuilder.php:199 +#: patterns/template-query-loop.php:25 +msgid "Read more" +msgstr "" + +#: inc/Template/ContextBuilder.php:237 +#: patterns/post-navigation.php:17 +msgid "Previous" +msgstr "" + +#: inc/Template/ContextBuilder.php:238 +#: patterns/post-navigation.php:18 +msgid "Next" +msgstr "" + +#: inc/Template/ContextBuilder.php:274 +#, php-format +msgid "%s Comment" +msgid_plural "%s Comments" +msgstr[0] "" +msgstr[1] "" + +#: inc/Template/ContextBuilder.php:329 +msgid "Leave a Comment" +msgstr "" + +#: inc/Template/ContextBuilder.php:335 +msgid "Comment" +msgstr "" + +#: patterns/comments.php +msgctxt "Pattern title" +msgid "Comments" +msgstr "" + +#: patterns/comments.php +msgctxt "Pattern description" +msgid "Comments section with form." +msgstr "" + +#: patterns/comments.php:15 +msgid "Comments" msgstr "" #: patterns/component-accordion.php +msgctxt "Pattern title" msgid "Accordion" msgstr "" #: patterns/component-accordion.php +msgctxt "Pattern description" +msgid "An accordion section using details blocks with summary and content paragraphs." +msgstr "" + +#: patterns/component-accordion.php:14 +msgid "Accordion" +msgstr "" + +#: patterns/component-accordion.php:18 msgid "Click on each item to expand and reveal its content." msgstr "" -#: patterns/component-accordion.php +#: patterns/component-accordion.php:22 msgid "Accordion Item One" msgstr "" -#: patterns/component-accordion.php +#: patterns/component-accordion.php:23 msgid "This is the content for the first accordion item. You can add any blocks inside this details element to create rich, expandable content sections." msgstr "" -#: patterns/component-accordion.php +#: patterns/component-accordion.php:28 msgid "Accordion Item Two" msgstr "" -#: patterns/component-accordion.php +#: patterns/component-accordion.php:29 msgid "This is the content for the second accordion item. Details blocks are a native HTML element that provide toggle functionality without JavaScript." msgstr "" -#: patterns/component-accordion.php +#: patterns/component-accordion.php:34 msgid "Accordion Item Three" msgstr "" -#: patterns/component-accordion.php +#: patterns/component-accordion.php:35 msgid "This is the content for the third accordion item. Use accordions to organize frequently asked questions, feature lists, or any content that benefits from progressive disclosure." msgstr "" -#: patterns/page-about.php -msgid "About Us" +#: patterns/component-card-group.php +msgctxt "Pattern title" +msgid "Card Group" msgstr "" -#: patterns/page-about.php -msgid "Learn more about who we are, what we do, and the people behind our mission." +#: patterns/component-card-group.php +msgctxt "Pattern description" +msgid "A three-column card group with shadow-styled cards, each containing a heading and paragraph." msgstr "" -#: patterns/page-about.php -msgid "Our Story" +#: patterns/component-card-group.php:17 +msgid "Card One" msgstr "" -#: patterns/page-about.php -msgid "Founded with a passion for innovation and excellence, our journey began with a simple idea: to create meaningful solutions that make a real difference. Over the years, we have grown from a small team into a dedicated group of professionals committed to delivering outstanding results." +#: patterns/component-card-group.php:21 +#: patterns/component-card-group.php:33 +#: patterns/component-card-group.php:45 +msgid "Add a short description for this card. Cards are a great way to organize and present related content." msgstr "" -#: patterns/page-about.php -msgid "Today, we continue to push boundaries and challenge conventions. Our approach combines creative thinking with proven methodologies, ensuring that every project we undertake meets the highest standards of quality and craftsmanship." +#: patterns/component-card-group.php:29 +msgid "Card Two" msgstr "" -#: patterns/page-about.php -msgid "Our Team" +#: patterns/component-card-group.php:41 +msgid "Card Three" msgstr "" -#: patterns/page-about.php -msgid "Meet the people who make it all happen." +#: patterns/contact-info.php +msgctxt "Pattern title" +msgid "Contact information" msgstr "" -#: patterns/page-about.php -msgid "Jane Doe" +#: patterns/contact-info.php +msgctxt "Pattern description" +msgid "A three-column contact information layout with address, phone, and email." msgstr "" -#: patterns/page-about.php -msgid "Founder & CEO" +#: patterns/contact-info.php:14 +msgid "Get in touch" msgstr "" -#: patterns/page-about.php -msgid "John Smith" +#: patterns/contact-info.php:18 +msgid "We would love to hear from you. Reach out through any of the channels below." msgstr "" -#: patterns/page-about.php -msgid "Lead Developer" +#: patterns/contact-info.php:24 +#: patterns/page-contact.php:30 +msgid "Address" msgstr "" -#: patterns/page-about.php -msgid "Emily Johnson" +#: patterns/contact-info.php:28 +msgid "123 Example Street" msgstr "" -#: patterns/page-about.php -msgid "Creative Director" +#: patterns/contact-info.php:28 +msgid "8000 Zurich, Switzerland" msgstr "" -#: patterns/page-services.php -msgid "Our Services" +#: patterns/contact-info.php:34 +#: patterns/page-contact.php:38 +msgid "Phone" msgstr "" -#: patterns/page-services.php -msgid "Professional solutions tailored to your needs." +#: patterns/contact-info.php:38 +msgid "+41 44 123 45 67" msgstr "" -#: patterns/page-services.php -msgid "What We Offer" +#: patterns/contact-info.php:48 +#: patterns/page-contact.php:34 +msgid "info@example.com" msgstr "" -#: patterns/page-services.php -msgid "We provide a wide range of services to help your business grow and succeed." +#: patterns/cta-banner.php +msgctxt "Pattern title" +msgid "Call to action banner" msgstr "" -#: patterns/page-services.php -msgid "Design" +#: patterns/cta-banner.php +msgctxt "Pattern description" +msgid "A full-width call to action banner with a colored background, heading, description, and button." msgstr "" -#: patterns/page-services.php -msgid "Beautiful, user-centered designs that capture your brand identity and engage your audience across all platforms and devices." +#: patterns/cta-banner.php:14 +msgid "Ready to get started?" msgstr "" -#: patterns/page-services.php -msgid "Development" +#: patterns/cta-banner.php:18 +msgid "Start building your website today with our powerful and flexible theme." msgstr "" -#: patterns/page-services.php -msgid "Robust, scalable web applications built with modern technologies and best practices to ensure performance and reliability." +#: patterns/cta-banner.php:23 +msgid "Start Now" msgstr "" -#: patterns/page-services.php -msgid "Strategy" +#: patterns/cta-newsletter.php +msgctxt "Pattern title" +msgid "Newsletter signup" msgstr "" -#: patterns/page-services.php -msgid "Data-driven strategies and consulting to help you achieve your business goals and stay ahead of the competition." +#: patterns/cta-newsletter.php +msgctxt "Pattern description" +msgid "A newsletter signup section with heading, description, and search block." msgstr "" -#: patterns/page-services.php -msgid "Ready to take your project to the next level? Let us help you build something great." +#: patterns/cta-newsletter.php:14 +msgid "Stay in the loop" msgstr "" -#: patterns/page-services.php -msgid "View Portfolio" +#: patterns/cta-newsletter.php:18 +msgid "Subscribe to our newsletter for updates, tips, and exclusive content." msgstr "" -#: patterns/page-contact.php -msgid "We would love to hear from you. Reach out to us anytime." +#: patterns/cta-newsletter.php:21 +msgid "Enter your email address" msgstr "" -#: patterns/page-contact.php -msgid "Get in Touch" +#: patterns/cta-newsletter.php:21 +msgid "Subscribe" msgstr "" -#: patterns/page-contact.php -msgid "123 Main Street, Suite 100, Anytown, ST 12345" +#: patterns/dark-mode-toggle.php +msgctxt "Pattern title" +msgid "Dark mode toggle" msgstr "" -#: patterns/page-contact.php -msgid "+1 (555) 123-4567" +#: patterns/dark-mode-toggle.php +msgctxt "Pattern description" +msgid "A toggle button for switching between light and dark mode." msgstr "" -#: patterns/page-contact.php -msgid "Business Hours" +#: patterns/dark-mode-toggle.php:13 +msgid "Switch to dark mode" msgstr "" -#: patterns/page-contact.php -msgid "Monday - Friday:" +#: patterns/dark-mode-toggle.php:13 +msgid "Switch to light mode" msgstr "" -#: patterns/page-contact.php -msgid "9:00 AM - 6:00 PM" +#: patterns/features-2-col-offset.php +msgctxt "Pattern title" +msgid "Features two columns with image" msgstr "" -#: patterns/page-contact.php -msgid "Saturday:" +#: patterns/features-2-col-offset.php +msgctxt "Pattern description" +msgid "A two-column layout with a large image on the left and stacked features on the right." msgstr "" -#: patterns/page-contact.php -msgid "10:00 AM - 4:00 PM" +#: patterns/features-2-col-offset.php:16 +msgid "Feature illustration" msgstr "" -#: patterns/page-contact.php -msgid "Sunday:" +#: patterns/features-2-col-offset.php:22 +msgid "Designed for modern workflows" msgstr "" -#: patterns/page-contact.php -msgid "Closed" +#: patterns/features-2-col-offset.php:26 +msgid "Streamline your development process with a theme that works the way you do." msgstr "" -#. translators: Copyright notice. %1$s: Year, %2$s: Site title. -#: patterns/footer-minimal.php -msgid "© %1$s %2$s. All rights reserved." +#: patterns/features-2-col-offset.php:34 +msgid "Block Patterns" +msgstr "" + +#: patterns/features-2-col-offset.php:38 +msgid "Pre-built patterns for common page sections. Drop them in and customize to fit your needs." +msgstr "" + +#: patterns/features-2-col-offset.php:46 +msgid "Style Variations" +msgstr "" + +#: patterns/features-2-col-offset.php:50 +msgid "Switch between color schemes with a single click. Choose from multiple professionally designed palettes." +msgstr "" + +#: patterns/features-3-col.php +msgctxt "Pattern title" +msgid "Features three columns" +msgstr "" + +#: patterns/features-3-col.php +msgctxt "Pattern description" +msgid "A three-column feature grid with images, headings, and descriptions." +msgstr "" + +#: patterns/features-3-col.php:18 +msgid "Everything you need to build a modern website." +msgstr "" + +#: patterns/features-3-col.php:28 +msgid "Responsive Design" +msgstr "" + +#: patterns/features-3-col.php:32 +msgid "Your website looks great on every device, from mobile phones to large desktop screens." +msgstr "" + +#: patterns/features-3-col.php:42 +msgid "Easy Customization" +msgstr "" + +#: patterns/features-3-col.php:46 +msgid "Customize colors, fonts, and layouts using the WordPress Site Editor with no code required." +msgstr "" + +#: patterns/features-3-col.php:56 +msgid "Performance First" +msgstr "" + +#: patterns/features-3-col.php:60 +msgid "Built with speed in mind. Optimized assets and clean code for lightning-fast page loads." +msgstr "" + +#: patterns/features-icon-list.php +msgctxt "Pattern title" +msgid "Features icon list" +msgstr "" + +#: patterns/features-icon-list.php +msgctxt "Pattern description" +msgid "A vertical list of features with icon images and text descriptions." +msgstr "" + +#: patterns/features-icon-list.php:14 +msgid "Why choose us" +msgstr "" + +#: patterns/features-icon-list.php:25 +msgid "Bootstrap 5 Framework" +msgstr "" + +#: patterns/features-icon-list.php:29 +msgid "Built on the most popular CSS framework. Leverage a proven, well-documented design system." +msgstr "" + +#: patterns/features-icon-list.php:41 +msgid "Full Site Editing" +msgstr "" + +#: patterns/features-icon-list.php:45 +msgid "Edit every part of your site visually. Headers, footers, templates, and content are all customizable." +msgstr "" + +#: patterns/features-icon-list.php:57 +msgid "Dark Mode Support" +msgstr "" + +#: patterns/features-icon-list.php:61 +msgid "Built-in dark mode toggle that respects user preferences and persists across visits." msgstr "" #: patterns/footer-columns.php +msgctxt "Pattern title" +msgid "Footer - Multi-Column" +msgstr "" + +#: patterns/footer-columns.php +msgctxt "Pattern description" +msgid "Multi-column footer with site info, navigation, and credits." +msgstr "" + +#: patterns/footer-columns.php:22 msgid "A modern WordPress theme built with Bootstrap 5." msgstr "" -#: patterns/footer-columns.php +#: patterns/footer-columns.php:39 msgid "About" msgstr "" -#: patterns/footer-columns.php +#: patterns/footer-columns.php:42 msgid "This theme is proudly built with Bootstrap 5 and WordPress Full Site Editing." msgstr "" #. translators: Copyright notice. %1$s: Year, %2$s: Site title. -#: patterns/footer-columns.php +#: patterns/footer-columns.php:64 +#, php-format msgid "© %1$s %2$s" msgstr "" -#: views/base.html.twig -msgid "Skip to main content" +#. translators: Powered by WordPress. %s: WordPress link. +#: patterns/footer-columns.php:76 +#: patterns/footer.php:38 +#, php-format +msgid "Powered by %s" msgstr "" -#: views/partials/header.html.twig -#: views/partials/header-centered.html.twig -#: views/partials/header-transparent.html.twig -#: views/partials/header-offcanvas.html.twig -msgid "Primary navigation" +#: patterns/footer-columns.php:77 +#: patterns/footer.php:39 +msgid "https://wordpress.org" msgstr "" -#: views/partials/footer.html.twig -#: views/partials/footer-columns.html.twig -msgid "Footer navigation" +#: patterns/footer-minimal.php +msgctxt "Pattern title" +msgid "Footer - Minimal" msgstr "" -#: functions.php +#: patterns/footer-minimal.php +msgctxt "Pattern description" +msgid "Minimal single-line footer with copyright." +msgstr "" + +#. translators: Copyright notice. %1$s: Year, %2$s: Site title. +#: patterns/footer-minimal.php:25 +#, php-format +msgid "© %1$s %2$s. All rights reserved." +msgstr "" + +#: patterns/footer.php +msgctxt "Pattern title" +msgid "Footer" +msgstr "" + +#: patterns/footer.php +msgctxt "Pattern description" +msgid "Site footer with site title, tagline, and credits." +msgstr "" + +#: patterns/header-centered.php +msgctxt "Pattern title" +msgid "Header - Centered" +msgstr "" + +#: patterns/header-centered.php +msgctxt "Pattern description" +msgid "Centered header with site title above navigation." +msgstr "" + +#: patterns/header-transparent.php +msgctxt "Pattern title" +msgid "Header - Transparent" +msgstr "" + +#: patterns/header-transparent.php +msgctxt "Pattern description" +msgid "Transparent header that overlays page content, ideal for hero sections." +msgstr "" + +#: patterns/header.php +msgctxt "Pattern title" +msgid "Header" +msgstr "" + +#: patterns/header.php +msgctxt "Pattern description" +msgid "Site header with site title and navigation." +msgstr "" + +#: patterns/hero-centered.php +msgctxt "Pattern title" +msgid "Hero centered" +msgstr "" + +#: patterns/hero-centered.php +msgctxt "Pattern description" +msgid "A centered hero section with a colored background, heading, paragraph, and call to action buttons." +msgstr "" + +#: patterns/hero-centered.php:14 +msgid "Welcome to your new website" +msgstr "" + +#: patterns/hero-centered.php:18 +msgid "Start building beautiful, responsive pages with the full power of Bootstrap 5 and the WordPress block editor." +msgstr "" + +#: patterns/hero-centered.php:23 +#: patterns/hero-cover.php:23 +#: patterns/page-services.php:78 +#: patterns/pricing-3-col.php:52 +#: patterns/pricing-3-col.php:91 +msgid "Get Started" +msgstr "" + +#: patterns/hero-centered.php:27 +#: patterns/hero-split.php:25 +#: patterns/text-about.php:29 +msgid "Learn More" +msgstr "" + +#: patterns/hero-cover.php +msgctxt "Pattern title" +msgid "Hero with cover image" +msgstr "" + +#: patterns/hero-cover.php +msgctxt "Pattern description" +msgid "A full-width hero section with a cover image, heading, paragraph, and call to action button." +msgstr "" + +#: patterns/hero-cover.php:14 +msgid "Build something amazing" +msgstr "" + +#: patterns/hero-cover.php:18 +msgid "Create modern, responsive websites with the power of Bootstrap 5 and the WordPress Site Editor." +msgstr "" + +#: patterns/hero-split.php +msgctxt "Pattern title" +msgid "Hero split with image" +msgstr "" + +#: patterns/hero-split.php +msgctxt "Pattern description" +msgid "A two-column hero with text on the left and an image placeholder on the right." +msgstr "" + +#: patterns/hero-split.php:16 +msgid "Modern design meets powerful features" +msgstr "" + +#: patterns/hero-split.php:20 +msgid "A WordPress theme built from the ground up with Bootstrap 5 for a seamless editing and browsing experience." +msgstr "" + +#: patterns/hero-split.php:29 +msgid "View Demo" +msgstr "" + +#: patterns/hero-split.php:36 +msgid "Hero image" +msgstr "" + +#: patterns/hidden-404.php +msgctxt "Pattern title" +msgid "404" +msgstr "" + +#: patterns/hidden-404.php:14 +msgid "Page not found" +msgstr "" + +#: patterns/hidden-404.php:18 +msgid "The page you are looking for does not exist, or it has been moved. Please try searching using the form below." +msgstr "" + +#: patterns/hidden-blog-heading.php +msgctxt "Pattern title" +msgid "Blog heading" +msgstr "" + +#: patterns/hidden-blog-heading.php:12 +msgid "Blog" +msgstr "" + +#: patterns/hidden-search.php +msgctxt "Pattern title" +msgid "Search" +msgstr "" + +#: patterns/hidden-search.php:11 +#: patterns/hidden-sidebar.php:32 +#: patterns/hidden-sidebar.php:35 +msgid "Search" +msgstr "" + +#: patterns/hidden-search.php:11 +#: patterns/hidden-sidebar.php:35 +msgid "Search..." +msgstr "" + +#: patterns/hidden-sidebar.php +msgctxt "Pattern title" msgid "Sidebar" msgstr "" -#: functions.php -msgid "Add widgets here to appear in the sidebar." +#: patterns/hidden-sidebar.php +msgctxt "Pattern description" +msgid "Sidebar content with recent posts, search, and tag cloud." msgstr "" -#: views/partials/sidebar.html.twig -msgid "Blog sidebar" +#: patterns/hidden-sidebar.php:14 +msgid "Recent Posts" +msgstr "" + +#: patterns/hidden-sidebar.php:42 +msgid "Tags" +msgstr "" + +#: patterns/hidden-written-by.php +msgctxt "Pattern title" +msgid "Written by" +msgstr "" + +#: patterns/layout-2-col.php +msgctxt "Pattern title" +msgid "Two Columns" +msgstr "" + +#: patterns/layout-2-col.php +msgctxt "Pattern description" +msgid "A two-column layout with equal width columns, each containing a heading and paragraph." +msgstr "" + +#: patterns/layout-2-col.php:16 +#: patterns/layout-3-col.php:16 +msgid "Column One" +msgstr "" + +#: patterns/layout-2-col.php:20 +#: patterns/layout-2-col.php:30 +msgid "Add your content here. This column takes up half the available width on larger screens and stacks on mobile devices." +msgstr "" + +#: patterns/layout-2-col.php:26 +#: patterns/layout-3-col.php:26 +msgid "Column Two" +msgstr "" + +#: patterns/layout-3-col.php +msgctxt "Pattern title" +msgid "Three Columns" +msgstr "" + +#: patterns/layout-3-col.php +msgctxt "Pattern description" +msgid "A three-column layout with equal width columns, each containing a heading and paragraph." +msgstr "" + +#: patterns/layout-3-col.php:20 +#: patterns/layout-3-col.php:30 +#: patterns/layout-3-col.php:40 +msgid "Add your content here. This column takes up one third of the available width on larger screens." +msgstr "" + +#: patterns/layout-3-col.php:36 +msgid "Column Three" +msgstr "" + +#: patterns/layout-container.php +msgctxt "Pattern title" +msgid "Bootstrap Container" +msgstr "" + +#: patterns/layout-container.php +msgctxt "Pattern description" +msgid "A constrained container with padding, containing a heading and paragraph placeholder." +msgstr "" + +#: patterns/layout-container.php:14 +msgid "Heading goes here" +msgstr "" + +#: patterns/layout-container.php:18 +msgid "This is a content container with constrained width and comfortable padding. Replace this text with your own content." +msgstr "" + +#: patterns/layout-full-width-section.php +msgctxt "Pattern title" +msgid "Full Width Section" +msgstr "" + +#: patterns/layout-full-width-section.php +msgctxt "Pattern description" +msgid "A full-width section with a primary background color, centered white heading and paragraph." +msgstr "" + +#: patterns/layout-full-width-section.php:14 +msgid "Full Width Section Heading" +msgstr "" + +#: patterns/layout-full-width-section.php:18 +msgid "This full-width section stands out with a colored background. Use it to highlight important content, announcements, or calls to action." +msgstr "" + +#: patterns/more-posts.php +msgctxt "Pattern title" +msgid "More posts" +msgstr "" + +#: patterns/more-posts.php +msgctxt "Pattern description" +msgid "A section with more recent posts." +msgstr "" + +#: patterns/more-posts.php:15 +msgid "More posts" +msgstr "" + +#: patterns/nav-dark.php +msgctxt "Pattern title" +msgid "Navigation - Dark" +msgstr "" + +#: patterns/nav-dark.php +msgctxt "Pattern description" +msgid "Dark-themed navigation header with dark background." +msgstr "" + +#: patterns/nav-offcanvas.php +msgctxt "Pattern title" +msgid "Navigation - Offcanvas" +msgstr "" + +#: patterns/nav-offcanvas.php +msgctxt "Pattern description" +msgid "Header with offcanvas mobile navigation using Bootstrap offcanvas component." +msgstr "" + +#: patterns/page-about.php +msgctxt "Pattern title" +msgid "About Page" +msgstr "" + +#: patterns/page-about.php +msgctxt "Pattern description" +msgid "A full about page layout with hero, story section, and team members." +msgstr "" + +#: patterns/page-about.php:14 +msgid "About Us" +msgstr "" + +#: patterns/page-about.php:18 +msgid "Learn more about who we are, what we do, and the people behind our mission." +msgstr "" + +#: patterns/page-about.php:26 +msgid "Our Story" +msgstr "" + +#: patterns/page-about.php:30 +msgid "Founded with a passion for innovation and excellence, our journey began with a simple idea: to create meaningful solutions that make a real difference. Over the years, we have grown from a small team into a dedicated group of professionals committed to delivering outstanding results." +msgstr "" + +#: patterns/page-about.php:34 +msgid "Today, we continue to push boundaries and challenge conventions. Our approach combines creative thinking with proven methodologies, ensuring that every project we undertake meets the highest standards of quality and craftsmanship." +msgstr "" + +#: patterns/page-about.php:40 +#: patterns/text-about.php:36 +msgid "About us image" +msgstr "" + +#: patterns/page-about.php:48 +msgid "Our Team" +msgstr "" + +#: patterns/page-about.php:52 +msgid "Meet the people who make it all happen." +msgstr "" + +#: patterns/page-about.php:59 +msgid "Jane Doe" +msgstr "" + +#: patterns/page-about.php:63 +msgid "Founder & CEO" +msgstr "" + +#: patterns/page-about.php:71 +msgid "John Smith" +msgstr "" + +#: patterns/page-about.php:75 +msgid "Lead Developer" +msgstr "" + +#: patterns/page-about.php:83 +msgid "Emily Johnson" +msgstr "" + +#: patterns/page-about.php:87 +msgid "Creative Director" +msgstr "" + +#: patterns/page-contact.php +msgctxt "Pattern title" +msgid "Contact Page" +msgstr "" + +#: patterns/page-contact.php +msgctxt "Pattern description" +msgid "A full contact page layout with hero, contact details, business hours, and spacer." +msgstr "" + +#: patterns/page-contact.php:14 +#: patterns/page-services.php:87 +#: patterns/pricing-3-col.php:130 +msgid "Contact Us" +msgstr "" + +#: patterns/page-contact.php:18 +msgid "We would love to hear from you. Reach out to us anytime." +msgstr "" + +#: patterns/page-contact.php:26 +msgid "Get in Touch" +msgstr "" + +#: patterns/page-contact.php:30 +msgid "123 Main Street, Suite 100, Anytown, ST 12345" +msgstr "" + +#: patterns/page-contact.php:38 +msgid "+1 (555) 123-4567" +msgstr "" + +#: patterns/page-contact.php:44 +msgid "Business Hours" +msgstr "" + +#: patterns/page-contact.php:49 +msgid "Monday - Friday:" +msgstr "" + +#: patterns/page-contact.php:49 +msgid "9:00 AM - 6:00 PM" +msgstr "" + +#: patterns/page-contact.php:53 +msgid "Saturday:" +msgstr "" + +#: patterns/page-contact.php:53 +msgid "10:00 AM - 4:00 PM" +msgstr "" + +#: patterns/page-contact.php:57 +msgid "Sunday:" +msgstr "" + +#: patterns/page-contact.php:57 +msgid "Closed" +msgstr "" + +#: patterns/page-services.php +msgctxt "Pattern title" +msgid "Services Page" +msgstr "" + +#: patterns/page-services.php +msgctxt "Pattern description" +msgid "A full services page layout with hero, service offerings, and call to action." +msgstr "" + +#: patterns/page-services.php:14 +msgid "Our Services" +msgstr "" + +#: patterns/page-services.php:18 +msgid "Professional solutions tailored to your needs." +msgstr "" + +#: patterns/page-services.php:24 +msgid "What We Offer" +msgstr "" + +#: patterns/page-services.php:28 +msgid "We provide a wide range of services to help your business grow and succeed." +msgstr "" + +#: patterns/page-services.php:34 +msgid "🎨" +msgstr "" + +#: patterns/page-services.php:38 +msgid "Design" +msgstr "" + +#: patterns/page-services.php:42 +msgid "Beautiful, user-centered designs that capture your brand identity and engage your audience across all platforms and devices." +msgstr "" + +#: patterns/page-services.php:48 +msgid "⚙️" +msgstr "" + +#: patterns/page-services.php:52 +msgid "Development" +msgstr "" + +#: patterns/page-services.php:56 +msgid "Robust, scalable web applications built with modern technologies and best practices to ensure performance and reliability." +msgstr "" + +#: patterns/page-services.php:62 +msgid "📈" +msgstr "" + +#: patterns/page-services.php:66 +msgid "Strategy" +msgstr "" + +#: patterns/page-services.php:70 +msgid "Data-driven strategies and consulting to help you achieve your business goals and stay ahead of the competition." +msgstr "" + +#: patterns/page-services.php:82 +msgid "Ready to take your project to the next level? Let us help you build something great." +msgstr "" + +#: patterns/page-services.php:91 +msgid "View Portfolio" +msgstr "" + +#: patterns/post-navigation.php +msgctxt "Pattern title" +msgid "Post navigation" +msgstr "" + +#: patterns/post-navigation.php +msgctxt "Pattern description" +msgid "Previous and next post links." +msgstr "" + +#: patterns/pricing-3-col.php +msgctxt "Pattern title" +msgid "Pricing three columns" +msgstr "" + +#: patterns/pricing-3-col.php +msgctxt "Pattern description" +msgid "Three-column pricing cards with feature lists and call to action buttons." +msgstr "" + +#: patterns/pricing-3-col.php:18 +msgid "Choose the plan that works best for you." +msgstr "" + +#: patterns/pricing-3-col.php:25 +msgid "Basic" +msgstr "" + +#: patterns/pricing-3-col.php:29 +msgid "Free" +msgstr "" + +#: patterns/pricing-3-col.php:38 +msgid "1 Website" +msgstr "" + +#: patterns/pricing-3-col.php:42 +msgid "Community Support" +msgstr "" + +#: patterns/pricing-3-col.php:46 +msgid "Core Features" +msgstr "" + +#: patterns/pricing-3-col.php:61 +msgid "Professional" +msgstr "" + +#. translators: pricing amount +#: patterns/pricing-3-col.php:67 +msgid "$49" +msgstr "" + +#: patterns/pricing-3-col.php:77 +msgid "5 Websites" +msgstr "" + +#: patterns/pricing-3-col.php:81 +msgid "Priority Support" +msgstr "" + +#: patterns/pricing-3-col.php:85 +msgid "All Features" +msgstr "" + +#: patterns/pricing-3-col.php:100 +msgid "Enterprise" +msgstr "" + +#. translators: pricing amount +#: patterns/pricing-3-col.php:106 +msgid "$199" +msgstr "" + +#: patterns/pricing-3-col.php:116 +msgid "Unlimited Websites" +msgstr "" + +#: patterns/pricing-3-col.php:120 +msgid "Dedicated Support" +msgstr "" + +#: patterns/pricing-3-col.php:124 +msgid "Custom Development" +msgstr "" + +#: patterns/template-query-loop.php +msgctxt "Pattern title" +msgid "Query loop" +msgstr "" + +#: patterns/template-query-loop.php:39 +msgid "No posts were found." +msgstr "" + +#: patterns/testimonials-2-col.php +msgctxt "Pattern title" +msgid "Testimonials two columns" +msgstr "" + +#: patterns/testimonials-2-col.php +msgctxt "Pattern description" +msgid "Two-column testimonials with quote blocks and citations." +msgstr "" + +#: patterns/testimonials-2-col.php:14 +msgid "What our clients say" +msgstr "" + +#: patterns/testimonials-2-col.php:20 +msgid "This theme completely transformed our website. The Bootstrap integration makes it incredibly easy to create professional-looking pages without any custom code." +msgstr "" + +#: patterns/testimonials-2-col.php:20 +msgid "Jane Doe, Web Designer" +msgstr "" + +#: patterns/testimonials-2-col.php:26 +msgid "The dark mode support and style variations give us the flexibility we need. Our clients love being able to switch between color schemes effortlessly." +msgstr "" + +#: patterns/testimonials-2-col.php:26 +msgid "John Smith, Developer" +msgstr "" + +#: patterns/testimonials-centered.php +msgctxt "Pattern title" +msgid "Testimonial centered" +msgstr "" + +#: patterns/testimonials-centered.php +msgctxt "Pattern description" +msgid "A single large centered testimonial with citation." +msgstr "" + +#: patterns/testimonials-centered.php:14 +msgid "The best WordPress theme we have ever used. Clean code, beautiful design, and incredible flexibility." +msgstr "" + +#: patterns/testimonials-centered.php:14 +msgid "Alex Johnson, Creative Director" +msgstr "" + +#: patterns/text-about.php +msgctxt "Pattern title" +msgid "About section" +msgstr "" + +#: patterns/text-about.php +msgctxt "Pattern description" +msgid "A two-column about section with text content and an image." +msgstr "" + +#: patterns/text-about.php:16 +msgid "About us" +msgstr "" + +#: patterns/text-about.php:20 +msgid "We are passionate about creating tools that empower people to build beautiful websites. Our theme combines the reliability of Bootstrap with the flexibility of WordPress." +msgstr "" + +#: patterns/text-about.php:24 +msgid "With years of experience in web development and design, we understand what it takes to create a theme that is both powerful and easy to use." +msgstr "" + +#: patterns/text-faq.php +msgctxt "Pattern title" +msgid "Frequently asked questions" +msgstr "" + +#: patterns/text-faq.php +msgctxt "Pattern description" +msgid "An FAQ section with question and answer pairs." +msgstr "" + +#: patterns/text-faq.php:14 +msgid "Frequently Asked Questions" +msgstr "" + +#: patterns/text-faq.php:20 +msgid "How do I install the theme?" +msgstr "" + +#: patterns/text-faq.php:24 +msgid "Download the ZIP file from the releases page, then upload it via WordPress Admin > Appearance > Themes > Add New > Upload Theme." +msgstr "" + +#: patterns/text-faq.php:34 +msgid "Does it work with the Site Editor?" +msgstr "" + +#: patterns/text-faq.php:38 +msgid "Yes, this is a Full Site Editing block theme. You can customize templates, headers, footers, and all block patterns using the WordPress Site Editor." +msgstr "" + +#: patterns/text-faq.php:48 +msgid "Can I use my own fonts?" +msgstr "" + +#: patterns/text-faq.php:52 +msgid "The theme comes with Inter, Lora, and system font stacks. You can add custom fonts through the Site Editor or by modifying theme.json." +msgstr "" + +#: patterns/text-faq.php:62 +msgid "Is dark mode supported?" +msgstr "" + +#: patterns/text-faq.php:66 +msgid "Yes, the theme includes a dark mode toggle that uses Bootstrap 5.3 built-in dark mode. It respects system preferences and remembers your choice." +msgstr "" + +#: theme.json +#: styles/01-ocean.json +#: styles/02-forest.json +#: styles/03-sunset.json +#: styles/04-midnight.json +#: styles/05-ember.json +#: styles/06-arctic.json +#: styles/07-amethyst.json +#: styles/08-rose.json +#: styles/09-sand.json +#: styles/10-lavender.json +#: styles/11-mint.json +#: styles/12-slate.json +#: styles/13-mocha.json +#: styles/14-nebula.json +#: styles/15-obsidian.json +msgctxt "Color name" +msgid "Base" +msgstr "" + +#: theme.json +#: styles/01-ocean.json +#: styles/02-forest.json +#: styles/03-sunset.json +#: styles/04-midnight.json +#: styles/05-ember.json +#: styles/06-arctic.json +#: styles/07-amethyst.json +#: styles/08-rose.json +#: styles/09-sand.json +#: styles/10-lavender.json +#: styles/11-mint.json +#: styles/12-slate.json +#: styles/13-mocha.json +#: styles/14-nebula.json +#: styles/15-obsidian.json +msgctxt "Color name" +msgid "Contrast" +msgstr "" + +#: theme.json +#: styles/01-ocean.json +#: styles/02-forest.json +#: styles/03-sunset.json +#: styles/04-midnight.json +#: styles/05-ember.json +#: styles/06-arctic.json +#: styles/07-amethyst.json +#: styles/08-rose.json +#: styles/09-sand.json +#: styles/10-lavender.json +#: styles/11-mint.json +#: styles/12-slate.json +#: styles/13-mocha.json +#: styles/14-nebula.json +#: styles/15-obsidian.json +msgctxt "Color name" +msgid "Primary" +msgstr "" + +#: theme.json +#: styles/01-ocean.json +#: styles/02-forest.json +#: styles/03-sunset.json +#: styles/04-midnight.json +#: styles/05-ember.json +#: styles/06-arctic.json +#: styles/07-amethyst.json +#: styles/08-rose.json +#: styles/09-sand.json +#: styles/10-lavender.json +#: styles/11-mint.json +#: styles/12-slate.json +#: styles/13-mocha.json +#: styles/14-nebula.json +#: styles/15-obsidian.json +msgctxt "Color name" +msgid "Secondary" +msgstr "" + +#: theme.json +#: styles/01-ocean.json +#: styles/02-forest.json +#: styles/03-sunset.json +#: styles/04-midnight.json +#: styles/05-ember.json +#: styles/06-arctic.json +#: styles/07-amethyst.json +#: styles/08-rose.json +#: styles/09-sand.json +#: styles/10-lavender.json +#: styles/11-mint.json +#: styles/12-slate.json +#: styles/13-mocha.json +#: styles/14-nebula.json +#: styles/15-obsidian.json +msgctxt "Color name" +msgid "Success" +msgstr "" + +#: theme.json +#: styles/01-ocean.json +#: styles/02-forest.json +#: styles/03-sunset.json +#: styles/04-midnight.json +#: styles/05-ember.json +#: styles/06-arctic.json +#: styles/07-amethyst.json +#: styles/08-rose.json +#: styles/09-sand.json +#: styles/10-lavender.json +#: styles/11-mint.json +#: styles/12-slate.json +#: styles/13-mocha.json +#: styles/14-nebula.json +#: styles/15-obsidian.json +msgctxt "Color name" +msgid "Danger" +msgstr "" + +#: theme.json +#: styles/01-ocean.json +#: styles/02-forest.json +#: styles/03-sunset.json +#: styles/04-midnight.json +#: styles/05-ember.json +#: styles/06-arctic.json +#: styles/07-amethyst.json +#: styles/08-rose.json +#: styles/09-sand.json +#: styles/10-lavender.json +#: styles/11-mint.json +#: styles/12-slate.json +#: styles/13-mocha.json +#: styles/14-nebula.json +#: styles/15-obsidian.json +msgctxt "Color name" +msgid "Warning" +msgstr "" + +#: theme.json +#: styles/01-ocean.json +#: styles/02-forest.json +#: styles/03-sunset.json +#: styles/04-midnight.json +#: styles/05-ember.json +#: styles/06-arctic.json +#: styles/07-amethyst.json +#: styles/08-rose.json +#: styles/09-sand.json +#: styles/10-lavender.json +#: styles/11-mint.json +#: styles/12-slate.json +#: styles/13-mocha.json +#: styles/14-nebula.json +#: styles/15-obsidian.json +msgctxt "Color name" +msgid "Info" +msgstr "" + +#: theme.json +#: styles/01-ocean.json +#: styles/02-forest.json +#: styles/03-sunset.json +#: styles/04-midnight.json +#: styles/05-ember.json +#: styles/06-arctic.json +#: styles/07-amethyst.json +#: styles/08-rose.json +#: styles/09-sand.json +#: styles/10-lavender.json +#: styles/11-mint.json +#: styles/12-slate.json +#: styles/13-mocha.json +#: styles/14-nebula.json +#: styles/15-obsidian.json +msgctxt "Color name" +msgid "Light" +msgstr "" + +#: theme.json +#: styles/01-ocean.json +#: styles/02-forest.json +#: styles/03-sunset.json +#: styles/04-midnight.json +#: styles/05-ember.json +#: styles/06-arctic.json +#: styles/07-amethyst.json +#: styles/08-rose.json +#: styles/09-sand.json +#: styles/10-lavender.json +#: styles/11-mint.json +#: styles/12-slate.json +#: styles/13-mocha.json +#: styles/14-nebula.json +#: styles/15-obsidian.json +msgctxt "Color name" +msgid "Dark" +msgstr "" + +#: theme.json +msgctxt "Space size name" +msgid "3xs" +msgstr "" + +#: theme.json +msgctxt "Space size name" +msgid "2xs" +msgstr "" + +#: theme.json +msgctxt "Space size name" +msgid "xs" +msgstr "" + +#: theme.json +msgctxt "Space size name" +msgid "s" +msgstr "" + +#: theme.json +msgctxt "Space size name" +msgid "m" +msgstr "" + +#: theme.json +msgctxt "Space size name" +msgid "l" +msgstr "" + +#: theme.json +msgctxt "Space size name" +msgid "xl" +msgstr "" + +#: theme.json +msgctxt "Space size name" +msgid "2xl" +msgstr "" + +#: theme.json +msgctxt "Font size name" +msgid "Small" +msgstr "" + +#: theme.json +msgctxt "Font size name" +msgid "Medium" +msgstr "" + +#: theme.json +msgctxt "Font size name" +msgid "Large" +msgstr "" + +#: theme.json +msgctxt "Font size name" +msgid "Extra Large" +msgstr "" + +#: theme.json +msgctxt "Font size name" +msgid "Huge" +msgstr "" + +#: theme.json +msgctxt "Font size name" +msgid "Display" +msgstr "" + +#: theme.json +msgctxt "Font family name" +msgid "System Sans Serif" +msgstr "" + +#: theme.json +msgctxt "Font family name" +msgid "Inter" +msgstr "" + +#: theme.json +msgctxt "Font family name" +msgid "Lora" +msgstr "" + +#: theme.json +msgctxt "Font family name" +msgid "System Monospace" +msgstr "" + +#: theme.json +msgctxt "Shadow name" +msgid "Small" +msgstr "" + +#: theme.json +msgctxt "Shadow name" +msgid "Regular" +msgstr "" + +#: theme.json +msgctxt "Shadow name" +msgid "Large" +msgstr "" + +#: theme.json +msgctxt "Aspect ratio name" +msgid "16:9" +msgstr "" + +#: theme.json +msgctxt "Aspect ratio name" +msgid "4:3" +msgstr "" + +#: theme.json +msgctxt "Aspect ratio name" +msgid "1:1" +msgstr "" + +#: theme.json +msgctxt "Aspect ratio name" +msgid "3:4" +msgstr "" + +#: theme.json +msgctxt "Custom template name" +msgid "Blog with Sidebar" +msgstr "" + +#: theme.json +msgctxt "Custom template name" +msgid "Landing Page (No Header/Footer)" +msgstr "" + +#: theme.json +msgctxt "Custom template name" +msgid "Full Width" +msgstr "" + +#: theme.json +msgctxt "Custom template name" +msgid "Page with Hero" +msgstr "" + +#: theme.json +msgctxt "Custom template name" +msgid "Page with Sidebar" +msgstr "" + +#: theme.json +msgctxt "Template part name" +msgid "Header" +msgstr "" + +#: theme.json +msgctxt "Template part name" +msgid "Header - Centered" +msgstr "" + +#: theme.json +msgctxt "Template part name" +msgid "Header - Transparent" +msgstr "" + +#: theme.json +msgctxt "Template part name" +msgid "Footer" +msgstr "" + +#: theme.json +msgctxt "Template part name" +msgid "Footer - Minimal" +msgstr "" + +#: theme.json +msgctxt "Template part name" +msgid "Footer - Multi-Column" +msgstr "" + +#: theme.json +msgctxt "Template part name" +msgid "Sidebar" +msgstr "" + +#: styles/01-ocean.json +msgctxt "Style variation name" +msgid "Ocean" +msgstr "" + +#: styles/02-forest.json +msgctxt "Style variation name" +msgid "Forest" +msgstr "" + +#: styles/03-sunset.json +msgctxt "Style variation name" +msgid "Sunset" +msgstr "" + +#: styles/04-midnight.json +msgctxt "Style variation name" +msgid "Midnight" +msgstr "" + +#: styles/05-ember.json +msgctxt "Style variation name" +msgid "Ember" +msgstr "" + +#: styles/06-arctic.json +msgctxt "Style variation name" +msgid "Arctic" +msgstr "" + +#: styles/07-amethyst.json +msgctxt "Style variation name" +msgid "Amethyst" +msgstr "" + +#: styles/08-rose.json +msgctxt "Style variation name" +msgid "Rose" +msgstr "" + +#: styles/09-sand.json +msgctxt "Style variation name" +msgid "Sand" +msgstr "" + +#: styles/10-lavender.json +msgctxt "Style variation name" +msgid "Lavender" +msgstr "" + +#: styles/11-mint.json +msgctxt "Style variation name" +msgid "Mint" +msgstr "" + +#: styles/12-slate.json +msgctxt "Style variation name" +msgid "Slate" +msgstr "" + +#: styles/13-mocha.json +msgctxt "Style variation name" +msgid "Mocha" +msgstr "" + +#: styles/14-nebula.json +msgctxt "Style variation name" +msgid "Nebula" +msgstr "" + +#: styles/15-obsidian.json +msgctxt "Style variation name" +msgid "Obsidian" msgstr ""