diff options
Diffstat (limited to 'res/values-en-rIN/cm_strings.xml')
-rw-r--r-- | res/values-en-rIN/cm_strings.xml | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/res/values-en-rIN/cm_strings.xml b/res/values-en-rIN/cm_strings.xml new file mode 100644 index 000000000..e3318be68 --- /dev/null +++ b/res/values-en-rIN/cm_strings.xml @@ -0,0 +1,61 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + Copyright (c) 2011-2013, The Linux Foundation. All rights reserved. + 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"> + <string name="contactSavedToSimCardError">Could not save the selected contacts to the SIM card</string> + <string name="airplane_mode_on">SIM card can not be accessed while airplane mode is enabled</string> + <string name="number_anr_too_long">Number is too long</string> + <string name="email_address_too_long">Email address is too long</string> + <string name="sim_card_full">SIM card is full</string> + <string name="tag_too_long">Contact name is too long</string> + <string name="invalid_phone_number">Phone number is invalid</string> + <string name="invalid_number_type">Number type is invalid</string> + <string name="no_phone_number_or_email">Please insert phone number or email address.</string> + <string name="memory_card_full">Contact could not be saved, phone memory is full</string> + <string name="contacts_groups_label">Groups</string> + <string name="menu_moveGroupMembers">Move group members</string> + <string name="title_move_members">Move members</string> + <string name="message_move_members">Moving members\u2026</string> + <string name="message_can_not_move_members">Can not move members</string> + <string name="edit_before_call">Edit number before call</string> + <string name="menu_sendViaSMS">Send contact via SMS</string> + <string name="select_all">All</string> + <string name="import_sim_contacts_title">Import SIM contacts</string> + <string name="import_sim_contacts_message">Importing SIM contacts\u2026</string> + <string name="importConfirmation_title">Import contact?</string> + <string name="import_finish">Import finished</string> + <string name="delete_contacts_title">Delete contacts</string> + <string name="delete_contacts_message">Deleting contacts\u2026</string> + <string name="deleteConfirmation_title">Delete contact?</string> + <string name="too_many_contacts_add_to_group">No more than <xliff:g id="count">%d</xliff:g> contacts can be added</string> + <string name="contactDeletedToast">Contact deleted</string> + <string name="menu_memory_status">Memory status</string> + <string name="memory_size">Total:</string> + <string name="memory_used">Used:</string> + <string name="calculating_status_now">Calculating status\u2026</string> + <string name="menu_copyTo">Copy to <xliff:g id="destination">%s</xliff:g></string> + <string name="copy_to_target_sim">SIM card</string> + <string name="copy_to_target_msim">SIM card <xliff:g id="index">%d</xliff:g></string> + <string name="no_empty_email_in_usim">USIM contact does not have an available email field, unable to copy messages.</string> + <string name="voicemail">Voicemail</string> + <string name="select_call_title">Select call logs</string> + <string name="delete_call_title">Delete call logs</string> + <string name="delete_call_message">Deleting call logs\u2026</string> + <string name="delete_call_alert">Delete selected call logs?</string> + <string name="title_del_call">Delete</string> +</resources> |