forked from vkevin/MODx-Revolution-Nederlands
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.inc.php
50 lines (50 loc) · 3.15 KB
/
template.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?php
/**
* Template Dutch lexicon topic
*
* @language nl
* @package modx
* @subpackage lexicon
*
* @author Kevin van Haare, Webton.nl
*/
$_lang['access'] = 'Access';
$_lang['rank'] = 'Rank';
$_lang['template'] = 'Template';
$_lang['template_assignedtv_tab'] = 'Assigned Template Variables';
$_lang['template_code'] = 'Template code (html)';
$_lang['template_desc'] = 'Description';
$_lang['template_delete_confirm'] = 'Are you sure you want to delete this template?';
$_lang['template_duplicate_confirm'] = 'Are you sure you want to duplicate this template?';
$_lang['template_edit_tab'] = 'Edit Template';
$_lang['template_empty'] = '(empty)';
$_lang['template_err_default_template'] = 'This template is set as the default template. Please choose a different default template in the MODx configuration before deleting this template.<br />';
$_lang['template_err_delete'] = 'An error occurred while deleting the template.';
$_lang['template_err_duplicate'] = 'An error occured while duplicating the template.';
$_lang['template_err_exists_name'] = 'A template already exists with the name "[[+name]]".';
$_lang['template_err_in_use'] = 'This template is in use. Please set the documents using the template to another template. Documents using this template:<br />';
$_lang['template_err_locked'] = 'Template is locked from editing.';
$_lang['template_err_nf'] = 'Template not found!';
$_lang['template_err_ns'] = 'Template not specified.';
$_lang['template_err_ns_name'] = 'Please specify a name for the template.';
$_lang['template_err_remove'] = 'An error occurred while removing the template.';
$_lang['template_err_save'] = 'An error occurred while saving the template.';
$_lang['template_lock'] = 'Lock template for editing';
$_lang['template_lock_msg'] = 'Users must have the edit_locked attribute to edit this template.';
$_lang['template_locked_message'] = 'This template is locked.';
$_lang['template_management_msg'] = 'Here you can choose which template you wish to edit.';
$_lang['template_msg'] = 'Create and edit templates. Changed or new templates won\'t be visible in your site\'s cached pages until the cache is emptied, however, you can use the preview function on a page to see the template in action.';
$_lang['template_name'] = 'Template name';
$_lang['template_new'] = 'New Template';
$_lang['template_no_tv'] = 'No template variables have been assigned to this template yet.';
$_lang['template_properties'] = 'Default Properties';
$_lang['template_reset_all'] = 'Reset all pages to use Default template';
$_lang['template_reset_specific'] = 'Reset only \'%s\' pages';
$_lang['template_title'] = 'Create/edit template';
$_lang['template_tv_edit'] = 'Edit the sort order of the template variables';
$_lang['template_tv_msg'] = 'The template variables assigned to this template are listed below.';
$_lang['template_untitled'] = 'Untitled Template';
$_lang['templates'] = 'Templates';
$_lang['tvt_err_nf'] = 'Template Variable does not have access to the specified Template.';
$_lang['tvt_err_remove'] = 'An error occurred while trying to remove the template variable from the template.';
$_lang['tvt_err_save'] = 'An error occurred while trying to attach the template variable to the template.';