Update to 5.14.0 (1846)

This commit is contained in:
DrKLO 2020-01-23 09:15:40 +03:00
parent 6a10354656
commit 30d603778d
203 changed files with 10083 additions and 18094 deletions

View file

@ -219,6 +219,7 @@
<string name="ArchiveHintText2">Chats with disabled notifications stay archived 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>
<!--channels-->
<string name="SetAsAdmin">Promote to admin</string>
<string name="EditAdminRights">Edit admin rights</string>
@ -244,6 +245,7 @@
<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>
@ -376,6 +378,7 @@
<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 a 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>
@ -522,28 +525,66 @@
<string name="SlowmodeSendErrorTooLong">Sorry, this text is too long to send as one message.\n\nSlow Mode is enabled. You can\'t send more than one message at once.</string>
<!--polls-->
<string name="NewPoll">New Poll</string>
<string name="NewQuiz">New Quiz</string>
<string name="Poll">Poll</string>
<string name="Question">Question</string>
<string name="QuestionHint">Ask a question</string>
<string name="PollOptions">Poll options</string>
<string name="AddAnOption">Add an option...</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, public polls cant be forwarded to channels.</string>
<string name="PollCantForwardSecretChat">Sorry, polls cant be forwarded 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 vote in it anymore. 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_zero">%1$d votes</string>
<string name="Vote_one">%1$d vote</string>
<string name="Vote_two">%1$d votes</string>
<string name="Vote_few">%1$d votes</string>
<string name="Vote_many">%1$d votes</string>
<string name="Vote_other">%1$d votes</string>
<string name="Answer_zero">%1$d answers</string>
<string name="Answer_one">%1$d answer</string>
<string name="Answer_two">%1$d answers</string>
<string name="Answer_few">%1$d answers</string>
<string name="Answer_many">%1$d answers</string>
<string name="Answer_other">%1$d answers</string>
<string name="ShowVotes_zero">Show More (%1$d)</string>
<string name="ShowVotes_one">Show More (%1$d)</string>
<string name="ShowVotes_two">Show More (%1$d)</string>
<string name="ShowVotes_few">Show More (%1$d)</string>
<string name="ShowVotes_many">Show More (%1$d)</string>
<string name="ShowVotes_other">Show More (%1$d)</string>
<string name="Option_zero">%1$d more options</string>
<string name="Option_one">%1$d more option</string>
<string name="Option_two">%1$d more options</string>
@ -586,6 +627,7 @@
<string name="EventLogPinnedMessages">un1 pinned this message:</string>
<string name="EventLogUnpinnedMessages">un1 unpinned message</string>
<string name="EventLogStopPoll">un1 stopped the poll:</string>
<string name="EventLogStopQuiz">un1 stopped the quiz:</string>
<string name="EventLogDeletedMessages">un1 deleted this message:</string>
<string name="EventLogChangedLocation">un1 changed group location to \"%1$s\"</string>
<string name="EventLogRemovedLocation">un1 removed group location</string>
@ -915,6 +957,7 @@
<string name="MessageScheduledLimitReached">Sorry, you can not schedule more than 100 messages.</string>
<string name="MessageScheduledBotAction">This action will become available after the message is published.</string>
<string name="MessageScheduledVote">Voting will become available after the message is published.</string>
<string name="MessageScheduledVoteResults">Poll results will become available after the message is published.</string>
<string name="MessageScheduledReminderNotification">&#128197; Reminder</string>
<string name="OneResult">1 result</string>
<string name="VideoQualityIsTooLow">Video quality is too low to change compression settings.</string>
@ -939,6 +982,7 @@
<string name="NotificationMessageSDVideo">%1$s sent you a self-destructing video</string>
<string name="NotificationMessageContact2">%1$s shared a contact %2$s with you</string>
<string name="NotificationMessagePoll2">%1$s sent you a poll %2$s</string>
<string name="NotificationMessageQuiz2">%1$s sent you a quiz %2$s</string>
<string name="NotificationMessageMap">%1$s sent you a location</string>
<string name="NotificationMessageLiveLocation">%1$s sent you a live location</string>
<string name="NotificationMessageGame">%1$s invited you to play %2$s</string>
@ -955,6 +999,7 @@
<string name="NotificationMessageGroupPhoto">%1$s sent a photo to the group %2$s</string>
<string name="NotificationMessageGroupVideo">%1$s sent a video to the group %2$s</string>
<string name="NotificationMessageGroupPoll2">%1$s sent a poll %3$s to the group %2$s</string>
<string name="NotificationMessageGroupQuiz2">%1$s sent a quiz %3$s to the group %2$s</string>
<string name="NotificationMessageGroupContact2">%1$s shared a contact %3$s in the group %2$s</string>
<string name="NotificationMessageGroupMap">%1$s sent a location to the group %2$s</string>
<string name="NotificationMessageGroupLiveLocation">%1$s shared a live location with the group %2$s</string>
@ -996,6 +1041,7 @@
<string name="NotificationActionPinnedText">%1$s pinned \"%2$s\" in the group %3$s</string>
<string name="NotificationActionPinnedNoText">%1$s pinned a message in the group %2$s</string>
<string name="NotificationActionPinnedPoll2">%1$s pinned a poll %3$s in the group %2$s</string>
<string name="NotificationActionPinnedQuiz2">%1$s pinned a quiz %3$s in the group %2$s</string>
<string name="NotificationActionPinnedPhoto">%1$s pinned a photo in the group %2$s</string>
<string name="NotificationActionPinnedGame">%1$s pinned a game in the group %2$s</string>
<string name="NotificationActionPinnedGameScore">%1$s pinned a game score in the group %2$s</string>
@ -1014,6 +1060,7 @@
<string name="NotificationActionPinnedTextChannel">%1$s pinned \"%2$s\"</string>
<string name="NotificationActionPinnedNoTextChannel">%1$s pinned a message</string>
<string name="NotificationActionPinnedPollChannel2">%1$s pinned a poll %2$s</string>
<string name="NotificationActionPinnedQuizChannel2">%1$s pinned a quiz %2$s</string>
<string name="NotificationActionPinnedPhotoChannel">%1$s pinned a photo</string>
<string name="NotificationActionPinnedGameChannel">%1$s pinned a game</string>
<string name="NotificationActionPinnedGameScoreChannel">%1$s pinned a game score</string>
@ -1270,6 +1317,7 @@
<string name="CustomThemes">Custom themes</string>
<string name="ThemeSetUrl">Set link</string>
<string name="ThemeUrl">Theme Link</string>
<string name="BubbleRadius">Message corners</string>
<string name="ChatList">Chat list view</string>
<string name="ChatListDefault">Two lines</string>
<string name="ChatListExpanded">Three lines</string>