-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcontent_type.inc.php
26 lines (26 loc) · 1.29 KB
/
content_type.inc.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?php
/**
* Content Type Dutch lexicon topic
*
* @language nl
* @package modx
* @subpackage lexicon
*
* @author GP Sietzema, Sterc.nl
*/
$_lang['binary'] = 'Binary';
$_lang['binary_desc'] = 'Is the file a binary file or text/ascii?';
$_lang['content_type'] = 'Content Type';
$_lang['content_type_desc'] = 'Content types are specific filesystem types for your resources. Here you can manage them; as well as associate them with file extensions.';
$_lang['content_type_err_nf'] = 'Content type not found.';
$_lang['content_type_err_nfs'] = 'Content type with ID [[+id]] not found.';
$_lang['content_type_err_ns'] = 'Content type not specified.';
$_lang['content_type_err_ns_name'] = 'Please specify a valid name for the content type.';
$_lang['content_type_err_create'] = 'An error occurred while trying to create the content type.';
$_lang['content_type_err_remove'] = 'An error occurred while trying to remove the content type.';
$_lang['content_type_err_save'] = 'An error occurred while trying to save the content type.';
$_lang['content_type_new'] = 'New Content Type';
$_lang['content_type_remove'] = 'Remove Content Type';
$_lang['content_type_remove_confirm'] = 'Are you sure you want to remove this content type?';
$_lang['content_types'] = 'Content Types';
$_lang['file_extensions'] = 'File Extensions';