summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/calllogutils/res/values-gu/strings.xml
blob: f378de13b73dab5d560a9e1b4ed0b6ef21379b44 (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
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
  <string name="type_incoming">ઇનકમિંગ કૉલ</string>
  <string name="type_incoming_pulled">ઇનકમિંગ કૉલ બીજા ઉપકરણ પર સ્થાનાંતરિત કર્યો</string>
  <string name="type_outgoing">આઉટગોઇંગ કૉલ</string>
  <string name="type_outgoing_pulled">આઉટગોઇંગ કૉલ બીજા ઉપકરણ પર સ્થાનાંતરિત કર્યો</string>
  <string name="type_missed">ચૂકી ગયેલ કૉલ</string>
  <string name="type_incoming_video">ઇનકમિંગ વિડિઓ કૉલ</string>
  <string name="type_incoming_video_pulled">ઇનકમિંગ વિડિઓ કૉલ બીજા ઉપકરણ પર સ્થાનાંતરિત કર્યો</string>
  <string name="type_outgoing_video">આઉટગોઇંગ વિડિઓ કૉલ</string>
  <string name="type_outgoing_video_pulled">આઉટગોઇંગ વિડિઓ કૉલ બીજા ઉપકરણ પર સ્થાનાંતરિત કર્યો</string>
  <string name="type_missed_video">ચૂકી ગયેલ વિડિઓ કૉલ</string>
  <string name="type_voicemail">વૉઇસમેઇલ</string>
  <string name="type_rejected">નકારેલો કૉલ</string>
  <string name="type_blocked">અવરોધિત કૉલ</string>
  <string name="call_details_minutes_abbreviation">મિ</string>
  <string name="call_details_seconds_abbreviation">સે</string>
  <string name="a11y_call_duration_format">%1$d %2$s %3$d %4$s</string>
  <string name="a11y_call_duration_short_format">%1$d %2$s</string>
  <string name="call_duration_format_pattern">%1$s\'%2$s\' %3$s\'%4$s\'</string>
  <string name="call_duration_short_format_pattern">%1$s\'%2$s\'</string>
  <plurals name="a11y_seconds">
    <item quantity="one">સેકન્ડ</item>
    <item quantity="other">સેકન્ડ</item>
  </plurals>
  <plurals name="a11y_minutes">
    <item quantity="one">મિનિટ</item>
    <item quantity="other">મિનિટ</item>
  </plurals>
  <string name="type_answered_elsewhere">બીજા ઉપકરણ પર કૉલનો જવાબ આપ્યો</string>
  <string name="description_phone_account">^1 પર</string>
  <string name="description_via_number">%1$s મારફતે</string>
  <string name="description_via_number_phone_account">%1$s પર, %2$s મારફતે</string>
  <string name="voicemail_string">વૉઇસમેઇલ</string>
  <string name="just_now">હમણાં </string>
  <string name="new_call_log_carrier_video">કૅરિઅર વીડિઓ કૉલ</string>
  <string name="new_call_log_duo_video">Duo વીડિઓ</string>
  <string name="new_call_log_unknown">અજ્ઞાત</string>
  <string name="new_call_log_secondary_blocked">બ્લૉક કરેલ</string>
  <string name="new_call_log_secondary_spam">સ્પામ</string>
  <plurals name="a11y_new_call_log_entry_missed_call">
    <item quantity="one">^1 કૉલ, હાલમાં ^2નો ચૂકી ગયેલ કૉલ છે</item>
    <item quantity="other">^1 કૉલ, હાલમાં ^2નો ચૂકી ગયેલ કૉલ છે</item>
  </plurals>
  <plurals name="a11y_new_call_log_entry_answered_call">
    <item quantity="one">^1 કૉલ, હાલમાં ^2નો જવાબી કૉલ છે</item>
    <item quantity="other">^1 કૉલ, હાલમાં ^2નો જવાબી કૉલ છે</item>
  </plurals>
  <plurals name="a11y_new_call_log_entry_outgoing_call">
    <item quantity="one">^1 કૉલ, હાલમાં ^2 માટે આઉટગોઇંગ કૉલ છે</item>
    <item quantity="other">^1 કૉલ, હાલમાં ^2 માટે આઉટગોઇંગ કૉલ છે</item>
  </plurals>
  <plurals name="a11y_new_call_log_entry_blocked_call">
    <item quantity="one">^1 કૉલ, હાલમાં ^2નો બ્લૉક કરેલ કૉલ</item>
    <item quantity="other">^1 કૉલ, હાલમાં ^2નો બ્લૉક કરેલ કૉલ</item>
  </plurals>
  <string name="a11y_new_call_log_entry_phone_account">^1 પર,
    ^2 મારફતે</string>
  <string name="a11y_new_call_log_entry_full_description_without_phone_account_info">^1, ^2.</string>
  <string name="a11y_new_call_log_entry_full_description_with_phone_account_info">^1, ^2, ^3.</string>
</resources>