File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed
Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <xliff xmlns =" urn:oasis:names:tc:xliff:document:1.2" version =" 1.2" >
3+ <file source-language =" en" target-language =" ru" datatype =" plaintext" original =" messages" >
4+ <body >
5+ <!-- Authentication -->
6+ <trans-unit id =" auth.not_authorized" >
7+ <source >Not authorized</source >
8+ </trans-unit >
9+ <trans-unit id =" auth.login_failed" >
10+ <source >Failed admin login attempt for '%login%'</source >
11+ </trans-unit >
12+ <trans-unit id =" auth.login_disabled" >
13+ <source >Login attempt for disabled admin '%login%'</source >
14+ </trans-unit >
15+ <!-- Identity -->
16+ <trans-unit id =" identity.admin_not_found" >
17+ <source >Administrator not found</source >
18+ </trans-unit >
19+ <!-- Subscription -->
20+ <trans-unit id =" subscription.list_not_found" >
21+ <source >Subscriber list not found.</source >
22+ </trans-unit >
23+ <trans-unit id =" subscription.subscriber_not_found" >
24+ <source >Subscriber does not exists.</source >
25+ </trans-unit >
26+ <trans-unit id =" subscription.not_found_for_list_and_subscriber" >
27+ <source >Subscription not found for this subscriber and list.</source >
28+ </trans-unit >
29+ </body >
30+ </file >
31+ </xliff >
You can’t perform that action at this time.
0 commit comments