| <?xml version="1.0" encoding="utf-8"?> |
| <!-- Copyright (C) 2011 The Android Open Source Project |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
| You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| |
| <resources> |
| |
| <!-- Mail sync window sizes for EAS accounts --> |
| <!-- The window length array/strings below MUST remain in sync with com.android.email --> |
| <string-array name="account_settings_mail_window_entries"> |
| <item>@string/account_setup_options_mail_window_auto</item> |
| <item>@string/account_setup_options_mail_window_1day</item> |
| <item>@string/account_setup_options_mail_window_3days</item> |
| <item>@string/account_setup_options_mail_window_1week</item> |
| <item>@string/account_setup_options_mail_window_2weeks</item> |
| <item>@string/account_setup_options_mail_window_1month</item> |
| <item>@string/account_setup_options_mail_window_all</item> |
| </string-array> |
| |
| </resources> |