Update language files

This commit is contained in:
markseu 2018-02-25 18:26:34 +01:00
parent 1346943b84
commit 4089949526
7 changed files with 9 additions and 9 deletions

View file

@ -3,4 +3,4 @@ Title: Home
---
Your website works!
You can [edit this page] or use your text editor.
[edit - You can edit this page] or use your text editor.

View file

@ -3,7 +3,7 @@
Language: de
LanguageDescription: Deutsch
LanguageTranslator: David Fehrmann
LanguageVersion: 0.7.2
LanguageVersion: 0.7.3
BlogBy: von
BlogFilter: Blog:
@ -13,7 +13,7 @@ ContactName: Name:
ContactEmail: E-Mail:
ContactMessage: Nachricht:
ContactButton: Absenden
ContactStatusNone: Sag Hallo! Feedback ist uns sehr willkommen.
ContactStatusNone: Sag Hallo! Feedback ist sehr willkommen.
ContactStatusIncomplete: Bitte alle Felder ausfüllen.
ContactStatusInvalid: Bitte eine gültige E-Mail angeben.
ContactStatusDone: Nachricht wurde versandt. Vielen Dank!
@ -26,7 +26,7 @@ DateFormatMedium: d.m.Y
DateFormatLong: d.m.Y H:i
EditInstallationTitle: Hallo
EditInstallationFeature: Was willst du machen?
EditInstallationHomePage: Deine Webseite funktioniert!\n\nDu kannst [edit - diese Seite bearbeiten] oder einen Texteditor benutzen.
EditInstallationHomePage: Deine Webseite funktioniert!\n\n[edit - Du kannst diese Seite bearbeiten] oder einen Texteditor benutzen.
EditInstallationAboutPage: Diese Webseite ist erstellt mit [yellow]. [Weitere Informationen](https://developers.datenstrom.se/de/help/).
EditLoginTitle: Willkommen
EditLoginEmail: E-Mail:

View file

@ -3,7 +3,7 @@
Language: en
LanguageDescription: English
LanguageTranslator: Mark Seuffert
LanguageVersion: 0.7.2
LanguageVersion: 0.7.3
BlogBy: by
BlogFilter: Blog:
@ -26,7 +26,7 @@ DateFormatMedium: Y-m-d
DateFormatLong: Y-m-d H:i
EditInstallationTitle: Hello
EditInstallationFeature: What do you want to make?
EditInstallationHomePage: Your website works!\n\nYou can [edit this page] or use your text editor.
EditInstallationHomePage: Your website works!\n\n[edit - You can edit this page] or use your text editor.
EditInstallationAboutPage: This website is made with [yellow]. [Learn more](https://developers.datenstrom.se/help/).
EditLoginTitle: Welcome
EditLoginEmail: Email:

View file

@ -3,7 +3,7 @@
Language: fr
LanguageDescription: Français
LanguageTranslator: Juh Nibreh
LanguageVersion: 0.7.2
LanguageVersion: 0.7.3
BlogBy: par
BlogFilter: Blog:
@ -26,7 +26,7 @@ DateFormatMedium: d/m/Y
DateFormatLong: d/m/Y H:i
EditInstallationTitle: Bonjour
EditInstallationFeature: Que voulez-vous faire?
EditInstallationHomePage: Votre site web fonctionne!\n\nVous pouvez [edit - modifier cette page] ou utiliser un éditeur de texte.
EditInstallationHomePage: Votre site web fonctionne!\n\n[edit - Vous pouvez modifier cette page] ou utiliser un éditeur de texte.
EditInstallationAboutPage: Ce site web est fait avec [yellow]. [Apprenez-en plus](https://developers.datenstrom.se/fr/help/).
EditLoginTitle: Bienvenue
EditLoginEmail: Email:

View file

@ -5,7 +5,7 @@
class YellowLanguage
{
const VERSION = "0.7.2";
const VERSION = "0.7.3";
}
$yellow->plugins->register("language", "YellowLanguage", YellowLanguage::VERSION);