Compare commits

...

6 Commits

Author SHA1 Message Date
Greyson Parrelli 1f420a1d89 Bump version to 6.14.5 2023-03-20 16:56:42 -04:00
Greyson Parrelli 0fc6f4a55c Updated language translations. 2023-03-20 16:56:13 -04:00
Greyson Parrelli f05a13a77b Fix potential crash when starting IncomingMessageObserver service. 2023-03-20 16:45:20 -04:00
Greyson Parrelli c1d0b44669 Fix crash when starting multiple audio records. 2023-03-20 16:40:44 -04:00
Cody Henthorne 7843f74379 Fix crash in multishare flow. 2023-03-20 16:34:10 -04:00
Alex Hart 2183827e44 Clear cached views after a configuration change / recreation of fragment. 2023-03-16 13:10:35 -03:00
66 changed files with 370 additions and 371 deletions
+2 -2
View File
@@ -46,8 +46,8 @@ ktlint {
version = "0.47.1"
}
def canonicalVersionCode = 1231
def canonicalVersionName = "6.14.4"
def canonicalVersionCode = 1232
def canonicalVersionName = "6.14.5"
def postFixSize = 100
def abiPostFix = ['universal' : 0,
@@ -68,7 +68,8 @@ public class AudioRecorder {
Log.i(TAG, "Running startRecording() + " + Thread.currentThread().getId());
try {
if (recorder != null) {
throw new AssertionError("We can only record once at a time.");
recordingSingle.onError(new IllegalStateException("We can only do one recording at a time!"));
return;
}
ParcelFileDescriptor fds[] = ParcelFileDescriptor.createPipe();
@@ -3381,13 +3381,8 @@ public class ConversationParentFragment extends Fragment
requireActivity().setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_LOCKED);
voiceNoteMediaController.pausePlayback();
try {
recordingSession = new RecordingSession(audioRecorder.startRecording());
disposables.add(recordingSession);
} catch (AssertionError err) {
Log.e(TAG, "Could not start audio recording.", err);
Toast.makeText(requireContext(), R.string.ConversationActivity_unable_to_record_audio, Toast.LENGTH_SHORT).show();
}
recordingSession = new RecordingSession(audioRecorder.startRecording());
disposables.add(recordingSession);
}
@Override
@@ -10,6 +10,7 @@ import org.thoughtcrime.securesms.conversation.ConversationMessage
import org.thoughtcrime.securesms.conversation.MessageSendType
import org.thoughtcrime.securesms.database.model.MessageRecord
import org.thoughtcrime.securesms.database.model.MmsMessageRecord
import org.thoughtcrime.securesms.keyvalue.SignalStore
import org.thoughtcrime.securesms.mms.MediaConstraints
import org.thoughtcrime.securesms.mms.SlideDeck
import org.thoughtcrime.securesms.mms.TextSlide
@@ -79,7 +80,7 @@ object Multiselect {
*/
fun isMmsSupported(context: Context, mediaUri: Uri, mediaType: String, mediaSize: Long): Boolean {
val canReadPhoneState = ContextCompat.checkSelfPermission(context, Manifest.permission.READ_PHONE_STATE) == PackageManager.PERMISSION_GRANTED
if (!Util.isDefaultSmsProvider(context) || !canReadPhoneState || !Util.isMmsCapable(context)) {
if (!Util.isDefaultSmsProvider(context) || !canReadPhoneState || !Util.isMmsCapable(context) || !SignalStore.misc().smsExportPhase.allowSmsFeatures()) {
return false
}
@@ -102,7 +103,7 @@ object Multiselect {
*/
private fun isMmsSupported(context: Context, attachment: Attachment): Boolean {
val canReadPhoneState = ContextCompat.checkSelfPermission(context, Manifest.permission.READ_PHONE_STATE) == PackageManager.PERMISSION_GRANTED
if (!Util.isDefaultSmsProvider(context) || !canReadPhoneState || !Util.isMmsCapable(context)) {
if (!Util.isDefaultSmsProvider(context) || !canReadPhoneState || !Util.isMmsCapable(context) || !SignalStore.misc().smsExportPhase.allowSmsFeatures()) {
return false
}
@@ -386,6 +386,7 @@ public class ConversationListFragment extends MainFragment implements ActionMode
list.setLayoutManager(new LinearLayoutManager(requireActivity()));
list.setItemAnimator(itemAnimator);
list.addItemDecoration(archiveDecoration);
CachedInflater.from(list.getContext()).clear();
CachedInflater.from(list.getContext()).cacheUntilLimit(R.layout.conversation_list_item_view, list, 10);
snapToTopDataObserver = new SnapToTopDataObserver(list);
@@ -163,7 +163,7 @@ class IncomingMessageObserver(private val context: Application) {
private fun onAppForegrounded() {
lock.withLock {
appVisible = true
context.startService(Intent(context, BackgroundService::class.java))
BackgroundService.start(context)
condition.signalAll()
}
}
@@ -191,7 +191,7 @@ public final class MultiShareSender {
}
public static @NonNull MessageSendType resolveTransportOption(@NonNull Context context, boolean forceSms) {
if (forceSms) {
if (forceSms && SignalStore.misc().getSmsExportPhase().allowSmsFeatures()) {
return MessageSendType.getFirstForTransport(context, false, MessageSendType.TransportType.SMS);
} else {
return MessageSendType.SignalMessageSendType.INSTANCE;
@@ -15,6 +15,7 @@ import org.signal.core.util.logging.Log
import org.thoughtcrime.securesms.attachments.Attachment
import org.thoughtcrime.securesms.attachments.UriAttachment
import org.thoughtcrime.securesms.conversation.MessageSendType
import org.thoughtcrime.securesms.keyvalue.SignalStore
import org.thoughtcrime.securesms.mediasend.Media
import org.thoughtcrime.securesms.mediasend.MediaSendConstants
import org.thoughtcrime.securesms.mms.MediaConstraints
@@ -176,7 +177,7 @@ class ShareRepository(context: Context) {
private fun isMmsSupported(context: Context, attachment: Attachment): Boolean {
val canReadPhoneState = ContextCompat.checkSelfPermission(context, Manifest.permission.READ_PHONE_STATE) == PackageManager.PERMISSION_GRANTED
if (!Util.isDefaultSmsProvider(context) || !canReadPhoneState || !Util.isMmsCapable(context)) {
if (!Util.isDefaultSmsProvider(context) || !canReadPhoneState || !Util.isMmsCapable(context) || !SignalStore.misc().smsExportPhase.allowSmsFeatures()) {
return false
}
+4 -4
View File
@@ -481,7 +481,7 @@
<item quantity="other">%1$d gesprekke na inkassie geskuif</item>
</plurals>
<plurals name="ConversationListFragment_read_plural">
<item quantity="one">Lees</item>
<item quantity="one">Gelees</item>
<item quantity="other">Gelees</item>
</plurals>
<plurals name="ConversationListFragment_unread_plural">
@@ -494,7 +494,7 @@
</plurals>
<plurals name="ConversationListFragment_unpin_plural">
<item quantity="one">Verwyder speld</item>
<item quantity="other">Verwyder speld</item>
<item quantity="other">Verwyder spelde</item>
</plurals>
<plurals name="ConversationListFragment_mute_plural">
<item quantity="one">Demp</item>
@@ -504,7 +504,7 @@
<item quantity="one">Ontdemp</item>
<item quantity="other">Ontdemp</item>
</plurals>
<string name="ConversationListFragment_select">Kies</string>
<string name="ConversationListFragment_select">Selekteer</string>
<plurals name="ConversationListFragment_archive_plural">
<item quantity="one">Argiveer</item>
<item quantity="other">Argiveer</item>
@@ -2147,7 +2147,7 @@
<string name="MessageNotifier_reacted_s_to_your_audio">Het %1$s gereageer op jou oudio.</string>
<string name="MessageNotifier_reacted_s_to_your_view_once_media">Het %1$s op jou eenkeerkyk-media gereageer.</string>
<!-- Body of notification shown to user when someone they sent a payment to reacts to it. Placeholder is the emoji used in the reaction. -->
<string name="MessageNotifier_reacted_s_to_your_payment">Reacted %1$s to your payment.</string>
<string name="MessageNotifier_reacted_s_to_your_payment">Het %1$s op jou betaling gereageer.</string>
<string name="MessageNotifier_reacted_s_to_your_sticker">Het %1$s op jou plakker gereageer.</string>
<string name="MessageNotifier_this_message_was_deleted">Hierdie boodskap is geskrap.</string>
+30 -30
View File
@@ -521,28 +521,28 @@
<item quantity="other">تم نقل %1$d رسالة إلى الوارد</item>
</plurals>
<plurals name="ConversationListFragment_read_plural">
<item quantity="zero">اقرأ</item>
<item quantity="one">اقرأ</item>
<item quantity="two">اقرأ</item>
<item quantity="few">اقرأ</item>
<item quantity="many">اقرأ</item>
<item quantity="other">اقرأ</item>
<item quantity="zero">مقروءة</item>
<item quantity="one">مقروء</item>
<item quantity="two">مقروءة</item>
<item quantity="few">مقروءة</item>
<item quantity="many">مقروءة</item>
<item quantity="other">مقروءة</item>
</plurals>
<plurals name="ConversationListFragment_unread_plural">
<item quantity="zero">غير مقروء</item>
<item quantity="zero">غير مقروءة</item>
<item quantity="one">غير مقروء</item>
<item quantity="two">غير مقروءه</item>
<item quantity="few">غير مقروءه</item>
<item quantity="many">غير مقروء</item>
<item quantity="other">غير مقروء</item>
<item quantity="two">غير مقروءة</item>
<item quantity="few">غير مقروءة</item>
<item quantity="many">غير مقروءة</item>
<item quantity="other">غير مقروءة</item>
</plurals>
<plurals name="ConversationListFragment_pin_plural">
<item quantity="zero">تثبيت</item>
<item quantity="one">تثبيت</item>
<item quantity="two">تثبيت</item>
<item quantity="few">ثبت</item>
<item quantity="few">تثبيت</item>
<item quantity="many">تثبيت</item>
<item quantity="other">ثبت</item>
<item quantity="other">تثبيت</item>
</plurals>
<plurals name="ConversationListFragment_unpin_plural">
<item quantity="zero">إلغاء التثبيت</item>
@@ -554,7 +554,7 @@
</plurals>
<plurals name="ConversationListFragment_mute_plural">
<item quantity="zero">كتم الدردشات</item>
<item quantity="one">كتم الدردشات</item>
<item quantity="one">كتم الدردشة</item>
<item quantity="two">كتم الدردشات</item>
<item quantity="few">كتم الدردشات</item>
<item quantity="many">كتم الدردشات</item>
@@ -562,28 +562,28 @@
</plurals>
<plurals name="ConversationListFragment_unmute_plural">
<item quantity="zero">إلغاء كتم الدردشات</item>
<item quantity="one">إلغاء كتم الدردشات</item>
<item quantity="one">إلغاء كتم الدردشة</item>
<item quantity="two">إلغاء كتم الدردشات</item>
<item quantity="few">إلغاء كتم الدردشات</item>
<item quantity="many">إلغاء كتم الدردشات</item>
<item quantity="other">إلغاء كتم الدردشات</item>
</plurals>
<string name="ConversationListFragment_select">حَدِّد</string>
<string name="ConversationListFragment_select">تحديد</string>
<plurals name="ConversationListFragment_archive_plural">
<item quantity="zero">أرشيف</item>
<item quantity="one">أرشيف</item>
<item quantity="two">أرشيف</item>
<item quantity="few">أرشيف</item>
<item quantity="many">أرشيف</item>
<item quantity="other">أرشيف</item>
<item quantity="zero">أرشفة</item>
<item quantity="one">أرشفة</item>
<item quantity="two">أرشفة</item>
<item quantity="few">أرشفة</item>
<item quantity="many">أرشفة</item>
<item quantity="other">أرشفة</item>
</plurals>
<plurals name="ConversationListFragment_unarchive_plural">
<item quantity="zero">أخرج من الأرشيف</item>
<item quantity="one">أخرج من الأرشيف</item>
<item quantity="two">أخرج من الأرشيف</item>
<item quantity="few">أخرج من الأرشيف</item>
<item quantity="many">أخرج من الأرشيف</item>
<item quantity="other">أخرج من الأرشيف</item>
<item quantity="zero">إخراج من الأرشيف</item>
<item quantity="one">إخراج من الأرشيف</item>
<item quantity="two">إخراج من الأرشيف</item>
<item quantity="few">إخراج من الأرشيف</item>
<item quantity="many">إخراج من الأرشيف</item>
<item quantity="other">إخراج من الأرشيف</item>
</plurals>
<plurals name="ConversationListFragment_delete_plural">
<item quantity="zero">حذف</item>
@@ -593,7 +593,7 @@
<item quantity="many">حذف</item>
<item quantity="other">حذف</item>
</plurals>
<string name="ConversationListFragment_select_all">اختيار الجميع</string>
<string name="ConversationListFragment_select_all">تحديد الكل</string>
<plurals name="ConversationListFragment_s_selected">
<item quantity="zero">تم تحديد %1$d</item>
<item quantity="one">تم تحديد %1$d</item>
@@ -2435,7 +2435,7 @@
<string name="MessageNotifier_reacted_s_to_your_audio">تفاعل %1$s مع تسجيلك الصوتي.</string>
<string name="MessageNotifier_reacted_s_to_your_view_once_media">تفاعل %1$s مع وسائطك التي تُعرَض مرة واحدة.</string>
<!-- Body of notification shown to user when someone they sent a payment to reacts to it. Placeholder is the emoji used in the reaction. -->
<string name="MessageNotifier_reacted_s_to_your_payment">Reacted %1$s to your payment.</string>
<string name="MessageNotifier_reacted_s_to_your_payment">تفاعل %1$s مع عملية الدفع الخاصة بك.</string>
<string name="MessageNotifier_reacted_s_to_your_sticker">تم تفاعل %1$s مع ملصقك الخاص.</string>
<string name="MessageNotifier_this_message_was_deleted">تم حذف هذه الرسالة.</string>
+10 -10
View File
@@ -481,12 +481,12 @@
<item quantity="other">%1$d söhbət gələnlər qutusuna köçürüldü</item>
</plurals>
<plurals name="ConversationListFragment_read_plural">
<item quantity="one">Oxundu</item>
<item quantity="other">Oxundu</item>
<item quantity="one">Oxunmuş</item>
<item quantity="other">Oxunmuş</item>
</plurals>
<plurals name="ConversationListFragment_unread_plural">
<item quantity="one">Oxunmadı</item>
<item quantity="other">Oxunmadı</item>
<item quantity="one">Oxunmamış</item>
<item quantity="other">Oxunmamış</item>
</plurals>
<plurals name="ConversationListFragment_pin_plural">
<item quantity="one">Sancaqla</item>
@@ -497,17 +497,17 @@
<item quantity="other">Sancağı götür</item>
</plurals>
<plurals name="ConversationListFragment_mute_plural">
<item quantity="one">Səsi bağla</item>
<item quantity="other">Səsi bağla</item>
<item quantity="one">Səssiz et</item>
<item quantity="other">Səssiz et</item>
</plurals>
<plurals name="ConversationListFragment_unmute_plural">
<item quantity="one">Səsi aç</item>
<item quantity="other">Səsi aç</item>
</plurals>
<string name="ConversationListFragment_select">Seçin</string>
<string name="ConversationListFragment_select">Seç</string>
<plurals name="ConversationListFragment_archive_plural">
<item quantity="one">Arxivlə</item>
<item quantity="other">Arxivlə</item>
<item quantity="one">Arxivləşdir</item>
<item quantity="other">Arxivləşdir</item>
</plurals>
<plurals name="ConversationListFragment_unarchive_plural">
<item quantity="one">Arxivdən çıxart</item>
@@ -2147,7 +2147,7 @@
<string name="MessageNotifier_reacted_s_to_your_audio">Səsinizə reaksiya verdi: %1$s.</string>
<string name="MessageNotifier_reacted_s_to_your_view_once_media">Bir dəfə baxıla bilən media faylınıza reaksiya verdi: %1$s.</string>
<!-- Body of notification shown to user when someone they sent a payment to reacts to it. Placeholder is the emoji used in the reaction. -->
<string name="MessageNotifier_reacted_s_to_your_payment">Reacted %1$s to your payment.</string>
<string name="MessageNotifier_reacted_s_to_your_payment">Ödənişinizə %1$s reaksiyası verdi.</string>
<string name="MessageNotifier_reacted_s_to_your_sticker">Stikerinizə reaksiya verdi: %1$s.</string>
<string name="MessageNotifier_this_message_was_deleted">Mesaj silindi.</string>
+7 -7
View File
@@ -482,11 +482,11 @@
</plurals>
<plurals name="ConversationListFragment_read_plural">
<item quantity="one">Прочетено</item>
<item quantity="other">Прочетено</item>
<item quantity="other">Прочетени</item>
</plurals>
<plurals name="ConversationListFragment_unread_plural">
<item quantity="one">Непрочитане</item>
<item quantity="other">Непрочитане</item>
<item quantity="one">Непрочетено</item>
<item quantity="other">Непрочетени</item>
</plurals>
<plurals name="ConversationListFragment_pin_plural">
<item quantity="one">Закачане</item>
@@ -501,10 +501,10 @@
<item quantity="other">Заглушаване</item>
</plurals>
<plurals name="ConversationListFragment_unmute_plural">
<item quantity="one">Изключване на тих режим</item>
<item quantity="one">Премахни заглушаване</item>
<item quantity="other">Премахни заглушаване</item>
</plurals>
<string name="ConversationListFragment_select">Изберете</string>
<string name="ConversationListFragment_select">Избиране</string>
<plurals name="ConversationListFragment_archive_plural">
<item quantity="one">Архивиране</item>
<item quantity="other">Архивиране</item>
@@ -517,7 +517,7 @@
<item quantity="one">Изтриване</item>
<item quantity="other">Изтриване</item>
</plurals>
<string name="ConversationListFragment_select_all">Избери всичко</string>
<string name="ConversationListFragment_select_all">Избиране на всичко</string>
<plurals name="ConversationListFragment_s_selected">
<item quantity="one">%1$d избрано</item>
<item quantity="other">%1$d избрани</item>
@@ -2147,7 +2147,7 @@
<string name="MessageNotifier_reacted_s_to_your_audio">Реагира с %1$s на вашето аудио.</string>
<string name="MessageNotifier_reacted_s_to_your_view_once_media">Реагира с %1$s на вашата еднократна медия.</string>
<!-- Body of notification shown to user when someone they sent a payment to reacts to it. Placeholder is the emoji used in the reaction. -->
<string name="MessageNotifier_reacted_s_to_your_payment">Reacted %1$s to your payment.</string>
<string name="MessageNotifier_reacted_s_to_your_payment">Реагира с %1$s на вашето плащане.</string>
<string name="MessageNotifier_reacted_s_to_your_sticker">Реагира с %1$s на вашия стикер.</string>
<string name="MessageNotifier_this_message_was_deleted">Това съобщение беше изтрито.</string>
+12 -12
View File
@@ -489,29 +489,29 @@
<item quantity="other">অপঠিত</item>
</plurals>
<plurals name="ConversationListFragment_pin_plural">
<item quantity="one">পিন</item>
<item quantity="other">পিন</item>
<item quantity="one">পিন করুন</item>
<item quantity="other">পিন করুন</item>
</plurals>
<plurals name="ConversationListFragment_unpin_plural">
<item quantity="one">আনপিন করুন</item>
<item quantity="other">আনপিন করুন</item>
</plurals>
<plurals name="ConversationListFragment_mute_plural">
<item quantity="one">মিউট করুন</item>
<item quantity="other">মিউট করুন</item>
<item quantity="one">নীরব করুন</item>
<item quantity="other">নীরব করুন</item>
</plurals>
<plurals name="ConversationListFragment_unmute_plural">
<item quantity="one">আনমিউট করুন</item>
<item quantity="other">আনমিউট করুন</item>
<item quantity="one">সরব করুন</item>
<item quantity="other">সরব করুন</item>
</plurals>
<string name="ConversationListFragment_select">নির্বাচন</string>
<string name="ConversationListFragment_select">নির্বাচন করুন</string>
<plurals name="ConversationListFragment_archive_plural">
<item quantity="one">লুকাইয়া রাখুন</item>
<item quantity="other">লুকাইয়া রাখুন</item>
<item quantity="one">আর্কাইভ করুন</item>
<item quantity="other">আর্কাইভ করুন</item>
</plurals>
<plurals name="ConversationListFragment_unarchive_plural">
<item quantity="one">পুনরুদ্ধার করুন</item>
<item quantity="other">পুনরুদ্ধার করুন</item>
<item quantity="one">আনআর্কাইভ করুন</item>
<item quantity="other">আনআর্কাইভ করুন</item>
</plurals>
<plurals name="ConversationListFragment_delete_plural">
<item quantity="one">মুছে ফেলুন</item>
@@ -2147,7 +2147,7 @@
<string name="MessageNotifier_reacted_s_to_your_audio">আপনার অডিওতে %1$s রিঅ্যাক্ট করেছেন।</string>
<string name="MessageNotifier_reacted_s_to_your_view_once_media">আপনার ভিউ-ওয়ান্স মিডিয়াতে %1$s রিঅ্যাক্ট করেছেন।</string>
<!-- Body of notification shown to user when someone they sent a payment to reacts to it. Placeholder is the emoji used in the reaction. -->
<string name="MessageNotifier_reacted_s_to_your_payment">Reacted %1$s to your payment.</string>
<string name="MessageNotifier_reacted_s_to_your_payment">আপনার পেমেন্টে %1$s রিঅ্যাক্ট করেছেন।</string>
<string name="MessageNotifier_reacted_s_to_your_sticker">আপনার স্টিকারে %1$s রিঅ্যাক্ট করেছেন।</string>
<string name="MessageNotifier_this_message_was_deleted">এই বার্তাটি মুছে ফেলা হয়েছে।</string>
+1 -1
View File
@@ -2291,7 +2291,7 @@
<string name="MessageNotifier_reacted_s_to_your_audio">Reagirao/la je sa %1$s na vaš audiozapis.</string>
<string name="MessageNotifier_reacted_s_to_your_view_once_media">Reagirao/la je sa %1$s na vaš jednokratni medijski zapis.</string>
<!-- Body of notification shown to user when someone they sent a payment to reacts to it. Placeholder is the emoji used in the reaction. -->
<string name="MessageNotifier_reacted_s_to_your_payment">Reacted %1$s to your payment.</string>
<string name="MessageNotifier_reacted_s_to_your_payment">Reagirao/la je sa %1$s na vaše plaćanje.</string>
<string name="MessageNotifier_reacted_s_to_your_sticker">Reagirao/la je sa %1$s na vašu naljepnicu.</string>
<string name="MessageNotifier_this_message_was_deleted">Ova je poruka izbrisana.</string>
+13 -13
View File
@@ -489,33 +489,33 @@
<item quantity="other">No llegits</item>
</plurals>
<plurals name="ConversationListFragment_pin_plural">
<item quantity="one">Fixat</item>
<item quantity="other">Fixats</item>
<item quantity="one">Fixar</item>
<item quantity="other">Fixar</item>
</plurals>
<plurals name="ConversationListFragment_unpin_plural">
<item quantity="one">No fixat</item>
<item quantity="other">No fixats</item>
</plurals>
<plurals name="ConversationListFragment_mute_plural">
<item quantity="one">Silenciat</item>
<item quantity="other">Silenciats</item>
<item quantity="one">Silenciar</item>
<item quantity="other">Silenciar</item>
</plurals>
<plurals name="ConversationListFragment_unmute_plural">
<item quantity="one">No silenciat</item>
<item quantity="other">No silenciats</item>
<item quantity="one">No silenciar</item>
<item quantity="other">No silenciar</item>
</plurals>
<string name="ConversationListFragment_select">Selecció</string>
<plurals name="ConversationListFragment_archive_plural">
<item quantity="one">Arxivat</item>
<item quantity="other">Arxivats</item>
<item quantity="one">Arxivar</item>
<item quantity="other">Arxivar</item>
</plurals>
<plurals name="ConversationListFragment_unarchive_plural">
<item quantity="one">No arxivat</item>
<item quantity="other">No arxivats</item>
<item quantity="one">Desarxivar</item>
<item quantity="other">Desarxivar</item>
</plurals>
<plurals name="ConversationListFragment_delete_plural">
<item quantity="one">Suprimit</item>
<item quantity="other">Suprimits</item>
<item quantity="one">Eliminar</item>
<item quantity="other">Eliminar</item>
</plurals>
<string name="ConversationListFragment_select_all">Selecciona-ho tot</string>
<plurals name="ConversationListFragment_s_selected">
@@ -2147,7 +2147,7 @@
<string name="MessageNotifier_reacted_s_to_your_audio">Reacció al teu àudio: %1$s.</string>
<string name="MessageNotifier_reacted_s_to_your_view_once_media">Reacció al teu arxiu multimèdia d\'una visualització: %1$s.</string>
<!-- Body of notification shown to user when someone they sent a payment to reacts to it. Placeholder is the emoji used in the reaction. -->
<string name="MessageNotifier_reacted_s_to_your_payment">Reacted %1$s to your payment.</string>
<string name="MessageNotifier_reacted_s_to_your_payment">Ha reaccionat al teu pagament amb: %1$s</string>
<string name="MessageNotifier_reacted_s_to_your_sticker">Reacció al teu sticker: %1$s.</string>
<string name="MessageNotifier_this_message_was_deleted">Aquest missatge s\'ha esborrat.</string>
+13 -13
View File
@@ -525,16 +525,16 @@
<item quantity="other">Odepnout</item>
</plurals>
<plurals name="ConversationListFragment_mute_plural">
<item quantity="one">Ztlumená</item>
<item quantity="few">Ztlumené</item>
<item quantity="many">Ztlumených</item>
<item quantity="other">Ztlumených</item>
<item quantity="one">Ztlumit</item>
<item quantity="few">Ztlumit</item>
<item quantity="many">Ztlumit</item>
<item quantity="other">Ztlumit</item>
</plurals>
<plurals name="ConversationListFragment_unmute_plural">
<item quantity="one">Neztlumená</item>
<item quantity="few">Neztlumené</item>
<item quantity="many">Neztlumených</item>
<item quantity="other">Neztlumených</item>
<item quantity="one">Zrušit ztišení</item>
<item quantity="few">Zrušit ztišení</item>
<item quantity="many">Zrušit ztišení</item>
<item quantity="other">Zrušit ztišení</item>
</plurals>
<string name="ConversationListFragment_select">Vybrat</string>
<plurals name="ConversationListFragment_archive_plural">
@@ -544,10 +544,10 @@
<item quantity="other">Archivovat</item>
</plurals>
<plurals name="ConversationListFragment_unarchive_plural">
<item quantity="one">Nearchivovat</item>
<item quantity="few">Nearchivovat</item>
<item quantity="many">Nearchivovat</item>
<item quantity="other">Nearchivovat</item>
<item quantity="one">Zrušit archivaci</item>
<item quantity="few">Zrušit archivaci</item>
<item quantity="many">Zrušit archivaci</item>
<item quantity="other">Zrušit archivaci</item>
</plurals>
<plurals name="ConversationListFragment_delete_plural">
<item quantity="one">Odstranit</item>
@@ -2291,7 +2291,7 @@
<string name="MessageNotifier_reacted_s_to_your_audio">Reagoval/a %1$s na vaše audio.</string>
<string name="MessageNotifier_reacted_s_to_your_view_once_media">Reagoval/a %1$s na vaše média pro jednorázové zobrazení.</string>
<!-- Body of notification shown to user when someone they sent a payment to reacts to it. Placeholder is the emoji used in the reaction. -->
<string name="MessageNotifier_reacted_s_to_your_payment">Reacted %1$s to your payment.</string>
<string name="MessageNotifier_reacted_s_to_your_payment">Reagoval/a %1$s na vaši platbu.</string>
<string name="MessageNotifier_reacted_s_to_your_sticker">Reagoval/a %1$s na vaši nálepku.</string>
<string name="MessageNotifier_this_message_was_deleted">Tato zpráva byla odstraněna.</string>
+1 -1
View File
@@ -2147,7 +2147,7 @@
<string name="MessageNotifier_reacted_s_to_your_audio">Reagerede med %1$s på din lydfil.</string>
<string name="MessageNotifier_reacted_s_to_your_view_once_media">Reagerede med %1$s på din engangsmediefil.</string>
<!-- Body of notification shown to user when someone they sent a payment to reacts to it. Placeholder is the emoji used in the reaction. -->
<string name="MessageNotifier_reacted_s_to_your_payment">Reacted %1$s to your payment.</string>
<string name="MessageNotifier_reacted_s_to_your_payment">Reagerede %1$s på din betaling.</string>
<string name="MessageNotifier_reacted_s_to_your_sticker">Reagerede med %1$s på dit klistermærke.</string>
<string name="MessageNotifier_this_message_was_deleted">Beskeden blev slettet.</string>
+1 -1
View File
@@ -2147,7 +2147,7 @@
<string name="MessageNotifier_reacted_s_to_your_audio">Hat mit %1$s auf dein Audio reagiert.</string>
<string name="MessageNotifier_reacted_s_to_your_view_once_media">Hat mit %1$s auf deine einmalig anzeigbaren Medieninhalte reagiert.</string>
<!-- Body of notification shown to user when someone they sent a payment to reacts to it. Placeholder is the emoji used in the reaction. -->
<string name="MessageNotifier_reacted_s_to_your_payment">Reacted %1$s to your payment.</string>
<string name="MessageNotifier_reacted_s_to_your_payment">Hat mit %1$s auf deine Zahlung reagiert.</string>
<string name="MessageNotifier_reacted_s_to_your_sticker">Hat mit %1$s auf deinen Sticker reagiert.</string>
<string name="MessageNotifier_this_message_was_deleted">Diese Nachricht wurde gelöscht.</string>
+8 -8
View File
@@ -481,12 +481,12 @@
<item quantity="other">%1$d συνομιλίες μεταφέρθηκαν στα εισερχόμενα</item>
</plurals>
<plurals name="ConversationListFragment_read_plural">
<item quantity="one">Σημ. αναγνωσμ.</item>
<item quantity="other">Σήμ. ως αναγν.</item>
<item quantity="one">Διαβάστηκε</item>
<item quantity="other">Διαβάστηκαν</item>
</plurals>
<plurals name="ConversationListFragment_unread_plural">
<item quantity="one">Σημ. μη αναγν.</item>
<item quantity="other">Σήμ. μη αναγν.</item>
<item quantity="one">Μη αναγνωσμένο</item>
<item quantity="other">Μη αναγνωσμένα</item>
</plurals>
<plurals name="ConversationListFragment_pin_plural">
<item quantity="one">Καρφίτσωμα</item>
@@ -506,12 +506,12 @@
</plurals>
<string name="ConversationListFragment_select">Επιλογή</string>
<plurals name="ConversationListFragment_archive_plural">
<item quantity="one">Αρχειοθ.</item>
<item quantity="one">Αρχειοθέτηση</item>
<item quantity="other">Αρχειοθέτηση</item>
</plurals>
<plurals name="ConversationListFragment_unarchive_plural">
<item quantity="one">Αποαρχειοθ.</item>
<item quantity="other">Κατάργ. αρχ.</item>
<item quantity="one">Κατάργηση αρχειοθέτησης</item>
<item quantity="other">Κατάργηση αρχειοθέτησης</item>
</plurals>
<plurals name="ConversationListFragment_delete_plural">
<item quantity="one">Διαγραφή</item>
@@ -2147,7 +2147,7 @@
<string name="MessageNotifier_reacted_s_to_your_audio">Αντέδρασε με %1$s στο ηχητικό σου.</string>
<string name="MessageNotifier_reacted_s_to_your_view_once_media">Αντέδρασε με %1$s στο πολυμέσο μεμονωμένης προβολής.</string>
<!-- Body of notification shown to user when someone they sent a payment to reacts to it. Placeholder is the emoji used in the reaction. -->
<string name="MessageNotifier_reacted_s_to_your_payment">Reacted %1$s to your payment.</string>
<string name="MessageNotifier_reacted_s_to_your_payment">Αντέδρασε με %1$s στην πληρωμή σου.</string>
<string name="MessageNotifier_reacted_s_to_your_sticker">Αντέδρασε με %1$s στο αυτοκόλλητό σου.</string>
<string name="MessageNotifier_this_message_was_deleted">Αυτό το μήνυμα διαγράφηκε.</string>
+1 -1
View File
@@ -2147,7 +2147,7 @@
<string name="MessageNotifier_reacted_s_to_your_audio">Reacción a tu audio: %1$s.</string>
<string name="MessageNotifier_reacted_s_to_your_view_once_media">Reacción a tu archivo multimedia para ver una vez: %1$s.</string>
<!-- Body of notification shown to user when someone they sent a payment to reacts to it. Placeholder is the emoji used in the reaction. -->
<string name="MessageNotifier_reacted_s_to_your_payment">Reacted %1$s to your payment.</string>
<string name="MessageNotifier_reacted_s_to_your_payment">Ha reaccionado con %1$s a tu pago.</string>
<string name="MessageNotifier_reacted_s_to_your_sticker">Reacción a tu sticker: %1$s.</string>
<string name="MessageNotifier_this_message_was_deleted">Mensaje eliminado.</string>
+15 -15
View File
@@ -481,41 +481,41 @@
<item quantity="other">%1$d مکالمه به صندوق ورودی انتقال یافت</item>
</plurals>
<plurals name="ConversationListFragment_read_plural">
<item quantity="one">خوانده</item>
<item quantity="other">خوانده</item>
<item quantity="one">خوانده‌شده</item>
<item quantity="other">خوانده‌شده</item>
</plurals>
<plurals name="ConversationListFragment_unread_plural">
<item quantity="one">نخوانده</item>
<item quantity="other">نخوانده</item>
</plurals>
<plurals name="ConversationListFragment_pin_plural">
<item quantity="one">سنجاق</item>
<item quantity="other">سنجاق</item>
<item quantity="one">سنجاق شود</item>
<item quantity="other">سنجاق شود</item>
</plurals>
<plurals name="ConversationListFragment_unpin_plural">
<item quantity="one">برداشتن سنجاق</item>
<item quantity="other">برداشتن سنجاق</item>
</plurals>
<plurals name="ConversationListFragment_mute_plural">
<item quantity="one">بی‌صدا</item>
<item quantity="other">بی‌صدا</item>
<item quantity="one">بی‌صدا شود</item>
<item quantity="other">بی‌صدا شود</item>
</plurals>
<plurals name="ConversationListFragment_unmute_plural">
<item quantity="one">باصدا</item>
<item quantity="other">باصدا</item>
<item quantity="one">صدادار شود</item>
<item quantity="other">صدادار شود</item>
</plurals>
<string name="ConversationListFragment_select">انتخاب</string>
<plurals name="ConversationListFragment_archive_plural">
<item quantity="one">بایگانی</item>
<item quantity="other">بایگانی</item>
<item quantity="one">بایگانی شود</item>
<item quantity="other">بایگانی شود</item>
</plurals>
<plurals name="ConversationListFragment_unarchive_plural">
<item quantity="one">خروج از بایگانی</item>
<item quantity="other">خروج از بایگانی</item>
<item quantity="one">از بایگانی خارج شود</item>
<item quantity="other">از بایگانی خارج شود</item>
</plurals>
<plurals name="ConversationListFragment_delete_plural">
<item quantity="one">پاک کردن</item>
<item quantity="other">پاک کردن</item>
<item quantity="one">پاک شود</item>
<item quantity="other">پاک شود</item>
</plurals>
<string name="ConversationListFragment_select_all">انتخاب همه</string>
<plurals name="ConversationListFragment_s_selected">
@@ -2147,7 +2147,7 @@
<string name="MessageNotifier_reacted_s_to_your_audio">با %1$s به فایل صوتی شما واکنش نشان داد.</string>
<string name="MessageNotifier_reacted_s_to_your_view_once_media">با %1$s به رسانه یک‌بارمصرف شما واکنش نشان داد.</string>
<!-- Body of notification shown to user when someone they sent a payment to reacts to it. Placeholder is the emoji used in the reaction. -->
<string name="MessageNotifier_reacted_s_to_your_payment">Reacted %1$s to your payment.</string>
<string name="MessageNotifier_reacted_s_to_your_payment">با %1$s به پرداخت شما واکنش نشان داد.</string>
<string name="MessageNotifier_reacted_s_to_your_sticker">با %1$s به استیکر شما واکنش نشان داد.</string>
<string name="MessageNotifier_this_message_was_deleted">این پیام پاک شده بود.</string>
+5 -5
View File
@@ -482,11 +482,11 @@
</plurals>
<plurals name="ConversationListFragment_read_plural">
<item quantity="one">Luettu</item>
<item quantity="other">Luettu</item>
<item quantity="other">Luettua</item>
</plurals>
<plurals name="ConversationListFragment_unread_plural">
<item quantity="one">Lukematon</item>
<item quantity="other">Lukematon</item>
<item quantity="other">Lukematonta</item>
</plurals>
<plurals name="ConversationListFragment_pin_plural">
<item quantity="one">Kiinnitä</item>
@@ -510,8 +510,8 @@
<item quantity="other">Arkistoi</item>
</plurals>
<plurals name="ConversationListFragment_unarchive_plural">
<item quantity="one">Pal. arkistosta</item>
<item quantity="other">Pal. arkistosta</item>
<item quantity="one">Palauta arkistosta</item>
<item quantity="other">Palauta arkistosta</item>
</plurals>
<plurals name="ConversationListFragment_delete_plural">
<item quantity="one">Poista</item>
@@ -2147,7 +2147,7 @@
<string name="MessageNotifier_reacted_s_to_your_audio">Lähetti reaktion %1$s ääniviestiisi.</string>
<string name="MessageNotifier_reacted_s_to_your_view_once_media">Lähetti reaktion %1$s kerran katsottavaan mediaasi.</string>
<!-- Body of notification shown to user when someone they sent a payment to reacts to it. Placeholder is the emoji used in the reaction. -->
<string name="MessageNotifier_reacted_s_to_your_payment">Reacted %1$s to your payment.</string>
<string name="MessageNotifier_reacted_s_to_your_payment">Lähetti reaktion %1$s maksuusi.</string>
<string name="MessageNotifier_reacted_s_to_your_sticker">Lähetti reaktion %1$s tarraasi.</string>
<string name="MessageNotifier_this_message_was_deleted">Viesti poistettiin.</string>
+4 -4
View File
@@ -21,7 +21,7 @@
<string name="delete">Supprimer</string>
<string name="please_wait">Veuillez patienter…</string>
<string name="save">Enregistrer</string>
<string name="note_to_self">Note à mon intention</string>
<string name="note_to_self">Note à mon attention</string>
<!-- AlbumThumbnailView -->
<!-- Removed by excludeNonTranslatables <string name="AlbumThumbnailView_plus" translatable="false">\+%d</string> -->
@@ -497,8 +497,8 @@
<item quantity="other">Désépingler</item>
</plurals>
<plurals name="ConversationListFragment_mute_plural">
<item quantity="one">Sourdine</item>
<item quantity="other">Sourdine</item>
<item quantity="one">Mettre en sourdine</item>
<item quantity="other">Mettre en sourdine</item>
</plurals>
<plurals name="ConversationListFragment_unmute_plural">
<item quantity="one">Réactiver le son</item>
@@ -2147,7 +2147,7 @@
<string name="MessageNotifier_reacted_s_to_your_audio">A réagi par %1$s à votre message vocal.</string>
<string name="MessageNotifier_reacted_s_to_your_view_once_media">A réagi par %1$s à votre média éphémère.</string>
<!-- Body of notification shown to user when someone they sent a payment to reacts to it. Placeholder is the emoji used in the reaction. -->
<string name="MessageNotifier_reacted_s_to_your_payment">Reacted %1$s to your payment.</string>
<string name="MessageNotifier_reacted_s_to_your_payment">A réagi par %1$s à votre paiement.</string>
<string name="MessageNotifier_reacted_s_to_your_sticker">A réagi par %1$s à votre autocollant.</string>
<string name="MessageNotifier_this_message_was_deleted">Ce message a été supprimé.</string>
+9 -9
View File
@@ -481,20 +481,20 @@
<item quantity="other">%1$d conversas movéronse á caixa de entrada</item>
</plurals>
<plurals name="ConversationListFragment_read_plural">
<item quantity="one">Lidos</item>
<item quantity="other">Lido</item>
<item quantity="one">Lido</item>
<item quantity="other">Lidos</item>
</plurals>
<plurals name="ConversationListFragment_unread_plural">
<item quantity="one">Sen ler</item>
<item quantity="other">Sen ler</item>
<item quantity="one">Non lido</item>
<item quantity="other">Non lidos</item>
</plurals>
<plurals name="ConversationListFragment_pin_plural">
<item quantity="one">Ancorar</item>
<item quantity="other">Ancorar</item>
<item quantity="one">Fixar</item>
<item quantity="other">Fixar</item>
</plurals>
<plurals name="ConversationListFragment_unpin_plural">
<item quantity="one">Desancorar</item>
<item quantity="other">Desancorar</item>
<item quantity="one">Soltar</item>
<item quantity="other">Soltar</item>
</plurals>
<plurals name="ConversationListFragment_mute_plural">
<item quantity="one">Silenciar</item>
@@ -2147,7 +2147,7 @@
<string name="MessageNotifier_reacted_s_to_your_audio">Reaccionou con %1$s ao teu audio.</string>
<string name="MessageNotifier_reacted_s_to_your_view_once_media">Reaccionou con %1$s ao teu arquivo multimedia dunha soa visualización.</string>
<!-- Body of notification shown to user when someone they sent a payment to reacts to it. Placeholder is the emoji used in the reaction. -->
<string name="MessageNotifier_reacted_s_to_your_payment">Reacted %1$s to your payment.</string>
<string name="MessageNotifier_reacted_s_to_your_payment">Reaccionou con %1$s ao teu pagamento.</string>
<string name="MessageNotifier_reacted_s_to_your_sticker">Reaccionou con %1$s ao teu sticker.</string>
<string name="MessageNotifier_this_message_was_deleted">Eliminouse a mensaxe.</string>
+3 -3
View File
@@ -493,8 +493,8 @@
<item quantity="other">પિન કરો</item>
</plurals>
<plurals name="ConversationListFragment_unpin_plural">
<item quantity="one">પિન દૂર કરો</item>
<item quantity="other">પિન દૂર કરો</item>
<item quantity="one">અનપિન કરો</item>
<item quantity="other">અનપિન કરો</item>
</plurals>
<plurals name="ConversationListFragment_mute_plural">
<item quantity="one">મ્યૂટ કરો</item>
@@ -2147,7 +2147,7 @@
<string name="MessageNotifier_reacted_s_to_your_audio">તમારા ઓડિયો પર %1$s પ્રતિક્રિયા આપી.</string>
<string name="MessageNotifier_reacted_s_to_your_view_once_media">તમારા વ્યૂ-વન્સ મીડિયા પર %1$s પ્રતિક્રિયા આપી.</string>
<!-- Body of notification shown to user when someone they sent a payment to reacts to it. Placeholder is the emoji used in the reaction. -->
<string name="MessageNotifier_reacted_s_to_your_payment">Reacted %1$s to your payment.</string>
<string name="MessageNotifier_reacted_s_to_your_payment">તમારી ચુકવણી પર %1$s પ્રતિક્રિયા આપી.</string>
<string name="MessageNotifier_reacted_s_to_your_sticker">તમારા સ્ટીકર પર %1$s પ્રતિક્રિયા આપી.</string>
<string name="MessageNotifier_this_message_was_deleted">આ મેસેજ ડિલીટ કર્યો.</string>
+7 -7
View File
@@ -481,16 +481,16 @@
<item quantity="other">%1$d बातचीत इनबॉक्स में पहुंचाई गई</item>
</plurals>
<plurals name="ConversationListFragment_read_plural">
<item quantity="one">ढ़ें</item>
<item quantity="other">ढ़ें</item>
<item quantity="one">ढ़ा हुआ</item>
<item quantity="other">ढ़े हुए</item>
</plurals>
<plurals name="ConversationListFragment_unread_plural">
<item quantity="one">नहीं पढ़ा हुआ</item>
<item quantity="other">नहीं पढ़ा हुआ</item>
<item quantity="one">अपठित</item>
<item quantity="other">अपठित</item>
</plurals>
<plurals name="ConversationListFragment_pin_plural">
<item quantity="one">पिन</item>
<item quantity="other">पिन</item>
<item quantity="one">पिन करें</item>
<item quantity="other">पिन करें</item>
</plurals>
<plurals name="ConversationListFragment_unpin_plural">
<item quantity="one">अनपिन करें</item>
@@ -2147,7 +2147,7 @@
<string name="MessageNotifier_reacted_s_to_your_audio">आपके ऑडियो के लिए %1$sप्रतिक्रिया व्यक्त दी।</string>
<string name="MessageNotifier_reacted_s_to_your_view_once_media">आपके एक-बार-देखने-योग्य वीडियो पर %1$s प्रतिक्रिया दी।</string>
<!-- Body of notification shown to user when someone they sent a payment to reacts to it. Placeholder is the emoji used in the reaction. -->
<string name="MessageNotifier_reacted_s_to_your_payment">Reacted %1$s to your payment.</string>
<string name="MessageNotifier_reacted_s_to_your_payment">आपके भुगतान पर %1$s ने प्रतिक्रिया दी।</string>
<string name="MessageNotifier_reacted_s_to_your_sticker">आपके स्टिकर पर %1$sको पुन: सक्रिय किया।</string>
<string name="MessageNotifier_this_message_was_deleted">यह मेसेज डिलीट कर दिया गया है।</string>
+1 -1
View File
@@ -2291,7 +2291,7 @@
<string name="MessageNotifier_reacted_s_to_your_audio">Reagira s %1$s na vašu glasovnu poruku.</string>
<string name="MessageNotifier_reacted_s_to_your_view_once_media">Reagira s %1$s na vaš jednom vidljiv medijski zapis.</string>
<!-- Body of notification shown to user when someone they sent a payment to reacts to it. Placeholder is the emoji used in the reaction. -->
<string name="MessageNotifier_reacted_s_to_your_payment">Reacted %1$s to your payment.</string>
<string name="MessageNotifier_reacted_s_to_your_payment">Reagira s %1$s na vašu uplatu.</string>
<string name="MessageNotifier_reacted_s_to_your_sticker">Reagira s %1$s na vašu naljepnicu.</string>
<string name="MessageNotifier_this_message_was_deleted">Ova poruka je izbrisana.</string>
+6 -6
View File
@@ -489,12 +489,12 @@
<item quantity="other">Olvasatlan</item>
</plurals>
<plurals name="ConversationListFragment_pin_plural">
<item quantity="one">Rögzít</item>
<item quantity="one">Rögzítés</item>
<item quantity="other">Rögzítés</item>
</plurals>
<plurals name="ConversationListFragment_unpin_plural">
<item quantity="one">Felold</item>
<item quantity="other">Feloldás</item>
<item quantity="one">Rögzítés feloldása</item>
<item quantity="other">Rögzítés feloldása</item>
</plurals>
<plurals name="ConversationListFragment_mute_plural">
<item quantity="one">Némítás</item>
@@ -510,8 +510,8 @@
<item quantity="other">Archiválás</item>
</plurals>
<plurals name="ConversationListFragment_unarchive_plural">
<item quantity="one">Archívumból ki</item>
<item quantity="other">Archívumból ki</item>
<item quantity="one">Archiválás feloldása</item>
<item quantity="other">Archiválás feloldása</item>
</plurals>
<plurals name="ConversationListFragment_delete_plural">
<item quantity="one">Törlés</item>
@@ -2147,7 +2147,7 @@
<string name="MessageNotifier_reacted_s_to_your_audio">Reagált a hangfájlodra: %1$s.</string>
<string name="MessageNotifier_reacted_s_to_your_view_once_media">Reagált az egyszer megtekinthető videódra: %1$s.</string>
<!-- Body of notification shown to user when someone they sent a payment to reacts to it. Placeholder is the emoji used in the reaction. -->
<string name="MessageNotifier_reacted_s_to_your_payment">Reacted %1$s to your payment.</string>
<string name="MessageNotifier_reacted_s_to_your_payment">Reagált a fizetésedre: %1$s.</string>
<string name="MessageNotifier_reacted_s_to_your_sticker">Reagált a matricádra: %1$s.</string>
<string name="MessageNotifier_this_message_was_deleted">Ez az üzenet ki lett törölve.</string>
+5 -5
View File
@@ -471,16 +471,16 @@
<item quantity="other">Memindahkan %1$d percakapan ke kotak masuk</item>
</plurals>
<plurals name="ConversationListFragment_read_plural">
<item quantity="other">Tandai Terbaca</item>
<item quantity="other">Sudah Dibaca</item>
</plurals>
<plurals name="ConversationListFragment_unread_plural">
<item quantity="other">Belum dibaca</item>
<item quantity="other">Belum Dibaca</item>
</plurals>
<plurals name="ConversationListFragment_pin_plural">
<item quantity="other">Sematkan</item>
</plurals>
<plurals name="ConversationListFragment_unpin_plural">
<item quantity="other">Cabut Semat</item>
<item quantity="other">Lepas Sematan</item>
</plurals>
<plurals name="ConversationListFragment_mute_plural">
<item quantity="other">Bisukan</item>
@@ -490,7 +490,7 @@
</plurals>
<string name="ConversationListFragment_select">Pilih</string>
<plurals name="ConversationListFragment_archive_plural">
<item quantity="other">Arispkan</item>
<item quantity="other">Arsipkan</item>
</plurals>
<plurals name="ConversationListFragment_unarchive_plural">
<item quantity="other">Buka Arsip</item>
@@ -2075,7 +2075,7 @@
<string name="MessageNotifier_reacted_s_to_your_audio">Menanggapi %1$s pada audio Anda.</string>
<string name="MessageNotifier_reacted_s_to_your_view_once_media">Menanggapi %1$s pada media sekali-lihat Anda.</string>
<!-- Body of notification shown to user when someone they sent a payment to reacts to it. Placeholder is the emoji used in the reaction. -->
<string name="MessageNotifier_reacted_s_to_your_payment">Reacted %1$s to your payment.</string>
<string name="MessageNotifier_reacted_s_to_your_payment">Menanggapi %1$s pada pembayaran Anda.</string>
<string name="MessageNotifier_reacted_s_to_your_sticker">Menanggapi %1$s pada stiker Anda.</string>
<string name="MessageNotifier_this_message_was_deleted">Pesan ini telah dihapus.</string>
+1 -1
View File
@@ -2147,7 +2147,7 @@
<string name="MessageNotifier_reacted_s_to_your_audio">Ha reagito con %1$s al tuo audio.</string>
<string name="MessageNotifier_reacted_s_to_your_view_once_media">Ha reagito con %1$s al tuo media visualizzabile una volta.</string>
<!-- Body of notification shown to user when someone they sent a payment to reacts to it. Placeholder is the emoji used in the reaction. -->
<string name="MessageNotifier_reacted_s_to_your_payment">Reacted %1$s to your payment.</string>
<string name="MessageNotifier_reacted_s_to_your_payment">Ha reagito con %1$s al tuo pagamento.</string>
<string name="MessageNotifier_reacted_s_to_your_sticker">Ha reagito con %1$s al tuo sticker.</string>
<string name="MessageNotifier_this_message_was_deleted">Questo messaggio è stato eliminato.</string>
+31 -31
View File
@@ -501,34 +501,34 @@
<item quantity="other">%1$d שיחות הועברו לתיבת הדואר הנכנס</item>
</plurals>
<plurals name="ConversationListFragment_read_plural">
<item quantity="one">קרא</item>
<item quantity="two">קרא</item>
<item quantity="many">קרא</item>
<item quantity="other">קרא</item>
<item quantity="one">נקראה</item>
<item quantity="two">נקראו</item>
<item quantity="many">נקראו</item>
<item quantity="other">נקראו</item>
</plurals>
<plurals name="ConversationListFragment_unread_plural">
<item quantity="one">בטל קריאה</item>
<item quantity="two">בטל קריאה</item>
<item quantity="many">בטל קריאה</item>
<item quantity="other">בטל קריאה</item>
<item quantity="one">סימון כלא נקרא</item>
<item quantity="two">סימון כלא נקראו</item>
<item quantity="many">סימון כלא נקראו</item>
<item quantity="other">סימון כלא נקראו</item>
</plurals>
<plurals name="ConversationListFragment_pin_plural">
<item quantity="one">הצמד</item>
<item quantity="two">הצמד</item>
<item quantity="many">הצמד</item>
<item quantity="other">הצמד</item>
<item quantity="one">הצמדה</item>
<item quantity="two">הצמדה</item>
<item quantity="many">הצמדה</item>
<item quantity="other">הצמדה</item>
</plurals>
<plurals name="ConversationListFragment_unpin_plural">
<item quantity="one">בטל הצמדה</item>
<item quantity="two">בטל הצמדה</item>
<item quantity="many">בטל הצמדה</item>
<item quantity="other">בטל הצמדה</item>
<item quantity="one">ביטול הצמדה</item>
<item quantity="two">ביטול הצמדה</item>
<item quantity="many">ביטול הצמדה</item>
<item quantity="other">ביטול הצמדה</item>
</plurals>
<plurals name="ConversationListFragment_mute_plural">
<item quantity="one">מושתק</item>
<item quantity="two">מושתקים</item>
<item quantity="many">מושתקים</item>
<item quantity="other">מושתקים</item>
<item quantity="one">השתקה</item>
<item quantity="two">השתקה</item>
<item quantity="many">השתקה</item>
<item quantity="other">השתקה</item>
</plurals>
<plurals name="ConversationListFragment_unmute_plural">
<item quantity="one">ביטול השתקה</item>
@@ -536,18 +536,18 @@
<item quantity="many">ביטול השתקה</item>
<item quantity="other">ביטול השתקה</item>
</plurals>
<string name="ConversationListFragment_select">בחר</string>
<string name="ConversationListFragment_select">בחירה</string>
<plurals name="ConversationListFragment_archive_plural">
<item quantity="one">ארכב</item>
<item quantity="two">ארכב</item>
<item quantity="many">ארכב</item>
<item quantity="other">ארכב</item>
<item quantity="one">העברה לארכיון</item>
<item quantity="two">העברה לארכיון</item>
<item quantity="many">העברה לארכיון</item>
<item quantity="other">העברה לארכיון</item>
</plurals>
<plurals name="ConversationListFragment_unarchive_plural">
<item quantity="one">בטל ארכוב</item>
<item quantity="two">בטל ארכוב</item>
<item quantity="many">בטל ארכוב</item>
<item quantity="other">בטל ארכוב</item>
<item quantity="one">הוצאה מהארכיון</item>
<item quantity="two">הוצאה מהארכיון</item>
<item quantity="many">הוצאה מהארכיון</item>
<item quantity="other">הוצאה מהארכיון</item>
</plurals>
<plurals name="ConversationListFragment_delete_plural">
<item quantity="one">מחיקה</item>
@@ -555,7 +555,7 @@
<item quantity="many">מחיקה</item>
<item quantity="other">מחיקה</item>
</plurals>
<string name="ConversationListFragment_select_all">בחר הכול</string>
<string name="ConversationListFragment_select_all">בחירת הכל</string>
<plurals name="ConversationListFragment_s_selected">
<item quantity="one">%1$d נבחר</item>
<item quantity="two">%1$d נבחרו</item>
@@ -2291,7 +2291,7 @@
<string name="MessageNotifier_reacted_s_to_your_audio">הגיב/ה %1$s להודעה הקולית שלך.</string>
<string name="MessageNotifier_reacted_s_to_your_view_once_media">הגיב/ה %1$s למדיה לצפייה חד–פעמית שלך.</string>
<!-- Body of notification shown to user when someone they sent a payment to reacts to it. Placeholder is the emoji used in the reaction. -->
<string name="MessageNotifier_reacted_s_to_your_payment">Reacted %1$s to your payment.</string>
<string name="MessageNotifier_reacted_s_to_your_payment">הגיב/ה %1$s לתשלום שלך.</string>
<string name="MessageNotifier_reacted_s_to_your_sticker">הגיב/ה %1$s לסטיקר שלך.</string>
<string name="MessageNotifier_this_message_was_deleted">הודעה זו נמחקה.</string>
+10 -10
View File
@@ -477,28 +477,28 @@
<item quantity="other">未読にする</item>
</plurals>
<plurals name="ConversationListFragment_pin_plural">
<item quantity="other">ピン留め</item>
<item quantity="other">ピン留めする</item>
</plurals>
<plurals name="ConversationListFragment_unpin_plural">
<item quantity="other">ピン留め解除</item>
<item quantity="other">ピン留め解除する</item>
</plurals>
<plurals name="ConversationListFragment_mute_plural">
<item quantity="other">ミュート</item>
<item quantity="other">ミュートする</item>
</plurals>
<plurals name="ConversationListFragment_unmute_plural">
<item quantity="other">ミュート解除</item>
<item quantity="other">ミュート解除する</item>
</plurals>
<string name="ConversationListFragment_select">選択</string>
<string name="ConversationListFragment_select">選択する</string>
<plurals name="ConversationListFragment_archive_plural">
<item quantity="other">アーカイブ</item>
<item quantity="other">アーカイブする</item>
</plurals>
<plurals name="ConversationListFragment_unarchive_plural">
<item quantity="other">アーカイブ解除</item>
<item quantity="other">アーカイブ解除する</item>
</plurals>
<plurals name="ConversationListFragment_delete_plural">
<item quantity="other">消去</item>
<item quantity="other">消去する</item>
</plurals>
<string name="ConversationListFragment_select_all">すべて選択</string>
<string name="ConversationListFragment_select_all">すべて選択する</string>
<plurals name="ConversationListFragment_s_selected">
<item quantity="other">%1$d件選択済み</item>
</plurals>
@@ -2075,7 +2075,7 @@
<string name="MessageNotifier_reacted_s_to_your_audio">あなたの音声に %1$sのリアクションがありました。</string>
<string name="MessageNotifier_reacted_s_to_your_view_once_media">あなたの使い捨てメディアに %1$sのリアクションがありました。</string>
<!-- Body of notification shown to user when someone they sent a payment to reacts to it. Placeholder is the emoji used in the reaction. -->
<string name="MessageNotifier_reacted_s_to_your_payment">Reacted %1$s to your payment.</string>
<string name="MessageNotifier_reacted_s_to_your_payment">あなたの支払いに %1$s のリアクションがありました。</string>
<string name="MessageNotifier_reacted_s_to_your_sticker">あなたのステッカーに %1$sのリアクションがありました。</string>
<string name="MessageNotifier_this_message_was_deleted">このメッセージは消去されました。</string>
+4 -4
View File
@@ -21,7 +21,7 @@
<string name="delete">លុប</string>
<string name="please_wait">សូមរង់ចាំ…</string>
<string name="save">រក្សាទុក</string>
<string name="note_to_self">កំណត់ចំណាំខ្លួនឯង</string>
<string name="note_to_self">កំណត់ចំណាំផ្ទាល់ខ្លួន</string>
<!-- AlbumThumbnailView -->
<!-- Removed by excludeNonTranslatables <string name="AlbumThumbnailView_plus" translatable="false">\+%d</string> -->
@@ -490,10 +490,10 @@
</plurals>
<string name="ConversationListFragment_select">ជ្រើសរើស</string>
<plurals name="ConversationListFragment_archive_plural">
<item quantity="other">បណ្ណសារ</item>
<item quantity="other">ទុកក្នុងបណ្ណសារ</item>
</plurals>
<plurals name="ConversationListFragment_unarchive_plural">
<item quantity="other">បិទបណ្ណសារ</item>
<item quantity="other">ឈប់ទុកក្នុងបណ្ណសារ</item>
</plurals>
<plurals name="ConversationListFragment_delete_plural">
<item quantity="other">លុប</item>
@@ -2075,7 +2075,7 @@
<string name="MessageNotifier_reacted_s_to_your_audio">បានប្រតិកម្ម %1$s ទៅនឹងសំឡេងរបស់អ្នក។</string>
<string name="MessageNotifier_reacted_s_to_your_view_once_media">បានប្រតិកម្ម %1$s ទៅនឹងមេឌៀដែលមើលបានតែម្តងរបស់អ្នក។</string>
<!-- Body of notification shown to user when someone they sent a payment to reacts to it. Placeholder is the emoji used in the reaction. -->
<string name="MessageNotifier_reacted_s_to_your_payment">Reacted %1$s to your payment.</string>
<string name="MessageNotifier_reacted_s_to_your_payment">បានប្រតិកម្ម %1$s ទៅនឹងការបង់ប្រាក់របស់អ្នក។</string>
<string name="MessageNotifier_reacted_s_to_your_sticker">បានប្រតិកម្ម %1$s ទៅនឹងស្ទីគ័ររបស់អ្នក។</string>
<string name="MessageNotifier_this_message_was_deleted">សារនេះត្រូវបានលុប។</string>
+7 -7
View File
@@ -481,19 +481,19 @@
<item quantity="other">%1$d ಸಂಭಾಷಣೆಗಳನ್ನು ಇನ್‍ಬಾಕ್ಸ್ ಗೆ ಸರಿಸಲಾಗಿದೆ </item>
</plurals>
<plurals name="ConversationListFragment_read_plural">
<item quantity="one">ಓದಿ</item>
<item quantity="other">ಓದಿ</item>
<item quantity="one">ಓದಿರುವುದು</item>
<item quantity="other">ಓದಿರುವುದು</item>
</plurals>
<plurals name="ConversationListFragment_unread_plural">
<item quantity="one">ಓದದಿರುವುದು</item>
<item quantity="other">ಓದದಿರುವುದು</item>
</plurals>
<plurals name="ConversationListFragment_pin_plural">
<item quantity="one">ಪಿನ್</item>
<item quantity="other">ಪಿನ್</item>
<item quantity="one">PIN</item>
<item quantity="other">PIN</item>
</plurals>
<plurals name="ConversationListFragment_unpin_plural">
<item quantity="one">ಅನ್‌ಪಿನ್ ಮಾಡ</item>
<item quantity="one">ಅನ್‌ಪಿನ್ ಮಾಡಿ</item>
<item quantity="other">ಅನ್‌ಪಿನ್ ಮಾಡಿ</item>
</plurals>
<plurals name="ConversationListFragment_mute_plural">
@@ -504,7 +504,7 @@
<item quantity="one">ಅನ್‌ಮ್ಯೂಟ್ ಮಾಡಿ</item>
<item quantity="other">ಅನ್‌ಮ್ಯೂಟ್ ಮಾಡಿ</item>
</plurals>
<string name="ConversationListFragment_select">ಆಯ್ಕೆ ಮಾಡಿ</string>
<string name="ConversationListFragment_select">ಆಯ್ಕೆಮಾಡಿ</string>
<plurals name="ConversationListFragment_archive_plural">
<item quantity="one">ಆರ್ಕೈವ್ ಮಾಡಿ</item>
<item quantity="other">ಆರ್ಕೈವ್ ಮಾಡಿ</item>
@@ -2147,7 +2147,7 @@
<string name="MessageNotifier_reacted_s_to_your_audio">%1$s ಅವರು ನಿಮ್ಮ ಆಡಿಯೊಗೆ ಪ್ರತಿಕ್ರಿಯಿಸಿದ್ದಾರೆ.</string>
<string name="MessageNotifier_reacted_s_to_your_view_once_media">%1$s ಅವರು ನಿಮ್ಮ ವ್ಯೂ-ಒನ್ಸ್ ಮೀಡಿಯಾಕ್ಕೆ ಪ್ರತಿಕ್ರಿಯಿಸಿದ್ದಾರೆ.</string>
<!-- Body of notification shown to user when someone they sent a payment to reacts to it. Placeholder is the emoji used in the reaction. -->
<string name="MessageNotifier_reacted_s_to_your_payment">Reacted %1$s to your payment.</string>
<string name="MessageNotifier_reacted_s_to_your_payment">%1$s ಅವರು ನಿಮ್ಮ ಪಾವತಿಗೆ ಪ್ರತಿಕ್ರಿಯಿಸಿದ್ದಾರೆ.</string>
<string name="MessageNotifier_reacted_s_to_your_sticker">%1$s ಅವರು ನಿಮ್ಮ ಸ್ಟಿಕ್ಕರ್‌ಗೆ ಪ್ರತಿಕ್ರಿಯಿಸಿದ್ದಾರೆ.</string>
<string name="MessageNotifier_this_message_was_deleted">ಈ ಮೆಸೇಜನ್ನು ಅಳಿಸಲಾಗಿದೆ.</string>
+1 -1
View File
@@ -2075,7 +2075,7 @@
<string name="MessageNotifier_reacted_s_to_your_audio">Аудиоңузга %1$s деген сезимин билдирди.</string>
<string name="MessageNotifier_reacted_s_to_your_view_once_media">Бир жолу көрүлүүчү медиа файлыңызга %1$s деген сезимин билдирди.</string>
<!-- Body of notification shown to user when someone they sent a payment to reacts to it. Placeholder is the emoji used in the reaction. -->
<string name="MessageNotifier_reacted_s_to_your_payment">Reacted %1$s to your payment.</string>
<string name="MessageNotifier_reacted_s_to_your_payment">Төлөмүңүзгө %1$s деген киши сезимин билдирди.</string>
<string name="MessageNotifier_reacted_s_to_your_sticker">Стикериңизге %1$s деген сезимин билдирди.</string>
<string name="MessageNotifier_this_message_was_deleted">Бул билдирүү өчүрүлгөн.</string>
+1 -1
View File
@@ -2291,7 +2291,7 @@
<string name="MessageNotifier_reacted_s_to_your_audio">Sureagavo į tavo garso įrašą %1$s.</string>
<string name="MessageNotifier_reacted_s_to_your_view_once_media">Sureagavo į tavo vienkartinės peržiūros įrašą %1$s.</string>
<!-- Body of notification shown to user when someone they sent a payment to reacts to it. Placeholder is the emoji used in the reaction. -->
<string name="MessageNotifier_reacted_s_to_your_payment">Reacted %1$s to your payment.</string>
<string name="MessageNotifier_reacted_s_to_your_payment">Sureagavo į tavo mokėjimą %1$s.</string>
<string name="MessageNotifier_reacted_s_to_your_sticker">Sureagavo į tavo lipduką %1$s.</string>
<string name="MessageNotifier_this_message_was_deleted">Ši žinutė buvo ištrinta.</string>
+8 -8
View File
@@ -491,14 +491,14 @@
<item quantity="other">%1$d sarunas pārvietotas uz iesūtni</item>
</plurals>
<plurals name="ConversationListFragment_read_plural">
<item quantity="zero">Lasīts</item>
<item quantity="zero">Lasīti</item>
<item quantity="one">Lasīts</item>
<item quantity="other">Lasīts</item>
<item quantity="other">Lasīti</item>
</plurals>
<plurals name="ConversationListFragment_unread_plural">
<item quantity="zero">Nelasīts</item>
<item quantity="zero">Nelasīti</item>
<item quantity="one">Nelasīts</item>
<item quantity="other">Nelasīts</item>
<item quantity="other">Nelasīti</item>
</plurals>
<plurals name="ConversationListFragment_pin_plural">
<item quantity="zero">Piespraust</item>
@@ -511,9 +511,9 @@
<item quantity="other">Atspraust</item>
</plurals>
<plurals name="ConversationListFragment_mute_plural">
<item quantity="zero">Izslēgt</item>
<item quantity="one">Izslēgt</item>
<item quantity="other">Izslēgt</item>
<item quantity="zero">Apklusināt</item>
<item quantity="one">Apklusināt</item>
<item quantity="other">Apklusināt</item>
</plurals>
<plurals name="ConversationListFragment_unmute_plural">
<item quantity="zero">Ieslēgt</item>
@@ -2219,7 +2219,7 @@
<string name="MessageNotifier_reacted_s_to_your_audio">Reakcija uz jūsu audio: %1$s.</string>
<string name="MessageNotifier_reacted_s_to_your_view_once_media">Reakcija uz jūsu vienreiz skatāmo multivides vienumu: %1$s.</string>
<!-- Body of notification shown to user when someone they sent a payment to reacts to it. Placeholder is the emoji used in the reaction. -->
<string name="MessageNotifier_reacted_s_to_your_payment">Reacted %1$s to your payment.</string>
<string name="MessageNotifier_reacted_s_to_your_payment">Reakcija uz jūsu maksājumu: %1$s.</string>
<string name="MessageNotifier_reacted_s_to_your_sticker">Reakcija uz jūsu uzlīmi: %1$s.</string>
<string name="MessageNotifier_this_message_was_deleted">Ziņojums ir izdzēsts.</string>
+3 -3
View File
@@ -482,11 +482,11 @@
</plurals>
<plurals name="ConversationListFragment_read_plural">
<item quantity="one">Прочитано</item>
<item quantity="other">Прочитано</item>
<item quantity="other">Прочитани</item>
</plurals>
<plurals name="ConversationListFragment_unread_plural">
<item quantity="one">Непрочитано</item>
<item quantity="other">Непрочитано</item>
<item quantity="other">Непрочитани</item>
</plurals>
<plurals name="ConversationListFragment_pin_plural">
<item quantity="one">Закачи</item>
@@ -2147,7 +2147,7 @@
<string name="MessageNotifier_reacted_s_to_your_audio">Реагираше со %1$s на вашето аудио.</string>
<string name="MessageNotifier_reacted_s_to_your_view_once_media">Реагираше со %1$s на вашата еднократно видлива медиумска датотека.</string>
<!-- Body of notification shown to user when someone they sent a payment to reacts to it. Placeholder is the emoji used in the reaction. -->
<string name="MessageNotifier_reacted_s_to_your_payment">Reacted %1$s to your payment.</string>
<string name="MessageNotifier_reacted_s_to_your_payment">Реагираше со %1$s на вашето плаќање.</string>
<string name="MessageNotifier_reacted_s_to_your_sticker">Реагираше со %1$s на вашата налепница.</string>
<string name="MessageNotifier_this_message_was_deleted">Оваа порака е избришана.</string>
+1 -1
View File
@@ -2147,7 +2147,7 @@
<string name="MessageNotifier_reacted_s_to_your_audio">നിങ്ങളുടെ ഓഡിയോയോട് %1$s നൽകി പ്രതികരിച്ചു.</string>
<string name="MessageNotifier_reacted_s_to_your_view_once_media">ഒരിക്കൽ മാത്രം കാണാവുന്ന മീഡിയയോട് %1$s നൽകി പ്രതികരിച്ചു.</string>
<!-- Body of notification shown to user when someone they sent a payment to reacts to it. Placeholder is the emoji used in the reaction. -->
<string name="MessageNotifier_reacted_s_to_your_payment">Reacted %1$s to your payment.</string>
<string name="MessageNotifier_reacted_s_to_your_payment">നിങ്ങളുടെ പേയ്മെന്‍റിനോട് %1$s എന്ന് പ്രതികരിച്ചു.</string>
<string name="MessageNotifier_reacted_s_to_your_sticker">നിങ്ങളുടെ സ്റ്റിക്കറിനോട് %1$s നൽകി പ്രതികരിച്ചു.</string>
<string name="MessageNotifier_this_message_was_deleted">ഈ സന്ദേശം ഇല്ലാതാക്കി.</string>
+3 -3
View File
@@ -485,8 +485,8 @@
<item quantity="other">वाचले</item>
</plurals>
<plurals name="ConversationListFragment_unread_plural">
<item quantity="one">वाचले नाही</item>
<item quantity="other">वाचले नाही</item>
<item quantity="one">वाचलेले</item>
<item quantity="other">वाचलेले</item>
</plurals>
<plurals name="ConversationListFragment_pin_plural">
<item quantity="one">पिन करा</item>
@@ -2147,7 +2147,7 @@
<string name="MessageNotifier_reacted_s_to_your_audio">आपल्या ऑडिओवर %1$s प्रतिक्रिया दिली.</string>
<string name="MessageNotifier_reacted_s_to_your_view_once_media">आपल्या एकदा-बघा मिडियावर %1$s प्रतिक्रिया दिली.</string>
<!-- Body of notification shown to user when someone they sent a payment to reacts to it. Placeholder is the emoji used in the reaction. -->
<string name="MessageNotifier_reacted_s_to_your_payment">Reacted %1$s to your payment.</string>
<string name="MessageNotifier_reacted_s_to_your_payment">आपल्या पेमेंट्स वर %1$s प्रतिक्रिया दिली.</string>
<string name="MessageNotifier_reacted_s_to_your_sticker">आपल्या स्टिकरवर %1$s प्रतिक्रिया दिली.</string>
<string name="MessageNotifier_this_message_was_deleted">हा संदेश हटवला गेला.</string>
+1 -1
View File
@@ -2075,7 +2075,7 @@
<string name="MessageNotifier_reacted_s_to_your_audio">Memberi reaksi %1$s kepada audio anda.</string>
<string name="MessageNotifier_reacted_s_to_your_view_once_media">Memberi reaksi %1$s kepada media lihat sekali anda.</string>
<!-- Body of notification shown to user when someone they sent a payment to reacts to it. Placeholder is the emoji used in the reaction. -->
<string name="MessageNotifier_reacted_s_to_your_payment">Reacted %1$s to your payment.</string>
<string name="MessageNotifier_reacted_s_to_your_payment">Beri reaksi %1$s kepada pembayaran anda.</string>
<string name="MessageNotifier_reacted_s_to_your_sticker">Memberi reaksi %1$s kepada pelekat anda.</string>
<string name="MessageNotifier_this_message_was_deleted">Mesej ini telah dipadam.</string>
+4 -4
View File
@@ -471,7 +471,7 @@
<item quantity="other">ပြောစကား %1$d ကို စာပုံးထဲသို့ရွေ့သည်</item>
</plurals>
<plurals name="ConversationListFragment_read_plural">
<item quantity="other">ဖတ်သည်</item>
<item quantity="other">ဖတ်ပြီး</item>
</plurals>
<plurals name="ConversationListFragment_unread_plural">
<item quantity="other">မဖတ်ရသေး</item>
@@ -488,7 +488,7 @@
<plurals name="ConversationListFragment_unmute_plural">
<item quantity="other">အသံပြန်ဖွင့်ရန်</item>
</plurals>
<string name="ConversationListFragment_select">ရွေးမယ</string>
<string name="ConversationListFragment_select">ရွေးရန</string>
<plurals name="ConversationListFragment_archive_plural">
<item quantity="other">စုစည်းရန်</item>
</plurals>
@@ -498,7 +498,7 @@
<plurals name="ConversationListFragment_delete_plural">
<item quantity="other">ဖျက်ရန်</item>
</plurals>
<string name="ConversationListFragment_select_all">အားလုံးကို ရွေးမယ</string>
<string name="ConversationListFragment_select_all">အားလုံး ရွေးရန</string>
<plurals name="ConversationListFragment_s_selected">
<item quantity="other">%1$d ရွေးထားပြီး</item>
</plurals>
@@ -2075,7 +2075,7 @@
<string name="MessageNotifier_reacted_s_to_your_audio">သင့်အသံဖိုင်ကို %1$s ဖြင့် တုံ့ပြန်ခဲ့ပါသည်။</string>
<string name="MessageNotifier_reacted_s_to_your_view_once_media">သင့်တစ်ကြိမ်ကြည့် မီဒီယာကို %1$s ဖြင့် တုံ့ပြန်ခဲ့ပါသည်။</string>
<!-- Body of notification shown to user when someone they sent a payment to reacts to it. Placeholder is the emoji used in the reaction. -->
<string name="MessageNotifier_reacted_s_to_your_payment">Reacted %1$s to your payment.</string>
<string name="MessageNotifier_reacted_s_to_your_payment">သင့်ငွေပေးချေမှုကို %1$s ဖြင့် တုံ့ပြန်ခဲ့ပါသည်။</string>
<string name="MessageNotifier_reacted_s_to_your_sticker">သင့်စတစ်ကာကို %1$s ဖြင့် တုံ့ပြန်ခဲ့ပါသည်။</string>
<string name="MessageNotifier_this_message_was_deleted">ဤမက်ဆေ့အား ဖျက်ပြီးပါပြီ။</string>
+1 -1
View File
@@ -2147,7 +2147,7 @@
<string name="MessageNotifier_reacted_s_to_your_audio">Reagerte med %1$s på lyden din.</string>
<string name="MessageNotifier_reacted_s_to_your_view_once_media">Reagerte med %1$s på vis-én-gang-mediefilen din.</string>
<!-- Body of notification shown to user when someone they sent a payment to reacts to it. Placeholder is the emoji used in the reaction. -->
<string name="MessageNotifier_reacted_s_to_your_payment">Reacted %1$s to your payment.</string>
<string name="MessageNotifier_reacted_s_to_your_payment">Reagerte med %1$s på betalingen din.</string>
<string name="MessageNotifier_reacted_s_to_your_sticker">Reagerte med %1$s på klistremerket ditt.</string>
<string name="MessageNotifier_this_message_was_deleted">Denne meldingen ble slettet.</string>
+7 -7
View File
@@ -489,8 +489,8 @@
<item quantity="other">Ongelezen</item>
</plurals>
<plurals name="ConversationListFragment_pin_plural">
<item quantity="one">Vast­prikken</item>
<item quantity="other">Vast­prikken</item>
<item quantity="one">Vastprikken</item>
<item quantity="other">Vastprikken</item>
</plurals>
<plurals name="ConversationListFragment_unpin_plural">
<item quantity="one">Losmaken</item>
@@ -510,12 +510,12 @@
<item quantity="other">Archiveren</item>
</plurals>
<plurals name="ConversationListFragment_unarchive_plural">
<item quantity="one">Dearchi­veren</item>
<item quantity="other">Dearchi­veren</item>
<item quantity="one">Dearchiveren</item>
<item quantity="other">Dearchiveren</item>
</plurals>
<plurals name="ConversationListFragment_delete_plural">
<item quantity="one">Wissen</item>
<item quantity="other">Wissen</item>
<item quantity="one">Verwijderen</item>
<item quantity="other">Verwijderen</item>
</plurals>
<string name="ConversationListFragment_select_all">Alles selecteren</string>
<plurals name="ConversationListFragment_s_selected">
@@ -2147,7 +2147,7 @@
<string name="MessageNotifier_reacted_s_to_your_audio">Reageerde met %1$s op je audio.</string>
<string name="MessageNotifier_reacted_s_to_your_view_once_media">Reageerde met %1$s op je eenmaligeweergave-media.</string>
<!-- Body of notification shown to user when someone they sent a payment to reacts to it. Placeholder is the emoji used in the reaction. -->
<string name="MessageNotifier_reacted_s_to_your_payment">Reacted %1$s to your payment.</string>
<string name="MessageNotifier_reacted_s_to_your_payment">Reageerde met %1$s op je betaling.</string>
<string name="MessageNotifier_reacted_s_to_your_sticker">Reageerde met %1$s op je sticker.</string>
<string name="MessageNotifier_this_message_was_deleted">Dit bericht is gewist.</string>
+12 -12
View File
@@ -481,28 +481,28 @@
<item quantity="other">%1$d ਗੱਲਬਾਤਾਂ ਨੂੰ ਇਨਬਾਕਸ ਵਿੱਚ ਭੇਜਿਆ ਗਿਆ</item>
</plurals>
<plurals name="ConversationListFragment_read_plural">
<item quantity="one">ਪੜ੍ਹ</item>
<item quantity="other">ਪੜ੍ਹੇ</item>
<item quantity="one">ਪੜ੍ਹਿਆ ਗਿਆ</item>
<item quantity="other">ਪੜ੍ਹੇ ਗਏ</item>
</plurals>
<plurals name="ConversationListFragment_unread_plural">
<item quantity="one">-ਪੜ੍ਹ</item>
<item quantity="other">-ਪੜ੍ਹੇ</item>
<item quantity="one">ਹੀਂ-ਪੜ੍ਹਿਆ ਗਿਆ</item>
<item quantity="other">ਹੀਂ-ਪੜ੍ਹੇ ਗਏ</item>
</plurals>
<plurals name="ConversationListFragment_pin_plural">
<item quantity="one">ਟੰਗ</item>
<item quantity="other">ਟੰਗ</item>
<item quantity="one">ਪਿੰਨ ਕਰ</item>
<item quantity="other">ਪਿੰਨ ਕਰ</item>
</plurals>
<plurals name="ConversationListFragment_unpin_plural">
<item quantity="one">ਲਾਹ</item>
<item quantity="other">ਲਾਹ</item>
<item quantity="one">ਅਣਪਿੰਨ ਕਰ</item>
<item quantity="other">ਅਣਪਿੰਨ ਕਰ</item>
</plurals>
<plurals name="ConversationListFragment_mute_plural">
<item quantity="one">ਮਿਊਟ ਕਰੋ</item>
<item quantity="other">ਮਿਊਟ ਕਰੋ</item>
</plurals>
<plurals name="ConversationListFragment_unmute_plural">
<item quantity="one">ਮਿਊਟ ਕਰੋ</item>
<item quantity="other">ਮਿਊਟ ਕਰੋ</item>
<item quantity="one">ਮਿਊਟ ਕਰੋ</item>
<item quantity="other">ਮਿਊਟ ਕਰੋ</item>
</plurals>
<string name="ConversationListFragment_select">ਚੁਣੋ</string>
<plurals name="ConversationListFragment_archive_plural">
@@ -517,7 +517,7 @@
<item quantity="one">ਮਿਟਾਓ</item>
<item quantity="other">ਮਿਟਾਓ</item>
</plurals>
<string name="ConversationListFragment_select_all">ਸਾਰਿਆ ਨੂੰ ਚੁਣੋ</string>
<string name="ConversationListFragment_select_all">ਸਾਰਿਆ ਨੂੰ ਚੁਣੋ</string>
<plurals name="ConversationListFragment_s_selected">
<item quantity="one">%1$dਚੁਣਿਆ</item>
<item quantity="other">%1$dਚੁਣੇ</item>
@@ -2147,7 +2147,7 @@
<string name="MessageNotifier_reacted_s_to_your_audio">ਤੁਹਾਡੇ ਆਡੀਓ ਉੱਤੇ %1$s ਰਿਐਕਸ਼ਨ ਦਿੱਤਾ।</string>
<string name="MessageNotifier_reacted_s_to_your_view_once_media">ਤੁਹਾਡੇ ਇੱਕ ਵਾਰ ਦੇਖੇ ਜਾ ਸਕਣ ਵਾਲੇ ਮੀਡੀਆ ਉੱਤੇ %1$s ਰਿਐਕਸ਼ਨ ਦਿੱਤਾ।</string>
<!-- Body of notification shown to user when someone they sent a payment to reacts to it. Placeholder is the emoji used in the reaction. -->
<string name="MessageNotifier_reacted_s_to_your_payment">Reacted %1$s to your payment.</string>
<string name="MessageNotifier_reacted_s_to_your_payment">ਤੁਹਾਡੇ ਭੁਗਤਾਨ ਉੱਤੇ %1$s ਰਿਐਕਸ਼ਨ ਦਿੱਤਾ</string>
<string name="MessageNotifier_reacted_s_to_your_sticker">ਤੁਹਾਡੇ ਸਟਿੱਕਰ ਉੱਤੇ %1$s ਰਿਐਕਸ਼ਨ ਦਿੱਤਾ।</string>
<string name="MessageNotifier_this_message_was_deleted">ਇਹ ਸੁਨੇਹਾ ਮਿਟਾ ਦਿੱਤਾ ਗਿਆ ਸੀ।</string>
+9 -9
View File
@@ -503,14 +503,14 @@
<plurals name="ConversationListFragment_read_plural">
<item quantity="one">Przeczytana</item>
<item quantity="few">Przeczytane</item>
<item quantity="many">Przeczytane</item>
<item quantity="other">Przeczytane</item>
<item quantity="many">Przeczytanych</item>
<item quantity="other">Przeczytanych</item>
</plurals>
<plurals name="ConversationListFragment_unread_plural">
<item quantity="one">Nieprzeczytana</item>
<item quantity="few">Nieprzeczytane</item>
<item quantity="many">Nieprzeczytane</item>
<item quantity="other">Nieprzeczytane</item>
<item quantity="many">Nieprzeczytanych</item>
<item quantity="other">Nieprzeczytanych</item>
</plurals>
<plurals name="ConversationListFragment_pin_plural">
<item quantity="one">Przypnij</item>
@@ -531,10 +531,10 @@
<item quantity="other">Wycisz</item>
</plurals>
<plurals name="ConversationListFragment_unmute_plural">
<item quantity="one">Cofnij wyciszenie</item>
<item quantity="few">Cofnij wyciszenie</item>
<item quantity="many">Cofnij wyciszenie</item>
<item quantity="other">Cofnij wyciszenie</item>
<item quantity="one">Anuluj wyciszenie</item>
<item quantity="few">Anuluj wyciszenie</item>
<item quantity="many">Anuluj wyciszenie</item>
<item quantity="other">Anuluj wyciszenie</item>
</plurals>
<string name="ConversationListFragment_select">Zaznacz</string>
<plurals name="ConversationListFragment_archive_plural">
@@ -2291,7 +2291,7 @@
<string name="MessageNotifier_reacted_s_to_your_audio">Zareagował(a) tak %1$s na Twoje audio.</string>
<string name="MessageNotifier_reacted_s_to_your_view_once_media">Zareagował(a) tak %1$s na Twoje multimedia jednorazowe.</string>
<!-- Body of notification shown to user when someone they sent a payment to reacts to it. Placeholder is the emoji used in the reaction. -->
<string name="MessageNotifier_reacted_s_to_your_payment">Reacted %1$s to your payment.</string>
<string name="MessageNotifier_reacted_s_to_your_payment">Zareagował(a) tak %1$s na Twoją płatność.</string>
<string name="MessageNotifier_reacted_s_to_your_sticker">Zareagował(a) tak %1$s na Twoją naklejkę.</string>
<string name="MessageNotifier_this_message_was_deleted">Ta wiadomość została usunięta.</string>
+1 -1
View File
@@ -2147,7 +2147,7 @@
<string name="MessageNotifier_reacted_s_to_your_audio">Reagiu com %1$s ao seu áudio.</string>
<string name="MessageNotifier_reacted_s_to_your_view_once_media">Reagiu com %1$s à sua mídia temporária.</string>
<!-- Body of notification shown to user when someone they sent a payment to reacts to it. Placeholder is the emoji used in the reaction. -->
<string name="MessageNotifier_reacted_s_to_your_payment">Reacted %1$s to your payment.</string>
<string name="MessageNotifier_reacted_s_to_your_payment">Reagiu com %1$s ao seu pagamento.</string>
<string name="MessageNotifier_reacted_s_to_your_sticker">Reagiu com %1$s à sua figurinha.</string>
<string name="MessageNotifier_this_message_was_deleted">Esta mensagem foi apagada.</string>
+1 -1
View File
@@ -2219,7 +2219,7 @@
<string name="MessageNotifier_reacted_s_to_your_audio">A reacționat cu %1$s la înregistrarea ta audio.</string>
<string name="MessageNotifier_reacted_s_to_your_view_once_media">A reacționat cu %1$s la fișierul media vizibil o singură dată.</string>
<!-- Body of notification shown to user when someone they sent a payment to reacts to it. Placeholder is the emoji used in the reaction. -->
<string name="MessageNotifier_reacted_s_to_your_payment">Reacted %1$s to your payment.</string>
<string name="MessageNotifier_reacted_s_to_your_payment">A reacționat cu %1$s la plata ta.</string>
<string name="MessageNotifier_reacted_s_to_your_sticker">A reacționat cu %1$s la autocolantul tău.</string>
<string name="MessageNotifier_this_message_was_deleted">Acest mesaj a fost șters.</string>
+1 -1
View File
@@ -2291,7 +2291,7 @@
<string name="MessageNotifier_reacted_s_to_your_audio">Отреагировал(-а) %1$s на ваше аудио.</string>
<string name="MessageNotifier_reacted_s_to_your_view_once_media">Отреагировал(-а) %1$s на ваш одноразовый медиафайл.</string>
<!-- Body of notification shown to user when someone they sent a payment to reacts to it. Placeholder is the emoji used in the reaction. -->
<string name="MessageNotifier_reacted_s_to_your_payment">Reacted %1$s to your payment.</string>
<string name="MessageNotifier_reacted_s_to_your_payment">Отреагировал(-а) %1$s на ваш платёж.</string>
<string name="MessageNotifier_reacted_s_to_your_sticker">Отреагировал(-а) %1$s на ваш стикер.</string>
<string name="MessageNotifier_this_message_was_deleted">Это сообщение было удалено.</string>
+11 -11
View File
@@ -502,15 +502,15 @@
</plurals>
<plurals name="ConversationListFragment_read_plural">
<item quantity="one">Prebrano</item>
<item quantity="two">Prebrano</item>
<item quantity="few">Prebrano</item>
<item quantity="other">Prebrano</item>
<item quantity="two">Prebrani</item>
<item quantity="few">Prebrana</item>
<item quantity="other">Prebranih</item>
</plurals>
<plurals name="ConversationListFragment_unread_plural">
<item quantity="one">Neprebrano</item>
<item quantity="two">Neprebrano</item>
<item quantity="few">Neprebrano</item>
<item quantity="other">Neprebrano</item>
<item quantity="two">Neprebrani</item>
<item quantity="few">Neprebrana</item>
<item quantity="other">Neprebranih</item>
</plurals>
<plurals name="ConversationListFragment_pin_plural">
<item quantity="one">Pripni</item>
@@ -544,10 +544,10 @@
<item quantity="other">Premakni v arhiv</item>
</plurals>
<plurals name="ConversationListFragment_unarchive_plural">
<item quantity="one">Premakni v nabiralnik</item>
<item quantity="two">Premakni v nabiralnik</item>
<item quantity="few">Od-arhiviraj</item>
<item quantity="other">Premakni v nabiralnik</item>
<item quantity="one">Odstrani iz arhiva</item>
<item quantity="two">Odstrani iz arhiva</item>
<item quantity="few">Odstrani iz arhiva</item>
<item quantity="other">Odstrani iz arhiva</item>
</plurals>
<plurals name="ConversationListFragment_delete_plural">
<item quantity="one">Izbriši</item>
@@ -2291,7 +2291,7 @@
<string name="MessageNotifier_reacted_s_to_your_audio">Odziv na vaš zvok: %1$s</string>
<string name="MessageNotifier_reacted_s_to_your_view_once_media">Odziv na vaše medijsko sporočilo za enkraten ogled: %1$s</string>
<!-- Body of notification shown to user when someone they sent a payment to reacts to it. Placeholder is the emoji used in the reaction. -->
<string name="MessageNotifier_reacted_s_to_your_payment">Reacted %1$s to your payment.</string>
<string name="MessageNotifier_reacted_s_to_your_payment">Odziv na vaše plačilo: %1$s</string>
<string name="MessageNotifier_reacted_s_to_your_sticker">Odziv na vašo nalepko: %1$s</string>
<string name="MessageNotifier_this_message_was_deleted">Sporočilo je bilo izbrisano</string>
+1 -1
View File
@@ -2147,7 +2147,7 @@
<string name="MessageNotifier_reacted_s_to_your_audio">Reagoi me %1$s ndaj audios tënde.</string>
<string name="MessageNotifier_reacted_s_to_your_view_once_media">Reagoi me %1$s te media jote, të cilën mund ta shohësh veç një herë.</string>
<!-- Body of notification shown to user when someone they sent a payment to reacts to it. Placeholder is the emoji used in the reaction. -->
<string name="MessageNotifier_reacted_s_to_your_payment">Reacted %1$s to your payment.</string>
<string name="MessageNotifier_reacted_s_to_your_payment">Reagoi me %1$s ndaj pagesës tënde.</string>
<string name="MessageNotifier_reacted_s_to_your_sticker">Reagoi me %1$s ndaj ngjitësit tënd.</string>
<string name="MessageNotifier_this_message_was_deleted">Ky mesazh u fshi.</string>
+6 -6
View File
@@ -504,18 +504,18 @@
<item quantity="one">Укључи обавештења</item>
<item quantity="other">Укључи обавештења</item>
</plurals>
<string name="ConversationListFragment_select">Изабери више</string>
<string name="ConversationListFragment_select">Изабери</string>
<plurals name="ConversationListFragment_archive_plural">
<item quantity="one">Архивирај</item>
<item quantity="other">Архивирај</item>
</plurals>
<plurals name="ConversationListFragment_unarchive_plural">
<item quantity="one">Опозови архивирање</item>
<item quantity="other">Опозови архивирање</item>
<item quantity="one">Распакуј</item>
<item quantity="other">Распакуј</item>
</plurals>
<plurals name="ConversationListFragment_delete_plural">
<item quantity="one">Обриши</item>
<item quantity="other">Обриши</item>
<item quantity="one">Избриши</item>
<item quantity="other">Избриши</item>
</plurals>
<string name="ConversationListFragment_select_all">Изабери све</string>
<plurals name="ConversationListFragment_s_selected">
@@ -2147,7 +2147,7 @@
<string name="MessageNotifier_reacted_s_to_your_audio">Реаговао/ла је %1$s на ваш аудио.</string>
<string name="MessageNotifier_reacted_s_to_your_view_once_media">Реаговао/ла је %1$s на ваш једнократни садржај.</string>
<!-- Body of notification shown to user when someone they sent a payment to reacts to it. Placeholder is the emoji used in the reaction. -->
<string name="MessageNotifier_reacted_s_to_your_payment">Reacted %1$s to your payment.</string>
<string name="MessageNotifier_reacted_s_to_your_payment">Реаговао/ла је %1$s на вашу уплату.</string>
<string name="MessageNotifier_reacted_s_to_your_sticker">Реаговао/ла је %1$s на вашу налепницу.</string>
<string name="MessageNotifier_this_message_was_deleted">Ова порука је обрисана.</string>
+1 -1
View File
@@ -2147,7 +2147,7 @@
<string name="MessageNotifier_reacted_s_to_your_audio">Reagerade %1$s på din ljudfil.</string>
<string name="MessageNotifier_reacted_s_to_your_view_once_media">Reagerade %1$s på din visa-en-gång media.</string>
<!-- Body of notification shown to user when someone they sent a payment to reacts to it. Placeholder is the emoji used in the reaction. -->
<string name="MessageNotifier_reacted_s_to_your_payment">Reacted %1$s to your payment.</string>
<string name="MessageNotifier_reacted_s_to_your_payment">Reagerade %1$s på din betalning.</string>
<string name="MessageNotifier_reacted_s_to_your_sticker">Reagerade %1$s på dina klistermärken.</string>
<string name="MessageNotifier_this_message_was_deleted">Detta meddelande togs bort.</string>
+10 -10
View File
@@ -482,19 +482,19 @@
</plurals>
<plurals name="ConversationListFragment_read_plural">
<item quantity="one">Soma</item>
<item quantity="other">Iliyosomwa</item>
<item quantity="other">Soma</item>
</plurals>
<plurals name="ConversationListFragment_unread_plural">
<item quantity="one">Isiyosomwa</item>
<item quantity="other">Haijasomwa</item>
<item quantity="one">Haijasomwa</item>
<item quantity="other">Hazijasomwa</item>
</plurals>
<plurals name="ConversationListFragment_pin_plural">
<item quantity="one">Gongelea</item>
<item quantity="other">Bandika</item>
<item quantity="one">Pin</item>
<item quantity="other">Pin</item>
</plurals>
<plurals name="ConversationListFragment_unpin_plural">
<item quantity="one">Bandua</item>
<item quantity="other">Bandua</item>
<item quantity="one">Unpin</item>
<item quantity="other">Unpin</item>
</plurals>
<plurals name="ConversationListFragment_mute_plural">
<item quantity="one">Nyamazisha</item>
@@ -506,11 +506,11 @@
</plurals>
<string name="ConversationListFragment_select">Chagua</string>
<plurals name="ConversationListFragment_archive_plural">
<item quantity="one">Weka pembeni</item>
<item quantity="one">Hifadhi</item>
<item quantity="other">Hifadhi</item>
</plurals>
<plurals name="ConversationListFragment_unarchive_plural">
<item quantity="one">Toa pembeni</item>
<item quantity="one">Toa hifadhini</item>
<item quantity="other">Toa hifadhini</item>
</plurals>
<plurals name="ConversationListFragment_delete_plural">
@@ -2147,7 +2147,7 @@
<string name="MessageNotifier_reacted_s_to_your_audio">Ametoa hisia %1$s kwa sauti yako.</string>
<string name="MessageNotifier_reacted_s_to_your_view_once_media">Ametoa hisia %1$s kwenye media yako ya kutazama mara moja.</string>
<!-- Body of notification shown to user when someone they sent a payment to reacts to it. Placeholder is the emoji used in the reaction. -->
<string name="MessageNotifier_reacted_s_to_your_payment">Reacted %1$s to your payment.</string>
<string name="MessageNotifier_reacted_s_to_your_payment">Ame-react %1$s kwa malipo yako.</string>
<string name="MessageNotifier_reacted_s_to_your_sticker">Ametoa hisia%1$s kwa kibandiko chako.</string>
<string name="MessageNotifier_this_message_was_deleted">Ujumbe huu umefutwa.</string>
+10 -10
View File
@@ -489,12 +489,12 @@
<item quantity="other">படிக்காதவை</item>
</plurals>
<plurals name="ConversationListFragment_pin_plural">
<item quantity="one">ஒட்டு</item>
<item quantity="other">பின்</item>
<item quantity="one">பின்</item>
<item quantity="other">பின்கள்</item>
</plurals>
<plurals name="ConversationListFragment_unpin_plural">
<item quantity="one">விலக்க</item>
<item quantity="other">அவிழ்</item>
<item quantity="one">பின்னை அகற்ற</item>
<item quantity="other">பின்களை அகற்று</item>
</plurals>
<plurals name="ConversationListFragment_mute_plural">
<item quantity="one">ஒலியடக்கு</item>
@@ -502,22 +502,22 @@
</plurals>
<plurals name="ConversationListFragment_unmute_plural">
<item quantity="one">ஒலி இயக்கு</item>
<item quantity="other">ஒலி இயக்கு</item>
<item quantity="other">ஒலிகளை இயக்கு</item>
</plurals>
<string name="ConversationListFragment_select">தேர்</string>
<string name="ConversationListFragment_select">தேர்ந்தெட</string>
<plurals name="ConversationListFragment_archive_plural">
<item quantity="one">காப்பகப்படுத்து</item>
<item quantity="other">காப்பகப்படுத்து</item>
</plurals>
<plurals name="ConversationListFragment_unarchive_plural">
<item quantity="one">காப்பகமகற்ற</item>
<item quantity="other">காப்பகம் அகற்ற</item>
<item quantity="one">காப்பகத்தில் இருந்து எட</item>
<item quantity="other">காப்பகத்தில் இருந்து எட</item>
</plurals>
<plurals name="ConversationListFragment_delete_plural">
<item quantity="one">நீக்கு</item>
<item quantity="other">நீக்கு</item>
</plurals>
<string name="ConversationListFragment_select_all">அனைத்தையும் தேர்வுசெய்</string>
<string name="ConversationListFragment_select_all">அனைத்தையும் தேர்ந்தெடு</string>
<plurals name="ConversationListFragment_s_selected">
<item quantity="one">%1$d தேர்ந்தெடுக்கப்பட்டது</item>
<item quantity="other">%1$d தேர்ந்தெடுக்கப்பட்டது</item>
@@ -2147,7 +2147,7 @@
<string name="MessageNotifier_reacted_s_to_your_audio">உங்கள் ஆடியோவுக்கு %1$s என்று எதிர்வினையாற்றினார்.</string>
<string name="MessageNotifier_reacted_s_to_your_view_once_media">உங்கள் ஒரு முறை-பார்வைக்கு ஊடகங்களுக்கு %1$s என்று எதிர்வினையாற்றினார்.</string>
<!-- Body of notification shown to user when someone they sent a payment to reacts to it. Placeholder is the emoji used in the reaction. -->
<string name="MessageNotifier_reacted_s_to_your_payment">Reacted %1$s to your payment.</string>
<string name="MessageNotifier_reacted_s_to_your_payment">உங்கள் பேமெண்ட்டிற்கு %1$s என்று எதிர்வினையாற்றினார்.</string>
<string name="MessageNotifier_reacted_s_to_your_sticker">உங்கள் ஸ்டிக்கருக்கு %1$s என்று எதிர்வினையாற்றினார்.</string>
<string name="MessageNotifier_this_message_was_deleted">இந்த மெசேஜ் நீக்கப்பட்டது.</string>
+11 -11
View File
@@ -481,43 +481,43 @@
<item quantity="other">%1$d సంభాషణలు ఇన్‌బాక్స్‌కు తరలించబడ్డాయి</item>
</plurals>
<plurals name="ConversationListFragment_read_plural">
<item quantity="one">చదవడం</item>
<item quantity="one">చదివినది</item>
<item quantity="other">చదివినవి</item>
</plurals>
<plurals name="ConversationListFragment_unread_plural">
<item quantity="one">చదవనిి</item>
<item quantity="one">చదవనిి</item>
<item quantity="other">చదవనివి</item>
</plurals>
<plurals name="ConversationListFragment_pin_plural">
<item quantity="one">పిన్</item>
<item quantity="other">పిన్</item>
<item quantity="other">పిన్స్</item>
</plurals>
<plurals name="ConversationListFragment_unpin_plural">
<item quantity="one"></item>
<item quantity="other">అన్‌పిన్</item>
<item quantity="one">న్‌పిన్</item>
<item quantity="other">అన్‌పిన్స్</item>
</plurals>
<plurals name="ConversationListFragment_mute_plural">
<item quantity="one">మ్యూట్</item>
<item quantity="other">మ్యూట్‌లు</item>
<item quantity="other">మ్యూట్స్</item>
</plurals>
<plurals name="ConversationListFragment_unmute_plural">
<item quantity="one">అన్‌మ్యూట్</item>
<item quantity="other">అన్‌మ్యూట్‌లు</item>
<item quantity="other">అన్‌మ్యూట్స్</item>
</plurals>
<string name="ConversationListFragment_select">ఎంచుకోండి</string>
<plurals name="ConversationListFragment_archive_plural">
<item quantity="one">ఆర్కైవ్</item>
<item quantity="other">ఆర్కైవ్‌లు</item>
<item quantity="other">ఆర్కైవ్స్</item>
</plurals>
<plurals name="ConversationListFragment_unarchive_plural">
<item quantity="one">అన్‌ఆర్కైవ్</item>
<item quantity="other">అన్‌ఆర్కైవ్</item>
<item quantity="other">అన్‌ఆర్కైవ్స్</item>
</plurals>
<plurals name="ConversationListFragment_delete_plural">
<item quantity="one">తొలగించండి</item>
<item quantity="other">తొలగించండి</item>
</plurals>
<string name="ConversationListFragment_select_all">అన్న ఎంచుకో</string>
<string name="ConversationListFragment_select_all">అన్నిటిని ఎంచుకోండి</string>
<plurals name="ConversationListFragment_s_selected">
<item quantity="one">%1$dఎంచుకోబడింది</item>
<item quantity="other">%1$d ఎంచుకోబడింది</item>
@@ -2147,7 +2147,7 @@
<string name="MessageNotifier_reacted_s_to_your_audio">మీ ఆడియోకు %1$s ప్రతిస్పందించారు.</string>
<string name="MessageNotifier_reacted_s_to_your_view_once_media">మీ ఒక్కసారి-వీక్షించండి మీడియాకు %1$s ప్రతిస్పందించారు.</string>
<!-- Body of notification shown to user when someone they sent a payment to reacts to it. Placeholder is the emoji used in the reaction. -->
<string name="MessageNotifier_reacted_s_to_your_payment">Reacted %1$s to your payment.</string>
<string name="MessageNotifier_reacted_s_to_your_payment">మీ చెల్లింపుకు %1$s ప్రతిస్పందించారు.</string>
<string name="MessageNotifier_reacted_s_to_your_sticker">మీ స్టిక్కర్‌కు %1$s ప్రతిస్పందించారు.</string>
<string name="MessageNotifier_this_message_was_deleted">ఈ సందేశం తొలగించబడింది.</string>
+7 -7
View File
@@ -471,29 +471,29 @@
<item quantity="other">ย้าย %1$d การสนทนาไปยังกล่องขาเข้า</item>
</plurals>
<plurals name="ConversationListFragment_read_plural">
<item quantity="other">อ่าน</item>
<item quantity="other">อ่านแล้ว</item>
</plurals>
<plurals name="ConversationListFragment_unread_plural">
<item quantity="other">กเลิกการอ่าน</item>
<item quantity="other">ังไม่ได้อ่าน</item>
</plurals>
<plurals name="ConversationListFragment_pin_plural">
<item quantity="other">ปักหมุด</item>
</plurals>
<plurals name="ConversationListFragment_unpin_plural">
<item quantity="other">ยกเลิกปักหมุด</item>
<item quantity="other">เลิกปักหมุด</item>
</plurals>
<plurals name="ConversationListFragment_mute_plural">
<item quantity="other">ปิดเสียง</item>
<item quantity="other">ปิดการแจ้งเตือน</item>
</plurals>
<plurals name="ConversationListFragment_unmute_plural">
<item quantity="other">เปิดเสียง</item>
<item quantity="other">เปิดการแจ้งเตือน</item>
</plurals>
<string name="ConversationListFragment_select">เลือก</string>
<plurals name="ConversationListFragment_archive_plural">
<item quantity="other">เก็บถาวร</item>
</plurals>
<plurals name="ConversationListFragment_unarchive_plural">
<item quantity="other">ยกเลิกเก็บถาวร</item>
<item quantity="other">เลิกเก็บถาวร</item>
</plurals>
<plurals name="ConversationListFragment_delete_plural">
<item quantity="other">ลบ</item>
@@ -2075,7 +2075,7 @@
<string name="MessageNotifier_reacted_s_to_your_audio">แสดงความรู้สึก %1$s ต่อเสียงของคุณ</string>
<string name="MessageNotifier_reacted_s_to_your_view_once_media">แสดงความรู้สึก %1$s ต่อไฟล์สื่อแบบที่ดูได้ครั้งเดียวของคุณ</string>
<!-- Body of notification shown to user when someone they sent a payment to reacts to it. Placeholder is the emoji used in the reaction. -->
<string name="MessageNotifier_reacted_s_to_your_payment">Reacted %1$s to your payment.</string>
<string name="MessageNotifier_reacted_s_to_your_payment">แสดงความรู้สึก %1$s ต่อการชำระเงินของคุณ</string>
<string name="MessageNotifier_reacted_s_to_your_sticker">แสดงความรู้สึก %1$s ต่อสติกเกอร์ของคุณ</string>
<string name="MessageNotifier_this_message_was_deleted">ข้อความนี้ถูกลบแล้ว</string>
+10 -10
View File
@@ -489,12 +489,12 @@
<item quantity="other">Unread</item>
</plurals>
<plurals name="ConversationListFragment_pin_plural">
<item quantity="one">Pin</item>
<item quantity="other">Pin</item>
<item quantity="one">I-pin</item>
<item quantity="other">I-pin</item>
</plurals>
<plurals name="ConversationListFragment_unpin_plural">
<item quantity="one">Unpin</item>
<item quantity="other">Unpin</item>
<item quantity="one">I-unpin</item>
<item quantity="other">I-unpin</item>
</plurals>
<plurals name="ConversationListFragment_mute_plural">
<item quantity="one">I-mute</item>
@@ -504,14 +504,14 @@
<item quantity="one">I-unmute</item>
<item quantity="other">I-unmute</item>
</plurals>
<string name="ConversationListFragment_select">Select</string>
<string name="ConversationListFragment_select">Piliin</string>
<plurals name="ConversationListFragment_archive_plural">
<item quantity="one">Archive</item>
<item quantity="other">Archive</item>
<item quantity="one">I-archive</item>
<item quantity="other">I-archive</item>
</plurals>
<plurals name="ConversationListFragment_unarchive_plural">
<item quantity="one">Unarchive</item>
<item quantity="other">Unarchive</item>
<item quantity="one">I-unarchive</item>
<item quantity="other">I-unarchive</item>
</plurals>
<plurals name="ConversationListFragment_delete_plural">
<item quantity="one">Burahin</item>
@@ -2147,7 +2147,7 @@
<string name="MessageNotifier_reacted_s_to_your_audio">Nag-react ng %1$s sa iyong audio.</string>
<string name="MessageNotifier_reacted_s_to_your_view_once_media">Nag-react ng %1$s sa iyong view-once media.</string>
<!-- Body of notification shown to user when someone they sent a payment to reacts to it. Placeholder is the emoji used in the reaction. -->
<string name="MessageNotifier_reacted_s_to_your_payment">Reacted %1$s to your payment.</string>
<string name="MessageNotifier_reacted_s_to_your_payment">Nag-react ng %1$s sa payment mo.</string>
<string name="MessageNotifier_reacted_s_to_your_sticker">Nag-react ng %1$s sa iyong sticker.</string>
<string name="MessageNotifier_this_message_was_deleted">Nabura na ang message na ito.</string>
+5 -5
View File
@@ -493,8 +493,8 @@
<item quantity="other">Sabitle</item>
</plurals>
<plurals name="ConversationListFragment_unpin_plural">
<item quantity="one">Kaldır</item>
<item quantity="other">Kaldır</item>
<item quantity="one">Sabitlenenlerden kaldır</item>
<item quantity="other">Sabitlenenlerden kaldır</item>
</plurals>
<plurals name="ConversationListFragment_mute_plural">
<item quantity="one">Sessize al</item>
@@ -510,8 +510,8 @@
<item quantity="other">Arşivle</item>
</plurals>
<plurals name="ConversationListFragment_unarchive_plural">
<item quantity="one">Çıkart</item>
<item quantity="other">Çıkart</item>
<item quantity="one">Arşivden çıkart</item>
<item quantity="other">Arşivden çıkart</item>
</plurals>
<plurals name="ConversationListFragment_delete_plural">
<item quantity="one">Sil</item>
@@ -2147,7 +2147,7 @@
<string name="MessageNotifier_reacted_s_to_your_audio">Sesine %1$s tepkisi verdi.</string>
<string name="MessageNotifier_reacted_s_to_your_view_once_media">Bir kez görüntülenen içeriğine %1$s tepkisi verdi.</string>
<!-- Body of notification shown to user when someone they sent a payment to reacts to it. Placeholder is the emoji used in the reaction. -->
<string name="MessageNotifier_reacted_s_to_your_payment">Reacted %1$s to your payment.</string>
<string name="MessageNotifier_reacted_s_to_your_payment">Ödemene %1$s tepkisi verdi.</string>
<string name="MessageNotifier_reacted_s_to_your_sticker">Çıkartmana %1$s tepkisi verdi.</string>
<string name="MessageNotifier_this_message_was_deleted">Bu ileti silindi.</string>
+8 -8
View File
@@ -502,15 +502,15 @@
</plurals>
<plurals name="ConversationListFragment_read_plural">
<item quantity="one">Прочитане</item>
<item quantity="few">Прочитане</item>
<item quantity="many">Прочитане</item>
<item quantity="other">Прочитане</item>
<item quantity="few">Прочитані</item>
<item quantity="many">Прочитані</item>
<item quantity="other">Прочитані</item>
</plurals>
<plurals name="ConversationListFragment_unread_plural">
<item quantity="one">Непрочитане</item>
<item quantity="few">Непрочитане</item>
<item quantity="many">Непрочитане</item>
<item quantity="other">Непрочитане</item>
<item quantity="few">Непрочитані</item>
<item quantity="many">Непрочитані</item>
<item quantity="other">Непрочитані</item>
</plurals>
<plurals name="ConversationListFragment_pin_plural">
<item quantity="one">Закріпити</item>
@@ -555,7 +555,7 @@
<item quantity="many">Видалити</item>
<item quantity="other">Видалити</item>
</plurals>
<string name="ConversationListFragment_select_all">Обрати все</string>
<string name="ConversationListFragment_select_all">Вибрати все</string>
<plurals name="ConversationListFragment_s_selected">
<item quantity="one">%1$d обрано</item>
<item quantity="few">%1$d обрано</item>
@@ -2291,7 +2291,7 @@
<string name="MessageNotifier_reacted_s_to_your_audio">Реакція на ваше аудіо: %1$s.</string>
<string name="MessageNotifier_reacted_s_to_your_view_once_media">Реакція на ваше одноразове медіа: %1$s.</string>
<!-- Body of notification shown to user when someone they sent a payment to reacts to it. Placeholder is the emoji used in the reaction. -->
<string name="MessageNotifier_reacted_s_to_your_payment">Reacted %1$s to your payment.</string>
<string name="MessageNotifier_reacted_s_to_your_payment">Реакція на ваш платіж: %1$s.</string>
<string name="MessageNotifier_reacted_s_to_your_sticker">Реакція на ваш стікер: %1$s.</string>
<string name="MessageNotifier_this_message_was_deleted">Це повідомлення було видалено.</string>
+3 -3
View File
@@ -471,7 +471,7 @@
<item quantity="other">Đã chuyển %1$d cuộc trò chuyện vào hộp thư đến</item>
</plurals>
<plurals name="ConversationListFragment_read_plural">
<item quantity="other">Đọc</item>
<item quantity="other">Đã đọc</item>
</plurals>
<plurals name="ConversationListFragment_unread_plural">
<item quantity="other">Chưa đọc</item>
@@ -493,7 +493,7 @@
<item quantity="other">Lưu trữ</item>
</plurals>
<plurals name="ConversationListFragment_unarchive_plural">
<item quantity="other">Lấy ra</item>
<item quantity="other">Bỏ lưu trữ</item>
</plurals>
<plurals name="ConversationListFragment_delete_plural">
<item quantity="other">Xóa</item>
@@ -2075,7 +2075,7 @@
<string name="MessageNotifier_reacted_s_to_your_audio">Đã bày tỏ cảm xúc %1$s với tệp âm thanh của bạn.</string>
<string name="MessageNotifier_reacted_s_to_your_view_once_media">Đã bày tỏ cảm xúc %1$s với tệp đa phương tiện xem một lần của bạn.</string>
<!-- Body of notification shown to user when someone they sent a payment to reacts to it. Placeholder is the emoji used in the reaction. -->
<string name="MessageNotifier_reacted_s_to_your_payment">Reacted %1$s to your payment.</string>
<string name="MessageNotifier_reacted_s_to_your_payment">Đã bày tỏ cảm xúc %1$s với khoản thanh toán của bạn.</string>
<string name="MessageNotifier_reacted_s_to_your_sticker">Đã bày tỏ cảm xúc %1$s với nhãn dán của bạn.</string>
<string name="MessageNotifier_this_message_was_deleted">Tin nhắn này đã bị xóa.</string>
+4 -4
View File
@@ -480,7 +480,7 @@
<item quantity="other">置頂</item>
</plurals>
<plurals name="ConversationListFragment_unpin_plural">
<item quantity="other">唔使置頂</item>
<item quantity="other">取消置頂</item>
</plurals>
<plurals name="ConversationListFragment_mute_plural">
<item quantity="other">靜音</item>
@@ -490,10 +490,10 @@
</plurals>
<string name="ConversationListFragment_select">揀選</string>
<plurals name="ConversationListFragment_archive_plural">
<item quantity="other"></item>
<item quantity="other"></item>
</plurals>
<plurals name="ConversationListFragment_unarchive_plural">
<item quantity="other">解除封印</item>
<item quantity="other">取消封存</item>
</plurals>
<plurals name="ConversationListFragment_delete_plural">
<item quantity="other">刪除</item>
@@ -2075,7 +2075,7 @@
<string name="MessageNotifier_reacted_s_to_your_audio">對你嘅音訊傳送咗 %1$s 心情回應。</string>
<string name="MessageNotifier_reacted_s_to_your_view_once_media">對你嘅「閱後即毀」媒體檔案傳送咗 %1$s 心情回應。</string>
<!-- Body of notification shown to user when someone they sent a payment to reacts to it. Placeholder is the emoji used in the reaction. -->
<string name="MessageNotifier_reacted_s_to_your_payment">Reacted %1$s to your payment.</string>
<string name="MessageNotifier_reacted_s_to_your_payment">對你嘅付款傳送咗 %1$s 心情回應。</string>
<string name="MessageNotifier_reacted_s_to_your_sticker">對你嘅貼圖傳送咗 %1$s 心情回應。</string>
<string name="MessageNotifier_this_message_was_deleted">呢個訊息已被刪除。</string>
+1 -1
View File
@@ -2075,7 +2075,7 @@
<string name="MessageNotifier_reacted_s_to_your_audio">用 %1$s 回应了您的音频。</string>
<string name="MessageNotifier_reacted_s_to_your_view_once_media">用 %1$s 回应了您的阅后即焚媒体。</string>
<!-- Body of notification shown to user when someone they sent a payment to reacts to it. Placeholder is the emoji used in the reaction. -->
<string name="MessageNotifier_reacted_s_to_your_payment">Reacted %1$s to your payment.</string>
<string name="MessageNotifier_reacted_s_to_your_payment">用 %1$s 回应了您的付款。</string>
<string name="MessageNotifier_reacted_s_to_your_sticker">用 %1$s 回应了您的贴纸。</string>
<string name="MessageNotifier_this_message_was_deleted">消息已删除。</string>
+1 -1
View File
@@ -2075,7 +2075,7 @@
<string name="MessageNotifier_reacted_s_to_your_audio">對你的音訊表達了 %1$s 心情。</string>
<string name="MessageNotifier_reacted_s_to_your_view_once_media">對你的「閱後即焚」多媒體檔案表達了 %1$s 心情。</string>
<!-- Body of notification shown to user when someone they sent a payment to reacts to it. Placeholder is the emoji used in the reaction. -->
<string name="MessageNotifier_reacted_s_to_your_payment">Reacted %1$s to your payment.</string>
<string name="MessageNotifier_reacted_s_to_your_payment">對你的付款傳送了 %1$s 回應。</string>
<string name="MessageNotifier_reacted_s_to_your_sticker">對你的貼圖表達了 %1$s 心情。</string>
<string name="MessageNotifier_this_message_was_deleted">此訊息已被刪除。</string>
+1 -1
View File
@@ -2075,7 +2075,7 @@
<string name="MessageNotifier_reacted_s_to_your_audio">對你的語音作出了 %1$s 反應。</string>
<string name="MessageNotifier_reacted_s_to_your_view_once_media">對你的一次觀看的媒體做出%1$s反應。</string>
<!-- Body of notification shown to user when someone they sent a payment to reacts to it. Placeholder is the emoji used in the reaction. -->
<string name="MessageNotifier_reacted_s_to_your_payment">Reacted %1$s to your payment.</string>
<string name="MessageNotifier_reacted_s_to_your_payment">對你的付款傳送了 %1$s 回應。</string>
<string name="MessageNotifier_reacted_s_to_your_sticker">對你的貼圖作出了 %1$s 反應。</string>
<string name="MessageNotifier_this_message_was_deleted">此訊息已被刪除。</string>
+3 -3
View File
@@ -1,8 +1,8 @@
ext.service_ips='new String[]{"13.248.212.111","76.223.92.165"}'
ext.storage_ips='new String[]{"142.251.32.115"}'
ext.cdn_ips='new String[]{"99.84.37.46","99.84.37.63","99.84.37.78","99.84.37.83"}'
ext.storage_ips='new String[]{"142.251.40.179"}'
ext.cdn_ips='new String[]{"99.86.63.106","99.86.63.24","99.86.63.54","99.86.63.81"}'
ext.cdn2_ips='new String[]{"104.18.2.43","104.18.3.43"}'
ext.cds_ips='new String[]{"20.73.137.187"}'
ext.kbs_ips='new String[]{"20.85.156.233"}'
ext.sfu_ips='new String[]{"34.110.212.234"}'
ext.sfu_ips='new String[]{"34.102.247.92"}'
ext.content_proxy_ips='new String[]{"107.178.250.75"}'