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     <!-- Name of Microsoft Exchange account type; used by AccountManager -->
     25     <string name="exchange_name">Corporate</string>
     26     <!-- 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     <!-- Notification message in notifications window when calendar sync is
    100         automatically enabled for pre-existing Exchange accounts on upgrade -->
    101     <string name="notification_exchange_calendar_added">Exchange calendar added</string>
    102 
    103     <!-- The name of this APK as shown in manage applications settings. [CHAR LIMIT=30] -->
    104     <string name="app_name" >Exchange Services</string>
    105 
    106     <!-- Used as the body text of a message reporting to an attendee that a
    107         specific instance of a recurring meeting has been canceled -->
    108     <string name="exception_cancel">
    109         This event has been canceled
    110         for:
    111         <xliff:g id="date">%s</xliff:g>
    112     </string>
    113     <!-- Used as the body text of a message reporting to an attendee that a
    114         specific instance of a recurring meeting has been changed -->
    115     <string name="exception_updated">
    116         The details of this event have been changed
    117         for:
    118         <xliff:g id="date">%s</xliff:g>
    119     </string>
    120 
    121     <!-- The following are a list of policies that the user's server might require, but that can't
    122         be enforced by our device.  We will list them separated by commas, as required -->
    123     <!-- A policy in which the device may not have a storage card [CHAR LIMIT=50] -->
    124     <string name="policy_dont_allow_storage_cards">Don\'t allow storage cards</string>
    125     <!-- A policy in which the device may not have unsigned applications installed
    126         [CHAR LIMIT=50] -->
    127     <string name="policy_dont_allow_unsigned_apps">Don\'t allow unsigned apps</string>
    128     <!-- A policy in which the device may not allow application installation via an unsigned
    129         installer [CHAR LIMIT=50] -->
    130     <string name="policy_dont_allow_unsigned_installers">Don\'t allow unsigned app
    131         installers</string>
    132     <!-- A policy in which the device may not allow wifi communications [CHAR LIMIT=50] -->
    133     <string name="policy_dont_allow_wifi">Don\'t allow Wi-Fi</string>
    134     <!-- A policy in which the device may not allow text messaging [CHAR LIMIT=50] -->
    135     <string name="policy_dont_allow_text_messaging">Don\'t allow text messaging</string>
    136     <!-- A policy in which the device may not allow POP3 or IMAP email accounts [CHAR LIMIT=50] -->
    137     <string name="policy_dont_allow_pop_imap">Don\'t allow POP3 or IMAP accounts</string>
    138     <!-- A policy in which the device may allow infrared communications [CHAR LIMIT=50] -->
    139     <string name="policy_dont_allow_irda">Don\'t allow infrared communications</string>
    140     <!-- A policy in which the device may allow HTML email to be received [CHAR LIMIT=50] -->
    141     <string name="policy_dont_allow_html">Don\'t allow HTML email</string>
    142     <!-- A policy in which the device may not allow the user of web browsers [CHAR LIMIT=50] -->
    143     <string name="policy_dont_allow_browser">Don\'t allow browsers</string>
    144     <!-- A policy in which the device may not allow the receipt of consumer email
    145         [CHAR LIMIT=50] -->
    146     <string name="policy_dont_allow_consumer_email">Don\'t allow consumer email</string>
    147     <!-- A policy in which the device may not allow internet connection sharing
    148         [CHAR LIMIT=50] -->
    149     <string name="policy_dont_allow_internet_sharing">Don\'t allow Internet sharing</string>
    150     <!-- A policy in which messages must be in SMIME format [CHAR LIMIT=50] -->
    151     <string name="policy_require_smime">Require SMIME messages</string>
    152     <!-- A policy in which the device's bluetooth capabilities are restricted [CHAR LIMIT=50] -->
    153     <string name="policy_bluetooth_restricted">Restrict Bluetooth usage</string>
    154     <!-- A policy in which the device blocks specified applications [CHAR LIMIT=50]-->
    155     <string name="policy_app_blacklist">Disallow specified apps</string>
    156     <!-- A policy in which the device allows only specified applications [CHAR LIMIT=50] -->
    157     <string name="policy_app_whitelist">Allow only specified apps</string>
    158     <!-- A policy in which the device limits the amount of text that can be displayed for a
    159         given message [CHAR LIMIT=50] -->
    160     <string name="policy_text_truncation">Restrict text email size</string>
    161     <!-- A policy in which the device limits the amount of HTML text that can be displayed for a
    162         given message [CHAR LIMIT=50] -->
    163     <string name="policy_html_truncation">Restrict HTML email size</string>
    164     <!-- A policy in which the device requires device or sd card encryption [CHAR LIMIT=50] -->
    165     <string name="policy_require_sd_encryption">Require SD card encryption</string>
    166 
    167     <!-- The following are a list of policies that the user's server requires and that are
    168          in force.  We will list them separated by commas, as required -->
    169     <!-- A policy in which attachments aren't allowed to be downloaded [CHAR LIMIT=50] -->
    170     <string name="policy_dont_allow_attachments">Don\'t allow attachments</string>
    171     <!-- A policy in which the device restricts the size of attachments that can be downloaded
    172         [CHAR LIMIT=50] -->
    173     <string name="policy_max_attachment_size">Restrict attachment size</string>
    174     <!-- A policy in which the device may only sync manually while roaming [CHAR LIMIT=50] -->
    175     <string name="policy_require_manual_sync_roaming">Only allow manual sync while roaming</string>
    176 
    177     <!-- The following is a policy that may or not be supported on a particular device -->
    178     <!-- A policy in which the device requires device or sd card encryption [CHAR LIMIT=50] -->
    179     <string name="policy_require_encryption">Require device encryption</string>
    180 
    181 
    182     <!--  The window length strings below MUST remain in sync with those in com.android.email -->
    183     <!-- In account setup options & account settings screens (exchange), sync window length; this
    184         implies loading a 'reasonable' number of messages [CHAR LIMIT=25] -->
    185     <string name="account_setup_options_mail_window_auto">Automatic</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_1day">One day</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_3days">Three days</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_1week">One week</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_2weeks">Two weeks</string>
    194     <!-- A sync window length setting (i.e. load messages this far back) [CHAR LIMIT=25]  -->
    195     <string name="account_setup_options_mail_window_1month">One month</string>
    196     <!-- A sync window length setting (i.e. load messages this far back) [CHAR LIMIT=25]  -->
    197     <string name="account_setup_options_mail_window_all">All</string>
    198 </resources>
    199