-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enh: Updated Translations (translate.humhub.org)
- Loading branch information
HumHub Translations
committed
Feb 18, 2024
1 parent
e3c2820
commit 536dd07
Showing
1 changed file
with
13 additions
and
14 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,15 +1,14 @@ | ||
<?php | ||
|
||
return [ | ||
'<strong>Dark Mode</strong> module configuration' => '<strong>Dark Mode</strong> Modul-Einstellungen', | ||
'Adds a Dark Mode to HumHub' => 'Fügt HumHub einen dunklen Modus hinzu', | ||
'Current base theme: ' => 'Aktuelles Basis-Theme: ', | ||
'Dark Mode' => 'Dunkler Modus', | ||
'Dark Theme' => 'Dunkles Theme', | ||
'Donate' => 'Spenden', | ||
'Show Button in Top Bar' => 'Button in oberer Leiste anzeigen', | ||
'The stylesheet of the selected theme will be used for the dark mode.' => 'Das Stylesheet des ausgewählten Themes wird für den dunklen Modus verwendet.', | ||
'Users can set their theme preferences also in Account Settings > General.' => 'Nutzer können die Theme-Einstellung auch in den Account-Einstellungen unter "Allgemein" vornehemen.', | ||
'GitHub Repository' => '', | ||
'Guide for Administrators' => '', | ||
]; | ||
return array ( | ||
'<strong>Dark Mode</strong> module configuration' => '<strong>Dark Mode</strong> Modul-Einstellungen', | ||
'Adds a Dark Mode to HumHub' => 'Fügt HumHub einen dunklen Modus hinzu', | ||
'Current base theme: ' => 'Aktuelles Basis-Theme:', | ||
'Dark Mode' => 'Dunkler Modus', | ||
'Dark Theme' => 'Dunkles Theme', | ||
'Donate' => 'Spenden', | ||
'GitHub Repository' => 'GitHub Repository', | ||
'Guide for Administrators' => 'Guide für Administratoren', | ||
'Show Button in Top Bar' => 'Button in oberer Leiste anzeigen', | ||
'The stylesheet of the selected theme will be used for the dark mode.' => 'Das Stylesheet des ausgewählten Themes wird für den dunklen Modus verwendet.', | ||
'Users can set their theme preferences also in Account Settings > General.' => 'Nutzer können die Theme-Einstellung auch in den Account-Einstellungen unter "Allgemein" vornehemen.', | ||
); |