Home | History | Annotate | Download | only in values
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!-- Copyright (C) 2006 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:xliff="urn:oasis:names:tc:xliff:document:1.2">
     17     <!-- This is the label underneath the icon for Calendar -->
     18     <string name="app_label">Calendar</string>
     19 
     20     <!-- Shared Labels. These labels are shared among the activities. -->
     21     <skip/>
     22     <!-- This is the label for the title or name of an event -->
     23     <string name="what_label">What</string>
     24     <!-- This is the label for the location of an event -->
     25     <string name="where_label">Where</string>
     26     <!-- This is the label for the time of an event [CHAR LIMIT=30] -->
     27     <string name="when_label">When</string>
     28     <!-- This is the label for the timezone of an event [CHAR LIMIT=30] -->
     29     <string name="timezone_label">Time zone</string>
     30     <!-- This is the label for the Guests/Attendees of an event -->
     31     <string name="attendees_label">Guests</string>
     32 
     33     <!-- Some events repeat daily, weekly, monthly, or yearly.  This is the label
     34          for all the choices about how often an event repeats (including the choice
     35          of not repeating). -->
     36     <string name="repeats_label">Repetition</string>
     37     <!-- Title of event when no explicit title is specified by the user -->
     38     <string name="no_title_label">(No title)</string>
     39 
     40     <!-- Reminder format strings -->
     41     <plurals name="Nminutes">
     42         <!-- This is the label for a 1-minute reminder. -->
     43         <item quantity="one">1 minute</item>
     44         <!-- This is the label for 2 or more minutes. The actual number of
     45              minutes is a parameter. -->
     46         <item quantity="other"><xliff:g id="count">%d</xliff:g> minutes</item>
     47     </plurals>
     48     <!-- We use the abbreviation "mins" instead of "minutes" to keep the string short.
     49          This is the number of minutes displayed for a calendar reminder.  For example,
     50          a reminder of 10 minutes would be displayed as '10 mins'.  The translation
     51          should use the shortest acceptable abbreviation to save space. -->
     52     <plurals name="Nmins">
     53         <!-- This is the label for a 1-minute reminder. -->
     54         <item quantity="one">1 min</item>
     55         <!-- This is the label for 2 or more minutes. The actual number of
     56              minutes is a parameter. -->
     57         <item quantity="other"><xliff:g id="count">%d</xliff:g> mins</item>
     58     </plurals>
     59     <!-- This is the number of hours displayed for a calendar reminder.  For example,
     60          a reminder of 1 hour would be displayed as '1 hour'.  The translation
     61          should use the shortest acceptable abbreviation of 'hour' to save space. -->
     62     <plurals name="Nhours">
     63         <!-- This is the label for a 1-hour reminder. -->
     64         <item quantity="one">1 hour</item>
     65         <!-- This is the label for a reminder of 2 or more hours. The actual number of
     66              hours is a parameter. -->
     67         <item quantity="other"><xliff:g id="count">%d</xliff:g> hours</item>
     68     </plurals>
     69     <!-- This is the number of days displayed for a calendar reminder.  For example,
     70          a reminder of 2 days would be displayed as '2 days'.  The translation
     71          should use the shortest acceptable abbreviation of 'day' to save space. -->
     72     <plurals name="Ndays">
     73         <!-- This is the label for a reminder of 1 day. -->
     74         <item quantity="one">1 day</item>
     75         <!-- This is the label for a reminder of 2 or more days. The actual number of
     76              days is a parameter. -->
     77         <item quantity="other"><xliff:g id="count">%d</xliff:g> days</item>
     78     </plurals>
     79     <!-- This is for displaying the week of the year near the date. Eg. "January, 2011 Week 1" -->
     80     <plurals name="weekN">
     81         <!-- Label for displaying week of the year for all week values [CHAR LIMIT=16] -->
     82         <item quantity="other">WEEK <xliff:g id="count">%d</xliff:g></item>
     83     </plurals>
     84 
     85     <!-- Menu items: -->
     86     <skip/>
     87     <!-- This is a label on a context menu item. Pressing this menu item to initiate
     88         syncing of your Calendar data with the server. [CHAR LIMIT=11] -->
     89     <string name="calendar_refresh"> "Refresh"</string>
     90     <!-- This is a label on a context menu item. Pressing this menu item displays the
     91          Agenda view. -->
     92 
     93     <!-- This is a label on a context menu item. Pressing this menu item displays the
     94          Day view. -->
     95     <string name="show_day_view">"Show day"</string>
     96     <!-- This is a label on a menu item. Pressing this menu item displays the
     97          Agenda view. -->
     98     <string name="agenda_view">"Agenda"</string>
     99     <!-- This is a label on a menu item. Pressing this menu item displays the
    100          Day view. -->
    101     <string name="day_view">"Day"</string>
    102     <!-- This is a label on a menu item. Pressing this menu item displays the
    103          Week view. -->
    104     <string name="week_view">"Week"</string>
    105     <!-- This is a label on a menu item. Pressing this menu item displays the
    106          Month view. -->
    107     <string name="month_view">"Month"</string>
    108     <!-- This is a label on a menu item. Pressing this menu item displays the
    109          details of an event. -->
    110     <string name="event_view">"View event"</string>
    111     <!-- This is a label on a menu item. Pressing this menu item allows the
    112          user to create a new event. -->
    113     <string name="event_create">"New event"</string>
    114     <!-- This is a label on a menu item in a popup window. Pressing this menu
    115          item allows the user to edit or change an existing event. -->
    116     <string name="event_edit">"Edit event"</string>
    117     <!-- This is a label on a menu item in a popup window. Pressing this menu
    118          item allows the user to delete an existing event. -->
    119     <string name="event_delete">"Delete event"</string>
    120     <!-- This is a label on a menu item. Pressing this menu
    121          item takes the user to the current day (today) in whatever view
    122          (Day view, Week view, Agenda view, Month view) they are currently in. -->
    123     <string name="goto_today">"Today"</string>
    124     <!-- This is a label on a menu item. Pressing this menu item allows the
    125          user to see the list of calendars that he is viewing and to then add
    126          or remove selected calendars. -->
    127 
    128     <!-- This is a label on a menu item. Pressing this menu item allows the
    129          user to view and edit his Settings (or Preferences) -->
    130     <string name="menu_preferences">"Settings"</string>
    131     <!-- This is a label on a menu item. Pressing this menu item allows the
    132          user to select the calendars to display [CHAR LIMIT=20] -->
    133     <string name="menu_select_visible_calendars">"Calendars to display"</string>
    134     <!-- This is a label on a menu item. Pressing this menu item allows the
    135          user to select the calendars to display [CHAR LIMIT=20] -->
    136     <string name="search">"Search"</string>
    137     <!-- This is a label on a menu item. Pressing this menu item hides
    138          the navigation controls on the right side. [CHAR LIMIT=20] -->
    139     <string name="hide_controls">"Hide controls"</string>
    140     <!-- This is a label on a menu item. Pressing this menu item shows the
    141          navigation controls on the right side. [CHAR LIMIT=20] -->
    142     <string name="show_controls">"Show controls"</string>
    143 
    144     <!-- Month view -->
    145     <skip/>
    146 
    147     <!-- Select Visible Calendars activity -->
    148     <skip/>
    149     <!-- Title of "My calendars" screen -->
    150     <string name="select_visible_calendars_title">"Calendars to display"</string>
    151     <!-- Synced and visible status message -->
    152 
    153     <!-- Synced but not visible status message -->
    154 
    155     <!-- not Synced or visible status message -->
    156 
    157     <!-- Synced status message displayed when the given calendar is stored/synced on the device
    158         [CHAR LIMIT=60] -->
    159     <string name="synced"> synced</string>
    160     <!-- Not synced status message displayed when the given calendar is not stored/synced on the
    161         device [CHAR LIMIT=60] -->
    162     <string name="not_synced"> not synced</string>
    163     <!-- Message displayed to user when an account with Calendars is not being auto-synced
    164         [CHAR LIMIT=120]-->
    165     <string name="acct_not_synced">This account isn\'t being synced so your calendars may
    166         not be up-to-date.</string>
    167     <!-- Label on button that takes user to the Accounts and Sync settings page [CHAR LIMIT=60] -->
    168     <string name="accounts">Accounts &amp; sync</string>
    169 
    170     <!-- Select Synced Calendars activity -->
    171     <!-- Select the set of calendars to sync [CHAR LIMIT=60] -->
    172     <string name="select_synced_calendars_title">Calendars to sync</string>
    173     <!-- Select the set of calendars to sync [CHAR LIMIT=60] -->
    174     <string name="select_synced_calendars_button">Calendars to sync</string>
    175 
    176     <!-- Event edit activity -->
    177     <skip/>
    178     <!-- The title of the screen where the user edits an event [CHAR LIMIT=17] -->
    179 
    180     <!-- Default value of What field (as a hint to the user) [CHAR LIMIT=15] -->
    181     <string name="hint_what">"Event name"</string>
    182     <!-- Default value of Where field (as a hint to the user)[CHAR LIMIT=15] -->
    183     <string name="hint_where">"Location"</string>
    184     <!-- Default value of Description field (as a hint to the user) [CHAR LIMIT=15]-->
    185     <string name="hint_description">"Description"</string>
    186     <!-- Default value of Attendees/Guests field (as a hint to the user) [CHAR LIMIT=10] -->
    187     <string name="hint_attendees">"Guests"</string>
    188     <!-- Toast message displayed when a new event is created -->
    189     <string name="creating_event">"Event created."</string>
    190     <!-- Toast message displayed when an existing event is saved after being modified -->
    191     <string name="saving_event">"Event saved."</string>
    192     <!-- Toast message displayed when a new event was not saved because it was empty [CHAR LIMIT=30] -->
    193     <string name="empty_event">"Empty event not created."</string>
    194     <!-- Toast message displayed when a new event with guests is created -->
    195     <string name="creating_event_with_guest">"Invitations sent."</string>
    196     <!-- Toast message displayed when an existing event with guests is saved after being modified -->
    197     <string name="saving_event_with_guest">"Updates sent."</string>
    198     <!-- Title of message displayed to indicate available calendars are being loaded when creating
    199          a new event -->
    200 
    201     <!-- Body of message displayed to indicate available calendars are being loaded when creating
    202          a new event -->
    203 
    204 
    205     <!-- The alert toast is not actually being displayed for some reason. -->
    206     <skip/>
    207     <!-- the title of the alert/notification activity -->
    208     <string name="alert_title">Calendar notifications</string>
    209     <!-- Notification window messages: -->
    210     <skip/>
    211 
    212     <!-- Event info/edit screen labels:-->
    213     <skip/>
    214     <!-- This is the title of the screen used to view the details of an event -->
    215     <string name="event_info_title">View event</string>
    216     <!-- This is the title of the screen used to view the details of an invitation
    217          to a meeting or event -->
    218     <string name="event_info_title_invite">Meeting invitation</string>
    219 
    220     <!-- EditEventActivity specific strings: -->
    221     <skip/>
    222     <!-- Events have a start date/time and an end date/time. The display shows
    223          the start and end times like 'From start date To end date'. This is the
    224          label before the 'end date'. -->
    225     <string name="edit_event_to_label">To</string>
    226     <!-- Events have a start date/time and an end date/time. The display shows
    227          the start and end times like 'From start date To end date'. This is the
    228          label before the 'start date'. -->
    229     <string name="edit_event_from_label">From</string>
    230     <!-- Check box label that specifies if this is an all-day event -->
    231     <string name="edit_event_all_day_label">All day</string>
    232     <!-- Label for choosing one of the calendars -->
    233     <string name="edit_event_calendar_label">Calendar</string>
    234     <!-- Menu item to show all choices [CHAR LIMIT=22]-->
    235     <string name="edit_event_show_all">Show all</string>
    236     <!-- Label for the event description -->
    237     <string name="description_label">Description</string>
    238     <!-- Label for the 'Presence' of an event, which can be either 'busy' (the default)
    239          or 'available'  [CHAR LIMIT=15] -->
    240     <string name="presence_label">Show me as</string>
    241     <!-- Label for the 'Privacy' of an event, which can be either 'private'
    242          or 'public' [CHAR LIMIT=15] -->
    243     <string name="privacy_label">Privacy</string>
    244     <!-- Label for the list of reminders for an event [CHAR LIMIT=20] -->
    245     <string name="reminders_label">Add reminder</string>
    246     <!-- Title of alert shown if the user tries to create an event and has no calendars -->
    247     <string name="no_syncable_calendars">No calendars</string>
    248     <!-- Body of alert shown if the user tries to create an event and has no calendars. Users can start adding an account here. [CHAR LIMIT=NONE] -->
    249     <string name="no_calendars_found">Before you can add an event, you must add at least one Calendar account to your device and make a calendar visible. Touch Add Account to add an account (if you just added an account, wait for it to finish syncing and try again). Or touch Cancel and make sure at least one calendar is visible.</string>
    250     <!-- Body of dialog prompting the user to create an account.[CHAR LIMIT=NONE] -->
    251     <string name="create_an_account_desc">"Calendar works better with a Google Account.\n\n\u2022 Access it from any web browser\n\u2022 Back up your events securely"</string>
    252     <!-- Title of a button shown when there is no account available and the system prompt a user to add one. [CHAR LIMIT=none] -->
    253     <string name="add_account">Add account</string>
    254 
    255     <!-- View Event -->
    256     <skip/>
    257     <!-- Label for which calendar an event is part of -->
    258     <string name="view_event_calendar_label">Calendar:</string>
    259     <!-- Label for the event organizer -->
    260     <string name="view_event_organizer_label">Organizer:</string>
    261     <!-- Label for the local timezone -->
    262 
    263     <!-- Label for whether the user is attending this event. This is shown when
    264          a user is invited to a meeting or event.  The possible answers are
    265          'yes', 'no', and 'maybe' (and, initially, 'no response'). -->
    266     <string name="view_event_response_label">Attending?</string>
    267     <!-- Response for whether attending an event - accepted [CHAR LIMIT=10]-->
    268     <string name="response_yes">Yes</string>
    269     <!-- Response for whether attending an event - tentative [CHAR LIMIT=10]-->
    270     <string name="response_maybe">Maybe</string>
    271     <!-- Response for whether attending an event - declined [CHAR LIMIT=10]-->
    272     <string name="response_no">No</string>
    273 
    274     <!-- Event Info strings-->
    275     <!-- Time Zone Label [CHAR LIMIT=12]-->
    276 
    277     <!-- Repetition Label [CHAR LIMIT=12]-->
    278 
    279     <!-- Organizer Label [CHAR LIMIT=12]-->
    280     <string name="event_info_organizer">Organizer:</string>
    281     <!-- More label in description button [CHAR LIMIT=6]-->
    282     <string name="event_info_desc_more">More</string>
    283     <!-- Less label in description button [CHAR LIMIT=6]-->
    284     <string name="event_info_desc_less">Less</string>
    285     <!-- Reminders label [CHAR LIMIT=15]-->
    286     <string name="event_info_reminders_label">Reminders</string>
    287 
    288     <!-- Agenda View strings -->
    289     <skip/>
    290     <!-- This is shown as part of the heading at the top of a list of today's events. -->
    291     <string name="agenda_today">TODAY, <xliff:g id="date">%1$s</xliff:g></string>
    292     <!-- This is shown as part of the heading at the top of a list of today's events. -->
    293     <string name="agenda_yesterday">YESTERDAY, <xliff:g id="date">%1$s</xliff:g></string>
    294     <!-- This is shown as part of the heading at the top of a list of today's events. -->
    295     <string name="agenda_tomorrow">TOMORROW, <xliff:g id="date">%1$s</xliff:g></string>
    296     <!-- This is shown while the calendar events are being loading to the screen. -->
    297     <string name="loading">Loading\u2026</string>
    298     <!-- This is shown at the top of the agenda view showing the beginning of the searched range. If the user taps on this string and Calendar will find events older than what is visible and display them to the user -->
    299     <string name="show_older_events">Touch to view events before <xliff:g id="oldest_search_range">%1$s</xliff:g></string>
    300     <!-- This is shown at the bottom of the agenda view showing the end of the searched range. If the user taps on this string and Calendar will find events later/newer than what is visible and display them to the user -->
    301     <string name="show_newer_events">Touch to view events after <xliff:g id="newest_search_range">%1$s</xliff:g></string>
    302 
    303     <!-- Search activity strings -->
    304     <skip/>
    305     <!-- Title of the search screen [CHAR LIMIT=30] -->
    306     <string name="search_title">Search my calendars</string>
    307 
    308     <!-- Button labels: -->
    309     <skip/>
    310     <!-- This is the title of a popup window that is displayed when the user
    311          edits a repeating event. [CHAR LIMIT=20]-->
    312     <string name="edit_event_label">"Details"</string>
    313     <!-- This is a menu button for switching into edit mode when viewing an event.
    314         [CHAR LIMIT=10] -->
    315     <string name="edit_label">"Edit"</string>
    316     <!-- The button label for deleting an event -->
    317     <string name="delete_label">"Delete"</string>
    318     <!-- A menu item for deleting an event -->
    319 
    320     <!-- The button label for saving an event -->
    321     <string name="save_label">Done</string>
    322     <!-- The button label for discarding changes to an event -->
    323     <string name="discard_label">Cancel</string>
    324 
    325     <!-- Button labels on expanded notification reminders: -->
    326     <skip/>
    327     <!-- The button label for making the reminder alarms go away temporarily.
    328          The reminder alarms will fire off again in 5 minutes. -->
    329     <string name="snooze_all_label">"Snooze all"</string>
    330     <!-- The button label for dismissing all the current reminder alarms. This
    331          causes them to disappear from the notification screen. -->
    332     <string name="dismiss_all_label">"Dismiss all"</string>
    333 
    334     <!-- Repetition dialog options: -->
    335     <skip/>
    336     <!-- A label in a multiple-choice list for the specifying that an event does
    337          not repeat -->
    338     <string name="does_not_repeat">One-time event</string>
    339     <!-- A label in a multiple-choice list for the specifying that an event
    340          repeats daily -->
    341     <string name="daily">Daily</string>
    342     <!-- A label in a multiple-choice list for the specifying that an event
    343          repeats every weekday (Monday through Friday) -->
    344     <string name="every_weekday">"Every weekday (Mon\u2013Fri)"</string>
    345     <!-- A label in a multiple-choice list for the specifying that an event
    346          repeats weekly on some day of the week.  For example,
    347          'Weekly (every Tuesday)'. -->
    348     <string name="weekly">"Weekly (every <xliff:g id="days_of_week">%s</xliff:g>)"</string>
    349 
    350     <!-- Example: 'Monthly (every first Sunday)' -->
    351     <!--   1st parameter is an ordinal number, like 'first' -->
    352     <!--   2nd parameter is a day of the week, like 'Sunday' -->
    353     <string name="monthly_on_day_count">"Monthly (every <xliff:g id="ordinal_number">%1$s</xliff:g> <xliff:g id="day_of_week">%2$s</xliff:g>)"</string>
    354     <!-- The common portion of a string describing how often an event repeats,
    355          example: 'Monthly (on day 2)' -->
    356     <string name="monthly">Monthly</string>
    357     <!-- Calendar spinner item, to select that an event recurs every year. -->
    358     <string name="yearly_plain">Yearly</string>
    359     <!-- Example: "Monthly (on day 15)" -->
    360     <string name="monthly_on_day">"Monthly (on day <xliff:g id="day_of_month">%s</xliff:g>)"</string>
    361     <!-- Example: "Yearly (on April 15)" -->
    362     <string name="yearly">"Yearly (on <xliff:g id="dates">%s</xliff:g>)"</string>
    363     <!-- This is a label for telling the user that this event repeats in
    364          custom (non-standard) way from the usual repeat rates (such as daily,
    365          weekly, etc.) and that the user cannot change this on the phone
    366          (but only on the web). -->
    367     <string name="custom" product="tablet">"Custom (can\'t customize on tablet)"</string>
    368     <!-- This is a label for telling the user that this event repeats in
    369          custom (non-standard) way from the usual repeat rates (such as daily,
    370          weekly, etc.) and that the user cannot change this on the phone
    371          (but only on the web). -->
    372     <string name="custom" product="default">"Custom (can\'t customize on phone)"</string>
    373 
    374     <!-- This is a choice in a list that the user sees when he tries to modify
    375          a repeating event.  This choice says to change just this one instance
    376          of this repeating event. -->
    377     <string name="modify_event">Change only this event</string>
    378     <!-- This is a choice in a list that the user sees when he tries to modify
    379          a repeating event.  This choice says to change all occurrences of
    380          this repeating event. -->
    381     <string name="modify_all">Change all events in the series</string>
    382     <!-- This is a choice in a list that the user sees when he tries to modify
    383          a repeating event.  This choice says to change this instance and all
    384          future occurrences of this repeating event. -->
    385     <string name="modify_all_following">Change this and all future events</string>
    386 
    387     <!-- Dialogs -->
    388 
    389     <!-- This is a label on the dialog for creating a new event. [CHAR LIMIT=30] -->
    390     <string name="new_event_dialog_label">"New event"</string>
    391     <!-- This is the button to create a new event in a dialog window. [CHAR LIMIT=30] -->
    392     <string name="new_event_dialog_option">"New event"</string>
    393     <!-- Confirmation dialog message -->
    394     <skip/>
    395     <!-- This is a confirmation message in a popup dialog that appears when the
    396          user has asked to delete an event. The user still has a chance to cancel
    397          this operation. -->
    398     <string name="delete_this_event_title">Delete this event?</string>
    399     <!-- This is the title of a popup dialog that asks for confirmation before
    400          changing the response to an invitation. -->
    401     <string name="change_response_title">Change response</string>
    402 
    403     <!-- This the title of a menu for General Preferences.
    404          Pressing the menu item lets user to view and edit his general settings
    405          (or preferences) [CHAR LIMIT=30] -->
    406     <string name="menu_general_preferences">General settings</string>
    407 
    408     <!-- This the title of a menu for "About Calendar" Preferences.
    409          Pressing the menu item lets user to view the current settings
    410          [CHAR LIMIT=30] -->
    411     <string name="menu_about_preferences">About Calendar</string>
    412 
    413     <!-- This is the title of the screen for setting user preferences. -->
    414     <string name="preferences_title">"Settings"</string>
    415     <!-- This is the title of a section in the Settings screen for settings
    416          related to viewing calendar events -->
    417     <string name="preferences_general_title">Calendar view setting</string>
    418     <!-- This is the title of a section in the Settings screen for settings
    419          related to reminders for calendar events -->
    420     <string name="preferences_reminder_title">Reminder settings</string>
    421     <!-- Settings check box label to hide events that the user has declined to attend -->
    422     <string name="preferences_hide_declined_title">Hide declined events</string>
    423     <!-- Settings week start label to start week on specific day-->
    424     <string name="preferences_week_start_day_title">Week starts on</string>
    425     <!-- Title of popup for week start day setting-->
    426     <string name="preferences_week_start_day_dialog">Week starts on</string>
    427     <!-- DO NOT TRANSLATE -->
    428     <string name="preferences_week_start_day_default">-1</string>
    429     <!-- Title of the settings item to clear the recent search history [CHAR LIMIT=40] -->
    430     <string name="preferences_clear_search_history_title">Clear search history</string>
    431     <!-- Summary of the settings item to clear the recent search history [CHAR LIMIT=70]-->
    432     <string name="preferences_clear_search_history_summary">Remove all the searches you\'ve performed</string>
    433     <!-- Message to show in a toast when the history is cleared [CHAR LIMIT=40] -->
    434     <string name="search_history_cleared">Search history cleared.</string>
    435     <!-- Settings check box label to enable or disable notifications -->
    436     <string name="preferences_alerts_title">Notifications</string>
    437     <!-- Settings dialog label that specifies when the phone should vibrate -->
    438     <string name="preferences_alerts_vibrateWhen_title">Vibrate</string>
    439     <!-- Title of ringtone selector dialog -->
    440     <string name="preferences_alerts_ringtone_title">Choose ringtone</string>
    441     <!-- Title of check box label to enable or disable pop-up notifications -->
    442     <string name="preferences_alerts_popup_title">Pop-up notification</string>
    443     <!-- List item label for setting the default number of reminder minutes -->
    444     <string name="preferences_default_reminder_title">Default reminder time</string>
    445     <!-- Title of dialog for setting the default number of reminder minutes -->
    446     <string name="preferences_default_reminder_dialog">Default reminder time</string>
    447     <!-- Default value for the number of reminder minutes -->
    448     <string name="preferences_default_reminder_default">10</string>
    449     <!-- Settings check box label to keep Calendar in a fixed 'home' time zone [CHAR LIMIT = 18] -->
    450     <string name="preferences_use_home_tz_title">Use home time zone</string>
    451     <!-- Settings description of what setting Calendar to use a fixed 'home' time
    452         zone does [CHAR LIMIT = 60]-->
    453     <string name="preferences_use_home_tz_descrip">Displays calendars and event times in your home time zone when traveling</string>
    454     <!-- Settings title for selecting a 'home' time zone to display Calendar in [CHAR LIMIT = 18] -->
    455     <string name="preferences_home_tz_title">Home time zone</string>
    456     <!-- DO NOT TRANSLATE -->
    457     <string name="preferences_home_tz_default">America/Los_Angeles</string>
    458 
    459     <!-- Title of the settings item to show week number in week view [CHAR LIMIT=40] -->
    460     <string name="preferences_show_week_num_title">Show week number</string>
    461 
    462     <!-- This is the title of a section in the Settings screen for "About" this application -->
    463     <string name="preferences_about_title">About</string>
    464     <!-- Build version of the application -->
    465     <string name="preferences_build_version">Build version</string>
    466 
    467     <!-- The vibrate notification modes -->
    468     <string-array name="prefEntries_alerts_vibrateWhen">
    469         <!-- Always -->
    470         <item>Always</item>
    471         <!-- Only when the phone is in Silent mode -->
    472         <item>Only when silent</item>
    473         <!-- Never -->
    474         <item>Never</item>
    475     </string-array>
    476 
    477     <!-- The default vibrateWhen value, when none is set -->
    478     <string translatable="false" name="prefDefault_alerts_vibrateWhen">never</string>
    479     <!-- The value to use then migrating from old versions for a true vibrate setting -->
    480     <string translatable="false" name="prefDefault_alerts_vibrate_true">always</string>
    481     <!-- The value to use then migrating from old versions for a false vibrate setting -->
    482     <string translatable="false" name="prefDefault_alerts_vibrate_false">never</string>
    483 
    484     <!-- The vibrateWhen values -->
    485     <string-array translatable="false" name="prefValues_alerts_vibrateWhen">
    486         <item>always</item>
    487         <item>silent</item>
    488         <item>never</item>
    489     </string-array>
    490 
    491     <!-- Dialog title for the Vibrate dialog -->
    492     <string name="prefDialogTitle_vibrateWhen">Vibrate</string>
    493 
    494     <!-- Widget -->
    495     <skip/>
    496     <!-- Title for calendar gadget when displayed in list of all other gadgets -->
    497     <string name="gadget_title">Calendar</string>
    498 
    499     <!-- Shown in month view next to event icon when additional events exist for that day, but no
    500         room remaining -->
    501     <plurals name="month_more_events">
    502         <!-- additional events message for 1 event, the quotes force a literal interpretation of the
    503             string [CHAR LIMIT = 10] -->
    504         <item quantity="one">"+1"</item>
    505         <!-- additional events message for multiple events [CHAR LIMIT = 10] -->
    506         <item quantity="other">+<xliff:g id="number">%d</xliff:g></item>
    507     </plurals>
    508 
    509     <!-- Caption to show on gadget when there are no upcoming calendar events -->
    510     <string name="gadget_no_events">No upcoming calendar events</string>
    511 
    512     <!-- Text to show on gadget when an event starts on the next day -->
    513     <string name="tomorrow">Tomorrow</string>
    514 
    515     <!-- Text to show on gadget when an event is currently in progress -->
    516 
    517 
    518     <!-- Text to show on gadget when an all-day event is in progress -->
    519 
    520 
    521     <!-- DO NOT TRANSLATE -->
    522     <string name="tardis">TARDIS</string>
    523 
    524     <!-- Send a copy of the database to developers for debugging [CHAR LIMIT="NONE"] -->
    525     <string name="copy_db">Send database</string>
    526 
    527     <!-- Displayed in email address autocomplete list when searching for contacts
    528          in corporate directories. Example:  "Searching bigcompany.com..." [CHAR LIMIT=64] -->
    529     <string name="directory_searching_fmt">Searching <xliff:g id="domain">%s</xliff:g>\u2026</string>
    530 
    531     <!-- Accessibility Events -->
    532     <!-- Strings that describes actions for buttons without text -->
    533     <!-- Create a new calendar event [CHAR LIMIT = NONE]-->
    534 
    535     <!-- Remove a name of an attendee from a calendar event [CHAR LIMIT = NONE]-->
    536     <string name="accessibility_remove_attendee">Remove attendee</string>
    537     <!-- Pick a starting date for a new event [CHAR LIMIT = NONE]-->
    538     <string name="accessibility_pick_start_date">Start date</string>
    539     <!-- Pick a starting time for a new event [CHAR LIMIT = NONE]-->
    540     <string name="accessibility_pick_start_time">Start time</string>
    541     <!-- Pick the ending date for a new event [CHAR LIMIT = NONE]-->
    542     <string name="accessibility_pick_end_date">End date</string>
    543     <!-- Pick the ending time for a new event[CHAR LIMIT = NONE]-->
    544     <string name="accessibility_pick_end_time">End time</string>
    545     <!-- Select a time zone for a new event [CHAR LIMIT = NONE]-->
    546     <string name="accessibility_pick_time_zone">Time zone</string>
    547     <!-- Add a reminder to an event [CHAR LIMIT = NONE]-->
    548     <string name="accessibility_add_reminder">Add reminder</string>
    549     <!-- Remove a reminder from an event [CHAR LIMIT = NONE]-->
    550     <string name="accessibility_remove_reminder">Remove reminder</string>
    551     <!-- Add a new attendee to an event [CHAR LIMIT = NONE]-->
    552     <string name="accessibility_add_attendee">Add attendee</string>
    553     <!-- Choose if to sync/unsync this calendar with its server [CHAR LIMIT = NONE]-->
    554     <string name="accessibility_sync_cal">Sync calendar</string>
    555     <!-- Mark this event as an "all day event" [CHAR LIMIT = NONE]-->
    556     <string name="accessibility_all_day">All day event</string>
    557     <!-- Refresh the data in the calendar [CHAR LIMIT = NONE]-->
    558 
    559     <!-- Choose the type of repetition for the event (daily, weekly, etc.[CHAR LIMIT = NONE]-->
    560     <string name="accessibility_repeats">Repetition</string>
    561     <!-- Set the time for the reminder[CHAR LIMIT = NONE]-->
    562     <string name="accessibility_reminder_time">Reminder time</string>
    563     <!-- Set the type of the reminder (popup/email/sms)[CHAR LIMIT = NONE]-->
    564     <string name="accessibility_reminder_type">Reminder type</string>
    565     <!-- Select the way you are visible for the event (busy/free) [CHAR LIMIT = NONE]-->
    566     <string name="accessibility_reminder_showmeas">Show me as</string>
    567     <!-- Set the event as private/public/default [CHAR LIMIT = NONE]-->
    568     <string name="accessibility_reminder_privacy">Privacy</string>
    569 
    570     <!-- A "new event" hint for the user when selecting a specific hour in the day view [CHAR LIMIT = 30]-->
    571     <string name="day_view_new_event_hint">+ New event</string>
    572 
    573     <!--
    574       Source: A value for announcing the current event index (example: "Event 2 of 6").
    575       Description: This is spoken to the user. [CHAR LIMIT="NONE"]
    576     -->
    577     <string name="template_announce_item_index">Event <xliff:g id="item_index">%1$s</xliff:g> of <xliff:g id="item_count">%2$s</xliff:g>.</string>
    578 
    579 </resources>
    580