|
6 | 6 | <trans-unit id="auth.not_authorized"> |
7 | 7 | <source>Not authorized</source> |
8 | 8 | </trans-unit> |
9 | | - <trans-unit id="auth.login_failed"> |
| 9 | + <trans-unit id="auth.login_failed" xml:space="preserve" approved="no"> |
10 | 10 | <source>Failed admin login attempt for '%login%'</source> |
| 11 | + <target state="translated">Неудачная попытка авторизоваться как администратор '%login%</target> |
11 | 12 | </trans-unit> |
12 | | - <trans-unit id="auth.login_disabled"> |
| 13 | + <trans-unit id="auth.login_disabled" xml:space="preserve" approved="no"> |
13 | 14 | <source>Login attempt for disabled admin '%login%'</source> |
| 15 | + <target state="translated">Администратор «%login%» отключён, попытка входа не удалась</target> |
14 | 16 | </trans-unit> |
15 | 17 | <!-- Identity --> |
16 | | - <trans-unit id="identity.admin_not_found"> |
| 18 | + <trans-unit id="identity.admin_not_found" xml:space="preserve" approved="no"> |
17 | 19 | <source>Administrator not found</source> |
| 20 | + <target state="translated">Администратор не найден</target> |
18 | 21 | </trans-unit> |
19 | 22 | <!-- Subscription --> |
20 | | - <trans-unit id="subscription.list_not_found"> |
| 23 | + <trans-unit id="subscription.list_not_found" xml:space="preserve" approved="no"> |
21 | 24 | <source>Subscriber list not found.</source> |
| 25 | + <target state="translated">Список подписчиков не найден.</target> |
22 | 26 | </trans-unit> |
23 | | - <trans-unit id="subscription.subscriber_not_found"> |
| 27 | + <trans-unit id="subscription.subscriber_not_found" xml:space="preserve" approved="no"> |
24 | 28 | <source>Subscriber does not exists.</source> |
| 29 | + <target state="translated">Подписчик не существует.</target> |
25 | 30 | </trans-unit> |
26 | 31 | <trans-unit id="subscription.not_found_for_list_and_subscriber"> |
27 | 32 | <source>Subscription not found for this subscriber and list.</source> |
|
0 commit comments