File tree Expand file tree Collapse file tree 10 files changed +12
-7
lines changed
kotlin/com/wire/android/ui/home/conversations/media Expand file tree Collapse file tree 10 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ private fun Content(
224224 onImageLongClicked = onOpenAssetOptions
225225 )
226226
227- ConversationMediaScreenTabItem .SHARED_DRIVE -> FileAssetsContent (
227+ ConversationMediaScreenTabItem .FILES -> FileAssetsContent (
228228 groupedAssetMessageList = state.assetMessages,
229229 assetStatuses = state.assetStatuses,
230230 onAssetItemClicked = onAssetItemClicked,
@@ -267,7 +267,7 @@ private fun AssetOptionsModalSheetLayout(
267267
268268enum class ConversationMediaScreenTabItem (@StringRes val titleResId : Int ) : TabItem {
269269 PICTURES (R .string.label_conversation_pictures),
270- SHARED_DRIVE (R .string.label_conversation_shared_drive );
270+ FILES (R .string.label_conversation_files );
271271
272272 override val title: UIText = UIText .StringResource (titleResId)
273273}
@@ -305,7 +305,7 @@ fun PreviewConversationMediaScreenFilesContent() = WireTheme {
305305 assetMessages = flowOfAssets,
306306 assetStatuses = assetStatuses,
307307 ),
308- initialPage = ConversationMediaScreenTabItem .SHARED_DRIVE ,
308+ initialPage = ConversationMediaScreenTabItem .FILES ,
309309 )
310310}
311311
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ fun ConversationSharedDriveButton(
3838) {
3939 WireSecondaryButton (
4040 modifier = modifier,
41- text = stringResource(R .string.label_conversation_shared_drive ),
41+ text = stringResource(R .string.label_conversation_files ),
4242 onClick = onClick,
4343 minSize = MaterialTheme .wireDimensions.buttonMinSize,
4444 fillMaxWidth = true ,
Original file line number Diff line number Diff line change 892892 <!-- Conversation Media -->
893893 <string name =" label_conversation_media" >Medien</string >
894894 <string name =" label_conversation_pictures" >Bilder</string >
895- <string name =" label_conversation_shared_drive " >Geteiltes Drive </string >
895+ <string name =" label_conversation_files " >Dateien </string >
896896 <string name =" content_description_see_shared_drive_in_conversation_btn" >Geteiltes Drive öffnen</string >
897897 <string name =" label_conversation_pictures_empty" >Bislang hat niemand Bilder in dieser Unterhaltung geteilt 🥲</string >
898898 <string name =" label_conversation_files_empty" >Bislang hat niemand Dateien in dieser Unterhaltung geteilt 🙀</string >
Original file line number Diff line number Diff line change 831831 <string name =" label_conversation_media" >Média</string >
832832 <string name =" label_conversation_pictures" >Képek</string >
833833 <string name =" label_conversation_pictures_empty" >Ebben a beszélgetésben még senki nem osztott meg képet 🥲</string >
834+ <string name =" label_conversation_files" >Fájlok</string >
834835 <string name =" label_conversation_files_empty" >Ebben a beszégetésben még senki nem osztott meg fájlt 🙀</string >
835836 <!-- Search Contact-->
836837 <string name =" label_selected" >Kiválasztva</string >
Original file line number Diff line number Diff line change @@ -618,6 +618,7 @@ Un messaggio eliminato non può essere ripristinato.</string>
618618 <string name =" label_conversation_media" >Multimedia</string >
619619 <string name =" label_conversation_pictures" >Immagini</string >
620620 <string name =" label_conversation_pictures_empty" >Nessuno ha ancora condiviso immagini in questa conversazione 🥲</string >
621+ <string name =" label_conversation_files" >File</string >
621622 <string name =" label_conversation_files_empty" >Nessuno ha ancora condiviso dei file in questa conversazione 🙀</string >
622623 <!-- Search Contact-->
623624 <string name =" label_new_group" >Nuovo Gruppo</string >
Original file line number Diff line number Diff line change @@ -790,6 +790,7 @@ Uma mensagem excluída não pode ser restaurada.</string>
790790 <string name =" label_conversation_media" >Mídia</string >
791791 <string name =" label_conversation_pictures" >Imagens</string >
792792 <string name =" label_conversation_pictures_empty" >Ninguém compartilhou fotos nesta conversa ainda 🥲</string >
793+ <string name =" label_conversation_files" >Arquivos</string >
793794 <string name =" label_conversation_files_empty" >Ninguém compartilhou arquivos nesta conversa ainda 🙀</string >
794795 <!-- Search Contact-->
795796 <string name =" label_selected" >Selecionado</string >
Original file line number Diff line number Diff line change 971971 <!-- Conversation Media -->
972972 <string name =" label_conversation_media" >Медиа</string >
973973 <string name =" label_conversation_pictures" >Изображения</string >
974- <string name =" label_conversation_shared_drive " >Общий диск </string >
974+ <string name =" label_conversation_files " >Файлы </string >
975975 <string name =" content_description_see_shared_drive_in_conversation_btn" >Открыть общий диск</string >
976976 <string name =" label_conversation_pictures_empty" >Никто не делился фотографиями в этой беседе 🥲</string >
977977 <string name =" label_conversation_files_empty" >Никто не делился файлами в этой беседе 🙀</string >
Original file line number Diff line number Diff line change 847847 <string name =" label_conversation_media" >මාධ්ය</string >
848848 <string name =" label_conversation_pictures" >ඡායාරූප</string >
849849 <string name =" label_conversation_pictures_empty" >කිසිවෙක් මෙම සංවාදයෙහි ඡායාරූප බෙදාගෙන නැත 🥲</string >
850+ <string name =" label_conversation_files" >ගොනු</string >
850851 <string name =" label_conversation_files_empty" >කිසිවෙක් මෙම සංවාදයෙහි ගොනු බෙදාගෙන නැත 🙀</string >
851852 <!-- Search Contact-->
852853 <string name =" label_selected" >තෝරා ගන්නා ලදී</string >
Original file line number Diff line number Diff line change 642642 <!-- enterprise configurations -->
643643 <!-- channel not available dialog-->
644644 <!-- Apps-->
645+ <string name =" label_conversation_files" >Filer</string >
645646</resources >
Original file line number Diff line number Diff line change 974974 <!-- Conversation Media -->
975975 <string name =" label_conversation_media" >Media</string >
976976 <string name =" label_conversation_pictures" >Pictures</string >
977- <string name =" label_conversation_shared_drive " >Shared Drive </string >
977+ <string name =" label_conversation_files " >Files </string >
978978 <string name =" content_description_see_shared_drive_in_conversation_btn" >Open Shared Drive</string >
979979 <string name =" label_conversation_pictures_empty" >Nobody shared pictures in this conversation yet 🥲</string >
980980 <string name =" label_conversation_files_empty" >Nobody shared files in this conversation yet 🙀</string >
You can’t perform that action at this time.
0 commit comments