Add missing language strings

This commit is contained in:
2026-02-25 13:35:50 +01:00
parent 582ed5fd60
commit 852e04d517
2 changed files with 3 additions and 0 deletions

View File

@@ -18,3 +18,5 @@ $lang['__sidebar_width__'] = 'Breite der Seitenleiste, falls vorhanden (kann
$lang['__tablet_width__'] = 'Unter dieser Fensterbreite wechselt die Seite in den Tabletmodus'; $lang['__tablet_width__'] = 'Unter dieser Fensterbreite wechselt die Seite in den Tabletmodus';
$lang['__phone_width__'] = 'Unter dieser Fensterbreite wechselt die Seite in den Handymodus'; $lang['__phone_width__'] = 'Unter dieser Fensterbreite wechselt die Seite in den Handymodus';
$lang['__theme_color__'] = 'Farbschema der Webapplikation'; $lang['__theme_color__'] = 'Farbschema der Webapplikation';
$lang['__icons__'] = 'Farbe für Icons (z.B. in der Seitenleiste und im Statusbalken)';

View File

@@ -12,3 +12,4 @@ $lang['__sidebar_width__'] = 'The width of the sidebar, if any (can be any lengt
$lang['__tablet_width__'] = 'Below screensizes of this width, the site switches to tablet mode'; $lang['__tablet_width__'] = 'Below screensizes of this width, the site switches to tablet mode';
$lang['__phone_width__'] = 'Below screensizes of this width, the site switches to phone mode'; $lang['__phone_width__'] = 'Below screensizes of this width, the site switches to phone mode';
$lang['__theme_color__'] = 'Theme color of the web app'; $lang['__theme_color__'] = 'Theme color of the web app';
$lang['__icons__'] = 'Color for icons (e.g. in sidebar and status bar)';