summaryrefslogtreecommitdiffstats
path: root/res/values-ko/arrays.xml
blob: 8367cbbad3eccb4f2709e5ad2b03aff7155bc715 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (C) 2009 The Android Open Source Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-->
<resources xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
  <string-array name="reminder_minutes_labels">
    <item>"5분"</item>
    <item>"10분"</item>
    <item>"15분"</item>
    <item>"20분"</item>
    <item>"25분"</item>
    <item>"30분"</item>
    <item>"45분"</item>
    <item>"1시간"</item>
    <item>"2시간"</item>
    <item>"3시간"</item>
    <item>"12시간"</item>
    <item>"24시간"</item>
    <item>"2일"</item>
    <item>"1주"</item>
  </string-array>
  <string-array name="preferences_default_reminder_labels">
    <item>"없음"</item>
    <item>"5분"</item>
    <item>"10분"</item>
    <item>"15분"</item>
    <item>"20분"</item>
    <item>"25분"</item>
    <item>"30분"</item>
    <item>"45분"</item>
    <item>"1시간"</item>
    <item>"2시간"</item>
    <item>"3시간"</item>
    <item>"12시간"</item>
    <item>"24시간"</item>
    <item>"2일"</item>
    <item>"1주"</item>
  </string-array>
  <string-array name="preferences_alert_type_labels">
    <item>"알리미"</item>
    <item>"상태 표시줄 알림"</item>
    <item>"사용 안함"</item>
  </string-array>
  <string-array name="availability">
    <item>"바쁨"</item>
    <item>"한가함"</item>
  </string-array>
  <string-array name="visibility">
    <item>"기본값"</item>
    <item>"비공개"</item>
    <item>"공개"</item>
  </string-array>
  <string-array name="ordinal_labels">
    <item>"처음"</item>
    <item>"2번째"</item>
    <item>"3번째"</item>
    <item>"4번째"</item>
    <item>"마지막"</item>
  </string-array>
  <string-array name="response_labels1">
    <item>"(응답 없음)"</item>
    <item>"예"</item>
    <item>"미정"</item>
    <item>"아니요"</item>
  </string-array>
  <string-array name="response_labels2">
    <item>"예"</item>
    <item>"미정"</item>
    <item>"아니요"</item>
  </string-array>
  <string-array name="delete_repeating_labels">
    <item>"이 일정만"</item>
    <item>"이번 및 다음 일정"</item>
    <item>"모든 일정"</item>
  </string-array>
  <string-array name="delete_repeating_labels_no_selected">
    <item>"이번 및 다음 일정"</item>
    <item>"모든 일정"</item>
  </string-array>
  <string-array name="change_response_labels">
    <item>"이번 일정만"</item>
    <item>"모든 반복 일정"</item>
  </string-array>
</resources>