Baligh Uddin | 584aeae | 2012-09-19 15:03:56 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | ~ Copyright (C) 2012 The Android Open Source Project |
| 4 | ~ |
| 5 | ~ Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | ~ you may not use this file except in compliance with the License. |
| 7 | ~ You may obtain a copy of the License at |
| 8 | ~ |
| 9 | ~ http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | ~ |
| 11 | ~ Unless required by applicable law or agreed to in writing, software |
| 12 | ~ distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | ~ See the License for the specific language governing permissions and |
| 15 | ~ limitations under the License |
| 16 | --> |
| 17 | |
| 18 | <resources xmlns:android="http://schemas.android.com/apk/res/android" |
| 19 | xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
Baligh Uddin | 90a85b2 | 2012-11-06 13:50:14 -0800 | [diff] [blame] | 20 | <string name="applicationLabel" msgid="8490255569343340580">"Dialer"</string> |
Baligh Uddin | a1a9eb9 | 2014-09-17 01:19:20 -0700 | [diff] [blame] | 21 | <string name="launcherActivityLabel" msgid="1129729740601172692">"Telefono"</string> |
Baligh Uddin | 58e5a86 | 2012-11-01 23:21:44 -0700 | [diff] [blame] | 22 | <string name="dialerIconLabel" msgid="6500826552823403796">"Telefono"</string> |
Geoff Mendal | 716f176 | 2014-11-12 13:21:10 -0800 | [diff] [blame] | 23 | <string name="recentCallsIconLabel" msgid="2639489159797075507">"Cronologia chiamate"</string> |
| 24 | <string name="menu_sendTextMessage" msgid="8682056943960339239">"Invia SMS"</string> |
Baligh Uddin | 58e5a86 | 2012-11-01 23:21:44 -0700 | [diff] [blame] | 25 | <string name="recentCalls_callNumber" msgid="1756372533999226126">"Chiama <xliff:g id="NAME">%s</xliff:g>"</string> |
| 26 | <string name="recentCalls_editNumberBeforeCall" msgid="7756171675833267857">"Modifica prima di chiamare"</string> |
| 27 | <string name="recentCalls_addToContact" msgid="1429899535546487008">"Aggiungi a contatti"</string> |
Geoff Mendal | 716f176 | 2014-11-12 13:21:10 -0800 | [diff] [blame] | 28 | <string name="recentCalls_removeFromRecentList" msgid="5551148439199439404">"Elimina da cronologia chiamate"</string> |
| 29 | <string name="recentCalls_deleteAll" msgid="5157887960461979812">"Cancella cronologia chiamate"</string> |
Baligh Uddin | 58e5a86 | 2012-11-01 23:21:44 -0700 | [diff] [blame] | 30 | <string name="recentCalls_trashVoicemail" msgid="7604696960787435655">"Elimina messaggio vocale"</string> |
| 31 | <string name="recentCalls_shareVoicemail" msgid="1416112847592942840">"Condividi messaggio vocale"</string> |
Geoff Mendal | 716f176 | 2014-11-12 13:21:10 -0800 | [diff] [blame] | 32 | <string name="recentCalls_empty" msgid="8555115547405030734">"Nessuna chiamata"</string> |
| 33 | <string name="clearCallLogConfirmation_title" msgid="801753155679372984">"Cancellare la cronologia chiamate?"</string> |
| 34 | <string name="clearCallLogConfirmation" msgid="7899552396101432827">"Verranno eliminate tutte le chiamate dalla cronologia"</string> |
| 35 | <string name="clearCallLogProgress_title" msgid="3372471156216306132">"Cancellazione cronologia chiamate…"</string> |
Geoff Mendal | c45bb63 | 2015-02-23 07:00:10 -0800 | [diff] [blame] | 36 | <plurals name="notification_voicemail_title" formatted="false" msgid="9088953961148324851"> |
| 37 | <item quantity="other"> <xliff:g id="COUNT">%1$d</xliff:g> messaggi in segreteria </item> |
| 38 | <item quantity="one">Messaggio in segreteria</item> |
| 39 | </plurals> |
Baligh Uddin | 58e5a86 | 2012-11-01 23:21:44 -0700 | [diff] [blame] | 40 | <string name="notification_action_voicemail_play" msgid="6113133136977996863">"Riproduci"</string> |
| 41 | <string name="notification_voicemail_callers_list" msgid="1153954809339404149">"<xliff:g id="NEWER_CALLERS">%1$s</xliff:g>, <xliff:g id="OLDER_CALLER">%2$s</xliff:g>"</string> |
| 42 | <string name="notification_new_voicemail_ticker" msgid="895342132049452081">"Nuovo messaggio vocale da <xliff:g id="CALLER">%1$s</xliff:g>"</string> |
Geoff Mendal | 716f176 | 2014-11-12 13:21:10 -0800 | [diff] [blame] | 43 | <string name="voicemail_playback_error" msgid="3356071912353297599">"Impossibile riprodurre i messaggi vocali"</string> |
Baligh Uddin | 58e5a86 | 2012-11-01 23:21:44 -0700 | [diff] [blame] | 44 | <string name="voicemail_buffering" msgid="738287747618697097">"Buffering..."</string> |
Geoff Mendal | 716f176 | 2014-11-12 13:21:10 -0800 | [diff] [blame] | 45 | <string name="voicemail_fetching_content" msgid="1287895365599580842">"Caricamento dei messaggi vocali…"</string> |
| 46 | <string name="voicemail_fetching_timout" msgid="3959428065511972176">"Impossibile caricare i messaggi vocali"</string> |
Baligh Uddin | 58e5a86 | 2012-11-01 23:21:44 -0700 | [diff] [blame] | 47 | <string name="call_log_voicemail_header" msgid="3945407886667089173">"Solo chiamate con segreteria"</string> |
| 48 | <string name="call_log_incoming_header" msgid="2787722299753674684">"Solo chiamate in arrivo"</string> |
| 49 | <string name="call_log_outgoing_header" msgid="761009180766735769">"Solo chiamate in uscita"</string> |
| 50 | <string name="call_log_missed_header" msgid="8017148056610855956">"Solo chiamate perse"</string> |
Geoff Mendal | 716f176 | 2014-11-12 13:21:10 -0800 | [diff] [blame] | 51 | <string name="voicemail_status_voicemail_not_available" msgid="5222480147701456390">"Aggiornamenti della segreteria non disponibili"</string> |
| 52 | <string name="voicemail_status_messages_waiting" msgid="6329544650250068650">"Nuovo messaggio vocale in attesa. Impossibile caricare al momento."</string> |
| 53 | <string name="voicemail_status_configure_voicemail" msgid="8300808991932816153">"Configura la segreteria"</string> |
| 54 | <string name="voicemail_status_audio_not_available" msgid="2449801102560158082">"Audio non disponibile"</string> |
Baligh Uddin | 58e5a86 | 2012-11-01 23:21:44 -0700 | [diff] [blame] | 55 | <string name="voicemail_status_action_configure" msgid="8671796489912239589">"Imposta"</string> |
| 56 | <string name="voicemail_status_action_call_server" msgid="1824816252288551794">"Chiama segreteria"</string> |
| 57 | <string name="voicemail_speed_slowest" msgid="1733460666177707312">"Velocità più bassa"</string> |
| 58 | <string name="voicemail_speed_slower" msgid="1508601287347216244">"Bassa velocità"</string> |
| 59 | <string name="voicemail_speed_normal" msgid="9033988544627228892">"Velocità normale"</string> |
| 60 | <string name="voicemail_speed_faster" msgid="2019965121475935488">"Alta velocità"</string> |
| 61 | <string name="voicemail_speed_fastest" msgid="5758712343491183292">"Massima velocità"</string> |
| 62 | <string name="call_log_item_count_and_date" msgid="7641933305703520787">"(<xliff:g id="COUNT">%1$d</xliff:g>) <xliff:g id="DATE">%2$s</xliff:g>"</string> |
| 63 | <string name="sms_disambig_title" msgid="5846266399240630846">"Scegli numero"</string> |
| 64 | <string name="call_disambig_title" msgid="4392886850104795739">"Scegli numero"</string> |
| 65 | <string name="make_primary" msgid="5829291915305113983">"Memorizza questa scelta"</string> |
Baligh Uddin | 967ff8b | 2012-12-06 08:49:17 -0800 | [diff] [blame] | 66 | <string name="description_search_button" msgid="3660807558587384889">"cerca"</string> |
| 67 | <string name="description_dial_button" msgid="1274091017188142646">"componi"</string> |
Baligh Uddin | 967ff8b | 2012-12-06 08:49:17 -0800 | [diff] [blame] | 68 | <string name="description_digits_edittext" msgid="8760207516497016437">"numero da comporre"</string> |
Geoff Mendal | 828c238 | 2014-07-30 23:35:18 -0700 | [diff] [blame] | 69 | <string name="description_playback_start_stop" msgid="5060732345522492292">"Avvia o interrompi riproduzione"</string> |
| 70 | <string name="description_playback_speakerphone" msgid="6008323900245707504">"Attiva o disattiva vivavoce"</string> |
| 71 | <string name="description_playback_seek" msgid="4509404274968530055">"Cerca posizione di riproduzione"</string> |
| 72 | <string name="description_rate_decrease" msgid="3161652589401708284">"Diminuisci velocità di riproduzione"</string> |
| 73 | <string name="description_rate_increase" msgid="6324606574127052385">"Aumenta velocità di riproduzione"</string> |
Baligh Uddin | ddf3a63 | 2013-07-29 15:35:43 -0700 | [diff] [blame] | 74 | <string name="action_menu_call_history_description" msgid="9018442816219748968">"Cronologia chiamate"</string> |
Baligh Uddin | 967ff8b | 2012-12-06 08:49:17 -0800 | [diff] [blame] | 75 | <string name="action_menu_overflow_description" msgid="2303272250613084574">"Altre opzioni"</string> |
Baligh Uddin | db37100 | 2013-08-21 20:26:33 -0700 | [diff] [blame] | 76 | <string name="action_menu_dialpad_button" msgid="1425910318049008136">"tastierino"</string> |
Baligh Uddin | 967ff8b | 2012-12-06 08:49:17 -0800 | [diff] [blame] | 77 | <string name="menu_copy" msgid="6108677035381940698">"Copia"</string> |
| 78 | <string name="menu_show_outgoing_only" msgid="1965570298133301970">"Mostra solo in uscita"</string> |
| 79 | <string name="menu_show_incoming_only" msgid="7534206815238877417">"Mostra solo in arrivo"</string> |
| 80 | <string name="menu_show_missed_only" msgid="154473166059743996">"Mostra solo senza risposta"</string> |
| 81 | <string name="menu_show_voicemails_only" msgid="1898421289561435703">"Mostra solo messaggi vocali"</string> |
| 82 | <string name="menu_show_all_calls" msgid="7560347482073345885">"Mostra tutte le chiamate"</string> |
Baligh Uddin | 65826f4 | 2014-07-22 02:19:16 -0700 | [diff] [blame] | 83 | <string name="add_contact" msgid="4579643070374941999">"Aggiungi a contatti"</string> |
Baligh Uddin | 967ff8b | 2012-12-06 08:49:17 -0800 | [diff] [blame] | 84 | <string name="add_2sec_pause" msgid="9214012315201040129">"Aggiungi pausa 2 sec"</string> |
| 85 | <string name="add_wait" msgid="3360818652790319634">"Aggiungi attesa"</string> |
Baligh Uddin | 65826f4 | 2014-07-22 02:19:16 -0700 | [diff] [blame] | 86 | <string name="dialer_settings_label" msgid="4305043242594150479">"Impostazioni"</string> |
Baligh Uddin | 967ff8b | 2012-12-06 08:49:17 -0800 | [diff] [blame] | 87 | <string name="menu_newContact" msgid="1209922412763274638">"Nuovo contatto"</string> |
Baligh Uddin | cfe3456 | 2013-09-05 17:16:10 -0700 | [diff] [blame] | 88 | <string name="menu_allContacts" msgid="6948308384034051670">"Tutti i contatti"</string> |
Baligh Uddin | 967ff8b | 2012-12-06 08:49:17 -0800 | [diff] [blame] | 89 | <string name="callDetailTitle" msgid="5340227785196217938">"Dettagli chiamata"</string> |
Geoff Mendal | 716f176 | 2014-11-12 13:21:10 -0800 | [diff] [blame] | 90 | <string name="toast_call_detail_error" msgid="6947041258280380832">"Dettagli non disponibili"</string> |
Baligh Uddin | 967ff8b | 2012-12-06 08:49:17 -0800 | [diff] [blame] | 91 | <string name="dialer_useDtmfDialpad" msgid="1707548397435075040">"Usa tastierino per selezione a toni"</string> |
| 92 | <string name="dialer_returnToInCallScreen" msgid="3719386377550913067">"Torna alla chiamata in corso"</string> |
| 93 | <string name="dialer_addAnotherCall" msgid="4205688819890074468">"Aggiungi"</string> |
| 94 | <string name="type_incoming" msgid="6502076603836088532">"Chiamata ricevuta"</string> |
| 95 | <string name="type_outgoing" msgid="343108709599392641">"Chiamata effettuata"</string> |
| 96 | <string name="type_missed" msgid="2720502601640509542">"Chiamata persa"</string> |
Baligh Uddin | 65826f4 | 2014-07-22 02:19:16 -0700 | [diff] [blame] | 97 | <string name="type_incoming_video" msgid="82323391702796181">"Videochiamata in arrivo"</string> |
| 98 | <string name="type_outgoing_video" msgid="2858140021680755266">"Videochiamata in uscita"</string> |
| 99 | <string name="type_missed_video" msgid="954396897034220545">"Videochiamata persa"</string> |
Baligh Uddin | 967ff8b | 2012-12-06 08:49:17 -0800 | [diff] [blame] | 100 | <string name="type_voicemail" msgid="5153139450668549908">"Segreteria"</string> |
| 101 | <string name="actionIncomingCall" msgid="6028930669817038600">"Chiamate in arrivo"</string> |
| 102 | <string name="description_call_log_play_button" msgid="651182125650429846">"Riproduci messaggio vocale"</string> |
Baligh Uddin | 967ff8b | 2012-12-06 08:49:17 -0800 | [diff] [blame] | 103 | <string name="description_view_contact" msgid="5205669345700598415">"Visualizza <xliff:g id="NAME">%1$s</xliff:g> contatto"</string> |
| 104 | <string name="description_call" msgid="3443678121983852666">"Chiama <xliff:g id="NAME">%1$s</xliff:g>"</string> |
Baligh Uddin | 7738b84 | 2014-02-10 17:39:32 -0800 | [diff] [blame] | 105 | <string name="description_contact_details" msgid="51229793651342809">"Dettagli contatto <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string> |
Geoff Mendal | 6e7c110 | 2014-12-03 06:57:32 -0800 | [diff] [blame] | 106 | <string name="description_new_voicemail" msgid="2133792360865517746">"Nuovo messaggio di segreteria."</string> |
| 107 | <string name="description_num_calls" msgid="1601505153694540074">"<xliff:g id="NUMBEROFCALLS">%1$s</xliff:g> chiamate."</string> |
| 108 | <string name="description_video_call" msgid="2933838090743214204">"Videochiamata."</string> |
Geoff Mendal | 716f176 | 2014-11-12 13:21:10 -0800 | [diff] [blame] | 109 | <string name="description_send_text_message" msgid="3118485319691414221">"Invia SMS a <xliff:g id="NAME">%1$s</xliff:g>"</string> |
Baligh Uddin | 967ff8b | 2012-12-06 08:49:17 -0800 | [diff] [blame] | 110 | <string name="description_call_log_unheard_voicemail" msgid="118101684236996786">"Messaggio vocale non ascoltato"</string> |
Baligh Uddin | 6c7585c | 2013-08-06 02:13:20 -0700 | [diff] [blame] | 111 | <string name="description_start_voice_search" msgid="520539488194946012">"Avvia la ricerca vocale"</string> |
Baligh Uddin | 967ff8b | 2012-12-06 08:49:17 -0800 | [diff] [blame] | 112 | <string name="menu_callNumber" msgid="997146291983360266">"Chiama <xliff:g id="NUMBER">%s</xliff:g>"</string> |
| 113 | <string name="unknown" msgid="740067747858270469">"Sconosciuto"</string> |
| 114 | <string name="voicemail" msgid="3851469869202611441">"Segreteria"</string> |
| 115 | <string name="private_num" msgid="6374339738119166953">"Numero privato"</string> |
Geoff Mendal | 716f176 | 2014-11-12 13:21:10 -0800 | [diff] [blame] | 116 | <string name="payphone" msgid="7726415831153618726">"Cabina telefonica"</string> |
| 117 | <string name="callDetailsDurationFormat" msgid="6061406028764382234">"<xliff:g id="MINUTES">%s</xliff:g> min e <xliff:g id="SECONDS">%s</xliff:g> sec"</string> |
| 118 | <string name="dialog_phone_call_prohibited_message" msgid="5730565540182492608">"Impossibile chiamare questo numero"</string> |
Baligh Uddin | 967ff8b | 2012-12-06 08:49:17 -0800 | [diff] [blame] | 119 | <string name="dialog_voicemail_not_ready_message" msgid="4384716252789515378">"Per configurare la segreteria, seleziona Menu > Impostazioni."</string> |
| 120 | <string name="dialog_voicemail_airplane_mode_message" msgid="530922773669546093">"Per chiamare la segreteria, disattiva la modalità aereo."</string> |
| 121 | <string name="contact_list_loading" msgid="5488620820563977329">"Caricamento..."</string> |
| 122 | <string name="imei" msgid="3045126336951684285">"IMEI"</string> |
| 123 | <string name="meid" msgid="6210568493746275750">"MEID"</string> |
| 124 | <string name="simContacts_emptyLoading" msgid="6700035985448642408">"Caricamento da SIM..."</string> |
| 125 | <string name="simContacts_title" msgid="27341688347689769">"Contatti SIM"</string> |
Geoff Mendal | 716f176 | 2014-11-12 13:21:10 -0800 | [diff] [blame] | 126 | <string name="add_contact_not_available" msgid="5547311613368004859">"Nessuna app di contatti disponibile"</string> |
| 127 | <string name="voice_search_not_available" msgid="2977719040254285301">"Ricerca vocale non disponibile"</string> |
Baligh Uddin | 84036b0 | 2014-04-16 20:16:31 -0700 | [diff] [blame] | 128 | <string name="call_not_available" msgid="8941576511946492225">"Impossibile effettuare una telefonata perché l\'applicazione Telefono è stata disattivata."</string> |
Geoff Mendal | 716f176 | 2014-11-12 13:21:10 -0800 | [diff] [blame] | 129 | <string name="activity_not_available" msgid="2287665636817987623">"Sul dispositivo non sono presenti app per tale azione"</string> |
| 130 | <string name="dialer_hint_find_contact" msgid="1012544667033887519">"Inserisci un nome o un numero"</string> |
| 131 | <string name="recentMissed_empty" msgid="4901789420356796156">"Nessuna chiamata"</string> |
| 132 | <string name="recentVoicemails_empty" msgid="8582424947259156664">"Nessun messaggio vocale recente"</string> |
Baligh Uddin | 6d10102 | 2013-07-18 20:08:03 -0700 | [diff] [blame] | 133 | <string name="show_favorites_only" msgid="5520072531022614595">"Mostra solo i preferiti"</string> |
Baligh Uddin | e491e3e | 2013-07-24 17:13:56 -0700 | [diff] [blame] | 134 | <string name="call_log_activity_title" msgid="4612824396355272023">"Cronologia"</string> |
Baligh Uddin | 2c78cb4 | 2014-07-24 08:58:59 -0700 | [diff] [blame] | 135 | <string name="call_log_all_title" msgid="3566738938889333307">"Tutte"</string> |
Baligh Uddin | 84036b0 | 2014-04-16 20:16:31 -0700 | [diff] [blame] | 136 | <string name="call_log_missed_title" msgid="4541142293870638971">"Perse"</string> |
Baligh Uddin | 5e208a5 | 2014-04-21 16:33:57 -0700 | [diff] [blame] | 137 | <string name="call_log_voicemail_title" msgid="940422274047025948">"Segreteria"</string> |
Geoff Mendal | 716f176 | 2014-11-12 13:21:10 -0800 | [diff] [blame] | 138 | <string name="tab_speed_dial" msgid="7552166276545648893">"Composizione rapida"</string> |
Baligh Uddin | 5e208a5 | 2014-04-21 16:33:57 -0700 | [diff] [blame] | 139 | <string name="tab_recents" msgid="929949073851377206">"Recenti"</string> |
| 140 | <string name="tab_all_contacts" msgid="1410922767166533690">"Contatti"</string> |
Baligh Uddin | ae98253 | 2013-09-11 20:46:33 -0700 | [diff] [blame] | 141 | <string name="favorite_hidden" msgid="5011234945140912047">"Rimosso dai preferiti"</string> |
Baligh Uddin | 6c7585c | 2013-08-06 02:13:20 -0700 | [diff] [blame] | 142 | <string name="favorite_hidden_undo" msgid="2508998611039406474">"Annulla"</string> |
Baligh Uddin | ebd6d26 | 2013-09-09 18:23:05 -0700 | [diff] [blame] | 143 | <string name="search_shortcut_call_number" msgid="7277194656832895870">"Chiama <xliff:g id="NUMBER">%s</xliff:g>"</string> |
| 144 | <string name="search_shortcut_add_to_contacts" msgid="1853716708655789069">"Aggiungi ai contatti"</string> |
Baligh Uddin | bb7c197 | 2014-07-07 05:20:45 -0700 | [diff] [blame] | 145 | <string name="search_shortcut_make_video_call" msgid="1265971685034465166">"Fai una videochiamata"</string> |
Baligh Uddin | e87636b | 2014-04-23 17:20:55 -0700 | [diff] [blame] | 146 | <string name="recents_footer_text" msgid="7315554578957453359">"Visualizza cronologia completa delle chiamate"</string> |
Baligh Uddin | c2f975d | 2013-09-26 00:36:02 -0700 | [diff] [blame] | 147 | <string name="num_missed_calls" msgid="8081736535604293886">"<xliff:g id="NUMBER">%s</xliff:g> nuove chiamate senza risposta"</string> |
Geoff Mendal | 716f176 | 2014-11-12 13:21:10 -0800 | [diff] [blame] | 148 | <string name="speed_dial_empty" msgid="1931474498966072849">"La composizione rapida consente di comporre con un tocco i numeri preferiti e chiamati spesso"</string> |
| 149 | <string name="all_contacts_empty" msgid="2299508125100209367">"Nessun contatto"</string> |
| 150 | <string name="contact_tooltip" msgid="2019777545923635266">"Tocca l\'immagine per visualizzare tutti i numeri, oppure tocca e tieni premuto per cambiare l\'ordine"</string> |
Baligh Uddin | e5cd063 | 2013-10-11 05:49:55 -0700 | [diff] [blame] | 151 | <string name="description_dismiss" msgid="2146276780562549643">"Ignora"</string> |
Baligh Uddin | 1117167 | 2014-02-24 16:04:12 -0800 | [diff] [blame] | 152 | <string name="remove_contact" msgid="1080555335283662961">"Rimuovi"</string> |
Baligh Uddin | 1117167 | 2014-02-24 16:04:12 -0800 | [diff] [blame] | 153 | <string name="favorites_menu_all_contacts" msgid="992506284449891186">"TUTTI I CONTATTI"</string> |
Baligh Uddin | 335a496 | 2014-05-07 21:18:49 -0700 | [diff] [blame] | 154 | <string name="call_log_action_call_back" msgid="4944463006859852473">"RICHIAMA"</string> |
Geoff Mendal | 7a0e53e | 2014-11-26 06:41:18 -0800 | [diff] [blame] | 155 | <string name="call_log_action_call" msgid="8187991828921352552">"CHIAMA"</string> |
Geoff Mendal | d9cd75e | 2014-11-19 07:25:22 -0800 | [diff] [blame] | 156 | <string name="call_log_action_redial" msgid="8159106862639797417">"RICHIAMA"</string> |
Baligh Uddin | 65826f4 | 2014-07-22 02:19:16 -0700 | [diff] [blame] | 157 | <string name="call_log_action_video_call" msgid="3818588654537490948">"VIDEOCHIAMATA"</string> |
Baligh Uddin | 335a496 | 2014-05-07 21:18:49 -0700 | [diff] [blame] | 158 | <string name="call_log_action_voicemail" msgid="4978620572562925654">"ASCOLTA"</string> |
Baligh Uddin | 3f2b0d4 | 2014-05-20 15:54:21 -0700 | [diff] [blame] | 159 | <string name="call_log_action_details" msgid="6252596497021563115">"DETTAGLI"</string> |
Geoff Mendal | bc1d75a | 2014-12-10 06:05:35 -0800 | [diff] [blame] | 160 | <string name="description_incoming_missed_call" msgid="2381085098795943627">"Chiamata senza risposta di <xliff:g id="NAMEORNUMBER">^1</xliff:g>, <xliff:g id="TYPEORLOCATION">^2</xliff:g>, <xliff:g id="TIMEOFCALL">^3</xliff:g>, <xliff:g id="PHONEACCOUNT">^4</xliff:g>."</string> |
| 161 | <string name="description_incoming_answered_call" msgid="7117665748428816544">"Risposta alla chiamata di <xliff:g id="NAMEORNUMBER">^1</xliff:g>, <xliff:g id="TYPEORLOCATION">^2</xliff:g>, <xliff:g id="TIMEOFCALL">^3</xliff:g>, <xliff:g id="PHONEACCOUNT">^4</xliff:g>."</string> |
| 162 | <string name="description_outgoing_call" msgid="6386364390619734734">"Chiamata a <xliff:g id="NAMEORNUMBER">^1</xliff:g>, <xliff:g id="TYPEORLOCATION">^2</xliff:g>, <xliff:g id="TIMEOFCALL">^3</xliff:g>, <xliff:g id="PHONEACCOUNT">^4</xliff:g>."</string> |
| 163 | <string name="description_phone_account" msgid="1767072759541443861">"da o verso <xliff:g id="PHONEACCOUNT">^1</xliff:g>"</string> |
| 164 | <string name="description_call_back_action" msgid="3012837380108884260">"Richiama <xliff:g id="NAMEORNUMBER">^1</xliff:g>"</string> |
| 165 | <string name="description_video_call_action" msgid="4303952636480252389">"Videochiamata a <xliff:g id="NAMEORNUMBER">^1</xliff:g>."</string> |
| 166 | <string name="description_voicemail_action" msgid="8054891873788903063">"Ascolta il messaggio vocale di: <xliff:g id="NAMEORNUMBER">^1</xliff:g>"</string> |
| 167 | <string name="description_details_action" msgid="2433827152749491785">"Dettagli chiamata per <xliff:g id="NAMEORNUMBER">^1</xliff:g>"</string> |
Geoff Mendal | 716f176 | 2014-11-12 13:21:10 -0800 | [diff] [blame] | 168 | <string name="toast_entry_removed" msgid="8010830299576311534">"Eliminato dalla cronologia chiamate"</string> |
| 169 | <string name="toast_caller_id_reported" msgid="2240847358945525483">"Numero comunicato a Google"</string> |
Baligh Uddin | 65826f4 | 2014-07-22 02:19:16 -0700 | [diff] [blame] | 170 | <string name="call_log_action_report" msgid="561229827189128879">"SEGNALA"</string> |
Baligh Uddin | f979c37 | 2014-06-13 20:45:49 -0700 | [diff] [blame] | 171 | <string name="call_log_header_today" msgid="3225248682434212981">"Oggi"</string> |
| 172 | <string name="call_log_header_yesterday" msgid="9139172458834033092">"Ieri"</string> |
Baligh Uddin | f979c37 | 2014-06-13 20:45:49 -0700 | [diff] [blame] | 173 | <string name="call_log_header_other" msgid="5769921959940709084">"Meno recenti"</string> |
Geoff Mendal | 716f176 | 2014-11-12 13:21:10 -0800 | [diff] [blame] | 174 | <string name="call_detail_list_header" msgid="3752717059699600861">"Elenco chiamate"</string> |
Baligh Uddin | f979c37 | 2014-06-13 20:45:49 -0700 | [diff] [blame] | 175 | <string name="voicemail_speaker_on" msgid="209154030283487068">"Attiva altoparlante."</string> |
| 176 | <string name="voicemail_speaker_off" msgid="7390530056413093958">"Disattiva altoparlante."</string> |
| 177 | <string name="voicemail_play_faster" msgid="3444751008615323006">"Riproduci più velocemente."</string> |
| 178 | <string name="voicemail_play_slower" msgid="4544796503902818832">"Riproduci più lentamente."</string> |
| 179 | <string name="voicemail_play_start_pause" msgid="3687447935787768983">"Avvia o metti in pausa la riproduzione."</string> |
Baligh Uddin | 65826f4 | 2014-07-22 02:19:16 -0700 | [diff] [blame] | 180 | <string name="list_delimeter" msgid="4571593167738725100">", "</string> |
Geoff Mendal | 45cef35 | 2015-03-02 06:14:05 -0800 | [diff] [blame] | 181 | <string name="display_options_title" msgid="7812852361055667468">"Opzioni di visualizzazione"</string> |
| 182 | <string name="sounds_and_vibration_title" msgid="1692290115642160845">"Suoni e vibrazione"</string> |
Geoff Mendal | 50b38ca | 2015-03-11 06:00:50 -0700 | [diff] [blame^] | 183 | <string name="accessibility_settings_title" msgid="6068141142874046249">"Accessibilità"</string> |
Baligh Uddin | 393f29a | 2014-08-27 01:31:42 -0700 | [diff] [blame] | 184 | <string name="ringtone_title" msgid="760362035635084653">"Suoneria telefono"</string> |
| 185 | <string name="vibrate_on_ring_title" msgid="3362916460327555241">"Vibrazione anche per chiamate"</string> |
| 186 | <string name="dtmf_tone_enable_title" msgid="6571449695997521615">"Toni tastierino"</string> |
Geoff Mendal | 896ad48 | 2015-03-09 05:27:42 -0700 | [diff] [blame] | 187 | <!-- no translation found for dtmf_tone_length_title (8581125689808919460) --> |
| 188 | <skip /> |
| 189 | <!-- no translation found for dtmf_tone_length_entries:0 (1036113889050195575) --> |
| 190 | <!-- no translation found for dtmf_tone_length_entries:1 (6177579030803486015) --> |
Baligh Uddin | 393f29a | 2014-08-27 01:31:42 -0700 | [diff] [blame] | 191 | <string name="respond_via_sms_setting_title" msgid="1318281521087951580">"Risposte rapide"</string> |
Geoff Mendal | 716f176 | 2014-11-12 13:21:10 -0800 | [diff] [blame] | 192 | <string name="call_settings_label" msgid="313434211353070209">"Chiamate"</string> |
Geoff Mendal | 7a0e53e | 2014-11-26 06:41:18 -0800 | [diff] [blame] | 193 | <string name="phone_account_settings_label" msgid="5864322009841175294">"Account chiamate"</string> |
Baligh Uddin | 584aeae | 2012-09-19 15:03:56 -0700 | [diff] [blame] | 194 | </resources> |