summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJorge Ruesga <jorge@ruesga.com>2015-03-20 03:13:35 +0100
committerMichael Bestas <mikeioannina@gmail.com>2016-12-30 20:15:16 +0200
commitc1f42968dc1b15f81bb2adab2c6a2862813f594f (patch)
tree611e739ab7bea2a6d83ea9f1c1a285ca4e14197b /res
parentb25395d0908c1c967f2958fb8f4bfb227265732b (diff)
downloadandroid_packages_apps_Email-c1f42968dc1b15f81bb2adab2c6a2862813f594f.tar.gz
android_packages_apps_Email-c1f42968dc1b15f81bb2adab2c6a2862813f594f.tar.bz2
android_packages_apps_Email-c1f42968dc1b15f81bb2adab2c6a2862813f594f.zip
email: add an option for delete the account
Change-Id: I0f0f2b7ea950d5154f90cd60261c6918b7ad36b7 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
Diffstat (limited to 'res')
-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>