blob: 36ba45a7034f6cb58f838d318fbf70103ddd9e0d [file] [log] [blame]
The Android Open Source Projectb301ed22009-03-03 19:32:17 -08001<?xml version="1.0" encoding="UTF-8"?>
Kenny Rootcc9f2542010-03-17 22:08:19 -07002<!-- Copyright (C) 2007 The Android Open Source Project
The Android Open Source Projectb301ed22009-03-03 19:32:17 -08003
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
Kenny Rootcc9f2542010-03-17 22:08:19 -070015 -->
16
The Android Open Source Projectb301ed22009-03-03 19:32:17 -080017<resources xmlns:android="http://schemas.android.com/apk/res/android"
18 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
Eric Fischer14e2d132009-10-13 16:31:29 -070019 <string name="app_name" msgid="8095131950334945205">"计算器"</string>
Kenny Root2049bae2010-04-27 14:13:20 -070020 <string name="error" msgid="9197457880925804499">"出错"</string>
Eric Fischer14e2d132009-10-13 16:31:29 -070021 <string name="digit0" msgid="8069590963464434135">"0"</string>
22 <string name="digit1" msgid="8535041374797804029">"1"</string>
23 <string name="digit2" msgid="8977354203154316247">"2"</string>
24 <string name="digit3" msgid="148544090755132760">"3"</string>
25 <string name="digit4" msgid="2199490603838247678">"4"</string>
26 <string name="digit5" msgid="7568514524384173087">"5"</string>
27 <string name="digit6" msgid="6705952561049362551">"6"</string>
28 <string name="digit7" msgid="658125644218958447">"7"</string>
29 <string name="digit8" msgid="3134686906411558886">"8"</string>
30 <string name="digit9" msgid="765379157698748031">"9"</string>
31 <string name="del" msgid="6248896117422989693">"删除"</string>
Eric Fischer14b93b22011-02-17 10:16:19 -080032 <string name="clear" msgid="8103610981407459768">"清除"</string>
Eric Fischer14e2d132009-10-13 16:31:29 -070033 <string name="sin" msgid="6793866152659175277">"sin"</string>
34 <string name="cos" msgid="6901841853098114414">"cos"</string>
35 <string name="tan" msgid="7957459816738554960">"tan"</string>
36 <string name="e" msgid="1377847800971731483">"e"</string>
37 <string name="ln" msgid="6888500680285403344">"ln"</string>
38 <string name="lg" msgid="873623857385418182">"log"</string>
39 <string name="leftParen" msgid="4850643713953092099">"("</string>
40 <string name="rightParen" msgid="3177971166159324016">")"</string>
41 <string name="basic" msgid="7691469861698059753">"基本面板"</string>
42 <string name="advanced" msgid="7122495413742976492">"高级面板"</string>
43 <string name="clear_history" msgid="8458043980601165012">"清除历史记录"</string>
Eric Fischer9c794542011-10-07 16:29:10 -070044 <string name="text_copied_toast" msgid="5801480710472541833">"文本已复制。"</string>
Eric Fischer3db4eae2011-12-29 12:01:34 -080045 <string name="leftParenDesc" msgid="8446428211982811379">"左括号"</string>
46 <string name="rightParenDesc" msgid="9133691645148976523">"右括号"</string>
47 <string name="factorialDesc" msgid="9217024218012761574">"阶乘"</string>
48 <string name="lnDesc" msgid="1052579286300842270">"自然对数"</string>
49 <string name="lgDesc" msgid="6490920451513731160">"对数"</string>
50 <string name="sqrtDesc" msgid="2247252128762219267">"平方根"</string>
51 <string name="divDesc" msgid="7442623079124315427">"除"</string>
52 <string name="mulDesc" msgid="9003016819648670694">"乘"</string>
53 <string name="plusDesc" msgid="3145322700823848264">"加"</string>
54 <string name="minusDesc" msgid="5033462008907390900">"减"</string>
55 <string name="dotDesc" msgid="5253752241630161722">"小数点"</string>
56 <string name="powerDesc" msgid="9034898318444176910">"幂"</string>
57 <string name="delDesc" msgid="8211175878012032240">"删除"</string>
58 <string name="clearDesc" msgid="8015748901120751476">"清除"</string>
59 <string name="tanDesc" msgid="2055554933130702423">"正切"</string>
60 <string name="sinDesc" msgid="6563285042235077204">"正弦"</string>
61 <string name="cosDesc" msgid="4048942450207926538">"余弦"</string>
62 <string name="eDesc" msgid="6709583372168924068">"欧拉数"</string>
63 <string name="piDesc" msgid="8838151606775021517">"圆周率"</string>
64 <string name="equalDesc" msgid="4164435100263313101">"等于"</string>
Eric Fischer6fe5cfd2012-05-10 12:38:21 -070065 <!-- no translation found for operatorDescs:10 (3456824579675198186) -->
The Android Open Source Projectb301ed22009-03-03 19:32:17 -080066</resources>