-
Notifications
You must be signed in to change notification settings - Fork 16
/
locallang.xml
27 lines (24 loc) · 1.07 KB
/
locallang.xml
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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<T3locallang>
<meta type="array">
<type>database</type>
<description>Useful language labels for rn_base extensions</description>
</meta>
<data type="array">
<languageKey index="default" type="array">
<label index="common_undef">Undefined</label>
<label index="common_template">HTML Template</label>
<label index="common_plugin">Plugin</label>
<label index="common_choose">please choose</label>
<label index="common_debug_sql">SQL-Debug</label>
<label index="common_debug">Debug</label>
<label index="common_limit">Limit</label>
<label index="common_touserint">Convert to internal (USER > USER_INT)</label>
<label index="plugin_tab_common">Common</label>
<label index="plugin_tab_action">View</label>
<label index="plugin_tab_tssetup">TS-Setup</label>
</languageKey>
<languageKey index="de" type="array">
</languageKey>
</data>
</T3locallang>