diff options
| author | Marc Blank <mblank@google.com> | 2012-08-21 15:21:40 -0700 |
|---|---|---|
| committer | Marc Blank <mblank@google.com> | 2012-08-22 14:17:57 -0700 |
| commit | 70edcf05387df33f4761b766add6b80999e425e9 (patch) | |
| tree | 14717efa1a01fb7d8bdea090f171d68bc30da3f6 /imap2/res/values/strings.xml | |
| parent | 0b9f23cae28a57730653af7be074a367e3ae4a09 (diff) | |
| download | android_packages_apps_Email-70edcf05387df33f4761b766add6b80999e425e9.tar.gz android_packages_apps_Email-70edcf05387df33f4761b766add6b80999e425e9.tar.bz2 android_packages_apps_Email-70edcf05387df33f4761b766add6b80999e425e9.zip | |
Integrate Imap2 into Email
* Also, convert imap accounts to imap2
* The original imap service remains, but is no used
* There remain some questions about how the upgrade
should work in terms of settings
Change-Id: I0e05edad6a1553f428a2c2fa3daf1df878d4b5f7
Diffstat (limited to 'imap2/res/values/strings.xml')
| -rw-r--r-- | imap2/res/values/strings.xml | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/imap2/res/values/strings.xml b/imap2/res/values/strings.xml deleted file mode 100644 index ea8c8c07e..000000000 --- a/imap2/res/values/strings.xml +++ /dev/null @@ -1,37 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2008 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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - - <!-- Name of application on Home screen --> - <string name="app_name">Imap2</string> - - <!-- The next set of strings are used server-side and must not be localized. --> - <!-- Do Not Translate. This is the name of the "inbox" folder, on the server. --> - <string name="mailbox_name_server_inbox" translatable="false">Inbox</string> - <!-- Do Not Translate. This is the name of the "outbox" folder, on the server. --> - <string name="mailbox_name_server_outbox" translatable="false">Outbox</string> - <!-- Do Not Translate. This is the name of the "drafts" folder, on the server. --> - <string name="mailbox_name_server_drafts" translatable="false">Drafts</string> - <!-- Do Not Translate. This is the name of the "trash" folder, on the server. --> - <string name="mailbox_name_server_trash" translatable="false">Trash</string> - <!-- Do Not Translate. This is the name of the "sent" folder, on the server. --> - <string name="mailbox_name_server_sent" translatable="false">Sent</string> - <!-- Do Not Translate. This is the name of the "junk" folder, on the server. --> - <string name="mailbox_name_server_junk" translatable="false">Junk</string> - -</resources> - |
