mikuli.cz

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

commit 762a574d8c803b1f4d1b717e8232ed94659e7039
parent d083218261d85fc8cf606676cdf03b10d19a6f2c
Author: markseu <mark2011@mayberg.se>
Date:   Tue,  6 Mar 2018 22:46:51 +0100

Updated system and footer

Diffstat:
Msystem/plugins/language-de.txt | 8++++----
Msystem/plugins/language-en.txt | 4++--
Msystem/plugins/language-fr.txt | 6+++---
Msystem/plugins/language.php | 4++--
Msystem/themes/snippets/footer.php | 1-
5 files changed, 11 insertions(+), 12 deletions(-)

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.3 +LanguageVersion: 0.7.4 BlogBy: von BlogFilter: Blog: @@ -12,8 +12,8 @@ BlogMore: Lies mehr… ContactName: Name: ContactEmail: E-Mail: ContactMessage: Nachricht: -ContactButton: Absenden -ContactStatusNone: Sag Hallo! Feedback ist sehr willkommen. +ContactButton: Nachricht absenden +ContactStatusNone: Sag Hallo! Dein Feedback ist sehr willkommen. ContactStatusIncomplete: Bitte alle Felder ausfüllen. ContactStatusInvalid: Bitte eine gültige E-Mail angeben. ContactStatusDone: Nachricht wurde versandt. Vielen Dank! @@ -27,7 +27,7 @@ DateFormatLong: d.m.Y H:i EditInstallationTitle: Hallo EditInstallationFeature: Was willst du machen? 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/). +EditInstallationAboutPage: Diese Webseite ist erstellt mit [Datenstrom Yellow](https://datenstrom.se/de/yellow/). [edit - Anmelden]. EditLoginTitle: Willkommen EditLoginEmail: E-Mail: EditLoginPassword: Kennwort: 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.3 +LanguageVersion: 0.7.4 BlogBy: by BlogFilter: Blog: @@ -27,7 +27,7 @@ DateFormatLong: Y-m-d H:i EditInstallationTitle: Hello EditInstallationFeature: What do you want to make? 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/). +EditInstallationAboutPage: This website is made with [Datenstrom Yellow](https://datenstrom.se/yellow/). [edit - Log in]. EditLoginTitle: Welcome EditLoginEmail: Email: EditLoginPassword: Password: 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.3 +LanguageVersion: 0.7.4 BlogBy: par BlogFilter: Blog: @@ -12,7 +12,7 @@ BlogMore: Lire la suite… ContactName: Nom: ContactEmail: Email: ContactMessage: Message: -ContactButton: Envoyer +ContactButton: Envoyer le message ContactStatusNone: Dites bonjour! Vos commentaires sont les bienvenus. ContactStatusIncomplete: S'il vous plaît, veuillez remplir tous les champs. ContactStatusInvalid: S'il vous plaît, veuillez entrer une adresse email valide. @@ -27,7 +27,7 @@ DateFormatLong: d/m/Y H:i EditInstallationTitle: Bonjour EditInstallationFeature: Que voulez-vous faire? 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/). +EditInstallationAboutPage: Ce site web est fait avec [Datenstrom Yellow](https://datenstrom.se/fr/yellow/). [edit - Se connecter]. EditLoginTitle: Bienvenue EditLoginEmail: Email: EditLoginPassword: Mot de passe: diff --git a/system/plugins/language.php b/system/plugins/language.php @@ -1,11 +1,11 @@ <?php // Language plugin, https://github.com/datenstrom/yellow-plugins/tree/master/language -// Copyright (c) 2013-2017 Datenstrom, https://datenstrom.se +// Copyright (c) 2013-2018 Datenstrom, https://datenstrom.se // This file may be used and distributed under the terms of the public license. class YellowLanguage { - const VERSION = "0.7.3"; + const VERSION = "0.7.4"; } $yellow->plugins->register("language", "YellowLanguage", YellowLanguage::VERSION); diff --git a/system/themes/snippets/footer.php b/system/themes/snippets/footer.php @@ -1,7 +1,6 @@ <div class="footer"> <div class="siteinfo"> <a href="<?php echo $yellow->page->base."/" ?>">&copy; 2018 <?php echo $yellow->page->getHtml("sitename") ?></a>. -<a href="<?php echo $yellow->page->get("pageEdit") ?>">Edit</a>. <a href="<?php echo $yellow->text->get("yellowUrl") ?>">Made with Datenstrom Yellow</a>. </div> </div>