|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2"> |
| 3 | + <file source-language="en" target-language="en" datatype="plaintext" original="messages"> |
| 4 | + <body> |
| 5 | + |
| 6 | + <!-- Authentication --> |
| 7 | + <trans-unit id="auth.not_authorized"> |
| 8 | + <source>Not authorized</source> |
| 9 | + <target>Not authorized</target> |
| 10 | + </trans-unit> |
| 11 | + |
| 12 | + <trans-unit id="auth.login_failed"> |
| 13 | + <source>Failed admin login attempt for '%login%'</source> |
| 14 | + <target>Failed admin login attempt for '%login%'</target> |
| 15 | + </trans-unit> |
| 16 | + |
| 17 | + <trans-unit id="auth.login_disabled"> |
| 18 | + <source>Login attempt for disabled admin '%login%'</source> |
| 19 | + <target>Login attempt for disabled admin '%login%'</target> |
| 20 | + </trans-unit> |
| 21 | + |
| 22 | + <!-- Identity --> |
| 23 | + <trans-unit id="identity.admin_not_found"> |
| 24 | + <source>Administrator not found</source> |
| 25 | + <target>Administrator not found</target> |
| 26 | + </trans-unit> |
| 27 | + |
| 28 | + <!-- Subscription --> |
| 29 | + <trans-unit id="subscription.list_not_found"> |
| 30 | + <source>Subscriber list not found.</source> |
| 31 | + <target>Subscriber list not found.</target> |
| 32 | + </trans-unit> |
| 33 | + <trans-unit id="subscription.subscriber_not_found"> |
| 34 | + <source>Subscriber does not exists.</source> |
| 35 | + <target>Subscriber does not exists.</target> |
| 36 | + </trans-unit> |
| 37 | + <trans-unit id="subscription.not_found_for_list_and_subscriber"> |
| 38 | + <source>Subscription not found for this subscriber and list.</source> |
| 39 | + <target>Subscription not found for this subscriber and list.</target> |
| 40 | + </trans-unit> |
| 41 | + |
| 42 | + </body> |
| 43 | + </file> |
| 44 | +</xliff> |
0 commit comments