blob: 62f7ad53fb3b2bf93a8862903c1942ebba2bda73 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# 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/.
## Error messages for failed HTTP web requests.
## https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#client_error_responses
## Variables:
## $status (Number) - HTTP status code, for example 403
firefox-relay-mask-generation-failed = { -relay-brand-name } tidak dapat menghasilkan topeng baru. Kode kesalahan HTTP: { $status }.
firefox-relay-get-reusable-masks-failed = { -relay-brand-name } tidak dapat menemukan topeng yang dapat digunakan kembali. Kode kesalahan HTTP: { $status }.
##
firefox-relay-must-login-to-fxa = Anda harus masuk ke { -fxaccount-brand-name } untuk menggunakan { -relay-brand-name }.
firefox-relay-get-unlimited-masks =
.label = Kelola topeng
.accesskey = t
# This is followed, on a new line, by firefox-relay-opt-in-subtitle-1
firefox-relay-opt-in-title-1 = Lindungi alamat email Anda:
firefox-relay-opt-in-confirmation-enable-button =
.label = Gunakan topeng surel
.accesskey = t
firefox-relay-opt-in-confirmation-disable =
.label = Jangan tampilkan lagi
.accesskey = J
firefox-relay-opt-in-confirmation-postpone =
.label = Jangan sekarang
.accesskey = J
|