Change account type strings for AccountManager UI

b/17365679

Change-Id: I9feafcb5a1b184706b98f288d292cb924107f38e
This commit is contained in:
Tony Mantler 2014-09-11 11:47:02 -07:00
parent f866891f92
commit a9f69fc4ce
1 changed files with 4 additions and 2 deletions

View File

@ -628,8 +628,10 @@
<string name="confirm_response">Sending response&#8230;</string>
<!-- Used by AccountManager -->
<string name="imap_name">IMAP</string>
<string name="pop3_name">POP3</string>
<!-- Account type name as used by AccountManager UI (IMAP is not translatable) [CHAR LIMIT=30] -->
<string name="imap_name">Personal (IMAP)</string>
<!-- Account type name as used by AccountManager UI (POP3 is not translatable) [CHAR LIMIT=30] -->
<string name="pop3_name">Personal (POP3)</string>
<!-- Displayed when the user must pick his server's trash folder from a list [CHAR LIMIT 30]-->
<string name="trash_folder_selection_title">Select server trash folder for <xliff:g id="account">%s</xliff:g></string>