summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mkbestas@lineageos.org>2018-10-14 14:00:27 +0300
committerMichael Bestas <mkbestas@lineageos.org>2018-10-14 14:00:27 +0300
commitc7a7edd539540a41fbd8686163e3bc56e84c4092 (patch)
tree050c3871781f3cb3db1aed7bac6d57af17c40b14
parent2d995d5755a11930440814bc9939d9b4e1555245 (diff)
downloadandroid_packages_apps_ExactCalculator-c7a7edd539540a41fbd8686163e3bc56e84c4092.tar.gz
android_packages_apps_ExactCalculator-c7a7edd539540a41fbd8686163e3bc56e84c4092.tar.bz2
android_packages_apps_ExactCalculator-c7a7edd539540a41fbd8686163e3bc56e84c4092.zip
Automatic translation import
Change-Id: Id5538b188563ae57484d46ef72980c4e42674939
-rw-r--r--res/values-cy/strings.xml53
1 files changed, 53 insertions, 0 deletions
diff --git a/res/values-cy/strings.xml b/res/values-cy/strings.xml
index 64f435b..7a020a9 100644
--- a/res/values-cy/strings.xml
+++ b/res/values-cy/strings.xml
@@ -17,6 +17,7 @@
-->
<resources>
<!-- Name of the application. [CHAR_LIMIT=NONE] -->
+ <string name="app_name">Cyfrifiannell</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] -->
@@ -65,62 +66,103 @@
-->
<!-- Abbrev. name of exponential function in formula. -->
<!-- Abbrev. name of degree mode [CHAR_LIMIT=4] -->
+ <string name="mode_deg">deg</string>
<!-- Abbrev. name of radian mode. [CHAR_LIMIT=4] -->
+ <string name="mode_rad">rad</string>
<!-- Equals button (e.g. "1 + 2 = ?"). [CHAR_LIMIT=1] -->
<!-- Clear button to clear the currently entered expression. [CHAR_LIMIT=4] -->
+ <string name="clr">clr</string>
<!--
Announced when all characters are removed from Formula, e.g. after clear. [CHAR_LIMIT=NONE]
-->
+ <string name="cleared">cliriwyd</string>
<!-- Delete button to remove last entered token. [CHAR_LIMIT=4] -->
+ <string name="del">del</string>
<!-- Toggle button to show/hide inverse functions. [CHAR_LIMIT=4] -->
<!-- Content description for 'e' button. [CHAR_LIMIT=NONE] -->
+ <string name="desc_const_e">Rhif Euler</string>
<!-- Content description for 'π' button. [CHAR_LIMIT=NONE] -->
+ <string name="desc_const_pi">pi</string>
<!-- Content description for '.' button. [CHAR_LIMIT=NONE] -->
+ <string name="desc_dec_point">pwynt</string>
<!-- Content description for '(' button. [CHAR_LIMIT=NONE] -->
+ <string name="desc_lparen">cromfach chwith</string>
<!-- Content description for ')' button. [CHAR_LIMIT=NONE] -->
+ <string name="desc_rparen">cromfach dde</string>
<!-- Content description for 'cos' button. [CHAR_LIMIT=NONE] -->
+ <string name="desc_fun_cos">cosine</string>
<!-- Content description for 'ln' button. [CHAR_LIMIT=NONE] -->
+ <string name="desc_fun_ln">logarithm naturiol</string>
<!-- Content description for 'log' button. [CHAR_LIMIT=NONE] -->
+ <string name="desc_fun_log">logarithm</string>
<!-- Content description for 'sin' button. [CHAR_LIMIT=NONE] -->
+ <string name="desc_fun_sin">sine</string>
<!-- Content description for 'tan' button. [CHAR_LIMIT=NONE] -->
+ <string name="desc_fun_tan">tangiad</string>
<!-- Content description for 'arccos' button. [CHAR_LIMIT=NONE] -->
+ <string name="desc_fun_arccos">cosine gwrthdro</string>
<!-- Content description for 'arcsin' button. [CHAR_LIMIT=NONE] -->
+ <string name="desc_fun_arcsin">sine gwrthdro</string>
<!-- Content description for 'arctan' button. [CHAR_LIMIT=NONE] -->
+ <string name="desc_fun_arctan">tangent gwrthdro</string>
<!--
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] -->
+ <string name="desc_fun_exp">ffwythiant esbonyddol</string>
<!--
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]
-->
+ <string name="desc_op_sqr">wedi\'i sgwario</string>
<!-- Content description for '+' button. [CHAR_LIMIT=NONE] -->
+ <string name="desc_op_add">plws</string>
<!-- Content description for '÷' button. [CHAR_LIMIT=NONE] -->
+ <string name="desc_op_div">rhannu</string>
<!-- Content description for '!' button. [CHAR_LIMIT=NONE] -->
+ <string name="desc_op_fact">ffactorol</string>
<!-- Content description for '×' button. [CHAR_LIMIT=NONE] -->
+ <string name="desc_op_mul">lluosi</string>
<!-- Content description for '%' button. [CHAR_LIMIT=NONE] -->
+ <string name="desc_op_pct">y cant</string>
<!-- Content description for '^' button. [CHAR_LIMIT=NONE] -->
+ <string name="desc_op_pow">pŵer</string>
<!-- Content description for '√' button. [CHAR_LIMIT=NONE] -->
+ <string name="desc_op_sqrt">ail isradd</string>
<!-- Content description for '-' button. [CHAR_LIMIT=NONE] -->
+ <string name="desc_op_sub">minws</string>
<!-- Content description for degree mode. [CHAR_LIMIT=NONE] -->
+ <string name="desc_mode_deg">modd graddau</string>
<!-- Content description for radian mode. [CHAR_LIMIT=NONE] -->
+ <string name="desc_mode_rad">modd radianau</string>
<!-- Content description for switch to degree button. [CHAR_LIMIT=NONE] -->
+ <string name="desc_switch_deg">newid i graddau</string>
<!-- Content description for switch to radian button. [CHAR_LIMIT=NONE] -->
+ <string name="desc_switch_rad">newid i radianau</string>
<!-- Content description for '=' button. [CHAR_LIMIT=NONE] -->
+ <string name="desc_eq">yn hafal i</string>
<!-- Content description for "clr" button. Deletes entire formula. [CHAR_LIMIT=NONE] -->
+ <string name="desc_clr">clirio</string>
<!--
Content description for "del" button. Deletes single character. Should differ
from desc_clr. [CHAR_LIMIT=NONE]
-->
+ <string name="desc_del">dileu</string>
<!-- Content description for "inv" button to show inverse functions. [CHAR_LIMIT=NONE] -->
+ <string name="desc_inv_off">dangos ffwythiannau gwrthdro</string>
<!-- Content description for "inv" button to hide inverse functions. [CHAR_LIMIT=NONE] -->
+ <string name="desc_inv_on">cuddio ffwythiannau gwrthdro</string>
<!-- Error displayed when expression evaluates to an undefined result. [CHAR_LIMIT=20] -->
+ <string name="error_nan">Dim yn rhif</string>
<!-- Error displayed when expression contains a syntax error. [CHAR_LIMIT=20] -->
+ <string name="error_syntax">Mynegiad gwael</string>
<!-- Error displayed when evaluation is manually aborted. [CHAR_LIMIT=20] -->
+ <string name="error_aborted">Ataliwyd</string>
<!-- Error displayed when excessive precision is required. [CHAR_LIMIT=20] -->
+ <string name="error_overflow">Diderfyn?</string>
<!--
Error displayed when division by zero is detected.
@@ -129,9 +171,13 @@
[CHAR_LIMIT=20]
-->
+ <string name="error_zero_divide">Meth ei rannu â 0</string>
<!-- Toast shown when text is copied to the clipboard. [CHAR_LIMIT=40] -->
+ <string name="text_copied_toast">Testun wedi\'i gopïo</string>
<!-- Dialog message when a computation is cancelled by the user. [CHAR_LIMIT=NONE] -->
+ <string name="cancelled">Diddymwyd y cyfrifiannu</string>
<!-- Dialog message when a computation times out. [CHAR_LIMIT=NONE] -->
+ <string name="timeout">Amser ar ben. Gall fod y gwerth yn ddiddiwedd neu heb ei ddiffinio.</string>
<!--
Button label to allow future computations with a longer timeout.
@@ -141,10 +187,17 @@
[CHAR_LIMIT=40]
-->
+ <string name="ok_remove_timeout">Caniatáu amser hirach</string>
<!-- Button label to dismiss informative text message. [CHAR_LIMIT=40] -->
+ <string name="dismiss">Wfftio</string>
<!-- Appended indicator (for "leading" display) that result is exact. [CHAR_LIMIT=NONE] -->
+ <string name="exact">(union)</string>
<!-- Indicator (for "leading" display) that result is inexact. [CHAR_LIMIT=NONE] -->
+ <string name="approximate">(±1 yn digid olaf)</string>
<!-- Menu option to display result including leading digits. [CHAR_LIMIT=40] -->
+ <string name="menu_leading">Ateb gyda digidau arweiniol</string>
<!-- Menu option to display result as fraction. [CHAR_LIMIT=40] -->
+ <string name="menu_fraction">Ateb fel ffracsiwn</string>
<!-- Menu option to view the app's open source licenses. [CHAR_LIMIT=40] -->
+ <string name="menu_licenses">Trwyddedau cod agored</string>
</resources>