arrays.xml revision 4a430f406bb4b32de502ebbbc7855570ead32833
1<?xml version="1.0" encoding="UTF-8"?>
2<!--  Copyright (C) 2007 The Android Open Source Project
3
4     Licensed under the Apache License, Version 2.0 (the "License");
5     you may not use this file except in compliance with the License.
6     You may obtain a copy of the License at
7  
8          http://www.apache.org/licenses/LICENSE-2.0
9  
10     Unless required by applicable law or agreed to in writing, software
11     distributed under the License is distributed on an "AS IS" BASIS,
12     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13     See the License for the specific language governing permissions and
14     limitations under the License.
15 -->
16
17<resources xmlns:android="http://schemas.android.com/apk/res/android"
18    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
19  <string-array name="reminder_minutes_labels">
20    <item msgid="9134196715565887256">"1 minuut"</item>
21    <item msgid="7350720278790900276">"5 minuten"</item>
22    <item msgid="559329025736829220">"10 minuten"</item>
23    <item msgid="4523534383318084162">"15 minuten"</item>
24    <item msgid="7153990736543668084">"20 minuten"</item>
25    <item msgid="2030352540011653596">"25 minuten"</item>
26    <item msgid="7307245847296317340">"30 minuten"</item>
27    <item msgid="5174730509775969611">"45 minuten"</item>
28    <item msgid="1920425054049263702">"1 uur"</item>
29    <item msgid="6972139375792068825">"2 uur"</item>
30    <item msgid="5643568168685093982">"3 uur"</item>
31    <item msgid="2179302053572039553">"12 uur"</item>
32    <item msgid="314399712609472931">"24 uur"</item>
33    <item msgid="6908283876728494719">"2 dagen"</item>
34    <item msgid="3390146235648970198">"1 week"</item>
35  </string-array>
36  <string-array name="preferences_default_reminder_labels">
37    <item msgid="7495163916242649023">"Geen"</item>
38    <item msgid="3377199512833209480">"1 minuut"</item>
39    <item msgid="5023205715881387516">"5 minuten"</item>
40    <item msgid="7720870540593319107">"10 minuten"</item>
41    <item msgid="1653841700859180907">"15 minuten"</item>
42    <item msgid="3741629746313107482">"20 minuten"</item>
43    <item msgid="5357458446224446398">"25 minuten"</item>
44    <item msgid="403143749684280703">"30 minuten"</item>
45    <item msgid="5611574008997362948">"45 minuten"</item>
46    <item msgid="30462793717552">"1 uur"</item>
47    <item msgid="119808229352802480">"2 uur"</item>
48    <item msgid="7456742278252094745">"3 uur"</item>
49    <item msgid="5263928189935026559">"12 uur"</item>
50    <item msgid="6451763179435252852">"24 uur"</item>
51    <item msgid="966666856467721784">"2 dagen"</item>
52    <item msgid="5840973497558794742">"1 week"</item>
53  </string-array>
54  <string-array name="preferences_alert_type_labels">
55    <item msgid="2724242028978664229">"Melding"</item>
56    <item msgid="8723674378160518790">"Statusbalkmelding"</item>
57    <item msgid="8433736231022186661">"Uit"</item>
58  </string-array>
59  <string-array name="availability">
60    <item msgid="454869065893453189">"Bezet"</item>
61    <item msgid="6228387173725732140">"Beschikbaar"</item>
62  </string-array>
63  <string-array name="visibility">
64    <item msgid="3035788428581513163">"Standaard"</item>
65    <item msgid="5200216103966973369">"Privé"</item>
66    <item msgid="9182342638433672664">"Openbaar"</item>
67  </string-array>
68  <string-array name="ordinal_labels">
69    <item msgid="2693927956303125332">"eerste"</item>
70    <item msgid="5631923029483854900">"tweede"</item>
71    <item msgid="148935502975250973">"derde"</item>
72    <item msgid="5124200797326669172">"vierde"</item>
73    <item msgid="7564374178324652137">"laatste"</item>
74  </string-array>
75  <string-array name="response_labels1">
76    <item msgid="3654955385120106241">"(Geen antwoord)"</item>
77    <item msgid="3724434080904437698">"Ja"</item>
78    <item msgid="8854145743148992583">"Misschien"</item>
79    <item msgid="6174292185978948873">"Nee"</item>
80  </string-array>
81  <string-array name="response_labels2">
82    <item msgid="5967437218994333578">"Ja"</item>
83    <item msgid="1254269034445160199">"Misschien"</item>
84    <item msgid="1099407454885268744">"Nee"</item>
85  </string-array>
86  <string-array name="delete_repeating_labels">
87    <item msgid="4208432367651646938">"Alleen deze afspraak"</item>
88    <item msgid="8626755531271570950">"Deze en toekomstige afspraken"</item>
89    <item msgid="7833229563617435430">"Alle afspraken"</item>
90  </string-array>
91  <string-array name="delete_repeating_labels_no_selected">
92    <item msgid="1341910309321756150">"Deze en toekomstige afspraken"</item>
93    <item msgid="6315440193748139854">"Alle afspraken"</item>
94  </string-array>
95  <string-array name="change_response_labels">
96    <item msgid="2012815396992847028">"Alleen deze keer"</item>
97    <item msgid="140670561403965380">"Alle gebeurtenissen in de reeks"</item>
98  </string-array>
99</resources>
100