strings.xml
3.74 KB
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
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
**
** Copyright 2006, 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.
*/
-->
<!-- This file contains resource definitions for displayed strings, allowing
them to be changed based on the locale and options. -->
<resources>
<!-- Simple strings. -->
<string name="application_label">Player4UX</string>
<string name="viewer">Player4UX viewer</string>
<string name="stand_alone">Player4UX standalone</string>
<string name="really_quit">종료하시겠습니까?</string>
<string name="yes">예</string>
<string name="no">아니오</string>
<string name="error">에러</string>
<string name="ok">확인</string>
<string name="warning">경고</string>
<string name="file_not_found">파일을 찾을 수 없음</string>
<string name="notification">알림</string>
<string name="confirm">확인</string>
<string name="cancel">취소</string>
<string name="delete_contents_message">컨텐츠를 삭제하시겠습니까?</string>
<string name="stop_download_message">다운로드를 중단하시겠습니까?</string>
<string name="downloading_contents">컨텐츠 다운로드중...</string>
<string name="downloading">다운로드중</string>
<string name="contents_download_error">컨텐츠 다운로드 중에 오류가 발생하였습니다.</string>
<string name="contents_download_complete">컨텐츠 다운로드 완료</string>
<string name="contents_download_stop">컨텐츠 다운로드가 중단되었습니다.</string>
<string name="contents_construct">컨텐츠를 구성중입니다...</string>
<string name="contents_construct_error">컨텐츠 구성 중에 오류가 발생하였습니다. 삭제 후 재다운로드하시기 바랍니다.</string>
<string name="contents_not_found_error">컨텐츠 파일이 존재하는지 확인 후 재시도해주시기 바랍니다.</string>
<string name="progress_current">현재</string>
<string name="progress_total">전체</string>
<string name="content_configure_text">컨텐츠를 구성중입니다...</string>
<string name="sdcard_not_available">SD카드를 사용할 수 없습니다.</string>
<string name="object_version_mismatch">상위 버전으로 생성된 컨텐츠입니다. 어플리케이션을 최신으로 업데이트 하시기 바랍니다.</string>
<string name="force_gpu_notify">2D 하드웨어 가속을 사용하실 경우 앱을 정상적으로 사용하실 수 없습니다. [환경설정>개발자옵션>GPU 렌더링 강제 실행] 옵션을 체크 해제 후 사용해 주세요.</string>
<string name="go_to_developer_option">개발자 옵션 설정화면 가기</string>
<string name="file">파일</string>
<string name="alert_capture_title">화면 캡처</string>
<string name="alert_capture_message">갤러리에 저장되었습니다.</string>
<string name="expansion_file_not_found">파일을 찾을 수 없습니다. 삭제 후 재다운로드하시기 바랍니다.</string>
<string name="sharing">공유하기...</string>
<string name="sharing_unknowtype">공유하기가 불가능한 타입입니다.</string>
</resources>