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 | |
Michael Chan | 0e0c570 | 2009-07-16 13:04:04 -0700 | [diff] [blame] | 22 | <!-- Temporary Calendar name to use before we have the calendar name from the server --> |
| 23 | <string name="calendar_default_name">Default</string> |
| 24 | |
Ken Shirriff | 46cb085 | 2009-06-11 22:08:32 -0700 | [diff] [blame] | 25 | <!-- Caption on secret calendar info --> |
| 26 | <string name="calendar_info">Calendar info</string> |
| 27 | |
| 28 | <!-- Error message for secret calendar info --> |
| 29 | <string name="calendar_info_error">Error</string> |
| 30 | |
| 31 | <!-- No calendars message for secret calendar info --> |
| 32 | <string name="calendar_info_no_calendars">No calendars</string> |
| 33 | |
| 34 | <!-- Event count message for secret calendar info --> |
| 35 | <string name="calendar_info_events">Events: <xliff:g id = "events">%1$d</xliff:g></string> |
| 36 | |
| 37 | <!-- Event and dirty event count message for secret calendar info --> |
| 38 | <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> |
| 39 | |
Fred Quintana | 76f0f06 | 2009-08-25 20:19:18 -0700 | [diff] [blame] | 40 | <!-- What to show in messaging that refers to this provider, e.g. AccountSyncSettings --> |
| 41 | <string name="provider_label">Calendar</string> |
| 42 | |
The Android Open Source Project | cf013ec | 2009-03-03 19:32:38 -0800 | [diff] [blame] | 43 | </resources> |