commit 06634fd9da900b606dc5d8ee245394419d01c259
parent 2253bf13b94472d86748c723a26c99b0877ed163
Author: markseu <mark2011@mayberg.se>
Date: Thu, 21 Jun 2018 21:34:32 +0200
Updated editor and language files
Diffstat:
5 files changed, 8 insertions(+), 9 deletions(-)
diff --git a/system/plugins/edit.php b/system/plugins/edit.php
@@ -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";
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.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.
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.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.
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.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.
diff --git a/system/plugins/language.php b/system/plugins/language.php
@@ -5,7 +5,7 @@
class YellowLanguage
{
- const VERSION = "0.7.11";
+ const VERSION = "0.7.12";
}
$yellow->plugins->register("language", "YellowLanguage", YellowLanguage::VERSION);