Replace "Corporate" by "Exchange".

Bug: 17925116 Change "Corporate" to "Exchange"
Change-Id: Ia7f8a8c2e393924cf13eb9a0895ae29d8acc7eb4
This commit is contained in:
Régis Décamps 2014-10-09 13:37:03 +02:00
parent 2a1daaae4d
commit 24f2b19c92
4 changed files with 6 additions and 6 deletions

View File

@ -582,9 +582,9 @@
<!-- Message that appears when adding a T-Online account -->
<string name="provider_note_t_online">Before setting up this email account, visit the T-Online website and create a password for POP3 email access.</string>
<!-- Name of Microsoft Exchange account type; used by AccountManager -->
<string name="exchange_name">Corporate</string>
<!-- Name of Microsoft Exchange account type; used by AccountManager -->
<!-- Short name of Microsoft Exchange account type; used by AccountManager -->
<string name="exchange_eas_name" translatable="false">Exchange</string>
<!-- Long name of Microsoft Exchange account type; used by AccountManager -->
<string name="exchange_name_alternate">Microsoft Exchange ActiveSync</string>
<!-- Message that appears if the AccountManager cannot create the system Account -->

View File

@ -24,6 +24,6 @@
android:accountType="@string/account_manager_type_exchange"
android:icon="@mipmap/ic_launcher_mail"
android:smallIcon="@drawable/ic_notification_mail_24dp"
android:label="@string/exchange_name"
android:label="@string/exchange_eas_name"
android:accountPreferences="@xml/account_preferences"
/>

View File

@ -24,6 +24,6 @@
android:accountType="com.android.exchange"
android:icon="@mipmap/ic_launcher_mail"
android:smallIcon="@drawable/ic_notification_mail_24dp"
android:label="@string/exchange_name"
android:label="@string/exchange_eas_name"
android:accountPreferences="@xml/account_preferences"
/>

View File

@ -24,6 +24,6 @@
android:accountType="com.android.email"
android:icon="@mipmap/ic_launcher_mail"
android:smallIcon="@drawable/ic_notification_mail_24dp"
android:label="@string/exchange_name"
android:label="@string/exchange_eas_name"
android:accountPreferences="@xml/account_preferences"
/>