summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/calllogutils/res/values-ne/strings.xml
blob: 29395cbd45af9c69d5ad722ea71985a5b169dae1 (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
<?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">^2 को ^1 छुटेको कल</item>
    <item quantity="other">^1 कलहरू, पछिल्लो कल ^2 को छुटेको कल हो</item>
  </plurals>
  <plurals name="a11y_new_call_log_entry_answered_call">
    <item quantity="one">^2 को जवाफस्वरूप दिइएको ^1 कल</item>
    <item quantity="other">^1 कलहरू, पछिल्लो कल ^2 को जवाफस्वरूप दिइएको कल हो</item>
  </plurals>
  <plurals name="a11y_new_call_log_entry_outgoing_call">
    <item quantity="one"> ^2 ले गरेको ^1 बहिर्गमन कल</item>
    <item quantity="other">^1 कलहरू, पछिल्लो कल ^2 ले गरेको बहिर्गमन कल हो</item>
  </plurals>
  <plurals name="a11y_new_call_log_entry_blocked_call">
    <item quantity="one">^2 ले रोक लगाएको ^1 कल</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>