forked from spoonerWeb/be_secure_pw
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ext_locallang.xml
23 lines (23 loc) · 1.2 KB
/
ext_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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<T3locallang>
<meta type="array">
<type>module</type>
<description>Language labels for extended setup module</description>
</meta>
<data type="array">
<languageKey index="default" type="array">
<label index="password_too_short">The password is too short! Please use at least %s characters.</label>
<label index="password_no_convention">%s password convention was ignored!</label>
<label index="password_no_conventions">%s password conventions were ignored!</label>
<label index="additional_text_single"> Not used convention is </label>
<label index="additional_text_multi"> Not used conventions are </label>
</languageKey>
<languageKey index="de" type="array">
<label index="password_too_short">Ihr Passwort ist zu kurz! Bitte geben Sie mindestens %s Zeichen ein.</label>
<label index="password_no_convention">%s Passwortvorgabe wurde ignoriert!</label>
<label index="password_no_conventions">%s Passwortvorgaben wurden ignoriert!</label>
<label index="additional_text_single"> Nicht genutzte Vorgabe ist </label>
<label index="additional_text_multi"> Nicht genutzte Vorgaben sind </label>
</languageKey>
</data>
</T3locallang>