We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68df5d7 commit 0c6b312Copy full SHA for 0c6b312
lang/sv/errors.php
@@ -109,6 +109,7 @@
109
'import_zip_cant_read' => 'Kunde inte läsa ZIP-filen.',
110
'import_zip_cant_decode_data' => 'Kunde inte hitta och avkoda ZIP data.json innehåll.',
111
'import_zip_no_data' => 'ZIP file data has no expected book, chapter or page content.',
112
+ 'import_zip_data_too_large' => 'ZIP data.json content exceeds the configured application maximum upload size.',
113
'import_validation_failed' => 'ZIP-filen kunde inte valideras med fel:',
114
'import_zip_failed_notification' => 'Det gick inte att importera ZIP-fil.',
115
'import_perms_books' => 'Du saknar behörighet att skapa böcker.',
0 commit comments