<?php
/**
 * English language file for starred plugin
 *
 * @author Andreas Gohr <andi@splitbrain.org>
 */


$lang['star_on']  = 'Starred - click to unstar.';
$lang['star_off'] = 'Not starred - click to star.';
$lang['login']    = 'Please login to see your starred pages.';
$lang['none']     = 'You currently have no starred pages.';
$lang['e_nosqlite'] = 'Failed to initialize SQLite Database. Make sure the sqlite plugin is installed and PHP has pdo_sqlite support. See error log for details.';
