summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorMindy Pereira <mindyp@google.com>2012-05-03 13:43:02 -0700
committerMindy Pereira <mindyp@google.com>2012-05-03 13:45:22 -0700
commit54e8b090cb47e0dfabf5f069f6460e2caacea60f (patch)
tree129a9a762096fba3c71a14bf7f199db6ff4c3b82 /res/values
parentcaccbfbeaf0c42b86b6e26ff48c18c4fc136e28f (diff)
downloadandroid_packages_apps_ExactCalculator-54e8b090cb47e0dfabf5f069f6460e2caacea60f.tar.gz
android_packages_apps_ExactCalculator-54e8b090cb47e0dfabf5f069f6460e2caacea60f.tar.bz2
android_packages_apps_ExactCalculator-54e8b090cb47e0dfabf5f069f6460e2caacea60f.zip
Translate the rest of the math functions.
Fixes b/6116353 Calculator doesn't calculate sin(0) when language is set to Spanish Change-Id: Id8c65ba8aa0403f3e7988e05cde8ccb2f6624fbc
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index e5038a9..9313894 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -73,10 +73,16 @@
<string name="pi">\u03c0</string>
<!-- Displayed on buttons on screen for the e function. -->
<string name="e">e</string>
+ <!-- Do not translate. What we replace translated e with for calculating e. -->
+ <string translate="false" name="e_mathematical_value">e</string>
<!-- Displayed on buttons on screen for the ln function. -->
<string name="ln">ln</string>
+ <!-- Do not translate. What we replace translated ln with for calculating ln. -->
+ <string translate="false" name="ln_mathematical_value">ln</string>
<!-- Displayed on buttons on screen for the log function. -->
<string name="lg">log</string>
+ <!-- Do not translate. What we replace translated lg with for calculating lg. -->
+ <string translate="false" name="lg_mathematical_value">lg</string>
<!-- Displayed on buttons on screen for a left parenthesis. -->
<string name="leftParen">(</string>
<!-- Displayed on buttons on screen for a right parenthesis. -->