Home | History | Annotate | Download | only in values
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!-- Copyright (C) 2008 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 
     19     <!-- Deprecated strings - Move the identifiers to this section, mark as
     20         DO NOT TRANSLATE, and remove the actual text. These will be removed in a
     21         bulk operation. -->
     22     <!-- Do Not Translate. Unused string. -->
     23 
     24     <!-- Short name of Microsoft Exchange account type; used by AccountManager -->
     25     <string name="exchange_eas_name" translatable="false">Exchange</string>
     26     <!-- Long name of Microsoft Exchange account type; used by AccountManager -->
     27     <string name="exchange_name_alternate">Microsoft Exchange ActiveSync</string>
     28 
     29     <!-- Message subject for meeting accepted response. This will be followed
     30         by a colon and the title of the meeting (i.e. the title of the meeting becomes
     31         part of the subject of the message that's sent) -->
     32     <string name="meeting_accepted">
     33         Accepted:
     34         <xliff:g id="subject">%s</xliff:g>
     35     </string>
     36     <!-- Message subject for meeting declined response. This is followed by
     37         a colon and the title of the meeting (i.e. the title of the meeting becomes
     38         part of the subject of the message that's sent) -->
     39     <string name="meeting_declined">
     40         Declined:
     41         <xliff:g id="subject">%s</xliff:g>
     42     </string>
     43     <!-- Message subject for meeting tentative response. This is followed by
     44         a colon and the title of the meeting (i.e. the title of the meeting becomes
     45         part of the subject of the message that's sent) -->
     46     <string name="meeting_tentative">
     47         Tentative:
     48         <xliff:g id="subject">%s</xliff:g>
     49     </string>
     50     <!-- Message subject for a canceled meeting email. This is followed by a
     51         colon and the title of the meeting (i.e. the title of the meeting becomes
     52         part of the subject of the message that's sent) -->
     53     <string name="meeting_canceled">
     54         Canceled:
     55         <xliff:g id="subject">%s</xliff:g>
     56     </string>
     57     <!-- Message subject for an updated meeting email. This is followed by a
     58         colon and the title of the meeting (i.e. the title of the meeting becomes
     59         part of the subject of the message that's sent) -->
     60     <string name="meeting_updated">
     61         Updated:
     62         <xliff:g id="subject">%s</xliff:g>
     63     </string>
     64 
     65     <!-- Indicate when a meeting takes place. This is presented in in bullet
     66         form, as in, "When: xxx" followed by "Where: xxx" -->
     67     <string name="meeting_when">
     68         When:
     69         <xliff:g id="when">%s</xliff:g>
     70     </string>
     71     <!-- Indicate where a meeting takes place. This is presented in in bullet
     72         form, as in, "When: xxx" followed by "Where: xxx" -->
     73     <string name="meeting_where">
     74         Where:
     75         <xliff:g id="where">%s</xliff:g>
     76     </string>
     77     <!-- Indicate that a meeting is recurring. This would normally be presented
     78         after "When: xxx", e.g. "When: Tue, Mar 10, 2010 at 2:30pm (recurring)" -->
     79     <string name="meeting_recurring">
     80         When:
     81         <xliff:g id="eventdate" example="Tue, Mar 10, 2010 at 2:30 pm">%s</xliff:g>
     82         (recurring)
     83     </string>
     84     <!-- Indicate that a meeting lasts all day. This would normally be presented
     85         after "When: xxx", e.g. "When: Tue, Mar 10, 2010 (all day)" -->
     86     <string name="meeting_allday">
     87         When:
     88         <xliff:g id="eventdate" example="Tue, Mar 10, 2010 ">%s</xliff:g>
     89         (all day)
     90     </string>
     91     <!-- Indicate that a meeting lasts all day and is recurring. This would normally be presented
     92         after "When: xxx", e.g. "When: Tue, Mar 10, 2010 (all day, recurring)" -->
     93     <string name="meeting_allday_recurring">
     94         When:
     95         <xliff:g id="eventdate" example="Tue, Mar 10, 2010 ">%s</xliff:g>
     96         (all day, recurring)
     97     </string>
     98 
     99     <!-- The name of this APK as shown in manage applications settings. [CHAR LIMIT=30] -->
    100     <string name="app_name" >Exchange Services</string>
    101 
    102     <!-- Used as the body text of a message reporting to an attendee that a
    103         specific instance of a recurring meeting has been canceled -->
    104     <string name="exception_cancel">
    105         This event has been canceled
    106         for:
    107         <xliff:g id="date">%s</xliff:g>
    108     </string>
    109     <!-- Used as the body text of a message reporting to an attendee that a
    110         specific instance of a recurring meeting has been changed -->
    111     <string name="exception_updated">
    112         The details of this event have been changed
    113         for:
    114         <xliff:g id="date">%s</xliff:g>
    115     </string>
    116 
    117     <!-- The following are a list of policies that the user's server might require, but that can't
    118         be enforced by our device.  We will list them separated by commas, as required -->
    119     <!-- A policy in which the device may not have a storage card [CHAR LIMIT=50] -->
    120     <string name="policy_dont_allow_storage_cards">Don\'t allow storage cards</string>
    121     <!-- A policy in which the device may not have unsigned applications installed
    122         [CHAR LIMIT=50] -->
    123     <string name="policy_dont_allow_unsigned_apps">Don\'t allow unsigned apps</string>
    124     <!-- A policy in which the device may not allow application installation via an unsigned
    125         installer [CHAR LIMIT=50] -->
    126     <string name="policy_dont_allow_unsigned_installers">Don\'t allow unsigned app
    127         installers</string>
    128     <!-- A policy in which the device may not allow wifi communications [CHAR LIMIT=50] -->
    129     <string name="policy_dont_allow_wifi">Don\'t allow Wi-Fi</string>
    130     <!-- A policy in which the device may not allow text messaging [CHAR LIMIT=50] -->
    131     <string name="policy_dont_allow_text_messaging">Don\'t allow text messaging</string>
    132     <!-- A policy in which the device may not allow POP3 or IMAP email accounts [CHAR LIMIT=50] -->
    133     <string name="policy_dont_allow_pop_imap">Don\'t allow POP3 or IMAP accounts</string>
    134     <!-- A policy in which the device may allow infrared communications [CHAR LIMIT=50] -->
    135     <string name="policy_dont_allow_irda">Don\'t allow infrared communications</string>
    136     <!-- A policy in which the device may allow HTML email to be received [CHAR LIMIT=50] -->
    137     <string name="policy_dont_allow_html">Don\'t allow HTML email</string>
    138     <!-- A policy in which the device may not allow the user of web browsers [CHAR LIMIT=50] -->
    139     <string name="policy_dont_allow_browser">Don\'t allow browsers</string>
    140     <!-- A policy in which the device may not allow the receipt of consumer email
    141         [CHAR LIMIT=50] -->
    142     <string name="policy_dont_allow_consumer_email">Don\'t allow consumer email</string>
    143     <!-- A policy in which the device may not allow internet connection sharing
    144         [CHAR LIMIT=50] -->
    145     <string name="policy_dont_allow_internet_sharing">Don\'t allow Internet sharing</string>
    146     <!-- A policy in which messages must be in SMIME format [CHAR LIMIT=50] -->
    147     <string name="policy_require_smime">Require SMIME messages</string>
    148     <!-- A policy in which the device's bluetooth capabilities are restricted [CHAR LIMIT=50] -->
    149     <string name="policy_bluetooth_restricted">Restrict Bluetooth usage</string>
    150     <!-- A policy in which the device blocks specified applications [CHAR LIMIT=50]-->
    151     <string name="policy_app_blacklist">Disallow specified apps</string>
    152     <!-- A policy in which the device allows only specified applications [CHAR LIMIT=50] -->
    153     <string name="policy_app_whitelist">Allow only specified apps</string>
    154     <!-- A policy in which the device limits the amount of text that can be displayed for a
    155         given message [CHAR LIMIT=50] -->
    156     <string name="policy_text_truncation">Restrict text email size</string>
    157     <!-- A policy in which the device limits the amount of HTML text that can be displayed for a
    158         given message [CHAR LIMIT=50] -->
    159     <string name="policy_html_truncation">Restrict HTML email size</string>
    160     <!-- A policy in which the device requires device or sd card encryption [CHAR LIMIT=50] -->
    161     <string name="policy_require_sd_encryption">Require SD card encryption</string>
    162 
    163     <!-- The following are a list of policies that the user's server requires and that are
    164          in force.  We will list them separated by commas, as required -->
    165     <!-- A policy in which attachments aren't allowed to be downloaded [CHAR LIMIT=50] -->
    166     <string name="policy_dont_allow_attachments">Don\'t allow attachments</string>
    167     <!-- A policy in which the device restricts the size of attachments that can be downloaded
    168         [CHAR LIMIT=50] -->
    169     <string name="policy_max_attachment_size">Restrict attachment size</string>
    170     <!-- A policy in which the device may only sync manually while roaming [CHAR LIMIT=50] -->
    171     <string name="policy_require_manual_sync_roaming">Only allow manual sync while roaming</string>
    172 
    173     <!-- The following is a policy that may or not be supported on a particular device -->
    174     <!-- A policy in which the device requires device or sd card encryption [CHAR LIMIT=50] -->
    175     <string name="policy_require_encryption">Require device encryption</string>
    176 
    177 
    178     <!--  The window length strings below MUST remain in sync with those in com.android.email -->
    179     <!-- In account setup options & account settings screens (exchange), sync window length; this
    180         implies loading a 'reasonable' number of messages [CHAR LIMIT=25] -->
    181     <string name="account_setup_options_mail_window_auto">Automatic</string>
    182     <!-- A sync window length setting (i.e. load messages this far back) [CHAR LIMIT=25]  -->
    183     <string name="account_setup_options_mail_window_1day">One day</string>
    184     <!-- A sync window length setting (i.e. load messages this far back) [CHAR LIMIT=25]  -->
    185     <string name="account_setup_options_mail_window_3days">Three days</string>
    186     <!-- A sync window length setting (i.e. load messages this far back) [CHAR LIMIT=25]  -->
    187     <string name="account_setup_options_mail_window_1week">One week</string>
    188     <!-- A sync window length setting (i.e. load messages this far back) [CHAR LIMIT=25]  -->
    189     <string name="account_setup_options_mail_window_2weeks">Two weeks</string>
    190     <!-- A sync window length setting (i.e. load messages this far back) [CHAR LIMIT=25]  -->
    191     <string name="account_setup_options_mail_window_1month">One month</string>
    192     <!-- A sync window length setting (i.e. load messages this far back) [CHAR LIMIT=25]  -->
    193     <string name="account_setup_options_mail_window_all">All</string>
    194 
    195     <string name="account_manager_type_exchange" translatable="false">com.android.exchange</string>
    196     <string name="authority_email_provider" translatable="false">com.android.email.provider</string>
    197 
    198     <!-- Title for notification warning about an authentication error [CHAR LIMIT=40]  -->
    199     <string name="auth_error_notification_title">Authentication error</string>
    200 
    201     <!-- text for notification warning about an authentication error [CHAR LIMIT=60]  -->
    202     <string name="auth_error_notification_text">Touch to edit account settings for <xliff:g id="account">%s</xliff:g></string>
    203 
    204     <!-- Message displayed when there is no application to handle the settings option. [CHAR LIMIT=NONE] -->
    205     <string name="email_settings_not_available">Re-enable the Email application to view settings.</string>
    206 
    207 </resources>
    208