Updated plugins and language files

This commit is contained in:
markseu 2018-06-16 21:44:16 +02:00
parent 0d82497deb
commit b068054b38
7 changed files with 5 additions and 14 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

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