summaryrefslogtreecommitdiffstats
path: root/res/values-eo/arrays.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values-eo/arrays.xml')
-rw-r--r--res/values-eo/arrays.xml191
1 files changed, 71 insertions, 120 deletions
diff --git a/res/values-eo/arrays.xml b/res/values-eo/arrays.xml
index d0b8d0f2..2de9b153 100644
--- a/res/values-eo/arrays.xml
+++ b/res/values-eo/arrays.xml
@@ -15,124 +15,75 @@
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]
- -->
- <string-array name="reminder_methods_labels">
- <item>Sciigo</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.
- 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]
- -->
- <string-array name="reminder_minutes_labels">
- <item>0 minutoj</item>
- <item>1 minuto</item>
- <item>5 minutoj</item>
- <item>10 minutoj</item>
- <item>15 minutoj</item>
- <item>20 minutoj</item>
- <item>25 minutoj</item>
- <item>30 minutoj</item>
- <item>45 minutoj</item>
- <item>1 horo</item>
- <item>2 horoj</item>
- <item>3 horoj</item>
- <item>12 horoj</item>
- <item>24 horoj</item>
- <item>2 tagoj</item>
- <item>1 semajno</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>None</item>
- <item>0 minutoj</item>
- <item>1 minuto</item>
- <item>5 minutoj</item>
- <item>10 minutoj</item>
- <item>15 minutoj</item>
- <item>20 minutoj</item>
- <item>25 minutoj</item>
- <item>30 minutoj</item>
- <item>45 minutoj</item>
- <item>1 horo</item>
- <item>2 horoj</item>
- <item>3 horoj</item>
- <item>12 horoj</item>
- <item>24 horoj</item>
- <item>2 tagoj</item>
- <item>1 semajno</item>
- </string-array>
- <!-- This maps reminder_methods_labels to internal constants. -->
- <string-array name="ordinal_labels">
- <item>unua</item>
- <item>dua</item>
- <item>tria</item>
- <item>kvara</item>
- <item>lasta</item>
- </string-array>
- <!-- Invitation responses -->
- <string-array name="response_labels1">
- <item>No response</item>
- <item>Jes</item>
- <item>Maybe</item>
- <item>Ne</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.
- -->
- <string-array name="delete_repeating_labels">
- <item>Only this event</item>
- <item>This and future events</item>
- <item>Ĉiuj eventoj</item>
- </string-array>
- <!-- 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.
- -->
- <string-array name="delete_repeating_labels_no_selected">
- <item>This &amp; future events</item>
- <item>Ĉiuj eventoj</item>
- </string-array>
- <!-- 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 -->
- <string-array name="buttons_list">
- <item>Tago</item>
- <item>Semajno</item>
- <item>Monato</item>
- <item>Agenda</item>
- </string-array>
- <!-- 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] -->
+ <string-array name="reminder_methods_labels">
+ <item>Sciigo</item>
+ <item>Email</item>
+ <item>SMS</item>
+ <item>Alarm</item>
+ </string-array>
+ <string-array name="reminder_minutes_labels">
+ <item>0 minutoj</item>
+ <item>1 minuto</item>
+ <item>5 minutoj</item>
+ <item>10 minutoj</item>
+ <item>15 minutoj</item>
+ <item>20 minutoj</item>
+ <item>25 minutoj</item>
+ <item>30 minutoj</item>
+ <item>45 minutoj</item>
+ <item>1 horo</item>
+ <item>2 horoj</item>
+ <item>3 horoj</item>
+ <item>12 horoj</item>
+ <item>24 horoj</item>
+ <item>2 tagoj</item>
+ <item>1 semajno</item>
+ </string-array>
+ <string-array name="preferences_default_reminder_labels">
+ <item>None</item>
+ <item>0 minutoj</item>
+ <item>1 minuto</item>
+ <item>5 minutoj</item>
+ <item>10 minutoj</item>
+ <item>15 minutoj</item>
+ <item>20 minutoj</item>
+ <item>25 minutoj</item>
+ <item>30 minutoj</item>
+ <item>45 minutoj</item>
+ <item>1 horo</item>
+ <item>2 horoj</item>
+ <item>3 horoj</item>
+ <item>12 horoj</item>
+ <item>24 horoj</item>
+ <item>2 tagoj</item>
+ <item>1 semajno</item>
+ </string-array>
+ <string-array name="ordinal_labels">
+ <item>unua</item>
+ <item>dua</item>
+ <item>tria</item>
+ <item>kvara</item>
+ <item>lasta</item>
+ </string-array>
+ <string-array name="response_labels1">
+ <item>No response</item>
+ <item>Jes</item>
+ <item>Maybe</item>
+ <item>Ne</item>
+ </string-array>
+ <string-array name="delete_repeating_labels">
+ <item>Only this event</item>
+ <item>This and future events</item>
+ <item>Ĉiuj eventoj</item>
+ </string-array>
+ <string-array name="delete_repeating_labels_no_selected">
+ <item>This &amp; future events</item>
+ <item>Ĉiuj eventoj</item>
+ </string-array>
+ <string-array name="buttons_list">
+ <item>Tago</item>
+ <item>Semajno</item>
+ <item>Monato</item>
+ <item>Agenda</item>
+ </string-array>
</resources>