blob: 699a4fcaf7b3e8f383b7dfd353950963fe8f901c (
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/.
## Subframe crash notification
crashed-subframe-message = <strong>이 페이지의 일부가 손상되었습니다.</strong> { -brand-product-name }에게 이 문제를 알리고 더 빨리 해결하려면 보고서를 제출하세요.
# The string for crashed-subframe-title.title should match crashed-subframe-message,
# but without any markup.
crashed-subframe-title =
.title = 이 페이지의 일부가 손상되었습니다.{ -brand-product-name }에게 이 문제를 알리고 더 빨리 해결하려면 보고서를 제출하세요.
crashed-subframe-learnmore-link =
.value = 더 알아보기
crashed-subframe-submit =
.label = 보고서 제출
.accesskey = S
## Pending crash reports
# Variables:
# $reportCount (Number): the number of pending crash reports
pending-crash-reports-message = 보내지 않은 충돌 보고서가 { $reportCount }개 있습니다
pending-crash-reports-view-all =
.label = 보기
pending-crash-reports-send =
.label = 보내기
pending-crash-reports-always-send =
.label = 항상 보내기
|