1<?php
2
3$lang['default_type'] = 'Default value type';
4$lang['predicate_type'] = 'Default predicate type';
5$lang['default_dsn'] = 'Default database source name (used by PDO)';
6$lang['isa_key'] = 'The name of the \'is a\' relation';
7$lang['title_key'] = 'The name of the \'entry title\' relation';
8$lang['scoped'] = 'Data scope reduced to the current namespace ?';
9$lang['debug'] = 'Enable debug information? (Warning: enabling debug information may expose confidential information)';
10
11$lang['enable_entry'] = 'Is the data entry syntax enabled?';
12