summaryrefslogtreecommitdiffstats
path: root/res/values-cy/arrays.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values-cy/arrays.xml')
-rw-r--r--res/values-cy/arrays.xml104
1 files changed, 104 insertions, 0 deletions
diff --git a/res/values-cy/arrays.xml b/res/values-cy/arrays.xml
index 161e2db2..5a62f47b 100644
--- a/res/values-cy/arrays.xml
+++ b/res/values-cy/arrays.xml
@@ -19,6 +19,12 @@
These must be kept in sync with the reminder_methods_values array.
[CHAR LIMIT=10]
-->
+ <string-array name="reminder_methods_labels">
+ <item>Hysbysiad</item>
+ <item>Email</item>
+ <item>SMS</item>
+ <item>Alarm</item>
+ </string-array>
<!-- This maps reminder_methods_labels to internal constants. -->
<!-- Choices for the "Reminder minutes" spinner.
These must be kept in sync with the reminder_minutes_values array.
@@ -27,12 +33,61 @@
this and just generate the list from reminder_minutes_values?)
[CHAR LIMIT=15]
-->
+ <string-array name="reminder_minutes_labels">
+ <item>0 minutes</item>
+ <item>1 minute</item>
+ <item>5 minutes</item>
+ <item>10 minutes</item>
+ <item>15 minutes</item>
+ <item>20 minutes</item>
+ <item>25 minutes</item>
+ <item>30 minutes</item>
+ <item>45 minutes</item>
+ <item>1 hour</item>
+ <item>2 hours</item>
+ <item>3 hours</item>
+ <item>12 hours</item>
+ <item>24 hours</item>
+ <item>2 ddiwrnod</item>
+ <item>1 week</item>
+ </string-array>
<!-- Choices for the "Reminder minutes" spinner in the settings.
These must be kept in sync with the preferences_default_reminder_values array.
[CHAR LIMIT=12]
-->
+ <string-array name="preferences_default_reminder_labels">
+ <item>Dim</item>
+ <item>0 minutes</item>
+ <item>1 minute</item>
+ <item>5 minutes</item>
+ <item>10 minutes</item>
+ <item>15 minutes</item>
+ <item>20 minutes</item>
+ <item>25 minutes</item>
+ <item>30 minutes</item>
+ <item>45 minutes</item>
+ <item>1 hour</item>
+ <item>2 hours</item>
+ <item>3 hours</item>
+ <item>12 hours</item>
+ <item>24 hours</item>
+ <item>2 ddiwrnod</item>
+ <item>1 week</item>
+ </string-array>
+ <string-array name="preferences_week_start_day_labels">
+ <item>Locale rhagosodedig</item>
+ <item>Dydd Sadwrn</item>
+ <item>Dydd Sul</item>
+ <item>Dydd Llun</item>
+ </string-array>
<!-- This maps reminder_methods_labels to internal constants. -->
<!-- Invitation responses -->
+ <string-array name="response_labels1">
+ <item>No response</item>
+ <item>Yes</item>
+ <item>Maybe</item>
+ <item>Na</item>
+ </string-array>
<!-- The corresponding indices are defined in DeleteEventHelper.java -->
<!-- This is a list of choices displayed when the user deletes an event.
It only is shown when deleting a recurring event.
@@ -58,10 +113,59 @@
that were present in some languages.
-->
<!-- Repeat a monthly event on the same nth day of every Sunday. [CHAR LIMIT=30] -->
+ <string-array name="repeat_by_nth_sun">
+ <item>pob dydd Sul cyntaf</item>
+ <item>pob ail ddydd Sul</item>
+ <item>pob trydydd dydd Sul</item>
+ <item>pob pedwerydd dydd Sul</item>
+ <item>pob dydd Sul olaf</item>
+ </string-array>
<!-- Repeat a monthly event on the same nth day of every Monday. [CHAR LIMIT=30] -->
+ <string-array name="repeat_by_nth_mon">
+ <item>pob dydd Llun cyntaf</item>
+ <item>pob ail ddydd Llun</item>
+ <item>pob trydydd dydd Llun</item>
+ <item>pob pedwerydd dydd Llun</item>
+ <item>pob dydd Llun olaf</item>
+ </string-array>
<!-- Repeat a monthly event on the same nth day of every Tuesday. [CHAR LIMIT=30] -->
+ <string-array name="repeat_by_nth_tues">
+ <item>pob dydd Mawrth cyntaf</item>
+ <item>pob ail ddydd Mawrth</item>
+ <item>pob trydydd dydd Mawrth</item>
+ <item>pob pedwerydd dydd Mawrth</item>
+ <item>pob dydd Mawrth olaf</item>
+ </string-array>
<!-- Repeat a monthly event on the same nth day of every Wednesday. [CHAR LIMIT=30] -->
+ <string-array name="repeat_by_nth_wed">
+ <item>pob dydd Mercher cyntaf</item>
+ <item>pob ail ddydd Mercher</item>
+ <item>pob trydydd dydd Mercher</item>
+ <item>pob pedwerydd dydd Mercher</item>
+ <item>pob dydd Mercher olaf</item>
+ </string-array>
<!-- Repeat a monthly event on the same nth day of every Thursday. [CHAR LIMIT=30] -->
+ <string-array name="repeat_by_nth_thurs">
+ <item>pob dydd Iau cyntaf</item>
+ <item>pob ail ddydd Iau</item>
+ <item>pob trydydd dydd Iau</item>
+ <item>pob pedwerydd dydd Iau</item>
+ <item>pob dydd Iau olaf</item>
+ </string-array>
<!-- Repeat a monthly event on the same nth day of every Friday. [CHAR LIMIT=30] -->
+ <string-array name="repeat_by_nth_fri">
+ <item>pob dydd Gwener cyntaf</item>
+ <item>pob ail ddydd Gwener</item>
+ <item>pob trydydd dydd Gwener</item>
+ <item>pob pedwerydd dydd Gwener</item>
+ <item>pob dydd Gwener olaf</item>
+ </string-array>
<!-- Repeat a monthly event on the same nth day of every Saturday. [CHAR LIMIT=30] -->
+ <string-array name="repeat_by_nth_sat">
+ <item>pob dydd Sadwrn cyntaf</item>
+ <item>pob ail ddydd Sadwrn</item>
+ <item>pob trydydd dydd Sadwrn</item>
+ <item>pob pedwerydd dydd Sadwrn</item>
+ <item>pob dydd Sadwrn olaf</item>
+ </string-array>
</resources>