summaryrefslogtreecommitdiffstats
path: root/res/values/cm_strings.xml
blob: e0697442c713d0f8eb2843dadcad404f9a2fb298 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2014 The CyanogenMod 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">
    <!-- Virtual local storage account name -->
    <string name="local_storage_account" product="tablet">Local tablet account</string>
    <string name="local_storage_account" product="default">Local phone account</string>

    <!-- Action string for managing SIM contacts -->
    <string name="manage_sim_contacts"> Manage SIM card contacts</string>

    <!-- Action that exports all contacts to SIM -->
    <string name="export_to_sim">Export to SIM card</string>

    <string name="Import_All">Import Contacts From All SIMs</string>
    <string name="ok">OK</string>
    <string name="cancel">Cancel</string>

    <string name="select_sim">Select SIM</string>
    <string name="account_sim">SIM Card</string>
    <string name="name_for_sim">Name</string>

    <!--The failed reason shown when importting some a vCard file -->
    <string name="fail_reason_import_vcard">I/O error,couldn\'t import vCard <xliff:g id="name">%s</xliff:g></string>

    <string name="label_groups">Group</string>

    <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE]  -->
    <string name="share_failed">Too many contacts, share failed</string>

    <string name="exporting">Exporting</string>

    <!-- Message while reading multiple vCard files "(current number) of (total number) files"
          The order of "current number" and "total number" cannot be changed -->
    <string name="reading_vcard_files"><xliff:g id="current_number">%1$s</xliff:g> of <xliff:g id="total_number">%2$s</xliff:g> files</string>

    <string name="progressdialog_cancel">Cancel</string>

    <string name="export_failed">Export failed</string>

    <string name="sim_card_full">Error, Sim Card is full.</string>

    <string name="export_finished">Export finished</string>

    <string name="tag_too_long">Error, Contact name is too long.</string>

    <string name="export_cancelled">Export is canceled, <xliff:g id="insertCount">%s</xliff:g>items are exported</string>

    <string name="export_no_phone_or_email">Export failed, <xliff:g id="name">%s</xliff:g>has not phone number or
         email address</string>

    <string name="import_from_sim_select">Choose card to import</string>

    <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
    <string name="no_sdcard_title" product="nosdcard">Storage unavailable</string>
    <!-- Dialog title shown when SD Card does not exist -->
    <string name="no_sdcard_title" product="default">No SD card</string>

    <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
    <string name="deleteConfirmation_title">Delete contact?</string>

    <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
    <string name="deleteConfirmation">This contact will be deleted.</string>

    <!-- Warning dialog contents after users selects to delete a contact. -->
    <string name="readOnlyContactDeleteConfirmation">This contact contains information from multiple
          accounts. Information from read-only accounts will be hidden in your contacts lists,
          not deleted.</string>

    <!-- Warning dialog contents after users selects to delete a ReadOnly contact-->
    <string name="readOnlyContactWarning">You can\'t delete contacts from read-only accounts,
         but you can hide them in your contacts lists.</string>

    <!-- Warning dialog contents after users selects to delete a contact with multiple Writable sources. -->
    <string name="multipleContactDeleteConfirmation">Deleting this contact will delete information
         from multiple accounts.</string>
    <!-- The slot common name -->
    <string name="slot_name">SIM</string>

    <string name="copy_done">Copy done!</string>
    <string name="copy_failure">Copy Failed!</string>
    <string name="card_no_space">Card has no space ,some record copy failed</string>

    <!-- Menu item used to initiate ip call -->
    <string name="ip_call_by_slot">IP Call by <xliff:g id="subName">%s</xliff:g></string>
    <string name="no_ip_number">No IP number</string>
    <string name="no_ip_number_on_sim_card">No IP number on SIM card</string>
    <string name="set_ip_number">Set IP Number</string>
    <string name="ipcall_dialog_title">IP call setting</string>
    <string name="ipcall_dialog_edit_hint">Please input the IP prefix</string>

    <!-- vCard import path -->
    <string name="select_path">Select Path</string>

    <!-- Storage path -->
    <string name="sd_card">SD card</string>
    <string name="phone_storage">Phone storage</string>
</resources>