Approval.

This commit is contained in:
2020-04-30 13:56:07 +02:00
committed by Stefan Rohde-Enslin
parent 780849316a
commit 96bf4b42c9
9 changed files with 73 additions and 0 deletions

View File

@ -198,3 +198,11 @@ $backend_tl['hide_topic_startpage'] = 'Téma elrejtése';
$backend_tl['startpage_normal'] = 'általános';
$backend_tl['startpage_scrollitelling'] = 'Scrollitelling';
$backend_tl['enable_direct_object_links'] = 'Tárgyak megjelenítése a MúzeumDigitár-ban';
$backend_tl['username'] = 'Username';
$backend_tl['realname'] = 'Real name';
$backend_tl['mail'] = 'E-Mail';
$backend_tl['new_password'] = 'New password (Empty = Keep old one)';
$backend_tl['password_confirmation'] = 'Password confirmation';
$backend_tl['userrole'] = 'User role';
$backend_tl['admin'] = 'Admin (highest level)';
$backend_tl['regular_user'] = 'Regular user';