mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-21 15:05:19 +00:00
Removed string 'attachment_type_selector__gallery' and associated / un-used 'attachment_type_selector.xml' layout
This commit is contained in:
parent
4218663c95
commit
2992d590d9
@ -1,243 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<LinearLayout
|
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
||||||
android:orientation="vertical"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="wrap_content">
|
|
||||||
|
|
||||||
<View
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="1dp"
|
|
||||||
android:background="?dividerHorizontal"/>
|
|
||||||
|
|
||||||
<LinearLayout
|
|
||||||
android:id="@+id/contentView"
|
|
||||||
android:orientation="vertical"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:background="?attachment_type_selector_background">
|
|
||||||
|
|
||||||
<org.thoughtcrime.securesms.components.RecentPhotoViewRail
|
|
||||||
android:id="@+id/recent_photos"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="72dp"
|
|
||||||
android:padding="4dp"/>
|
|
||||||
|
|
||||||
<View
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="0dp"
|
|
||||||
android:layout_weight="1" />
|
|
||||||
|
|
||||||
<LinearLayout
|
|
||||||
android:orientation="horizontal"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_marginStart="16dp"
|
|
||||||
android:layout_marginTop="2dp"
|
|
||||||
android:layout_marginEnd="16dp"
|
|
||||||
android:weightSum="3">
|
|
||||||
|
|
||||||
<LinearLayout
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_weight="1"
|
|
||||||
android:gravity="center"
|
|
||||||
android:orientation="vertical">
|
|
||||||
|
|
||||||
<org.thoughtcrime.securesms.components.CircleColorImageView
|
|
||||||
android:id="@+id/gallery_button"
|
|
||||||
android:layout_width="42dp"
|
|
||||||
android:layout_height="42dp"
|
|
||||||
android:src="@drawable/ic_image_white_24dp"
|
|
||||||
android:scaleType="center"
|
|
||||||
android:contentDescription="@string/attachment_type_selector__gallery_description"
|
|
||||||
app:circleColor="@color/purple_400"/>
|
|
||||||
|
|
||||||
<TextView
|
|
||||||
android:layout_marginTop="10dp"
|
|
||||||
style="@style/AttachmentTypeLabel"
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:text="@string/attachment_type_selector__gallery"/>
|
|
||||||
|
|
||||||
</LinearLayout>
|
|
||||||
|
|
||||||
<LinearLayout android:layout_width="match_parent"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_weight="1"
|
|
||||||
android:gravity="center"
|
|
||||||
android:orientation="vertical">
|
|
||||||
|
|
||||||
<org.thoughtcrime.securesms.components.CircleColorImageView
|
|
||||||
android:id="@+id/camera_button"
|
|
||||||
android:layout_width="42dp"
|
|
||||||
android:layout_height="42dp"
|
|
||||||
android:src="@drawable/ic_camera_white_24dp"
|
|
||||||
android:scaleType="center"
|
|
||||||
android:contentDescription="@string/contentDescriptionCamera"
|
|
||||||
app:circleColor="@color/green_400"/>
|
|
||||||
|
|
||||||
<TextView
|
|
||||||
android:layout_marginTop="10dp"
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:gravity="center"
|
|
||||||
style="@style/AttachmentTypeLabel"
|
|
||||||
android:text="@string/contentDescriptionCamera"/>
|
|
||||||
|
|
||||||
</LinearLayout>
|
|
||||||
|
|
||||||
<LinearLayout
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_weight="1"
|
|
||||||
android:gravity="center"
|
|
||||||
android:orientation="vertical"
|
|
||||||
android:visibility="gone">
|
|
||||||
|
|
||||||
<org.thoughtcrime.securesms.components.CircleColorImageView
|
|
||||||
android:id="@+id/audio_button"
|
|
||||||
android:layout_width="42dp"
|
|
||||||
android:layout_height="42dp"
|
|
||||||
android:contentDescription="@string/audio"
|
|
||||||
android:scaleType="center"
|
|
||||||
android:src="@drawable/ic_headset_white_24dp"
|
|
||||||
app:circleColor="@color/orange_400" />
|
|
||||||
|
|
||||||
<TextView
|
|
||||||
style="@style/AttachmentTypeLabel"
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_marginTop="10dp"
|
|
||||||
android:text="@string/audio" />
|
|
||||||
|
|
||||||
</LinearLayout>
|
|
||||||
|
|
||||||
<LinearLayout
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_weight="1"
|
|
||||||
android:gravity="center"
|
|
||||||
android:orientation="vertical">
|
|
||||||
|
|
||||||
<org.thoughtcrime.securesms.components.CircleColorImageView
|
|
||||||
android:id="@+id/document_button"
|
|
||||||
android:layout_width="42dp"
|
|
||||||
android:layout_height="42dp"
|
|
||||||
android:contentDescription="@string/attachmentsFileId"
|
|
||||||
android:scaleType="center"
|
|
||||||
android:src="@drawable/ic_insert_drive_file_white_24dp"
|
|
||||||
app:circleColor="@color/red_400" />
|
|
||||||
|
|
||||||
<TextView
|
|
||||||
style="@style/AttachmentTypeLabel"
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_marginTop="10dp"
|
|
||||||
android:text="@string/attachmentsFileId" />
|
|
||||||
|
|
||||||
</LinearLayout>
|
|
||||||
|
|
||||||
<LinearLayout
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:gravity="center"
|
|
||||||
android:orientation="vertical"
|
|
||||||
android:layout_weight="1"
|
|
||||||
android:visibility="gone">
|
|
||||||
|
|
||||||
<org.thoughtcrime.securesms.components.CircleColorImageView
|
|
||||||
android:id="@+id/contact_button"
|
|
||||||
android:layout_width="42dp"
|
|
||||||
android:layout_height="42dp"
|
|
||||||
android:src="@drawable/ic_person_white_24dp"
|
|
||||||
android:scaleType="center"
|
|
||||||
android:contentDescription="@string/contactContacts"
|
|
||||||
app:circleColor="@color/blue_400"/>
|
|
||||||
|
|
||||||
<TextView
|
|
||||||
android:layout_marginTop="10dp"
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
style="@style/AttachmentTypeLabel"
|
|
||||||
android:text="@string/contactContacts"/>
|
|
||||||
|
|
||||||
</LinearLayout>
|
|
||||||
|
|
||||||
</LinearLayout>
|
|
||||||
|
|
||||||
<LinearLayout
|
|
||||||
android:orientation="horizontal"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_marginTop="16dp"
|
|
||||||
android:layout_marginStart="16dp"
|
|
||||||
android:layout_marginEnd="16dp"
|
|
||||||
android:layout_marginBottom="16dp"
|
|
||||||
android:weightSum="2">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<LinearLayout
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_weight="1"
|
|
||||||
android:gravity="center"
|
|
||||||
android:orientation="vertical">
|
|
||||||
|
|
||||||
<org.thoughtcrime.securesms.components.CircleColorImageView
|
|
||||||
android:id="@+id/giphy_button"
|
|
||||||
android:layout_width="42dp"
|
|
||||||
android:layout_height="42dp"
|
|
||||||
android:src="@drawable/ic_gif_white_24dp"
|
|
||||||
android:scaleType="center"
|
|
||||||
android:contentDescription="@string/gif"
|
|
||||||
app:circleColor="@color/cyan_400"/>
|
|
||||||
|
|
||||||
<TextView
|
|
||||||
android:layout_marginTop="10dp"
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
style="@style/AttachmentTypeLabel"
|
|
||||||
android:text="@string/gif"/>
|
|
||||||
|
|
||||||
</LinearLayout>
|
|
||||||
|
|
||||||
<LinearLayout
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_weight="1"
|
|
||||||
android:gravity="center"
|
|
||||||
android:orientation="vertical">
|
|
||||||
|
|
||||||
<org.thoughtcrime.securesms.components.CircleColorImageView
|
|
||||||
android:id="@+id/close_button"
|
|
||||||
android:layout_width="42dp"
|
|
||||||
android:layout_height="42dp"
|
|
||||||
android:paddingTop="4dp"
|
|
||||||
android:src="@drawable/ic_baseline_keyboard_arrow_down_24"
|
|
||||||
android:scaleType="center"
|
|
||||||
android:contentDescription="@string/attachment_type_selector__drawer_description"
|
|
||||||
android:tint="@android:color/white"
|
|
||||||
app:circleColor="?attachment_type_selector_hide_button_background"/>
|
|
||||||
|
|
||||||
<TextView
|
|
||||||
android:layout_marginTop="10dp"
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
style="@style/AttachmentTypeLabel"
|
|
||||||
android:text=""/>
|
|
||||||
|
|
||||||
</LinearLayout>
|
|
||||||
|
|
||||||
</LinearLayout>
|
|
||||||
|
|
||||||
<View
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="0dp"
|
|
||||||
android:layout_weight="1" />
|
|
||||||
|
|
||||||
</LinearLayout>
|
|
||||||
|
|
||||||
</LinearLayout>
|
|
@ -84,7 +84,6 @@
|
|||||||
<string name="contentDescriptionCamera">كاميرا</string>
|
<string name="contentDescriptionCamera">كاميرا</string>
|
||||||
<string name="gif">صورة Gif</string>
|
<string name="gif">صورة Gif</string>
|
||||||
<string name="attachment_type_selector__gallery_description">صورة أو فيديو</string>
|
<string name="attachment_type_selector__gallery_description">صورة أو فيديو</string>
|
||||||
<string name="attachment_type_selector__gallery">عرض الصور</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">تفعيل أو تثبيط درج المرفقات</string>
|
<string name="attachment_type_selector__drawer_description">تفعيل أو تثبيط درج المرفقات</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -84,7 +84,6 @@
|
|||||||
<string name="contentDescriptionCamera">كاميرا</string>
|
<string name="contentDescriptionCamera">كاميرا</string>
|
||||||
<string name="gif">صورة Gif</string>
|
<string name="gif">صورة Gif</string>
|
||||||
<string name="attachment_type_selector__gallery_description">صورة أو فيديو</string>
|
<string name="attachment_type_selector__gallery_description">صورة أو فيديو</string>
|
||||||
<string name="attachment_type_selector__gallery">عرض الصور</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">تفعيل أو تثبيط درج المرفقات</string>
|
<string name="attachment_type_selector__drawer_description">تفعيل أو تثبيط درج المرفقات</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -84,7 +84,6 @@
|
|||||||
<string name="contentDescriptionCamera">Kamera</string>
|
<string name="contentDescriptionCamera">Kamera</string>
|
||||||
<string name="gif">Gif</string>
|
<string name="gif">Gif</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Təsvir və ya video</string>
|
<string name="attachment_type_selector__gallery_description">Təsvir və ya video</string>
|
||||||
<string name="attachment_type_selector__gallery">Qalereya</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Qoşma siyirməsini aç/bağla</string>
|
<string name="attachment_type_selector__drawer_description">Qoşma siyirməsini aç/bağla</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -84,7 +84,6 @@
|
|||||||
<string name="contentDescriptionCamera">Kamera</string>
|
<string name="contentDescriptionCamera">Kamera</string>
|
||||||
<string name="gif">Gif</string>
|
<string name="gif">Gif</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Təsvir və ya video</string>
|
<string name="attachment_type_selector__gallery_description">Təsvir və ya video</string>
|
||||||
<string name="attachment_type_selector__gallery">Qalereya</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Qoşma siyirməsini aç/bağla</string>
|
<string name="attachment_type_selector__drawer_description">Qoşma siyirməsini aç/bağla</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -81,7 +81,6 @@
|
|||||||
<!-- attachment_type_selector -->
|
<!-- attachment_type_selector -->
|
||||||
<string name="contentDescriptionCamera">Kamera</string>
|
<string name="contentDescriptionCamera">Kamera</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Gambar atau video</string>
|
<string name="attachment_type_selector__gallery_description">Gambar atau video</string>
|
||||||
<string name="attachment_type_selector__gallery">Galeri</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Jungkitkan laci lampiran</string>
|
<string name="attachment_type_selector__drawer_description">Jungkitkan laci lampiran</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -81,7 +81,6 @@
|
|||||||
<!-- attachment_type_selector -->
|
<!-- attachment_type_selector -->
|
||||||
<string name="contentDescriptionCamera">Kamera</string>
|
<string name="contentDescriptionCamera">Kamera</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Gambar atau video</string>
|
<string name="attachment_type_selector__gallery_description">Gambar atau video</string>
|
||||||
<string name="attachment_type_selector__gallery">Galeri</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Jungkitkan laci lampiran</string>
|
<string name="attachment_type_selector__drawer_description">Jungkitkan laci lampiran</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -82,7 +82,6 @@
|
|||||||
<!-- attachment_type_selector -->
|
<!-- attachment_type_selector -->
|
||||||
<string name="contentDescriptionCamera">Камера</string>
|
<string name="contentDescriptionCamera">Камера</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Изображение или видео</string>
|
<string name="attachment_type_selector__gallery_description">Изображение или видео</string>
|
||||||
<string name="attachment_type_selector__gallery">Галерия</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Затваряне/отваряне на чекмеджето с прикачени файлове</string>
|
<string name="attachment_type_selector__drawer_description">Затваряне/отваряне на чекмеджето с прикачени файлове</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -82,7 +82,6 @@
|
|||||||
<!-- attachment_type_selector -->
|
<!-- attachment_type_selector -->
|
||||||
<string name="contentDescriptionCamera">Камера</string>
|
<string name="contentDescriptionCamera">Камера</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Изображение или видео</string>
|
<string name="attachment_type_selector__gallery_description">Изображение или видео</string>
|
||||||
<string name="attachment_type_selector__gallery">Галерия</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Затваряне/отваряне на чекмеджето с прикачени файлове</string>
|
<string name="attachment_type_selector__drawer_description">Затваряне/отваряне на чекмеджето с прикачени файлове</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -83,7 +83,6 @@
|
|||||||
<string name="contentDescriptionCamera">Càmera</string>
|
<string name="contentDescriptionCamera">Càmera</string>
|
||||||
<string name="gif">Gif</string>
|
<string name="gif">Gif</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Imatge o vídeo</string>
|
<string name="attachment_type_selector__gallery_description">Imatge o vídeo</string>
|
||||||
<string name="attachment_type_selector__gallery">Galeria</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Commuta la pestanya d\'adjunts</string>
|
<string name="attachment_type_selector__drawer_description">Commuta la pestanya d\'adjunts</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -83,7 +83,6 @@
|
|||||||
<string name="contentDescriptionCamera">Càmera</string>
|
<string name="contentDescriptionCamera">Càmera</string>
|
||||||
<string name="gif">Gif</string>
|
<string name="gif">Gif</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Imatge o vídeo</string>
|
<string name="attachment_type_selector__gallery_description">Imatge o vídeo</string>
|
||||||
<string name="attachment_type_selector__gallery">Galeria</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Commuta la pestanya d\'adjunts</string>
|
<string name="attachment_type_selector__drawer_description">Commuta la pestanya d\'adjunts</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -84,7 +84,6 @@
|
|||||||
<string name="contentDescriptionCamera">Kamera</string>
|
<string name="contentDescriptionCamera">Kamera</string>
|
||||||
<string name="gif">Gif</string>
|
<string name="gif">Gif</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Obrázek nebo video</string>
|
<string name="attachment_type_selector__gallery_description">Obrázek nebo video</string>
|
||||||
<string name="attachment_type_selector__gallery">Galerie</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Vybrat úložiště pro přílohy</string>
|
<string name="attachment_type_selector__drawer_description">Vybrat úložiště pro přílohy</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -84,7 +84,6 @@
|
|||||||
<string name="contentDescriptionCamera">Kamera</string>
|
<string name="contentDescriptionCamera">Kamera</string>
|
||||||
<string name="gif">Gif</string>
|
<string name="gif">Gif</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Obrázek nebo video</string>
|
<string name="attachment_type_selector__gallery_description">Obrázek nebo video</string>
|
||||||
<string name="attachment_type_selector__gallery">Galerie</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Vybrat úložiště pro přílohy</string>
|
<string name="attachment_type_selector__drawer_description">Vybrat úložiště pro přílohy</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -79,7 +79,6 @@
|
|||||||
<!-- VideoPlayer -->
|
<!-- VideoPlayer -->
|
||||||
<!-- attachment_type_selector -->
|
<!-- attachment_type_selector -->
|
||||||
<string name="attachment_type_selector__gallery_description">Delwedd neu fideo</string>
|
<string name="attachment_type_selector__gallery_description">Delwedd neu fideo</string>
|
||||||
<string name="attachment_type_selector__gallery">Oriel</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Newid drôr yr atodiad</string>
|
<string name="attachment_type_selector__drawer_description">Newid drôr yr atodiad</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -79,7 +79,6 @@
|
|||||||
<!-- VideoPlayer -->
|
<!-- VideoPlayer -->
|
||||||
<!-- attachment_type_selector -->
|
<!-- attachment_type_selector -->
|
||||||
<string name="attachment_type_selector__gallery_description">Delwedd neu fideo</string>
|
<string name="attachment_type_selector__gallery_description">Delwedd neu fideo</string>
|
||||||
<string name="attachment_type_selector__gallery">Oriel</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Newid drôr yr atodiad</string>
|
<string name="attachment_type_selector__drawer_description">Newid drôr yr atodiad</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -84,7 +84,6 @@
|
|||||||
<string name="contentDescriptionCamera">Kamera</string>
|
<string name="contentDescriptionCamera">Kamera</string>
|
||||||
<string name="gif">Gif</string>
|
<string name="gif">Gif</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Billed eller video</string>
|
<string name="attachment_type_selector__gallery_description">Billed eller video</string>
|
||||||
<string name="attachment_type_selector__gallery">Billeder</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Skift vedhæftet fil</string>
|
<string name="attachment_type_selector__drawer_description">Skift vedhæftet fil</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -84,7 +84,6 @@
|
|||||||
<string name="contentDescriptionCamera">Kamera</string>
|
<string name="contentDescriptionCamera">Kamera</string>
|
||||||
<string name="gif">Gif</string>
|
<string name="gif">Gif</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Billed eller video</string>
|
<string name="attachment_type_selector__gallery_description">Billed eller video</string>
|
||||||
<string name="attachment_type_selector__gallery">Billeder</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Skift vedhæftet fil</string>
|
<string name="attachment_type_selector__drawer_description">Skift vedhæftet fil</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -84,7 +84,6 @@
|
|||||||
<string name="contentDescriptionCamera">Kamera</string>
|
<string name="contentDescriptionCamera">Kamera</string>
|
||||||
<string name="gif">GIF</string>
|
<string name="gif">GIF</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Bild oder Video</string>
|
<string name="attachment_type_selector__gallery_description">Bild oder Video</string>
|
||||||
<string name="attachment_type_selector__gallery">Galerie</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Anhänge hinzufügen</string>
|
<string name="attachment_type_selector__drawer_description">Anhänge hinzufügen</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -84,7 +84,6 @@
|
|||||||
<string name="contentDescriptionCamera">Kamera</string>
|
<string name="contentDescriptionCamera">Kamera</string>
|
||||||
<string name="gif">GIF</string>
|
<string name="gif">GIF</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Bild oder Video</string>
|
<string name="attachment_type_selector__gallery_description">Bild oder Video</string>
|
||||||
<string name="attachment_type_selector__gallery">Galerie</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Anhänge hinzufügen</string>
|
<string name="attachment_type_selector__drawer_description">Anhänge hinzufügen</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -84,7 +84,6 @@
|
|||||||
<string name="contentDescriptionCamera">Κάμερα</string>
|
<string name="contentDescriptionCamera">Κάμερα</string>
|
||||||
<string name="gif">Gif</string>
|
<string name="gif">Gif</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Εικόνα ή βίντεο</string>
|
<string name="attachment_type_selector__gallery_description">Εικόνα ή βίντεο</string>
|
||||||
<string name="attachment_type_selector__gallery">Πινακοθήκη</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Εναλλαγή συρταριού επισυνημμένων</string>
|
<string name="attachment_type_selector__drawer_description">Εναλλαγή συρταριού επισυνημμένων</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -84,7 +84,6 @@
|
|||||||
<string name="contentDescriptionCamera">Κάμερα</string>
|
<string name="contentDescriptionCamera">Κάμερα</string>
|
||||||
<string name="gif">Gif</string>
|
<string name="gif">Gif</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Εικόνα ή βίντεο</string>
|
<string name="attachment_type_selector__gallery_description">Εικόνα ή βίντεο</string>
|
||||||
<string name="attachment_type_selector__gallery">Πινακοθήκη</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Εναλλαγή συρταριού επισυνημμένων</string>
|
<string name="attachment_type_selector__drawer_description">Εναλλαγή συρταριού επισυνημμένων</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -84,7 +84,6 @@
|
|||||||
<string name="contentDescriptionCamera">Fotilo</string>
|
<string name="contentDescriptionCamera">Fotilo</string>
|
||||||
<string name="gif">GIF</string>
|
<string name="gif">GIF</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Bildo aŭ videaĵo</string>
|
<string name="attachment_type_selector__gallery_description">Bildo aŭ videaĵo</string>
|
||||||
<string name="attachment_type_selector__gallery">Galerio</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Baskuligi kunsendaĵojn</string>
|
<string name="attachment_type_selector__drawer_description">Baskuligi kunsendaĵojn</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -84,7 +84,6 @@
|
|||||||
<string name="contentDescriptionCamera">Fotilo</string>
|
<string name="contentDescriptionCamera">Fotilo</string>
|
||||||
<string name="gif">GIF</string>
|
<string name="gif">GIF</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Bildo aŭ videaĵo</string>
|
<string name="attachment_type_selector__gallery_description">Bildo aŭ videaĵo</string>
|
||||||
<string name="attachment_type_selector__gallery">Galerio</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Baskuligi kunsendaĵojn</string>
|
<string name="attachment_type_selector__drawer_description">Baskuligi kunsendaĵojn</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -84,7 +84,6 @@
|
|||||||
<string name="contentDescriptionCamera">Cámara</string>
|
<string name="contentDescriptionCamera">Cámara</string>
|
||||||
<string name="gif">Gif</string>
|
<string name="gif">Gif</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Imagen o vídeo</string>
|
<string name="attachment_type_selector__gallery_description">Imagen o vídeo</string>
|
||||||
<string name="attachment_type_selector__gallery">Galería</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Activar el panel de adjuntos</string>
|
<string name="attachment_type_selector__drawer_description">Activar el panel de adjuntos</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -84,7 +84,6 @@
|
|||||||
<string name="contentDescriptionCamera">Cámara</string>
|
<string name="contentDescriptionCamera">Cámara</string>
|
||||||
<string name="gif">Gif</string>
|
<string name="gif">Gif</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Imagen o vídeo</string>
|
<string name="attachment_type_selector__gallery_description">Imagen o vídeo</string>
|
||||||
<string name="attachment_type_selector__gallery">Galería</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Activar el panel de adjuntos</string>
|
<string name="attachment_type_selector__drawer_description">Activar el panel de adjuntos</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -80,7 +80,6 @@
|
|||||||
<!-- attachment_type_selector -->
|
<!-- attachment_type_selector -->
|
||||||
<string name="contentDescriptionCamera">Kaamera</string>
|
<string name="contentDescriptionCamera">Kaamera</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Pilt või video</string>
|
<string name="attachment_type_selector__gallery_description">Pilt või video</string>
|
||||||
<string name="attachment_type_selector__gallery">Galerii</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Lülita manusesahtlit</string>
|
<string name="attachment_type_selector__drawer_description">Lülita manusesahtlit</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -80,7 +80,6 @@
|
|||||||
<!-- attachment_type_selector -->
|
<!-- attachment_type_selector -->
|
||||||
<string name="contentDescriptionCamera">Kaamera</string>
|
<string name="contentDescriptionCamera">Kaamera</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Pilt või video</string>
|
<string name="attachment_type_selector__gallery_description">Pilt või video</string>
|
||||||
<string name="attachment_type_selector__gallery">Galerii</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Lülita manusesahtlit</string>
|
<string name="attachment_type_selector__drawer_description">Lülita manusesahtlit</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -84,7 +84,6 @@
|
|||||||
<string name="contentDescriptionCamera">دوربین</string>
|
<string name="contentDescriptionCamera">دوربین</string>
|
||||||
<string name="gif">گیف</string>
|
<string name="gif">گیف</string>
|
||||||
<string name="attachment_type_selector__gallery_description">تصویر یا ویدئو</string>
|
<string name="attachment_type_selector__gallery_description">تصویر یا ویدئو</string>
|
||||||
<string name="attachment_type_selector__gallery">گالری</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">تغییر حالت نگه دارنده پیوست</string>
|
<string name="attachment_type_selector__drawer_description">تغییر حالت نگه دارنده پیوست</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -84,7 +84,6 @@
|
|||||||
<string name="contentDescriptionCamera">دوربین</string>
|
<string name="contentDescriptionCamera">دوربین</string>
|
||||||
<string name="gif">گیف</string>
|
<string name="gif">گیف</string>
|
||||||
<string name="attachment_type_selector__gallery_description">تصویر با ویدئو</string>
|
<string name="attachment_type_selector__gallery_description">تصویر با ویدئو</string>
|
||||||
<string name="attachment_type_selector__gallery">گالری</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">تغییر حالت نگه دارنده پیوست</string>
|
<string name="attachment_type_selector__drawer_description">تغییر حالت نگه دارنده پیوست</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -84,7 +84,6 @@
|
|||||||
<string name="contentDescriptionCamera">Kamera</string>
|
<string name="contentDescriptionCamera">Kamera</string>
|
||||||
<string name="gif">Gif</string>
|
<string name="gif">Gif</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Kuva tai video</string>
|
<string name="attachment_type_selector__gallery_description">Kuva tai video</string>
|
||||||
<string name="attachment_type_selector__gallery">Galleria</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Avaa tai sulje liitetiedostovalikko</string>
|
<string name="attachment_type_selector__drawer_description">Avaa tai sulje liitetiedostovalikko</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -84,7 +84,6 @@
|
|||||||
<string name="contentDescriptionCamera">Kamera</string>
|
<string name="contentDescriptionCamera">Kamera</string>
|
||||||
<string name="gif">Gif</string>
|
<string name="gif">Gif</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Kuva tai video</string>
|
<string name="attachment_type_selector__gallery_description">Kuva tai video</string>
|
||||||
<string name="attachment_type_selector__gallery">Galleria</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Avaa tai sulje liitetiedostovalikko</string>
|
<string name="attachment_type_selector__drawer_description">Avaa tai sulje liitetiedostovalikko</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -95,7 +95,6 @@
|
|||||||
<string name="contentDescriptionCamera">Appareil photo</string>
|
<string name="contentDescriptionCamera">Appareil photo</string>
|
||||||
<string name="gif">Gif</string>
|
<string name="gif">Gif</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Image ou vidéo</string>
|
<string name="attachment_type_selector__gallery_description">Image ou vidéo</string>
|
||||||
<string name="attachment_type_selector__gallery">Galerie</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Afficher, masquer le tiroir des pièces jointes</string>
|
<string name="attachment_type_selector__drawer_description">Afficher, masquer le tiroir des pièces jointes</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -95,7 +95,6 @@
|
|||||||
<string name="contentDescriptionCamera">Appareil photo</string>
|
<string name="contentDescriptionCamera">Appareil photo</string>
|
||||||
<string name="gif">Gif</string>
|
<string name="gif">Gif</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Image ou vidéo</string>
|
<string name="attachment_type_selector__gallery_description">Image ou vidéo</string>
|
||||||
<string name="attachment_type_selector__gallery">Galerie</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Afficher, masquer le tiroir des pièces jointes</string>
|
<string name="attachment_type_selector__drawer_description">Afficher, masquer le tiroir des pièces jointes</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -83,7 +83,6 @@
|
|||||||
<string name="contentDescriptionCamera">Cámara</string>
|
<string name="contentDescriptionCamera">Cámara</string>
|
||||||
<string name="gif">Gif</string>
|
<string name="gif">Gif</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Imaxe ou vídeo</string>
|
<string name="attachment_type_selector__gallery_description">Imaxe ou vídeo</string>
|
||||||
<string name="attachment_type_selector__gallery">Galería</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Activar panel de ficheiros anexos</string>
|
<string name="attachment_type_selector__drawer_description">Activar panel de ficheiros anexos</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -83,7 +83,6 @@
|
|||||||
<string name="contentDescriptionCamera">Cámara</string>
|
<string name="contentDescriptionCamera">Cámara</string>
|
||||||
<string name="gif">Gif</string>
|
<string name="gif">Gif</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Imaxe ou vídeo</string>
|
<string name="attachment_type_selector__gallery_description">Imaxe ou vídeo</string>
|
||||||
<string name="attachment_type_selector__gallery">Galería</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Activar panel de ficheiros anexos</string>
|
<string name="attachment_type_selector__drawer_description">Activar panel de ficheiros anexos</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -78,7 +78,6 @@
|
|||||||
<!-- attachment_type_selector -->
|
<!-- attachment_type_selector -->
|
||||||
<string name="contentDescriptionCamera">Kamera</string>
|
<string name="contentDescriptionCamera">Kamera</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Wêne yan vidyo</string>
|
<string name="attachment_type_selector__gallery_description">Wêne yan vidyo</string>
|
||||||
<string name="attachment_type_selector__gallery">Pêşangeh</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Çaviya servehiya din bijerînin</string>
|
<string name="attachment_type_selector__drawer_description">Çaviya servehiya din bijerînin</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -78,7 +78,6 @@
|
|||||||
<!-- attachment_type_selector -->
|
<!-- attachment_type_selector -->
|
||||||
<string name="contentDescriptionCamera">Kamera</string>
|
<string name="contentDescriptionCamera">Kamera</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Wêne yan vidyo</string>
|
<string name="attachment_type_selector__gallery_description">Wêne yan vidyo</string>
|
||||||
<string name="attachment_type_selector__gallery">Pêşangeh</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Çaviya servehiya din bijerînin</string>
|
<string name="attachment_type_selector__drawer_description">Çaviya servehiya din bijerînin</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -84,7 +84,6 @@
|
|||||||
<string name="contentDescriptionCamera">कैमरा</string>
|
<string name="contentDescriptionCamera">कैमरा</string>
|
||||||
<string name="gif">जीआईएफ</string>
|
<string name="gif">जीआईएफ</string>
|
||||||
<string name="attachment_type_selector__gallery_description">छवि या वीडियो</string>
|
<string name="attachment_type_selector__gallery_description">छवि या वीडियो</string>
|
||||||
<string name="attachment_type_selector__gallery">गेलरी</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">अनुलग्नक दराज टॉगल करें</string>
|
<string name="attachment_type_selector__drawer_description">अनुलग्नक दराज टॉगल करें</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -84,7 +84,6 @@
|
|||||||
<string name="contentDescriptionCamera">कैमरा</string>
|
<string name="contentDescriptionCamera">कैमरा</string>
|
||||||
<string name="gif">जीआईएफ</string>
|
<string name="gif">जीआईएफ</string>
|
||||||
<string name="attachment_type_selector__gallery_description">छवि या वीडियो</string>
|
<string name="attachment_type_selector__gallery_description">छवि या वीडियो</string>
|
||||||
<string name="attachment_type_selector__gallery">गेलरी</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">अनुलग्नक दराज टॉगल करें</string>
|
<string name="attachment_type_selector__drawer_description">अनुलग्नक दराज टॉगल करें</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -85,7 +85,6 @@
|
|||||||
<string name="contentDescriptionCamera">Kamera</string>
|
<string name="contentDescriptionCamera">Kamera</string>
|
||||||
<string name="gif">Gif</string>
|
<string name="gif">Gif</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Kép vagy videó</string>
|
<string name="attachment_type_selector__gallery_description">Kép vagy videó</string>
|
||||||
<string name="attachment_type_selector__gallery">Galéria</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Mellékletcsatoló kapcsoló</string>
|
<string name="attachment_type_selector__drawer_description">Mellékletcsatoló kapcsoló</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -85,7 +85,6 @@
|
|||||||
<string name="contentDescriptionCamera">Kamera</string>
|
<string name="contentDescriptionCamera">Kamera</string>
|
||||||
<string name="gif">Gif</string>
|
<string name="gif">Gif</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Kép vagy videó</string>
|
<string name="attachment_type_selector__gallery_description">Kép vagy videó</string>
|
||||||
<string name="attachment_type_selector__gallery">Galéria</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Mellékletcsatoló kapcsoló</string>
|
<string name="attachment_type_selector__drawer_description">Mellékletcsatoló kapcsoló</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -84,7 +84,6 @@
|
|||||||
<string name="contentDescriptionCamera">Տեսախցիկ</string>
|
<string name="contentDescriptionCamera">Տեսախցիկ</string>
|
||||||
<string name="gif">Գիֆ</string>
|
<string name="gif">Գիֆ</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Նկար կամ վիդեո</string>
|
<string name="attachment_type_selector__gallery_description">Նկար կամ վիդեո</string>
|
||||||
<string name="attachment_type_selector__gallery">Պատկերասրահ</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Ցույց տալ կցորդի դարակը</string>
|
<string name="attachment_type_selector__drawer_description">Ցույց տալ կցորդի դարակը</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -84,7 +84,6 @@
|
|||||||
<string name="contentDescriptionCamera">Տեսախցիկ</string>
|
<string name="contentDescriptionCamera">Տեսախցիկ</string>
|
||||||
<string name="gif">Գիֆ</string>
|
<string name="gif">Գիֆ</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Նկար կամ վիդեո</string>
|
<string name="attachment_type_selector__gallery_description">Նկար կամ վիդեո</string>
|
||||||
<string name="attachment_type_selector__gallery">Պատկերասրահ</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Ցույց տալ կցորդի դարակը</string>
|
<string name="attachment_type_selector__drawer_description">Ցույց տալ կցորդի դարակը</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -84,7 +84,6 @@
|
|||||||
<string name="contentDescriptionCamera">Kamera</string>
|
<string name="contentDescriptionCamera">Kamera</string>
|
||||||
<string name="gif">Gif</string>
|
<string name="gif">Gif</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Gambar atau video</string>
|
<string name="attachment_type_selector__gallery_description">Gambar atau video</string>
|
||||||
<string name="attachment_type_selector__gallery">Galeri</string>
|
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
<string name="send">Kirim</string>
|
<string name="send">Kirim</string>
|
||||||
|
@ -84,7 +84,6 @@
|
|||||||
<string name="contentDescriptionCamera">Kamera</string>
|
<string name="contentDescriptionCamera">Kamera</string>
|
||||||
<string name="gif">Gif</string>
|
<string name="gif">Gif</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Gambar atau video</string>
|
<string name="attachment_type_selector__gallery_description">Gambar atau video</string>
|
||||||
<string name="attachment_type_selector__gallery">Galeri</string>
|
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
<string name="send">Kirim</string>
|
<string name="send">Kirim</string>
|
||||||
|
@ -84,7 +84,6 @@
|
|||||||
<string name="contentDescriptionCamera">Fotocamera</string>
|
<string name="contentDescriptionCamera">Fotocamera</string>
|
||||||
<string name="gif">Gif</string>
|
<string name="gif">Gif</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Immagine o video</string>
|
<string name="attachment_type_selector__gallery_description">Immagine o video</string>
|
||||||
<string name="attachment_type_selector__gallery">Galleria</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Mostra/nascondi pannello degli allegati</string>
|
<string name="attachment_type_selector__drawer_description">Mostra/nascondi pannello degli allegati</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -84,7 +84,6 @@
|
|||||||
<string name="contentDescriptionCamera">Fotocamera</string>
|
<string name="contentDescriptionCamera">Fotocamera</string>
|
||||||
<string name="gif">Gif</string>
|
<string name="gif">Gif</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Immagine o video</string>
|
<string name="attachment_type_selector__gallery_description">Immagine o video</string>
|
||||||
<string name="attachment_type_selector__gallery">Galleria</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Mostra/nascondi pannello degli allegati</string>
|
<string name="attachment_type_selector__drawer_description">Mostra/nascondi pannello degli allegati</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -83,7 +83,6 @@
|
|||||||
<string name="contentDescriptionCamera">מצלמה</string>
|
<string name="contentDescriptionCamera">מצלמה</string>
|
||||||
<string name="gif">GIF</string>
|
<string name="gif">GIF</string>
|
||||||
<string name="attachment_type_selector__gallery_description">תמונה או וידיאו</string>
|
<string name="attachment_type_selector__gallery_description">תמונה או וידיאו</string>
|
||||||
<string name="attachment_type_selector__gallery">גלריה</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">עורר מגירת צרופות</string>
|
<string name="attachment_type_selector__drawer_description">עורר מגירת צרופות</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -83,7 +83,6 @@
|
|||||||
<string name="contentDescriptionCamera">מצלמה</string>
|
<string name="contentDescriptionCamera">מצלמה</string>
|
||||||
<string name="gif">GIF</string>
|
<string name="gif">GIF</string>
|
||||||
<string name="attachment_type_selector__gallery_description">תמונה או וידיאו</string>
|
<string name="attachment_type_selector__gallery_description">תמונה או וידיאו</string>
|
||||||
<string name="attachment_type_selector__gallery">גלריה</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">עורר מגירת צרופות</string>
|
<string name="attachment_type_selector__drawer_description">עורר מגירת צרופות</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -84,7 +84,6 @@
|
|||||||
<string name="contentDescriptionCamera">カメラ</string>
|
<string name="contentDescriptionCamera">カメラ</string>
|
||||||
<string name="gif">Gif</string>
|
<string name="gif">Gif</string>
|
||||||
<string name="attachment_type_selector__gallery_description">画像・動画</string>
|
<string name="attachment_type_selector__gallery_description">画像・動画</string>
|
||||||
<string name="attachment_type_selector__gallery">ギャラリー</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">添付ファイル用引き出しの切替</string>
|
<string name="attachment_type_selector__drawer_description">添付ファイル用引き出しの切替</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -84,7 +84,6 @@
|
|||||||
<string name="contentDescriptionCamera">カメラ</string>
|
<string name="contentDescriptionCamera">カメラ</string>
|
||||||
<string name="gif">Gif</string>
|
<string name="gif">Gif</string>
|
||||||
<string name="attachment_type_selector__gallery_description">画像・動画</string>
|
<string name="attachment_type_selector__gallery_description">画像・動画</string>
|
||||||
<string name="attachment_type_selector__gallery">ギャラリー</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">添付ファイル用引き出しの切替</string>
|
<string name="attachment_type_selector__drawer_description">添付ファイル用引き出しの切替</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -81,7 +81,6 @@
|
|||||||
<!-- attachment_type_selector -->
|
<!-- attachment_type_selector -->
|
||||||
<string name="contentDescriptionCamera">កាមេរ៉ា</string>
|
<string name="contentDescriptionCamera">កាមេរ៉ា</string>
|
||||||
<string name="attachment_type_selector__gallery_description">រូបភាព ឬវីដេអូ</string>
|
<string name="attachment_type_selector__gallery_description">រូបភាព ឬវីដេអូ</string>
|
||||||
<string name="attachment_type_selector__gallery">វិចិត្រសាល</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">បិទបើកថតឯកសារភ្ជាប់</string>
|
<string name="attachment_type_selector__drawer_description">បិទបើកថតឯកសារភ្ជាប់</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -81,7 +81,6 @@
|
|||||||
<!-- attachment_type_selector -->
|
<!-- attachment_type_selector -->
|
||||||
<string name="contentDescriptionCamera">កាមេរ៉ា</string>
|
<string name="contentDescriptionCamera">កាមេរ៉ា</string>
|
||||||
<string name="attachment_type_selector__gallery_description">រូបភាព ឬវីដេអូ</string>
|
<string name="attachment_type_selector__gallery_description">រូបភាព ឬវីដេអូ</string>
|
||||||
<string name="attachment_type_selector__gallery">វិចិត្រសាល</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">បិទបើកថតឯកសារភ្ជាប់</string>
|
<string name="attachment_type_selector__drawer_description">បិទបើកថតឯកសារភ្ជាប់</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -68,7 +68,6 @@
|
|||||||
<!-- attachment_type_selector -->
|
<!-- attachment_type_selector -->
|
||||||
<string name="contentDescriptionCamera">ಕ್ಯಾಮರಾ</string>
|
<string name="contentDescriptionCamera">ಕ್ಯಾಮರಾ</string>
|
||||||
<string name="gif">ಗಿಫ್</string>
|
<string name="gif">ಗಿಫ್</string>
|
||||||
<string name="attachment_type_selector__gallery">ಚಿತ್ರಶಾಲೆ</string>
|
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
<string name="send">ಕಳುಹಿಸಿ</string>
|
<string name="send">ಕಳುಹಿಸಿ</string>
|
||||||
|
@ -68,7 +68,6 @@
|
|||||||
<!-- attachment_type_selector -->
|
<!-- attachment_type_selector -->
|
||||||
<string name="contentDescriptionCamera">ಕ್ಯಾಮರಾ</string>
|
<string name="contentDescriptionCamera">ಕ್ಯಾಮರಾ</string>
|
||||||
<string name="gif">ಗಿಫ್</string>
|
<string name="gif">ಗಿಫ್</string>
|
||||||
<string name="attachment_type_selector__gallery">ಚಿತ್ರಶಾಲೆ</string>
|
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
<string name="send">ಕಳುಹಿಸಿ</string>
|
<string name="send">ಕಳುಹಿಸಿ</string>
|
||||||
|
@ -75,7 +75,6 @@
|
|||||||
<!-- VideoPlayer -->
|
<!-- VideoPlayer -->
|
||||||
<!-- attachment_type_selector -->
|
<!-- attachment_type_selector -->
|
||||||
<string name="contentDescriptionCamera">카메라</string>
|
<string name="contentDescriptionCamera">카메라</string>
|
||||||
<string name="attachment_type_selector__gallery">갤러리</string>
|
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
<string name="send">보내기</string>
|
<string name="send">보내기</string>
|
||||||
|
@ -75,7 +75,6 @@
|
|||||||
<!-- VideoPlayer -->
|
<!-- VideoPlayer -->
|
||||||
<!-- attachment_type_selector -->
|
<!-- attachment_type_selector -->
|
||||||
<string name="contentDescriptionCamera">카메라</string>
|
<string name="contentDescriptionCamera">카메라</string>
|
||||||
<string name="attachment_type_selector__gallery">갤러리</string>
|
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
<string name="send">보내기</string>
|
<string name="send">보내기</string>
|
||||||
|
@ -84,7 +84,6 @@
|
|||||||
<string name="contentDescriptionCamera">Kamera</string>
|
<string name="contentDescriptionCamera">Kamera</string>
|
||||||
<string name="gif">Gif</string>
|
<string name="gif">Gif</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Paveikslas ar vaizdo įrašas</string>
|
<string name="attachment_type_selector__gallery_description">Paveikslas ar vaizdo įrašas</string>
|
||||||
<string name="attachment_type_selector__gallery">Galerija</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Perjungti priedų stalčių</string>
|
<string name="attachment_type_selector__drawer_description">Perjungti priedų stalčių</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -84,7 +84,6 @@
|
|||||||
<string name="contentDescriptionCamera">Kamera</string>
|
<string name="contentDescriptionCamera">Kamera</string>
|
||||||
<string name="gif">Gif</string>
|
<string name="gif">Gif</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Paveikslas ar vaizdo įrašas</string>
|
<string name="attachment_type_selector__gallery_description">Paveikslas ar vaizdo įrašas</string>
|
||||||
<string name="attachment_type_selector__gallery">Galerija</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Perjungti priedų stalčių</string>
|
<string name="attachment_type_selector__drawer_description">Perjungti priedų stalčių</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -73,7 +73,6 @@
|
|||||||
<!-- attachment_type_selector -->
|
<!-- attachment_type_selector -->
|
||||||
<string name="contentDescriptionCamera">ကင်မရာ </string>
|
<string name="contentDescriptionCamera">ကင်မရာ </string>
|
||||||
<string name="attachment_type_selector__gallery_description">ဓာတ်ပုံ သို့မဟုတ် ဗီဒီယို </string>
|
<string name="attachment_type_selector__gallery_description">ဓာတ်ပုံ သို့မဟုတ် ဗီဒီယို </string>
|
||||||
<string name="attachment_type_selector__gallery">ဓာတ်ပုံနှင့်ဗီဒီယိုများသိမ်းဆည်းရာ</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">ပူးတွဲဖိုင် drawer အားတစ်ချက်နှိပ်ပါ </string>
|
<string name="attachment_type_selector__drawer_description">ပူးတွဲဖိုင် drawer အားတစ်ချက်နှိပ်ပါ </string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -73,7 +73,6 @@
|
|||||||
<!-- attachment_type_selector -->
|
<!-- attachment_type_selector -->
|
||||||
<string name="contentDescriptionCamera">ကင်မရာ </string>
|
<string name="contentDescriptionCamera">ကင်မရာ </string>
|
||||||
<string name="attachment_type_selector__gallery_description">ဓာတ်ပုံ သို့မဟုတ် ဗီဒီယို </string>
|
<string name="attachment_type_selector__gallery_description">ဓာတ်ပုံ သို့မဟုတ် ဗီဒီယို </string>
|
||||||
<string name="attachment_type_selector__gallery">ဓာတ်ပုံနှင့်ဗီဒီယိုများသိမ်းဆည်းရာ</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">ပူးတွဲဖိုင် drawer အားတစ်ချက်နှိပ်ပါ </string>
|
<string name="attachment_type_selector__drawer_description">ပူးတွဲဖိုင် drawer အားတစ်ချက်နှိပ်ပါ </string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -84,7 +84,6 @@
|
|||||||
<string name="contentDescriptionCamera">Kamera</string>
|
<string name="contentDescriptionCamera">Kamera</string>
|
||||||
<string name="gif">Gif</string>
|
<string name="gif">Gif</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Bilde eller video</string>
|
<string name="attachment_type_selector__gallery_description">Bilde eller video</string>
|
||||||
<string name="attachment_type_selector__gallery">Galleri</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Slå av/på vedleggsfunksjon</string>
|
<string name="attachment_type_selector__drawer_description">Slå av/på vedleggsfunksjon</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -84,7 +84,6 @@
|
|||||||
<string name="contentDescriptionCamera">Kamera</string>
|
<string name="contentDescriptionCamera">Kamera</string>
|
||||||
<string name="gif">Gif</string>
|
<string name="gif">Gif</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Bilde eller video</string>
|
<string name="attachment_type_selector__gallery_description">Bilde eller video</string>
|
||||||
<string name="attachment_type_selector__gallery">Galleri</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Slå av/på vedleggsfunksjon</string>
|
<string name="attachment_type_selector__drawer_description">Slå av/på vedleggsfunksjon</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -84,7 +84,6 @@
|
|||||||
<string name="contentDescriptionCamera">Camera</string>
|
<string name="contentDescriptionCamera">Camera</string>
|
||||||
<string name="gif">Gif</string>
|
<string name="gif">Gif</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Afbeelding of video</string>
|
<string name="attachment_type_selector__gallery_description">Afbeelding of video</string>
|
||||||
<string name="attachment_type_selector__gallery">Galerij</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Bijlageoverzicht tonen/verbergen</string>
|
<string name="attachment_type_selector__drawer_description">Bijlageoverzicht tonen/verbergen</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -84,7 +84,6 @@
|
|||||||
<string name="contentDescriptionCamera">Camera</string>
|
<string name="contentDescriptionCamera">Camera</string>
|
||||||
<string name="gif">Gif</string>
|
<string name="gif">Gif</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Afbeelding of video</string>
|
<string name="attachment_type_selector__gallery_description">Afbeelding of video</string>
|
||||||
<string name="attachment_type_selector__gallery">Galerij</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Bijlageoverzicht tonen/verbergen</string>
|
<string name="attachment_type_selector__drawer_description">Bijlageoverzicht tonen/verbergen</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -78,7 +78,6 @@
|
|||||||
<!-- attachment_type_selector -->
|
<!-- attachment_type_selector -->
|
||||||
<string name="contentDescriptionCamera">Kamera</string>
|
<string name="contentDescriptionCamera">Kamera</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Bilete eller video</string>
|
<string name="attachment_type_selector__gallery_description">Bilete eller video</string>
|
||||||
<string name="attachment_type_selector__gallery">Galleri</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Vis/skjul vedleggspanel</string>
|
<string name="attachment_type_selector__drawer_description">Vis/skjul vedleggspanel</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -78,7 +78,6 @@
|
|||||||
<!-- attachment_type_selector -->
|
<!-- attachment_type_selector -->
|
||||||
<string name="contentDescriptionCamera">Kamera</string>
|
<string name="contentDescriptionCamera">Kamera</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Bilete eller video</string>
|
<string name="attachment_type_selector__gallery_description">Bilete eller video</string>
|
||||||
<string name="attachment_type_selector__gallery">Galleri</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Vis/skjul vedleggspanel</string>
|
<string name="attachment_type_selector__drawer_description">Vis/skjul vedleggspanel</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -75,7 +75,6 @@
|
|||||||
<!-- attachment_type_selector -->
|
<!-- attachment_type_selector -->
|
||||||
<string name="contentDescriptionCamera">Shuyullukchik</string>
|
<string name="contentDescriptionCamera">Shuyullukchik</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Shuyu manakashpaka shuyukuyuriy.</string>
|
<string name="attachment_type_selector__gallery_description">Shuyu manakashpaka shuyukuyuriy.</string>
|
||||||
<string name="attachment_type_selector__gallery">Shuyukunata allichik</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Kimichishka millkakunata rurana</string>
|
<string name="attachment_type_selector__drawer_description">Kimichishka millkakunata rurana</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -75,7 +75,6 @@
|
|||||||
<!-- attachment_type_selector -->
|
<!-- attachment_type_selector -->
|
||||||
<string name="contentDescriptionCamera">Shuyullukchik</string>
|
<string name="contentDescriptionCamera">Shuyullukchik</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Shuyu manakashpaka shuyukuyuriy.</string>
|
<string name="attachment_type_selector__gallery_description">Shuyu manakashpaka shuyukuyuriy.</string>
|
||||||
<string name="attachment_type_selector__gallery">Shuyukunata allichik</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Kimichishka millkakunata rurana</string>
|
<string name="attachment_type_selector__drawer_description">Kimichishka millkakunata rurana</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -84,7 +84,6 @@
|
|||||||
<string name="contentDescriptionCamera">Kamera</string>
|
<string name="contentDescriptionCamera">Kamera</string>
|
||||||
<string name="gif">Gif</string>
|
<string name="gif">Gif</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Obraz lub film</string>
|
<string name="attachment_type_selector__gallery_description">Obraz lub film</string>
|
||||||
<string name="attachment_type_selector__gallery">Galeria</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Przełącz listę załączników</string>
|
<string name="attachment_type_selector__drawer_description">Przełącz listę załączników</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -84,7 +84,6 @@
|
|||||||
<string name="contentDescriptionCamera">Kamera</string>
|
<string name="contentDescriptionCamera">Kamera</string>
|
||||||
<string name="gif">Gif</string>
|
<string name="gif">Gif</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Obraz lub film</string>
|
<string name="attachment_type_selector__gallery_description">Obraz lub film</string>
|
||||||
<string name="attachment_type_selector__gallery">Galeria</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Przełącz listę załączników</string>
|
<string name="attachment_type_selector__drawer_description">Przełącz listę załączników</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -84,7 +84,6 @@
|
|||||||
<string name="contentDescriptionCamera">Câmera</string>
|
<string name="contentDescriptionCamera">Câmera</string>
|
||||||
<string name="gif">Gif</string>
|
<string name="gif">Gif</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Imagem ou vídeo</string>
|
<string name="attachment_type_selector__gallery_description">Imagem ou vídeo</string>
|
||||||
<string name="attachment_type_selector__gallery">Galeria</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Alternar gaveta de anexos</string>
|
<string name="attachment_type_selector__drawer_description">Alternar gaveta de anexos</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -85,7 +85,6 @@
|
|||||||
<string name="contentDescriptionCamera">Câmara</string>
|
<string name="contentDescriptionCamera">Câmara</string>
|
||||||
<string name="gif">Gif</string>
|
<string name="gif">Gif</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Imagem ou vídeo</string>
|
<string name="attachment_type_selector__gallery_description">Imagem ou vídeo</string>
|
||||||
<string name="attachment_type_selector__gallery">Galeria</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Comutar gaveta de anexos</string>
|
<string name="attachment_type_selector__drawer_description">Comutar gaveta de anexos</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -84,7 +84,6 @@
|
|||||||
<string name="contentDescriptionCamera">Câmera</string>
|
<string name="contentDescriptionCamera">Câmera</string>
|
||||||
<string name="gif">Gif</string>
|
<string name="gif">Gif</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Imagem ou vídeo</string>
|
<string name="attachment_type_selector__gallery_description">Imagem ou vídeo</string>
|
||||||
<string name="attachment_type_selector__gallery">Galeria</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Alternar gaveta de anexos</string>
|
<string name="attachment_type_selector__drawer_description">Alternar gaveta de anexos</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -84,7 +84,6 @@
|
|||||||
<string name="contentDescriptionCamera">Cameră</string>
|
<string name="contentDescriptionCamera">Cameră</string>
|
||||||
<string name="gif">Gif</string>
|
<string name="gif">Gif</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Imagine sau video</string>
|
<string name="attachment_type_selector__gallery_description">Imagine sau video</string>
|
||||||
<string name="attachment_type_selector__gallery">Galerie</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Comutare panou atașamente</string>
|
<string name="attachment_type_selector__drawer_description">Comutare panou atașamente</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -84,7 +84,6 @@
|
|||||||
<string name="contentDescriptionCamera">Cameră</string>
|
<string name="contentDescriptionCamera">Cameră</string>
|
||||||
<string name="gif">Gif</string>
|
<string name="gif">Gif</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Imagine sau video</string>
|
<string name="attachment_type_selector__gallery_description">Imagine sau video</string>
|
||||||
<string name="attachment_type_selector__gallery">Galerie</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Comutare panou atașamente</string>
|
<string name="attachment_type_selector__drawer_description">Comutare panou atașamente</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -84,7 +84,6 @@
|
|||||||
<string name="contentDescriptionCamera">Камера</string>
|
<string name="contentDescriptionCamera">Камера</string>
|
||||||
<string name="gif">Gif</string>
|
<string name="gif">Gif</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Изображение или видео</string>
|
<string name="attachment_type_selector__gallery_description">Изображение или видео</string>
|
||||||
<string name="attachment_type_selector__gallery">Галерея</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Показать панель вложений</string>
|
<string name="attachment_type_selector__drawer_description">Показать панель вложений</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -84,7 +84,6 @@
|
|||||||
<string name="contentDescriptionCamera">Камера</string>
|
<string name="contentDescriptionCamera">Камера</string>
|
||||||
<string name="gif">Gif</string>
|
<string name="gif">Gif</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Изображение или видео</string>
|
<string name="attachment_type_selector__gallery_description">Изображение или видео</string>
|
||||||
<string name="attachment_type_selector__gallery">Галерея</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Показать панель вложений</string>
|
<string name="attachment_type_selector__drawer_description">Показать панель вложений</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -82,7 +82,6 @@
|
|||||||
<string name="contentDescriptionCamera">Kamera</string>
|
<string name="contentDescriptionCamera">Kamera</string>
|
||||||
<string name="gif">Gif</string>
|
<string name="gif">Gif</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Obrázok alebo video</string>
|
<string name="attachment_type_selector__gallery_description">Obrázok alebo video</string>
|
||||||
<string name="attachment_type_selector__gallery">Galéria</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Prepnúť zobrazenie príloh</string>
|
<string name="attachment_type_selector__drawer_description">Prepnúť zobrazenie príloh</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -82,7 +82,6 @@
|
|||||||
<string name="contentDescriptionCamera">Kamera</string>
|
<string name="contentDescriptionCamera">Kamera</string>
|
||||||
<string name="gif">Gif</string>
|
<string name="gif">Gif</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Obrázok alebo video</string>
|
<string name="attachment_type_selector__gallery_description">Obrázok alebo video</string>
|
||||||
<string name="attachment_type_selector__gallery">Galéria</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Prepnúť zobrazenie príloh</string>
|
<string name="attachment_type_selector__drawer_description">Prepnúť zobrazenie príloh</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -84,7 +84,6 @@
|
|||||||
<string name="contentDescriptionCamera">Kamera</string>
|
<string name="contentDescriptionCamera">Kamera</string>
|
||||||
<string name="gif">Gif</string>
|
<string name="gif">Gif</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Figurë ose video</string>
|
<string name="attachment_type_selector__gallery_description">Figurë ose video</string>
|
||||||
<string name="attachment_type_selector__gallery">Galeri</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Hapni/mbyllni sirtarin e bashkëngjitjeve</string>
|
<string name="attachment_type_selector__drawer_description">Hapni/mbyllni sirtarin e bashkëngjitjeve</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -84,7 +84,6 @@
|
|||||||
<string name="contentDescriptionCamera">Kamera</string>
|
<string name="contentDescriptionCamera">Kamera</string>
|
||||||
<string name="gif">Gif</string>
|
<string name="gif">Gif</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Figurë ose video</string>
|
<string name="attachment_type_selector__gallery_description">Figurë ose video</string>
|
||||||
<string name="attachment_type_selector__gallery">Galeri</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Hapni/mbyllni sirtarin e bashkëngjitjeve</string>
|
<string name="attachment_type_selector__drawer_description">Hapni/mbyllni sirtarin e bashkëngjitjeve</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -83,7 +83,6 @@
|
|||||||
<string name="contentDescriptionCamera">Камера</string>
|
<string name="contentDescriptionCamera">Камера</string>
|
||||||
<string name="gif">Гиф</string>
|
<string name="gif">Гиф</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Слика или видео</string>
|
<string name="attachment_type_selector__gallery_description">Слика или видео</string>
|
||||||
<string name="attachment_type_selector__gallery">Галерија</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Фиока прилога</string>
|
<string name="attachment_type_selector__drawer_description">Фиока прилога</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -83,7 +83,6 @@
|
|||||||
<string name="contentDescriptionCamera">Камера</string>
|
<string name="contentDescriptionCamera">Камера</string>
|
||||||
<string name="gif">Гиф</string>
|
<string name="gif">Гиф</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Слика или видео</string>
|
<string name="attachment_type_selector__gallery_description">Слика или видео</string>
|
||||||
<string name="attachment_type_selector__gallery">Галерија</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Фиока прилога</string>
|
<string name="attachment_type_selector__drawer_description">Фиока прилога</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -84,7 +84,6 @@
|
|||||||
<string name="contentDescriptionCamera">Kamera</string>
|
<string name="contentDescriptionCamera">Kamera</string>
|
||||||
<string name="gif">Gif</string>
|
<string name="gif">Gif</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Bild eller film</string>
|
<string name="attachment_type_selector__gallery_description">Bild eller film</string>
|
||||||
<string name="attachment_type_selector__gallery">Galleri</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Dölj/visa bilagor</string>
|
<string name="attachment_type_selector__drawer_description">Dölj/visa bilagor</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -84,7 +84,6 @@
|
|||||||
<string name="contentDescriptionCamera">Kamera</string>
|
<string name="contentDescriptionCamera">Kamera</string>
|
||||||
<string name="gif">Gif</string>
|
<string name="gif">Gif</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Bild eller film</string>
|
<string name="attachment_type_selector__gallery_description">Bild eller film</string>
|
||||||
<string name="attachment_type_selector__gallery">Galleri</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Dölj/visa bilagor</string>
|
<string name="attachment_type_selector__drawer_description">Dölj/visa bilagor</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -81,7 +81,6 @@
|
|||||||
<string name="contentDescriptionCamera">Kamera</string>
|
<string name="contentDescriptionCamera">Kamera</string>
|
||||||
<string name="gif">gif</string>
|
<string name="gif">gif</string>
|
||||||
<string name="attachment_type_selector__gallery_description">picha au video</string>
|
<string name="attachment_type_selector__gallery_description">picha au video</string>
|
||||||
<string name="attachment_type_selector__gallery">nyumba ya sanaa</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Toggle kiambatisho drawer</string>
|
<string name="attachment_type_selector__drawer_description">Toggle kiambatisho drawer</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -82,7 +82,6 @@
|
|||||||
<string name="contentDescriptionCamera">కెమెరా</string>
|
<string name="contentDescriptionCamera">కెమెరా</string>
|
||||||
<string name="gif">గిఫ్</string>
|
<string name="gif">గిఫ్</string>
|
||||||
<string name="attachment_type_selector__gallery_description">ఇమెజ్ ఆర్ వీడియో</string>
|
<string name="attachment_type_selector__gallery_description">ఇమెజ్ ఆర్ వీడియో</string>
|
||||||
<string name="attachment_type_selector__gallery">వారపాక</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">టోగుల్ అటాచ్మెంట్ సొరుగు</string>
|
<string name="attachment_type_selector__drawer_description">టోగుల్ అటాచ్మెంట్ సొరుగు</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -82,7 +82,6 @@
|
|||||||
<string name="contentDescriptionCamera">కెమెరా</string>
|
<string name="contentDescriptionCamera">కెమెరా</string>
|
||||||
<string name="gif">గిఫ్</string>
|
<string name="gif">గిఫ్</string>
|
||||||
<string name="attachment_type_selector__gallery_description">ఇమెజ్ ఆర్ వీడియో</string>
|
<string name="attachment_type_selector__gallery_description">ఇమెజ్ ఆర్ వీడియో</string>
|
||||||
<string name="attachment_type_selector__gallery">వారపాక</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">టోగుల్ అటాచ్మెంట్ సొరుగు</string>
|
<string name="attachment_type_selector__drawer_description">టోగుల్ అటాచ్మెంట్ సొరుగు</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -77,7 +77,6 @@
|
|||||||
<!-- attachment_type_selector -->
|
<!-- attachment_type_selector -->
|
||||||
<string name="contentDescriptionCamera">กล้อง</string>
|
<string name="contentDescriptionCamera">กล้อง</string>
|
||||||
<string name="attachment_type_selector__gallery_description">ภาพหรือวิดีโอ</string>
|
<string name="attachment_type_selector__gallery_description">ภาพหรือวิดีโอ</string>
|
||||||
<string name="attachment_type_selector__gallery">คลังภาพ</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">สลับแถบเมนูไฟล์แนบ</string>
|
<string name="attachment_type_selector__drawer_description">สลับแถบเมนูไฟล์แนบ</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -77,7 +77,6 @@
|
|||||||
<!-- attachment_type_selector -->
|
<!-- attachment_type_selector -->
|
||||||
<string name="contentDescriptionCamera">กล้อง</string>
|
<string name="contentDescriptionCamera">กล้อง</string>
|
||||||
<string name="attachment_type_selector__gallery_description">ภาพหรือวิดีโอ</string>
|
<string name="attachment_type_selector__gallery_description">ภาพหรือวิดีโอ</string>
|
||||||
<string name="attachment_type_selector__gallery">คลังภาพ</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">สลับแถบเมนูไฟล์แนบ</string>
|
<string name="attachment_type_selector__drawer_description">สลับแถบเมนูไฟล์แนบ</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -84,7 +84,6 @@
|
|||||||
<string name="contentDescriptionCamera">Kamera</string>
|
<string name="contentDescriptionCamera">Kamera</string>
|
||||||
<string name="gif">Gif</string>
|
<string name="gif">Gif</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Görüntü veya video</string>
|
<string name="attachment_type_selector__gallery_description">Görüntü veya video</string>
|
||||||
<string name="attachment_type_selector__gallery">Galeri</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Ek çekmecesini göster/gizle</string>
|
<string name="attachment_type_selector__drawer_description">Ek çekmecesini göster/gizle</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -84,7 +84,6 @@
|
|||||||
<string name="contentDescriptionCamera">Kamera</string>
|
<string name="contentDescriptionCamera">Kamera</string>
|
||||||
<string name="gif">Gif</string>
|
<string name="gif">Gif</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Görüntü veya video</string>
|
<string name="attachment_type_selector__gallery_description">Görüntü veya video</string>
|
||||||
<string name="attachment_type_selector__gallery">Galeri</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Ek çekmecesini göster/gizle</string>
|
<string name="attachment_type_selector__drawer_description">Ek çekmecesini göster/gizle</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -85,7 +85,6 @@
|
|||||||
<string name="contentDescriptionCamera">Камера</string>
|
<string name="contentDescriptionCamera">Камера</string>
|
||||||
<string name="gif">Гіф</string>
|
<string name="gif">Гіф</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Зображення або відео</string>
|
<string name="attachment_type_selector__gallery_description">Зображення або відео</string>
|
||||||
<string name="attachment_type_selector__gallery">Галерея</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Увімк/вимк скриньку вкладень</string>
|
<string name="attachment_type_selector__drawer_description">Увімк/вимк скриньку вкладень</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -85,7 +85,6 @@
|
|||||||
<string name="contentDescriptionCamera">Камера</string>
|
<string name="contentDescriptionCamera">Камера</string>
|
||||||
<string name="gif">Гіф</string>
|
<string name="gif">Гіф</string>
|
||||||
<string name="attachment_type_selector__gallery_description">Зображення або відео</string>
|
<string name="attachment_type_selector__gallery_description">Зображення або відео</string>
|
||||||
<string name="attachment_type_selector__gallery">Галерея</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">Увімк/вимк скриньку вкладень</string>
|
<string name="attachment_type_selector__drawer_description">Увімк/вимк скриньку вкладень</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -84,7 +84,6 @@
|
|||||||
<string name="contentDescriptionCamera">相机</string>
|
<string name="contentDescriptionCamera">相机</string>
|
||||||
<string name="gif">Gif图片</string>
|
<string name="gif">Gif图片</string>
|
||||||
<string name="attachment_type_selector__gallery_description">图像或视频</string>
|
<string name="attachment_type_selector__gallery_description">图像或视频</string>
|
||||||
<string name="attachment_type_selector__gallery">相册</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">切换附件抽屉</string>
|
<string name="attachment_type_selector__drawer_description">切换附件抽屉</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -84,7 +84,6 @@
|
|||||||
<string name="contentDescriptionCamera">相機</string>
|
<string name="contentDescriptionCamera">相機</string>
|
||||||
<string name="gif">動態圖檔</string>
|
<string name="gif">動態圖檔</string>
|
||||||
<string name="attachment_type_selector__gallery_description">圖片或影片</string>
|
<string name="attachment_type_selector__gallery_description">圖片或影片</string>
|
||||||
<string name="attachment_type_selector__gallery">圖片庫</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">切換附件抽屜</string>
|
<string name="attachment_type_selector__drawer_description">切換附件抽屜</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -84,7 +84,6 @@
|
|||||||
<string name="contentDescriptionCamera">相机</string>
|
<string name="contentDescriptionCamera">相机</string>
|
||||||
<string name="gif">Gif图片</string>
|
<string name="gif">Gif图片</string>
|
||||||
<string name="attachment_type_selector__gallery_description">图像或视频</string>
|
<string name="attachment_type_selector__gallery_description">图像或视频</string>
|
||||||
<string name="attachment_type_selector__gallery">相册</string>
|
|
||||||
<string name="attachment_type_selector__drawer_description">切换附件抽屉</string>
|
<string name="attachment_type_selector__drawer_description">切换附件抽屉</string>
|
||||||
<!-- contact_selection_group_activity -->
|
<!-- contact_selection_group_activity -->
|
||||||
<!-- conversation_activity -->
|
<!-- conversation_activity -->
|
||||||
|
@ -60,11 +60,6 @@
|
|||||||
-->
|
-->
|
||||||
<string name="activity_settings_upload">Upload</string>
|
<string name="activity_settings_upload">Upload</string>
|
||||||
|
|
||||||
<!-- REQUIRED: Used in attachment_type_selector.xml as a category of attachment.
|
|
||||||
Figma: Unable to locate usage in Figma.
|
|
||||||
-->
|
|
||||||
<string name="attachment_type_selector__gallery">Gallery</string>
|
|
||||||
|
|
||||||
<!-- REQUIRED: Used when a users follows the disappearing messages of another user to turn them off.
|
<!-- REQUIRED: Used when a users follows the disappearing messages of another user to turn them off.
|
||||||
Figma: https://www.figma.com/design/tEgZ8ujg76DdtPwEJv8zFp/Disappearing-Messages?node-id=0-1&t=RmpaOwy9gz7ohKSE-0
|
Figma: https://www.figma.com/design/tEgZ8ujg76DdtPwEJv8zFp/Disappearing-Messages?node-id=0-1&t=RmpaOwy9gz7ohKSE-0
|
||||||
-->
|
-->
|
||||||
|
Loading…
Reference in New Issue
Block a user