mikuli.cz

:)
git clone https://git.sr.ht/~ashymad/mikuli.cz
Log | Files | Refs

commit 4089949526cad5e4f1aaa896c06acb745bf25d2b
parent 1346943b84cd8ecb93fb35715ee1db4475410688
Author: markseu <mark2011@mayberg.se>
Date:   Sun, 25 Feb 2018 18:26:34 +0100

Update language files

Diffstat:
Mcontent/1-home/page.txt | 4++--
Msystem/plugins/language-de.txt | 6+++---
Msystem/plugins/language-en.txt | 4++--
Msystem/plugins/language-fr.txt | 4++--
Msystem/plugins/language.php | 2+-
Msystem/plugins/update-blog.installation | 0
Msystem/plugins/update-wiki.installation | 0
7 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/content/1-home/page.txt b/content/1-home/page.txt @@ -3,4 +3,4 @@ Title: Home --- Your website works! -You can [edit this page] or use your text editor. -\ No newline at end of file +[edit - You can edit this page] or use your text editor. +\ No newline at end of file diff --git a/system/plugins/language-de.txt b/system/plugins/language-de.txt @@ -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: diff --git a/system/plugins/language-en.txt b/system/plugins/language-en.txt @@ -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: diff --git a/system/plugins/language-fr.txt b/system/plugins/language-fr.txt @@ -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: diff --git a/system/plugins/language.php b/system/plugins/language.php @@ -5,7 +5,7 @@ class YellowLanguage { - const VERSION = "0.7.2"; + const VERSION = "0.7.3"; } $yellow->plugins->register("language", "YellowLanguage", YellowLanguage::VERSION); diff --git a/system/plugins/update-blog.installation b/system/plugins/update-blog.installation Binary files differ. diff --git a/system/plugins/update-wiki.installation b/system/plugins/update-wiki.installation Binary files differ.