summaryrefslogtreecommitdiffstats
path: root/res/values/cm_strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/cm_strings.xml')
-rw-r--r--res/values/cm_strings.xml82
1 files changed, 81 insertions, 1 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index 75b9f0ab..08c111f7 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
- Copyright (C) 2014 The CyanogenMod Project
+ 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.
@@ -18,4 +18,84 @@
<!-- 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>