<?php
/**
 * English language file
 */

$lang['menu'] = 'Fontello';
$lang['label_zip'] = 'Fontello ZIP package';
$lang['upload_ok'] = 'Fontello package imported successfully.';
$lang['activation_ok'] = 'Icon activation saved.';
$lang['no_package'] = 'No active Fontello package has been imported yet.';
$lang['current_zip'] = 'Current ZIP';
$lang['current_prefix'] = 'CSS prefix';
$lang['current_count'] = 'Available icons';
$lang['current_enabled'] = 'Active icons';
$lang['current_imported'] = 'Imported at';
$lang['icons_heading'] = 'Available icons';
$lang['icon_enabled'] = 'Active';
$lang['icon_name'] = 'Icon name';
$lang['icon_class'] = 'CSS class';
$lang['icon_preview'] = 'Preview';
$lang['save_activation'] = 'Save icon activation';
$lang['toolbar_icons'] = 'Fontello Icons';
$lang['icon_missing_package'] = '<icon:%s font missing, please upload fontello.zip>';
$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.';
