1<?php
2/**
3 * English language file for starred plugin
4 *
5 * @author Andreas Gohr <andi@splitbrain.org>
6 */
7
8
9$lang['star_on']  = 'Starred - click to unstar.';
10$lang['star_off'] = 'Not starred - click to star.';
11$lang['login']    = 'Please login to see your starred pages.';
12$lang['none']     = 'You currently have no starred pages.';
13$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.';
14