Merge "Replace "Corporate" by "Exchange"." into ub-gmail-ur14-dev

This commit is contained in:
Régis Décamps 2014-10-10 15:30:38 +00:00 committed by Android (Google) Code Review
commit 8c0253a1f0
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"
/>