commit b068054b38aaed1184b1b3ecf2282d9a5df0f1ff
parent 0d82497deb6499b7492c791600932efedcb66788
Author: markseu <mark2011@mayberg.se>
Date: Sat, 16 Jun 2018 21:44:16 +0200
Updated plugins and language files
Diffstat:
7 files changed, 5 insertions(+), 14 deletions(-)
diff --git a/system/plugins/core.php b/system/plugins/core.php
@@ -5,7 +5,7 @@
class YellowCore
{
- const VERSION = "0.7.3";
+ const VERSION = "0.7.4";
var $page; //current page
var $pages; //pages from file system
var $files; //files from file system
diff --git a/system/plugins/language-de.txt b/system/plugins/language-de.txt
@@ -3,10 +3,9 @@
Language: de
LanguageDescription: Deutsch
LanguageTranslator: David Fehrmann
-LanguageVersion: 0.7.10
+LanguageVersion: 0.7.11
BlogBy: von
-BlogFilter: Blog:
BlogTag: Tags:
BlogMore: Lies mehr…
ContactName: Name:
@@ -142,7 +141,6 @@ PagePrevious: ← Zurück: @title
PageNext: Weiter: @title →
PaginationPrevious: ← Zurück
PaginationNext: Weiter →
-SearchQuery: Suche:
SearchResultsNone: Bitte einen Suchbegriff eingeben.
SearchResultsEmpty: Keine Treffer für diese Suchanfrage.
SearchSpecialChanges: Letzte Änderungen
@@ -150,7 +148,6 @@ SearchButton: Suchen
TimeFormatShort: H:i
TimeFormatMedium: H:i:s
TimeFormatLong: H:i:s T
-WikiFilter: Wiki:
WikiTag: Tags:
WikiSpecialPages: Alle Seiten
WikiSpecialChanges: Letzte Änderungen
diff --git a/system/plugins/language-en.txt b/system/plugins/language-en.txt
@@ -3,10 +3,9 @@
Language: en
LanguageDescription: English
LanguageTranslator: Mark Seuffert
-LanguageVersion: 0.7.10
+LanguageVersion: 0.7.11
BlogBy: by
-BlogFilter: Blog:
BlogTag: Tags:
BlogMore: Read more…
ContactName: Name:
@@ -142,7 +141,6 @@ PagePrevious: ← Previous: @title
PageNext: Next: @title →
PaginationPrevious: ← Previous
PaginationNext: Next →
-SearchQuery: Search:
SearchResultsNone: Enter a search term.
SearchResultsEmpty: No results found.
SearchSpecialChanges: Recent changes
@@ -150,7 +148,6 @@ SearchButton: Search
TimeFormatShort: H:i
TimeFormatMedium: H:i:s
TimeFormatLong: H:i:s T
-WikiFilter: Wiki:
WikiTag: Tags:
WikiSpecialPages: All pages
WikiSpecialChanges: Recent changes
diff --git a/system/plugins/language-fr.txt b/system/plugins/language-fr.txt
@@ -3,10 +3,9 @@
Language: fr
LanguageDescription: Français
LanguageTranslator: Juh Nibreh
-LanguageVersion: 0.7.10
+LanguageVersion: 0.7.11
BlogBy: par
-BlogFilter: Blog:
BlogTag: Tags:
BlogMore: Lire la suite…
ContactName: Nom:
@@ -142,7 +141,6 @@ PagePrevious: ← Précédent: @title
PageNext: Suivant: @title →
PaginationPrevious: ← Précédent
PaginationNext: Suivant →
-SearchQuery: Rechercher:
SearchResultsNone: Entrez un mot dans le champ de recherche.
SearchResultsEmpty: Pas de résultats.
SearchSpecialChanges: Changements récents
@@ -150,7 +148,6 @@ SearchButton: Rechercher
TimeFormatShort: H:i
TimeFormatMedium: H:i:s
TimeFormatLong: H:i:s T
-WikiFilter: Wiki:
WikiTag: Tags:
WikiSpecialPages: Toutes les pages
WikiSpecialChanges: Changements récents
diff --git a/system/plugins/language.php b/system/plugins/language.php
@@ -5,7 +5,7 @@
class YellowLanguage
{
- const VERSION = "0.7.10";
+ const VERSION = "0.7.11";
}
$yellow->plugins->register("language", "YellowLanguage", YellowLanguage::VERSION);
diff --git a/system/plugins/update-blog.installation b/system/plugins/update-blog.installation
Binary files differ.
diff --git a/system/plugins/update-wiki.installation b/system/plugins/update-wiki.installation
Binary files differ.