1<?php
2
3$lang['namestructure']  = 'The naming scheme used for creating new entries and finding the entries to display.';
4$lang['namestructure_o_default']  = '<root> : year-month : <name>-year-month-day';
5$lang['namestructure_o_YearMonthSeperatedNS']  = '<root> : year : month : <name>-year-month-day';
6$lang['namestructure_o_separatedCompletely']  = '<root> : year : month : day';
7$lang['namestructure_o_YearNS']  = '<root> : year : <name>-year-month-day';
8