-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update site.php with a German translation
About time to send a German translation I'd say.
- Loading branch information
Showing
1 changed file
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
<?php | ||
|
||
return [ | ||
'Back to News' => 'Back to News', | ||
'Category:' => 'Category:', | ||
'Coming soon…' => 'Coming soon…', | ||
'Contact' => 'Contact', | ||
'Contact Us' => 'Contact Us', | ||
'Development by {name}.' => 'Development by {name}.', | ||
'Email:' => 'Email:', | ||
'Featured Exhibits' => 'Featured Exhibits', | ||
'Follow Us' => 'Follow Us', | ||
'News' => 'News', | ||
'Open Hours' => 'Open Hours', | ||
'Phone:' => 'Phone:', | ||
'Page Not Found' => 'Page Not Found', | ||
'Privacy Policy' => 'Privacy Policy', | ||
'Service Unavailable' => 'Service Unavailable', | ||
'Scroll to the top' => 'Scroll to the top', | ||
'Terms of Use' => 'Terms of Use', | ||
'Top' => 'Top', | ||
'Weekdays:' => 'Weekdays:', | ||
'Weekend:' => 'Weekend:', | ||
'Back to News' => 'Zurück zu Aktuelles', | ||
'Category:' => 'Kategorie:', | ||
'Coming soon…' => 'Kommt bald…', | ||
'Contact' => 'Kontakt', | ||
'Contact Us' => 'Kontaktiere uns', | ||
'Development by {name}.' => 'Entwickelt von {name}.', | ||
'Email:' => 'E-Mail:', | ||
'Featured Exhibits' => 'Ausgewählte Ausstellungen', | ||
'Follow Us' => 'Folge uns', | ||
'News' => 'Aktuelles', | ||
'Open Hours' => 'Öffnungszeiten', | ||
'Phone:' => 'Telefon:', | ||
'Page Not Found' => 'Seite nicht gefunden', | ||
'Privacy Policy' => 'Datenschutz', | ||
'Service Unavailable' => 'Service nicht verfügbar', | ||
'Scroll to the top' => 'Nach oben scrollen', | ||
'Terms of Use' => 'Geschäftsbedingungen', | ||
'Top' => 'Hoch', | ||
'Weekdays:' => 'Wochentags:', | ||
'Weekend:' => 'Wochenende:', | ||
]; |