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