Updated system and footer
This commit is contained in:
parent
d083218261
commit
762a574d8c
5 changed files with 11 additions and 12 deletions
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
<div class="footer">
|
||||
<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 Datenstrom Yellow</a>.
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue