summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
blob: ecd0ef37101d63e2ce6294465b0058360dcb6318 (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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2006 The Android Open Source Project
     Copyright (c) 2009, Code Aurora Forum. All rights reserved.

     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">

    <!-- Bluetooth related strings  -->
    <string name="menu_share">Share</string>
    <string name="menu_pull">Pull contacts</string>
    <string name="menu_send_bt">Send using Bluetooth</string>
    <string name="menu_get_bt">Get using Bluetooth</string>

    <!-- Title for the activity that shows contacts.  This is the name
         used in the Launcher icon. -->
    <string name="contactsList">Contacts</string>

    <!-- Title for the activity that dials the phone.  This is the name
         used in the Launcher icon. -->
    <string name="launcherDialer">Dialer</string>

    <!-- Name of activity that allows users to create shortcuts on the home screen to a contact.
         This shows up in a list of things like bookmark, folder, music playlist, etc -->
    <string name="shortcutContact">Contact</string>

    <!-- Name of activity that allows users to create shortcuts on the home screen to dial a contact.
         This shows up in a list of things like bookmark, folder, music playlist, etc -->
    <string name="shortcutDialContact">Direct Dial</string>

    <!-- Name of activity that allows users to create shortcuts on the home screen to message (SMS) a contact.
         This shows up in a list of things like bookmark, folder, music playlist, etc -->
    <string name="shortcutMessageContact">Direct Message</string>

    <!-- Activity title when the user is selecting a contact for a shortcut. -->
    <string name="shortcutActivityTitle">Choose a contact shortcut</string>

    <!-- Activity title when the user is selecting a contact for a direct dial shortcut. -->
    <string name="callShortcutActivityTitle">Choose a number to call</string>

    <!-- Activity title when the user is selecting a contact for a direct message shortcut. -->
    <string name="messageShortcutActivityTitle">Choose a number to message</string>

    <!-- Title for the activity that shows only starred contacts -->
    <string name="starredList">Starred</string>

    <!-- Title for the activity that shows only frequently contacted contacts -->
    <string name="frequentList">Frequent</string>

    <!-- Title for the activity that shows a mix of starred contacts and frequently contacted
         contacts. -->
    <string name="strequentList">Favorites</string>

    <!-- The title bar when viewing the contact details activity -->
    <string name="viewContactTitle">Contact details</string>

    <!-- The description presented to the user in the Intent choose when there are multiple activities that allow
         viewing a contact. This string represents the built in way to view the contact. -->
    <string name="viewContactDesription">View contact</string>

    <!-- The description presented to the user in the Intent choose when there are multiple activities that allow
         editing a contact. This string represents the built in way to edit the contact. -->
    <string name="editContactDescription">Edit contact</string>

    <!-- The description presented to the user in the Intent choose when there are multiple activities that allow
         creating a new contact. This string represents the built in way to create the contact. -->
    <string name="insertContactDescription">Create contact</string>

    <!-- Hint text in the search box when the user hits the Search key while in the contacts app -->
    <string name="searchHint">Search contacts</string>

    <!-- Menu item to search contacts -->
    <string name="menu_search">Search</string>

    <!-- Menu item to create a new contact -->
    <string name="menu_newContact">New contact</string>

    <!-- Menu item used to view the details for a specific contact -->
    <string name="menu_viewContact">View contact</string>

    <!-- Menu item used to call a contact, containing the name of the contact to call -->
    <string name="menu_callNumber">Call <xliff:g id="name">%s</xliff:g></string>

    <!-- Menu item used to add a star to a contact, which makes that contact show up at the top of favorites -->
    <string name="menu_addStar">Add to favorites</string>

    <!-- Menu item used to remove a star from a contact, making the contact no longer show up at the top of favorites -->
    <string name="menu_removeStar">Remove from favorites</string>

    <!-- Optional menu item to encode the current contact as a QR Code using Barcode Scanner. -->
    <string name="menu_showBarcode">Show barcode</string>

    <!-- Menu item used to edit a specific contact -->
    <string name="menu_editContact">Edit contact</string>

    <!-- Menu item used to copy to SIM memory a specific contact -->
    <string name="menu_copyContactSim">Copy to SIM</string>

    <!-- Menu item used to delete a specific contact -->
    <string name="menu_deleteContact">Delete contact</string>

    <!-- Menu item used to delete a specific contact from Sim memory -->
    <string name="menu_deleteContactSim">Delete from SIM</string>

    <!-- Menu item used to call a specific contact when viewing the details of that contact. -->
    <string name="menu_call">Call</string>

    <!-- Menu item used to send an SMS or MMS message to a specific phone number or a contacts default phone number -->
    <string name="menu_sendSMS">Send SMS/MMS</string>

    <!-- Menu item used to send an email message to a specific email address -->
    <string name="menu_sendEmail">Send email</string>

    <!-- Menu item used to view a contact's address on a map -->
    <string name="menu_viewAddress">Map address</string>

    <!-- Menu item that makes a phone the default for a contact. The default number used when you
         try to call a contact without specifying a specific number. -->
    <string name="menu_makeDefaultNumber">Make default number</string>

    <!-- Confirmation dialog title after users selects to delete a contact. -->
    <string name="deleteConfirmation_title">Delete</string>

    <!-- Confirmation dialog contents after users selects to delete a contact. -->
    <string name="deleteConfirmation">This contact will be deleted.</string>

    <!-- Menu item to indicate you are done editing a contact and want to save the changes you've made -->
    <string name="menu_done">Done</string>

    <!-- Menu item to indicate you are done saving a new contact on SIM -->
    <string name="menu_saveSim">Save to SIM</string>

    <string name="save_to_sim_done">Exported contact name and dial number to SIM</string>
    <string name="sim_entry_null">Name or number cannot be Null</string>
    <string name="save_to_sim_failed">Error exporting contact to SIM</string>

    <!-- Menu item to indicate you want to stop editing a contact and NOT save the changes you've made -->
    <string name="menu_doNotSave">Revert</string>

    <!-- The title of the activity that edits and existing contact -->
    <string name="editContact_title_edit">Edit contact</string>

    <!-- The title of the activity that creates a new contact -->
    <string name="editContact_title_insert">New contact</string>

    <!-- Button that adds more info to a contact, like a new phone number, email address, or postal address -->
    <string name="menu_addItem">More info</string>

    <!-- The label describing the phonetic pronunciation/reading of a contact name -->
    <string name="label_phonetic_name">Phonetic</string>

    <!-- The label describing the Notes field of a contact. This field allows free form text entry about a contact -->
    <string name="label_notes">Notes</string>

    <!-- The label describing the custom ringtone for a contact -->
    <string name="label_ringtone">Ringtone</string>

    <!-- Hint text for the contact name when editing -->
    <string name="ghostData_name">First and Last</string>

    <!-- Hint text for the phonetic reading of the contact name when editing -->
    <string name="ghostData_phonetic_name">Phonetic name</string>

    <!-- Hint text for the organization name when editing -->
    <string name="ghostData_company">Company</string>

    <!-- Hint text for the organization position when editing -->
    <string name="ghostData_title">Position</string>

    <!-- Hint text for an IM account when editing -->
    <string name="ghostData_im">IM name</string>

    <!-- Hint text for the notes field when editing -->
    <string name="ghostData_notes">My note</string>

    <!-- Hint text for the phone number field when editing -->
    <string name="ghostData_phone">Phone number</string>

    <!-- Hint text for the email address field when editing -->
    <string name="ghostData_email">Email address</string>

    <!-- Hint text for the postal address field when editing -->
    <string name="ghostData_postal">Postal address</string>

    <!-- Message displayed in a toast when you try to view the details of a contact that
         for some reason doesn't exist anymore. -->
    <string name="invalidContactMessage">The contact does not exist.</string>

    <!-- When picking a contact from a list of all contacts there is an entry at the top of the
         list that allows the user to create a new contact, which this string is used for -->
    <string name="pickerNewContactHeader">Create new contact</string>

    <!-- Dialog title when you select a label when creating or edit a contact -->
    <string name="selectLabel">Select label</string>

    <!-- Header that expands to list all of the types of phone numbers when editing or creating a phone number for a contact -->
    <string name="phoneLabelsGroup">Phone</string>

    <!-- Header that expands to list all of the types of email addresses when editing or creating an email address for a contact -->
    <string name="emailLabelsGroup">Email</string>

    <!-- Header that expands to list all of the types of IM account when editing or creating an IM account for a contact -->
    <string name="imLabelsGroup">IM</string>

    <!-- Header that expands to list all of the types of postal addresses when editing or creating an postal address for a contact -->
    <string name="postalLabelsGroup">Postal address</string>

    <!-- Header that expands to list other types of data you can add to a contact, like notes and organizations -->
    <string name="otherLabelsGroup">Other</string>

    <!-- The order of the items below is important, don't reorder without changing EditContactActivity.java -->
    <skip/>
    <!-- The labels that are under the otherLabelsGroup when editing a contact. -->
    <string-array name="otherLabels">
        <!-- An organization associated with a contact -->
        <item>Organization</item>
        <!-- A note associated with a contact -->
        <item>Note</item>
    </string-array>

    <!-- Title of the dialog that appears if there are no pictures from which to create an icon for a contact -->
    <string name="errorDialogTitle">No pictures</string>

    <!-- Description in the dialog that appears if there are no pictures from which to create an icon for a contact -->
    <string name="photoPickerNotFoundText">No pictures are available on the phone.</string>

    <!-- Description of the activity used to set a photo in the pictures application as the icon for a contact -->
    <string name="attachToContact">Contact icon</string>

    <!-- Title of the dialog used to set a custom label for a contact detail, like a phone number or email address.
         For example, this may be used to set a phone number's label to "Vaction house" -->
    <string name="customLabelPickerTitle">Custom label name</string>

    <!-- The menu item to open the list of groups to display -->
    <string name="menu_displayGroup">Display group</string>

    <!-- The menu item that leads to the settings for contact syncing -->
    <string name="syncGroupPreference">Edit sync groups</string>

    <!-- The menu item that launches the SIM card import activity -->
    <string name="importFromSim">Import contacts</string>

    <!-- Check box label that allows calls to the contact to be sent directly to voicemail -->
    <string name="send_to_voicemail_checkbox">Send calls directly to voicemail</string>

    <!-- String letting the user know that calls from the contact they're viewing will be sent directly to voicemail -->
    <string name="send_to_voicemail_view">Calls are sent directly to voicemail.</string>

    <!-- String used to indicate that a contact doesn't have a custom ringtone -->
    <string name="default_ringtone">Default</string>

    <!-- The button/menu item that allows you to add a picture to a contact -->
    <string name="addPicture">Add icon</string>

    <!-- The menu item that allows you to remove a picture from a contact -->
    <string name="removePicture">Remove icon</string>

    <!-- The text displayed when the contacts list is empty while displaying all contacts -->
    <string name="noContacts">No contacts.</string>

    <!-- The text displayed when the contacts list is empty while displaying only contacts that have phone numbers -->
    <string name="noContactsWithPhoneNumbers">No contacts with phone numbers.</string>

    <!-- The text displayed when the contacts list is empty while displaying favorite contacts -->
    <string name="noFavorites">No favorites.</string>

    <!-- Title for group selection dialog. The dialog contains a list of contact groups that the
         user can pick from, indicating they only want to see the contacts in that group. -->
    <string name="select_group_title">Groups</string>

    <!-- The text displayed when the contacts list is empty while displaying a single group of contacts -->
    <string name="groupEmpty">Your \"<xliff:g id="groupName">%s</xliff:g>\" group is empty.</string>

    <!-- The description of all groups when asking the user what they want to display -->
    <string name="showAllGroups">All contacts</string>

    <!-- The setting to sync all contacts from the server -->
    <string name="syncAllGroups">Sync all contacts</string>

    <!-- The name of the system "My Contacts" group. This should be kept in sync with the web UI -->
    <string name="groupNameMyContacts">My Contacts</string>

    <!-- The group type that displays only contacts with phone numbers -->
    <string name="groupNameWithPhones">Contacts with phone numbers</string>

    <!-- The group type that displays "Starred in Android" contacts -->
    <string name="starredInAndroid">Starred in Android</string>

    <!-- Toast displayed when a contact is created -->
    <string name="contactCreatedToast">Contact created.</string>

    <!-- Toast displayed when a contact is saved -->
    <string name="contactSavedToast">Contact saved.</string>

    <!-- Separator in the contact details list describing that the items below it will place a call when clicked -->
    <string name="listSeparatorCallNumber">Dial number</string>

    <!-- Section header in the Edit Contacts screen for phone numbers -->
    <string name="listSeparatorCallNumber_edit">Phone numbers</string>

    <!-- Separator in the contact details list describing that the items below it will send an SMS/MMS to a phone number -->
    <string name="listSeparatorSendSmsMms">Send SMS/MMS</string>

    <!-- Separator in the contact details list describing that the items below it will send an email -->
    <string name="listSeparatorSendEmail">Send email</string>

    <!-- Section header in the Edit Contacts screen for E-mail addresses -->
    <string name="listSeparatorSendEmail_edit">Email addresses</string>

    <!-- Separator in the contact details list describing that the items below it will send an IM -->
    <string name="listSeparatorSendIm">Send instant message</string>

    <!-- Section header in the Edit Contacts screen for Instant messanger accounts -->
    <string name="listSeparatorSendIm_edit">Chat addresses</string>

    <!-- Separator in the contact details list describing that the items below it will open maps with the given address -->
    <string name="listSeparatorMapAddress">Map address</string>
    
    <string name="listSeparatorNaviAddress">Navigate to address</string>

    <!-- Section header in the Edit Contacts screen for map addresses -->
    <string name="listSeparatorMapAddress_edit">Postal addresses</string>

    <!-- Separator in the contact details list describing that the items below are non-actionable organization information -->
    <string name="listSeparatorOrganizations">Organizations</string>

    <!-- Separator in the contact details list describing that the items below are random other non-actionable information about a contact -->
    <string name="listSeparatorOtherInformation">Other information</string>

    <!-- Section header in the Edit Contacts screen for other options, such as setting ringtone -->
    <string name="listSeparatorOtherInformation_edit">Other options</string>
    
    <string name="listSeparatorGroup">Group(s)</string>    

    <!-- Section header in the Edit Contacts screen for the "Add more items" button -->
    <string name="listSeparatorMore_edit">More</string>

    <!-- The description text for the contacts tab. Space is limited for this string, so the shorter the better -->
    <string name="contactsIconLabel">Contacts</string>

    <!-- The description text for the favorites tab. Space is limited for this string, so the shorter the better -->
    <string name="contactsFavoritesLabel">Favorites</string>

    <!-- The description text for the dialer tab. Space is limited for this string, so the shorter the better -->
    <string name="dialerIconLabel">Dialer</string>

    <!-- The description text for the call log tab. Space is limited for this string, so the shorter the better -->
    <string name="recentCallsIconLabel">Call log</string>
    <string name="liveFolderAll">All contacts</string>
    <string name="liveFolderFavorites">Starred contacts</string>
    <string name="liveFolderPhone">Contacts with phone numbers</string>

    <!-- Menu item used to send an SMS or MMS message to a phone number  -->
    <string name="menu_sendTextMessage">Send SMS message</string>

    <!-- Menu item used to call a contact from the call log -->
    <string name="recentCalls_callNumber">Call <xliff:g id="name">%s</xliff:g></string>

    <!-- Menu item used to copy a number from the call log to the dialer so it can be edited before calling it -->
    <string name="recentCalls_editNumberBeforeCall">Edit number before call</string>

    <!-- Menu item used to add a number from the call log to contacts -->
    <string name="recentCalls_addToContact">Add to contacts</string>

    <!-- Menu item used to remove a single call from the call log -->
    <string name="recentCalls_removeFromRecentList">Remove from call log</string>

    <!-- Menu item used to remove all calls from the call log -->
    <string name="recentCalls_deleteAll">Clear call log</string>
    
    <string name="recentCalls_deleteAllIncoming">Clear incoming</string>
    <string name="recentCalls_deleteAllOutgoing">Clear outgoing</string>
    <string name="recentCalls_deleteAllMissed">Clear missed</string>

    <!-- Text displayed when the call log is empty -->
    <string name="recentCalls_empty">Call log is empty.</string>

    <!-- The title of a dialog that displays the IMEI of the phone -->
    <string name="imei">IMEI</string>

    <!-- String used for displaying calls to the voicemail number in the call log -->
    <string name="voicemail">Voicemail</string>

    <!-- String used to display calls from unknown numbers in the call log -->
    <string name="unknown">Unknown</string>

    <!-- String used to display calls from private numbers in the call log -->
    <string name="private_num">Private number</string>

    <!-- String used to display calls from pay phone in the call log -->
    <string name="payphone">Pay phone</string>

    <!-- Displayed in the text entry box in the dialer when in landscape mode to guide the user
         to dial using the physical keyboard -->
    <string name="dialerKeyboardHintText">Use keyboard to dial</string>

    <!-- Hint text displayed in the "digits" field above the dialer's
         dialpad, if there's already a call in progress.  (This hint
         reminds the user that the dialer will add a new call, as opposed
         to sending DTMF tones over the current call.) -->
    <string name="dialerDialpadHintText">Dial to add a call</string>

    <!-- Dialog text displayed when loading a phone number from the SIM card for speed dial -->
    <string name="simContacts_emptyLoading">Loading from SIM card\u2026</string>

    <!-- Dialog title displayed when loading a phone number from the SIM card for speed dial -->
    <string name="simContacts_title">SIM card contacts</string>

    <!-- Displayed when a user is prompted to setup a Google account for syncing -->
    <string name="contactsSyncPlug"><font fgcolor="#ffffffff">Sync your Google contacts!</font>
    \nAfter syncing to your phone, your contacts will be available to you wherever you go.</string>

    <!-- Displayed full screen when the user has no contacts and they are displaying the My Contacts group, and contact syncing is disabled -->
    <string name="noContactsHelpText">"You don't have any contacts.\n\nTo add contacts, press <font fgcolor="#ffffffff"><b>Menu</b></font> and select:\n
        \n<li><font fgcolor="#ffffffff"><b>New contact</b></font> to create a new contact from scratch\n</li>
        \n<li><font fgcolor="#ffffffff"><b>Import contacts</b></font> to add contacts from your SIM card\n</li>"
    </string>

    <!-- Displayed full screen when the user has no contacts and they are displaying the My Contacts group, and contact syncing is enabled -->
    <string name="noContactsHelpTextWithSync">"You don't have any contacts.\n\nTo add contacts, press <font fgcolor="#ffffffff"><b>Menu</b></font> and select:\n
        \n<li><font fgcolor="#ffffffff"><b>Edit sync groups</b></font> to add from a new or existing Google account\n</li>
        \n<li><font fgcolor="#ffffffff"><b>New contact</b></font> to create a new contact from scratch\n</li>
        \n<li><font fgcolor="#ffffffff"><b>Import contacts</b></font> to add contacts from your SIM card\n</li>"
    </string>

    <!-- Activity title for the activity that lets the user choose which groups of contacts to sync from the server -->
    <string name="seclectSyncGroups_title">Select groups to sync</string>

    <!-- Live folder label for all contacts -->
    <string name="liveFolder_all_label">All Contacts</string>

    <!-- Live folder label for only starred contacts -->
    <string name="liveFolder_favorites_label">Starred</string>

    <!-- Live folder label for all contacts with phone numbers -->
    <string name="liveFolder_phones_label">Phones</string>

    <!-- Item label: jump to the in-call DTMF dialpad.
         (Part of a list of options shown in the dialer when another call
         is already in progress.) -->
    <string name="dialer_useDtmfDialpad">Use touch tone keypad</string>

    <!-- Item label: jump to the in-call UI.
         (Part of a list of options shown in the dialer when another call
         is already in progress.) -->
    <string name="dialer_returnToInCallScreen">Return to call in progress</string>

    <!-- Item label: use the Dialer's dialpad to add another call.
         (Part of a list of options shown in the dialer when another call
         is already in progress.) -->
    <string name="dialer_addAnotherCall">Add call</string>

    <!-- Title bar for call detail screen -->
    <string name="callDetailTitle">Call details</string>

    <!-- Toast for call detail screen when couldn't read the requested details -->
    <string name="toast_call_detail_error">Couldn\'t read details for the requested call.</string>

    <!-- In call detail screen, label for call type -->
    <string name="call_type">Type</string>

    <!-- Title for incoming call details screen -->
    <string name="type_incoming">Incoming call</string>

    <!-- Title for outgoing call details screen -->
    <string name="type_outgoing">Outgoing call</string>

    <!-- Title for missed call details screen -->
    <string name="type_missed">Missed call</string>

    <!-- In call detail screen, label for call date/time -->
    <string name="call_time">Time</string>

    <!-- In call detail screen, combine date/time string and relative time to give verbose call date/time -->
    <string name="datetime_relative">"<xliff:g id="datetime" example="Dec 31, 2007, 11:00 am">%1$s</xliff:g> (<xliff:g id="relative" example="4 hours ago">%2$s</xliff:g>)"</string>

    <!-- In call detail screen, label for call duration -->
    <string name="call_duration">Duration</string>

    <!-- In call detail screen, header title for actions section -->
    <string name="header_actions">Actions</string>

    <!-- In edit contact screen, combine the actual ringtone name with prefix for placement in spinner -->
    <string name="ringtone_spinner">"Ringtone: <xliff:g id="ringtone" example="Caribbean Ice">%1$s</xliff:g>"</string>

    <!-- In edit contact screen, add more info spinner title -->
    <string name="add_more_items">Add more items</string>

    <!-- Action string for calling a phone number. -->
    <string name="actionCall">Call <xliff:g id="type" example="mobile">%s</xliff:g></string>

    <!-- Action string for sending an email to an email address. -->
    <string name="actionEmail">Email <xliff:g id="type" example="home">%s</xliff:g></string>

    <!-- Action string for sending a text message to a phone number. -->
    <string name="actionText">Text <xliff:g id="type" example="mobile">%s</xliff:g></string>

    <!-- Action string for sending an instant message to a chat buddy. -->
    <string name="actionChat">Chat using <xliff:g id="type" example="Google Talk">%s</xliff:g></string>

    <!-- Action string for viewing an address on a map. -->
    <string name="actionMap">View <xliff:g id="type" example="home">%s</xliff:g> address</string>

    <!-- Description for incoming calls going to voice mail vs. not -->
    <string name="actionIncomingCall">Incoming calls</string>

    <!-- Detail text for incoming calls going to voice mail -->
    <string name="detailIncomingCallsGoToVoicemail">Will be sent directly to voicemail</string>

    <!-- Description of what the contact specific ringtone is set to -->
    <string name="detailsRingtone">Set to <xliff:g id="ringtone_name" example="Flutey Phone">%s</xliff:g></string>

    <!-- Action string for calling back a number in the call log -->
    <string name="callBack">Call back</string>

    <!-- Action string for calling a number in the call log again -->
    <string name="callAgain">Call again</string>

    <!-- Action string for returning a missed call in the call log -->
    <string name="returnCall">Return call</string>

    <!-- A nicely formatted call duration displayed when viewing call details. For example "42 mins 28 secs" -->
    <string name="callDetailsDurationFormat"><xliff:g id="minutes" example="42">%s</xliff:g> mins <xliff:g id="seconds" example="28">%s</xliff:g> secs</string>

    <!-- A list separator for the Favorites tab indicating that items below it are frequently called contacts rather than starred contacts -->
    <string name="favoritesFrquentSeparator">Frequently called</string>

    <!-- Dialog title when prompting before creating a contact -->
    <string name="add_contact_dlg_title">Add Contact</string>
    <!-- Dialog message when prompting before creating a contact. Includes
         the email address, e.g. "Add xyz@foo.com to contacts?" -->
    <string name="add_contact_dlg_message_fmt">Add \"<xliff:g id="email">%s</xliff:g>\" to contacts?</string>

    <!-- Content description values -->

    <!-- String describing the image on ImageButton one

        Note: AccessibilityServices use this attribute to announce what the view represents.
              This is especially valuable for views without textual representation like ImageView.
    -->
    <string name="description_image_button_one">one</string>

    <!-- String describing the image on ImageButton two

        Note: AccessibilityServices use this attribute to announce what the view represents.
              This is especially valuable for views without textual representation like ImageView.
    -->
    <string name="description_image_button_two">two</string>

    <!-- String describing the image on ImageButton three

        Note: AccessibilityServices use this attribute to announce what the view represents.
              This is especially valuable for views without textual representation like ImageView.
    -->
    <string name="description_image_button_three">three</string>

    <!-- String describing the image on ImageButton four

        Note: AccessibilityServices use this attribute to announce what the view represents.
              This is especially valuable for views without textual representation like ImageView.
    -->
    <string name="description_image_button_four">four</string>

    <!-- String describing the image on ImageButton five

        Note: AccessibilityServices use this attribute to announce what the view represents.
              This is especially valuable for views without textual representation like ImageView.
    -->
    <string name="description_image_button_five">five</string>

    <!-- String describing the image on ImageButton six

        Note: AccessibilityServices use this attribute to announce what the view represents.
              This is especially valuable for views without textual representation like ImageView.
    -->
    <string name="description_image_button_six">six</string>

    <!-- String describing the image on ImageButton seven

        Note: AccessibilityServices use this attribute to announce what the view represents.
              This is especially valuable for views without textual representation like ImageView.
    -->
    <string name="description_image_button_seven">seven</string>

    <!-- String describing the image on ImageButton eight

        Note: AccessibilityServices use this attribute to announce what the view represents.
              This is especially valuable for views without textual representation like ImageView.
    -->
    <string name="description_image_button_eight">eight</string>

    <!-- String describing the image on ImageButton nine

        Note: AccessibilityServices use this attribute to announce what the view represents.
              This is especially valuable for views without textual representation like ImageView.
    -->
    <string name="description_image_button_nine">nine</string>

    <!-- String describing the image on ImageButton star

        Note: AccessibilityServices use this attribute to announce what the view represents.
              This is especially valuable for views without textual representation like ImageView.
    -->
    <string name="description_image_button_star">star</string>

    <!-- String describing the image on ImageButton zero

        Note: AccessibilityServices use this attribute to announce what the view represents.
              This is especially valuable for views without textual representation like ImageView.
    -->
    <string name="description_image_button_zero">zero</string>

    <!-- String describing the image on ImageButton pound

        Note: AccessibilityServices use this attribute to announce what the view represents.
              This is especially valuable for views without textual representation like ImageView.
    -->
    <string name="description_image_button_pound">pound</string>

    <!-- Dialog title shown when SD Card does not exist -->
    <string name="no_sdcard_title">No SD Card</string>

    <!-- Dialog message shown when SDcard does not exist -->
    <string name="no_sdcard_message">No SD Card detected</string>

    <!-- Dialog title shown when searching VCard data from SD Card -->
    <string name="searching_vcard_title">Searching for VCard</string>

    <!-- Dialog title shown when asking a user whether import contact data from SIM or SD Card -->
    <string name="select_import_type_title">Where would you like to import contacts from?</string>

    <!-- Action string for selecting SIM for importing contacts -->
    <string name="import_from_sim">SIM Card</string>

    <!-- Action string for selecting SD Card for importing contacts -->
    <string name="import_from_sdcard">SD Card</string>

    <!-- "Import all VCard files" -->
    <string name="import_all_vcard_string">Import all VCard files</string>

    <!-- "Import one VCard file" -->
    <string name="import_one_vcard_string">Import one VCard file</string>

    <!-- Dialog message shown when searching VCard data from SD Card -->
    <string name="searching_vcard_message">Searching for VCard data on VCard</string>

    <!-- Dialog title shown when searching VCard data failed. -->
    <string name="scanning_sdcard_failed_title">Scanning SD Card failed</string>

    <!-- Dialog message shown when searching VCard data failed. -->
    <string name="scanning_sdcard_failed_message">Scanning SD Card failed</string>

    <!-- The failed reason: "I/O Error" -->
    <string name="fail_reason_io_error">I/O Error</string>

    <!-- The failed reason: "Failed to parse VCard data" -->
    <string name="fail_reason_vcard_parse_error">Failed to parse VCard</string>

    <!-- The failed reason: "There is no VCard file" -->
    <string name="fail_reason_no_vcard_file">No VCard file found on SD Card</string>

    <!-- The failed reason: "There is no valid VCard entry in the file(s)" -->
    <string name="fail_reason_no_vcard_entry">No valid VCard entry found for your selection</string>

    <!-- Dialog title shown when a user is asked to select VCard file -->
    <string name="select_vcard_title">Select VCard file</string>

    <!-- Dialog message shown when a user is asked to choose VCard file -->
    <string name="select_vcard_message">Please select a VCard file to import</string>

    <!-- Dialog title shown when reading VCard data -->
    <string name="reading_vcard_title">Reading VCard</string>

    <!-- Dialog message shown when reading a VCard file -->
    <string name="reading_vcard_message">Reading VCard file(s)</string>

    <!-- Dialog message shown when importing VCard data into local database -->
    <string name="importing_vcard_message">Importing VCard data</string>

    <!-- Dialog title shown when reading VCard data failed -->
    <string name="reading_vcard_failed_title">Reading of VCard data has failed</string>

    <!-- Dialog message shown when reading VCard data failed -->
    <string name="reading_vcard_failed_message">VCard data could not be read\nReason for failure: \"<xliff:g id="fail_reason">%s</xliff:g>\"</string>

    <!-- Message while reading one vCard file "(current number) of (total number) contacts" The order of "current number" and "total number" cannot be changed (like "total: (total number), current: (current number)")-->
    <string name="reading_vcard_contacts"><xliff:g id="current_number">%s</xliff:g> of <xliff:g id="total_number">%s</xliff:g> contacts</string>

    <!-- Message while reading multiple vCard files "(current number) of (total number) files" The order of "current number" and "total number" cannot be changed (like "total: (total number), current: (current number)")-->
    <string name="reading_vcard_files"><xliff:g id="current_number">%s</xliff:g> of <xliff:g id="total_number">%s</xliff:g> files</string>

    <!-- The menu item that launches VCard export activity -->
    <string name="export_contact_list">Export contacts</string>

    <!-- Dialog title shown when a user confirms whether he/she export Contact data -->
    <string name="confirm_export_title">Confirmation for export</string>

    <!-- Dialog message shown when a user confirms whether he/she export Contact data -->
    <string name="confirm_export_message">Is it ok to export your contact list to \"<xliff:g id="vcard_filename">%s</xliff:g>\"?</string>

    <!-- Dialog title shown when exporting Contact data failed -->
    <string name="exporting_contact_failed_title">Exporting contact data has failed</string>

    <!-- Dialog message shown when exporting Contact data failed -->
    <string name="exporting_contact_failed_message">Exporting contact data has failed\nReason for failure: \"<xliff:g id="fail_reason">%s</xliff:g>\"</string>

    <!-- The failed reason: "Too many vcard files on the SD Card" -->
    <string name="fail_reason_too_many_vcard">Too many VCard data on the SD Card</string>

    <!-- The failed reason: "Too long filename". This error usually does not happen. -->
    <string name="fail_reason_too_long_filename">Too long filename is required (\"<xliff:g id="filename">%s</xliff:g>\")</string>

    <!-- The failed reason: "Cannot open or create the destination directory" -->
    <string name="fail_reason_cannot_open_destination_dir">Cannot open or create the destination directory\"<xliff:g id="dir_name">%s</xliff:g>\"</string>

    <!-- Dialog title shown when the application is exporting contact data outside -->
    <string name="exporting_contact_list_title">Exporting contact data</string>

    <!-- Message shown when the application is exporting contact data outside -->
    <string name="exporting_contact_list_message">Exporting contact data to \"<xliff:g id="file_name">%s</xliff:g>\"</string>

    <!-- The failed reason: "Could not initialize the exporter" -->
    <string name="fail_reason_could_not_initialize_exporter">Could not initialize the exporter: \"<xliff:g id="exact_reason">%s</xliff:g>\"</string>

    <!-- The failed reason: "Error occured during export" -->
    <string name="fail_reason_error_occurred_during_export">Error occured during export: \"<xliff:g id="exact_reason">%s</xliff:g>\"</string>

    <!-- The failed reason: "Could not open a specific file" -->
    <string name="fail_reason_could_not_open_file">Could not open \"<xliff:g id="file_name">%s</xliff:g>\": <xliff:g id="exact_reason">%s</xliff:g></string>

    <!-- Message in progress bar while exporting contact list to a file "(current number) of (total number) contacts" The order of "current number" and "total number" cannot be changed (like "total: (total number), current: (current number)")-->
    <string name="exporting_contact_list_progress"><xliff:g id="current_number">%s</xliff:g> of <xliff:g id="total_number">%s</xliff:g> contacts</string>

    <!-- The string used to describe Contacts as a searchable item within system search settings. -->
    <string name="search_settings_description">Names of your contacts</string>
    
    <!-- Wysie_Soh: Contacts menu (across all 4, ie. Dialer, Contacts, Call log, Favourites -->    
    <string name="menu_preferences">Preferences</string>
    <string name="contacts_manage_groups">Manage groups</string>
    
    <!-- Wysie_Soh: Dialer menu -->
    <string name="dialer_menu_sms">SMS/MMS</string>
    
    <!-- Wysie_Soh: Call log menu -->
    <string name="call_log_menu_total_duration">Total incoming/outgoing</string>
    
    <!-- Wysie_Soh: Total incoming/outgoing dialog -->
    <string name="totalcalllog">Total incoming/outgoing duration</string>
    <string name="total_incoming">Incoming</string>
    <string name="total_outgoing">Outgoing</string>
    <string name="total_button_ok">Ok</string>
    
    <!-- Favourites menu -->
    <string name="fav_clear_freq">Clear frequently called</string>
    
    <!-- Wysie_Soh: Preferences strings (based on ChainsDD's code) -->
    <string name="title_dialer_category">Dialer</string>
    <string name="title_vm_button">Left action button (LAB)</string>    
    <string name="title_vm_handler">Voicemail handler</string>
    <string name="title_disable_num_check">Disable number checks</string>
    <string name="summaryon_disable_num_check">Left action button (LAB) and menu will always be enabled</string>
    <string name="summaryoff_disable_num_check">LAB and menu will be enabled only if at least one number is entered (except voicemail)</string>
    <string name="title_use_1_for_reg_vm">Use 1 for regular voicemail</string>
    <string name="summaryon_use_1_for_reg_vm">Key 1 will be used for regular voicemail</string>
    <string name="summaryoff_use_1_for_reg_vm">Key 1 will follow voicemail handler</string>
    <string name="title_enable_haptic_feedback">Enable haptic feedback</string>
    
    <string name="title_digits_color_unselected">Digits color (not selected)</string>
    <string name="title_digits_color_focused">Digits color (focused)</string>
    <string name="title_digits_color_pressed">Digits color (pressed)</string>
    <string name="title_choose_color">Choose a color</string>
    <string name="title_use_custom_color">Use custom digits colors</string>
    <string name="summaryon_custom_color">Supported formats: #RRGGBB or #AARRGGBB. Input the # as well.</string>
    
    <string name="title_change_digits_color">Change digits color</string>
    
    <string name="title_call_log_category">Call log</string>
    <string name="title_cl_relative_time">Relative times</string>
    <string name="summaryon_cl_relative_time">Use relative times in call log</string>
    <string name="summaryoff_cl_relative_time">Use exact times in call log</string>
    <string name="title_cl_show_seconds">Show seconds</string>
    <string name="summary_cl_show_seconds">Show seconds when using exact times</string>          
    <string name="title_cl_ask_before_clear">Ask before clearing</string>
    <string name="summaryon_cl_ask_before_clear">Ask before clearing call log</string>
    <string name="summaryoff_cl_ask_before_clear">Call logs will be cleared without asking</string>
    
    <string name="title_contacts_category">Contacts</string>
    <string name="title_contacts_show_pic">Show contact pictures</string>
    <string name="title_contacts_show_dial_button">Show dial button</string>
    <string name="summary_contacts_show_dial_button">Show a dial button for contacts with numbers</string>
    <string name="title_contacts_view_pic_size">View contact picture size</string>
    <string name="summary_contacts_view_pic_size">Affects Favs as well. Sets size of picture when viewing contact</string>
    <string name="title_contacts_choose_pic_size">Choose a size</string>
    <string name="title_contacts_show_separators">Show alphabetical separators</string>
    <string name="summaryon_contacts_show_separators">Alphabetical separators will be shown in the contacts list</string>
    <string name="summaryoff_contacts_show_separators">Alphabetical separators will be hidden in the contacts list</string>
    <string name="title_view_contact">View contact</string>
    <string name="summary_view_contact">Set preferences when viewing an individual contact</string>
    <string name="title_show_text_mobile_only">Text action for mobile only</string>
    <string name="summaryon_show_text_mobile_only">Only mobile numbers will have a text/sms action</string>
    <string name="summaryoff_show_text_mobile_only">All numbers will have a text/sms action</string>
    
    <string name="groups_manager_title">Manage groups</string>
    <string name="groups_manager_summary">Set preferences in groups manager</string>
    <string name="title_groups_ask_before_del">Ask before deleting</string>
    <string name="summaryon_groups_ask_before_del">Ask before deleting group</string>
    <string name="summaryoff_groups_ask_before_del">Groups will be deleted without asking</string>
    
    <string name="title_favourites_category">Favourites</string>
    <string name="title_favourites_hide_freq_call">Hide frequently called</string>
    <string name="summary_favourites_hide_freq_call">The actual data is not cleared, but hidden.</string>
    <string name="title_favs_ask_before_clear">Ask before clearing</string>
    <string name="summaryon_favs_ask_before_clear">Ask before clearing frequently called</string>
    <string name="summaryoff_favs_ask_before_clear">Frequently called entries will be cleared without asking</string>
    
    <string name="title_all_show_label">Show label</string>
    <string name="summaryon_all_show_label">Label (Mobile, Home, etc.) will be shown</string>
    <string name="summaryoff_all_show_label">Label (Mobile, Home, etc.) will be hidden</string>
    
    <string name="title_all_show_number">Show number</string>
    <string name="summaryon_all_show_number">Phone number will be shown</string>
    <string name="summaryoff_all_show_number">Phone number will be hidden</string>
    
    <string name="title_misc_category">Miscellaneous</string>
    <string name="title_sensor_rotation">Enable sensor rotation</string>
    
    <string name="title_about">About</string>
    <string name="title_about_name">Mod Name</string>
    <string name="summary_about_name">Wysie Contacts</string>
    <string name="title_about_version">Version</string>
    <string name="summary_about_version">2.34</string>
    <string name="title_about_credits">Credits</string>
    <string name="summary_about_credits">ChainsDD and the rest of XDA! :)</string>
    
    <!-- Wysie_Soh: Call log strings -->  
    <string name="alert_clear_call_log_title">Clear call log</string>
    <string name="alert_clear_call_log_message">Are you sure you want to clear all call records?</string>
    
    <!-- Wysie_Soh: Frequently called strings -->
    <string name="alert_clear_freq_called">Clear frequently called</string>
    <string name="alert_clear_freq_called_msg">Are you sure you want to clear all frequently called entries?</string>
    
    
    <!-- Wysie_Soh: View contact strings -->
    <string name="view_contact_navigate">Navigate to</string>
    <string name="view_contact_groups">Groups</string>
    
    
    <!-- Wysie_Soh: Groups management -->
    <string name="help_title">Usage</string>
    <string name="help_message">
    Long-press on group name to rename or delete it. Press menu to add group. This message will not be shown until the next update.
    </string>
    
    <string name="title_groups_manager">Manage groups</string>    
    <string name="option_create_group">Create group</string>
    <string name="alert_create_group_message">Enter group name</string>    
    <string name="context_rename_group">Rename group</string>
    <string name="context_delete_group">Delete group</string>
    <string name="alert_rename_group_message">Enter new group name</string>
    <string name="alert_delete_group_message">Are you sure you want to delete?</string>
    
</resources>