N°6013 - Update hungarian translations thanks to @tacsaby

This commit is contained in:
Molkobain
2023-02-22 14:42:28 +01:00
parent d3a5bb723f
commit cd72eee6dd
33 changed files with 5712 additions and 5451 deletions

View File

@@ -22,8 +22,10 @@
*/
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
// Errors
'FilesInformation:Error:MissingFile' => 'Hiányzó Fájl: %1$s',
'FilesInformation:Error:CorruptedFile' => 'A %1$s fájl sérült',
'FilesInformation:Error:MissingFile' => 'Hiányzó fájl: %1$s',
'FilesInformation:Error:CorruptedFile' => 'A %1$s fájl megsérült',
'FilesInformation:Error:ListCorruptedFile' => 'Sérült fájl(ok): %1$s',
'FilesInformation:Error:CantWriteToFile' => 'A %1$s fájl nem írható',
'FilesInformation:Error:CantWriteToFile' => 'A %1$s nem írható',
));