-
-
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
Apr 20, 2024
1 parent
d305261
commit 4da7ce8
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' => '', | ||
'Adds a Dark Mode to HumHub' => '', | ||
'Current base theme: ' => '', | ||
'Dark Mode' => '', | ||
'Dark Theme' => '', | ||
'Donate' => '', | ||
'GitHub Repository' => '', | ||
'Guide for Administrators' => '', | ||
'Show Button in Top Bar' => '', | ||
'The stylesheet of the selected theme will be used for the dark mode.' => '', | ||
'Users can set their theme preferences also in Account Settings > General.' => '', | ||
]; | ||
return array ( | ||
'<strong>Dark Mode</strong> module configuration' => '<strong>Tryb nocny</strong> konfiguracja modułu', | ||
'Adds a Dark Mode to HumHub' => 'Dodaje tryb nocny do HumHub', | ||
'Current base theme: ' => 'Obecny główny wystrój:', | ||
'Dark Mode' => 'Tryb nocny', | ||
'Dark Theme' => 'Ciemny wystrój', | ||
'Donate' => 'Wesprzyj', | ||
'GitHub Repository' => 'Repozytorium GitHub', | ||
'Guide for Administrators' => 'Podręcznik dla administratorów', | ||
'Show Button in Top Bar' => 'Pokaż przycisk w górnej belce', | ||
'The stylesheet of the selected theme will be used for the dark mode.' => 'Styl z tego wystroju zostanie wykorzystany na potrzeby trybu nocnego.', | ||
'Users can set their theme preferences also in Account Settings > General.' => 'Użytkownicy mogą zmienić wystrój w Ustawienia konta > Ogólne.', | ||
); |