1<?php
2/**
3 * @brief       English language for clock plugin
4 * @license:    GPL 2 (http://www.gnu.org/licenses/gpl.html)
5 * @author:     Luis Machuca Bezzaza <luis.machuca [at] gulix.cl>
6 */
7
8$lang['clock_type']     = "The kind of clock displayed: text, analog or binary.";
9$lang['clock_style']    = "Decorate clock with this CSS class name, defaults to '<tt>plain</tt>'.<br/>Check plugin documentation for example styles.";
10$lang['helpbar']        = "Enable/disable the help bar (plugin information and link).";
11$lang['clock_infopage'] = "A link to this specified <em>wiki page</em> is displayed in the helpbar.<br/>Useful to, eg.: explain the feature to your users.";
12//$lang['font_fallback']   = "The font-family that is applied as a fallback when displaying time as text.<br/><strong>This feature is currently unavailable</strong>.";
13//$lang['nojs_fallback']   = "Controls behaviour when JavaScript is not available:<br/><ul><li>If <b>set</b>, the time returned by the server will be displayed as normal, static text.</li><li>If <b>unset</b>, the name of the clock object's <tt>id</tt> will be displayed instead of the clock.</li></ul>";
14
15
16