blob: 15eeb0a5ffba896cc1384454c6dd281f731f577a [file] [log] [blame]
The Android Open Source Projectb301ed22009-03-03 19:32:17 -08001<?xml version="1.0" encoding="UTF-8"?>
Baligh Uddin8f063192014-03-05 08:54:31 -08002<!--
Geoff Mendalde64af72015-05-11 06:28:45 -07003 Copyright (C) 2015 The Android Open Source Project
The Android Open Source Projectb301ed22009-03-03 19:32:17 -08004
Baligh Uddinad3969a2014-06-02 09:38:09 -07005 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
The Android Open Source Projectb301ed22009-03-03 19:32:17 -08008
Baligh Uddinad3969a2014-06-02 09:38:09 -07009 http://www.apache.org/licenses/LICENSE-2.0
The Android Open Source Projectb301ed22009-03-03 19:32:17 -080010
Baligh Uddinad3969a2014-06-02 09:38:09 -070011 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 -->
Kenny Rootcc9f2542010-03-17 22:08:19 -070017
The Android Open Source Projectb301ed22009-03-03 19:32:17 -080018<resources xmlns:android="http://schemas.android.com/apk/res/android"
19 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
Geoff Mendalde64af72015-05-11 06:28:45 -070020 <string name="app_name" msgid="1756503303878374382">"계산기"</string>
21 <string name="dec_point" msgid="8920102493070918054">"."</string>
22 <string name="mode_deg" msgid="1146123354434332479">"deg"</string>
23 <string name="mode_rad" msgid="1434228830085760996">"rad"</string>
24 <string name="clr" msgid="6730945431543327337">"clr"</string>
Geoff Mendald568d6b2015-09-07 07:22:20 -070025 <string name="cleared" msgid="3952521190281880880">"삭제됨"</string>
Geoff Mendalde64af72015-05-11 06:28:45 -070026 <string name="del" msgid="5878069000864178910">"del"</string>
27 <string name="desc_const_e" msgid="1889187337970539507">"오일러의 수"</string>
28 <string name="desc_const_pi" msgid="5430918714009441655">"원주율(파이)"</string>
29 <string name="desc_dec_point" msgid="5725254504360445023">"소수점"</string>
30 <string name="desc_lparen" msgid="8688758170211924916">"왼쪽 괄호"</string>
31 <string name="desc_rparen" msgid="7920608385146151731">"오른쪽 괄호"</string>
32 <string name="desc_fun_cos" msgid="3787913784504974731">"코사인"</string>
33 <string name="desc_fun_ln" msgid="2505119732546227166">"자연 로그"</string>
34 <string name="desc_fun_log" msgid="4202230639814060062">"로그"</string>
35 <string name="desc_fun_sin" msgid="7425661271929838876">"사인"</string>
36 <string name="desc_fun_tan" msgid="3545496562069310036">"탄젠트"</string>
37 <string name="desc_fun_arccos" msgid="7583077865497939123">"역코사인"</string>
38 <string name="desc_fun_arcsin" msgid="8592309261123302915">"역사인"</string>
39 <string name="desc_fun_arctan" msgid="6891388393360447455">"역탄젠트"</string>
Geoff Mendalc8d870a2015-06-08 05:12:49 -070040 <string name="desc_fun_10pow" msgid="3972646467174520812">"10의 거듭제곱"</string>
41 <string name="desc_fun_exp" msgid="657106837530588390">"지수 함수"</string>
42 <string name="desc_op_sqr" msgid="693577095029219627">"제곱"</string>
Geoff Mendalde64af72015-05-11 06:28:45 -070043 <string name="desc_op_add" msgid="5539599782598050813">"더하기"</string>
44 <string name="desc_op_div" msgid="3032399266115257498">"나누기"</string>
45 <string name="desc_op_fact" msgid="6142780103294179702">"팩토리얼"</string>
Geoff Mendalc8d870a2015-06-08 05:12:49 -070046 <string name="desc_op_mul" msgid="6882122010553947015">"곱하기"</string>
Geoff Mendalc5f8a0d2015-06-01 06:08:04 -070047 <string name="desc_op_pct" msgid="2466179646911499434">"퍼센트"</string>
Geoff Mendalde64af72015-05-11 06:28:45 -070048 <string name="desc_op_pow" msgid="6010144442344099030">"거듭제곱"</string>
49 <string name="desc_op_sqrt" msgid="6882241473601721767">"제곱근"</string>
Geoff Mendalde64af72015-05-11 06:28:45 -070050 <string name="desc_op_sub" msgid="2744940875059679129">"빼기"</string>
Geoff Mendalc5f8a0d2015-06-01 06:08:04 -070051 <string name="desc_mode_deg" msgid="4129831241246511710">"도 모드"</string>
52 <string name="desc_mode_rad" msgid="730135521908627673">"라디안 모드"</string>
53 <string name="desc_switch_deg" msgid="6675211986921592374">"도로 전환"</string>
54 <string name="desc_switch_rad" msgid="2845875847488919914">"라디안으로 전환"</string>
Geoff Mendal7ac274b2015-05-29 15:05:05 -070055 <string name="desc_eq" msgid="3349320880874699285">"등호"</string>
Geoff Mendalde64af72015-05-11 06:28:45 -070056 <string name="desc_clr" msgid="737502124268890797">"지우기"</string>
57 <string name="desc_del" msgid="7879515781929311432">"삭제"</string>
Geoff Mendalc5f8a0d2015-06-01 06:08:04 -070058 <string name="desc_inv_off" msgid="3672218250519616068">"역함수 표시"</string>
59 <string name="desc_inv_on" msgid="2515675590767677178">"역함수 숨기기"</string>
Bill Yid27b4f12016-05-31 16:57:18 -070060 <string name="desc_formula" msgid="8056588859637585007">"수식 없음"</string>
Bill Yid9ebeda2016-07-24 21:20:15 -070061 <string name="desc_num_pad" msgid="515720457459745571">"숫자 및 기본 작업"</string>
62 <string name="desc_adv_pad" msgid="3794276256462677914">"고급 작업"</string>
Geoff Mendalde64af72015-05-11 06:28:45 -070063 <string name="error_nan" msgid="5674077944929888710">"숫자가 아님"</string>
Geoff Mendal9008d3b2015-07-06 08:54:03 -070064 <string name="error_syntax" msgid="4786987111228645602">"잘못된 수식"</string>
Geoff Mendalde64af72015-05-11 06:28:45 -070065 <string name="error_aborted" msgid="3402238176316342537">"중단됨"</string>
66 <string name="error_overflow" msgid="7800547394563434764">"무한?"</string>
Geoff Mendal9008d3b2015-07-06 08:54:03 -070067 <string name="error_zero_divide" msgid="458040988686661801">"0으로 나눌 수 없음"</string>
Geoff Mendal289f7932015-06-10 06:45:38 -070068 <string name="text_copied_toast" msgid="2104264466812485425">"텍스트를 복사했습니다."</string>
69 <string name="cancelled" msgid="1618889609742874632">"계산이 취소되었습니다."</string>
70 <string name="timeout" msgid="802690170415591535">"시간 초과. 값이 무한하거나 정의되지 않았을 수 있습니다."</string>
71 <string name="ok_remove_timeout" msgid="8344529153919268011">"제한시간 연장 사용"</string>
Geoff Mendalde64af72015-05-11 06:28:45 -070072 <string name="dismiss" msgid="7872443888515066216">"취소"</string>
Geoff Mendalde64af72015-05-11 06:28:45 -070073 <string name="exact" msgid="2597237880041789948">"(완전일치)"</string>
74 <string name="approximate" msgid="7117143366610670836">"(마지막 자리 ±1)"</string>
Geoff Mendal0ea831f2015-05-13 05:48:51 -070075 <string name="menu_leading" msgid="2338520833272667740">"선행 자릿수로 답변"</string>
Bill Yid9ebeda2016-07-24 21:20:15 -070076 <string name="menu_fraction" msgid="1247477377840252234">"결과를 분수로 표시"</string>
Geoff Mendal0ea831f2015-05-13 05:48:51 -070077 <string name="menu_licenses" msgid="1890541368064108592">"오픈소스 라이선스"</string>
The Android Open Source Projectb301ed22009-03-03 19:32:17 -080078</resources>