summaryrefslogtreecommitdiffstats
path: root/res/values/cm_strings.xml
blob: 7d67b01e216279f3e7af06392d3689bada3bdaff (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
<?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 that exports all contacts to SIM -->
    <string name="export_to_sim">Export to SIM card</string>

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

    <!--The failure reason shown when importing vCards -->
    <string name="fail_reason_import_vcard">The vCard \'<xliff:g id="name">%s</xliff:g>\' could not be imported due to an I/O error</string>

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

    <string name="exporting">Exporting\u2026</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="export_failed">Export failed</string>

    <string name="sim_card_full">The SIM card is full</string>

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

    <string name="tag_too_long">The contact name is too long</string>

    <plurals name="export_cancelled">
        <item quantity="one">Export was canceled, %d item was exported</item>
        <item quantity="other">Export was canceled, %d items were exported</item>
    </plurals>

    <string name="export_no_phone_or_email"><xliff:g id="name">%s</xliff:g> does not have a 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>

    <!-- Menu item used to initiate ip call -->
    <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 settings</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>

    <string name="sim_contacts_not_loaded">The SIM contacts could not be loaded completely</string>
</resources>