Updated editor and language files

This commit is contained in:
markseu 2018-06-21 21:34:32 +02:00
parent 2253bf13b9
commit 06634fd9da
5 changed files with 8 additions and 9 deletions

View file

@ -5,7 +5,7 @@
class YellowEdit
{
const VERSION = "0.7.22";
const VERSION = "0.7.23";
var $yellow; //access to API
var $response; //web response
var $users; //user accounts
@ -1506,7 +1506,6 @@ class YellowResponse
$mailSubject = mb_encode_mimeheader($this->yellow->text->getText("{$prefix}Subject", $language));
$mailHeaders = mb_encode_mimeheader("From: $sitename")." <noreply>\r\n";
$mailHeaders .= mb_encode_mimeheader("X-Request-Url: $scheme://$address$base")."\r\n";
$mailHeaders .= mb_encode_mimeheader("X-Remote-Addr: $_SERVER[REMOTE_ADDR]")."\r\n";
$mailHeaders .= "Mime-Version: 1.0\r\n";
$mailHeaders .= "Content-Type: text/plain; charset=utf-8\r\n";
$mailMessage = "$message\r\n\r\n$url\r\n-- \r\n$sitename";

View file

@ -3,7 +3,7 @@
Language: de
LanguageDescription: Deutsch
LanguageTranslator: David Fehrmann
LanguageVersion: 0.7.11
LanguageVersion: 0.7.12
BlogBy: von
BlogTag: Tags:
@ -11,7 +11,7 @@ BlogMore: Lies mehr…
ContactName: Name:
ContactEmail: E-Mail:
ContactMessage: Nachricht:
ContactConsent: Ich stimme zu, dass diese Webseite meine persönlichen Daten speichert.
ContactConsent: Ich stimme zu, dass diese Webseite meine Nachricht speichert.
ContactButton: Nachricht absenden
ContactStatusNone: Sag Hallo! Dein Feedback ist sehr willkommen.
ContactStatusIncomplete: Bitte alle Felder ausfüllen.

View file

@ -3,7 +3,7 @@
Language: en
LanguageDescription: English
LanguageTranslator: Mark Seuffert
LanguageVersion: 0.7.11
LanguageVersion: 0.7.12
BlogBy: by
BlogTag: Tags:
@ -11,7 +11,7 @@ BlogMore: Read more…
ContactName: Name:
ContactEmail: Email:
ContactMessage: Message:
ContactConsent: I consent that this website stores my personal data.
ContactConsent: I consent that this website stores my message.
ContactButton: Send message
ContactStatusNone: Say hello. Your feedback is very welcome.
ContactStatusIncomplete: Please fill out all fields.

View file

@ -3,7 +3,7 @@
Language: fr
LanguageDescription: Français
LanguageTranslator: Juh Nibreh
LanguageVersion: 0.7.11
LanguageVersion: 0.7.12
BlogBy: par
BlogTag: Tags:
@ -11,7 +11,7 @@ BlogMore: Lire la suite…
ContactName: Nom:
ContactEmail: Email:
ContactMessage: Message:
ContactConsent: Je consens que ce site web stocke mes données personnelles.
ContactConsent: Je consens que ce site stocke mon message.
ContactButton: Envoyer le message
ContactStatusNone: Dites bonjour! Vos commentaires sont les bienvenus.
ContactStatusIncomplete: S'il vous plaît, veuillez remplir tous les champs.

View file

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