summaryrefslogtreecommitdiffstats
path: root/res/values/cm_strings.xml
blob: 08c111f79741c07a18c3fab2799fb73036b9b48d (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
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2014-2015 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>

    <!-- CAF -->
    <!-- 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>
    <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
    <string name="import_from_sdcard" product="default">Import from storage</string>
    <!-- Action string for selecting a SIM subscription for exporting contacts -->
    <string name="export_to_sim_summary">Export to SIM <xliff:g id="sim_name">^1</xliff:g> - <xliff:g id="sim_number">^2</xliff:g></string>
    <!-- Action string for selecting a SIM subscription for exporting contacts, without a phone number -->
    <string name="export_to_sim_summary_no_number">Export to SIM <xliff:g id="sim_name">%1$s</xliff:g></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>
    <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
    <string name="export_to_sdcard" product="default">Export to storage</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="label_groups">Group</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_to_sim_failed">Export failed, <xliff:g id="insertCount">%d</xliff:g> items are exported</string>

    <string name="export_sim_card_full">Sim Card is full, <xliff:g id="insertCount">%d</xliff:g> items are exported</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="sim_contacts_not_load">Error, SIM contacts have not been loaded completely.</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>
        <!-- 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="set_ip_number">Set IP Number</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="ipcall_dialog_title">IP call setting</string>
    <string name="ipcall_dialog_edit_hint">Please input the IP prefix</string>
    <string name="Import_All">Import Contacts From All SIMs</string>
    <string name="select_path">Select Path</string>
    <string name="sd_card">SD card</string>
    <string name="phone_storage">Phone storage</string>
    <string name="select_sim">Select SIM</string>

    <string name="import_contacts_sim">Import contacts from SIM?</string>
    <string name="import_contacts_sim_confirm">Import</string>
    <string name="import_contacts_sim_cancel">Cancel</string>

</resources>