<?php

$lang['namestructure']  = 'The naming scheme used for creating new entries and finding the entries to display.';
$lang['namestructure_o_default']  = '<root> : year-month : <name>-year-month-day';
$lang['namestructure_o_YearMonthSeperatedNS']  = '<root> : year : month : <name>-year-month-day';
$lang['namestructure_o_separatedCompletely']  = '<root> : year : month : day';
$lang['namestructure_o_YearNS']  = '<root> : year : <name>-year-month-day';
