Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5200e62f authored by blong's avatar blong Committed by Gerrit - the friendly Code Review server
Browse files

Translate string for chinese

- Add chinese res for refresh menu and correct group label

CRs-Fixed: 1058690

Change-Id: I8671da6832b5a6e6702417d88bbc1c7bb8a70ece
parent a8a1c073
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -326,6 +326,8 @@
    <string name="message_add_members">"添加成员..."</string>
    <string name="message_move_members">"移动成员..."</string>
    <string name="cancel_operation">"操作取消"</string>
    <!-- Menu item used to refresh a specific contact -->
    <string name="menu_refresh">刷新</string>
    <string name="message_can_not_move_members">"不能移动成员"</string>
    <string name="message_from_you_prefix" msgid="7180706529908434482">"您:<xliff:g id="SMS_BODY">%s</xliff:g>"</string>
    <string name="contact_editor_hangouts_im_alert" msgid="114855385615225735">"请将联系人的环聊帐号信息输入到电子邮件地址字段或电话号码字段,以便获得更佳的环聊使用体验。"</string>
+1 −1
Original line number Diff line number Diff line
@@ -1508,7 +1508,7 @@ public class MultiPickContactsActivity extends Activity implements ViewPager.OnP

    private void showGroupSelectionList(String accountType, long srcGroupId) {
        AlertDialog.Builder builder = new AlertDialog.Builder(this);
        builder.setTitle(getString(R.string.label_groups));
        builder.setTitle(getString(R.string.groupsLabel));
        ContentResolver resolver = getContentResolver();
        String selection = Groups.ACCOUNT_TYPE + " =? AND " + Groups.DELETED + " != ? AND ("
                + Groups.SOURCE_ID + "!='RCS'" + " OR " + Groups.SOURCE_ID + " IS NULL)";