blob: e37a9305b0998959dcca407c829e75ad37665b5a [file] [log] [blame]
The Android Open Source Project146de362009-03-03 19:32:18 -08001<?xml version="1.0" encoding="UTF-8"?>
2<!-- Copyright (C) 2009 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<resources xmlns:android="http://schemas.android.com/apk/res/android"
17 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
18 <string-array name="reminder_minutes_labels">
19 <item>"5分"</item>
20 <item>"10分"</item>
21 <item>"15分"</item>
22 <item>"20分"</item>
23 <item>"25分"</item>
24 <item>"30分"</item>
25 <item>"45分"</item>
26 <item>"1時間"</item>
27 <item>"2時間"</item>
28 <item>"3時間"</item>
29 <item>"12時間"</item>
30 <item>"24時間"</item>
31 <item>"2日"</item>
32 <item>"1週間"</item>
33 </string-array>
The Android Open Source Project146de362009-03-03 19:32:18 -080034 <string-array name="preferences_default_reminder_labels">
35 <item>"なし"</item>
36 <item>"5分"</item>
37 <item>"10分"</item>
38 <item>"15分"</item>
39 <item>"20分"</item>
40 <item>"25分"</item>
41 <item>"30分"</item>
42 <item>"45分"</item>
43 <item>"1時間"</item>
44 <item>"2時間"</item>
45 <item>"3時間"</item>
46 <item>"12時間"</item>
47 <item>"24時間"</item>
48 <item>"2日"</item>
49 <item>"1週間"</item>
50 </string-array>
The Android Open Source Project146de362009-03-03 19:32:18 -080051 <string-array name="preferences_alert_type_labels">
52 <item>"アラート"</item>
Eric Fischer8c144112009-03-24 18:33:42 -070053 <item>"ステータスバー"</item>
54 <item>"OFF"</item>
The Android Open Source Project146de362009-03-03 19:32:18 -080055 </string-array>
The Android Open Source Project146de362009-03-03 19:32:18 -080056 <string-array name="availability">
57 <item>"予定あり"</item>
58 <item>"予定なし"</item>
59 </string-array>
60 <string-array name="visibility">
61 <item>"既定"</item>
62 <item>"限定公開"</item>
63 <item>"一般公開"</item>
64 </string-array>
65 <string-array name="day_labels">
66 <item>"日曜日"</item>
67 <item>"月曜日"</item>
68 <item>"火曜日"</item>
69 <item>"水曜日"</item>
70 <item>"木曜日"</item>
71 <item>"金曜日"</item>
72 <item>"土曜日"</item>
73 </string-array>
74 <string-array name="ordinal_labels">
75 <item>"第1"</item>
76 <item>"第2"</item>
77 <item>"第3"</item>
78 <item>"第4"</item>
79 <item>"最終"</item>
80 </string-array>
81 <string-array name="response_labels1">
Eric Fischer8c144112009-03-24 18:33:42 -070082 <item>"(出欠返信なし)"</item>
The Android Open Source Project146de362009-03-03 19:32:18 -080083 <item>"はい"</item>
84 <item>"未定"</item>
85 <item>"いいえ"</item>
86 </string-array>
87 <string-array name="response_labels2">
88 <item>"はい"</item>
89 <item>"未定"</item>
90 <item>"いいえ"</item>
91 </string-array>
92 <string-array name="delete_repeating_labels">
Eric Fischer8c144112009-03-24 18:33:42 -070093 <item>"この日の予定のみ"</item>
The Android Open Source Project146de362009-03-03 19:32:18 -080094 <item>"これ以降の予定"</item>
95 <item>"すべての予定"</item>
96 </string-array>
97 <string-array name="delete_repeating_labels_no_selected">
98 <item>"これ以降の予定"</item>
99 <item>"すべての予定"</item>
100 </string-array>
101 <string-array name="change_response_labels">
102 <item>"今回のみ"</item>
Eric Fischer8c144112009-03-24 18:33:42 -0700103 <item>"繰り返す予定すべて"</item>
The Android Open Source Project146de362009-03-03 19:32:18 -0800104 </string-array>
105</resources>