switch to alsa.omap3 module
[android_pandora.git] / apps / oi-filemanager / FileManager / res / values-ko / strings.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- 
3  * Copyright (C) 2007-2008 OpenIntents.org
4  *
5  * Licensed under the Apache License, Version 2.0 (the "License");
6  * you may not use this file except in compliance with the License.
7  * You may obtain a copy of the License at
8  *
9  *      http://www.apache.org/licenses/LICENSE-2.0
10  *
11  * Unless required by applicable law or agreed to in writing, software
12  * distributed under the License is distributed on an "AS IS" BASIS,
13  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  * See the License for the specific language governing permissions and
15  * limitations under the License.
16  -->
17 <resources>
18         <!-- ***************************
19              About information
20              *************************** -->
21         
22         <!-- Automatically filled in by Launchpad: -->
23         <string name="about_translators">Launchpad Contributions:
24   CSro https://launchpad.net/~choongsan
25   Jihyeok Seo https://launchpad.net/~limeburst
26   OpenIntents devs https://launchpad.net/~openintents-devs</string>
27         
28     <!-- Short explanation of the application (max. 80 characters) -->
29     <string name="about_comments">Manage files on the SD card with OI File Manager.</string>  
30         
31         <!-- ***************************
32              Applicatio-specific strings
33              *************************** -->
34         <!-- Name of application. Can be localized. OI = OpenIntents should stay unmodified. -->
35     <string name="app_name">OI 파일 관리자</string>
36     
37     <string name="menu_new_folder">새 폴더</string>
38     
39     <!-- Multi select option menu -->
40     <string name="menu_multi_select">다중 선택</string>
41
42     <string name="menu_delete">삭제</string>
43     <string name="menu_rename">이름 변경</string>
44     <string name="menu_send">보내기</string>
45     <string name="menu_open">열기</string>
46     <string name="menu_move">이동</string>
47     <string name="menu_copy">복사</string>
48     <string name="menu_details">자세히</string>
49     <string name="menu_more">더 보기</string>
50     <string name="menu_compress">Compress (ZIP)</string>
51     <string name="menu_extract">Extract (ZIP)</string>
52     <string name="menu_filter">필터</string>
53     <string name="menu_include_in_media_scan">미디어 검색에 포함하기</string>
54     <string name="menu_exclude_from_media_scan">미디어 검색에서 제외하기</string>
55     <string name="menu_bookmark">북마크 추가</string>
56     <string name="menu_refresh">Refresh</string>
57     
58     <string name="create_new_folder">새 폴더 생성</string>
59     <string name="folder_name">폴더 이름</string>
60     <string name="file_name">폴더 이름</string>
61     <string name="extension">확장자 (\'.\' 포함)</string>
62     <string name="this_folder_is_empty">폴더가 비어 있습니다.</string>
63     <string name="really_delete">%s 을(를) 삭제하시겠습니까?</string>
64     <string name="file_deleted">파일이 삭제되었습니다.</string>
65     <string name="folder_deleted">폴더가 삭제되었습니다.</string>
66     <string name="file_renamed">파일 이름이 변경되었습니다.</string>
67     <string name="folder_renamed">폴더 이름이 변경되었습니다.</string>
68     <string name="file_moved">파일을 이동시켰습니다.</string>
69     <string name="folder_moved">폴더가 이동되었습니다.</string>
70     <string name="file_copied">폴더가 복사되었습니다.</string>
71     <string name="move_title">이동할 폴더 선택</string>
72     <string name="move_button">여기로 옮기기</string>
73     <string name="copy_title">복사할 폴더 선택</string>
74     <string name="copy_button">여기로 복사</string>
75         <string name="deleting_files">파일 삭제 중...</string>
76     <string name="title_warning_some_may_not_work">주의</string>
77     <string name="warning_some_may_not_work">다음 옵션 중 몇가지는 작동하지 않을 수도 있습니다.</string>
78     <string name="show_warning_again">경고 다시 보기</string>
79     
80     <!-- Strings for a multi select feature -->
81         <string name="really_delete_multiselect">%d 개 파일을 삭제하시겠습니까?</string>
82     <string name="move_button_multiselect">이동</string>
83     <string name="copy_button_multiselect">복사</string>
84     <string name="delete_button_multiselect">삭제</string>
85
86     <!-- ZIP is the ZIP compression (NOT the ZIP code!) -->
87     <string name="compress_zip_button_multiselect">ZIP</string>
88
89     <string name="multiselect_title">여러 파일 선택</string>
90     <string name="error_selection">최소 한 개의 파일을 선택해 주세요</string>
91     
92     <!-- Strings for details table -->
93     <string name="details_type">종류</string>
94     <string name="details_type_folder">폴더</string>
95     <string name="details_type_file">파일</string>
96     <string name="details_type_other">기타</string>
97     <string name="details_size">용량</string>
98     <string name="details_permissions">권한</string>
99     <string name="details_hidden">숨겨짐</string>
100     <string name="details_lastmodified">최종 수정됨</string>
101     <string name="details_yes">네</string>
102     <string name="details_no">아니오</string>
103     
104     <!-- Construct a unique file name of a file called %s. -->
105     <string name="copied_file_name">%s의 복사</string>
106     
107     <!-- Construct a unique file name with number %1$d of a file called %2$s. -->
108     <string name="copied_file_name_2">%2$s의 복사본 %1$d</string>
109     
110     <string name="media_scan_included">다음 미디어 검색 대상에 이 폴더가 추가됩니다</string>
111     <string name="media_scan_excluded">다음 미디어 검색 대상에서 이 폴더가 제외됩니다</string>
112     
113     <string name="error_creating_new_folder">새 폴더를 생성할 수 없습니다.</string>
114     <string name="error_deleting_file">파일을 삭제할 수 없습니다.</string>
115     <string name="error_deleting_folder">폴더 \'%s\' 을(를) 삭제할 수 없습니다.</string>
116     <string name="error_renaming_file">파일의 이름을 변경할 수 없습니다.</string>
117     <string name="error_renaming_folder">폴더의 이름을 변경할 수 없습니다.</string>
118     <string name="error_moving_file">파일을 이동할 수 없습니다.</string>
119     <string name="error_moving_folder">폴더를 이동할 수 없습니다.</string>
120     <string name="error_copying_file">파일을 복사할 수 없습니다.</string>
121     <string name="error_file_does_not_exists">파일이 존재하지 않습니다.</string>
122     <string name="error_deleting_child_file">하위 파일 \'%s\' 을(를) 삭제할 수 없습니다.</string>
123     <string name="error_generic">에러가 발생하였습니다:</string>
124     <string name="error_media_scan">미디어 검색 설정을 바꾸는 데 실패하였습니다.</string>
125     
126     <string name="send_not_available">보낼 수 있는 앱이 없습니다.</string>
127     
128     <string name="application_not_available">사용 가능한 앱이 없습니다</string>
129     
130         <!-- ***************************
131              Preferences
132              *************************** -->
133     <!-- Menu item for Settings -->
134         <string name="settings">설정</string>
135         
136     <!-- Category for preferences. -->
137     <string name="preference_advanced_features">고급 기능</string>
138         <string name="preference_mediascan_title">미디어 검색에서 제외하기</string>
139     <string name="preference_mediascan_summary_on">미디어 검색 대상에서 폴더를 제외하기 위한 메뉴 항목 보이기.</string>
140     <string name="preference_mediascan_summary_off">미디어 검색 대상에서 폴더를 제외하기 위한 메뉴 항목 숨기기.</string>
141     
142     <string name="preference_showallwarning_title">모든 경고 보기</string>
143     <string name="preference_showallwarning_summary_on">모든 경고 메시지 보기</string>
144     <string name="preference_showallwarning_summary_off">경고 메시지 보이지 않기</string>
145        
146     <string name="preference_displayhiddenfiles_title">숨겨진 파일 보이기</string>
147     <string name="preference_displayhiddenfiles_summary_on">숨겨진 파일 보이기</string>
148     <string name="preference_displayhiddenfiles_summary_off">숨겨진 파일 보이지 않기</string>
149     
150     <string name="preference_sort_settings">정렬 설정</string>
151     <string name="preference_sortby">정렬 기준</string>
152     <string name="preference_sortby_ascending">오름차순</string>
153     <string name="preference_sortby_ascending_summary_on">오름차순으로 정렬하기</string>
154     <string name="preference_sortby_ascending_summary_off">내림차순으로 정렬하기</string>
155     <string-array name="preference_sortby_names">
156         <item>이름</item>
157         <item>용량</item>
158         <item>마지막으로 수정됨</item>
159     </string-array>
160
161         
162     <!-- ***************************
163                  Strings for the \'Save as\' feature
164          *************************** -->
165     <string name="saveas_no_file_picked">파일을 선택하지 않았습니다</string>
166     <string name="saveas_error">에러가 발생하였습니다.</string>
167     <string name="saveas_file_saved">파일을 성공적으로 저장하였습니다!</string>
168     
169         
170    
171     <string name="bookmarks">북마크</string>
172     <string name="bookmarks_cancel">취소</string>
173     <string name="bookmarks_delete">삭제</string>
174     <string name="bookmarks_select_to_delete">삭제할 북마크를 선택하세요</string>
175     <string name="bookmarks_manage">북마크 관리하기</string>
176     <string name="bookmark_added">북마크가 추가되었습니다</string>
177     <string name="bookmark_not_found">북마크된 위치를 찾을 수 없습니다.</string>
178     <string name="bookmarks_deleted">선택된 북마크가 삭제되었습니다</string>
179     <string name="bookmark_already_exists">이 파일은 이미 북마크 되어 있습니다</string>
180
181
182     <!-- ***************************
183              Strings for the \'Compressing\' and \'Extracting\' feature
184           *************************** -->
185     <string name="compressing_success">Item compressed successfully</string>
186     <string name="compressing_error">Could not compress the item</string>
187     <string name="compress_into_archive">Compress into archive:</string>
188     <string name="extracting_success">Item extracted successfully</string>
189     <string name="extracting_error">Could not extract the item</string>
190     <string name="extract_into_folder">Extract into folder:</string>
191     <string name="extract_title">Select folder to extract into</string>
192     <string name="extract_button">Extract here</string>
193     <string name="extracting">Extracting...</string>
194     <string name="compressing">Compressing...</string>
195     <string name="warning_overwrite">File %s exists. Do you want to overwrite it?</string>
196
197     <string name="change_file_extension">Do you want to change the file extension?</string>
198 </resources>