Update dict for 2.7.0-RC

This commit is contained in:
Pierre Goiffon
2020-03-17 10:55:53 +01:00
parent c26b9459bb
commit f8df84aa7b
19 changed files with 91 additions and 62 deletions

View File

@@ -62,6 +62,7 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
'Class:Attachment/Attribute:contents+' => '',
));
Dict::Add('DE DE', 'German', 'Deutsch', array(
'Attachments:File:Thumbnail' => 'Icon',
'Attachments:File:Name' => 'Dateiname',
@@ -81,4 +82,4 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
'Class:Attachment/Attribute:user_id+' => '',
'Class:Attachment/Attribute:contact_id' => 'Kontakt ID',
'Class:Attachment/Attribute:contact_id+' => '',
));
));