summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--res/values-as-rIN/strings.xml149
-rw-r--r--res/values-ast-rES/strings.xml149
-rw-r--r--res/values-br-rFR/strings.xml149
-rw-r--r--res/values-csb-rPL/strings.xml149
-rw-r--r--res/values-cy/strings.xml149
-rw-r--r--res/values-en-rPT/strings.xml149
-rw-r--r--res/values-eo/strings.xml155
-rw-r--r--res/values-es-rCO/strings.xml149
-rw-r--r--res/values-es-rMX/strings.xml149
-rw-r--r--res/values-frp-rIT/strings.xml149
-rw-r--r--res/values-fy-rNL/strings.xml149
-rw-r--r--res/values-ga-rIE/strings.xml149
-rw-r--r--res/values-gd-rGB/strings.xml149
-rw-r--r--res/values-ku/strings.xml149
-rw-r--r--res/values-lb/strings.xml149
-rw-r--r--res/values-oc-rFR/strings.xml149
-rw-r--r--res/values-or-rIN/strings.xml149
-rwxr-xr-xres/values-small-port/styles.xml105
-rw-r--r--res/values-sr-rCS/strings.xml149
-rw-r--r--res/values-ug/strings.xml149
-rwxr-xr-x[-rw-r--r--]src/com/android/calculator2/CalculatorExpr.java23
21 files changed, 2957 insertions, 8 deletions
diff --git a/res/values-as-rIN/strings.xml b/res/values-as-rIN/strings.xml
new file mode 100644
index 0000000..441717a
--- /dev/null
+++ b/res/values-as-rIN/strings.xml
@@ -0,0 +1,149 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2015 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+<resources>
+ <!-- Name of the application. [CHAR_LIMIT=NONE] -->
+ <!-- Constant for Euler's number (i.e. "2.7182…"). [CHAR_LIMIT=1] -->
+ <!-- Constant for pi (i.e. "3.1415…"). [CHAR_LIMIT=1] -->
+ <!-- Left parenthesis (e.g. "log(", "2 × (3 - 1)". [CHAR_LIMIT=1] -->
+ <!-- Right parenthesis (e.g. "log(2)", "(3 - 1) × 2". [CHAR_LIMIT=1] -->
+ <!--
+ Decimal separator (e.g. "1.23" or "1,23").
+
+ This should be whatever character is appropriate for use as a decimal sign for a given locale
+ when used with Arabic numerals (i.e. 0, 1, 2, 3, ...)
+
+ [CHAR_LIMIT=1]
+ -->
+ <!-- Decimal representation of zero (e.g. "0", "10", "1.0", "1e0"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of one (e.g. "1", "11", "1.1", "1e1"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of two (e.g. "2", "22", "2.2", "2e2"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of three (e.g. "3", "33", "3.3", "3e3"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of four (e.g. "4", "44", "4.4", "4e4"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of five (e.g. "5", "55", "5.5", "5e5"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of six (e.g. "6", "66", "6.6", "6e6"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of seven (e.g. "7", "77", "7.7", "7e7"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of eight (e.g. "8", "88", "8.8", "8e8"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of eight (e.g. "9", "99", "9.9", "9e9"). [CHAR_LIMIT=1] -->
+ <!-- Addition operator (e.g. "1 + 2"). [CHAR_LIMIT=1] -->
+ <!-- Divide operator (e.g. "1 ÷ 2"). [CHAR_LIMIT=1] -->
+ <!-- Factorial operator (e.g. "2!"). [CHAR_LIMIT=1] -->
+ <!-- Multiply operator (e.g. "1 × 2"). [CHAR_LIMIT=1] -->
+ <!-- Percent operator (e.g. "25%"). [CHAR_LIMIT=1] -->
+ <!-- Power operator (e.g. "1 ^ 2"). [CHAR_LIMIT=1] -->
+ <!-- Square root operator (e.g. "√1"). [CHAR_LIMIT=1] -->
+ <!-- Subtraction operator (e.g. "1 - 2"). [CHAR_LIMIT=1] -->
+ <!-- Abbrev. name of cosine function (e.g. "cos(π)"). [CHAR_LIMIT=4] -->
+ <!-- Natural logarithm function (e.g. "ln(2)"). [CHAR_LIMIT=4] -->
+ <!-- Logarithm function (e.g. "log(10)"). [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of sine function (e.g. "sin(π)"). [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of tangent function (e.g. "tan(π)"). [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of cosine function (e.g. "arccos(π)"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of sine function (e.g. "arcsin(π)"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of tangent function (e.g. "arctan(π)"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of base 10 exponential function (e.g. "10^6"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of exponential function (e.g. "e^6"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of suffix square function on key (e.g. "17^2"). [CHAR_LIMIT=5] -->
+ <!--
+ Abbrev. name of suffix square function in formula.
+ "^2" does not work, since it blends into a later constant.
+ -->
+ <!-- Abbrev. name of exponential function in formula. -->
+ <!-- Abbrev. name of degree mode [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of radian mode. [CHAR_LIMIT=4] -->
+ <!-- Equals button (e.g. "1 + 2 = ?"). [CHAR_LIMIT=1] -->
+ <!-- Clear button to clear the currently entered expression. [CHAR_LIMIT=4] -->
+ <!--
+ Announced when all characters are removed from Formula, e.g. after clear. [CHAR_LIMIT=NONE]
+ -->
+ <!-- Delete button to remove last entered token. [CHAR_LIMIT=4] -->
+ <!-- Toggle button to show/hide inverse functions. [CHAR_LIMIT=4] -->
+ <!-- Content description for 'e' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'π' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '.' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '(' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for ')' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'cos' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'ln' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'log' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'sin' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'tan' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'arccos' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'arcsin' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'arctan' button. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for 10^ button. This button is used to raise 10 to the subsequently
+ entered power. E.g. <10^>3 would yield 1000.
+ [CHAR_LIMIT=NONE]
+ -->
+ <!-- Content description for e^ (exponential function) button. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for ^2 button. This button is used to square the previously entered
+ number. E.g. 3<^2> would yield 9.
+ [CHAR_LIMIT=NONE]
+ -->
+ <!-- Content description for '+' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '÷' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '!' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '×' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '%' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '^' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '√' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '-' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for degree mode. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for radian mode. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for switch to degree button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for switch to radian button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '=' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for "clr" button. Deletes entire formula. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for "del" button. Deletes single character. Should differ
+ from desc_clr. [CHAR_LIMIT=NONE]
+ -->
+ <!-- Content description for "inv" button to show inverse functions. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for "inv" button to hide inverse functions. [CHAR_LIMIT=NONE] -->
+ <!-- Error displayed when expression evaluates to an undefined result. [CHAR_LIMIT=20] -->
+ <!-- Error displayed when expression contains a syntax error. [CHAR_LIMIT=20] -->
+ <!-- Error displayed when evaluation is manually aborted. [CHAR_LIMIT=20] -->
+ <!-- Error displayed when excessive precision is required. [CHAR_LIMIT=20] -->
+ <!--
+ Error displayed when division by zero is detected.
+
+ If the translation does not fit within the given limit, then a shortened version must
+ be used, e.g. "Division by 0". Exceeding the limit will result in a truncated string.
+
+ [CHAR_LIMIT=20]
+ -->
+ <!-- Toast shown when text is copied to the clipboard. [CHAR_LIMIT=40] -->
+ <!-- Dialog message when a computation is cancelled by the user. [CHAR_LIMIT=NONE] -->
+ <!-- Dialog message when a computation times out. [CHAR_LIMIT=NONE] -->
+ <!--
+ Button label to allow future computations with a longer timeout.
+
+ When evaluating a result takes too long, we show a "timed out" dialog. This button allows
+ the user to increase the maximum amount of time we attempt to evaluate the expression before
+ "timing out".
+
+ [CHAR_LIMIT=40]
+ -->
+ <!-- Button label to dismiss informative text message. [CHAR_LIMIT=40] -->
+ <!-- Appended indicator (for "leading" display) that result is exact. [CHAR_LIMIT=NONE] -->
+ <!-- Indicator (for "leading" display) that result is inexact. [CHAR_LIMIT=NONE] -->
+ <!-- Menu option to display result including leading digits. [CHAR_LIMIT=40] -->
+ <!-- Menu option to display result as fraction. [CHAR_LIMIT=40] -->
+ <!-- Menu option to view the app's open source licenses. [CHAR_LIMIT=40] -->
+</resources>
diff --git a/res/values-ast-rES/strings.xml b/res/values-ast-rES/strings.xml
new file mode 100644
index 0000000..441717a
--- /dev/null
+++ b/res/values-ast-rES/strings.xml
@@ -0,0 +1,149 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2015 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+<resources>
+ <!-- Name of the application. [CHAR_LIMIT=NONE] -->
+ <!-- Constant for Euler's number (i.e. "2.7182…"). [CHAR_LIMIT=1] -->
+ <!-- Constant for pi (i.e. "3.1415…"). [CHAR_LIMIT=1] -->
+ <!-- Left parenthesis (e.g. "log(", "2 × (3 - 1)". [CHAR_LIMIT=1] -->
+ <!-- Right parenthesis (e.g. "log(2)", "(3 - 1) × 2". [CHAR_LIMIT=1] -->
+ <!--
+ Decimal separator (e.g. "1.23" or "1,23").
+
+ This should be whatever character is appropriate for use as a decimal sign for a given locale
+ when used with Arabic numerals (i.e. 0, 1, 2, 3, ...)
+
+ [CHAR_LIMIT=1]
+ -->
+ <!-- Decimal representation of zero (e.g. "0", "10", "1.0", "1e0"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of one (e.g. "1", "11", "1.1", "1e1"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of two (e.g. "2", "22", "2.2", "2e2"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of three (e.g. "3", "33", "3.3", "3e3"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of four (e.g. "4", "44", "4.4", "4e4"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of five (e.g. "5", "55", "5.5", "5e5"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of six (e.g. "6", "66", "6.6", "6e6"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of seven (e.g. "7", "77", "7.7", "7e7"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of eight (e.g. "8", "88", "8.8", "8e8"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of eight (e.g. "9", "99", "9.9", "9e9"). [CHAR_LIMIT=1] -->
+ <!-- Addition operator (e.g. "1 + 2"). [CHAR_LIMIT=1] -->
+ <!-- Divide operator (e.g. "1 ÷ 2"). [CHAR_LIMIT=1] -->
+ <!-- Factorial operator (e.g. "2!"). [CHAR_LIMIT=1] -->
+ <!-- Multiply operator (e.g. "1 × 2"). [CHAR_LIMIT=1] -->
+ <!-- Percent operator (e.g. "25%"). [CHAR_LIMIT=1] -->
+ <!-- Power operator (e.g. "1 ^ 2"). [CHAR_LIMIT=1] -->
+ <!-- Square root operator (e.g. "√1"). [CHAR_LIMIT=1] -->
+ <!-- Subtraction operator (e.g. "1 - 2"). [CHAR_LIMIT=1] -->
+ <!-- Abbrev. name of cosine function (e.g. "cos(π)"). [CHAR_LIMIT=4] -->
+ <!-- Natural logarithm function (e.g. "ln(2)"). [CHAR_LIMIT=4] -->
+ <!-- Logarithm function (e.g. "log(10)"). [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of sine function (e.g. "sin(π)"). [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of tangent function (e.g. "tan(π)"). [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of cosine function (e.g. "arccos(π)"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of sine function (e.g. "arcsin(π)"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of tangent function (e.g. "arctan(π)"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of base 10 exponential function (e.g. "10^6"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of exponential function (e.g. "e^6"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of suffix square function on key (e.g. "17^2"). [CHAR_LIMIT=5] -->
+ <!--
+ Abbrev. name of suffix square function in formula.
+ "^2" does not work, since it blends into a later constant.
+ -->
+ <!-- Abbrev. name of exponential function in formula. -->
+ <!-- Abbrev. name of degree mode [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of radian mode. [CHAR_LIMIT=4] -->
+ <!-- Equals button (e.g. "1 + 2 = ?"). [CHAR_LIMIT=1] -->
+ <!-- Clear button to clear the currently entered expression. [CHAR_LIMIT=4] -->
+ <!--
+ Announced when all characters are removed from Formula, e.g. after clear. [CHAR_LIMIT=NONE]
+ -->
+ <!-- Delete button to remove last entered token. [CHAR_LIMIT=4] -->
+ <!-- Toggle button to show/hide inverse functions. [CHAR_LIMIT=4] -->
+ <!-- Content description for 'e' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'π' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '.' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '(' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for ')' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'cos' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'ln' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'log' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'sin' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'tan' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'arccos' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'arcsin' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'arctan' button. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for 10^ button. This button is used to raise 10 to the subsequently
+ entered power. E.g. <10^>3 would yield 1000.
+ [CHAR_LIMIT=NONE]
+ -->
+ <!-- Content description for e^ (exponential function) button. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for ^2 button. This button is used to square the previously entered
+ number. E.g. 3<^2> would yield 9.
+ [CHAR_LIMIT=NONE]
+ -->
+ <!-- Content description for '+' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '÷' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '!' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '×' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '%' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '^' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '√' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '-' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for degree mode. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for radian mode. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for switch to degree button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for switch to radian button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '=' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for "clr" button. Deletes entire formula. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for "del" button. Deletes single character. Should differ
+ from desc_clr. [CHAR_LIMIT=NONE]
+ -->
+ <!-- Content description for "inv" button to show inverse functions. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for "inv" button to hide inverse functions. [CHAR_LIMIT=NONE] -->
+ <!-- Error displayed when expression evaluates to an undefined result. [CHAR_LIMIT=20] -->
+ <!-- Error displayed when expression contains a syntax error. [CHAR_LIMIT=20] -->
+ <!-- Error displayed when evaluation is manually aborted. [CHAR_LIMIT=20] -->
+ <!-- Error displayed when excessive precision is required. [CHAR_LIMIT=20] -->
+ <!--
+ Error displayed when division by zero is detected.
+
+ If the translation does not fit within the given limit, then a shortened version must
+ be used, e.g. "Division by 0". Exceeding the limit will result in a truncated string.
+
+ [CHAR_LIMIT=20]
+ -->
+ <!-- Toast shown when text is copied to the clipboard. [CHAR_LIMIT=40] -->
+ <!-- Dialog message when a computation is cancelled by the user. [CHAR_LIMIT=NONE] -->
+ <!-- Dialog message when a computation times out. [CHAR_LIMIT=NONE] -->
+ <!--
+ Button label to allow future computations with a longer timeout.
+
+ When evaluating a result takes too long, we show a "timed out" dialog. This button allows
+ the user to increase the maximum amount of time we attempt to evaluate the expression before
+ "timing out".
+
+ [CHAR_LIMIT=40]
+ -->
+ <!-- Button label to dismiss informative text message. [CHAR_LIMIT=40] -->
+ <!-- Appended indicator (for "leading" display) that result is exact. [CHAR_LIMIT=NONE] -->
+ <!-- Indicator (for "leading" display) that result is inexact. [CHAR_LIMIT=NONE] -->
+ <!-- Menu option to display result including leading digits. [CHAR_LIMIT=40] -->
+ <!-- Menu option to display result as fraction. [CHAR_LIMIT=40] -->
+ <!-- Menu option to view the app's open source licenses. [CHAR_LIMIT=40] -->
+</resources>
diff --git a/res/values-br-rFR/strings.xml b/res/values-br-rFR/strings.xml
new file mode 100644
index 0000000..441717a
--- /dev/null
+++ b/res/values-br-rFR/strings.xml
@@ -0,0 +1,149 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2015 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+<resources>
+ <!-- Name of the application. [CHAR_LIMIT=NONE] -->
+ <!-- Constant for Euler's number (i.e. "2.7182…"). [CHAR_LIMIT=1] -->
+ <!-- Constant for pi (i.e. "3.1415…"). [CHAR_LIMIT=1] -->
+ <!-- Left parenthesis (e.g. "log(", "2 × (3 - 1)". [CHAR_LIMIT=1] -->
+ <!-- Right parenthesis (e.g. "log(2)", "(3 - 1) × 2". [CHAR_LIMIT=1] -->
+ <!--
+ Decimal separator (e.g. "1.23" or "1,23").
+
+ This should be whatever character is appropriate for use as a decimal sign for a given locale
+ when used with Arabic numerals (i.e. 0, 1, 2, 3, ...)
+
+ [CHAR_LIMIT=1]
+ -->
+ <!-- Decimal representation of zero (e.g. "0", "10", "1.0", "1e0"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of one (e.g. "1", "11", "1.1", "1e1"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of two (e.g. "2", "22", "2.2", "2e2"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of three (e.g. "3", "33", "3.3", "3e3"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of four (e.g. "4", "44", "4.4", "4e4"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of five (e.g. "5", "55", "5.5", "5e5"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of six (e.g. "6", "66", "6.6", "6e6"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of seven (e.g. "7", "77", "7.7", "7e7"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of eight (e.g. "8", "88", "8.8", "8e8"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of eight (e.g. "9", "99", "9.9", "9e9"). [CHAR_LIMIT=1] -->
+ <!-- Addition operator (e.g. "1 + 2"). [CHAR_LIMIT=1] -->
+ <!-- Divide operator (e.g. "1 ÷ 2"). [CHAR_LIMIT=1] -->
+ <!-- Factorial operator (e.g. "2!"). [CHAR_LIMIT=1] -->
+ <!-- Multiply operator (e.g. "1 × 2"). [CHAR_LIMIT=1] -->
+ <!-- Percent operator (e.g. "25%"). [CHAR_LIMIT=1] -->
+ <!-- Power operator (e.g. "1 ^ 2"). [CHAR_LIMIT=1] -->
+ <!-- Square root operator (e.g. "√1"). [CHAR_LIMIT=1] -->
+ <!-- Subtraction operator (e.g. "1 - 2"). [CHAR_LIMIT=1] -->
+ <!-- Abbrev. name of cosine function (e.g. "cos(π)"). [CHAR_LIMIT=4] -->
+ <!-- Natural logarithm function (e.g. "ln(2)"). [CHAR_LIMIT=4] -->
+ <!-- Logarithm function (e.g. "log(10)"). [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of sine function (e.g. "sin(π)"). [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of tangent function (e.g. "tan(π)"). [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of cosine function (e.g. "arccos(π)"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of sine function (e.g. "arcsin(π)"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of tangent function (e.g. "arctan(π)"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of base 10 exponential function (e.g. "10^6"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of exponential function (e.g. "e^6"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of suffix square function on key (e.g. "17^2"). [CHAR_LIMIT=5] -->
+ <!--
+ Abbrev. name of suffix square function in formula.
+ "^2" does not work, since it blends into a later constant.
+ -->
+ <!-- Abbrev. name of exponential function in formula. -->
+ <!-- Abbrev. name of degree mode [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of radian mode. [CHAR_LIMIT=4] -->
+ <!-- Equals button (e.g. "1 + 2 = ?"). [CHAR_LIMIT=1] -->
+ <!-- Clear button to clear the currently entered expression. [CHAR_LIMIT=4] -->
+ <!--
+ Announced when all characters are removed from Formula, e.g. after clear. [CHAR_LIMIT=NONE]
+ -->
+ <!-- Delete button to remove last entered token. [CHAR_LIMIT=4] -->
+ <!-- Toggle button to show/hide inverse functions. [CHAR_LIMIT=4] -->
+ <!-- Content description for 'e' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'π' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '.' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '(' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for ')' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'cos' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'ln' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'log' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'sin' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'tan' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'arccos' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'arcsin' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'arctan' button. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for 10^ button. This button is used to raise 10 to the subsequently
+ entered power. E.g. <10^>3 would yield 1000.
+ [CHAR_LIMIT=NONE]
+ -->
+ <!-- Content description for e^ (exponential function) button. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for ^2 button. This button is used to square the previously entered
+ number. E.g. 3<^2> would yield 9.
+ [CHAR_LIMIT=NONE]
+ -->
+ <!-- Content description for '+' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '÷' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '!' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '×' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '%' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '^' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '√' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '-' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for degree mode. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for radian mode. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for switch to degree button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for switch to radian button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '=' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for "clr" button. Deletes entire formula. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for "del" button. Deletes single character. Should differ
+ from desc_clr. [CHAR_LIMIT=NONE]
+ -->
+ <!-- Content description for "inv" button to show inverse functions. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for "inv" button to hide inverse functions. [CHAR_LIMIT=NONE] -->
+ <!-- Error displayed when expression evaluates to an undefined result. [CHAR_LIMIT=20] -->
+ <!-- Error displayed when expression contains a syntax error. [CHAR_LIMIT=20] -->
+ <!-- Error displayed when evaluation is manually aborted. [CHAR_LIMIT=20] -->
+ <!-- Error displayed when excessive precision is required. [CHAR_LIMIT=20] -->
+ <!--
+ Error displayed when division by zero is detected.
+
+ If the translation does not fit within the given limit, then a shortened version must
+ be used, e.g. "Division by 0". Exceeding the limit will result in a truncated string.
+
+ [CHAR_LIMIT=20]
+ -->
+ <!-- Toast shown when text is copied to the clipboard. [CHAR_LIMIT=40] -->
+ <!-- Dialog message when a computation is cancelled by the user. [CHAR_LIMIT=NONE] -->
+ <!-- Dialog message when a computation times out. [CHAR_LIMIT=NONE] -->
+ <!--
+ Button label to allow future computations with a longer timeout.
+
+ When evaluating a result takes too long, we show a "timed out" dialog. This button allows
+ the user to increase the maximum amount of time we attempt to evaluate the expression before
+ "timing out".
+
+ [CHAR_LIMIT=40]
+ -->
+ <!-- Button label to dismiss informative text message. [CHAR_LIMIT=40] -->
+ <!-- Appended indicator (for "leading" display) that result is exact. [CHAR_LIMIT=NONE] -->
+ <!-- Indicator (for "leading" display) that result is inexact. [CHAR_LIMIT=NONE] -->
+ <!-- Menu option to display result including leading digits. [CHAR_LIMIT=40] -->
+ <!-- Menu option to display result as fraction. [CHAR_LIMIT=40] -->
+ <!-- Menu option to view the app's open source licenses. [CHAR_LIMIT=40] -->
+</resources>
diff --git a/res/values-csb-rPL/strings.xml b/res/values-csb-rPL/strings.xml
new file mode 100644
index 0000000..441717a
--- /dev/null
+++ b/res/values-csb-rPL/strings.xml
@@ -0,0 +1,149 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2015 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+<resources>
+ <!-- Name of the application. [CHAR_LIMIT=NONE] -->
+ <!-- Constant for Euler's number (i.e. "2.7182…"). [CHAR_LIMIT=1] -->
+ <!-- Constant for pi (i.e. "3.1415…"). [CHAR_LIMIT=1] -->
+ <!-- Left parenthesis (e.g. "log(", "2 × (3 - 1)". [CHAR_LIMIT=1] -->
+ <!-- Right parenthesis (e.g. "log(2)", "(3 - 1) × 2". [CHAR_LIMIT=1] -->
+ <!--
+ Decimal separator (e.g. "1.23" or "1,23").
+
+ This should be whatever character is appropriate for use as a decimal sign for a given locale
+ when used with Arabic numerals (i.e. 0, 1, 2, 3, ...)
+
+ [CHAR_LIMIT=1]
+ -->
+ <!-- Decimal representation of zero (e.g. "0", "10", "1.0", "1e0"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of one (e.g. "1", "11", "1.1", "1e1"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of two (e.g. "2", "22", "2.2", "2e2"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of three (e.g. "3", "33", "3.3", "3e3"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of four (e.g. "4", "44", "4.4", "4e4"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of five (e.g. "5", "55", "5.5", "5e5"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of six (e.g. "6", "66", "6.6", "6e6"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of seven (e.g. "7", "77", "7.7", "7e7"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of eight (e.g. "8", "88", "8.8", "8e8"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of eight (e.g. "9", "99", "9.9", "9e9"). [CHAR_LIMIT=1] -->
+ <!-- Addition operator (e.g. "1 + 2"). [CHAR_LIMIT=1] -->
+ <!-- Divide operator (e.g. "1 ÷ 2"). [CHAR_LIMIT=1] -->
+ <!-- Factorial operator (e.g. "2!"). [CHAR_LIMIT=1] -->
+ <!-- Multiply operator (e.g. "1 × 2"). [CHAR_LIMIT=1] -->
+ <!-- Percent operator (e.g. "25%"). [CHAR_LIMIT=1] -->
+ <!-- Power operator (e.g. "1 ^ 2"). [CHAR_LIMIT=1] -->
+ <!-- Square root operator (e.g. "√1"). [CHAR_LIMIT=1] -->
+ <!-- Subtraction operator (e.g. "1 - 2"). [CHAR_LIMIT=1] -->
+ <!-- Abbrev. name of cosine function (e.g. "cos(π)"). [CHAR_LIMIT=4] -->
+ <!-- Natural logarithm function (e.g. "ln(2)"). [CHAR_LIMIT=4] -->
+ <!-- Logarithm function (e.g. "log(10)"). [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of sine function (e.g. "sin(π)"). [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of tangent function (e.g. "tan(π)"). [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of cosine function (e.g. "arccos(π)"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of sine function (e.g. "arcsin(π)"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of tangent function (e.g. "arctan(π)"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of base 10 exponential function (e.g. "10^6"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of exponential function (e.g. "e^6"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of suffix square function on key (e.g. "17^2"). [CHAR_LIMIT=5] -->
+ <!--
+ Abbrev. name of suffix square function in formula.
+ "^2" does not work, since it blends into a later constant.
+ -->
+ <!-- Abbrev. name of exponential function in formula. -->
+ <!-- Abbrev. name of degree mode [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of radian mode. [CHAR_LIMIT=4] -->
+ <!-- Equals button (e.g. "1 + 2 = ?"). [CHAR_LIMIT=1] -->
+ <!-- Clear button to clear the currently entered expression. [CHAR_LIMIT=4] -->
+ <!--
+ Announced when all characters are removed from Formula, e.g. after clear. [CHAR_LIMIT=NONE]
+ -->
+ <!-- Delete button to remove last entered token. [CHAR_LIMIT=4] -->
+ <!-- Toggle button to show/hide inverse functions. [CHAR_LIMIT=4] -->
+ <!-- Content description for 'e' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'π' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '.' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '(' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for ')' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'cos' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'ln' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'log' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'sin' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'tan' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'arccos' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'arcsin' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'arctan' button. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for 10^ button. This button is used to raise 10 to the subsequently
+ entered power. E.g. <10^>3 would yield 1000.
+ [CHAR_LIMIT=NONE]
+ -->
+ <!-- Content description for e^ (exponential function) button. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for ^2 button. This button is used to square the previously entered
+ number. E.g. 3<^2> would yield 9.
+ [CHAR_LIMIT=NONE]
+ -->
+ <!-- Content description for '+' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '÷' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '!' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '×' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '%' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '^' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '√' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '-' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for degree mode. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for radian mode. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for switch to degree button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for switch to radian button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '=' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for "clr" button. Deletes entire formula. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for "del" button. Deletes single character. Should differ
+ from desc_clr. [CHAR_LIMIT=NONE]
+ -->
+ <!-- Content description for "inv" button to show inverse functions. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for "inv" button to hide inverse functions. [CHAR_LIMIT=NONE] -->
+ <!-- Error displayed when expression evaluates to an undefined result. [CHAR_LIMIT=20] -->
+ <!-- Error displayed when expression contains a syntax error. [CHAR_LIMIT=20] -->
+ <!-- Error displayed when evaluation is manually aborted. [CHAR_LIMIT=20] -->
+ <!-- Error displayed when excessive precision is required. [CHAR_LIMIT=20] -->
+ <!--
+ Error displayed when division by zero is detected.
+
+ If the translation does not fit within the given limit, then a shortened version must
+ be used, e.g. "Division by 0". Exceeding the limit will result in a truncated string.
+
+ [CHAR_LIMIT=20]
+ -->
+ <!-- Toast shown when text is copied to the clipboard. [CHAR_LIMIT=40] -->
+ <!-- Dialog message when a computation is cancelled by the user. [CHAR_LIMIT=NONE] -->
+ <!-- Dialog message when a computation times out. [CHAR_LIMIT=NONE] -->
+ <!--
+ Button label to allow future computations with a longer timeout.
+
+ When evaluating a result takes too long, we show a "timed out" dialog. This button allows
+ the user to increase the maximum amount of time we attempt to evaluate the expression before
+ "timing out".
+
+ [CHAR_LIMIT=40]
+ -->
+ <!-- Button label to dismiss informative text message. [CHAR_LIMIT=40] -->
+ <!-- Appended indicator (for "leading" display) that result is exact. [CHAR_LIMIT=NONE] -->
+ <!-- Indicator (for "leading" display) that result is inexact. [CHAR_LIMIT=NONE] -->
+ <!-- Menu option to display result including leading digits. [CHAR_LIMIT=40] -->
+ <!-- Menu option to display result as fraction. [CHAR_LIMIT=40] -->
+ <!-- Menu option to view the app's open source licenses. [CHAR_LIMIT=40] -->
+</resources>
diff --git a/res/values-cy/strings.xml b/res/values-cy/strings.xml
new file mode 100644
index 0000000..441717a
--- /dev/null
+++ b/res/values-cy/strings.xml
@@ -0,0 +1,149 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2015 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+<resources>
+ <!-- Name of the application. [CHAR_LIMIT=NONE] -->
+ <!-- Constant for Euler's number (i.e. "2.7182…"). [CHAR_LIMIT=1] -->
+ <!-- Constant for pi (i.e. "3.1415…"). [CHAR_LIMIT=1] -->
+ <!-- Left parenthesis (e.g. "log(", "2 × (3 - 1)". [CHAR_LIMIT=1] -->
+ <!-- Right parenthesis (e.g. "log(2)", "(3 - 1) × 2". [CHAR_LIMIT=1] -->
+ <!--
+ Decimal separator (e.g. "1.23" or "1,23").
+
+ This should be whatever character is appropriate for use as a decimal sign for a given locale
+ when used with Arabic numerals (i.e. 0, 1, 2, 3, ...)
+
+ [CHAR_LIMIT=1]
+ -->
+ <!-- Decimal representation of zero (e.g. "0", "10", "1.0", "1e0"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of one (e.g. "1", "11", "1.1", "1e1"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of two (e.g. "2", "22", "2.2", "2e2"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of three (e.g. "3", "33", "3.3", "3e3"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of four (e.g. "4", "44", "4.4", "4e4"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of five (e.g. "5", "55", "5.5", "5e5"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of six (e.g. "6", "66", "6.6", "6e6"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of seven (e.g. "7", "77", "7.7", "7e7"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of eight (e.g. "8", "88", "8.8", "8e8"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of eight (e.g. "9", "99", "9.9", "9e9"). [CHAR_LIMIT=1] -->
+ <!-- Addition operator (e.g. "1 + 2"). [CHAR_LIMIT=1] -->
+ <!-- Divide operator (e.g. "1 ÷ 2"). [CHAR_LIMIT=1] -->
+ <!-- Factorial operator (e.g. "2!"). [CHAR_LIMIT=1] -->
+ <!-- Multiply operator (e.g. "1 × 2"). [CHAR_LIMIT=1] -->
+ <!-- Percent operator (e.g. "25%"). [CHAR_LIMIT=1] -->
+ <!-- Power operator (e.g. "1 ^ 2"). [CHAR_LIMIT=1] -->
+ <!-- Square root operator (e.g. "√1"). [CHAR_LIMIT=1] -->
+ <!-- Subtraction operator (e.g. "1 - 2"). [CHAR_LIMIT=1] -->
+ <!-- Abbrev. name of cosine function (e.g. "cos(π)"). [CHAR_LIMIT=4] -->
+ <!-- Natural logarithm function (e.g. "ln(2)"). [CHAR_LIMIT=4] -->
+ <!-- Logarithm function (e.g. "log(10)"). [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of sine function (e.g. "sin(π)"). [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of tangent function (e.g. "tan(π)"). [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of cosine function (e.g. "arccos(π)"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of sine function (e.g. "arcsin(π)"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of tangent function (e.g. "arctan(π)"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of base 10 exponential function (e.g. "10^6"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of exponential function (e.g. "e^6"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of suffix square function on key (e.g. "17^2"). [CHAR_LIMIT=5] -->
+ <!--
+ Abbrev. name of suffix square function in formula.
+ "^2" does not work, since it blends into a later constant.
+ -->
+ <!-- Abbrev. name of exponential function in formula. -->
+ <!-- Abbrev. name of degree mode [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of radian mode. [CHAR_LIMIT=4] -->
+ <!-- Equals button (e.g. "1 + 2 = ?"). [CHAR_LIMIT=1] -->
+ <!-- Clear button to clear the currently entered expression. [CHAR_LIMIT=4] -->
+ <!--
+ Announced when all characters are removed from Formula, e.g. after clear. [CHAR_LIMIT=NONE]
+ -->
+ <!-- Delete button to remove last entered token. [CHAR_LIMIT=4] -->
+ <!-- Toggle button to show/hide inverse functions. [CHAR_LIMIT=4] -->
+ <!-- Content description for 'e' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'π' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '.' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '(' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for ')' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'cos' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'ln' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'log' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'sin' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'tan' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'arccos' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'arcsin' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'arctan' button. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for 10^ button. This button is used to raise 10 to the subsequently
+ entered power. E.g. <10^>3 would yield 1000.
+ [CHAR_LIMIT=NONE]
+ -->
+ <!-- Content description for e^ (exponential function) button. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for ^2 button. This button is used to square the previously entered
+ number. E.g. 3<^2> would yield 9.
+ [CHAR_LIMIT=NONE]
+ -->
+ <!-- Content description for '+' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '÷' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '!' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '×' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '%' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '^' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '√' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '-' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for degree mode. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for radian mode. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for switch to degree button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for switch to radian button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '=' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for "clr" button. Deletes entire formula. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for "del" button. Deletes single character. Should differ
+ from desc_clr. [CHAR_LIMIT=NONE]
+ -->
+ <!-- Content description for "inv" button to show inverse functions. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for "inv" button to hide inverse functions. [CHAR_LIMIT=NONE] -->
+ <!-- Error displayed when expression evaluates to an undefined result. [CHAR_LIMIT=20] -->
+ <!-- Error displayed when expression contains a syntax error. [CHAR_LIMIT=20] -->
+ <!-- Error displayed when evaluation is manually aborted. [CHAR_LIMIT=20] -->
+ <!-- Error displayed when excessive precision is required. [CHAR_LIMIT=20] -->
+ <!--
+ Error displayed when division by zero is detected.
+
+ If the translation does not fit within the given limit, then a shortened version must
+ be used, e.g. "Division by 0". Exceeding the limit will result in a truncated string.
+
+ [CHAR_LIMIT=20]
+ -->
+ <!-- Toast shown when text is copied to the clipboard. [CHAR_LIMIT=40] -->
+ <!-- Dialog message when a computation is cancelled by the user. [CHAR_LIMIT=NONE] -->
+ <!-- Dialog message when a computation times out. [CHAR_LIMIT=NONE] -->
+ <!--
+ Button label to allow future computations with a longer timeout.
+
+ When evaluating a result takes too long, we show a "timed out" dialog. This button allows
+ the user to increase the maximum amount of time we attempt to evaluate the expression before
+ "timing out".
+
+ [CHAR_LIMIT=40]
+ -->
+ <!-- Button label to dismiss informative text message. [CHAR_LIMIT=40] -->
+ <!-- Appended indicator (for "leading" display) that result is exact. [CHAR_LIMIT=NONE] -->
+ <!-- Indicator (for "leading" display) that result is inexact. [CHAR_LIMIT=NONE] -->
+ <!-- Menu option to display result including leading digits. [CHAR_LIMIT=40] -->
+ <!-- Menu option to display result as fraction. [CHAR_LIMIT=40] -->
+ <!-- Menu option to view the app's open source licenses. [CHAR_LIMIT=40] -->
+</resources>
diff --git a/res/values-en-rPT/strings.xml b/res/values-en-rPT/strings.xml
new file mode 100644
index 0000000..441717a
--- /dev/null
+++ b/res/values-en-rPT/strings.xml
@@ -0,0 +1,149 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2015 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+<resources>
+ <!-- Name of the application. [CHAR_LIMIT=NONE] -->
+ <!-- Constant for Euler's number (i.e. "2.7182…"). [CHAR_LIMIT=1] -->
+ <!-- Constant for pi (i.e. "3.1415…"). [CHAR_LIMIT=1] -->
+ <!-- Left parenthesis (e.g. "log(", "2 × (3 - 1)". [CHAR_LIMIT=1] -->
+ <!-- Right parenthesis (e.g. "log(2)", "(3 - 1) × 2". [CHAR_LIMIT=1] -->
+ <!--
+ Decimal separator (e.g. "1.23" or "1,23").
+
+ This should be whatever character is appropriate for use as a decimal sign for a given locale
+ when used with Arabic numerals (i.e. 0, 1, 2, 3, ...)
+
+ [CHAR_LIMIT=1]
+ -->
+ <!-- Decimal representation of zero (e.g. "0", "10", "1.0", "1e0"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of one (e.g. "1", "11", "1.1", "1e1"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of two (e.g. "2", "22", "2.2", "2e2"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of three (e.g. "3", "33", "3.3", "3e3"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of four (e.g. "4", "44", "4.4", "4e4"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of five (e.g. "5", "55", "5.5", "5e5"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of six (e.g. "6", "66", "6.6", "6e6"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of seven (e.g. "7", "77", "7.7", "7e7"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of eight (e.g. "8", "88", "8.8", "8e8"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of eight (e.g. "9", "99", "9.9", "9e9"). [CHAR_LIMIT=1] -->
+ <!-- Addition operator (e.g. "1 + 2"). [CHAR_LIMIT=1] -->
+ <!-- Divide operator (e.g. "1 ÷ 2"). [CHAR_LIMIT=1] -->
+ <!-- Factorial operator (e.g. "2!"). [CHAR_LIMIT=1] -->
+ <!-- Multiply operator (e.g. "1 × 2"). [CHAR_LIMIT=1] -->
+ <!-- Percent operator (e.g. "25%"). [CHAR_LIMIT=1] -->
+ <!-- Power operator (e.g. "1 ^ 2"). [CHAR_LIMIT=1] -->
+ <!-- Square root operator (e.g. "√1"). [CHAR_LIMIT=1] -->
+ <!-- Subtraction operator (e.g. "1 - 2"). [CHAR_LIMIT=1] -->
+ <!-- Abbrev. name of cosine function (e.g. "cos(π)"). [CHAR_LIMIT=4] -->
+ <!-- Natural logarithm function (e.g. "ln(2)"). [CHAR_LIMIT=4] -->
+ <!-- Logarithm function (e.g. "log(10)"). [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of sine function (e.g. "sin(π)"). [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of tangent function (e.g. "tan(π)"). [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of cosine function (e.g. "arccos(π)"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of sine function (e.g. "arcsin(π)"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of tangent function (e.g. "arctan(π)"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of base 10 exponential function (e.g. "10^6"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of exponential function (e.g. "e^6"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of suffix square function on key (e.g. "17^2"). [CHAR_LIMIT=5] -->
+ <!--
+ Abbrev. name of suffix square function in formula.
+ "^2" does not work, since it blends into a later constant.
+ -->
+ <!-- Abbrev. name of exponential function in formula. -->
+ <!-- Abbrev. name of degree mode [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of radian mode. [CHAR_LIMIT=4] -->
+ <!-- Equals button (e.g. "1 + 2 = ?"). [CHAR_LIMIT=1] -->
+ <!-- Clear button to clear the currently entered expression. [CHAR_LIMIT=4] -->
+ <!--
+ Announced when all characters are removed from Formula, e.g. after clear. [CHAR_LIMIT=NONE]
+ -->
+ <!-- Delete button to remove last entered token. [CHAR_LIMIT=4] -->
+ <!-- Toggle button to show/hide inverse functions. [CHAR_LIMIT=4] -->
+ <!-- Content description for 'e' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'π' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '.' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '(' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for ')' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'cos' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'ln' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'log' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'sin' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'tan' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'arccos' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'arcsin' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'arctan' button. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for 10^ button. This button is used to raise 10 to the subsequently
+ entered power. E.g. <10^>3 would yield 1000.
+ [CHAR_LIMIT=NONE]
+ -->
+ <!-- Content description for e^ (exponential function) button. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for ^2 button. This button is used to square the previously entered
+ number. E.g. 3<^2> would yield 9.
+ [CHAR_LIMIT=NONE]
+ -->
+ <!-- Content description for '+' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '÷' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '!' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '×' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '%' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '^' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '√' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '-' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for degree mode. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for radian mode. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for switch to degree button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for switch to radian button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '=' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for "clr" button. Deletes entire formula. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for "del" button. Deletes single character. Should differ
+ from desc_clr. [CHAR_LIMIT=NONE]
+ -->
+ <!-- Content description for "inv" button to show inverse functions. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for "inv" button to hide inverse functions. [CHAR_LIMIT=NONE] -->
+ <!-- Error displayed when expression evaluates to an undefined result. [CHAR_LIMIT=20] -->
+ <!-- Error displayed when expression contains a syntax error. [CHAR_LIMIT=20] -->
+ <!-- Error displayed when evaluation is manually aborted. [CHAR_LIMIT=20] -->
+ <!-- Error displayed when excessive precision is required. [CHAR_LIMIT=20] -->
+ <!--
+ Error displayed when division by zero is detected.
+
+ If the translation does not fit within the given limit, then a shortened version must
+ be used, e.g. "Division by 0". Exceeding the limit will result in a truncated string.
+
+ [CHAR_LIMIT=20]
+ -->
+ <!-- Toast shown when text is copied to the clipboard. [CHAR_LIMIT=40] -->
+ <!-- Dialog message when a computation is cancelled by the user. [CHAR_LIMIT=NONE] -->
+ <!-- Dialog message when a computation times out. [CHAR_LIMIT=NONE] -->
+ <!--
+ Button label to allow future computations with a longer timeout.
+
+ When evaluating a result takes too long, we show a "timed out" dialog. This button allows
+ the user to increase the maximum amount of time we attempt to evaluate the expression before
+ "timing out".
+
+ [CHAR_LIMIT=40]
+ -->
+ <!-- Button label to dismiss informative text message. [CHAR_LIMIT=40] -->
+ <!-- Appended indicator (for "leading" display) that result is exact. [CHAR_LIMIT=NONE] -->
+ <!-- Indicator (for "leading" display) that result is inexact. [CHAR_LIMIT=NONE] -->
+ <!-- Menu option to display result including leading digits. [CHAR_LIMIT=40] -->
+ <!-- Menu option to display result as fraction. [CHAR_LIMIT=40] -->
+ <!-- Menu option to view the app's open source licenses. [CHAR_LIMIT=40] -->
+</resources>
diff --git a/res/values-eo/strings.xml b/res/values-eo/strings.xml
new file mode 100644
index 0000000..a6ad0ec
--- /dev/null
+++ b/res/values-eo/strings.xml
@@ -0,0 +1,155 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2015 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+<resources>
+ <!-- Name of the application. [CHAR_LIMIT=NONE] -->
+ <string name="app_name">Kalkulilo</string>
+ <!-- Constant for Euler's number (i.e. "2.7182…"). [CHAR_LIMIT=1] -->
+ <!-- Constant for pi (i.e. "3.1415…"). [CHAR_LIMIT=1] -->
+ <!-- Left parenthesis (e.g. "log(", "2 × (3 - 1)". [CHAR_LIMIT=1] -->
+ <!-- Right parenthesis (e.g. "log(2)", "(3 - 1) × 2". [CHAR_LIMIT=1] -->
+ <!--
+ Decimal separator (e.g. "1.23" or "1,23").
+
+ This should be whatever character is appropriate for use as a decimal sign for a given locale
+ when used with Arabic numerals (i.e. 0, 1, 2, 3, ...)
+
+ [CHAR_LIMIT=1]
+ -->
+ <string name="dec_point">,</string>
+ <!-- Decimal representation of zero (e.g. "0", "10", "1.0", "1e0"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of one (e.g. "1", "11", "1.1", "1e1"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of two (e.g. "2", "22", "2.2", "2e2"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of three (e.g. "3", "33", "3.3", "3e3"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of four (e.g. "4", "44", "4.4", "4e4"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of five (e.g. "5", "55", "5.5", "5e5"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of six (e.g. "6", "66", "6.6", "6e6"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of seven (e.g. "7", "77", "7.7", "7e7"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of eight (e.g. "8", "88", "8.8", "8e8"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of eight (e.g. "9", "99", "9.9", "9e9"). [CHAR_LIMIT=1] -->
+ <!-- Addition operator (e.g. "1 + 2"). [CHAR_LIMIT=1] -->
+ <!-- Divide operator (e.g. "1 ÷ 2"). [CHAR_LIMIT=1] -->
+ <!-- Factorial operator (e.g. "2!"). [CHAR_LIMIT=1] -->
+ <!-- Multiply operator (e.g. "1 × 2"). [CHAR_LIMIT=1] -->
+ <!-- Percent operator (e.g. "25%"). [CHAR_LIMIT=1] -->
+ <!-- Power operator (e.g. "1 ^ 2"). [CHAR_LIMIT=1] -->
+ <!-- Square root operator (e.g. "√1"). [CHAR_LIMIT=1] -->
+ <!-- Subtraction operator (e.g. "1 - 2"). [CHAR_LIMIT=1] -->
+ <!-- Abbrev. name of cosine function (e.g. "cos(π)"). [CHAR_LIMIT=4] -->
+ <!-- Natural logarithm function (e.g. "ln(2)"). [CHAR_LIMIT=4] -->
+ <!-- Logarithm function (e.g. "log(10)"). [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of sine function (e.g. "sin(π)"). [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of tangent function (e.g. "tan(π)"). [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of cosine function (e.g. "arccos(π)"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of sine function (e.g. "arcsin(π)"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of tangent function (e.g. "arctan(π)"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of base 10 exponential function (e.g. "10^6"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of exponential function (e.g. "e^6"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of suffix square function on key (e.g. "17^2"). [CHAR_LIMIT=5] -->
+ <!--
+ Abbrev. name of suffix square function in formula.
+ "^2" does not work, since it blends into a later constant.
+ -->
+ <!-- Abbrev. name of exponential function in formula. -->
+ <!-- Abbrev. name of degree mode [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of radian mode. [CHAR_LIMIT=4] -->
+ <!-- Equals button (e.g. "1 + 2 = ?"). [CHAR_LIMIT=1] -->
+ <!-- Clear button to clear the currently entered expression. [CHAR_LIMIT=4] -->
+ <!--
+ Announced when all characters are removed from Formula, e.g. after clear. [CHAR_LIMIT=NONE]
+ -->
+ <!-- Delete button to remove last entered token. [CHAR_LIMIT=4] -->
+ <!-- Toggle button to show/hide inverse functions. [CHAR_LIMIT=4] -->
+ <!-- Content description for 'e' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'π' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '.' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '(' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for ')' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'cos' button. [CHAR_LIMIT=NONE] -->
+ <string name="desc_fun_cos">kosinuso</string>
+ <!-- Content description for 'ln' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'log' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'sin' button. [CHAR_LIMIT=NONE] -->
+ <string name="desc_fun_sin">sinuso</string>
+ <!-- Content description for 'tan' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'arccos' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'arcsin' button. [CHAR_LIMIT=NONE] -->
+ <string name="desc_fun_arcsin">inversa sinuso</string>
+ <!-- Content description for 'arctan' button. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for 10^ button. This button is used to raise 10 to the subsequently
+ entered power. E.g. <10^>3 would yield 1000.
+ [CHAR_LIMIT=NONE]
+ -->
+ <!-- Content description for e^ (exponential function) button. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for ^2 button. This button is used to square the previously entered
+ number. E.g. 3<^2> would yield 9.
+ [CHAR_LIMIT=NONE]
+ -->
+ <!-- Content description for '+' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '÷' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '!' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '×' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '%' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '^' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '√' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '-' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for degree mode. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for radian mode. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for switch to degree button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for switch to radian button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '=' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for "clr" button. Deletes entire formula. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for "del" button. Deletes single character. Should differ
+ from desc_clr. [CHAR_LIMIT=NONE]
+ -->
+ <string name="desc_del">forigi</string>
+ <!-- Content description for "inv" button to show inverse functions. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for "inv" button to hide inverse functions. [CHAR_LIMIT=NONE] -->
+ <!-- Error displayed when expression evaluates to an undefined result. [CHAR_LIMIT=20] -->
+ <!-- Error displayed when expression contains a syntax error. [CHAR_LIMIT=20] -->
+ <!-- Error displayed when evaluation is manually aborted. [CHAR_LIMIT=20] -->
+ <!-- Error displayed when excessive precision is required. [CHAR_LIMIT=20] -->
+ <!--
+ Error displayed when division by zero is detected.
+
+ If the translation does not fit within the given limit, then a shortened version must
+ be used, e.g. "Division by 0". Exceeding the limit will result in a truncated string.
+
+ [CHAR_LIMIT=20]
+ -->
+ <!-- Toast shown when text is copied to the clipboard. [CHAR_LIMIT=40] -->
+ <!-- Dialog message when a computation is cancelled by the user. [CHAR_LIMIT=NONE] -->
+ <!-- Dialog message when a computation times out. [CHAR_LIMIT=NONE] -->
+ <!--
+ Button label to allow future computations with a longer timeout.
+
+ When evaluating a result takes too long, we show a "timed out" dialog. This button allows
+ the user to increase the maximum amount of time we attempt to evaluate the expression before
+ "timing out".
+
+ [CHAR_LIMIT=40]
+ -->
+ <!-- Button label to dismiss informative text message. [CHAR_LIMIT=40] -->
+ <!-- Appended indicator (for "leading" display) that result is exact. [CHAR_LIMIT=NONE] -->
+ <!-- Indicator (for "leading" display) that result is inexact. [CHAR_LIMIT=NONE] -->
+ <!-- Menu option to display result including leading digits. [CHAR_LIMIT=40] -->
+ <!-- Menu option to display result as fraction. [CHAR_LIMIT=40] -->
+ <!-- Menu option to view the app's open source licenses. [CHAR_LIMIT=40] -->
+</resources>
diff --git a/res/values-es-rCO/strings.xml b/res/values-es-rCO/strings.xml
new file mode 100644
index 0000000..441717a
--- /dev/null
+++ b/res/values-es-rCO/strings.xml
@@ -0,0 +1,149 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2015 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+<resources>
+ <!-- Name of the application. [CHAR_LIMIT=NONE] -->
+ <!-- Constant for Euler's number (i.e. "2.7182…"). [CHAR_LIMIT=1] -->
+ <!-- Constant for pi (i.e. "3.1415…"). [CHAR_LIMIT=1] -->
+ <!-- Left parenthesis (e.g. "log(", "2 × (3 - 1)". [CHAR_LIMIT=1] -->
+ <!-- Right parenthesis (e.g. "log(2)", "(3 - 1) × 2". [CHAR_LIMIT=1] -->
+ <!--
+ Decimal separator (e.g. "1.23" or "1,23").
+
+ This should be whatever character is appropriate for use as a decimal sign for a given locale
+ when used with Arabic numerals (i.e. 0, 1, 2, 3, ...)
+
+ [CHAR_LIMIT=1]
+ -->
+ <!-- Decimal representation of zero (e.g. "0", "10", "1.0", "1e0"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of one (e.g. "1", "11", "1.1", "1e1"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of two (e.g. "2", "22", "2.2", "2e2"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of three (e.g. "3", "33", "3.3", "3e3"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of four (e.g. "4", "44", "4.4", "4e4"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of five (e.g. "5", "55", "5.5", "5e5"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of six (e.g. "6", "66", "6.6", "6e6"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of seven (e.g. "7", "77", "7.7", "7e7"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of eight (e.g. "8", "88", "8.8", "8e8"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of eight (e.g. "9", "99", "9.9", "9e9"). [CHAR_LIMIT=1] -->
+ <!-- Addition operator (e.g. "1 + 2"). [CHAR_LIMIT=1] -->
+ <!-- Divide operator (e.g. "1 ÷ 2"). [CHAR_LIMIT=1] -->
+ <!-- Factorial operator (e.g. "2!"). [CHAR_LIMIT=1] -->
+ <!-- Multiply operator (e.g. "1 × 2"). [CHAR_LIMIT=1] -->
+ <!-- Percent operator (e.g. "25%"). [CHAR_LIMIT=1] -->
+ <!-- Power operator (e.g. "1 ^ 2"). [CHAR_LIMIT=1] -->
+ <!-- Square root operator (e.g. "√1"). [CHAR_LIMIT=1] -->
+ <!-- Subtraction operator (e.g. "1 - 2"). [CHAR_LIMIT=1] -->
+ <!-- Abbrev. name of cosine function (e.g. "cos(π)"). [CHAR_LIMIT=4] -->
+ <!-- Natural logarithm function (e.g. "ln(2)"). [CHAR_LIMIT=4] -->
+ <!-- Logarithm function (e.g. "log(10)"). [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of sine function (e.g. "sin(π)"). [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of tangent function (e.g. "tan(π)"). [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of cosine function (e.g. "arccos(π)"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of sine function (e.g. "arcsin(π)"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of tangent function (e.g. "arctan(π)"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of base 10 exponential function (e.g. "10^6"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of exponential function (e.g. "e^6"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of suffix square function on key (e.g. "17^2"). [CHAR_LIMIT=5] -->
+ <!--
+ Abbrev. name of suffix square function in formula.
+ "^2" does not work, since it blends into a later constant.
+ -->
+ <!-- Abbrev. name of exponential function in formula. -->
+ <!-- Abbrev. name of degree mode [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of radian mode. [CHAR_LIMIT=4] -->
+ <!-- Equals button (e.g. "1 + 2 = ?"). [CHAR_LIMIT=1] -->
+ <!-- Clear button to clear the currently entered expression. [CHAR_LIMIT=4] -->
+ <!--
+ Announced when all characters are removed from Formula, e.g. after clear. [CHAR_LIMIT=NONE]
+ -->
+ <!-- Delete button to remove last entered token. [CHAR_LIMIT=4] -->
+ <!-- Toggle button to show/hide inverse functions. [CHAR_LIMIT=4] -->
+ <!-- Content description for 'e' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'π' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '.' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '(' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for ')' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'cos' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'ln' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'log' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'sin' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'tan' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'arccos' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'arcsin' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'arctan' button. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for 10^ button. This button is used to raise 10 to the subsequently
+ entered power. E.g. <10^>3 would yield 1000.
+ [CHAR_LIMIT=NONE]
+ -->
+ <!-- Content description for e^ (exponential function) button. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for ^2 button. This button is used to square the previously entered
+ number. E.g. 3<^2> would yield 9.
+ [CHAR_LIMIT=NONE]
+ -->
+ <!-- Content description for '+' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '÷' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '!' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '×' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '%' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '^' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '√' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '-' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for degree mode. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for radian mode. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for switch to degree button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for switch to radian button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '=' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for "clr" button. Deletes entire formula. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for "del" button. Deletes single character. Should differ
+ from desc_clr. [CHAR_LIMIT=NONE]
+ -->
+ <!-- Content description for "inv" button to show inverse functions. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for "inv" button to hide inverse functions. [CHAR_LIMIT=NONE] -->
+ <!-- Error displayed when expression evaluates to an undefined result. [CHAR_LIMIT=20] -->
+ <!-- Error displayed when expression contains a syntax error. [CHAR_LIMIT=20] -->
+ <!-- Error displayed when evaluation is manually aborted. [CHAR_LIMIT=20] -->
+ <!-- Error displayed when excessive precision is required. [CHAR_LIMIT=20] -->
+ <!--
+ Error displayed when division by zero is detected.
+
+ If the translation does not fit within the given limit, then a shortened version must
+ be used, e.g. "Division by 0". Exceeding the limit will result in a truncated string.
+
+ [CHAR_LIMIT=20]
+ -->
+ <!-- Toast shown when text is copied to the clipboard. [CHAR_LIMIT=40] -->
+ <!-- Dialog message when a computation is cancelled by the user. [CHAR_LIMIT=NONE] -->
+ <!-- Dialog message when a computation times out. [CHAR_LIMIT=NONE] -->
+ <!--
+ Button label to allow future computations with a longer timeout.
+
+ When evaluating a result takes too long, we show a "timed out" dialog. This button allows
+ the user to increase the maximum amount of time we attempt to evaluate the expression before
+ "timing out".
+
+ [CHAR_LIMIT=40]
+ -->
+ <!-- Button label to dismiss informative text message. [CHAR_LIMIT=40] -->
+ <!-- Appended indicator (for "leading" display) that result is exact. [CHAR_LIMIT=NONE] -->
+ <!-- Indicator (for "leading" display) that result is inexact. [CHAR_LIMIT=NONE] -->
+ <!-- Menu option to display result including leading digits. [CHAR_LIMIT=40] -->
+ <!-- Menu option to display result as fraction. [CHAR_LIMIT=40] -->
+ <!-- Menu option to view the app's open source licenses. [CHAR_LIMIT=40] -->
+</resources>
diff --git a/res/values-es-rMX/strings.xml b/res/values-es-rMX/strings.xml
new file mode 100644
index 0000000..441717a
--- /dev/null
+++ b/res/values-es-rMX/strings.xml
@@ -0,0 +1,149 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2015 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+<resources>
+ <!-- Name of the application. [CHAR_LIMIT=NONE] -->
+ <!-- Constant for Euler's number (i.e. "2.7182…"). [CHAR_LIMIT=1] -->
+ <!-- Constant for pi (i.e. "3.1415…"). [CHAR_LIMIT=1] -->
+ <!-- Left parenthesis (e.g. "log(", "2 × (3 - 1)". [CHAR_LIMIT=1] -->
+ <!-- Right parenthesis (e.g. "log(2)", "(3 - 1) × 2". [CHAR_LIMIT=1] -->
+ <!--
+ Decimal separator (e.g. "1.23" or "1,23").
+
+ This should be whatever character is appropriate for use as a decimal sign for a given locale
+ when used with Arabic numerals (i.e. 0, 1, 2, 3, ...)
+
+ [CHAR_LIMIT=1]
+ -->
+ <!-- Decimal representation of zero (e.g. "0", "10", "1.0", "1e0"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of one (e.g. "1", "11", "1.1", "1e1"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of two (e.g. "2", "22", "2.2", "2e2"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of three (e.g. "3", "33", "3.3", "3e3"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of four (e.g. "4", "44", "4.4", "4e4"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of five (e.g. "5", "55", "5.5", "5e5"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of six (e.g. "6", "66", "6.6", "6e6"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of seven (e.g. "7", "77", "7.7", "7e7"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of eight (e.g. "8", "88", "8.8", "8e8"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of eight (e.g. "9", "99", "9.9", "9e9"). [CHAR_LIMIT=1] -->
+ <!-- Addition operator (e.g. "1 + 2"). [CHAR_LIMIT=1] -->
+ <!-- Divide operator (e.g. "1 ÷ 2"). [CHAR_LIMIT=1] -->
+ <!-- Factorial operator (e.g. "2!"). [CHAR_LIMIT=1] -->
+ <!-- Multiply operator (e.g. "1 × 2"). [CHAR_LIMIT=1] -->
+ <!-- Percent operator (e.g. "25%"). [CHAR_LIMIT=1] -->
+ <!-- Power operator (e.g. "1 ^ 2"). [CHAR_LIMIT=1] -->
+ <!-- Square root operator (e.g. "√1"). [CHAR_LIMIT=1] -->
+ <!-- Subtraction operator (e.g. "1 - 2"). [CHAR_LIMIT=1] -->
+ <!-- Abbrev. name of cosine function (e.g. "cos(π)"). [CHAR_LIMIT=4] -->
+ <!-- Natural logarithm function (e.g. "ln(2)"). [CHAR_LIMIT=4] -->
+ <!-- Logarithm function (e.g. "log(10)"). [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of sine function (e.g. "sin(π)"). [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of tangent function (e.g. "tan(π)"). [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of cosine function (e.g. "arccos(π)"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of sine function (e.g. "arcsin(π)"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of tangent function (e.g. "arctan(π)"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of base 10 exponential function (e.g. "10^6"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of exponential function (e.g. "e^6"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of suffix square function on key (e.g. "17^2"). [CHAR_LIMIT=5] -->
+ <!--
+ Abbrev. name of suffix square function in formula.
+ "^2" does not work, since it blends into a later constant.
+ -->
+ <!-- Abbrev. name of exponential function in formula. -->
+ <!-- Abbrev. name of degree mode [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of radian mode. [CHAR_LIMIT=4] -->
+ <!-- Equals button (e.g. "1 + 2 = ?"). [CHAR_LIMIT=1] -->
+ <!-- Clear button to clear the currently entered expression. [CHAR_LIMIT=4] -->
+ <!--
+ Announced when all characters are removed from Formula, e.g. after clear. [CHAR_LIMIT=NONE]
+ -->
+ <!-- Delete button to remove last entered token. [CHAR_LIMIT=4] -->
+ <!-- Toggle button to show/hide inverse functions. [CHAR_LIMIT=4] -->
+ <!-- Content description for 'e' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'π' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '.' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '(' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for ')' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'cos' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'ln' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'log' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'sin' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'tan' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'arccos' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'arcsin' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'arctan' button. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for 10^ button. This button is used to raise 10 to the subsequently
+ entered power. E.g. <10^>3 would yield 1000.
+ [CHAR_LIMIT=NONE]
+ -->
+ <!-- Content description for e^ (exponential function) button. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for ^2 button. This button is used to square the previously entered
+ number. E.g. 3<^2> would yield 9.
+ [CHAR_LIMIT=NONE]
+ -->
+ <!-- Content description for '+' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '÷' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '!' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '×' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '%' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '^' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '√' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '-' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for degree mode. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for radian mode. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for switch to degree button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for switch to radian button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '=' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for "clr" button. Deletes entire formula. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for "del" button. Deletes single character. Should differ
+ from desc_clr. [CHAR_LIMIT=NONE]
+ -->
+ <!-- Content description for "inv" button to show inverse functions. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for "inv" button to hide inverse functions. [CHAR_LIMIT=NONE] -->
+ <!-- Error displayed when expression evaluates to an undefined result. [CHAR_LIMIT=20] -->
+ <!-- Error displayed when expression contains a syntax error. [CHAR_LIMIT=20] -->
+ <!-- Error displayed when evaluation is manually aborted. [CHAR_LIMIT=20] -->
+ <!-- Error displayed when excessive precision is required. [CHAR_LIMIT=20] -->
+ <!--
+ Error displayed when division by zero is detected.
+
+ If the translation does not fit within the given limit, then a shortened version must
+ be used, e.g. "Division by 0". Exceeding the limit will result in a truncated string.
+
+ [CHAR_LIMIT=20]
+ -->
+ <!-- Toast shown when text is copied to the clipboard. [CHAR_LIMIT=40] -->
+ <!-- Dialog message when a computation is cancelled by the user. [CHAR_LIMIT=NONE] -->
+ <!-- Dialog message when a computation times out. [CHAR_LIMIT=NONE] -->
+ <!--
+ Button label to allow future computations with a longer timeout.
+
+ When evaluating a result takes too long, we show a "timed out" dialog. This button allows
+ the user to increase the maximum amount of time we attempt to evaluate the expression before
+ "timing out".
+
+ [CHAR_LIMIT=40]
+ -->
+ <!-- Button label to dismiss informative text message. [CHAR_LIMIT=40] -->
+ <!-- Appended indicator (for "leading" display) that result is exact. [CHAR_LIMIT=NONE] -->
+ <!-- Indicator (for "leading" display) that result is inexact. [CHAR_LIMIT=NONE] -->
+ <!-- Menu option to display result including leading digits. [CHAR_LIMIT=40] -->
+ <!-- Menu option to display result as fraction. [CHAR_LIMIT=40] -->
+ <!-- Menu option to view the app's open source licenses. [CHAR_LIMIT=40] -->
+</resources>
diff --git a/res/values-frp-rIT/strings.xml b/res/values-frp-rIT/strings.xml
new file mode 100644
index 0000000..441717a
--- /dev/null
+++ b/res/values-frp-rIT/strings.xml
@@ -0,0 +1,149 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2015 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+<resources>
+ <!-- Name of the application. [CHAR_LIMIT=NONE] -->
+ <!-- Constant for Euler's number (i.e. "2.7182…"). [CHAR_LIMIT=1] -->
+ <!-- Constant for pi (i.e. "3.1415…"). [CHAR_LIMIT=1] -->
+ <!-- Left parenthesis (e.g. "log(", "2 × (3 - 1)". [CHAR_LIMIT=1] -->
+ <!-- Right parenthesis (e.g. "log(2)", "(3 - 1) × 2". [CHAR_LIMIT=1] -->
+ <!--
+ Decimal separator (e.g. "1.23" or "1,23").
+
+ This should be whatever character is appropriate for use as a decimal sign for a given locale
+ when used with Arabic numerals (i.e. 0, 1, 2, 3, ...)
+
+ [CHAR_LIMIT=1]
+ -->
+ <!-- Decimal representation of zero (e.g. "0", "10", "1.0", "1e0"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of one (e.g. "1", "11", "1.1", "1e1"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of two (e.g. "2", "22", "2.2", "2e2"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of three (e.g. "3", "33", "3.3", "3e3"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of four (e.g. "4", "44", "4.4", "4e4"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of five (e.g. "5", "55", "5.5", "5e5"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of six (e.g. "6", "66", "6.6", "6e6"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of seven (e.g. "7", "77", "7.7", "7e7"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of eight (e.g. "8", "88", "8.8", "8e8"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of eight (e.g. "9", "99", "9.9", "9e9"). [CHAR_LIMIT=1] -->
+ <!-- Addition operator (e.g. "1 + 2"). [CHAR_LIMIT=1] -->
+ <!-- Divide operator (e.g. "1 ÷ 2"). [CHAR_LIMIT=1] -->
+ <!-- Factorial operator (e.g. "2!"). [CHAR_LIMIT=1] -->
+ <!-- Multiply operator (e.g. "1 × 2"). [CHAR_LIMIT=1] -->
+ <!-- Percent operator (e.g. "25%"). [CHAR_LIMIT=1] -->
+ <!-- Power operator (e.g. "1 ^ 2"). [CHAR_LIMIT=1] -->
+ <!-- Square root operator (e.g. "√1"). [CHAR_LIMIT=1] -->
+ <!-- Subtraction operator (e.g. "1 - 2"). [CHAR_LIMIT=1] -->
+ <!-- Abbrev. name of cosine function (e.g. "cos(π)"). [CHAR_LIMIT=4] -->
+ <!-- Natural logarithm function (e.g. "ln(2)"). [CHAR_LIMIT=4] -->
+ <!-- Logarithm function (e.g. "log(10)"). [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of sine function (e.g. "sin(π)"). [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of tangent function (e.g. "tan(π)"). [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of cosine function (e.g. "arccos(π)"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of sine function (e.g. "arcsin(π)"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of tangent function (e.g. "arctan(π)"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of base 10 exponential function (e.g. "10^6"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of exponential function (e.g. "e^6"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of suffix square function on key (e.g. "17^2"). [CHAR_LIMIT=5] -->
+ <!--
+ Abbrev. name of suffix square function in formula.
+ "^2" does not work, since it blends into a later constant.
+ -->
+ <!-- Abbrev. name of exponential function in formula. -->
+ <!-- Abbrev. name of degree mode [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of radian mode. [CHAR_LIMIT=4] -->
+ <!-- Equals button (e.g. "1 + 2 = ?"). [CHAR_LIMIT=1] -->
+ <!-- Clear button to clear the currently entered expression. [CHAR_LIMIT=4] -->
+ <!--
+ Announced when all characters are removed from Formula, e.g. after clear. [CHAR_LIMIT=NONE]
+ -->
+ <!-- Delete button to remove last entered token. [CHAR_LIMIT=4] -->
+ <!-- Toggle button to show/hide inverse functions. [CHAR_LIMIT=4] -->
+ <!-- Content description for 'e' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'π' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '.' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '(' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for ')' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'cos' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'ln' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'log' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'sin' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'tan' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'arccos' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'arcsin' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'arctan' button. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for 10^ button. This button is used to raise 10 to the subsequently
+ entered power. E.g. <10^>3 would yield 1000.
+ [CHAR_LIMIT=NONE]
+ -->
+ <!-- Content description for e^ (exponential function) button. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for ^2 button. This button is used to square the previously entered
+ number. E.g. 3<^2> would yield 9.
+ [CHAR_LIMIT=NONE]
+ -->
+ <!-- Content description for '+' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '÷' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '!' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '×' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '%' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '^' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '√' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '-' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for degree mode. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for radian mode. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for switch to degree button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for switch to radian button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '=' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for "clr" button. Deletes entire formula. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for "del" button. Deletes single character. Should differ
+ from desc_clr. [CHAR_LIMIT=NONE]
+ -->
+ <!-- Content description for "inv" button to show inverse functions. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for "inv" button to hide inverse functions. [CHAR_LIMIT=NONE] -->
+ <!-- Error displayed when expression evaluates to an undefined result. [CHAR_LIMIT=20] -->
+ <!-- Error displayed when expression contains a syntax error. [CHAR_LIMIT=20] -->
+ <!-- Error displayed when evaluation is manually aborted. [CHAR_LIMIT=20] -->
+ <!-- Error displayed when excessive precision is required. [CHAR_LIMIT=20] -->
+ <!--
+ Error displayed when division by zero is detected.
+
+ If the translation does not fit within the given limit, then a shortened version must
+ be used, e.g. "Division by 0". Exceeding the limit will result in a truncated string.
+
+ [CHAR_LIMIT=20]
+ -->
+ <!-- Toast shown when text is copied to the clipboard. [CHAR_LIMIT=40] -->
+ <!-- Dialog message when a computation is cancelled by the user. [CHAR_LIMIT=NONE] -->
+ <!-- Dialog message when a computation times out. [CHAR_LIMIT=NONE] -->
+ <!--
+ Button label to allow future computations with a longer timeout.
+
+ When evaluating a result takes too long, we show a "timed out" dialog. This button allows
+ the user to increase the maximum amount of time we attempt to evaluate the expression before
+ "timing out".
+
+ [CHAR_LIMIT=40]
+ -->
+ <!-- Button label to dismiss informative text message. [CHAR_LIMIT=40] -->
+ <!-- Appended indicator (for "leading" display) that result is exact. [CHAR_LIMIT=NONE] -->
+ <!-- Indicator (for "leading" display) that result is inexact. [CHAR_LIMIT=NONE] -->
+ <!-- Menu option to display result including leading digits. [CHAR_LIMIT=40] -->
+ <!-- Menu option to display result as fraction. [CHAR_LIMIT=40] -->
+ <!-- Menu option to view the app's open source licenses. [CHAR_LIMIT=40] -->
+</resources>
diff --git a/res/values-fy-rNL/strings.xml b/res/values-fy-rNL/strings.xml
new file mode 100644
index 0000000..441717a
--- /dev/null
+++ b/res/values-fy-rNL/strings.xml
@@ -0,0 +1,149 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2015 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+<resources>
+ <!-- Name of the application. [CHAR_LIMIT=NONE] -->
+ <!-- Constant for Euler's number (i.e. "2.7182…"). [CHAR_LIMIT=1] -->
+ <!-- Constant for pi (i.e. "3.1415…"). [CHAR_LIMIT=1] -->
+ <!-- Left parenthesis (e.g. "log(", "2 × (3 - 1)". [CHAR_LIMIT=1] -->
+ <!-- Right parenthesis (e.g. "log(2)", "(3 - 1) × 2". [CHAR_LIMIT=1] -->
+ <!--
+ Decimal separator (e.g. "1.23" or "1,23").
+
+ This should be whatever character is appropriate for use as a decimal sign for a given locale
+ when used with Arabic numerals (i.e. 0, 1, 2, 3, ...)
+
+ [CHAR_LIMIT=1]
+ -->
+ <!-- Decimal representation of zero (e.g. "0", "10", "1.0", "1e0"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of one (e.g. "1", "11", "1.1", "1e1"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of two (e.g. "2", "22", "2.2", "2e2"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of three (e.g. "3", "33", "3.3", "3e3"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of four (e.g. "4", "44", "4.4", "4e4"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of five (e.g. "5", "55", "5.5", "5e5"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of six (e.g. "6", "66", "6.6", "6e6"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of seven (e.g. "7", "77", "7.7", "7e7"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of eight (e.g. "8", "88", "8.8", "8e8"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of eight (e.g. "9", "99", "9.9", "9e9"). [CHAR_LIMIT=1] -->
+ <!-- Addition operator (e.g. "1 + 2"). [CHAR_LIMIT=1] -->
+ <!-- Divide operator (e.g. "1 ÷ 2"). [CHAR_LIMIT=1] -->
+ <!-- Factorial operator (e.g. "2!"). [CHAR_LIMIT=1] -->
+ <!-- Multiply operator (e.g. "1 × 2"). [CHAR_LIMIT=1] -->
+ <!-- Percent operator (e.g. "25%"). [CHAR_LIMIT=1] -->
+ <!-- Power operator (e.g. "1 ^ 2"). [CHAR_LIMIT=1] -->
+ <!-- Square root operator (e.g. "√1"). [CHAR_LIMIT=1] -->
+ <!-- Subtraction operator (e.g. "1 - 2"). [CHAR_LIMIT=1] -->
+ <!-- Abbrev. name of cosine function (e.g. "cos(π)"). [CHAR_LIMIT=4] -->
+ <!-- Natural logarithm function (e.g. "ln(2)"). [CHAR_LIMIT=4] -->
+ <!-- Logarithm function (e.g. "log(10)"). [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of sine function (e.g. "sin(π)"). [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of tangent function (e.g. "tan(π)"). [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of cosine function (e.g. "arccos(π)"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of sine function (e.g. "arcsin(π)"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of tangent function (e.g. "arctan(π)"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of base 10 exponential function (e.g. "10^6"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of exponential function (e.g. "e^6"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of suffix square function on key (e.g. "17^2"). [CHAR_LIMIT=5] -->
+ <!--
+ Abbrev. name of suffix square function in formula.
+ "^2" does not work, since it blends into a later constant.
+ -->
+ <!-- Abbrev. name of exponential function in formula. -->
+ <!-- Abbrev. name of degree mode [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of radian mode. [CHAR_LIMIT=4] -->
+ <!-- Equals button (e.g. "1 + 2 = ?"). [CHAR_LIMIT=1] -->
+ <!-- Clear button to clear the currently entered expression. [CHAR_LIMIT=4] -->
+ <!--
+ Announced when all characters are removed from Formula, e.g. after clear. [CHAR_LIMIT=NONE]
+ -->
+ <!-- Delete button to remove last entered token. [CHAR_LIMIT=4] -->
+ <!-- Toggle button to show/hide inverse functions. [CHAR_LIMIT=4] -->
+ <!-- Content description for 'e' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'π' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '.' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '(' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for ')' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'cos' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'ln' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'log' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'sin' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'tan' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'arccos' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'arcsin' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'arctan' button. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for 10^ button. This button is used to raise 10 to the subsequently
+ entered power. E.g. <10^>3 would yield 1000.
+ [CHAR_LIMIT=NONE]
+ -->
+ <!-- Content description for e^ (exponential function) button. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for ^2 button. This button is used to square the previously entered
+ number. E.g. 3<^2> would yield 9.
+ [CHAR_LIMIT=NONE]
+ -->
+ <!-- Content description for '+' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '÷' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '!' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '×' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '%' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '^' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '√' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '-' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for degree mode. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for radian mode. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for switch to degree button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for switch to radian button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '=' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for "clr" button. Deletes entire formula. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for "del" button. Deletes single character. Should differ
+ from desc_clr. [CHAR_LIMIT=NONE]
+ -->
+ <!-- Content description for "inv" button to show inverse functions. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for "inv" button to hide inverse functions. [CHAR_LIMIT=NONE] -->
+ <!-- Error displayed when expression evaluates to an undefined result. [CHAR_LIMIT=20] -->
+ <!-- Error displayed when expression contains a syntax error. [CHAR_LIMIT=20] -->
+ <!-- Error displayed when evaluation is manually aborted. [CHAR_LIMIT=20] -->
+ <!-- Error displayed when excessive precision is required. [CHAR_LIMIT=20] -->
+ <!--
+ Error displayed when division by zero is detected.
+
+ If the translation does not fit within the given limit, then a shortened version must
+ be used, e.g. "Division by 0". Exceeding the limit will result in a truncated string.
+
+ [CHAR_LIMIT=20]
+ -->
+ <!-- Toast shown when text is copied to the clipboard. [CHAR_LIMIT=40] -->
+ <!-- Dialog message when a computation is cancelled by the user. [CHAR_LIMIT=NONE] -->
+ <!-- Dialog message when a computation times out. [CHAR_LIMIT=NONE] -->
+ <!--
+ Button label to allow future computations with a longer timeout.
+
+ When evaluating a result takes too long, we show a "timed out" dialog. This button allows
+ the user to increase the maximum amount of time we attempt to evaluate the expression before
+ "timing out".
+
+ [CHAR_LIMIT=40]
+ -->
+ <!-- Button label to dismiss informative text message. [CHAR_LIMIT=40] -->
+ <!-- Appended indicator (for "leading" display) that result is exact. [CHAR_LIMIT=NONE] -->
+ <!-- Indicator (for "leading" display) that result is inexact. [CHAR_LIMIT=NONE] -->
+ <!-- Menu option to display result including leading digits. [CHAR_LIMIT=40] -->
+ <!-- Menu option to display result as fraction. [CHAR_LIMIT=40] -->
+ <!-- Menu option to view the app's open source licenses. [CHAR_LIMIT=40] -->
+</resources>
diff --git a/res/values-ga-rIE/strings.xml b/res/values-ga-rIE/strings.xml
new file mode 100644
index 0000000..441717a
--- /dev/null
+++ b/res/values-ga-rIE/strings.xml
@@ -0,0 +1,149 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2015 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+<resources>
+ <!-- Name of the application. [CHAR_LIMIT=NONE] -->
+ <!-- Constant for Euler's number (i.e. "2.7182…"). [CHAR_LIMIT=1] -->
+ <!-- Constant for pi (i.e. "3.1415…"). [CHAR_LIMIT=1] -->
+ <!-- Left parenthesis (e.g. "log(", "2 × (3 - 1)". [CHAR_LIMIT=1] -->
+ <!-- Right parenthesis (e.g. "log(2)", "(3 - 1) × 2". [CHAR_LIMIT=1] -->
+ <!--
+ Decimal separator (e.g. "1.23" or "1,23").
+
+ This should be whatever character is appropriate for use as a decimal sign for a given locale
+ when used with Arabic numerals (i.e. 0, 1, 2, 3, ...)
+
+ [CHAR_LIMIT=1]
+ -->
+ <!-- Decimal representation of zero (e.g. "0", "10", "1.0", "1e0"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of one (e.g. "1", "11", "1.1", "1e1"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of two (e.g. "2", "22", "2.2", "2e2"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of three (e.g. "3", "33", "3.3", "3e3"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of four (e.g. "4", "44", "4.4", "4e4"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of five (e.g. "5", "55", "5.5", "5e5"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of six (e.g. "6", "66", "6.6", "6e6"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of seven (e.g. "7", "77", "7.7", "7e7"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of eight (e.g. "8", "88", "8.8", "8e8"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of eight (e.g. "9", "99", "9.9", "9e9"). [CHAR_LIMIT=1] -->
+ <!-- Addition operator (e.g. "1 + 2"). [CHAR_LIMIT=1] -->
+ <!-- Divide operator (e.g. "1 ÷ 2"). [CHAR_LIMIT=1] -->
+ <!-- Factorial operator (e.g. "2!"). [CHAR_LIMIT=1] -->
+ <!-- Multiply operator (e.g. "1 × 2"). [CHAR_LIMIT=1] -->
+ <!-- Percent operator (e.g. "25%"). [CHAR_LIMIT=1] -->
+ <!-- Power operator (e.g. "1 ^ 2"). [CHAR_LIMIT=1] -->
+ <!-- Square root operator (e.g. "√1"). [CHAR_LIMIT=1] -->
+ <!-- Subtraction operator (e.g. "1 - 2"). [CHAR_LIMIT=1] -->
+ <!-- Abbrev. name of cosine function (e.g. "cos(π)"). [CHAR_LIMIT=4] -->
+ <!-- Natural logarithm function (e.g. "ln(2)"). [CHAR_LIMIT=4] -->
+ <!-- Logarithm function (e.g. "log(10)"). [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of sine function (e.g. "sin(π)"). [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of tangent function (e.g. "tan(π)"). [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of cosine function (e.g. "arccos(π)"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of sine function (e.g. "arcsin(π)"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of tangent function (e.g. "arctan(π)"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of base 10 exponential function (e.g. "10^6"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of exponential function (e.g. "e^6"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of suffix square function on key (e.g. "17^2"). [CHAR_LIMIT=5] -->
+ <!--
+ Abbrev. name of suffix square function in formula.
+ "^2" does not work, since it blends into a later constant.
+ -->
+ <!-- Abbrev. name of exponential function in formula. -->
+ <!-- Abbrev. name of degree mode [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of radian mode. [CHAR_LIMIT=4] -->
+ <!-- Equals button (e.g. "1 + 2 = ?"). [CHAR_LIMIT=1] -->
+ <!-- Clear button to clear the currently entered expression. [CHAR_LIMIT=4] -->
+ <!--
+ Announced when all characters are removed from Formula, e.g. after clear. [CHAR_LIMIT=NONE]
+ -->
+ <!-- Delete button to remove last entered token. [CHAR_LIMIT=4] -->
+ <!-- Toggle button to show/hide inverse functions. [CHAR_LIMIT=4] -->
+ <!-- Content description for 'e' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'π' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '.' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '(' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for ')' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'cos' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'ln' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'log' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'sin' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'tan' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'arccos' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'arcsin' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'arctan' button. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for 10^ button. This button is used to raise 10 to the subsequently
+ entered power. E.g. <10^>3 would yield 1000.
+ [CHAR_LIMIT=NONE]
+ -->
+ <!-- Content description for e^ (exponential function) button. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for ^2 button. This button is used to square the previously entered
+ number. E.g. 3<^2> would yield 9.
+ [CHAR_LIMIT=NONE]
+ -->
+ <!-- Content description for '+' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '÷' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '!' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '×' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '%' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '^' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '√' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '-' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for degree mode. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for radian mode. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for switch to degree button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for switch to radian button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '=' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for "clr" button. Deletes entire formula. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for "del" button. Deletes single character. Should differ
+ from desc_clr. [CHAR_LIMIT=NONE]
+ -->
+ <!-- Content description for "inv" button to show inverse functions. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for "inv" button to hide inverse functions. [CHAR_LIMIT=NONE] -->
+ <!-- Error displayed when expression evaluates to an undefined result. [CHAR_LIMIT=20] -->
+ <!-- Error displayed when expression contains a syntax error. [CHAR_LIMIT=20] -->
+ <!-- Error displayed when evaluation is manually aborted. [CHAR_LIMIT=20] -->
+ <!-- Error displayed when excessive precision is required. [CHAR_LIMIT=20] -->
+ <!--
+ Error displayed when division by zero is detected.
+
+ If the translation does not fit within the given limit, then a shortened version must
+ be used, e.g. "Division by 0". Exceeding the limit will result in a truncated string.
+
+ [CHAR_LIMIT=20]
+ -->
+ <!-- Toast shown when text is copied to the clipboard. [CHAR_LIMIT=40] -->
+ <!-- Dialog message when a computation is cancelled by the user. [CHAR_LIMIT=NONE] -->
+ <!-- Dialog message when a computation times out. [CHAR_LIMIT=NONE] -->
+ <!--
+ Button label to allow future computations with a longer timeout.
+
+ When evaluating a result takes too long, we show a "timed out" dialog. This button allows
+ the user to increase the maximum amount of time we attempt to evaluate the expression before
+ "timing out".
+
+ [CHAR_LIMIT=40]
+ -->
+ <!-- Button label to dismiss informative text message. [CHAR_LIMIT=40] -->
+ <!-- Appended indicator (for "leading" display) that result is exact. [CHAR_LIMIT=NONE] -->
+ <!-- Indicator (for "leading" display) that result is inexact. [CHAR_LIMIT=NONE] -->
+ <!-- Menu option to display result including leading digits. [CHAR_LIMIT=40] -->
+ <!-- Menu option to display result as fraction. [CHAR_LIMIT=40] -->
+ <!-- Menu option to view the app's open source licenses. [CHAR_LIMIT=40] -->
+</resources>
diff --git a/res/values-gd-rGB/strings.xml b/res/values-gd-rGB/strings.xml
new file mode 100644
index 0000000..441717a
--- /dev/null
+++ b/res/values-gd-rGB/strings.xml
@@ -0,0 +1,149 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2015 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+<resources>
+ <!-- Name of the application. [CHAR_LIMIT=NONE] -->
+ <!-- Constant for Euler's number (i.e. "2.7182…"). [CHAR_LIMIT=1] -->
+ <!-- Constant for pi (i.e. "3.1415…"). [CHAR_LIMIT=1] -->
+ <!-- Left parenthesis (e.g. "log(", "2 × (3 - 1)". [CHAR_LIMIT=1] -->
+ <!-- Right parenthesis (e.g. "log(2)", "(3 - 1) × 2". [CHAR_LIMIT=1] -->
+ <!--
+ Decimal separator (e.g. "1.23" or "1,23").
+
+ This should be whatever character is appropriate for use as a decimal sign for a given locale
+ when used with Arabic numerals (i.e. 0, 1, 2, 3, ...)
+
+ [CHAR_LIMIT=1]
+ -->
+ <!-- Decimal representation of zero (e.g. "0", "10", "1.0", "1e0"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of one (e.g. "1", "11", "1.1", "1e1"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of two (e.g. "2", "22", "2.2", "2e2"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of three (e.g. "3", "33", "3.3", "3e3"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of four (e.g. "4", "44", "4.4", "4e4"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of five (e.g. "5", "55", "5.5", "5e5"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of six (e.g. "6", "66", "6.6", "6e6"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of seven (e.g. "7", "77", "7.7", "7e7"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of eight (e.g. "8", "88", "8.8", "8e8"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of eight (e.g. "9", "99", "9.9", "9e9"). [CHAR_LIMIT=1] -->
+ <!-- Addition operator (e.g. "1 + 2"). [CHAR_LIMIT=1] -->
+ <!-- Divide operator (e.g. "1 ÷ 2"). [CHAR_LIMIT=1] -->
+ <!-- Factorial operator (e.g. "2!"). [CHAR_LIMIT=1] -->
+ <!-- Multiply operator (e.g. "1 × 2"). [CHAR_LIMIT=1] -->
+ <!-- Percent operator (e.g. "25%"). [CHAR_LIMIT=1] -->
+ <!-- Power operator (e.g. "1 ^ 2"). [CHAR_LIMIT=1] -->
+ <!-- Square root operator (e.g. "√1"). [CHAR_LIMIT=1] -->
+ <!-- Subtraction operator (e.g. "1 - 2"). [CHAR_LIMIT=1] -->
+ <!-- Abbrev. name of cosine function (e.g. "cos(π)"). [CHAR_LIMIT=4] -->
+ <!-- Natural logarithm function (e.g. "ln(2)"). [CHAR_LIMIT=4] -->
+ <!-- Logarithm function (e.g. "log(10)"). [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of sine function (e.g. "sin(π)"). [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of tangent function (e.g. "tan(π)"). [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of cosine function (e.g. "arccos(π)"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of sine function (e.g. "arcsin(π)"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of tangent function (e.g. "arctan(π)"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of base 10 exponential function (e.g. "10^6"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of exponential function (e.g. "e^6"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of suffix square function on key (e.g. "17^2"). [CHAR_LIMIT=5] -->
+ <!--
+ Abbrev. name of suffix square function in formula.
+ "^2" does not work, since it blends into a later constant.
+ -->
+ <!-- Abbrev. name of exponential function in formula. -->
+ <!-- Abbrev. name of degree mode [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of radian mode. [CHAR_LIMIT=4] -->
+ <!-- Equals button (e.g. "1 + 2 = ?"). [CHAR_LIMIT=1] -->
+ <!-- Clear button to clear the currently entered expression. [CHAR_LIMIT=4] -->
+ <!--
+ Announced when all characters are removed from Formula, e.g. after clear. [CHAR_LIMIT=NONE]
+ -->
+ <!-- Delete button to remove last entered token. [CHAR_LIMIT=4] -->
+ <!-- Toggle button to show/hide inverse functions. [CHAR_LIMIT=4] -->
+ <!-- Content description for 'e' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'π' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '.' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '(' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for ')' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'cos' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'ln' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'log' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'sin' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'tan' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'arccos' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'arcsin' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'arctan' button. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for 10^ button. This button is used to raise 10 to the subsequently
+ entered power. E.g. <10^>3 would yield 1000.
+ [CHAR_LIMIT=NONE]
+ -->
+ <!-- Content description for e^ (exponential function) button. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for ^2 button. This button is used to square the previously entered
+ number. E.g. 3<^2> would yield 9.
+ [CHAR_LIMIT=NONE]
+ -->
+ <!-- Content description for '+' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '÷' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '!' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '×' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '%' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '^' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '√' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '-' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for degree mode. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for radian mode. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for switch to degree button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for switch to radian button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '=' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for "clr" button. Deletes entire formula. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for "del" button. Deletes single character. Should differ
+ from desc_clr. [CHAR_LIMIT=NONE]
+ -->
+ <!-- Content description for "inv" button to show inverse functions. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for "inv" button to hide inverse functions. [CHAR_LIMIT=NONE] -->
+ <!-- Error displayed when expression evaluates to an undefined result. [CHAR_LIMIT=20] -->
+ <!-- Error displayed when expression contains a syntax error. [CHAR_LIMIT=20] -->
+ <!-- Error displayed when evaluation is manually aborted. [CHAR_LIMIT=20] -->
+ <!-- Error displayed when excessive precision is required. [CHAR_LIMIT=20] -->
+ <!--
+ Error displayed when division by zero is detected.
+
+ If the translation does not fit within the given limit, then a shortened version must
+ be used, e.g. "Division by 0". Exceeding the limit will result in a truncated string.
+
+ [CHAR_LIMIT=20]
+ -->
+ <!-- Toast shown when text is copied to the clipboard. [CHAR_LIMIT=40] -->
+ <!-- Dialog message when a computation is cancelled by the user. [CHAR_LIMIT=NONE] -->
+ <!-- Dialog message when a computation times out. [CHAR_LIMIT=NONE] -->
+ <!--
+ Button label to allow future computations with a longer timeout.
+
+ When evaluating a result takes too long, we show a "timed out" dialog. This button allows
+ the user to increase the maximum amount of time we attempt to evaluate the expression before
+ "timing out".
+
+ [CHAR_LIMIT=40]
+ -->
+ <!-- Button label to dismiss informative text message. [CHAR_LIMIT=40] -->
+ <!-- Appended indicator (for "leading" display) that result is exact. [CHAR_LIMIT=NONE] -->
+ <!-- Indicator (for "leading" display) that result is inexact. [CHAR_LIMIT=NONE] -->
+ <!-- Menu option to display result including leading digits. [CHAR_LIMIT=40] -->
+ <!-- Menu option to display result as fraction. [CHAR_LIMIT=40] -->
+ <!-- Menu option to view the app's open source licenses. [CHAR_LIMIT=40] -->
+</resources>
diff --git a/res/values-ku/strings.xml b/res/values-ku/strings.xml
new file mode 100644
index 0000000..441717a
--- /dev/null
+++ b/res/values-ku/strings.xml
@@ -0,0 +1,149 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2015 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+<resources>
+ <!-- Name of the application. [CHAR_LIMIT=NONE] -->
+ <!-- Constant for Euler's number (i.e. "2.7182…"). [CHAR_LIMIT=1] -->
+ <!-- Constant for pi (i.e. "3.1415…"). [CHAR_LIMIT=1] -->
+ <!-- Left parenthesis (e.g. "log(", "2 × (3 - 1)". [CHAR_LIMIT=1] -->
+ <!-- Right parenthesis (e.g. "log(2)", "(3 - 1) × 2". [CHAR_LIMIT=1] -->
+ <!--
+ Decimal separator (e.g. "1.23" or "1,23").
+
+ This should be whatever character is appropriate for use as a decimal sign for a given locale
+ when used with Arabic numerals (i.e. 0, 1, 2, 3, ...)
+
+ [CHAR_LIMIT=1]
+ -->
+ <!-- Decimal representation of zero (e.g. "0", "10", "1.0", "1e0"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of one (e.g. "1", "11", "1.1", "1e1"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of two (e.g. "2", "22", "2.2", "2e2"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of three (e.g. "3", "33", "3.3", "3e3"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of four (e.g. "4", "44", "4.4", "4e4"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of five (e.g. "5", "55", "5.5", "5e5"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of six (e.g. "6", "66", "6.6", "6e6"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of seven (e.g. "7", "77", "7.7", "7e7"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of eight (e.g. "8", "88", "8.8", "8e8"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of eight (e.g. "9", "99", "9.9", "9e9"). [CHAR_LIMIT=1] -->
+ <!-- Addition operator (e.g. "1 + 2"). [CHAR_LIMIT=1] -->
+ <!-- Divide operator (e.g. "1 ÷ 2"). [CHAR_LIMIT=1] -->
+ <!-- Factorial operator (e.g. "2!"). [CHAR_LIMIT=1] -->
+ <!-- Multiply operator (e.g. "1 × 2"). [CHAR_LIMIT=1] -->
+ <!-- Percent operator (e.g. "25%"). [CHAR_LIMIT=1] -->
+ <!-- Power operator (e.g. "1 ^ 2"). [CHAR_LIMIT=1] -->
+ <!-- Square root operator (e.g. "√1"). [CHAR_LIMIT=1] -->
+ <!-- Subtraction operator (e.g. "1 - 2"). [CHAR_LIMIT=1] -->
+ <!-- Abbrev. name of cosine function (e.g. "cos(π)"). [CHAR_LIMIT=4] -->
+ <!-- Natural logarithm function (e.g. "ln(2)"). [CHAR_LIMIT=4] -->
+ <!-- Logarithm function (e.g. "log(10)"). [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of sine function (e.g. "sin(π)"). [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of tangent function (e.g. "tan(π)"). [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of cosine function (e.g. "arccos(π)"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of sine function (e.g. "arcsin(π)"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of tangent function (e.g. "arctan(π)"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of base 10 exponential function (e.g. "10^6"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of exponential function (e.g. "e^6"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of suffix square function on key (e.g. "17^2"). [CHAR_LIMIT=5] -->
+ <!--
+ Abbrev. name of suffix square function in formula.
+ "^2" does not work, since it blends into a later constant.
+ -->
+ <!-- Abbrev. name of exponential function in formula. -->
+ <!-- Abbrev. name of degree mode [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of radian mode. [CHAR_LIMIT=4] -->
+ <!-- Equals button (e.g. "1 + 2 = ?"). [CHAR_LIMIT=1] -->
+ <!-- Clear button to clear the currently entered expression. [CHAR_LIMIT=4] -->
+ <!--
+ Announced when all characters are removed from Formula, e.g. after clear. [CHAR_LIMIT=NONE]
+ -->
+ <!-- Delete button to remove last entered token. [CHAR_LIMIT=4] -->
+ <!-- Toggle button to show/hide inverse functions. [CHAR_LIMIT=4] -->
+ <!-- Content description for 'e' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'π' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '.' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '(' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for ')' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'cos' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'ln' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'log' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'sin' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'tan' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'arccos' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'arcsin' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'arctan' button. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for 10^ button. This button is used to raise 10 to the subsequently
+ entered power. E.g. <10^>3 would yield 1000.
+ [CHAR_LIMIT=NONE]
+ -->
+ <!-- Content description for e^ (exponential function) button. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for ^2 button. This button is used to square the previously entered
+ number. E.g. 3<^2> would yield 9.
+ [CHAR_LIMIT=NONE]
+ -->
+ <!-- Content description for '+' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '÷' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '!' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '×' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '%' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '^' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '√' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '-' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for degree mode. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for radian mode. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for switch to degree button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for switch to radian button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '=' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for "clr" button. Deletes entire formula. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for "del" button. Deletes single character. Should differ
+ from desc_clr. [CHAR_LIMIT=NONE]
+ -->
+ <!-- Content description for "inv" button to show inverse functions. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for "inv" button to hide inverse functions. [CHAR_LIMIT=NONE] -->
+ <!-- Error displayed when expression evaluates to an undefined result. [CHAR_LIMIT=20] -->
+ <!-- Error displayed when expression contains a syntax error. [CHAR_LIMIT=20] -->
+ <!-- Error displayed when evaluation is manually aborted. [CHAR_LIMIT=20] -->
+ <!-- Error displayed when excessive precision is required. [CHAR_LIMIT=20] -->
+ <!--
+ Error displayed when division by zero is detected.
+
+ If the translation does not fit within the given limit, then a shortened version must
+ be used, e.g. "Division by 0". Exceeding the limit will result in a truncated string.
+
+ [CHAR_LIMIT=20]
+ -->
+ <!-- Toast shown when text is copied to the clipboard. [CHAR_LIMIT=40] -->
+ <!-- Dialog message when a computation is cancelled by the user. [CHAR_LIMIT=NONE] -->
+ <!-- Dialog message when a computation times out. [CHAR_LIMIT=NONE] -->
+ <!--
+ Button label to allow future computations with a longer timeout.
+
+ When evaluating a result takes too long, we show a "timed out" dialog. This button allows
+ the user to increase the maximum amount of time we attempt to evaluate the expression before
+ "timing out".
+
+ [CHAR_LIMIT=40]
+ -->
+ <!-- Button label to dismiss informative text message. [CHAR_LIMIT=40] -->
+ <!-- Appended indicator (for "leading" display) that result is exact. [CHAR_LIMIT=NONE] -->
+ <!-- Indicator (for "leading" display) that result is inexact. [CHAR_LIMIT=NONE] -->
+ <!-- Menu option to display result including leading digits. [CHAR_LIMIT=40] -->
+ <!-- Menu option to display result as fraction. [CHAR_LIMIT=40] -->
+ <!-- Menu option to view the app's open source licenses. [CHAR_LIMIT=40] -->
+</resources>
diff --git a/res/values-lb/strings.xml b/res/values-lb/strings.xml
new file mode 100644
index 0000000..441717a
--- /dev/null
+++ b/res/values-lb/strings.xml
@@ -0,0 +1,149 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2015 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+<resources>
+ <!-- Name of the application. [CHAR_LIMIT=NONE] -->
+ <!-- Constant for Euler's number (i.e. "2.7182…"). [CHAR_LIMIT=1] -->
+ <!-- Constant for pi (i.e. "3.1415…"). [CHAR_LIMIT=1] -->
+ <!-- Left parenthesis (e.g. "log(", "2 × (3 - 1)". [CHAR_LIMIT=1] -->
+ <!-- Right parenthesis (e.g. "log(2)", "(3 - 1) × 2". [CHAR_LIMIT=1] -->
+ <!--
+ Decimal separator (e.g. "1.23" or "1,23").
+
+ This should be whatever character is appropriate for use as a decimal sign for a given locale
+ when used with Arabic numerals (i.e. 0, 1, 2, 3, ...)
+
+ [CHAR_LIMIT=1]
+ -->
+ <!-- Decimal representation of zero (e.g. "0", "10", "1.0", "1e0"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of one (e.g. "1", "11", "1.1", "1e1"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of two (e.g. "2", "22", "2.2", "2e2"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of three (e.g. "3", "33", "3.3", "3e3"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of four (e.g. "4", "44", "4.4", "4e4"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of five (e.g. "5", "55", "5.5", "5e5"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of six (e.g. "6", "66", "6.6", "6e6"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of seven (e.g. "7", "77", "7.7", "7e7"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of eight (e.g. "8", "88", "8.8", "8e8"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of eight (e.g. "9", "99", "9.9", "9e9"). [CHAR_LIMIT=1] -->
+ <!-- Addition operator (e.g. "1 + 2"). [CHAR_LIMIT=1] -->
+ <!-- Divide operator (e.g. "1 ÷ 2"). [CHAR_LIMIT=1] -->
+ <!-- Factorial operator (e.g. "2!"). [CHAR_LIMIT=1] -->
+ <!-- Multiply operator (e.g. "1 × 2"). [CHAR_LIMIT=1] -->
+ <!-- Percent operator (e.g. "25%"). [CHAR_LIMIT=1] -->
+ <!-- Power operator (e.g. "1 ^ 2"). [CHAR_LIMIT=1] -->
+ <!-- Square root operator (e.g. "√1"). [CHAR_LIMIT=1] -->
+ <!-- Subtraction operator (e.g. "1 - 2"). [CHAR_LIMIT=1] -->
+ <!-- Abbrev. name of cosine function (e.g. "cos(π)"). [CHAR_LIMIT=4] -->
+ <!-- Natural logarithm function (e.g. "ln(2)"). [CHAR_LIMIT=4] -->
+ <!-- Logarithm function (e.g. "log(10)"). [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of sine function (e.g. "sin(π)"). [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of tangent function (e.g. "tan(π)"). [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of cosine function (e.g. "arccos(π)"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of sine function (e.g. "arcsin(π)"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of tangent function (e.g. "arctan(π)"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of base 10 exponential function (e.g. "10^6"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of exponential function (e.g. "e^6"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of suffix square function on key (e.g. "17^2"). [CHAR_LIMIT=5] -->
+ <!--
+ Abbrev. name of suffix square function in formula.
+ "^2" does not work, since it blends into a later constant.
+ -->
+ <!-- Abbrev. name of exponential function in formula. -->
+ <!-- Abbrev. name of degree mode [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of radian mode. [CHAR_LIMIT=4] -->
+ <!-- Equals button (e.g. "1 + 2 = ?"). [CHAR_LIMIT=1] -->
+ <!-- Clear button to clear the currently entered expression. [CHAR_LIMIT=4] -->
+ <!--
+ Announced when all characters are removed from Formula, e.g. after clear. [CHAR_LIMIT=NONE]
+ -->
+ <!-- Delete button to remove last entered token. [CHAR_LIMIT=4] -->
+ <!-- Toggle button to show/hide inverse functions. [CHAR_LIMIT=4] -->
+ <!-- Content description for 'e' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'π' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '.' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '(' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for ')' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'cos' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'ln' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'log' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'sin' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'tan' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'arccos' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'arcsin' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'arctan' button. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for 10^ button. This button is used to raise 10 to the subsequently
+ entered power. E.g. <10^>3 would yield 1000.
+ [CHAR_LIMIT=NONE]
+ -->
+ <!-- Content description for e^ (exponential function) button. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for ^2 button. This button is used to square the previously entered
+ number. E.g. 3<^2> would yield 9.
+ [CHAR_LIMIT=NONE]
+ -->
+ <!-- Content description for '+' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '÷' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '!' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '×' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '%' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '^' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '√' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '-' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for degree mode. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for radian mode. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for switch to degree button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for switch to radian button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '=' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for "clr" button. Deletes entire formula. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for "del" button. Deletes single character. Should differ
+ from desc_clr. [CHAR_LIMIT=NONE]
+ -->
+ <!-- Content description for "inv" button to show inverse functions. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for "inv" button to hide inverse functions. [CHAR_LIMIT=NONE] -->
+ <!-- Error displayed when expression evaluates to an undefined result. [CHAR_LIMIT=20] -->
+ <!-- Error displayed when expression contains a syntax error. [CHAR_LIMIT=20] -->
+ <!-- Error displayed when evaluation is manually aborted. [CHAR_LIMIT=20] -->
+ <!-- Error displayed when excessive precision is required. [CHAR_LIMIT=20] -->
+ <!--
+ Error displayed when division by zero is detected.
+
+ If the translation does not fit within the given limit, then a shortened version must
+ be used, e.g. "Division by 0". Exceeding the limit will result in a truncated string.
+
+ [CHAR_LIMIT=20]
+ -->
+ <!-- Toast shown when text is copied to the clipboard. [CHAR_LIMIT=40] -->
+ <!-- Dialog message when a computation is cancelled by the user. [CHAR_LIMIT=NONE] -->
+ <!-- Dialog message when a computation times out. [CHAR_LIMIT=NONE] -->
+ <!--
+ Button label to allow future computations with a longer timeout.
+
+ When evaluating a result takes too long, we show a "timed out" dialog. This button allows
+ the user to increase the maximum amount of time we attempt to evaluate the expression before
+ "timing out".
+
+ [CHAR_LIMIT=40]
+ -->
+ <!-- Button label to dismiss informative text message. [CHAR_LIMIT=40] -->
+ <!-- Appended indicator (for "leading" display) that result is exact. [CHAR_LIMIT=NONE] -->
+ <!-- Indicator (for "leading" display) that result is inexact. [CHAR_LIMIT=NONE] -->
+ <!-- Menu option to display result including leading digits. [CHAR_LIMIT=40] -->
+ <!-- Menu option to display result as fraction. [CHAR_LIMIT=40] -->
+ <!-- Menu option to view the app's open source licenses. [CHAR_LIMIT=40] -->
+</resources>
diff --git a/res/values-oc-rFR/strings.xml b/res/values-oc-rFR/strings.xml
new file mode 100644
index 0000000..441717a
--- /dev/null
+++ b/res/values-oc-rFR/strings.xml
@@ -0,0 +1,149 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2015 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+<resources>
+ <!-- Name of the application. [CHAR_LIMIT=NONE] -->
+ <!-- Constant for Euler's number (i.e. "2.7182…"). [CHAR_LIMIT=1] -->
+ <!-- Constant for pi (i.e. "3.1415…"). [CHAR_LIMIT=1] -->
+ <!-- Left parenthesis (e.g. "log(", "2 × (3 - 1)". [CHAR_LIMIT=1] -->
+ <!-- Right parenthesis (e.g. "log(2)", "(3 - 1) × 2". [CHAR_LIMIT=1] -->
+ <!--
+ Decimal separator (e.g. "1.23" or "1,23").
+
+ This should be whatever character is appropriate for use as a decimal sign for a given locale
+ when used with Arabic numerals (i.e. 0, 1, 2, 3, ...)
+
+ [CHAR_LIMIT=1]
+ -->
+ <!-- Decimal representation of zero (e.g. "0", "10", "1.0", "1e0"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of one (e.g. "1", "11", "1.1", "1e1"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of two (e.g. "2", "22", "2.2", "2e2"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of three (e.g. "3", "33", "3.3", "3e3"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of four (e.g. "4", "44", "4.4", "4e4"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of five (e.g. "5", "55", "5.5", "5e5"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of six (e.g. "6", "66", "6.6", "6e6"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of seven (e.g. "7", "77", "7.7", "7e7"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of eight (e.g. "8", "88", "8.8", "8e8"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of eight (e.g. "9", "99", "9.9", "9e9"). [CHAR_LIMIT=1] -->
+ <!-- Addition operator (e.g. "1 + 2"). [CHAR_LIMIT=1] -->
+ <!-- Divide operator (e.g. "1 ÷ 2"). [CHAR_LIMIT=1] -->
+ <!-- Factorial operator (e.g. "2!"). [CHAR_LIMIT=1] -->
+ <!-- Multiply operator (e.g. "1 × 2"). [CHAR_LIMIT=1] -->
+ <!-- Percent operator (e.g. "25%"). [CHAR_LIMIT=1] -->
+ <!-- Power operator (e.g. "1 ^ 2"). [CHAR_LIMIT=1] -->
+ <!-- Square root operator (e.g. "√1"). [CHAR_LIMIT=1] -->
+ <!-- Subtraction operator (e.g. "1 - 2"). [CHAR_LIMIT=1] -->
+ <!-- Abbrev. name of cosine function (e.g. "cos(π)"). [CHAR_LIMIT=4] -->
+ <!-- Natural logarithm function (e.g. "ln(2)"). [CHAR_LIMIT=4] -->
+ <!-- Logarithm function (e.g. "log(10)"). [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of sine function (e.g. "sin(π)"). [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of tangent function (e.g. "tan(π)"). [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of cosine function (e.g. "arccos(π)"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of sine function (e.g. "arcsin(π)"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of tangent function (e.g. "arctan(π)"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of base 10 exponential function (e.g. "10^6"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of exponential function (e.g. "e^6"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of suffix square function on key (e.g. "17^2"). [CHAR_LIMIT=5] -->
+ <!--
+ Abbrev. name of suffix square function in formula.
+ "^2" does not work, since it blends into a later constant.
+ -->
+ <!-- Abbrev. name of exponential function in formula. -->
+ <!-- Abbrev. name of degree mode [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of radian mode. [CHAR_LIMIT=4] -->
+ <!-- Equals button (e.g. "1 + 2 = ?"). [CHAR_LIMIT=1] -->
+ <!-- Clear button to clear the currently entered expression. [CHAR_LIMIT=4] -->
+ <!--
+ Announced when all characters are removed from Formula, e.g. after clear. [CHAR_LIMIT=NONE]
+ -->
+ <!-- Delete button to remove last entered token. [CHAR_LIMIT=4] -->
+ <!-- Toggle button to show/hide inverse functions. [CHAR_LIMIT=4] -->
+ <!-- Content description for 'e' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'π' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '.' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '(' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for ')' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'cos' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'ln' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'log' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'sin' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'tan' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'arccos' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'arcsin' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'arctan' button. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for 10^ button. This button is used to raise 10 to the subsequently
+ entered power. E.g. <10^>3 would yield 1000.
+ [CHAR_LIMIT=NONE]
+ -->
+ <!-- Content description for e^ (exponential function) button. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for ^2 button. This button is used to square the previously entered
+ number. E.g. 3<^2> would yield 9.
+ [CHAR_LIMIT=NONE]
+ -->
+ <!-- Content description for '+' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '÷' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '!' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '×' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '%' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '^' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '√' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '-' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for degree mode. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for radian mode. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for switch to degree button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for switch to radian button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '=' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for "clr" button. Deletes entire formula. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for "del" button. Deletes single character. Should differ
+ from desc_clr. [CHAR_LIMIT=NONE]
+ -->
+ <!-- Content description for "inv" button to show inverse functions. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for "inv" button to hide inverse functions. [CHAR_LIMIT=NONE] -->
+ <!-- Error displayed when expression evaluates to an undefined result. [CHAR_LIMIT=20] -->
+ <!-- Error displayed when expression contains a syntax error. [CHAR_LIMIT=20] -->
+ <!-- Error displayed when evaluation is manually aborted. [CHAR_LIMIT=20] -->
+ <!-- Error displayed when excessive precision is required. [CHAR_LIMIT=20] -->
+ <!--
+ Error displayed when division by zero is detected.
+
+ If the translation does not fit within the given limit, then a shortened version must
+ be used, e.g. "Division by 0". Exceeding the limit will result in a truncated string.
+
+ [CHAR_LIMIT=20]
+ -->
+ <!-- Toast shown when text is copied to the clipboard. [CHAR_LIMIT=40] -->
+ <!-- Dialog message when a computation is cancelled by the user. [CHAR_LIMIT=NONE] -->
+ <!-- Dialog message when a computation times out. [CHAR_LIMIT=NONE] -->
+ <!--
+ Button label to allow future computations with a longer timeout.
+
+ When evaluating a result takes too long, we show a "timed out" dialog. This button allows
+ the user to increase the maximum amount of time we attempt to evaluate the expression before
+ "timing out".
+
+ [CHAR_LIMIT=40]
+ -->
+ <!-- Button label to dismiss informative text message. [CHAR_LIMIT=40] -->
+ <!-- Appended indicator (for "leading" display) that result is exact. [CHAR_LIMIT=NONE] -->
+ <!-- Indicator (for "leading" display) that result is inexact. [CHAR_LIMIT=NONE] -->
+ <!-- Menu option to display result including leading digits. [CHAR_LIMIT=40] -->
+ <!-- Menu option to display result as fraction. [CHAR_LIMIT=40] -->
+ <!-- Menu option to view the app's open source licenses. [CHAR_LIMIT=40] -->
+</resources>
diff --git a/res/values-or-rIN/strings.xml b/res/values-or-rIN/strings.xml
new file mode 100644
index 0000000..441717a
--- /dev/null
+++ b/res/values-or-rIN/strings.xml
@@ -0,0 +1,149 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2015 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+<resources>
+ <!-- Name of the application. [CHAR_LIMIT=NONE] -->
+ <!-- Constant for Euler's number (i.e. "2.7182…"). [CHAR_LIMIT=1] -->
+ <!-- Constant for pi (i.e. "3.1415…"). [CHAR_LIMIT=1] -->
+ <!-- Left parenthesis (e.g. "log(", "2 × (3 - 1)". [CHAR_LIMIT=1] -->
+ <!-- Right parenthesis (e.g. "log(2)", "(3 - 1) × 2". [CHAR_LIMIT=1] -->
+ <!--
+ Decimal separator (e.g. "1.23" or "1,23").
+
+ This should be whatever character is appropriate for use as a decimal sign for a given locale
+ when used with Arabic numerals (i.e. 0, 1, 2, 3, ...)
+
+ [CHAR_LIMIT=1]
+ -->
+ <!-- Decimal representation of zero (e.g. "0", "10", "1.0", "1e0"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of one (e.g. "1", "11", "1.1", "1e1"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of two (e.g. "2", "22", "2.2", "2e2"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of three (e.g. "3", "33", "3.3", "3e3"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of four (e.g. "4", "44", "4.4", "4e4"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of five (e.g. "5", "55", "5.5", "5e5"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of six (e.g. "6", "66", "6.6", "6e6"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of seven (e.g. "7", "77", "7.7", "7e7"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of eight (e.g. "8", "88", "8.8", "8e8"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of eight (e.g. "9", "99", "9.9", "9e9"). [CHAR_LIMIT=1] -->
+ <!-- Addition operator (e.g. "1 + 2"). [CHAR_LIMIT=1] -->
+ <!-- Divide operator (e.g. "1 ÷ 2"). [CHAR_LIMIT=1] -->
+ <!-- Factorial operator (e.g. "2!"). [CHAR_LIMIT=1] -->
+ <!-- Multiply operator (e.g. "1 × 2"). [CHAR_LIMIT=1] -->
+ <!-- Percent operator (e.g. "25%"). [CHAR_LIMIT=1] -->
+ <!-- Power operator (e.g. "1 ^ 2"). [CHAR_LIMIT=1] -->
+ <!-- Square root operator (e.g. "√1"). [CHAR_LIMIT=1] -->
+ <!-- Subtraction operator (e.g. "1 - 2"). [CHAR_LIMIT=1] -->
+ <!-- Abbrev. name of cosine function (e.g. "cos(π)"). [CHAR_LIMIT=4] -->
+ <!-- Natural logarithm function (e.g. "ln(2)"). [CHAR_LIMIT=4] -->
+ <!-- Logarithm function (e.g. "log(10)"). [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of sine function (e.g. "sin(π)"). [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of tangent function (e.g. "tan(π)"). [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of cosine function (e.g. "arccos(π)"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of sine function (e.g. "arcsin(π)"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of tangent function (e.g. "arctan(π)"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of base 10 exponential function (e.g. "10^6"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of exponential function (e.g. "e^6"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of suffix square function on key (e.g. "17^2"). [CHAR_LIMIT=5] -->
+ <!--
+ Abbrev. name of suffix square function in formula.
+ "^2" does not work, since it blends into a later constant.
+ -->
+ <!-- Abbrev. name of exponential function in formula. -->
+ <!-- Abbrev. name of degree mode [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of radian mode. [CHAR_LIMIT=4] -->
+ <!-- Equals button (e.g. "1 + 2 = ?"). [CHAR_LIMIT=1] -->
+ <!-- Clear button to clear the currently entered expression. [CHAR_LIMIT=4] -->
+ <!--
+ Announced when all characters are removed from Formula, e.g. after clear. [CHAR_LIMIT=NONE]
+ -->
+ <!-- Delete button to remove last entered token. [CHAR_LIMIT=4] -->
+ <!-- Toggle button to show/hide inverse functions. [CHAR_LIMIT=4] -->
+ <!-- Content description for 'e' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'π' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '.' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '(' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for ')' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'cos' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'ln' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'log' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'sin' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'tan' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'arccos' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'arcsin' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'arctan' button. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for 10^ button. This button is used to raise 10 to the subsequently
+ entered power. E.g. <10^>3 would yield 1000.
+ [CHAR_LIMIT=NONE]
+ -->
+ <!-- Content description for e^ (exponential function) button. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for ^2 button. This button is used to square the previously entered
+ number. E.g. 3<^2> would yield 9.
+ [CHAR_LIMIT=NONE]
+ -->
+ <!-- Content description for '+' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '÷' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '!' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '×' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '%' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '^' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '√' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '-' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for degree mode. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for radian mode. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for switch to degree button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for switch to radian button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '=' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for "clr" button. Deletes entire formula. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for "del" button. Deletes single character. Should differ
+ from desc_clr. [CHAR_LIMIT=NONE]
+ -->
+ <!-- Content description for "inv" button to show inverse functions. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for "inv" button to hide inverse functions. [CHAR_LIMIT=NONE] -->
+ <!-- Error displayed when expression evaluates to an undefined result. [CHAR_LIMIT=20] -->
+ <!-- Error displayed when expression contains a syntax error. [CHAR_LIMIT=20] -->
+ <!-- Error displayed when evaluation is manually aborted. [CHAR_LIMIT=20] -->
+ <!-- Error displayed when excessive precision is required. [CHAR_LIMIT=20] -->
+ <!--
+ Error displayed when division by zero is detected.
+
+ If the translation does not fit within the given limit, then a shortened version must
+ be used, e.g. "Division by 0". Exceeding the limit will result in a truncated string.
+
+ [CHAR_LIMIT=20]
+ -->
+ <!-- Toast shown when text is copied to the clipboard. [CHAR_LIMIT=40] -->
+ <!-- Dialog message when a computation is cancelled by the user. [CHAR_LIMIT=NONE] -->
+ <!-- Dialog message when a computation times out. [CHAR_LIMIT=NONE] -->
+ <!--
+ Button label to allow future computations with a longer timeout.
+
+ When evaluating a result takes too long, we show a "timed out" dialog. This button allows
+ the user to increase the maximum amount of time we attempt to evaluate the expression before
+ "timing out".
+
+ [CHAR_LIMIT=40]
+ -->
+ <!-- Button label to dismiss informative text message. [CHAR_LIMIT=40] -->
+ <!-- Appended indicator (for "leading" display) that result is exact. [CHAR_LIMIT=NONE] -->
+ <!-- Indicator (for "leading" display) that result is inexact. [CHAR_LIMIT=NONE] -->
+ <!-- Menu option to display result including leading digits. [CHAR_LIMIT=40] -->
+ <!-- Menu option to display result as fraction. [CHAR_LIMIT=40] -->
+ <!-- Menu option to view the app's open source licenses. [CHAR_LIMIT=40] -->
+</resources>
diff --git a/res/values-small-port/styles.xml b/res/values-small-port/styles.xml
new file mode 100755
index 0000000..0a868b2
--- /dev/null
+++ b/res/values-small-port/styles.xml
@@ -0,0 +1,105 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (c) 2016, The Linux Foundation. All rights reserved.
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above
+ copyright notice, this list of conditions and the following
+ disclaimer in the documentation and/or other materials provided
+ with the distribution.
+ * Neither the name of The Linux Foundation nor the names of its
+ contributors may be used to endorse or promote products derived
+ from this software without specific prior written permission.
+
+ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
+ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
+ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
+ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
+ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ -->
+
+<!-- Styles for small portrait in split-screen mode,
+although the device is in Landscape mode -->
+<resources xmlns:android="http://schemas.android.com/apk/res/android">
+
+ <style name="DisplayTextStyle.Formula">
+ <item name="android:paddingTop">2dip</item>
+ <item name="android:paddingBottom">6dip</item>
+ <item name="android:paddingStart">36dip</item>
+ <item name="android:paddingEnd">36dip</item>
+ <item name="android:textSize">23sp</item>
+ </style>
+
+ <style name="DisplayTextStyle.Result">
+ <item name="android:paddingTop">8dip</item>
+ <item name="android:paddingBottom">12dip</item>
+ <item name="android:paddingStart">36dip</item>
+ <item name="android:paddingEnd">36dip</item>
+ <item name="android:textSize">23sp</item>
+ </style>
+
+ <style name="PadButtonStyle.Advanced">
+ <item name="android:background">@drawable/pad_button_advanced_background</item>
+ <item name="android:textColor">@color/pad_button_advanced_text_color</item>
+ <item name="android:textSize">14sp</item>
+ </style>
+
+ <style name="PadButtonStyle.Advanced.Text">
+ <item name="android:textAllCaps">true</item>
+ <item name="android:textSize">12sp</item>
+ </style>
+
+ <style name="PadButtonStyle.Numeric">
+ <item name="android:textSize">22sp</item>
+ </style>
+
+ <style name="PadButtonStyle.Numeric.Equals">
+ <item name="android:visibility">visible</item>
+ </style>
+
+ <style name="PadButtonStyle.Operator">
+ <item name="android:textSize">22sp</item>
+ </style>
+
+ <style name="PadButtonStyle.Operator.Text">
+ <item name="android:textAllCaps">true</item>
+ <item name="android:textSize">12sp</item>
+ </style>
+
+ <style name="PadLayoutStyle.Advanced">
+ <item name="android:elevation">4dip</item>
+ <item name="android:paddingTop">4dip</item>
+ <item name="android:paddingBottom">4dip</item>
+ <item name="android:paddingStart">8dip</item>
+ <item name="android:paddingEnd">8dip</item>
+ </style>
+
+ <style name="PadLayoutStyle.Operator">
+ <item name="android:layout_width">0dip</item>
+ <item name="android:layout_weight">96</item>
+ <item name="android:paddingTop">4dip</item>
+ <item name="android:paddingBottom">4dip</item>
+ <item name="android:paddingStart">4dip</item>
+ <item name="android:paddingEnd">28dip</item>
+ </style>
+
+ <style name="PadLayoutStyle.Numeric">
+ <item name="android:layout_width">0dip</item>
+ <item name="android:layout_weight">264</item>
+ <item name="android:paddingTop">4dip</item>
+ <item name="android:paddingBottom">4dip</item>
+ <item name="android:paddingStart">8dip</item>
+ <item name="android:paddingEnd">8dip</item>
+ </style>
+
+</resources>
diff --git a/res/values-sr-rCS/strings.xml b/res/values-sr-rCS/strings.xml
new file mode 100644
index 0000000..441717a
--- /dev/null
+++ b/res/values-sr-rCS/strings.xml
@@ -0,0 +1,149 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2015 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+<resources>
+ <!-- Name of the application. [CHAR_LIMIT=NONE] -->
+ <!-- Constant for Euler's number (i.e. "2.7182…"). [CHAR_LIMIT=1] -->
+ <!-- Constant for pi (i.e. "3.1415…"). [CHAR_LIMIT=1] -->
+ <!-- Left parenthesis (e.g. "log(", "2 × (3 - 1)". [CHAR_LIMIT=1] -->
+ <!-- Right parenthesis (e.g. "log(2)", "(3 - 1) × 2". [CHAR_LIMIT=1] -->
+ <!--
+ Decimal separator (e.g. "1.23" or "1,23").
+
+ This should be whatever character is appropriate for use as a decimal sign for a given locale
+ when used with Arabic numerals (i.e. 0, 1, 2, 3, ...)
+
+ [CHAR_LIMIT=1]
+ -->
+ <!-- Decimal representation of zero (e.g. "0", "10", "1.0", "1e0"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of one (e.g. "1", "11", "1.1", "1e1"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of two (e.g. "2", "22", "2.2", "2e2"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of three (e.g. "3", "33", "3.3", "3e3"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of four (e.g. "4", "44", "4.4", "4e4"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of five (e.g. "5", "55", "5.5", "5e5"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of six (e.g. "6", "66", "6.6", "6e6"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of seven (e.g. "7", "77", "7.7", "7e7"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of eight (e.g. "8", "88", "8.8", "8e8"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of eight (e.g. "9", "99", "9.9", "9e9"). [CHAR_LIMIT=1] -->
+ <!-- Addition operator (e.g. "1 + 2"). [CHAR_LIMIT=1] -->
+ <!-- Divide operator (e.g. "1 ÷ 2"). [CHAR_LIMIT=1] -->
+ <!-- Factorial operator (e.g. "2!"). [CHAR_LIMIT=1] -->
+ <!-- Multiply operator (e.g. "1 × 2"). [CHAR_LIMIT=1] -->
+ <!-- Percent operator (e.g. "25%"). [CHAR_LIMIT=1] -->
+ <!-- Power operator (e.g. "1 ^ 2"). [CHAR_LIMIT=1] -->
+ <!-- Square root operator (e.g. "√1"). [CHAR_LIMIT=1] -->
+ <!-- Subtraction operator (e.g. "1 - 2"). [CHAR_LIMIT=1] -->
+ <!-- Abbrev. name of cosine function (e.g. "cos(π)"). [CHAR_LIMIT=4] -->
+ <!-- Natural logarithm function (e.g. "ln(2)"). [CHAR_LIMIT=4] -->
+ <!-- Logarithm function (e.g. "log(10)"). [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of sine function (e.g. "sin(π)"). [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of tangent function (e.g. "tan(π)"). [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of cosine function (e.g. "arccos(π)"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of sine function (e.g. "arcsin(π)"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of tangent function (e.g. "arctan(π)"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of base 10 exponential function (e.g. "10^6"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of exponential function (e.g. "e^6"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of suffix square function on key (e.g. "17^2"). [CHAR_LIMIT=5] -->
+ <!--
+ Abbrev. name of suffix square function in formula.
+ "^2" does not work, since it blends into a later constant.
+ -->
+ <!-- Abbrev. name of exponential function in formula. -->
+ <!-- Abbrev. name of degree mode [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of radian mode. [CHAR_LIMIT=4] -->
+ <!-- Equals button (e.g. "1 + 2 = ?"). [CHAR_LIMIT=1] -->
+ <!-- Clear button to clear the currently entered expression. [CHAR_LIMIT=4] -->
+ <!--
+ Announced when all characters are removed from Formula, e.g. after clear. [CHAR_LIMIT=NONE]
+ -->
+ <!-- Delete button to remove last entered token. [CHAR_LIMIT=4] -->
+ <!-- Toggle button to show/hide inverse functions. [CHAR_LIMIT=4] -->
+ <!-- Content description for 'e' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'π' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '.' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '(' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for ')' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'cos' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'ln' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'log' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'sin' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'tan' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'arccos' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'arcsin' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'arctan' button. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for 10^ button. This button is used to raise 10 to the subsequently
+ entered power. E.g. <10^>3 would yield 1000.
+ [CHAR_LIMIT=NONE]
+ -->
+ <!-- Content description for e^ (exponential function) button. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for ^2 button. This button is used to square the previously entered
+ number. E.g. 3<^2> would yield 9.
+ [CHAR_LIMIT=NONE]
+ -->
+ <!-- Content description for '+' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '÷' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '!' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '×' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '%' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '^' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '√' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '-' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for degree mode. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for radian mode. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for switch to degree button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for switch to radian button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '=' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for "clr" button. Deletes entire formula. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for "del" button. Deletes single character. Should differ
+ from desc_clr. [CHAR_LIMIT=NONE]
+ -->
+ <!-- Content description for "inv" button to show inverse functions. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for "inv" button to hide inverse functions. [CHAR_LIMIT=NONE] -->
+ <!-- Error displayed when expression evaluates to an undefined result. [CHAR_LIMIT=20] -->
+ <!-- Error displayed when expression contains a syntax error. [CHAR_LIMIT=20] -->
+ <!-- Error displayed when evaluation is manually aborted. [CHAR_LIMIT=20] -->
+ <!-- Error displayed when excessive precision is required. [CHAR_LIMIT=20] -->
+ <!--
+ Error displayed when division by zero is detected.
+
+ If the translation does not fit within the given limit, then a shortened version must
+ be used, e.g. "Division by 0". Exceeding the limit will result in a truncated string.
+
+ [CHAR_LIMIT=20]
+ -->
+ <!-- Toast shown when text is copied to the clipboard. [CHAR_LIMIT=40] -->
+ <!-- Dialog message when a computation is cancelled by the user. [CHAR_LIMIT=NONE] -->
+ <!-- Dialog message when a computation times out. [CHAR_LIMIT=NONE] -->
+ <!--
+ Button label to allow future computations with a longer timeout.
+
+ When evaluating a result takes too long, we show a "timed out" dialog. This button allows
+ the user to increase the maximum amount of time we attempt to evaluate the expression before
+ "timing out".
+
+ [CHAR_LIMIT=40]
+ -->
+ <!-- Button label to dismiss informative text message. [CHAR_LIMIT=40] -->
+ <!-- Appended indicator (for "leading" display) that result is exact. [CHAR_LIMIT=NONE] -->
+ <!-- Indicator (for "leading" display) that result is inexact. [CHAR_LIMIT=NONE] -->
+ <!-- Menu option to display result including leading digits. [CHAR_LIMIT=40] -->
+ <!-- Menu option to display result as fraction. [CHAR_LIMIT=40] -->
+ <!-- Menu option to view the app's open source licenses. [CHAR_LIMIT=40] -->
+</resources>
diff --git a/res/values-ug/strings.xml b/res/values-ug/strings.xml
new file mode 100644
index 0000000..441717a
--- /dev/null
+++ b/res/values-ug/strings.xml
@@ -0,0 +1,149 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Generated by crowdin.com-->
+<!--
+ Copyright (C) 2015 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+<resources>
+ <!-- Name of the application. [CHAR_LIMIT=NONE] -->
+ <!-- Constant for Euler's number (i.e. "2.7182…"). [CHAR_LIMIT=1] -->
+ <!-- Constant for pi (i.e. "3.1415…"). [CHAR_LIMIT=1] -->
+ <!-- Left parenthesis (e.g. "log(", "2 × (3 - 1)". [CHAR_LIMIT=1] -->
+ <!-- Right parenthesis (e.g. "log(2)", "(3 - 1) × 2". [CHAR_LIMIT=1] -->
+ <!--
+ Decimal separator (e.g. "1.23" or "1,23").
+
+ This should be whatever character is appropriate for use as a decimal sign for a given locale
+ when used with Arabic numerals (i.e. 0, 1, 2, 3, ...)
+
+ [CHAR_LIMIT=1]
+ -->
+ <!-- Decimal representation of zero (e.g. "0", "10", "1.0", "1e0"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of one (e.g. "1", "11", "1.1", "1e1"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of two (e.g. "2", "22", "2.2", "2e2"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of three (e.g. "3", "33", "3.3", "3e3"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of four (e.g. "4", "44", "4.4", "4e4"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of five (e.g. "5", "55", "5.5", "5e5"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of six (e.g. "6", "66", "6.6", "6e6"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of seven (e.g. "7", "77", "7.7", "7e7"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of eight (e.g. "8", "88", "8.8", "8e8"). [CHAR_LIMIT=1] -->
+ <!-- Decimal representation of eight (e.g. "9", "99", "9.9", "9e9"). [CHAR_LIMIT=1] -->
+ <!-- Addition operator (e.g. "1 + 2"). [CHAR_LIMIT=1] -->
+ <!-- Divide operator (e.g. "1 ÷ 2"). [CHAR_LIMIT=1] -->
+ <!-- Factorial operator (e.g. "2!"). [CHAR_LIMIT=1] -->
+ <!-- Multiply operator (e.g. "1 × 2"). [CHAR_LIMIT=1] -->
+ <!-- Percent operator (e.g. "25%"). [CHAR_LIMIT=1] -->
+ <!-- Power operator (e.g. "1 ^ 2"). [CHAR_LIMIT=1] -->
+ <!-- Square root operator (e.g. "√1"). [CHAR_LIMIT=1] -->
+ <!-- Subtraction operator (e.g. "1 - 2"). [CHAR_LIMIT=1] -->
+ <!-- Abbrev. name of cosine function (e.g. "cos(π)"). [CHAR_LIMIT=4] -->
+ <!-- Natural logarithm function (e.g. "ln(2)"). [CHAR_LIMIT=4] -->
+ <!-- Logarithm function (e.g. "log(10)"). [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of sine function (e.g. "sin(π)"). [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of tangent function (e.g. "tan(π)"). [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of cosine function (e.g. "arccos(π)"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of sine function (e.g. "arcsin(π)"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of tangent function (e.g. "arctan(π)"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of base 10 exponential function (e.g. "10^6"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of exponential function (e.g. "e^6"). [CHAR_LIMIT=5] -->
+ <!-- Abbrev. name of suffix square function on key (e.g. "17^2"). [CHAR_LIMIT=5] -->
+ <!--
+ Abbrev. name of suffix square function in formula.
+ "^2" does not work, since it blends into a later constant.
+ -->
+ <!-- Abbrev. name of exponential function in formula. -->
+ <!-- Abbrev. name of degree mode [CHAR_LIMIT=4] -->
+ <!-- Abbrev. name of radian mode. [CHAR_LIMIT=4] -->
+ <!-- Equals button (e.g. "1 + 2 = ?"). [CHAR_LIMIT=1] -->
+ <!-- Clear button to clear the currently entered expression. [CHAR_LIMIT=4] -->
+ <!--
+ Announced when all characters are removed from Formula, e.g. after clear. [CHAR_LIMIT=NONE]
+ -->
+ <!-- Delete button to remove last entered token. [CHAR_LIMIT=4] -->
+ <!-- Toggle button to show/hide inverse functions. [CHAR_LIMIT=4] -->
+ <!-- Content description for 'e' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'π' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '.' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '(' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for ')' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'cos' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'ln' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'log' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'sin' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'tan' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'arccos' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'arcsin' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for 'arctan' button. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for 10^ button. This button is used to raise 10 to the subsequently
+ entered power. E.g. <10^>3 would yield 1000.
+ [CHAR_LIMIT=NONE]
+ -->
+ <!-- Content description for e^ (exponential function) button. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for ^2 button. This button is used to square the previously entered
+ number. E.g. 3<^2> would yield 9.
+ [CHAR_LIMIT=NONE]
+ -->
+ <!-- Content description for '+' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '÷' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '!' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '×' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '%' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '^' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '√' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '-' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for degree mode. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for radian mode. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for switch to degree button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for switch to radian button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for '=' button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for "clr" button. Deletes entire formula. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for "del" button. Deletes single character. Should differ
+ from desc_clr. [CHAR_LIMIT=NONE]
+ -->
+ <!-- Content description for "inv" button to show inverse functions. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for "inv" button to hide inverse functions. [CHAR_LIMIT=NONE] -->
+ <!-- Error displayed when expression evaluates to an undefined result. [CHAR_LIMIT=20] -->
+ <!-- Error displayed when expression contains a syntax error. [CHAR_LIMIT=20] -->
+ <!-- Error displayed when evaluation is manually aborted. [CHAR_LIMIT=20] -->
+ <!-- Error displayed when excessive precision is required. [CHAR_LIMIT=20] -->
+ <!--
+ Error displayed when division by zero is detected.
+
+ If the translation does not fit within the given limit, then a shortened version must
+ be used, e.g. "Division by 0". Exceeding the limit will result in a truncated string.
+
+ [CHAR_LIMIT=20]
+ -->
+ <!-- Toast shown when text is copied to the clipboard. [CHAR_LIMIT=40] -->
+ <!-- Dialog message when a computation is cancelled by the user. [CHAR_LIMIT=NONE] -->
+ <!-- Dialog message when a computation times out. [CHAR_LIMIT=NONE] -->
+ <!--
+ Button label to allow future computations with a longer timeout.
+
+ When evaluating a result takes too long, we show a "timed out" dialog. This button allows
+ the user to increase the maximum amount of time we attempt to evaluate the expression before
+ "timing out".
+
+ [CHAR_LIMIT=40]
+ -->
+ <!-- Button label to dismiss informative text message. [CHAR_LIMIT=40] -->
+ <!-- Appended indicator (for "leading" display) that result is exact. [CHAR_LIMIT=NONE] -->
+ <!-- Indicator (for "leading" display) that result is inexact. [CHAR_LIMIT=NONE] -->
+ <!-- Menu option to display result including leading digits. [CHAR_LIMIT=40] -->
+ <!-- Menu option to display result as fraction. [CHAR_LIMIT=40] -->
+ <!-- Menu option to view the app's open source licenses. [CHAR_LIMIT=40] -->
+</resources>
diff --git a/src/com/android/calculator2/CalculatorExpr.java b/src/com/android/calculator2/CalculatorExpr.java
index 14d9236..40da4a1 100644..100755
--- a/src/com/android/calculator2/CalculatorExpr.java
+++ b/src/com/android/calculator2/CalculatorExpr.java
@@ -873,19 +873,25 @@ class CalculatorExpr {
* Unlike the "general" case using logarithms, this handles a negative base.
*/
private static CR pow(CR base, BigInteger exp) {
- if (exp.compareTo(BigInteger.ZERO) < 0) {
- return pow(base, exp.negate()).inverse();
+ BigInteger bigInteger = new BigInteger(exp.toString());
+
+ if (bigInteger.compareTo(BigInteger.ZERO) < 0) {
+ return pow(base, bigInteger.negate()).inverse();
}
- if (exp.equals(BigInteger.ONE)) {
+
+ if (bigInteger.equals(BigInteger.ONE)) {
return base;
}
- if (exp.and(BigInteger.ONE).intValue() == 1) {
- return pow(base, exp.subtract(BigInteger.ONE)).multiply(base);
+
+ if (bigInteger.and(BigInteger.ONE).intValue() == 1) {
+ return pow(base, bigInteger.subtract(BigInteger.ONE)).multiply(base);
}
- if (exp.equals(BigInteger.ZERO)) {
+
+ if (bigInteger.equals(BigInteger.ZERO)) {
return CR.valueOf(1);
}
- CR tmp = pow(base, exp.shiftRight(1));
+
+ CR tmp = pow(base, bigInteger.shiftRight(1));
return tmp.multiply(tmp);
}
@@ -961,7 +967,8 @@ class CalculatorExpr {
// values. That wouldn't work reliably with floating point either.
BigInteger int_exp = BoundedRational.asBigInteger(exp.ratVal);
if (int_exp != null) {
- crVal = pow(crVal, int_exp);
+ BigInteger bigInteger = new BigInteger(int_exp.toString());
+ crVal = pow(crVal, bigInteger);
} else {
crVal = crVal.ln().multiply(exp.val).exp();
}