blob: 054fccf527f07540dab544a15399fa9dc19a1ad4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
# LOCALIZATION NOTE (connection.*):
# These will show in the account manager to show progress during a connection.
connecting.authenticating=Аутентификация
connecting.registrationToken=Получение токена регистрации
# LOCALIZATION NOTE (error.*):
# These will show in the account manager if the account is disconnected
# because of an error.
error.auth=Не удалось аутентифицироваться на сервере
error.registrationToken=Не удалось получить токен регистрации
|