The Android Open Source Project | cf013ec | 2009-03-03 19:32:38 -0800 | [diff] [blame] | 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 | |
| 17 | <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
| 18 | |
Eric Fischer | 9449b8b | 2009-06-16 16:33:53 -0700 | [diff] [blame] | 19 | <!-- Title for the Calendar Storage process. --> |
| 20 | <string name="calendar_storage">Calendar Storage</string> |
| 21 | |
The Android Open Source Project | cf013ec | 2009-03-03 19:32:38 -0800 | [diff] [blame] | 22 | <!-- Title for calendar gadget when displayed in list of all other gadgets --> |
| 23 | <string name="gadget_title">Calendar</string> |
| 24 | |
| 25 | <!-- Title of event when no explicit title is specified by the user --> |
| 26 | <string name="no_title_label">(No subject)</string> |
| 27 | |
Michael Chan | 0e0c570 | 2009-07-16 13:04:04 -0700 | [diff] [blame^] | 28 | <!-- Temporary Calendar name to use before we have the calendar name from the server --> |
| 29 | <string name="calendar_default_name">Default</string> |
| 30 | |
The Android Open Source Project | cf013ec | 2009-03-03 19:32:38 -0800 | [diff] [blame] | 31 | <!-- Shown in gadget when additional events are available for display, but no room remaining --> |
| 32 | <plurals name="gadget_more_events"> |
| 33 | <!-- additional events message for 1 event --> |
| 34 | <item quantity="one">1 more event</item> |
| 35 | <!-- additional events message for multiple events --> |
| 36 | <item quantity="other"><xliff:g id="number">%d</xliff:g> more events</item> |
| 37 | </plurals> |
| 38 | |
| 39 | <!-- Caption to show on gadget when there are no upcoming calendar events --> |
| 40 | <string name="gadget_no_events">No upcoming calendar events</string> |
| 41 | |
Ken Shirriff | 46cb085 | 2009-06-11 22:08:32 -0700 | [diff] [blame] | 42 | <!-- Caption on secret calendar info --> |
| 43 | <string name="calendar_info">Calendar info</string> |
| 44 | |
| 45 | <!-- Error message for secret calendar info --> |
| 46 | <string name="calendar_info_error">Error</string> |
| 47 | |
| 48 | <!-- No calendars message for secret calendar info --> |
| 49 | <string name="calendar_info_no_calendars">No calendars</string> |
| 50 | |
| 51 | <!-- Event count message for secret calendar info --> |
| 52 | <string name="calendar_info_events">Events: <xliff:g id = "events">%1$d</xliff:g></string> |
| 53 | |
| 54 | <!-- Event and dirty event count message for secret calendar info --> |
| 55 | <string name="calendar_info_events_dirty">Events: <xliff:g id = "events">%1$d</xliff:g>, Unsaved: <xliff:g id = "dirty events">%2$d</xliff:g></string> |
| 56 | |
The Android Open Source Project | cf013ec | 2009-03-03 19:32:38 -0800 | [diff] [blame] | 57 | </resources> |