blob: f26176b720f0b5546fcc6526607bf0cf318a5246 [file] [log] [blame]
Eric Fischer2f0d3582009-07-13 15:44:23 -07001<?xml version="1.0" encoding="UTF-8"?>
Baligh Uddin8f063192014-03-05 08:54:31 -08002<!--
Baligh Uddinad3969a2014-06-02 09:38:09 -07003 Copyright (C) 2014 The Android Open Source Project
Eric Fischer2f0d3582009-07-13 15:44:23 -07004
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
Eric Fischer2f0d3582009-07-13 15:44:23 -07008
Baligh Uddinad3969a2014-06-02 09:38:09 -07009 http://www.apache.org/licenses/LICENSE-2.0
Eric Fischer2f0d3582009-07-13 15:44:23 -070010
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
Eric Fischer2f0d3582009-07-13 15:44:23 -070018<resources xmlns:android="http://schemas.android.com/apk/res/android"
19 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
Baligh Uddin34e59982014-03-10 12:27:35 -070020 <string name="app_name" msgid="8095131950334945205">"Αριθμομηχ."</string>
Filipe Gonçalvesa12b3cf2016-05-31 13:37:26 +010021 <string name="error_nan" msgid="4071578355972369426">"Μη αριθμός"</string>
Baligh Uddinad3969a2014-06-02 09:38:09 -070022 <string name="error_syntax" msgid="6940043994468390738">"Σφάλμα"</string>
Baligh Uddinad3969a2014-06-02 09:38:09 -070023 <string name="fun_cos" msgid="7312559527731358211">"cos"</string>
24 <string name="fun_ln" msgid="6282013842946532944">"ln"</string>
25 <string name="fun_log" msgid="6856905045055937519">"log"</string>
26 <string name="fun_sin" msgid="7136698561875496766">"sin"</string>
27 <string name="fun_tan" msgid="9116158377794370341">"tan"</string>
28 <string name="clr" msgid="3126239559646368205">"clr"</string>
29 <string name="del" msgid="6700172918709138470">"del"</string>
30 <string name="desc_const_e" msgid="7752508267661034194">"Αριθμός Euler"</string>
31 <string name="desc_const_pi" msgid="5843835548313660468">"πι"</string>
32 <string name="desc_dec_point" msgid="6211527612960070934">" βαθμός "</string>
33 <string name="desc_lparen" msgid="3319203240269597504">"αριστερή παρένθεση"</string>
34 <string name="desc_rparen" msgid="7629704943022422763">"δεξιά παρένθεση"</string>
35 <string name="desc_fun_cos" msgid="3197307754450718348">"συνημίτονο"</string>
36 <string name="desc_fun_ln" msgid="4943842219071979148">"φυσικός λογάριθμος"</string>
37 <string name="desc_fun_log" msgid="6163178034661345125">"λογάριθμος"</string>
38 <string name="desc_fun_sin" msgid="4010564022860883142">"ημίτονο"</string>
39 <string name="desc_fun_tan" msgid="8547330421304946587">"εφαπτομένη"</string>
40 <string name="desc_op_add" msgid="1174812755738083078">"συν"</string>
41 <string name="desc_op_div" msgid="8320455802423478031">"διαίρεση"</string>
42 <string name="desc_op_fact" msgid="5004950609277631750">"παραγοντικό"</string>
43 <string name="desc_op_mul" msgid="978652245185868311">"φορές"</string>
44 <string name="desc_op_pow" msgid="2620877401884059447">"υψωμένο στη δύναμη"</string>
45 <string name="desc_op_sqrt" msgid="4405610392216554239">"τετραγωνική ρίζα"</string>
46 <string name="desc_op_sub" msgid="2563060630032563021">"μείον"</string>
47 <string name="desc_clr" msgid="8357371663749541924">"διαγραφή"</string>
48 <string name="desc_del" msgid="1866733601083210032">"διαγραφή"</string>
49 <string name="desc_eq" msgid="8068773095462472408">"ίσον"</string>
Eric Fischer2f0d3582009-07-13 15:44:23 -070050</resources>