forked from typo3-themes/themes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
locallang_db.xml
26 lines (26 loc) · 1.25 KB
/
locallang_db.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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<T3locallang>
<meta type="array">
<type>database</type>
<description>Language labels for database tables/fields belonging to extension 'themes'</description>
</meta>
<data type="array">
<languageKey index="default" type="array">
<label index="TxThemesTab">Skin Selector</label>
<label index="ThemesLabel">Select a skin</label>
<label index="title">Select Site Skin</label>
<label index="currentSkin">Currently Selected Skin</label>
<label index="customSkinPath">Custom skin located at %s</label>
<label index="standardSkin">Standard Skin</label>
<label index="customSkin">Custom Skin</label>
<label index="customSkins">Custom Skins</label>
<label index="standardSkins">Standard Skins</label>
<label index="noSkinSelected">No Skin Selected</label>
<label index="noSkinsTitle">No Skins Available</label>
<label index="noSkinsMessage">No skins are currently installed. You can import standard skins from the TYPO3 Extension Repository or create custom skins at %s.</label>
<label index="selectSkinButton">Select Skin</label>
<label index="unselectSkinButton">Unselect Skin</label>
<label index="copySkinButton">Copy Skin</label>
</languageKey>
</data>
</T3locallang>