'; $lang['unknown'] = 'unknown'; $lang['err_bad_token'] = 'The security token was invalid. Please try again.'; $lang['err_no_package'] = 'No active Fontello package is available.'; $lang['err_zip_extension'] = 'The PHP ZIP extension is not available.'; $lang['err_zip_support'] = 'No ZIP reader is available. Install the PHP ZIP extension or provide unzip/zipinfo on the server.'; $lang['err_upload_missing'] = 'Please choose a ZIP file to upload.'; $lang['err_upload_too_large'] = 'The uploaded ZIP file is too large.'; $lang['err_upload_partial'] = 'The ZIP file was only uploaded partially.'; $lang['err_upload_generic'] = 'The ZIP upload failed.'; $lang['err_zip_open'] = 'The uploaded file could not be opened as a ZIP archive.'; $lang['err_missing_config'] = 'The ZIP is missing config.json.'; $lang['err_missing_css'] = 'The ZIP is missing css/fontello.css.'; $lang['err_missing_fonts'] = 'The ZIP is missing the font directory or supported font files.'; $lang['err_invalid_config'] = 'config.json could not be parsed or has no glyph list.'; $lang['err_no_icons'] = 'The ZIP package does not contain any usable icons.'; $lang['err_archive_read'] = 'Could not read "%s" from the ZIP archive.';