Pārlūkot izejas kodu

Updated editor and language files

markseu 7 gadi atpakaļ
vecāks
revīzija
06634fd9da

+ 1 - 2
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";

+ 2 - 2
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.

+ 2 - 2
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.

+ 2 - 2
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.

+ 1 - 1
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);