diff --git a/Resources/Private/Language/de.locallang.xlf b/Resources/Private/Language/de.locallang.xlf new file mode 100644 index 0000000..22882ca --- /dev/null +++ b/Resources/Private/Language/de.locallang.xlf @@ -0,0 +1,108 @@ + + + +
+ + + Previous month + Voheriger Monat + + + Next month + Nächster Monat + + + Previous week + Voherige Woche + + + Next week + Nächste Woche + + + Previous day + Voheriger Tag + + + Next day + Nächster Tag + + + Monthly + Monat + + + Weekly + Woche + + + Day + Tagesansicht + + + Calender week + Kalenderwoche + + + CW + KW + + + Monday + Montag + + + Tuesday + Dienstag + + + Wednesday + Mittwoch + + + Thursday + Donnerstag + + + Friday + Freitag + + + Saturday + Samstag + + + Sunday + Sonntag + + + Mon + Mo + + + Tue + Di + + + Wed + Mi + + + Thu + Do + + + Fri + Fr + + + Sat + Sa + + + Sun + So + + + + diff --git a/Resources/Private/Language/locallang.xlf b/Resources/Private/Language/locallang.xlf new file mode 100644 index 0000000..42d5f2f --- /dev/null +++ b/Resources/Private/Language/locallang.xlf @@ -0,0 +1,83 @@ + + + +
+ + + Previous month + + + Next month + + + Previous week + + + Next week + + + Previous day + + + Next day + + + Calender week + + + CW + + + Monthly + + + Weekly + + + Day + + + Monday + + + Tuesday + + + Wednesday + + + Thursday + + + Friday + + + Saturday + + + Sunday + + + Mon + + + Tue + + + Wed + + + Thu + + + Fri + + + Sat + + + Sun + + + + diff --git a/Resources/Private/Templates/Frontend/Calendar/Month.html b/Resources/Private/Templates/Frontend/Calendar/Month.html index 9016deb..f9f67f1 100644 --- a/Resources/Private/Templates/Frontend/Calendar/Month.html +++ b/Resources/Private/Templates/Frontend/Calendar/Month.html @@ -3,23 +3,23 @@

{month.dateTimeInstance -> f:format.date(format: '%B %Y')}

- - Prev Month + + {f:translate(key: 'browse.month.previous', extensionName: 'calendar')} - - Next Month + + {f:translate(key: 'browse.month.next', extensionName: 'calendar')} - +
- - - - - - - - + + + + + + + + diff --git a/Resources/Private/Templates/Frontend/Calendar/Week.html b/Resources/Private/Templates/Frontend/Calendar/Week.html index e3357e0..368dee9 100644 --- a/Resources/Private/Templates/Frontend/Calendar/Week.html +++ b/Resources/Private/Templates/Frontend/Calendar/Week.html @@ -3,22 +3,22 @@

{week.dateTimeInstance -> f:format.date(format: '%V %Y')}

- - Prev Week + + {f:translate(key: 'browse.week.previous', extensionName: 'calendar')} - - Next Week + + {f:translate(key: 'browse.month.next', extensionName: 'calendar')} -
KWMoDiMiDoFrSaSo{f:translate(key: 'calendar_week.shorthand', extensionName: 'calendar')}{f:translate(key: 'weekday.monday.shorthand', extensionName: 'calendar')}{f:translate(key: 'weekday.tuesday.shorthand', extensionName: 'calendar')}{f:translate(key: 'weekday.wednesday.shorthand', extensionName: 'calendar')}{f:translate(key: 'weekday.thursday.shorthand', extensionName: 'calendar')}{f:translate(key: 'weekday.friday.shorthand', extensionName: 'calendar')}{f:translate(key: 'weekday.saturday.shorthand', extensionName: 'calendar')}{f:translate(key: 'weekday.sunday.shorthand', extensionName: 'calendar')}
+
- - - - - - - + + + + + + +
MoDiMiDoFrSaSo{f:translate(key: 'weekday.monday.shorthand', extensionName: 'calendar')}{f:translate(key: 'weekday.tuesday.shorthand', extensionName: 'calendar')}{f:translate(key: 'weekday.wednesday.shorthand', extensionName: 'calendar')}{f:translate(key: 'weekday.thursday.shorthand', extensionName: 'calendar')}{f:translate(key: 'weekday.friday.shorthand', extensionName: 'calendar')}{f:translate(key: 'weekday.saturday.shorthand', extensionName: 'calendar')}{f:translate(key: 'weekday.sunday.shorthand', extensionName: 'calendar')}