more translations, small config rename
parent
7f89c330ad
commit
75f8a4d99a
42
config.toml
42
config.toml
|
@ -5,7 +5,7 @@ theme = "hugo-creative-theme"
|
|||
DefaultContentLanguage = "en"
|
||||
|
||||
[params]
|
||||
name = "Free Software Foundation Europe (FSFE)"
|
||||
author = "Free Software Foundation Europe (FSFE)"
|
||||
description = "Public Money, Public Code - A campaign for releasing publicly financed software as Free Software"
|
||||
favicon = "favicon.ico"
|
||||
|
||||
|
@ -86,78 +86,60 @@ DefaultContentLanguage = "en"
|
|||
|
||||
|
||||
# === TRANSLATIONS ===
|
||||
|
||||
[Languages]
|
||||
[Languages.en]
|
||||
|
||||
# GERMAN
|
||||
# == GERMAN ==
|
||||
[Languages.de]
|
||||
languageCode = "de-DE"
|
||||
description = "Public Money, Public Code - Eine Kampagne zur Veröffentlichung öffentlich finanzierter Software als Freie Software"
|
||||
|
||||
[Languages.de.navigation]
|
||||
brand = "Public Money, Public Code"
|
||||
[Languages.de.navigation.links]
|
||||
about = "Über"
|
||||
reasons = "Gründe"
|
||||
resources = "Ressourcen"
|
||||
spread = "Verbreiten"
|
||||
contact = "Kontakt"
|
||||
|
||||
# Start banner
|
||||
[Languages.de.start]
|
||||
slogan = "Public Money – Public Code"
|
||||
subtitle = "Warum wird Software, das von Steuerzahlern finanziert wird, nicht als Freie Software veröffentlicht? Von Allen bezahlter Code sollte Allen zur Verfügung stehen."
|
||||
subtitle = "Warum wird Software, die von Steuerzahlern finanziert wird, nicht als Freie Software veröffentlicht? Von Allen bezahlter Code sollte Allen zur Verfügung stehen."
|
||||
buttonText = "Video anschauen"
|
||||
|
||||
|
||||
# About section
|
||||
[Languages.de.about]
|
||||
headline = "Klingt komplziert? Nein, es ist super einfach!"
|
||||
description = "VIDEO"
|
||||
buttonText = "Mehr Vorteile"
|
||||
|
||||
# Reasons section
|
||||
[Languages.de.reasons]
|
||||
headline = "Mehr Gründe zur Befreiung öffentlichen Codes"
|
||||
|
||||
[[Languages.de.reasons.list]]
|
||||
icon = "fa-eur"
|
||||
title = "Steuerersparnis"
|
||||
description = "Similar applications don't have to be programmed from scratch every time."
|
||||
|
||||
description = "Ähnliche Anwendungen müssen nicht jedes Mal von neu auf programmiert werden."
|
||||
[[Languages.de.reasons.list]]
|
||||
icon = "fa-plus"
|
||||
title = "Zusammenarbeit"
|
||||
description = "Efforts on major projects can be joint to share expertise and costs."
|
||||
|
||||
description = "Bei großen Projekten können Expertise und Kosten zusammengelegt werden."
|
||||
[[Languages.de.reasons.list]]
|
||||
icon = "fa-users"
|
||||
title = "Für die Allgemeinheit"
|
||||
description = "Applications paid by the public should be available for everyone."
|
||||
|
||||
description = "Anwendungen, die von Allen finanziert werde, müssen Allen zur Verfügung gestellt werden."
|
||||
[[Languages.de.reasons.list]]
|
||||
icon = "fa-lightbulb-o"
|
||||
title = "Innovation fördern"
|
||||
description = "With transparent processes others don't have to reinvent the wheel."
|
||||
|
||||
|
||||
description = "Dank transparenter Prozesse müssen Andere das Rad nicht neu erfinden."
|
||||
# Portfolio modals
|
||||
[Languages.de.resources.modal]
|
||||
client = "Kunde"
|
||||
date = "Datum"
|
||||
category = "Kategorie"
|
||||
buttonText = "Schließen"
|
||||
|
||||
# Spread the word section
|
||||
[Languages.de.spread]
|
||||
headline = "Sag es weiter!"
|
||||
promoText = "Obtain the latest stickers and flyers from FSFE"
|
||||
promoButtonText = "Get promo material"
|
||||
promoText = "Hol' Dir die neuesten Sticker und Flyer von der FSFE"
|
||||
promoButtonText = "Promomaterial bestellen"
|
||||
promoButtonLink = "https://fsfe.org/promo#pmpc"
|
||||
shareText = "Tell your friends and followers about Public Code"
|
||||
|
||||
# Contact section
|
||||
[Languages.de.contact]
|
||||
headline = "Let's Get In Touch!"
|
||||
description = "Ready to start your next project with us? That's great! Give us a call or send us an email and we will get back to you as soon as possible!"
|
||||
phone = "123-456-6789"
|
||||
email = "feedback@startbootstrap.com"
|
||||
shareText = "Erzähle Deinen Freunden und Followern von PMPC"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
{{ with .Site.Params.name }}<meta name="author" content="{{ . }}">{{ end }}
|
||||
{{ with .Site.Params.author }}<meta name="author" content="{{ . }}">{{ end }}
|
||||
{{ with .Site.Params.description }}<meta name="description" content="{{ . }}">{{ end }}
|
||||
{{ .Hugo.Generator }}
|
||||
<title>{{ .Site.Title }}</title>
|
||||
|
|
|
@ -47,6 +47,8 @@
|
|||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
|
||||
<a class="navbar-brand page-scroll" href="#page-top">Public Money, Public Code</a>
|
||||
|
||||
</div>
|
||||
<!-- Collect the nav links, forms, and other content for toggling -->
|
||||
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
|
||||
|
@ -87,7 +89,7 @@
|
|||
<hr>
|
||||
|
||||
|
||||
<p>Warum wird Software, das von Steuerzahlern finanziert wird, nicht als Freie Software veröffentlicht? Von Allen bezahlter Code sollte Allen zur Verfügung stehen.</p>
|
||||
<p>Warum wird Software, die von Steuerzahlern finanziert wird, nicht als Freie Software veröffentlicht? Von Allen bezahlter Code sollte Allen zur Verfügung stehen.</p>
|
||||
|
||||
|
||||
<a href="#about" class="btn btn-primary btn-xl page-scroll">Video anschauen</a>
|
||||
|
@ -144,7 +146,7 @@
|
|||
<i class="fa fa-4x fa-eur wow bounceIn text-primary"></i>
|
||||
<h3>Steuerersparnis</h3>
|
||||
|
||||
<p class="text-muted">Similar applications don't have to be programmed from scratch every time.</p>
|
||||
<p class="text-muted">Ähnliche Anwendungen müssen nicht jedes Mal von neu auf programmiert werden.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -154,7 +156,7 @@
|
|||
<i class="fa fa-4x fa-plus wow bounceIn text-primary"></i>
|
||||
<h3>Zusammenarbeit</h3>
|
||||
|
||||
<p class="text-muted">Efforts on major projects can be joint to share expertise and costs.</p>
|
||||
<p class="text-muted">Bei großen Projekten können Expertise und Kosten zusammengelegt werden.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -164,7 +166,7 @@
|
|||
<i class="fa fa-4x fa-users wow bounceIn text-primary"></i>
|
||||
<h3>Für die Allgemeinheit</h3>
|
||||
|
||||
<p class="text-muted">Applications paid by the public should be available for everyone.</p>
|
||||
<p class="text-muted">Anwendungen, die von Allen finanziert werde, müssen Allen zur Verfügung gestellt werden.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -174,7 +176,7 @@
|
|||
<i class="fa fa-4x fa-lightbulb-o wow bounceIn text-primary"></i>
|
||||
<h3>Innovation fördern</h3>
|
||||
|
||||
<p class="text-muted">With transparent processes others don't have to reinvent the wheel.</p>
|
||||
<p class="text-muted">Dank transparenter Prozesse müssen Andere das Rad nicht neu erfinden.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -340,12 +342,12 @@
|
|||
<h2 class="section-heading">Sag es weiter!</h2>
|
||||
|
||||
|
||||
<p class="text-faded">Obtain the latest stickers and flyers from FSFE</p>
|
||||
<p class="text-faded">Hol’ Dir die neuesten Sticker und Flyer von der FSFE</p>
|
||||
|
||||
<a href="https://fsfe.org/promo#pmpc" class="btn btn-default btn-xl page-scroll wow tada">Get promo material</a>
|
||||
<a href="https://fsfe.org/promo#pmpc" class="btn btn-default btn-xl page-scroll wow tada">Promomaterial bestellen</a>
|
||||
<hr class="light">
|
||||
|
||||
<p class="text-faded">Tell your friends and followers about Public Code</p>
|
||||
<p class="text-faded">Erzähle Deinen Freunden und Followern von PMPC</p>
|
||||
|
||||
|
||||
<div class="share-buttons">
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
|
||||
<sitemap>
|
||||
<loc>http://pmpc.mehl.mx/de/sitemap.xml</loc>
|
||||
|
||||
</sitemap>
|
||||
|
||||
<sitemap>
|
||||
<loc>http://pmpc.mehl.mx/en/sitemap.xml</loc>
|
||||
|
||||
</sitemap>
|
||||
|
||||
<sitemap>
|
||||
<loc>http://pmpc.mehl.mx/de/sitemap.xml</loc>
|
||||
|
||||
</sitemap>
|
||||
|
||||
</sitemapindex>
|
||||
|
|
Loading…
Reference in New Issue