🌐 Prepare 3.0.0-beta : align all dictionnaries with keys in EN dict

This commit is contained in:
Pierre Goiffon
2021-03-23 09:39:54 +01:00
parent ab7cf49de0
commit 0fd3cb01cf
343 changed files with 9738 additions and 964 deletions

View File

@@ -61,6 +61,11 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
'Portal:File:DisplayInfo' => '<a href="%2$s" class="file_download_link">%1$s</a>~~',
'Portal:File:DisplayInfo+' => '%1$s (%2$s) <a href="%3$s" class="file_open_link" target="_blank">Open</a> / <a href="%4$s" class="file_download_link">Download</a>~~',
'Portal:Calendar-FirstDayOfWeek' => 'hu', //work with moment.js locales
));
// Object form
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
'Portal:Form:Caselog:Entry:Close:Tooltip' => 'Close this entry~~',
'Portal:Form:Close:Warning' => 'Do you want to leave this form ? Data entered may be lost~~',
));