commit 1346943b84cd8ecb93fb35715ee1db4475410688
parent 920fb1a732ea0a04324e6c04bb1178472e5f65df
Author: markseu <mark2011@mayberg.se>
Date: Thu, 8 Feb 2018 21:52:06 +0100
Datenstrom Yellow requires PHP 5.4 or higher
Diffstat:
5 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/system/plugins/language-de.txt b/system/plugins/language-de.txt
@@ -86,7 +86,7 @@ EditWelcomeMessage: Hallo @usershort, dein Benutzerkonto wurde erstellt. Viel Sp
EditInformationSubject: Willkommen zurück
EditInformationMessage: Hallo @usershort, dein Benutzerkonto wurde geändert. Du kannst dich jetzt anmelden.
EditVersionTitle: Über diese Webseite
-EditVersionStatusNone: Yellow ist für Menschen die Webseiten machen.
+EditVersionStatusNone: Datenstrom Yellow ist für Menschen die Webseiten machen.
EditVersionStatusCheck: Nach Aktualisierung suchen…
EditVersionStatusDone: Deine Webseite ist auf dem neusten Stand.
EditVersionStatusUpdates: Aktualisierung verfügbar, bitte an den Webmaster wenden.
diff --git a/system/plugins/language-en.txt b/system/plugins/language-en.txt
@@ -86,7 +86,7 @@ EditWelcomeMessage: Hi @usershort, your user account has been created. Have fun
EditInformationSubject: Welcome back
EditInformationMessage: Hi @usershort, your user account has been changed. You can now log in.
EditVersionTitle: About this website
-EditVersionStatusNone: Yellow is for people who make websites.
+EditVersionStatusNone: Datenstrom Yellow is for people who make websites.
EditVersionStatusCheck: Checking for updates…
EditVersionStatusDone: Your website is up to date.
EditVersionStatusUpdates: Updates available, please contact the webmaster.
diff --git a/system/plugins/language-fr.txt b/system/plugins/language-fr.txt
@@ -86,7 +86,7 @@ EditWelcomeMessage: Bonjour @usershort, votre compte utilisateur a bien été cr
EditInformationSubject: Bienvenue à nouveau
EditInformationMessage: Bonjour @usershort, votre compte utilisateur a bien été changé. Vous pouvez maintenant vous connecter.
EditVersionTitle: A propos de ce site
-EditVersionStatusNone: Yellow est fait pour les gens qui font des sites web.
+EditVersionStatusNone: Datenstrom Yellow est fait pour les gens qui font des sites web.
EditVersionStatusCheck: Vérification des mises à jour…
EditVersionStatusDone: Votre site est à jour.
EditVersionStatusUpdates: Mises à jour disponibles, s'il vous plaît contacter le webmestre.
diff --git a/system/themes/snippets/footer.php b/system/themes/snippets/footer.php
@@ -2,10 +2,10 @@
<div class="siteinfo">
<a href="<?php echo $yellow->page->base."/" ?>">© 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 Yellow</a>.
+<a href="<?php echo $yellow->text->get("yellowUrl") ?>">Made with Datenstrom Yellow</a>.
</div>
</div>
</div>
<?php echo $yellow->page->getExtra("footer") ?>
</body>
-</html>
-\ No newline at end of file
+</html>
diff --git a/yellow.php b/yellow.php
@@ -1,6 +1,6 @@
<?php
-// Yellow is for people who make websites. https://datenstrom.se/yellow/
-// Copyright (c) 2013-2017 Datenstrom, https://datenstrom.se
+// Datenstrom Yellow is for people who make websites. https://datenstrom.se/yellow/
+// Copyright (c) 2013-2018 Datenstrom, https://datenstrom.se
// This file may be used and distributed under the terms of the public license.
version_compare(PHP_VERSION, "5.4", ">=") || die("Datenstrom Yellow requires PHP 5.4 or higher!");