blob: 050b6d5c87febe1fc34d4b529fd739d279b69dde [file] [log] [blame]
The Android Open Source Project10aba5b2008-12-17 18:05:51 -08001<?xml version="1.0" encoding="UTF-8"?>
The Android Open Source Projecte521e902009-01-22 00:13:44 -08002<!-- 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-->
The Android Open Source Project10aba5b2008-12-17 18:05:51 -080016<resources xmlns:android="http://schemas.android.com/apk/res/android"
17 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
18 <string name="app_label">"アラームクロック"</string>
19 <string name="add_alarm">"アラームを追加"</string>
20 <string name="delete_alarm">"アラームを削除"</string>
21 <string name="show_clock">"時計を表示"</string>
22 <string name="hide_clock">"時計を隠す"</string>
23 <string name="set_alarm">"アラームをセット"</string>
24 <string name="enable">"アラームOn"</string>
25 <string name="alarm_vibrate">"バイブ"</string>
26 <string name="alarm_repeat">"繰り返し"</string>
27 <string name="alert">"アラーム音"</string>
28 <string name="time">"時刻"</string>
29 <string name="alert_title">"アラーム"</string>
30 <string name="alarm_alert_dismiss_text">"停止"</string>
The Android Open Source Projecta0647f92009-01-15 16:12:12 -080031 <string name="alarm_alert_alert_silenced">"アラームは<xliff:g id="MINUTES">%d</xliff:g>分間鳴って止まりました"</string>
The Android Open Source Project10aba5b2008-12-17 18:05:51 -080032 <string name="alarm_alert_snooze_text">"スヌーズ"</string>
33 <string name="alarm_alert_snooze_set">"スヌーズ中(<xliff:g id="MINUTES">%d</xliff:g>分)"</string>
34 <string name="alarm_alert_snooze_not_set">"スヌーズセットエラー:<xliff:g id="TIME">%s</xliff:g>に次のアラームがセットされています"</string>
35 <string name="alarm_set">"アラームを<xliff:g id="TIME_DELTA">%s</xliff:g>後にセットしました。"</string>
36 <!-- no translation found for combiner (2146732837172099134) -->
37 <skip />
38 <string name="day">"1日"</string>
39 <string name="days">"<xliff:g id="DAYS">%s</xliff:g>日"</string>
40 <string name="hour">"1時間"</string>
41 <string name="hours">"<xliff:g id="HOURS">%s</xliff:g>時間"</string>
42 <string name="and">"と"</string>
43 <!-- no translation found for space (9141227650891547547) -->
44 <skip />
45 <string name="subminute">"1分未満"</string>
46 <string name="minute">"1分"</string>
47 <string name="minutes">"<xliff:g id="MINUTES">%s</xliff:g>分"</string>
48 <string name="am">"AM"</string>
49 <string name="pm">"PM"</string>
50 <string name="every_day">"毎日"</string>
51 <string name="never">"繰り返しなし"</string>
52 <string name="day_concat">"、"</string>
53 <string name="clock_instructions">"表示する時計を選択してください。"</string>
54 <string name="error">"アラームをセットできませんでした"</string>
55 <string name="dberror">"アラームをセットできませんでした。"</string>
56 <string-array name="days_of_week">
57 <item>"月曜日"</item>
58 <item>"火曜日"</item>
59 <item>"水曜日"</item>
60 <item>"木曜日"</item>
61 <item>"金曜日"</item>
62 <item>"土曜日"</item>
63 <item>"日曜日"</item>
64 </string-array>
65 <string-array name="days_of_week_short">
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</resources>