forked from vkevin/MODx-Revolution-Nederlands
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtv_widget.inc.php
55 lines (55 loc) · 1.76 KB
/
tv_widget.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 Widget Dutch lexicon topic
*
* @language nl
* @package modx
* @subpackage lexicon
*
* @author Kevin van Haare, Webton.nl
*/
$_lang['attributes'] = 'Attributes';
$_lang['capitalize'] = 'Capitalize';
$_lang['checkbox'] = 'Check Box';
$_lang['class'] = 'Class';
$_lang['date'] = 'Date';
$_lang['date_format'] = 'Date Format';
$_lang['date_use_current'] = 'If no value, use current date';
$_lang['delim'] = 'Delimiter';
$_lang['delimiter'] = 'Delimiter';
$_lang['dropdown'] = 'DropDown List Menu';
$_lang['email'] = 'Email';
$_lang['file'] = 'File';
$_lang['height'] = 'Height';
$_lang['htmltag'] = 'HTML Tag';
$_lang['image'] = 'Image';
$_lang['image_align'] = 'Align';
$_lang['image_align_list'] = 'none,baseline,top,middle,bottom,texttop,absmiddle,absbottom,left,right';
$_lang['image_alt'] = 'Alternate Text';
$_lang['image_border_size'] = 'Border Size';
$_lang['image_hspace'] = 'H Space';
$_lang['image_vspace'] = 'V Space';
$_lang['listbox'] = 'Listbox (Single-Select)';
$_lang['listbox-multiple'] = 'Listbox (Multi-Select)';
$_lang['lower_case'] = 'Lower Case';
$_lang['name'] = 'Name';
$_lang['number'] = 'Number';
$_lang['option'] = 'Radio Options';
$_lang['rawtext'] = 'Raw Text (deprecated)';
$_lang['rawtextarea'] = 'Raw Textarea (deprecated)';
$_lang['richtext'] = 'RichText';
$_lang['sentence_case'] = 'Sentence Case';
$_lang['string'] = 'String';
$_lang['string_format'] = 'String Format';
$_lang['style'] = 'Style';
$_lang['tag_id'] = 'Tag ID';
$_lang['tag_name'] = 'Tag Name';
$_lang['target'] = 'Target';
$_lang['text'] = 'Text';
$_lang['textarea'] = 'Textarea';
$_lang['textareamini'] = 'Textarea (Mini)';
$_lang['title'] = 'Title';
$_lang['upper_case'] = 'Upper Case';
$_lang['url'] = 'URL';
$_lang['url_display_text'] = 'Display Text';
$_lang['width'] = 'Width';