blob: 48bd2d31691b2a0f5bfa845dd161386e71d2204d [file] [log] [blame]
The Android Open Source Projectcf013ec2009-03-03 19:32:38 -08001<?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 Fischer9449b8b2009-06-16 16:33:53 -070019 <!-- Title for the Calendar Storage process. -->
20 <string name="calendar_storage">Calendar Storage</string>
21
Michael Chan0e0c5702009-07-16 13:04:04 -070022 <!-- Temporary Calendar name to use before we have the calendar name from the server -->
23 <string name="calendar_default_name">Default</string>
24
Ken Shirriff46cb0852009-06-11 22:08:32 -070025 <!-- 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 Quintana76f0f062009-08-25 20:19:18 -070040 <!-- What to show in messaging that refers to this provider, e.g. AccountSyncSettings -->
41 <string name="provider_label">Calendar</string>
42
Michael Chan9774e102011-03-09 02:27:12 -080043 <!-- Debug tool - dialog - delete file now [CHAR LIMIT=NONE] -->
44 <string name="debug_tool_delete_button">Delete now</string>
45
46 <!-- Debug tool - dialog - start copying [CHAR LIMIT=NONE] -->
47 <string name="debug_tool_start_button">Start</string>
48
49 <!-- Debug tool - Main message shown to the user when starting up the debug tool [CHAR LIMIT=NONE] -->
Claudia de Veauxe9b25242011-11-10 15:26:28 -080050 <string name="debug_tool_message">You are about to 1) make a copy of your calendar database to the SD card/USB storage, which is readable by any app, and 2) email it. Remember to delete the copy as soon as you have successfully copied it off the device or the email is received.</string>
Michael Chan9774e102011-03-09 02:27:12 -080051
52 <!-- Debug tool - email subject [CHAR LIMIT=NONE] -->
Claudia de Veauxe9b25242011-11-10 15:26:28 -080053 <string name="debug_tool_email_sender_picker">Choose a program to send your file</string>
Michael Chan9774e102011-03-09 02:27:12 -080054
55 <!-- Debug tool - email subject [CHAR LIMIT=NONE] -->
56 <string name="debug_tool_email_subject">Calendar Db attached</string>
57
58 <!-- Debug tool - email body [CHAR LIMIT=NONE] -->
Claudia de Veauxe9b25242011-11-10 15:26:28 -080059 <string name="debug_tool_email_body">Attached is my Calendar database with all my appointments and personal information. Handle with care.</string>
The Android Open Source Projectcf013ec2009-03-03 19:32:38 -080060</resources>