blob: 068ee16d1a6dc12db65ae000893cf110c9912108 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# 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/.
# Variables:
# $retriesLeft (Number): number of tries left
webauthn-pin-invalid-prompt =
{ $retriesLeft ->
[0] PIN okerra! Idatzi zure gailuaren PIN zuzena mesedez.
[one] PIN okerra! Idatzi zure gailuaren PIN zuzena mesedez. Saiakera { $retriesLeft } gelditzen zaizu.
*[other] PIN okerra! Idatzi zure gailuaren PIN zuzena mesedez. { $retriesLeft } saiakera gelditzen zaizkizu.
}
webauthn-pin-required-prompt = Idatzi zure gailuaren PINa mesedez.
|