<?php
/**
 * English language file for config of the
 * dokubookmark plugin
 *
 * @author    Robin Gareus <robin@gareus.org
 */
$lang['namespace']     = 'Default location for weblog entries (@D@ is substitued by datetime)';
$lang['presets']       = 'Semicolon separated preset name=location[|template-path] pairs for weblog entries. (@D@ is substitued by datetime). leve empty to disable presets.';
$lang['dateformat']    = 'Format of @D@ datetime. eg "Y:m_d_His" will group items in a namespace for each year: "2008:07_19_162215"';
$lang['tagbox']        = 'Show tag checkboxes';
$lang['tagboxtable']   = 'Arrange tags in a table';
$lang['enable_save']   = 'Allow to bypass the preview stage and enable direct-save.';
$lang['wikitemplate']  = 'Template page for new bookmarks (@S@: selected text, @T@: page-title, @U@: url, \n: newline)';

//Setup VIM: ex: et ts=2 :
