strings.xml revision 9f28730b2055f80491939e05d74516c00e4dc4ea
1<?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 name="app_label">"カレンダー"</string>
19    <string name="calendar_plug"><font fgcolor="#ffffffff">"Googleカレンダーにようこそ"</font>" "\n"いつでもどこでも簡単にスケジュールを管理できます。"</string>
20    <string name="what_label">"タイトル"</string>
21    <string name="when_label">"日時"</string>
22    <string name="where_label">"場所"</string>
23    <string name="repeats_label">"繰り返し"</string>
24    <string name="no_title_label">"(無題)"</string>
25  <plurals name="Nminutes">
26    <item quantity="one">"1分"</item>
27    <item quantity="other">"<xliff:g id="COUNT">%d</xliff:g>分"</item>
28  </plurals>
29  <plurals name="Nmins">
30    <item quantity="one">"1分"</item>
31    <item quantity="other">"<xliff:g id="COUNT">%d</xliff:g>分"</item>
32  </plurals>
33  <plurals name="Nhours">
34    <item quantity="one">"1時間"</item>
35    <item quantity="other">"<xliff:g id="COUNT">%d</xliff:g>時間"</item>
36  </plurals>
37  <plurals name="Ndays">
38    <item quantity="one">"1日"</item>
39    <item quantity="other">"<xliff:g id="COUNT">%d</xliff:g>日"</item>
40  </plurals>
41    <string name="show_agenda_view">"予定リストを表示"</string>
42    <string name="show_day_view">"日付を表示"</string>
43    <string name="agenda_view">"予定リスト"</string>
44    <string name="day_view">"日"</string>
45    <string name="week_view">"週"</string>
46    <string name="month_view">"月"</string>
47    <string name="event_view">"予定を表示"</string>
48    <string name="event_create">"新しい予定"</string>
49    <string name="event_edit">"予定を編集"</string>
50    <string name="event_delete">"予定を削除"</string>
51    <string name="goto_today">"今日"</string>
52    <string name="menu_select_calendars">"マイ カレンダー"</string>
53    <string name="menu_preferences">"設定"</string>
54    <string name="plus_N_more">"(あと <xliff:g id="MORE_COUNT">%d</xliff:g> 件...)"</string>
55    <string name="calendars_title">"マイ カレンダー"</string>
56    <string name="add_calendars">"カレンダーを追加"</string>
57    <string name="remove_calendars">"カレンダーを削除"</string>
58    <string name="event_edit_title">"予定の詳細"</string>
59    <string name="hint_what">"予定の名前"</string>
60    <string name="hint_where">"予定の場所"</string>
61    <string name="hint_description">"予定の説明"</string>
62    <string name="creating_event">"予定を作成中..."</string>
63    <string name="saving_event">"予定を保存中..."</string>
64    <string name="loading_calendars_title">"カレンダーを読み込み中"</string>
65    <string name="loading_calendars_message">"カレンダーを読み込み中..."</string>
66    <string name="alert_when_label">"日時:"</string>
67    <string name="alert_where_label">"場所:"</string>
68    <string name="alert_missed_events_single">"(<xliff:g id="REMINDER_COUNT">%s</xliff:g> 件の通知がありました)"</string>
69    <string name="alert_missed_events_multiple">"(<xliff:g id="REMINDER_COUNT">%s</xliff:g> 件の通知がありました)"</string>
70    <string name="event_info_title">"予定を表示"</string>
71    <string name="event_info_title_invite">"会議への招待状"</string>
72    <string name="add_new_reminder">"通知を追加"</string>
73    <string name="edit_event_to_label">"終了"</string>
74    <string name="edit_event_from_label">"開始"</string>
75    <string name="edit_event_all_day_label">"終日"</string>
76    <string name="edit_event_calendar_label">"カレンダー"</string>
77    <string name="edit_event_show_extra_options">"追加のオプションを表示する"</string>
78    <string name="edit_event_hide_extra_options">"追加のオプションを表示しない"</string>
79    <string name="description_label">"説明"</string>
80    <string name="presence_label">"ステータス"</string>
81    <string name="privacy_label">"プライバシー"</string>
82    <string name="reminders_label">"通知"</string>
83    <string name="no_syncable_calendars">"カレンダーがありません"</string>
84    <string name="no_calendars_found">"カレンダーがありません。"</string>
85    <string name="view_event_calendar_label">"カレンダー"</string>
86    <string name="view_event_timezone_label">"ローカルタイムゾーン"</string>
87    <string name="view_event_response_label">"参加しますか?"</string>
88    <string name="agenda_today">"今日"</string>
89    <string name="num_events">"予定数"</string>
90    <string name="edit_event_label">"予定を編集"</string>
91    <string name="delete_label">"削除"</string>
92    <string name="delete_event_label">"予定を削除"</string>
93    <string name="save_label">"保存"</string>
94    <string name="discard_label">"変更取消"</string>
95    <string name="import_label">"インポート"</string>
96    <string name="snooze_all_label">"すべてスヌーズ"</string>
97    <string name="dismiss_all_label">"すべて表示しない"</string>
98    <string name="does_not_repeat">"一度だけの予定"</string>
99    <string name="daily">"毎日"</string>
100    <string name="every_weekday">"平日(月~金)"</string>
101    <string name="weekly">"毎週(<xliff:g id="DAYS_OF_WEEK">%s</xliff:g>)"</string>
102    <string name="monthly_on_day_count">"毎月(<xliff:g id="ORDINAL_NUMBER">%1$s</xliff:g> <xliff:g id="DAY_OF_WEEK">%2$s</xliff:g>)"</string>
103    <string name="monthly_on_day">"毎月(<xliff:g id="DAY_OF_MONTH">%s</xliff:g>日)"</string>
104    <string name="yearly">"毎年(<xliff:g id="DATES">%s</xliff:g>)"</string>
105    <string name="custom">"カスタム…(携帯端末ではカスタマイズ不可)"</string>
106    <string name="modify_event">"この予定のみを変更します。"</string>
107    <string name="modify_all">"一連の定期的な予定すべてを削除します。"</string>
108    <string name="modify_all_following">"これ以降の予定すべてを削除します。"</string>
109    <string name="delete_this_event_title">"この予定を削除します。"</string>
110    <string name="delete_title">"削除"</string>
111    <string name="change_response_title">"返答を変更"</string>
112    <string name="preferences_title">"設定"</string>
113    <string name="preferences_general_title">"カレンダーの表示の設定"</string>
114    <string name="preferences_alerts_title">"通知の設定"</string>
115    <string name="preferences_hide_declined_title">"辞退した予定を非表示"</string>
116    <string name="preferences_alerts_type_title">"アラートと通知を設定"</string>
117    <string name="preferences_alerts_type_dialog">"アラートと通知"</string>
118    <string name="preferences_alerts_vibrate_title">"バイブレーション"</string>
119    <string name="preferences_alerts_ringtone_title">"着信音を選択"</string>
120    <string name="preferences_default_reminder_title">"通知設定"</string>
121    <string name="preferences_default_reminder_dialog">"デフォルトの通知時間"</string>
122    <string name="preferences_default_reminder_default">"10"</string>
123</resources>
124