blob: 8e7f20bb36126aa115bad2353c093e5333d3d110 [file] [log] [blame]
Eric Fischer5436f0c2009-03-24 21:02:57 -07001<?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="gadget_title">"カレンダー"</string>
19 <string name="no_title_label">"(無題)"</string>
20 <plurals name="gadget_more_events">
21 <item quantity="one">"他1件"</item>
22 <item quantity="other">"他<xliff:g id="NUMBER">%d</xliff:g>件"</item>
23 </plurals>
24 <string name="gadget_no_events">"近日中の予定はありません"</string>
25</resources>