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 5ccb5a3 commit 3d10b17Copy full SHA for 3d10b17
lang/lt/errors.php
@@ -109,6 +109,7 @@
109
'import_zip_cant_read' => 'Could not read ZIP file.',
110
'import_zip_cant_decode_data' => 'Could not find and decode ZIP data.json content.',
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' => 'Import ZIP failed to validate with errors:',
114
'import_zip_failed_notification' => 'Failed to import ZIP file.',
115
'import_perms_books' => 'You are lacking the required permissions to create books.',
0 commit comments