summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladislav Koldobskiy <admin@nevergone.ru>2015-01-04 02:04:06 +0300
committerVladislav Koldobskiy <admin@nevergone.ru>2015-01-04 02:04:06 +0300
commitc5bb3d562cdf9efa566e998d6b60ed85e9c6a872 (patch)
treeada208c1b69f703aa27b518e9035ec9685527911
parente486a7f531f6710aa59abaf1d4eeeb1f8417b129 (diff)
downloadandroid_packages_apps_ContactsCommon-c5bb3d562cdf9efa566e998d6b60ed85e9c6a872.tar.gz
android_packages_apps_ContactsCommon-c5bb3d562cdf9efa566e998d6b60ed85e9c6a872.tar.bz2
android_packages_apps_ContactsCommon-c5bb3d562cdf9efa566e998d6b60ed85e9c6a872.zip
ContactsCommon: move CAF strings to cm_strings
Change-Id: I0670b6e3dab7d734f996331f51b7b112fa54c3a3
-rw-r--r--res/values/cm_strings.xml63
-rw-r--r--res/values/strings.xml71
2 files changed, 63 insertions, 71 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index e014ca4e..c46412ba 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -23,4 +23,67 @@
<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>
+
+ <!-- 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>
+ <!--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>
+ <!-- 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_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>
+
+ <!-- Detailed description of the preference section that allows users to configure how they
+ want their contacts to be displayed. [CHAR LIMIT=128] -->
+ <string name="settings_contact_display_options_description">Configure how your contacts are displayed and sorted.</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="select_sim">Select SIM</string>
+
</resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 137b19c0..6cf20a50 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -418,18 +418,9 @@ a ren't members of any other group. [CHAR LIMIT=25] -->
<string name="dialog_new_contact_account">Create contact under 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>
-
<!-- Action string for selecting SIM for importing contacts -->
- <!-- Action that exports all contacts to SIM -->
- <string name="export_to_sim">Export to SIM card</string>
<string name="import_from_sim">Import from SIM card</string>
-
<!-- Action string for selecting SIM for importing contacts, when more than one SIM card -->
<string name="import_from_sim_number">Import from SIM card #<xliff:g id="sim_number" example="2">%d</xliff:g></string>
@@ -485,9 +476,6 @@ a ren't members of any other group. [CHAR LIMIT=25] -->
emitted some I/O error. Exact reason will be appended by the system. [CHAR LIMIT=NONE] -->
<string name="fail_reason_io_error">I/O error</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>
-
<!-- Failure reason show when Contacts app (especially vCard importer) encountered
low memory problem and could not proceed its import procedure. [CHAR LIMIT=NONE] -->
<string name="fail_reason_low_memory_during_import">Not enough memory. The file may be too large.</string>
@@ -699,8 +687,6 @@ a ren't members of any other group. [CHAR LIMIT=25] -->
<!-- Toast indicating that sharing a contact has failed. [CHAR LIMIT=NONE] -->
<string name="share_error">This contact can\'t be shared.</string>
- <!-- Toast indicating that sharing too many contact has failed. [CHAR LIMIT=NONE] -->
- <string name="share_failed">Too many contacts, share failed</string>
<!-- Menu item to search contacts -->
<string name="menu_search">Search</string>
@@ -758,48 +744,6 @@ a ren't members of any other group. [CHAR LIMIT=25] -->
<!-- Attribution of a contact status update, when the time of update is known -->
<string name="contact_status_update_attribution_with_date"><xliff:g id="date" example="3 hours ago">%1$s</xliff:g> via <xliff:g id="source" example="Google Talk">%2$s</xliff:g></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_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>
<!-- Font family used when drawing letters for letter tile avatars.
Do not translate. -->
<string name="letter_tile_letter_font_family">sans-serif-light</string>
@@ -819,19 +763,4 @@ a ren't members of any other group. [CHAR LIMIT=25] -->
contacts to be displayed. [CHAR LIMIT=128] -->
<string name="settings_contact_display_options_title">Contact display options</string>
- <!-- Detailed description of the preference section that allows users to configure how they
- want their contacts to be displayed. [CHAR LIMIT=128] -->
- <string name="settings_contact_display_options_description">Configure how your contacts are displayed and sorted.</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="select_sim">Select SIM</string>
</resources>