strings.xml revision e86a58e97aec780242d7c391665708de590ed748
189335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org<?xml version="1.0" encoding="UTF-8"?>
289335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org<!--  Copyright (C) 2006 The Android Open Source Project
389335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org
489335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org     Licensed under the Apache License, Version 2.0 (the "License");
589335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org     you may not use this file except in compliance with the License.
689335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org     You may obtain a copy of the License at
789335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org
889335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org          http://www.apache.org/licenses/LICENSE-2.0
989335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org
1089335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org     Unless required by applicable law or agreed to in writing, software
1189335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org     distributed under the License is distributed on an "AS IS" BASIS,
1289335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1389335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org     See the License for the specific language governing permissions and
1489335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org     limitations under the License.
1589335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org -->
1689335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org
1789335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org<resources xmlns:android="http://schemas.android.com/apk/res/android"
1889335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
1989335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org    <string name="app_label" msgid="5452708708398908131">"캘린더"</string>
2089335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org    <string name="what_label" msgid="1933578391985810049">"내용"</string>
2189335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org    <string name="where_label" msgid="3472482206065595118">"장소"</string>
2289335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org    <!-- no translation found for timezone_label (2030635806231207425) -->
2389335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org    <skip />
2489335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org    <string name="attendees_label" msgid="2971281641565729725">"참석자"</string>
2589335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org    <string name="response_label" msgid="5732943469653254290">"<xliff:g id="RESPONSE_TYPE">%s</xliff:g>(<xliff:g id="GUEST_COUNT">%d</xliff:g>개)"</string>
2689335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org    <string name="repeats_label" msgid="7414023871434593196">"반복"</string>
2789335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org    <string name="no_title_label" msgid="302177118061368042">"(제목 없음)"</string>
2889335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org  <plurals name="Nminutes">
2989335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org    <item quantity="one" msgid="4871052965772159239">"1분"</item>
3089335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org    <item quantity="other" msgid="5644461630927544936">"<xliff:g id="COUNT">%d</xliff:g>분"</item>
31d6656854697b2039fb88a4afd6bc1995bf6dfa02commit-bot@chromium.org  </plurals>
3289335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org  <plurals name="Nmins">
3389335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org    <item quantity="one" msgid="9191090668359663663">"1분"</item>
3489335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org    <item quantity="other" msgid="9175648445939148974">"<xliff:g id="COUNT">%d</xliff:g>분"</item>
3589335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org  </plurals>
3689335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org  <plurals name="Nhours">
3789335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org    <item quantity="one" msgid="4793697728599296830">"1시간"</item>
3889335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org    <item quantity="other" msgid="4477841052001760620">"<xliff:g id="COUNT">%d</xliff:g>시간"</item>
3989335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org  </plurals>
4089335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org  <plurals name="Ndays">
4189335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org    <item quantity="one" msgid="5988137255732166573">"1일"</item>
4289335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org    <item quantity="other" msgid="1709378992389618261">"<xliff:g id="COUNT">%d</xliff:g>일"</item>
4389335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org  </plurals>
4489335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org    <string name="show_agenda_view" msgid="7971854300981408347">"일정목록 표시"</string>
4589335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org    <string name="show_day_view" msgid="5782512782605466016">"요일 표시"</string>
4689335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org    <string name="agenda_view" msgid="5566084759423843245">"일정목록"</string>
4789335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org    <string name="day_view" msgid="4467754504843584437">"일"</string>
4889335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org    <string name="week_view" msgid="6775043022159508060">"주"</string>
4989335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org    <string name="month_view" msgid="7287101431749285412">"월"</string>
5089335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org    <string name="event_view" msgid="7621353079385122317">"일정 보기"</string>
5189335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org    <string name="event_create" msgid="6941040556709110617">"새 일정"</string>
5289335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org    <string name="event_edit" msgid="4006961928830064662">"일정 수정"</string>
5389335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org    <string name="event_delete" msgid="2386667193277770442">"일정 삭제"</string>
5489335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org    <string name="goto_today" msgid="9162136434410891230">"오늘"</string>
5589335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org    <string name="menu_select_calendars" msgid="6200145996783123958">"캘린더"</string>
5689335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org    <string name="menu_preferences" msgid="9120238479503233925">"설정"</string>
5789335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org    <string name="plus_N_more" msgid="2527895721728080055">"(<xliff:g id="MORE_COUNT">%d</xliff:g>개 일정 더보기...)"</string>
5889335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org    <string name="calendars_title" msgid="4046980972626276968">"캘린더"</string>
5989335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org    <string name="synced_visible" msgid="1406744353749335651">"동기화 됨, 표시됨"</string>
6089335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org    <string name="synced_not_visible" msgid="54032655953110609">"동기화 됨, 표시되지 않음"</string>
61ba0c5ea90d0e6b2e8b20696e54fea13ead6dda93commit-bot@chromium.org    <string name="not_synced_not_visible" msgid="7178879061972059481">"동기화 안 됨, 표시되지 않음"</string>
62ba0c5ea90d0e6b2e8b20696e54fea13ead6dda93commit-bot@chromium.org    <string name="event_edit_title" msgid="8487120407086532444">"일정 세부정보"</string>
63ba0c5ea90d0e6b2e8b20696e54fea13ead6dda93commit-bot@chromium.org    <string name="hint_what" msgid="709155115005044531">"일정 이름"</string>
64ba0c5ea90d0e6b2e8b20696e54fea13ead6dda93commit-bot@chromium.org    <string name="hint_where" msgid="3116239630502213241">"일정 장소"</string>
65ba0c5ea90d0e6b2e8b20696e54fea13ead6dda93commit-bot@chromium.org    <string name="hint_description" msgid="4198202812240544553">"일정 설명"</string>
66ba0c5ea90d0e6b2e8b20696e54fea13ead6dda93commit-bot@chromium.org    <string name="hint_attendees" msgid="6036653711383143333">"이메일 주소"</string>
67ba0c5ea90d0e6b2e8b20696e54fea13ead6dda93commit-bot@chromium.org    <string name="creating_event" msgid="5252306542761552414">"일정을 만들었습니다."</string>
68ba0c5ea90d0e6b2e8b20696e54fea13ead6dda93commit-bot@chromium.org    <string name="saving_event" msgid="7716081507367732169">"일정을 저장했습니다."</string>
69d6656854697b2039fb88a4afd6bc1995bf6dfa02commit-bot@chromium.org    <string name="loading_calendars_title" msgid="3819254313413902272">"캘린더 로드 중"</string>
70d6656854697b2039fb88a4afd6bc1995bf6dfa02commit-bot@chromium.org    <string name="loading_calendars_message" msgid="8266077515011438420">"캘린더 로드 중..."</string>
71d6656854697b2039fb88a4afd6bc1995bf6dfa02commit-bot@chromium.org    <string name="alert_title" msgid="7869592820853066853">"캘린더 알림"</string>
72d6656854697b2039fb88a4afd6bc1995bf6dfa02commit-bot@chromium.org    <string name="alert_missed_events_single" msgid="8042891195314876684">"(<xliff:g id="REMINDER_COUNT">%s</xliff:g>개 알림 더보기)"</string>
73d6656854697b2039fb88a4afd6bc1995bf6dfa02commit-bot@chromium.org    <string name="alert_missed_events_multiple" msgid="8499734506511653919">"(<xliff:g id="REMINDER_COUNT">%s</xliff:g>개의 알림 더보기)"</string>
74d6656854697b2039fb88a4afd6bc1995bf6dfa02commit-bot@chromium.org    <string name="event_info_title" msgid="56024222340421620">"일정 보기"</string>
75d6656854697b2039fb88a4afd6bc1995bf6dfa02commit-bot@chromium.org    <string name="event_info_title_invite" msgid="9160326363769403865">"회의 초대"</string>
76d6656854697b2039fb88a4afd6bc1995bf6dfa02commit-bot@chromium.org    <string name="add_new_reminder" msgid="4171314793889890481">"알림 추가"</string>
77d6656854697b2039fb88a4afd6bc1995bf6dfa02commit-bot@chromium.org    <string name="edit_event_to_label" msgid="795012981218062421">"끝:"</string>
78d6656854697b2039fb88a4afd6bc1995bf6dfa02commit-bot@chromium.org    <string name="edit_event_from_label" msgid="174999102612666115">"시작:"</string>
79d6656854697b2039fb88a4afd6bc1995bf6dfa02commit-bot@chromium.org    <string name="edit_event_all_day_label" msgid="6200181113992136073">"종일"</string>
80d6656854697b2039fb88a4afd6bc1995bf6dfa02commit-bot@chromium.org    <string name="edit_event_calendar_label" msgid="4556498359505856900">"캘린더"</string>
81d6656854697b2039fb88a4afd6bc1995bf6dfa02commit-bot@chromium.org    <string name="edit_event_show_extra_options" msgid="2325854287823989650">"나머지 옵션 표시"</string>
82d6656854697b2039fb88a4afd6bc1995bf6dfa02commit-bot@chromium.org    <string name="edit_event_hide_extra_options" msgid="4019082307326855513">"나머지 옵션 숨기기"</string>
83d6656854697b2039fb88a4afd6bc1995bf6dfa02commit-bot@chromium.org    <!-- no translation found for edit_event_show_all (6107214899021208078) -->
84d6656854697b2039fb88a4afd6bc1995bf6dfa02commit-bot@chromium.org    <skip />
85d6656854697b2039fb88a4afd6bc1995bf6dfa02commit-bot@chromium.org    <string name="description_label" msgid="7193475046717505855">"설명"</string>
86d6656854697b2039fb88a4afd6bc1995bf6dfa02commit-bot@chromium.org    <string name="presence_label" msgid="6169724148441175862">"내 상태"</string>
87d6656854697b2039fb88a4afd6bc1995bf6dfa02commit-bot@chromium.org    <string name="privacy_label" msgid="9215031965259597335">"공개여부"</string>
88d6656854697b2039fb88a4afd6bc1995bf6dfa02commit-bot@chromium.org    <string name="reminders_label" msgid="8345054160145333166">"알림"</string>
89d6656854697b2039fb88a4afd6bc1995bf6dfa02commit-bot@chromium.org    <string name="no_syncable_calendars" msgid="7019488867045436129">"캘린더 없음"</string>
90d6656854697b2039fb88a4afd6bc1995bf6dfa02commit-bot@chromium.org    <string name="no_calendars_found" msgid="755379468136462058">"캘린더가 없습니다."</string>
91d6656854697b2039fb88a4afd6bc1995bf6dfa02commit-bot@chromium.org    <!-- no translation found for content_description_edit_event_from_date (4180292119507352306) -->
92d6656854697b2039fb88a4afd6bc1995bf6dfa02commit-bot@chromium.org    <skip />
93d6656854697b2039fb88a4afd6bc1995bf6dfa02commit-bot@chromium.org    <!-- no translation found for content_description_edit_event_from_time (6740212065246258103) -->
94d6656854697b2039fb88a4afd6bc1995bf6dfa02commit-bot@chromium.org    <skip />
95d6656854697b2039fb88a4afd6bc1995bf6dfa02commit-bot@chromium.org    <!-- no translation found for content_description_edit_event_to_date (2731432809487159262) -->
96d6656854697b2039fb88a4afd6bc1995bf6dfa02commit-bot@chromium.org    <skip />
97d6656854697b2039fb88a4afd6bc1995bf6dfa02commit-bot@chromium.org    <!-- no translation found for content_description_edit_event_to_time (5266222191518214928) -->
98d6656854697b2039fb88a4afd6bc1995bf6dfa02commit-bot@chromium.org    <skip />
99d6656854697b2039fb88a4afd6bc1995bf6dfa02commit-bot@chromium.org    <!-- no translation found for content_description_edit_event_reminders (62776037465727715) -->
100d6656854697b2039fb88a4afd6bc1995bf6dfa02commit-bot@chromium.org    <skip />
101ba0c5ea90d0e6b2e8b20696e54fea13ead6dda93commit-bot@chromium.org    <!-- no translation found for content_description_edit_event_remove_reminder (877549621029991866) -->
10289335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org    <skip />
10389335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org    <string name="view_event_calendar_label" msgid="6126231656338241140">"캘린더:"</string>
10489335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org    <string name="view_event_organizer_label" msgid="2753151795647402277">"주최자:"</string>
10589335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org    <string name="view_event_timezone_label" msgid="4757495486359041757">"현지 시간대:"</string>
10689335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org    <string name="view_event_response_label" msgid="8382281658458798329">"참석하시겠습니까?"</string>
10789335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org    <string name="agenda_today" msgid="6489447319363439068">"오늘, <xliff:g id="DATE">%1$s</xliff:g>"</string>
10889335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org    <string name="loading" msgid="3772533493214331230">"로드 중..."</string>
10989335631749b29ea92e55ed710f030692aa13297commit-bot@chromium.org    <string name="show_older_events" msgid="4031960000704544741">"<xliff:g id="OLDEST_SEARCH_RANGE">%1$s</xliff:g> 이후의 일정입니다. 더 보려면 누르세요."</string>
110    <string name="show_newer_events" msgid="2647889653936094369">"<xliff:g id="NEWEST_SEARCH_RANGE">%1$s</xliff:g>까지의 일정입니다. 더 보려면 누르세요."</string>
111    <string name="num_events" msgid="3351672964607162257">"일정 개수"</string>
112    <string name="edit_event_label" msgid="2900418236819088363">"일정 수정"</string>
113    <string name="delete_label" msgid="874742811918030739">"삭제"</string>
114    <string name="delete_event_label" msgid="3738436215987360463">"일정 삭제"</string>
115    <string name="save_label" msgid="2133599104834432589">"완료"</string>
116    <string name="discard_label" msgid="4510607554910139220">"취소"</string>
117    <string name="import_label" msgid="6993796574741477222">"가져오기"</string>
118    <string name="snooze_all_label" msgid="4994488813124409077">"모든 알람 일시 중지"</string>
119    <string name="dismiss_all_label" msgid="1834400025868091301">"모두 해제"</string>
120    <string name="does_not_repeat" msgid="1877681921029738999">"한번만"</string>
121    <string name="daily" msgid="560350706808680448">"매일"</string>
122    <string name="every_weekday" msgid="5896574838353902978">"주중 매일(월-금)"</string>
123    <string name="weekly" msgid="2006107373119027114">"매주(<xliff:g id="DAYS_OF_WEEK">%s</xliff:g>)"</string>
124    <string name="monthly_on_day_count" msgid="6847991854413461795">"매월(<xliff:g id="ORDINAL_NUMBER">%1$s</xliff:g> <xliff:g id="DAY_OF_WEEK">%2$s</xliff:g>)"</string>
125    <string name="monthly" msgid="4587116285383048586">"매월"</string>
126    <string name="yearly_plain" msgid="3652692085322162449">"매년"</string>
127    <string name="monthly_on_day" msgid="5370155265278821156">"매월(<xliff:g id="DAY_OF_MONTH">%s</xliff:g>일)"</string>
128    <string name="yearly" msgid="8576208380302949002">"매년(<xliff:g id="DATES">%s</xliff:g>)"</string>
129    <string name="custom" msgid="3015205670911301856">"맞춤 설정...(휴대전화에서는 맞춤 설정할 수 없음)"</string>
130    <string name="modify_event" msgid="4501745557655992422">"이 일정만 변경합니다."</string>
131    <string name="modify_all" msgid="7506579040966638538">"반복되는 모든 일정을 변경합니다."</string>
132    <string name="modify_all_following" msgid="4333745734894639276">"이번 일정과 향후 일정을 변경합니다."</string>
133    <string name="delete_this_event_title" msgid="8738491083082780492">"일정이 삭제됩니다."</string>
134    <string name="delete_title" msgid="5143743507524995383">"삭제"</string>
135    <string name="change_response_title" msgid="7704714776070974984">"회신 변경"</string>
136    <string name="preferences_title" msgid="8045855493262131773">"설정"</string>
137    <string name="preferences_general_title" msgid="2069075513760573117">"캘린더 보기 설정"</string>
138    <string name="preferences_alerts_title" msgid="6511227171114210908">"알림 설정"</string>
139    <string name="preferences_hide_declined_title" msgid="1849295943669890034">"거부한 일정 숨기기"</string>
140    <string name="preferences_alerts_type_title" msgid="6934441966757833908">"알림 설정"</string>
141    <string name="preferences_alerts_type_dialog" msgid="2195667763429994271">"알림 설정"</string>
142    <string name="preferences_alerts_vibrateWhen_title" msgid="8731372580674292759">"진동"</string>
143    <string name="preferences_alerts_vibrateWhen_summary" msgid="2809567649955441757">"진동 알림"</string>
144    <string name="preferences_alerts_ringtone_title" msgid="7565118268120729644">"알림음 선택"</string>
145    <string name="preferences_default_reminder_title" msgid="5188861433342733905">"기본 알림 시간"</string>
146    <string name="preferences_default_reminder_dialog" msgid="2490348857239323412">"기본 알림 시간"</string>
147    <string name="preferences_default_reminder_default" msgid="2903884416749959435">"10"</string>
148    <string name="preferences_about_title" msgid="2810624892412097879">"정보"</string>
149    <string name="preferences_build_version" msgid="8242471883413502068">"빌드 버전"</string>
150  <string-array name="prefEntries_alerts_vibrateWhen">
151    <item msgid="2539376794936035639">"항상"</item>
152    <item msgid="8091719131860840185">"무음 시에만"</item>
153    <item msgid="4552962311897985633">"사용 안함"</item>
154  </string-array>
155    <string name="prefDialogTitle_vibrateWhen" msgid="8995274609647451109">"진동"</string>
156</resources>
157