blob: 24eeb18ac5c35b2f0ce305953285ab9a6b59594b (
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=S'està autenticant
connecting.registrationToken=S'està obtenint el testimoni de registre
# LOCALIZATION NOTE (error.*):
# These will show in the account manager if the account is disconnected
# because of an error.
error.auth=Ha fallat l'autentificació amb el servidor
error.registrationToken=No s'ha pogut obtenir el testimoni de registre
|