summaryrefslogtreecommitdiffstats
path: root/res/values-be/arrays.xml
blob: 161e2db278ea4d9e019deed32624eef84bd02659 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!-- Copyright (C) 2007 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>
  <!-- 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>