blob: ad1d3c56d50f728a15c45426f1212cbed2fd45e7 [file] [log] [blame]
Eric Fischer2f0d3582009-07-13 15:44:23 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!-- Copyright (C) 2009 The Android Open Source Project
3
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.
15-->
16<resources xmlns:android="http://schemas.android.com/apk/res/android"
17 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
Eric Fischer14e2d132009-10-13 16:31:29 -070018 <string name="app_name" msgid="8095131950334945205">"Calculadora"</string>
19 <string name="error" msgid="9197457880925804499">"Erro"</string>
20 <string name="digit0" msgid="8069590963464434135">"0"</string>
21 <string name="digit1" msgid="8535041374797804029">"1"</string>
22 <string name="digit2" msgid="8977354203154316247">"2"</string>
23 <string name="digit3" msgid="148544090755132760">"3"</string>
24 <string name="digit4" msgid="2199490603838247678">"4"</string>
25 <string name="digit5" msgid="7568514524384173087">"5"</string>
26 <string name="digit6" msgid="6705952561049362551">"6"</string>
27 <string name="digit7" msgid="658125644218958447">"7"</string>
28 <string name="digit8" msgid="3134686906411558886">"8"</string>
29 <string name="digit9" msgid="765379157698748031">"9"</string>
30 <string name="del" msgid="6248896117422989693">"ELIMINAR"</string>
31 <string name="clear" msgid="895929542545793094">"LIMPAR"</string>
32 <string name="sin" msgid="6793866152659175277">"sen"</string>
33 <string name="cos" msgid="6901841853098114414">"cos"</string>
34 <string name="tan" msgid="7957459816738554960">"tan"</string>
35 <string name="e" msgid="1377847800971731483">"e"</string>
36 <string name="ln" msgid="6888500680285403344">"ln"</string>
37 <string name="lg" msgid="873623857385418182">"reg."</string>
38 <string name="leftParen" msgid="4850643713953092099">"("</string>
39 <string name="rightParen" msgid="3177971166159324016">")"</string>
40 <string name="basic" msgid="7691469861698059753">"Painel básico"</string>
41 <string name="advanced" msgid="7122495413742976492">"Painel avançado"</string>
42 <string name="clear_history" msgid="8458043980601165012">"Limpar histórico"</string>
Eric Fischer2f0d3582009-07-13 15:44:23 -070043</resources>