1<?php 2/** 3 * English language file 4 */ 5 6$lang['menu'] = 'Fontello'; 7$lang['label_zip'] = 'Fontello ZIP package'; 8$lang['upload_ok'] = 'Fontello package imported successfully.'; 9$lang['activation_ok'] = 'Icon activation saved.'; 10$lang['no_package'] = 'No active Fontello package has been imported yet.'; 11$lang['current_zip'] = 'Current ZIP'; 12$lang['current_prefix'] = 'CSS prefix'; 13$lang['current_count'] = 'Available icons'; 14$lang['current_enabled'] = 'Active icons'; 15$lang['current_imported'] = 'Imported at'; 16$lang['icons_heading'] = 'Available icons'; 17$lang['icon_enabled'] = 'Active'; 18$lang['icon_name'] = 'Icon name'; 19$lang['icon_class'] = 'CSS class'; 20$lang['icon_preview'] = 'Preview'; 21$lang['save_activation'] = 'Save icon activation'; 22$lang['toolbar_icons'] = 'Fontello Icons'; 23$lang['icon_missing_package'] = '<icon:%s font missing, please upload fontello.zip>'; 24$lang['unknown'] = 'unknown'; 25$lang['err_bad_token'] = 'The security token was invalid. Please try again.'; 26$lang['err_no_package'] = 'No active Fontello package is available.'; 27$lang['err_zip_extension'] = 'The PHP ZIP extension is not available.'; 28$lang['err_zip_support'] = 'No ZIP reader is available. Install the PHP ZIP extension or provide unzip/zipinfo on the server.'; 29$lang['err_upload_missing'] = 'Please choose a ZIP file to upload.'; 30$lang['err_upload_too_large'] = 'The uploaded ZIP file is too large.'; 31$lang['err_upload_partial'] = 'The ZIP file was only uploaded partially.'; 32$lang['err_upload_generic'] = 'The ZIP upload failed.'; 33$lang['err_zip_open'] = 'The uploaded file could not be opened as a ZIP archive.'; 34$lang['err_missing_config'] = 'The ZIP is missing config.json.'; 35$lang['err_missing_css'] = 'The ZIP is missing css/fontello.css.'; 36$lang['err_missing_fonts'] = 'The ZIP is missing the font directory or supported font files.'; 37$lang['err_invalid_config'] = 'config.json could not be parsed or has no glyph list.'; 38$lang['err_no_icons'] = 'The ZIP package does not contain any usable icons.'; 39$lang['err_archive_read'] = 'Could not read "%s" from the ZIP archive.'; 40