forked from vkevin/MODx-Revolution-Nederlands
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtv.inc.php
55 lines (55 loc) · 3.87 KB
/
tv.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
51
52
53
54
55
<?php
/**
* TV Dutch lexicon topic
*
* @language nl
* @package modx
* @subpackage lexicon
*
* @author Kevin van Haare, Webton.nl
*/
$_lang['has_access'] = 'Has Access?';
$_lang['rank'] = 'Rank';
$_lang['rendering_options'] = 'Rendering Options';
$_lang['tv'] = 'Template Variable';
$_lang['tv_access_msg'] = 'Select the Resource Groups that this Template Variable belongs to. Only users with access to the Groups selected will be able to modify this TV. If no Groups are selected, all users with access to the Manager will be able to modify the TV.';
$_lang['tv_binding_msg'] = 'This field supports data source bindings using the @ commands';
$_lang['tv_caption'] = 'Caption';
$_lang['tv_change_template_msg'] = 'Changing this template will cause the page to reload the Template Variables, losing any unsaved changes.<br /><br /> Are you sure you want to change this template?';
$_lang['tv_description'] = 'Description';
$_lang['tv_err_delete'] = 'An error occurred while deleting the template variable.';
$_lang['tv_err_duplicate'] = 'An error occurred while trying to duplicate the template variable.';
$_lang['tv_err_duplicate_templates'] = 'An error occurred while duplicating the TV templates.';
$_lang['tv_err_duplicate_documents'] = 'An error occurred while duplicating TV documents.';
$_lang['tv_err_duplicate_documentgroups'] = 'An error occurred while duplicating TV document groups.';
$_lang['tv_err_exists_name'] = 'A Template Variable already exists with the name "[[+name]]".';
$_lang['tv_err_invalid_name'] = 'You have invalid characters in your Template Variable name.';
$_lang['tv_err_locked'] = 'Template variable locked!';
$_lang['tv_err_nf'] = 'Template variable not found.';
$_lang['tv_err_nfs'] = 'Template variable not found with key: [[+id]]';
$_lang['tv_err_ns'] = 'Template variable not specified.';
$_lang['tv_err_reserved_name'] = 'A template variable cannot have the same name as a Resource field.';
$_lang['tv_err_save_access_permissions'] = 'An error occured while attempting to save template variable access permissions.';
$_lang['tv_err_save'] = 'An error occurred while saving the template variable.';
$_lang['tv_inuse'] = 'The following document(s) are currently using this Template Variable. To continue with the delete operation click the Delete button otherwise click the Cancel button.';
$_lang['tv_lock'] = 'Lock variable for editing';
$_lang['tv_lock_msg'] = 'Users must have the edit_locked attribute in order to edit this Template Variable.';
$_lang['tv_management_msg'] = 'Manage additional custom content fields (Template Variables) for your documents.';
$_lang['tv_msg'] = 'Add or edit template variables here. Template Variables must be assigned to templates in order to access them from snippets and documents.';
$_lang['tv_name'] = 'Variable Name';
$_lang['tv_new'] = 'New Template Variable';
$_lang['tv_novars'] = 'No Template Variables found';
$_lang['tv_properties'] = 'Default Properties';
$_lang['tv_rank'] = 'Sort Order';
$_lang['tv_reset_params'] = 'Reset parameters';
$_lang['tv_tmpl_access'] = 'Template Access';
$_lang['tv_tmpl_access_msg'] = 'Select the Templates that are allowed to access this Template Variable.';
$_lang['tv_widget'] = 'Widget';
$_lang['tv_widget_prop'] = 'Widget Properties';
$_lang['tvd_err_remove'] = 'An error occurred while trying to remove the template variable from the document.';
$_lang['tvdg_err_remove'] = 'An error occurred while trying to remove the template variable from the document group.';
$_lang['tvdg_err_save'] = 'An error occurred while trying to attach the template variable to the document group.';
$_lang['tvs'] = 'Template Variables';
$_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.';