blob: 9921f6ad14674c09acc127ea823095efaefb70ab (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (C) 2012 The Android Open Source Project
~
~ 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:android="http://schemas.android.com/apk/res/android"
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="dialpad_0_number" msgid="9125850639884993690">"০"</string>
<string name="dialpad_1_number" msgid="761747742902363751">"১"</string>
<string name="dialpad_2_number" msgid="4473872718353086388">"২"</string>
<string name="dialpad_3_number" msgid="2631223250001985194">"৩"</string>
<string name="dialpad_4_number" msgid="5209564123577292452">"৪"</string>
<string name="dialpad_5_number" msgid="5634625806116989866">"৫"</string>
<string name="dialpad_6_number" msgid="799658410454143963">"৬"</string>
<string name="dialpad_7_number" msgid="6998407956591315524">"৭"</string>
<string name="dialpad_8_number" msgid="7956944519599432140">"৮"</string>
<string name="dialpad_9_number" msgid="9074552572438193202">"৯"</string>
<string name="description_dialpad_overflow" msgid="4853244877599437286">"আরো বিকল্প"</string>
<string name="description_delete_button" msgid="88733669653753441">"ব্যাক-স্পেস"</string>
<string name="description_image_button_plus" msgid="7821061347207448362">"যোগ চিহ্ন"</string>
<string name="description_voicemail_button" msgid="6281470684653439120">"ভয়েসমেল"</string>
<string name="default_notification_description" msgid="6011631627871110785">"ডিফল্ট শব্দ (<xliff:g id="DEFAULT_SOUND_TITLE">%1$s</xliff:g>)"</string>
</resources>
|