1<?xml version="1.0" encoding="utf-8"?> 2<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 3 <string name="type_incoming">Prichádzajúci hovor</string> 4 <string name="type_incoming_pulled">Prichádzajúci hovor bol presmerovaný na iné zariadenie</string> 5 <string name="type_outgoing">Odchádzajúci hovor</string> 6 <string name="type_outgoing_pulled">Odchádzajúci hovor bol presmerovaný na iné zariadenie</string> 7 <string name="type_missed">Zmeškaný hovor</string> 8 <string name="type_incoming_video">Prichádzajúci videohovor</string> 9 <string name="type_incoming_video_pulled">Prichádzajúci videohovor bol presmerovaný na iné zariadenie</string> 10 <string name="type_outgoing_video">Odchádzajúci videohovor</string> 11 <string name="type_outgoing_video_pulled">Odchádzajúci videohovor bol presmerovaný na iné zariadenie</string> 12 <string name="type_missed_video">Zmeškaný videohovor</string> 13 <string name="type_voicemail">Hlasová schránka</string> 14 <string name="type_rejected">Odmietnutý hovor</string> 15 <string name="type_blocked">Blokovaný hovor</string> 16 <string name="call_details_minutes_abbreviation">min</string> 17 <string name="call_details_seconds_abbreviation">s</string> 18 <string name="a11y_call_duration_format">%1$d %2$s %3$d %4$s</string> 19 <string name="a11y_call_duration_short_format">%1$d %2$s</string> 20 <string name="call_duration_format_pattern">%1$s \'%2$s\' %3$s \'%4$s\'</string> 21 <string name="call_duration_short_format_pattern">%1$s \'%2$s\'</string> 22 <plurals name="a11y_seconds"> 23 <item quantity="one">sekunda</item> 24 <item quantity="few">sekundy</item> 25 <item quantity="many">sekundy</item> 26 <item quantity="other">sekúnd</item> 27 </plurals> 28 <plurals name="a11y_minutes"> 29 <item quantity="one">minúta</item> 30 <item quantity="few">minúty</item> 31 <item quantity="many">minúty</item> 32 <item quantity="other">minút</item> 33 </plurals> 34 <string name="type_answered_elsewhere">Hovor bol prijatý v inom zariadení</string> 35 <string name="description_phone_account">v účte ^1</string> 36 <string name="description_via_number">prostredníctvom čísla %1$s</string> 37 <string name="description_via_number_phone_account">v účte %1$s, prostredníctvom čísla %2$s</string> 38 <string name="voicemail_string">Hlasová schránka</string> 39 <string name="just_now">Teraz</string> 40 <string name="new_call_log_carrier_video">Video operátora</string> 41 <string name="new_call_log_duo_video">Video služby Duo</string> 42 <string name="new_call_log_unknown">Neznáme</string> 43 <string name="new_call_log_secondary_blocked">Blokované</string> 44 <string name="new_call_log_secondary_spam">Spam</string> 45 <plurals name="a11y_new_call_log_entry_missed_call"> 46 <item quantity="one">^1 zmeškaný hovor od kontaktu ^2</item> 47 <item quantity="few">^1 hovory, posledný je zmeškaný hovor od kontaktu ^2</item> 48 <item quantity="many">^1 calls, the latest is a missed call from ^2</item> 49 <item quantity="other">^1 hovorov, posledný je zmeškaný hovor od kontaktu ^2</item> 50 </plurals> 51 <plurals name="a11y_new_call_log_entry_answered_call"> 52 <item quantity="one">^1 prijatý hovor od kontaktu ^2</item> 53 <item quantity="few">^1 hovory, posledný je prijatý hovor od kontaktu ^2</item> 54 <item quantity="many">^1 calls, the latest is an answered call from ^2</item> 55 <item quantity="other">^1 hovorov, posledný je prijatý hovor od kontaktu ^2</item> 56 </plurals> 57 <plurals name="a11y_new_call_log_entry_outgoing_call"> 58 <item quantity="one">^1 odchádzajúci hovor s kontaktom ^2</item> 59 <item quantity="few">^1 hovory, posledný je odchádzajúci hovor s kontaktom ^2</item> 60 <item quantity="many">^1 calls, the latest is an outgoing call to ^2</item> 61 <item quantity="other">^1 hovorov, posledný je odchádzajúci hovor s kontaktom ^2</item> 62 </plurals> 63 <plurals name="a11y_new_call_log_entry_blocked_call"> 64 <item quantity="one">^1 blokovaný hovor od kontaktu ^2</item> 65 <item quantity="few">^1 hovory, posledný je blokovaný hovor od kontaktu ^2</item> 66 <item quantity="many">^1 calls, the latest is a blocked call from ^2</item> 67 <item quantity="other">^1 hovorov, posledný je blokovaný hovor od kontaktu ^2</item> 68 </plurals> 69 <string name="a11y_new_call_log_entry_phone_account">v účte ^1, 70 prostredníctvom čísla ^2</string> 71 <string name="a11y_new_call_log_entry_full_description_without_phone_account_info">^1, ^2.</string> 72 <string name="a11y_new_call_log_entry_full_description_with_phone_account_info">^1, ^2, ^3.</string> 73</resources> 74