-
Notifications
You must be signed in to change notification settings - Fork 0
/
android_en_v48195213.xml
11410 lines (11351 loc) · 923 KB
/
android_en_v48195213.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="AppName">Telegram</string>
<string name="AppNameBeta">Telegram</string>
<string name="LanguageName">English</string>
<string name="English">English</string>
<string name="LanguageNameInEnglish">English</string>
<string name="LanguageCode">en</string>
<string name="ContinueOnThisLanguage">Continue in English</string>
<!--signin view-->
<string name="YourPhone">Your Phone</string>
<string name="StartText">Please confirm your country code\nand enter your phone number.</string>
<string name="Country">Country</string>
<string name="YourNumber">Your phone number</string>
<string name="PhoneNumber">Phone number</string>
<string name="ChooseCountry">Choose a country</string>
<string name="WrongCountry">Invalid country code</string>
<string name="AccountAlreadyLoggedIn">This account is already logged in from this app.</string>
<string name="AccountSwitch">Switch</string>
<string name="SyncContacts">Sync Contacts</string>
<string name="SyncContactsOn">Contacts from this device will be added to this account.</string>
<string name="SyncContactsOff">Contacts from this device will not be added to this account.</string>
<string name="SyncContactsInfoOn">Contacts from this device will be added to your account.</string>
<string name="SyncContactsInfoOff">Turn on to continuously sync contacts from this device with your account.</string>
<string name="SyncContactsAdded">Contacts from this device were added to your account.</string>
<string name="ConfirmCorrectNumber">Is this the correct number?</string>
<string name="WrongNumberFormat">Wrong format</string>
<string name="ShortNumberInfo">The number you provided is too short for **%1$s**:\n\n**%2$s**\n\nPlease enter the correct number including your country code.</string>
<string name="EditNumber">Edit number</string>
<string name="DidNotGetTheCodeInfo">If you didn\'t get the code by SMS or call, please check your **cellular data settings** and phone number:\n\n**%1$s**\n\nYour remaining options are to try another number or to contact Telegram Support. Tap **Help** to send us the technical details so that we can identify the problem.</string>
<string name="DidNotGetTheCodeHelpButton">Help</string>
<string name="DidNotGetTheCodeEditNumberButton">Edit number</string>
<!--code enter view-->
<string name="YourCode">Phone Verification</string>
<string name="SentSmsCode">We’ve sent an SMS with an activation code to your phone **%1$s**.</string>
<string name="SentAppCode">We\'ve sent the code to the **Telegram** app on your other device.</string>
<string name="SentAppCodeWithPhone">We\'ve sent the code to the **Telegram app** for %1$s on your other device.</string>
<string name="SentAppCodeTitle">Check your Telegram messages</string>
<string name="SentFragmentCode">Get the code for %1$s in the Anonymous Numbers section on Fragment.</string>
<string name="SentSmsCodeTitle">Enter code</string>
<string name="OpenFragment">Open Fragment</string>
<string name="SentCallCode">We\'re calling your phone **%1$s**.\n\nDon\'t accept the call. Telegram will process everything automatically.</string>
<string name="SentCallOnly">Calling your phone **%1$s** to dictate the code.</string>
<string name="CallText">Telegram will call you in %1$d:%2$02d</string>
<string name="SmsText">Sending you an SMS in %1$d:%2$02d</string>
<string name="Calling">Calling you...</string>
<string name="SendingSms">Sending SMS...</string>
<string name="Code">Code</string>
<string name="WrongNumber">Wrong number?</string>
<string name="WrongCode">Wrong code, please try again.</string>
<string name="DidNotGetTheCode">Didn\'t get the code?</string>
<string name="DidNotGetTheCodeSms">Tap to get a code via SMS</string>
<string name="DidNotGetTheCodeFragment">Get a code via Fragment</string>
<string name="CancelAccountReset">Cancel account reset</string>
<string name="CancelAccountResetInfo2">Somebody with access to **%1$s** has requested to delete your Telegram account and reset your 2-Step Verification password.\n\nIf this wasn\'t you, please enter the code we\'ve just sent you via SMS. You can also cancel this by *changing your phone number*.</string>
<string name="ResetAccount">Reset account</string>
<string name="ResetAccountInfo">Since the account **%1$s** is active and protected by a password, it will be deleted in 1 week. This delay is required for security purposes.\n\nYou can cancel this process anytime.</string>
<string name="ResetAccountStatus">You\'ll be able to reset your account in:</string>
<string name="ResetAccountCancelledAlert">Your recent attempts to reset this account have been canceled by its active user. Please try again in 7 days.</string>
<string name="CancelLinkExpired">Link is invalid or expired.</string>
<string name="CancelLinkSuccessTitle">Success!</string>
<string name="CancelLinkSuccess">The deletion process was canceled for your account %1$s. You may close this window now.</string>
<string name="OtherLoginCode">Your login code is **%1$s**. Enter it in the Telegram app where you are trying to log in.\n\nDo not give this code to anyone.</string>
<string name="SmsAvailableIn">You can request an SMS in %1$d:%2$02d</string>
<string name="ResendSmsAvailableIn">You can request a new SMS in %1$d:%2$02d</string>
<string name="RequestSmsButton">Get the code via SMS</string>
<string name="CallAvailableIn">You can request a voice call in %1$d:%2$02d</string>
<string name="RequestCallButton">Call me to dictate the code</string>
<string name="RequestMissedCall">Get the code via phone call</string>
<string name="LoginAccessibilityCountryCode">Country code</string>
<string name="SignInWithGoogle">Sign in with Google</string>
<!--signup view-->
<string name="YourName">Your Name</string>
<string name="RegisterText2">Enter your name and add a profile photo.</string>
<string name="FirstName">First name (required)</string>
<string name="FirstNameSmall">First name</string>
<string name="LastName">Last name (optional)</string>
<string name="LastNameSmall">Last name</string>
<string name="CancelRegistration">Cancel registration</string>
<string name="RegistrationProfileInfo">Profile info</string>
<!--payments view-->
<string name="PaymentSuccessfullyPaid">You successfully transferred %1$s to %2$s for %3$s</string>
<string name="PaymentSuccessfullyPaidSubscription">You have just successfully transferred %1$s to %2$s for %3$s until %4$s</string>
<string name="PaymentSuccessfullyPaidNoItem">You successfully transferred %1$s to %2$s</string>
<string name="PaymentSuccessfullyPaidSubscriptionNoItem">You have just successfully transferred %1$s to %2$s until %3$s</string>
<string name="PaymentSuccessfullyPaidRecurrent">You successfully transferred %1$s to %2$s for %3$s and allowed future recurring payments</string>
<string name="PaymentSuccessfullyPaidNoItemRecurrent">You successfully transferred %1$s to %2$s and allowed future recurring payments</string>
<string name="PaymentSuccessfullyPaidMeSubscription">%1$s has transferred %2$s for %3$s subscription until %4$s</string>
<string name="PaymentSuccessfullyPaidMeNoItemSubscription">%1$s has transferred %2$s for subscription until %3$s</string>
<string name="PaymentCheckout">Checkout</string>
<string name="PaymentShippingMethod">Shipping methods</string>
<string name="PaymentNoShippingMethod">Sorry, it is not possible to deliver to your address.</string>
<string name="PaymentShippingInfo">Shipping Information</string>
<string name="PaymentShippingAddress">Shipping address</string>
<string name="PaymentShippingAddress1Placeholder">Address 1 (Street)</string>
<string name="PaymentShippingAddress2Placeholder">Address 2 (Street)</string>
<string name="PaymentShippingCityPlaceholder">City</string>
<string name="PaymentShippingStatePlaceholder">State</string>
<string name="PaymentShippingCountry">Country</string>
<string name="PaymentShippingZipPlaceholder">Postcode</string>
<string name="PaymentShippingReceiver">Receiver</string>
<string name="PaymentShippingName">Full Name</string>
<string name="PaymentTip">Tip</string>
<string name="PaymentTipOptional">Tip (Optional)</string>
<string name="PaymentShippingPhoneNumber">Phone Number</string>
<string name="PaymentShippingEmailPlaceholder">Email</string>
<string name="PaymentShippingSave">Save Shipping Information</string>
<string name="PaymentShippingSaveInfo">You can save your shipping info for future use.</string>
<string name="PaymentCardInfo">Payment info</string>
<string name="PaymentCardTitle">Payment card</string>
<string name="PaymentCardNumber">Card Number</string>
<string name="PaymentCardCvv">Security Code (CVV)</string>
<string name="PaymentCardExpireDate">MM/YY</string>
<string name="PaymentBillingAddress">Billing address</string>
<string name="PaymentCardName">First and Last Name</string>
<string name="PaymentCardSavePaymentInformation">Save Payment Information</string>
<string name="PaymentCardSavePaymentInformationInfoLine1">You can save your payment info for future use. It will be stored directly with the payment provider. Telegram has no access to your credit card data.</string>
<string name="PaymentCardSavePaymentInformationInfoLine2">Please *turn on Two-Step Verification* to enable this.</string>
<string name="PaymentTransactionReview">Transaction Review</string>
<string name="PaymentTransactionMessage2">Transfer **%1$s** to the %2$s bot for **%3$s**?</string>
<string name="PaymentTransactionTotal">Total</string>
<string name="PaymentInvoiceLinkInvalid">Invalid invoice</string>
<string name="PaymentInvoiceSubscriptionLinkAlreadyPaid">Already subscribed!</string>
<string name="PaymentInvoice">INVOICE</string>
<string name="PaymentTestInvoice">TEST INVOICE</string>
<string name="PaymentCheckoutPay">PAY %1$s</string>
<string name="PaymentCheckoutMethod">Payment method</string>
<string name="PaymentCheckoutMethodNewCard">Add Bank Card…</string>
<string name="PaymentCheckoutProvider">Payment provider</string>
<string name="PaymentCheckoutName">Name</string>
<string name="PaymentCheckoutPhoneNumber">Phone number</string>
<string name="PaymentCheckoutEmail">Contact address</string>
<string name="PaymentCheckoutShippingMethod">Shipping method</string>
<string name="PaymentReceipt">Receipt</string>
<string name="PaymentConfirmationNewCard">Choose Another Card</string>
<string name="PaymentConfirmationMessage">Your card %1$s is on file. To pay with this card, please enter your 2-Step-Verification password.</string>
<string name="PaymentPrecheckoutFailed">Sorry, the payment was canceled by the bot.</string>
<string name="PaymentFailed">Sorry, the payment was declined.</string>
<string name="PaymentConnectionFailed">Unable to reach payment server. Please check your Internet connection and try again.</string>
<string name="PaymentConfirmationError">There was an error during payment confirmation.</string>
<string name="PaymentWarning">Warning</string>
<string name="PaymentWarningText">Neither Telegram, nor %1$s will have access to your credit card information. Credit card details will be handled only by the payment system, %2$s.\n\nPayments will go directly to the developer of %1$s. Telegram cannot provide any guarantees, so proceed at your own risk. In case of problems, please contact the developer of %1$s or your bank.</string>
<string name="PaymentPassword">Password & Email</string>
<string name="PaymentPasswordTitle">Password</string>
<string name="PaymentPasswordEnter">Enter a password</string>
<string name="PaymentPasswordReEnter">Re-enter your password</string>
<string name="PaymentPasswordInfo">Please create a password to protect your payment info. You\'ll be asked to enter it when you log in.</string>
<string name="PaymentPasswordEmailTitle">Recovery email</string>
<string name="PaymentPasswordEmail">Your email address</string>
<string name="PaymentPasswordEmailInfo">Please enter a valid email address. It is the only way to recover a forgotten password.</string>
<string name="PaymentPhoneToProvider">Phone will be passed to %1$s as billing info.</string>
<string name="PaymentEmailToProvider">Email address will be passed to %1$s as billing info.</string>
<string name="PaymentPhoneEmailToProvider">Phone and email address will be passed to %1$s as billing info.</string>
<string name="PaymentInfoHint">You paid **%1$s** for **%2$s**.</string>
<string name="PaymentInfoHintStars_other">You paid **%2$s** for **%1$d Stars**.</string>
<string name="PaymentAppNotFoundForDeeplink">No app found to handle this deep link.</string>
<!--chats view-->
<string name="NewConversationShortcut">New conversation</string>
<string name="AutoNightSystemModeOff">System Default theme is now disabled.</string>
<string name="AutoNightModeOff">Auto-Night Mode is off</string>
<string name="SetEmojiStatus">Set Emoji Status</string>
<string name="ChangeEmojiStatus">Change Status</string>
<string name="Settings">Settings</string>
<string name="Refresh">Refresh</string>
<string name="AddressPlaceholder">Search %s or type URL</string>
<string name="Contacts">Contacts</string>
<string name="NewGroup">New Group</string>
<string name="Yesterday">yesterday</string>
<string name="NoResult">No results</string>
<string name="NoResultFoundFor">No results found for \"%s\".</string>
<string name="NoResultFoundForTag">No results found for %s</string>
<string name="NoResultFoundFor2">There were no results for \"%s\".\nTry a new search.</string>
<string name="NoChats">Welcome to Telegram</string>
<string name="RecentlyViewed">Recently viewed</string>
<string name="RecentlyViewedHide">HIDE</string>
<string name="NoChatsHelp">Start messaging by tapping the pencil button in the bottom right corner.</string>
<string name="NoChatsContactsHelp">Start messaging by tapping one of your contacts below.</string>
<string name="WaitingForNetwork">Waiting for network...</string>
<string name="Connecting">Connecting...</string>
<string name="Connected">Connected</string>
<string name="Ping">Ping: %1$d ms</string>
<string name="Checking">Checking...</string>
<string name="Available">Available</string>
<string name="Unavailable">Unavailable</string>
<string name="ConnectingToProxy">Connecting to proxy</string>
<string name="ConnectingConnectProxy">Connect Proxy</string>
<string name="Updating">Updating...</string>
<string name="NewSecretChat">New Secret Chat</string>
<string name="AwaitingEncryption">Waiting for %s to come online...</string>
<string name="EncryptionRejected">Secret chat canceled</string>
<string name="EncryptionProcessing">Exchanging encryption keys...</string>
<string name="EncryptedChatStartedOutgoing">%s joined your secret chat</string>
<string name="EncryptedChatStartedIncoming">You joined the secret chat</string>
<string name="ClearHistory">Clear History</string>
<string name="ClearRecentHistory">Clear History</string>
<string name="AlertClearHistory">Clear History</string>
<string name="EnableAutoDelete">Enable Auto-Delete</string>
<string name="AutoDeleteIn">Auto-deletes in %1$s</string>
<string name="AutoDeleteHeader">Auto-delete messages in this chat</string>
<string name="AutoDeleteAlertTitle">Auto-delete messages</string>
<string name="AutoDeleteAlertUserInfo">Automatically delete new messages for you and %1$s after a certain period of time.</string>
<string name="AutoDeleteAlertGroupInfo">Automatically delete new messages sent in this group after a certain period of time.</string>
<string name="AutoDeleteAlertChannelInfo">Automatically delete new messages sent in this channel after a certain period of time.</string>
<string name="AutoDeleteConfirm">Confirm</string>
<string name="AutoDelete24Hours">24 hours</string>
<string name="AutoDelete1Month">1 month</string>
<string name="AutoDelete7Days">1 week</string>
<string name="AutoDelete1Day">1 day</string>
<string name="AutoDeleteAfter1Month">After 1 month</string>
<string name="AutoDeleteAfter1Week">After 1 week</string>
<string name="AutoDeleteAfter1Day">After 1 day</string>
<string name="AutoDeleteInfo">Automatically delete new messages sent in this chat after a certain period of time.</string>
<string name="AutoDeleteNever">Off</string>
<string name="MuteNever">Never</string>
<string name="AutoDeleteSet">Set for this chat</string>
<string name="AutoDeleteSetInfo">Messages in this chat are automatically\ndeleted %1$s after they are sent.</string>
<string name="AutoDeleteHintOnText">New messages in this chat will be automatically deleted after %1$s.</string>
<string name="AutoDeleteHintOffText">Auto-delete is now disabled.</string>
<string name="AccAutoDeleteTimer">Auto-delete timer</string>
<string name="HistoryClearedUndo">History cleared</string>
<string name="ChatsDeletedUndo">Chats deleted.</string>
<string name="DeleteContactTitle">Delete contact</string>
<string name="DeleteContactSubtitle">Are you sure you want to delete this contact?</string>
<string name="DeleteContactsTitle_one">Delete %d contact</string>
<string name="DeleteContactsTitle_other">Delete %d contacts</string>
<string name="DeleteContactsSubtitle">Are you sure you want to delete these contacts?</string>
<string name="ContactsDeletedUndo_one">%d contact deleted.</string>
<string name="ContactsDeletedUndo_other">%d contacts deleted.</string>
<string name="ChatsMute">Mute</string>
<string name="ChatsUnmute">Unmute</string>
<string name="ChatDeletedUndo">Chat deleted.</string>
<string name="GroupDeletedUndo">Group deleted</string>
<string name="ChannelDeletedUndo">Channel deleted.</string>
<string name="ArchivePinned">Archive pinned</string>
<string name="ArchivePinnedInfo">Swipe left on the archive to hide it.</string>
<string name="ArchiveHidden">Archive hidden</string>
<string name="ArchiveHiddenInfo">Pull down to see the archive.</string>
<string name="ChatArchived">Chat archived.</string>
<string name="ChatsArchived">Chats archived.</string>
<string name="ChatArchivedInfo">Swipe left on the archive to hide it.</string>
<string name="Undo">UNDO</string>
<string name="ClearHistoryCache">Delete from cache</string>
<string name="DeleteChat">Delete and leave</string>
<string name="HideOnTop">Hide</string>
<string name="UnhideFromTop">Pin</string>
<string name="DialogPin">Pin</string>
<string name="DialogUnpin">Unpin</string>
<string name="Archive">Archive</string>
<string name="ArchiveSearchFilter">Archive</string>
<string name="Unarchive">Unarchive</string>
<string name="ArchivedChats">Archived Chats</string>
<string name="DeleteChatUser">Delete chat</string>
<string name="HiddenName">Deleted Account</string>
<string name="SelectChat">Select Chat</string>
<string name="ChooseBot">Choose a Bot</string>
<string name="ChooseUser">Choose a User</string>
<string name="ChooseUsers">Choose Users</string>
<string name="ChooseGroup">Choose a Group</string>
<string name="ChooseChannel">Choose a Channel</string>
<string name="SelectChats">Select Chats</string>
<string name="ForwardTo">Forward to...</string>
<string name="MyGroups">My Groups</string>
<string name="MyChannels">My Channels</string>
<string name="DisappearingPhoto">Disappearing Photo</string>
<string name="DisappearingVideo">Disappearing Video</string>
<string name="DisappearingGif">Disappearing GIF</string>
<string name="SearchMessages">Messages</string>
<string name="SearchMessagesIn">Messages in %s</string>
<string name="Search">Search</string>
<string name="MuteNotifications">Mute Forever</string>
<string name="MuteFor">Mute for %1$s</string>
<string name="MuteFor1h">Mute for 1 hour</string>
<string name="UnmuteNotifications">Unmute</string>
<string name="WillUnmuteIn">In %1$s</string>
<string name="MuteDisable">Disable</string>
<string name="Hashtags">HASHTAGS</string>
<string name="Recent">Recent</string>
<string name="ChatHints">People</string>
<string name="ChatHintsDeleteAlertTitle">Remove suggestion</string>
<string name="ChatHintsDeleteAlert">Are you sure you want to remove **%1$s** from suggestions?</string>
<string name="ChatHintsDelete">Remove %1$s from suggestions?</string>
<string name="LinkPreview">Link preview</string>
<string name="Draft">Draft</string>
<string name="HistoryCleared">History was cleared</string>
<string name="ArticleByAuthor">by %1$s</string>
<string name="ArticleDateByAuthor">%1$s by %2$s</string>
<string name="PreviewFeedback2">Wrong layout?</string>
<string name="PreviewFeedbackAuto">Automatically generated layout</string>
<string name="SendStickerPreview">Send Sticker</string>
<string name="SendGifPreview">Send GIF</string>
<string name="SendEmojiPreview">Send Emoji</string>
<string name="CopyEmojiPreview">Copy Emoji</string>
<string name="SetAsEmojiStatus">Set as Status</string>
<string name="SetAsEmojiStatusInfo">Emoji status set.</string>
<string name="RemoveStatus">Remove Status</string>
<string name="RemoveStatusInfo">Emoji status removed.</string>
<string name="ViewPackPreview">View Sticker Set</string>
<string name="PinToTop">Pin to top</string>
<string name="PinFolderLimitReached">Sorry, you can\'t pin any more chats to the top.</string>
<string name="UnpinFromTop">Unpin from top</string>
<string name="MarkAsUnread">Mark as unread</string>
<string name="MarkAsRead">Mark as read</string>
<string name="MarkAllAsRead">Mark all as read</string>
<string name="HideAboveTheList">Hide from Chat List</string>
<string name="PinInTheList">Pin in Chat List</string>
<string name="Quote">Quote</string>
<string name="Spoiler">Spoiler</string>
<string name="Bold">Bold</string>
<string name="Italic">Italic</string>
<string name="Mono">Mono</string>
<string name="Strike">Strikethrough</string>
<string name="Underline">Underline</string>
<string name="Regular">Regular</string>
<string name="ContactsPermissionAlert">**Telegram** needs access to your contacts so that you can connect with your friends across all your devices. Your contacts will be continuously synced with Telegram\'s heavily encrypted cloud servers.</string>
<string name="ContactsPermissionAlertNotNow">Not now</string>
<string name="ContactsPermissionAlertContinue">Continue</string>
<string name="NotificationsPermissionAlertTitle">Turn on notifications</string>
<string name="NotificationsPermissionAlertSubtitle">Please allow Telegram to send you notifications to stay in touch with your friends and family.</string>
<string name="NotificationsPermissionAlert1">Get notified about new messages</string>
<string name="NotificationsPermissionAlert2">Know when you are mentioned in groups</string>
<string name="NotificationsPermissionAlert3">Mute specific chats and types of chats</string>
<string name="NotificationsPermissionContinue">Continue</string>
<string name="NotificationsPermissionSettings">Open Settings</string>
<string name="YourContacts">Your contacts on Telegram</string>
<string name="ConnectingYourContacts">Connecting your contacts...</string>
<string name="ArchiveHintHeader1">This is your Archive</string>
<string name="ArchiveHintText1">Chats with enabled notifications get\nunarchived when new messages arrive.</string>
<string name="ArchiveHintHeader2">Muted chats</string>
<string name="ArchiveHintText2">Chats with disabled notifications stay\narchived when new messages arrive.</string>
<string name="ArchiveHintHeader3">Pinned chats</string>
<string name="ArchiveHintText3">You can pin an unlimited number of archived chats to the top.</string>
<string name="ScheduledOrNoSoundHint">Hold this button to schedule your message or send it without sound.</string>
<string name="ScheduledHint">Long tap to send your message later.</string>
<string name="HideNewChatsAlertTitle">Hide new chats?</string>
<string name="HideNewChatsAlertText">You are receiving many new chats from users who are not in your Contact List. Do you want to have such chats **automatically muted** and **archived**?</string>
<string name="GoToSettings">GO TO SETTINGS</string>
<string name="OpenProfile">Open Profile</string>
<string name="OpenChannel2">Open Channel</string>
<string name="OpenGroup2">Open Group</string>
<string name="SendMessage">Send Message</string>
<string name="Mention">Mention</string>
<string name="AvatarPreviewSearchMessages">Search Messages</string>
<string name="NotificationsMutedHint">Notifications muted.</string>
<string name="NotificationsMutedHintChats_one">Notifications muted for %d chat</string>
<string name="NotificationsMutedHintChats_other">Notifications muted for %d chats</string>
<string name="NotificationsUnmutedHintChats_one">Notifications unmuted for %d chat</string>
<string name="NotificationsUnmutedHintChats_other">Notifications unmuted for %d chats</string>
<string name="NotificationsMutedForHint">Notifications muted for %1$s.</string>
<string name="NotificationsUnmutedHint">Notifications unmuted.</string>
<string name="NotificationsStoryMute">Do Not Notify</string>
<string name="NotificationsStoryMute2">Do Not Notify\nAbout Stories</string>
<string name="NotificationsStoryUnmute">Notify</string>
<string name="NotificationsStoryUnmute2">Notify About\nStories</string>
<string name="NotificationsStoryMutedHint">Disabled notifications for **%s** stories.</string>
<string name="NotificationsStoryUnmutedHint">You will receive a notification whenever **%s** posts a new story.</string>
<string name="MessagesDeletedHint_one">Message deleted</string>
<string name="MessagesDeletedHint_other">%1$d messages deleted</string>
<string name="SearchEmptyViewTitle">No Results</string>
<string name="SearchEmptyViewTitle2">No Results</string>
<string name="SearchEmptyViewFilteredSubtitle2">Try a new search.</string>
<string name="HashtagSearchEmptyViewFilteredSubtitle">There were no results for %s.\nTry another hashtag.</string>
<string name="SearchEmptyViewFilteredSubtitleMusic">Music from all your chats will be shown here.</string>
<string name="SearchEmptyViewFilteredSubtitleFiles">Files from all your chats will be shown here.</string>
<string name="SearchEmptyViewFilteredSubtitleLinks">Links from all your chats will be shown here.</string>
<string name="SearchEmptyViewFilteredSubtitleVoice">Voice from all your chats will be shown here.</string>
<string name="SearchEmptyViewFilteredSubtitleMedia">Media from all your chats will be shown here.</string>
<string name="SearchAllChatsShort">Chats</string>
<string name="MessagePinnedHint">Message pinned.</string>
<string name="MessageUnpinnedHint">Message unpinned.</string>
<string name="TapOnThePencil">Tap on the pencil to start a new chat</string>
<string name="CreateGroupForImport">Create a New Group to Import</string>
<string name="CreateChannelForThis">Create a New Channel for This</string>
<string name="NoSuchChannels">No such channels</string>
<string name="NoSuchChannelsInfo">You don\'t have channels that meet the requirements for this bot</string>
<string name="CreateGroupForThis">Create a New Group for This</string>
<string name="NoSuchGroups">No such groups</string>
<string name="NoSuchGroupsInfo">You don\'t have groups that meet the requirements for this bot</string>
<string name="NoSuchUsers">No such users</string>
<string name="NoSuchUsersInfo">No users found that meet the requirements for this bot</string>
<string name="ImportMessages">Import Messages</string>
<string name="ImportErrorTitle">Import Error</string>
<string name="ImportErrorFileFormatInvalid">Invalid file format.</string>
<string name="ImportErrorPeerInvalid">Unable to import history to selected chat.</string>
<string name="ImportErrorFileLang">Unknown file language.</string>
<string name="ImportErrorNotAdmin">You must be an admin in the group to import messages.</string>
<string name="ImportErrorChatInvalidUser">The file format is for a group, but you selected a user.</string>
<string name="ImportErrorChatInvalidGroup">The file format is for a user, but you selected a group.</string>
<string name="ImportErrorUserBlocked">Unable to import messages due to privacy settings.</string>
<string name="Import">Import</string>
<string name="ImportToUser">Do you want to import messages from **%1$s** to the chat with **%2$s**?\n\nMessages will be imported into the current day but will also include their original timestamps. Both sides will see the messages.</string>
<string name="ImportToUserNoTitle">Do you want to import messages to the chat with **%1$s**?\n\nMessages will be imported into the current day but will also include their original timestamps. Both sides will see the messages.</string>
<string name="ImportToChat">Do you want to import messages from **%1$s** to the group **%2$s**?\n\nMessages will be imported into the current day but will also include their original timestamps. All members will see the messages.</string>
<string name="ImportToChatNoTitle">Do you want to import messages to the group **%1$s**?\n\nMessages will be imported into the current day but will also include their original timestamps. All members will see the messages.</string>
<string name="ImportMutualError">You can only import messages into private chats with users with whom you are mutual contacts.</string>
<string name="ImportNotAdmin">You must be an admin in the group to import messages.</string>
<string name="ImportedInfo">This message was imported from another app. We can\'t guarantee it\'s real.</string>
<string name="ImportUploading">Importing messages and media... **%d%%**</string>
<string name="ImportImportingTitle">Importing chat</string>
<string name="ImportImportingInfo">Please keep Telegram open\nuntil the import is completed.</string>
<string name="ImportCount">%1$s of %2$s</string>
<string name="ImportDone">Done</string>
<string name="ImportDoneTitle">Chat imported successfully!</string>
<string name="ImportDoneInfo">Save space on your device by importing more chats to Telegram.</string>
<string name="ImporImportingService">Importing messages and media...</string>
<string name="ImporImportingStickersService">Importing stickers...</string>
<string name="ImportHeader">Import messages and media to...</string>
<string name="ImportHeaderContacts">Or choose one of your contacts</string>
<string name="DiscardSelectionAlertTitle">Discard selection</string>
<string name="DiscardSelectionAlertMessage">Do you want to close the attachment menu?</string>
<!--widgets-->
<string name="EditWidget">Edit Widget</string>
<string name="EditWidgetContactsInfo">Display shortcuts to your most important chats for quick access.\n\nIf nobody is selected, your most frequent contacts will be shown in this widget.</string>
<string name="EditWidgetChatsInfo">Display the latest message from the chats you choose.\n\nIf no specific chats are selected, your most recent chats will be shown in this widget.</string>
<string name="WidgetPasscode2">Warning: Your widgets will show all recent messages, but your passcode will be required to open the app and reply.</string>
<string name="SearchForChats">Search for chats...</string>
<string name="WidgetPreview">Preview of the widget</string>
<string name="TapToEditWidget">tap to edit widget</string>
<string name="TapToEditWidgetShort">tap to edit</string>
<string name="WidgetChats">Chats</string>
<string name="WidgetShortcuts">Shortcuts</string>
<string name="WidgetLoggedOff">Account was logged off.</string>
<!--channels-->
<string name="SetAsAdmin">Promote to admin</string>
<string name="EditAdminRights">Edit admin rights</string>
<string name="DeleteMega">Delete Group</string>
<string name="LeaveMegaMenu">Leave group</string>
<string name="DeleteMegaMenu">Delete group</string>
<string name="MegaAdminsInfo">You can add admins to help you manage your group. Press and hold to remove them.</string>
<string name="DeleteGroupForAll">Delete the group for all members</string>
<string name="DeleteChannelForAll">Delete for all subscribers</string>
<string name="ActionCreateMega">Group created</string>
<string name="MegaAddedBy">un1 added you to this group</string>
<string name="MegaLeaveAlert">Do you want to leave this group?</string>
<string name="MegaLeaveAlertWithName">Are you sure you want to leave **%1$s**?</string>
<string name="GroupUserCantAdd">Sorry, you can\'t add this user to groups.</string>
<string name="GroupUserAddLimit">Unable to join this group because it has too many members.</string>
<string name="GroupUserLeftError">If a person has left the group in the past, you need to be in their Telegram contacts to add them back.\n\nThey can still join via an invite link as long as they are not on the Removed Users list.</string>
<string name="GroupUserCantAdmin">Sorry, this group has too many admins.</string>
<string name="PublicChannelsTooMuch">Sorry, the target user has too many public groups or channels already. Please ask them to make one of their existing groups or channels private first.</string>
<string name="LocatedChannelsTooMuch">Sorry, the target user owns too many location-based groups. Please ask them to delete or transfer an existing one first.</string>
<string name="YourLocatedChannelsTooMuch">Sorry, you have too many location-based groups already. Please delete one of your existing ones first.</string>
<string name="GroupUserCantBot">There are too many bots in this group. Please remove some of the bots you\'re not using first.</string>
<string name="ActionPinnedText">un1 pinned \"%1$s\"</string>
<string name="ActionPinnedNoText">un1 pinned a message</string>
<string name="ActionPinnedPoll">un1 pinned a poll</string>
<string name="ActionPinnedQuiz">un1 pinned a quiz</string>
<string name="ActionPinnedPhoto">un1 pinned a photo</string>
<string name="ActionPinnedVideo">un1 pinned a video</string>
<string name="ActionPinnedFile">un1 pinned a file</string>
<string name="ActionPinnedSticker">un1 pinned a sticker</string>
<string name="ActionPinnedVoice">un1 pinned a voice message</string>
<string name="ActionPinnedRound">un1 pinned a video message</string>
<string name="ActionPinnedContact">un1 pinned a contact</string>
<string name="ActionPinnedGame">un1 pinned %1$s</string>
<string name="ActionPinnedGeo">un1 pinned a map</string>
<string name="ActionPinnedGeoLive">un1 pinned a live location</string>
<string name="ActionPinnedGif">un1 pinned a GIF</string>
<string name="ActionPinnedMusic">un1 pinned an audio file</string>
<string name="ActionMigrateFromGroup">This group was upgraded to a supergroup</string>
<string name="ActionMigrateFromGroupNotify">%1$s was upgraded to a supergroup</string>
<string name="NoBlockedGroup2">Users removed from the group by admins can\'t rejoin via invite links.</string>
<string name="NoBlockedChannel2">Users removed from the channel by admins can\'t rejoin via invite links.</string>
<string name="NewChannel">New Channel</string>
<string name="EnterChannelName">Channel name</string>
<string name="AddMutual">Add people to your channel</string>
<string name="ChannelUsernameHelp">If you set a public link, other people will be able to find and join your channel.\n\nYou can use a–z, 0–9 and underscores.\nMinimum length is 5 characters.</string>
<string name="MegaUsernameHelp">If you set a public link, other people will be able to find and join your group.\n\nYou can use a–z, 0–9 and underscores.\nMinimum length is 5 characters.</string>
<string name="ChannelUsernamePlaceholder">link</string>
<string name="ChannelPrivateLinkHelp">People can join your channel by following this link. You can revoke the link at any time.</string>
<string name="MegaPrivateLinkHelp">People can join your group by following this link. You can revoke the link at any time.</string>
<string name="DescriptionOptionalPlaceholder">Description (optional)</string>
<string name="DescriptionPlaceholder">Description</string>
<string name="DescriptionInfo">You can provide an optional description for your channel.</string>
<string name="GroupSettingsChangedAlert">You have changed settings in this group. Apply changes?</string>
<string name="ChannelSettingsChangedAlert">You have changed settings in this channel. Apply changes?</string>
<string name="ChannelPublic">Public Channel</string>
<string name="MegaPublic">Public Group</string>
<string name="MegaLocation">Location-based Group</string>
<string name="ChannelPublicInfo">Public channels can be found in search, anyone can join them.</string>
<string name="MegaPublicInfo">Public groups can be found in search, chat history is available to everyone and anyone can join.</string>
<string name="ChannelPrivate">Private Channel</string>
<string name="MegaPrivate">Private Group</string>
<string name="ChannelPrivateInfo">Private channels can only be joined via invite link.</string>
<string name="MegaPrivateInfo">Private groups can only be joined if you were invited or have an invite link.</string>
<string name="ChannelLinkTitle">Public link</string>
<string name="ChannelInviteLinkTitle">Invite Link</string>
<string name="GroupAddMembers">Add Members</string>
<string name="ChannelAddSubscribers">Add Subscribers</string>
<string name="LeaveChannel">Leave Channel</string>
<string name="LeaveChannelMenu">Leave channel</string>
<string name="ChannelSettings">Settings</string>
<string name="ChannelJoin">JOIN</string>
<string name="ChannelJoinRequest">APPLY TO JOIN GROUP</string>
<string name="ChannelJoinRequestSent">JOIN REQUEST SENT</string>
<string name="GroupJoin">JOIN</string>
<string name="GroupJoinRequest">APPLY TO JOIN GROUP</string>
<string name="GroupJoinRequestSent">JOIN REQUEST SENT</string>
<string name="ChannelBroadcast">Broadcast</string>
<string name="ChannelSilentBroadcast">Silent Broadcast</string>
<string name="ChannelAlertTitle">What is a Channel?</string>
<string name="ChannelAlertText">Channels are a one-to-many tool for broadcasting your messages to unlimited audiences.</string>
<string name="ChannelAlertCreate2">Create Channel</string>
<string name="LinkInUse">Sorry, this link is already taken.</string>
<string name="LinkInvalid">This public link is invalid.</string>
<string name="LinkInvalidShort">Public links must have at least 5 characters.</string>
<string name="LinkInvalidLong">Public links must not exceed 32 characters.</string>
<string name="LinkInvalidStartNumber">Public links can\'t start with a number.</string>
<string name="LinkInvalidShortMega">Public links must have at least 5 characters.</string>
<string name="LinkInvalidStartNumberMega">Public links can\'t start with a number.</string>
<string name="LinkChecking">Checking name…</string>
<string name="LinkAvailable">%1$s is available.</string>
<string name="ChannelMembers">Members</string>
<string name="ChannelAddToGroup">Add to group</string>
<string name="ChannelAddToChannel">Add to channel</string>
<string name="ChannelDeleteFromList">Delete from this list</string>
<string name="ChannelSubscribers">Subscribers</string>
<string name="ChannelBlacklist">Removed Users</string>
<string name="ChannelPermissions">Permissions</string>
<string name="ChannelPermissionsHeader">What can members of this group do?</string>
<string name="ChannelAddException">Add Exception</string>
<string name="ChannelSearchException">Search Exceptions</string>
<string name="ChannelBlockedUsers">Removed users</string>
<string name="ChannelContacts">Contacts in this channel</string>
<string name="GroupContacts">Contacts in this group</string>
<string name="YourContactsToInvite">Your contacts</string>
<string name="ChannelBots">Bots</string>
<string name="ChannelOtherMembers">Other members</string>
<string name="ChannelOtherSubscribers">Other subscribers</string>
<string name="ChannelOtherSubscriberJoined">joined %1$s</string>
<string name="ChannelRestrictedUsers">Restricted users</string>
<string name="ChannelAdministrators">Administrators</string>
<string name="ChannelAdminSettings">Channel Settings</string>
<string name="ChannelStars">Balance</string>
<string name="ChannelDelete">Delete Channel</string>
<string name="ChannelDeleteMenu">Delete channel</string>
<string name="ChannelDeleteAlert">Deleting this channel will remove all subscribers and all posts will be lost. Delete the channel anyway?</string>
<string name="ChannelLeaveAlert">Are you sure you want to leave this channel?</string>
<string name="ChannelLeaveAlertWithName">Are you sure you want to leave **%1$s**?</string>
<string name="ChannelDeleteInfo">This will delete all messages in the channel for all subscribers.</string>
<string name="ChannelEdit">Edit</string>
<string name="ChannelPublicEmptyUsernameTitle">Choose a link</string>
<string name="ChannelPublicEmptyUsername">Please choose a link for your public channel, so that people can find it in search and share with others.\n\nIf you\'re not interested, we suggest creating a private channel instead.</string>
<string name="ActionCreateChannel">Channel created</string>
<string name="ActionGiftInbound">un1 sent you a gift for **un2**</string>
<string name="ActionGiftOutbound">You have sent a gift for **un2**</string>
<string name="ActionStarGiftInbound">%s sent you a gift</string>
<string name="ActionStarGift">Gift</string>
<string name="ActionGiftPremiumTitle2_one">%d Month Premium</string>
<string name="ActionGiftPremiumTitle2_other">%d Months Premium</string>
<string name="ActionGiftPremiumText">Subscription for exclusive Telegram features.</string>
<string name="ActionGiftPremiumView">View</string>
<string name="ActionStarGiveawayPrizeTitle">Congratulations!</string>
<string name="ActionStarGiveawayPrize_one">You won a prize in a giveaway organized by **un1**.\n\nYour prize is **%d Star**.</string>
<string name="ActionStarGiveawayPrize_other">You won a prize in a giveaway organized by **un1**.\n\nYour prize is **%d Stars**.</string>
<string name="ActionChannelChangedPhoto">Channel photo updated</string>
<string name="ActionChannelChangedVideo">Channel photo updated</string>
<string name="ActionChannelRemovedPhoto">Channel photo removed</string>
<string name="ActionChannelChangedTitle">Channel name changed to un2</string>
<string name="ChangePublicLimitReached">You have reserved too many public links. Try revoking the link from an older group or channel, or create a private one instead.</string>
<string name="ChannelCreator">Owner</string>
<string name="ChannelAdministrator">Admin</string>
<string name="ChannelAdmin">Admin</string>
<string name="ChannelMute">MUTE</string>
<string name="ChannelUnmute">UNMUTE</string>
<string name="ChannelAddAdmin">Add Admin</string>
<string name="ChannelBlockUser">Remove User</string>
<string name="GroupNotRestrictBoosters">Do Not Restrict Boosters</string>
<string name="GroupNotRestrictBoostersInfo">Turn this on to always allow users who boosted your group to send messages and media.</string>
<string name="GroupNotRestrictBoostersInfo2">Choose how many boosts a user must give to the group to bypass restrictions on sending messages.</string>
<string name="ChannelInviteViaLink">Invite via Link</string>
<string name="ChannelRemoveUserAdmin">Dismiss admin</string>
<string name="ChannelEditPermissions">Edit permissions</string>
<string name="ChannelAntiSpamUser">Telegram Anti-Spam</string>
<string name="ChannelAntiSpam">Aggressive Anti-Spam</string>
<string name="ChannelAntiSpamInfo">Telegram will filter more spam, but may occasionally affect ordinary messages. You can report False Positives in Recent Actions.</string>
<string name="ChannelAntiSpamInfo2">You can manage anti-spam settings in %s.</string>
<string name="ChannelHideMembers">Hide Members</string>
<string name="ChannelHideMembersInfo">Switch on to hide the list of members in this group. Admins will remain visible.</string>
<string name="ChannelAntiSpamFalsePositiveReported">Telegram moderators will review your report. Thank you!</string>
<string name="ChannelMembersInfo">Only channel admins can see this list.</string>
<string name="ChannelLinkInfo">Anyone who has Telegram installed will be able to join your channel by following this link.</string>
<string name="ChannelAdminsInfo">You can add admins to help you manage your channel. Press and hold to remove admins.</string>
<string name="ChannelCantOpenPrivate">Sorry, this chat is no longer accessible.</string>
<string name="ChannelCantOpenPrivate2">This channel is unavailable.</string>
<string name="ChannelCantOpenBannedByAdminTitle">Can\'t access the chat</string>
<string name="ChannelCantOpenBannedByAdmin">Sorry, you can\'t access this chat because you were banned by an admin.</string>
<string name="ChannelCantOpenBanned">Unfortunately, you are banned from participating in public groups.</string>
<string name="ChannelCantOpenNa">Sorry, this chat doesn\'t seem to exist.</string>
<string name="ChannelAddTo">Add %1$s to the channel?</string>
<string name="ChannelUserLeftError">If a person has left a channel in the past, you need to be in their Telegram contacts to add them back.\n\nThey can still join via an invite link as long as they are not on the Removed Users list.</string>
<string name="ChannelUserCantAdd">Sorry, you can\'t add this user to channels.</string>
<string name="ChannelUserCantAdmin">Sorry, this channel has too many admins.</string>
<string name="ChannelUserCantBot">Sorry, this channel has too many bots.</string>
<string name="ChannelUserAddLimit">Sorry, you can only add the first 200 subscribers to a channel. Note that an unlimited number of people may join via the channel\'s link.</string>
<string name="ChannelTooMuchTitle">Too many communities</string>
<string name="ChannelTooMuch">Sorry, you are a member of too many groups and channels. Please leave some before creating a new one.</string>
<string name="ChannelTooMuchJoin">Sorry, you are a member of too many groups and channels. Please leave one before joining another.</string>
<string name="ChannelAddedBy">un1 added you to this channel</string>
<string name="ChannelJoined">You joined this channel</string>
<string name="YouJoinedChannel">You joined channel %s</string>
<string name="ChannelMegaJoined">You joined this group</string>
<string name="ChannelRemoveUser">Remove from channel</string>
<string name="ChannelCantSendMessage">Sorry, you can\'t send messages to this channel.</string>
<string name="ChannelAddedByNotification">%1$s added you to the channel %2$s</string>
<string name="ChannelPhotoEditNotification">Channel %1$s updated its photo</string>
<string name="ChannelVideoEditNotification">%1$s updated its photo</string>
<string name="ChannelMessageNoText">%1$s posted a message</string>
<string name="ChannelMessagePhoto">%1$s posted a photo</string>
<string name="ChannelMessageVideo">%1$s posted a video</string>
<string name="ChannelMessageContact2">%1$s posted a contact %2$s</string>
<string name="ChannelMessagePoll2">%1$s posted a poll %2$s</string>
<string name="ChannelMessageQuiz2">%1$s posted the quiz \"%2$s\"</string>
<string name="ChannelMessageMap">%1$s posted a location</string>
<string name="ChannelMessageLiveLocation">%1$s posted a live location</string>
<string name="ChannelMessageDocument">%1$s posted a file</string>
<string name="ChannelMessageGIF">%1$s posted a GIF</string>
<string name="ChannelMessageFew">%1$s posted %2$s</string>
<string name="ChannelMessageAlbum">%1$s posted an album</string>
<string name="ChannelMessageAudio">%1$s posted a voice message</string>
<string name="ChannelMessageRound">%1$s posted a video message</string>
<string name="ChannelMessageMusic">%1$s posted an audio file</string>
<string name="ChannelMessageSticker">%1$s posted a sticker</string>
<string name="ChannelMessageStickerEmoji">%1$s posted a %2$s sticker</string>
<string name="ChannelNotifyMembersInfoOn">Subscribers will be notified when you post.</string>
<string name="ChannelNotifyMembersInfoOff">Subscribers will receive a silent notification.</string>
<string name="ChannelSignMessages">Sign Messages</string>
<string name="ChannelSignMessagesWithProfile">Show Authors\' Profiles</string>
<string name="ChannelSignMessagesInfo">Add names of admins to the messages they post</string>
<string name="EditAdmin">Admin Rights</string>
<string name="EditAdminRank">Custom title</string>
<string name="EditAdminRankInfo">A title that members will see instead of \'%1$s\'.</string>
<string name="EditAdminWhatCanDo">What can this admin do?</string>
<string name="EditAdminChangeChannelInfo">Change Channel Info</string>
<string name="EditAdminChangeGroupInfo">Change Group Info</string>
<string name="EditAdminPostMessages">Post Messages</string>
<string name="EditAdminEditMessages">Edit Messages of Others</string>
<string name="EditAdminDeleteMessages">Delete Messages of Others</string>
<string name="EditAdminPostStories">Post Stories</string>
<string name="EditAdminEditStories">Edit Stories of Others</string>
<string name="EditAdminDeleteStories">Delete Stories of Others</string>
<string name="EditAdminGroupDeleteMessages">Delete Messages</string>
<string name="EditAdminAddAdmins">Add New Admins</string>
<string name="EditAdminSendAnonymously">Remain Anonymous</string>
<string name="EditAdminRemoveAdmin">Dismiss Admin</string>
<string name="EditAdminGroupTransfer">Transfer Group Ownership</string>
<string name="EditAdminChannelTransfer">Transfer Channel Ownership</string>
<string name="EditAdminTransferAlertTitle">Security Check</string>
<string name="EditAdminTransferAlertText">You can transfer this group to **%1$s** only if you:</string>
<string name="EditChannelAdminTransferAlertText">You can transfer this channel to **%1$s** only if you have:</string>
<string name="WithdrawChannelAlertText">You can collect rewards only if you have:</string>
<string name="EditAdminTransferAlertText1">Enabled **Two-Step Verification** more than **7 days** ago.</string>
<string name="EditAdminTransferAlertText2">Logged in on this device more than **24 hours** ago.</string>
<string name="EditAdminTransferAlertText3">Please come back later.</string>
<string name="EditAdminTransferSetPassword">Set Password</string>
<string name="EditAdminTransferReadyAlertText">This will transfer **full owner rights** for **%1$s** to **%2$s**. The new owner will be free to remove any of your admin privileges or even ban you.</string>
<string name="EditAdminTransferChangeOwner">Change Owner</string>
<string name="EditAdminTransferGroupToast">**%1$s** is now the owner of the group.</string>
<string name="EditAdminTransferChannelToast">**%1$s** is now the owner of the channel.</string>
<string name="EditAdminBanUsers">Ban Users</string>
<string name="EditAdminAddUsers">Add Users</string>
<string name="EditAdminAddUsersViaLink">Invite Users via Link</string>
<string name="EditAdminPinMessages">Pin Messages</string>
<string name="EditAdminPromotedBy">Promoted by %1$s</string>
<string name="EditAdminCantEdit">You can\'t edit the rights of this admin.</string>
<string name="EditCantEditPermissions">You cannot change this permission.</string>
<string name="EditCantEditPermissionsPublic">This permission is not available in public groups.</string>
<string name="EditCantEditPermissionsDiscussion">This permission is not available in discussion groups.</string>
<string name="UserRemovedBy">Removed by %1$s</string>
<string name="UserRestrictions">User Permissions</string>
<string name="UserRestrictionsCanDo">What can this user do?</string>
<string name="UserRestrictionsCanDoUsers_one">What can %1$s selected user do?</string>
<string name="UserRestrictionsCanDoUsers_other">What can %1$s selected users do?</string>
<string name="UserRestrictionsSend">Send Messages</string>
<string name="UserRestrictionsSendPollsShort">Send Polls</string>
<string name="UserRestrictionsSendText">Send Text Messages</string>
<string name="UserRestrictionsSendMedia">Send Media</string>
<string name="UserRestrictionsSendPolls">Send Polls</string>
<string name="UserRestrictionsSendStickers">Send Stickers and GIFs</string>
<string name="UserRestrictionsEmbedLinks">Embed Links</string>
<string name="UserRestrictionsChangeInfo">Change Chat Info</string>
<string name="UserRestrictionsPinMessages">Pin Messages</string>
<string name="UserRestrictionsInviteUsers">Add Users</string>
<string name="UserRestrictionsNoRead">can\'t read</string>
<string name="UserRestrictionsNoSend">can\'t send messages</string>
<string name="UserRestrictionsNoSendText">can\'t send text messages</string>
<string name="UserRestrictionsNoSendPolls">no polls</string>
<string name="UserRestrictionsNoSendMedia">no media</string>
<string name="UserRestrictionsNoSendPhotos">no photos</string>
<string name="UserRestrictionsNoSendVideos">no videos</string>
<string name="UserRestrictionsNoSendMusic">no music</string>
<string name="UserRestrictionsNoSendDocs">no files</string>
<string name="UserRestrictionsNoSendVoice">no voice</string>
<string name="UserRestrictionsNoSendRound">no video messages</string>
<string name="UserRestrictionsNoSendStickers">no stickers & GIFs</string>
<string name="UserRestrictionsNoEmbedLinks">no embed links</string>
<string name="UserRestrictionsNoChangeInfo">can\'t change Info</string>
<string name="UserRestrictionsNoPinMessages">no pinning</string>
<string name="UserRestrictionsNoInviteUsers">can\'t add users</string>
<string name="UserRestrictionsDuration">Duration</string>
<string name="UserRestrictionsUntilForever">Forever</string>
<string name="UserRestrictionsBlock">Ban and remove from group</string>
<string name="UserRestrictionsApplyChanges">Unsaved Changes</string>
<string name="UserRestrictionsApplyChangesText">You have changed this user\'s rights in **%1$s**. Apply changes?</string>
<string name="UserRestrictionsCantModify">Locked Option</string>
<string name="UserRestrictionsCustom">Custom</string>
<string name="BotRestrictionsCanDo">What can this bot do?</string>
<string name="ManageGroup">Manage Group</string>
<string name="ChatHistory">Chat history for new members</string>
<string name="ChatSetNewPhoto">Set New Photo</string>
<string name="ChatSetPhotoOrVideo">Set Photo</string>
<string name="ChatHistoryVisible">Visible</string>
<string name="ChatHistoryVisibleInfo">New members will see messages that were sent before they joined.</string>
<string name="ChatHistoryHidden">Hidden</string>
<string name="ChatHistoryHiddenInfo">New members won\'t see earlier messages.</string>
<string name="ChatHistoryHiddenInfo2">New members won\'t see more than 100 previous messages.</string>
<string name="ProfileJoinChannel">Join Channel</string>
<string name="ProfileJoinGroup">Join Group</string>
<string name="GroupType">Group Type</string>
<string name="ChannelType">Channel Type</string>
<string name="GroupTypeHeader">Group type</string>
<string name="ChannelTypeHeader">Channel type</string>
<string name="GroupSettingsTitle">Group Settings</string>
<string name="ChannelSettingsTitle">Channel Settings</string>
<string name="TypePrivate">Private</string>
<string name="TypePublic">Public</string>
<string name="TypePrivateGroup">Private</string>
<string name="TypePublicGroup">Public</string>
<string name="TypeLocationGroup">Public Link</string>
<string name="TypeLocationGroupEdit">Tap to add a public link</string>
<string name="ChoosePhoto">Choose photo</string>
<string name="ChoosePhotoForSticker">Create a sticker from a photo</string>
<string name="AddImage">Add Image</string>
<string name="ChoosePhotoOrVideo">Choose photo or video</string>
<string name="AddPhoto">Set Profile Photo</string>
<string name="ChooseTakePhoto">Take photo</string>
<string name="ChooseRecordVideo">Record video</string>
<string name="ChooseFromGallery">Upload from Gallery</string>
<string name="SelectFromGallery">Select from Gallery</string>
<string name="ChooseFromSearch">Search web</string>
<string name="Statistics">Statistics</string>
<string name="StatisticsAndBoosts">Statistics</string>
<string name="AddBot">Add Bot</string>
<string name="AddBotAdmin">Add bot as admin</string>
<string name="AddBotAdminAlert">Add bot as admin?</string>
<string name="AddAsAdmin">Add as admin</string>
<string name="AddBotButton">Add bot</string>
<string name="AddBotButtonAsMember">as Member</string>
<string name="AddBotButtonAsAdmin">as Admin</string>
<string name="AddBotMessageAdminChannel">Do you want to add this bot as an admin to the channel **%1$s**? It will have access to lists of channel admins and subscribers.</string>
<string name="AddBotMessageAdminGroup">Are you sure you want to add this bot as an admin to the group **%1$s**? It will have access to the list of anonymous admins.</string>
<string name="AddBotAsAdmin">Bots can only be added to channels as admins.</string>
<string name="CantAddBotAsAdmin">Bots can only be added to channels as admins.</string>
<string name="AdminWillBeRemoved">%1$s will be removed from admins if you restrict them.</string>
<string name="Discussion">Discussion</string>
<string name="ViewDiscussion">View Discussion</string>
<string name="DiscussionInfo">Add a group chat for comments</string>
<string name="LinkedChannel">Linked Channel</string>
<string name="DiscussionChannelHelp3">Select a group chat that will host comments from your channel.</string>
<string name="DiscussionChannelHelp2">Everything you post in the channel will be forwarded to this group.</string>
<string name="DiscussionChannelGroupSetHelp2">**%1$s** is selected as the group that hosts comments for your channel.</string>
<string name="DiscussionGroupHelp">This group is linked as the discussion board for %1$s.</string>
<string name="DiscussionGroupHelp2">All new posts from this channel are forwarded to the group.</string>
<string name="DiscussionCreateGroup">Create a New Group</string>
<string name="DiscussionUnlinkGroup">Unlink Group</string>
<string name="DiscussionUnlinkChannel">Unlink Channel</string>
<string name="DiscussionUnlink">Unlink</string>
<string name="DiscussionLinkGroup">Link Group</string>
<string name="DiscussionLinkGroupPublicAlert">Make **%1$s** the discussion group for **%2$s**?</string>
<string name="DiscussionLinkGroupPrivateAlert">Make **%1$s** the discussion board for **%2$s**?\n\nAny member of this group will be able to see messages in the channel.</string>
<string name="DiscussionLinkGroupPublicPrivateAlert">Make **%1$s** the discussion board for **%2$s**?\n\nAnyone from the channel will be able to see messages in this group.</string>
<string name="DiscussionLinkGroupAlertHistory">\"Chat history for new members\" will be switched to Visible.</string>
<string name="DiscussionUnlinkGroupAlert">Are you sure you want to unlink **%1$s** from this group?</string>
<string name="DiscussionUnlinkChannelAlert">Are you sure you want to unlink **%1$s** from this channel?</string>
<string name="DiscussChannel">channel</string>
<string name="Slowmode">Slow Mode</string>
<string name="SlowmodeOff">Off</string>
<string name="SlowmodeSeconds">%1$ds</string>
<string name="SlowmodeMinutes">%1$dm</string>
<string name="SlowmodeHours">%1$dh</string>
<string name="SlowmodeInfoOff">Choose how long each member must wait before sending their next message.</string>
<string name="SlowmodeInfoSelected">Members will be able to send only one message every %1$s.</string>
<string name="SlowmodeSendError">Slow Mode is active. You can\'t send more than one message at once.</string>
<string name="SlowmodeSelectSendError">Slow Mode is enabled. You can\'t select more items.</string>
<string name="SlowmodeSendErrorTooLong">This text is too long to send as one message.\n\nSlow Mode is active. You can\'t send more than one message at once.</string>
<string name="UserSetAsAdminHint">**%1$s** promoted to admin.</string>
<string name="UserAddedAsAdminHint">**%1$s** added as admin</string>
<string name="UserRemovedFromChatHint">**%1$s** removed from **%2$s**.</string>
<!--polls-->
<string name="NewPoll">New Poll</string>
<string name="NewQuiz">New Quiz</string>
<string name="Poll">Poll</string>
<string name="PollQuestion">Poll question</string>
<string name="QuestionHint">Ask a question</string>
<string name="AnswerOptions">Answer options</string>
<string name="QuizAnswers">Quiz answers</string>
<string name="PollResults">Poll Results</string>
<string name="PollAnonymous">Anonymous Voting</string>
<string name="PollQuiz">Quiz Mode</string>
<string name="PollSelectOption">Select an option first</string>
<string name="PollCollapse">Collapse</string>
<string name="PollExpand">Expand</string>
<string name="PublicPollCantForward">Sorry, polls with visible votes can’t be forwarded to channels.</string>
<string name="InvoiceCantForwardSecretChat">Sorry, invoices can’t be forwarded to secret chats.</string>
<string name="PollCantForwardSecretChat">Sorry, polls can\'t be forwarded to secret chats.</string>
<string name="GameCantSendSecretChat">Sorry, games can’t be sent to secret chats.</string>
<string name="InvoiceCantSendSecretChat">Sorry, invoices can’t be sent to secret chats.</string>
<string name="PollMultiple">Multiple Answers</string>
<string name="PollTapToSelect">Tap to choose the correct answer</string>
<string name="QuizInfo">Polls in Quiz Mode have one correct answer. Users can\'t revoke their answers.</string>
<string name="AddAnOption">Add an Option...</string>
<string name="AddAnOptionInfo">You can add %1$s.</string>
<string name="AddAnOptionInfoMax">You have added the maximum number of options.</string>
<string name="AnonymousPoll">Anonymous Poll</string>
<string name="QuizWrongAnswer">Wrong answer!</string>
<string name="QuizWrongAnswerInfo">You missed the correct option.</string>
<string name="QuizWellDone">Well done!</string>
<string name="QuizWellDoneInfo">You chose the right answer.</string>
<string name="PublicPoll">Poll</string>
<string name="QuizPoll">Quiz</string>
<string name="PollSubmitVotes">VOTE</string>
<string name="PollViewResults">VIEW RESULTS</string>
<string name="AnonymousQuizPoll">Anonymous Quiz</string>
<string name="StopPoll">Stop Poll</string>
<string name="StopPollAlertTitle">Stop poll?</string>
<string name="StopPollAlertText">If you stop this poll now, nobody will be able to vote in it anymore. This action cannot be undone.</string>
<string name="StopQuiz">Stop Quiz</string>
<string name="StopQuizAlertTitle">Stop quiz?</string>
<string name="StopQuizAlertText">If you stop this quiz now, nobody will be able to submit answers. This action cannot be undone.</string>
<string name="CancelPollAlertTitle">Discard poll?</string>
<string name="CancelPollAlertText">Are you sure you want to discard this poll?</string>
<string name="Unvote">Retract Vote</string>
<string name="FinalResults">Final Results</string>
<string name="NoVotes">No votes</string>
<string name="NoVotesQuiz">Nobody answered</string>
<string name="Vote_one">%1$d vote</string>
<string name="Vote_other">%1$d votes</string>
<string name="Answer_one">%1$d answer</string>
<string name="Answer_other">%1$d answers</string>
<string name="ShowVotes_one">Show More (%1$d)</string>
<string name="ShowVotes_other">Show More (%1$d)</string>
<string name="Option_one">%1$d more option</string>
<string name="Option_other">%1$d more options</string>
<string name="OptionHint">Option</string>
<!--event log-->
<string name="EventLog">Recent Actions</string>
<string name="EventLogAllEvents">All actions</string>
<string name="EventLogSelectedEvents">selected actions</string>
<string name="EventLogAllAdmins">All admins</string>
<string name="EventLogEmpty2">**No actions here yet**\n\nThe group\'s members and admins have not taken any service actions in the last **48** hours.</string>
<string name="EventLogEmptyChannel2">**No actions here yet**\n\nThe channel\'s admins have not taken any service actions in the last **48** hours.</string>
<string name="EventLogInfoTitle">What are Recent Actions?</string>
<string name="EventLogInfoDetail">This is a list of notable actions by members and admins in the last 48 hours.</string>
<string name="EventLogInfoDetailChannel">This is a list of all service actions taken by the channel\'s admins in the last 48 hours.</string>
<string name="EventLogEditedGroupTitle">un1 renamed the group to \"%1$s\"</string>
<string name="EventLogEditedChannelTitle">un1 renamed the channel to \"%1$s\"</string>
<string name="EventLogLeftGroup">un1 left the group</string>
<string name="EventLogLeftChannel">un1 left the channel</string>
<string name="EventLogAdded">un1 added un2</string>
<string name="EventLogGroupJoined">un1 joined the group</string>
<string name="EventLogChannelRestricted">banned %1$s</string>
<string name="EventLogChannelUnrestricted">unbanned %1$s</string>
<string name="EventLogChannelJoined">un1 joined the channel</string>
<string name="EventLogEditedGroupPhoto">un1 set a new group photo</string>
<string name="EventLogEditedChannelPhoto">un1 set a new channel photo</string>
<string name="EventLogEditedGroupVideo">un1 set a new group photo</string>
<string name="EventLogEditedChannelVideo">un1 set a new channel photo</string>
<string name="EventLogRemovedWGroupPhoto">un1 removed the group photo</string>
<string name="EventLogRemovedChannelPhoto">un1 removed the channel photo</string>
<string name="EventLogEditedMessages">un1 edited this message:</string>
<string name="EventLogEditedCaption">un1 edited caption:</string>
<string name="EventLogEditedMedia">un1 edited media:</string>
<string name="EventLogAddedMedia">un1 added media:</string>
<string name="EventLogEditedMediaCaption">un1 edited media and caption:</string>
<string name="EventLogOriginalMessages">Original message</string>
<string name="EventLogOriginalCaption">Original caption</string>
<string name="EventLogOriginalCaptionEmpty">Empty</string>
<string name="EventLogPinnedMessages">un1 pinned this message:</string>
<string name="EventLogUnpinnedMessages">un1 unpinned a message</string>
<string name="EventLogStopPoll">un1 stopped this poll:</string>
<string name="EventLogStopQuiz">un1 stopped the quiz:</string>
<string name="EventLogDeletedMessages">un1 deleted this message:</string>
<string name="EventLogDeletedMultipleMessagesToExpand_one">un1 deleted message from %2$s</string>
<string name="EventLogDeletedMultipleMessagesToExpand_other">un1 deleted %1$d messages from %2$s</string>
<string name="EventLogDeletedMultipleMessages_one">un1 deleted message from %2$s:</string>
<string name="EventLogDeletedMultipleMessages_other">un1 deleted %1$d messages from %2$s:</string>
<string name="EventLogDeletedMultipleMessagesHide">Hide all</string>
<string name="EventLogDeletedMultipleMessagesShow">Show all</string>
<string name="EventLogChangedLocation">un1 changed the group location to \"%1$s\"</string>
<string name="EventLogRemovedLocation">un1 removed the group location</string>
<string name="EventLogChangedOwnership">transferred ownership to %1$s</string>
<string name="EventLogChangedStickersSet">un1 changed the group sticker set</string>
<string name="EventLogRemovedStickersSet">un1 removed the group sticker set</string>
<string name="EventLogChangedEmojiPack">un1 changed the group emoji pack</string>
<string name="EventLogRemovedEmojiPack">un1 removed the group emoji pack</string>
<string name="EventLogChangedLinkedGroup">un1 made un2 the discussion group for this channel</string>
<string name="EventLogRemovedLinkedGroup">un1 removed the discussion group un2</string>
<string name="EventLogChangedLinkedChannel">un1 linked this group to un2</string>
<string name="EventLogRemovedLinkedChannel">un1 unlinked this group from un2</string>
<string name="EventLogChangedGroupLink">un1 changed the group link:</string>
<string name="EventLogChangedChannelLink">un1 changed the channel link:</string>
<string name="EventLogRemovedGroupLink">un1 removed the group link</string>
<string name="EventLogRemovedChannelLink">un1 removed the channel link</string>
<string name="EventLogPreviousLink">Previous link</string>
<string name="EventLogEditedGroupDescription">un1 edited the group description:</string>
<string name="EventLogEditedChannelDescription">un1 edited the channel description:</string>
<string name="EventLogEditedGroupTheme">un1 changed the group theme:</string>
<string name="EventLogEditedChannelTheme">un1 changed the channel theme:</string>
<string name="EventLogPreviousGroupDescription">Previous description</string>
<string name="EventLogPreviousGroupTheme">Previous theme</string>
<string name="EventLogToggledInvitesHistoryOn">un1 made the group history visible for new members</string>
<string name="EventLogToggledInvitesHistoryOff">un1 made the group history hidden for new members</string>
<string name="EventLogToggledInvitesOn">un1 enabled group invites</string>
<string name="EventLogToggledInvitesOff">un1 disabled group invites</string>
<string name="EventLogToggledSignaturesOn">un1 enabled signatures</string>
<string name="EventLogToggledSignaturesOff">un1 disabled signatures</string>
<string name="EventLogSubExtend">un1 renewed subscription</string>
<string name="EventLogToggledSignaturesProfilesOn">un1 enabled author profiles</string>
<string name="EventLogToggledSignaturesProfilesOff">un1 disabled author profiles</string>
<string name="EventLogRestrictedUntil">changed permissions for %1$s\n\nDuration: %2$s</string>
<string name="EventLogDefaultPermissions">changed default permissions</string>
<string name="EventLogRestrictedSendStickers">Send stickers & GIFs</string>
<string name="EventLogRestrictedSendMedia">Send media</string>
<string name="EventLogRestrictedChangeInfo">Change info</string>
<string name="EventLogRestrictedInviteUsers">Add users</string>
<string name="EventLogRestrictedPinMessages">Pin messages</string>
<string name="EventLogRestrictedSendPolls">Send polls</string>
<string name="EventLogRestrictedSendMessages">Send messages</string>
<string name="EventLogRestrictedSendEmbed">Embed links</string>
<string name="EventLogRestrictedReadMessages">Read messages</string>
<string name="EventLogPromoted">changed privileges of %1$s</string>
<string name="EventLogPromotedNoRights">promoted %1$s</string>
<string name="EventLogPromotedChangeChannelInfo">Change channel Info</string>
<string name="EventLogPromotedChangeGroupInfo">Edit group info</string>
<string name="EventLogPromotedPostMessages">Post messages</string>
<string name="EventLogPromotedEditMessages">Edit messages</string>
<string name="EventLogPromotedDeleteMessages">Delete messages</string>
<string name="EventLogPromotedPostStories">Post stories</string>
<string name="EventLogPromotedEditStories">Edit stories of others</string>
<string name="EventLogPromotedDeleteStories">Delete stories of others</string>
<string name="EventLogPromotedAddAdmins">Add admins</string>
<string name="EventLogPromotedSendAnonymously">Remain Anonymous</string>
<string name="EventLogPromotedBanUsers">Ban users</string>
<string name="EventLogPromotedManageCall">Manage video chats</string>
<string name="EventLogPromotedAddUsers">Add users</string>
<string name="EventLogPromotedTitle">Title: %1$s</string>
<string name="EventLogPromotedRemovedTitle">Title</string>
<string name="EventLogPromotedPinMessages">Pin messages</string>
<string name="EventLogFilterAll">All actions</string>
<string name="EventLogFilterNewRestrictions">New exceptions</string>
<string name="EventLogFilterNewAdmins">Admin rights</string>
<string name="EventLogFilterNewMembers">New members</string>
<string name="EventLogFilterNewSubscribers">New subscribers</string>
<string name="EventLogFilterGroupInfo">Group info</string>
<string name="EventLogFilterChannelInfo">Channel info</string>
<string name="EventLogFilterDeletedMessages">Deleted messages</string>
<string name="EventLogFilterEditedMessages">Edited messages</string>
<string name="EventLogFilterPinnedMessages">Pinned messages</string>
<string name="EventLogFilterLeavingMembers">Members leaving</string>
<string name="EventLogFilterLeavingMembers2">Members left the Group</string>
<string name="EventLogFilterLeavingSubscribers2">Subscribers left the Channel</string>
<string name="EventLogFilterSectionMembers">Members And Admins</string>
<string name="EventLogFilterSectionSubscribers">Subscribers And Admins</string>
<string name="EventLogFilterApply">Apply Filter</string>
<string name="EventLogFilterSectionAdmin">New Admin Rights</string>
<string name="EventLogFilterSectionMessages">Messages</string>
<string name="EventLogFilterSectionGroupSettings">Group Settings</string>
<string name="EventLogFilterSectionChannelSettings">Channel Settings</string>
<string name="EventLogFilterByActions">Filter actions by type</string>
<string name="EventLogFilterByAdmins">Filter actions by admins</string>
<string name="EventLogFilterByAdminsAll">Show Actions by All Admins</string>
<string name="EventLogFilterCalls">Video Chats</string>
<string name="EventLogFilterInvites">Invite links</string>
<string name="EventLogToggledSlowmodeOn">un1 set the slow mode timer to %1$s</string>
<string name="EventLogToggledSlowmodeOff">un1 disabled the slow mode</string>
<string name="EventLogStartedVoiceChat">un1 started a video chat</string>
<string name="EventLogEndedVoiceChat">un1 ended the video chat</string>
<string name="EventLogStartedLiveStream">un1 started a live stream</string>
<string name="EventLogEndedLiveStream">un1 ended the live stream</string>
<string name="EventLogVoiceChatMuted">un1 muted un2 in a video chat</string>
<string name="EventLogVoiceChatUnmuted">un1 unmuted un2 in a video chat</string>
<string name="EventLogVoiceChatAllowedToSpeak">un1 allowed new video chat participants to speak</string>
<string name="EventLogVoiceChatNotAllowedToSpeak">un1 muted new video chat participants</string>
<string name="EventLogChangeUsernames">un1 changed group username from %1$s to %2$s</string>
<string name="EventLogDeactivatedUsername">un1 deactivated %1$s username</string>
<string name="EventLogActivatedUsername">un1 activated %1$s username</string>
<string name="EventLogSwitchToForum">un1 enabled topics</string>
<string name="EventLogSwitchToGroup">un1 disabled topics</string>
<string name="EventLogCreateTopic">un1 created topic un2</string>
<string name="EventLogEditTopic">un1 changed topic name from un2 to un3</string>
<string name="EventLogClosedTopic">%s closed topic un2</string>
<string name="EventLogReopenedTopic">%s reopened topic un2</string>
<string name="EventLogDeleteTopic">un1 deleted topic un2</string>
<string name="EventLogPinTopic">un1 pinned topic un2</string>
<string name="EventLogUnpinTopic">un1 unpinned topic un2</string>
<string name="EventLogEnabledAntiSpam">un1 enabled anti-spam</string>
<string name="EventLogDisabledAntiSpam">un1 disabled anti-spam</string>
<string name="EventLogChangedColor">un1 changed channel color from %1$s to %2$s</string>
<string name="EventLogChangedEmoji">un1 changed channel emoji from %1$s to %2$s</string>
<string name="EventLogChangedPeerColorIcon">un1 changed channel color and icon from %1$s to %2$s</string>
<string name="EventLogChangedProfileColorIcon">un1 changed channel profile color and icon from %1$s to %2$s</string>