-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPEDCalc.template.language.xml
80 lines (77 loc) · 1.89 KB
/
PEDCalc.template.language.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
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<?xml version="1.0" encoding="utf-8"?>
<Translation>
<TranslationVersion>0</TranslationVersion>
<item>
<key>Active</key>
<value>PEDCalc is active</value>
</item>
<item>
<key>Inactive</key>
<value>PEDCalc is inactive</value>
</item>
<item>
<key>AskRecalcAll</key>
<value>Recalculate expiry date of all affected entries?</value>
</item>
<item>
<key>AskRecalcSingle</key>
<value>Recalculate expiry date?</value>
</item>
<item>
<key>OptionsInactive</key>
<value>Inactive</value>
</item>
<item>
<key>OptionsInherit</key>
<value>Inherit: {0}</value>
</item>
<item>
<key>OptionsExpire</key>
<value>Expire entries</value>
</item>
<item>
<key>UnitDays</key>
<value>days</value>
</item>
<item>
<key>UnitWeeks</key>
<value>weeks</value>
</item>
<item>
<key>UnitMonths</key>
<value>months</value>
</item>
<item>
<key>UnitYears</key>
<value>years</value>
</item>
<item>
<key>UnitHours</key>
<value>hours</value>
</item>
<item>
<key>InheritInherit</key>
<value>inherit</value>
</item>
<item>
<key>ErrorInitExpiryDate</key>
<value>Could not set expiry date to {0}</value>
</item>
<item>
<key>NewExpiryDateTooltip</key>
<value>This is the pre-calculated expiration date.
It will be set automatically if you change the entry's password.
To overrride, simply change the expiration date manually.</value>
</item>
<item>
<key>ExpireAllEntriesQuestion</key>
<value>{0} can affect up to {1} entries in total, {2} out of these {1} will never expire as of now.
Skip those {2} never expiring entries?</value>
</item>
<item>
<key>CheckDisable</key>
<value>Do you really want to disable {0}?
The expiry date of an entry will no longer be recalculated when you change the password.
This message will only be displayed once.</value>
</item>
</Translation>