summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorJorge Ruesga <jorge@ruesga.com>2015-03-20 03:13:35 +0100
committerSteve Kondik <steve@cyngn.com>2015-10-18 14:03:22 -0700
commit8b1818d4a89912768bd6b1c94ff6eec25b072087 (patch)
tree74fcc2bb7d5844d8f8db94899758ee0d63b02abe /res/values
parentf119f904ed4c2d2089df3d9243488cd1de04e405 (diff)
downloadandroid_packages_apps_Email-8b1818d4a89912768bd6b1c94ff6eec25b072087.tar.gz
android_packages_apps_Email-8b1818d4a89912768bd6b1c94ff6eec25b072087.tar.bz2
android_packages_apps_Email-8b1818d4a89912768bd6b1c94ff6eec25b072087.zip
email: add an option for delete the account
Change-Id: I0f0f2b7ea950d5154f90cd60261c6918b7ad36b7 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
Diffstat (limited to 'res/values')
-rw-r--r--res/values/cm_strings.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
new file mode 100644
index 000000000..0e3594f64
--- /dev/null
+++ b/res/values/cm_strings.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2015 The CaynogenMod 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">
+ <!-- Delete account -->
+ <string name="delete_account">Delete account</string>
+ <string name="delete_account_confirmation_msg">This will delete all the settings and emails of the
+ account <xliff:g id="account">%s</xliff:g>. This operation cannot be undone.\n\nContinue?</string>
+ <string name="deleting_account_msg">Deleting account\u2026</string>
+ <string name="delete_account_failed">Couldn\'t delete the account</string>
+</resources>