summaryrefslogtreecommitdiffstats
path: root/res/values-gd-rGB/arrays.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values-gd-rGB/arrays.xml')
-rw-r--r--res/values-gd-rGB/arrays.xml54
1 files changed, 49 insertions, 5 deletions
diff --git a/res/values-gd-rGB/arrays.xml b/res/values-gd-rGB/arrays.xml
index 8e3991aa..161e2db2 100644
--- a/res/values-gd-rGB/arrays.xml
+++ b/res/values-gd-rGB/arrays.xml
@@ -15,9 +15,53 @@
limitations under the License.
-->
<resources>
- <integer-array name="delete_repeating_values">
- <item>0</item>
- <item>1</item>
- <item>2</item>
- </integer-array>
+ <!-- Choices for the "Reminder method" spinner.
+ These must be kept in sync with the reminder_methods_values array.
+ [CHAR LIMIT=10]
+ -->
+ <!-- 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.
+ For consistency, the format should match what
+ EventViewUtils.constructReminderLabel() generates. (TODO: eliminate
+ this and just generate the list from reminder_minutes_values?)
+ [CHAR LIMIT=15]
+ -->
+ <!-- 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]
+ -->
+ <!-- This maps reminder_methods_labels to internal constants. -->
+ <!-- Invitation responses -->
+ <!-- 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.
+ -->
+ <!-- DO NOT TRANSLATE These values need to correspond to the indices
+ defined in DeleteEventHelper.java-->
+ <!-- The corresponding indices are defined in DeleteEventHelper.java -->
+ <!-- This is the same array as above (the "delete_repeating_labels" array,
+ except that the first element "Only this event" is removed. This
+ array exists to work-around a bug in the CalendarProvider and sync
+ code where you can't delete one instance of a repeating event that
+ was created on the phone until that event has been synced to the server.
+ -->
+ <!-- The corresponding array indices are defined in EventInfoActivity.java -->
+ <!-- The list of choices displayed in a dialog box when the user wants to
+ respond to an invitation that repeats. -->
+ <!-- Strings for buttons in drop down menu -->
+ <!-- Experimental options for skipping reminders. [CHAR LIMIT = 37] -->
+ <!-- Recurrence picker: How events are to be repeated. [CHAR LIMIT = 20] -->
+ <!-- The following sets of strings describe a monthly recurring event, which will repeat
+ on the Nth WEEKDAY of every month. For example, the 3rd Monday of every month, or
+ the last Sunday. These are set up like this to resolve any gender-matching issues
+ that were present in some languages.
+ -->
+ <!-- Repeat a monthly event on the same nth day of every Sunday. [CHAR LIMIT=30] -->
+ <!-- Repeat a monthly event on the same nth day of every Monday. [CHAR LIMIT=30] -->
+ <!-- Repeat a monthly event on the same nth day of every Tuesday. [CHAR LIMIT=30] -->
+ <!-- Repeat a monthly event on the same nth day of every Wednesday. [CHAR LIMIT=30] -->
+ <!-- Repeat a monthly event on the same nth day of every Thursday. [CHAR LIMIT=30] -->
+ <!-- Repeat a monthly event on the same nth day of every Friday. [CHAR LIMIT=30] -->
+ <!-- Repeat a monthly event on the same nth day of every Saturday. [CHAR LIMIT=30] -->
</resources>