System update
This commit is contained in:
parent
ff2ba72fc1
commit
7335da690e
6 changed files with 10 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
Language: de
|
||||
LanguageDescription: Deutsch
|
||||
LanguageTranslator: David Fehrmann
|
||||
LanguageVersion: 0.6.8
|
||||
LanguageVersion: 0.6.9
|
||||
|
||||
BlogBy: von
|
||||
BlogFilter: Blog:
|
||||
|
@ -20,9 +20,11 @@ ContactStatusDone: Nachricht wurde versandt. Vielen Dank!
|
|||
ContactStatusError: Nachricht konnte nicht versandt werden, versuche es später erneut!
|
||||
DateMonths: Januar, Februar, März, April, Mai, Juni, Juli, August, September, Oktober, November, Dezember
|
||||
DateWeekdays: Montag, Dienstag, Mittwoch, Donnerstag, Freitag, Samstag, Sonntag
|
||||
DateWeekstart: Montag
|
||||
DateFormatShort: F Y
|
||||
DateFormatMedium: d.m.Y
|
||||
DateFormatLong: d.m.Y H:i
|
||||
DateFormatTime: H:i
|
||||
PaginationPrevious: ← Zurück
|
||||
PaginationNext: Vor →
|
||||
SearchQuery: Suche:
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
Language: en
|
||||
LanguageDescription: English
|
||||
LanguageTranslator: Mark Seuffert
|
||||
LanguageVersion: 0.6.8
|
||||
LanguageVersion: 0.6.9
|
||||
|
||||
BlogBy: by
|
||||
BlogFilter: Blog:
|
||||
|
@ -20,9 +20,11 @@ ContactStatusDone: You have sent an email. Thank you!
|
|||
ContactStatusError: Email could not be sent, please try again later!
|
||||
DateMonths: January, February, March, April, May, June, July, August, September, October, November, December
|
||||
DateWeekdays: Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday
|
||||
DateWeekstart: Monday
|
||||
DateFormatShort: F Y
|
||||
DateFormatMedium: Y-m-d
|
||||
DateFormatLong: Y-m-d H:i
|
||||
DateFormatTime: H:i
|
||||
PaginationPrevious: ← Previous
|
||||
PaginationNext: Next →
|
||||
SearchQuery: Search:
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
Language: fr
|
||||
LanguageDescription: Français
|
||||
LanguageTranslator: Juh Nibreh
|
||||
LanguageVersion: 0.6.8
|
||||
LanguageVersion: 0.6.9
|
||||
|
||||
BlogBy: par
|
||||
BlogFilter: Blog:
|
||||
|
@ -20,9 +20,11 @@ ContactStatusDone: Votre message a bien été envoyé. Merci!
|
|||
ContactStatusError: Votre message n'a pas pu être envoyé, réessayez plus tard s'il vous plaît!
|
||||
DateMonths: janvier, février, mars, avril, mai, juin, juillet, août, septembre, octobre, novembre, décembre
|
||||
DateWeekdays: lundi, mardi, mercredi, jeudi, vendredi, samedi, dimanche
|
||||
DateWeekstart: lundi
|
||||
DateFormatShort: F Y
|
||||
DateFormatMedium: d/m/Y
|
||||
DateFormatLong: d/m/Y H:i
|
||||
DateFormatTime: H:i
|
||||
PaginationPrevious: ← Précédent
|
||||
PaginationNext: Suivant →
|
||||
SearchQuery: Rechercher:
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
// Language plugin
|
||||
class YellowLanguage
|
||||
{
|
||||
const VERSION = "0.6.8";
|
||||
const VERSION = "0.6.9";
|
||||
var $yellow; //access to API
|
||||
|
||||
// Handle initialisation
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Add table
Reference in a new issue