Approval.

This commit is contained in:
2020-05-25 17:15:17 +02:00
committed by Stefan Rohde-Enslin
parent 984834659c
commit 9cc08c0e59
9 changed files with 19 additions and 0 deletions

View File

@ -216,3 +216,5 @@ $backend_tl['object_text_original_md'] = 'Original text from museum-digital ';
$backend_tl['md_object_either_from_md'] = 'Either you link an object from museum-digital ...';
$backend_tl['md_object_local_object'] = 'Or you enter an object, which is not present in museum-digital ...';
$backend_tl['image_uploader'] = 'Image uploader';
$backend_tl['username_too_short'] = 'Username must be at least 5 characters long';
$backend_tl['password_too_short'] = 'A password needs to be at least 8 characters long';