mirror of
https://github.com/danog/Telegram.git
synced 2024-12-11 17:09:46 +01:00
1854 lines
84 KiB
Plaintext
1854 lines
84 KiB
Plaintext
// Notifications
|
||
"MESSAGE_TEXT" = "%1$@: %2$@";
|
||
"MESSAGE_NOTEXT" = "%1$@ sent you a message";
|
||
"MESSAGE_PHOTO" = "%1$@ sent you a photo";
|
||
"MESSAGE_VIDEO" = "%1$@ sent you a video";
|
||
"MESSAGE_CONTACT" = "%1$@ shared a contact with you";
|
||
"MESSAGE_GEO" = "%1$@ sent you a map";
|
||
"MESSAGE_DOC" = "%1$@ sent you a file";
|
||
"MESSAGE_AUDIO" = "%1$@ sent you a voice message";
|
||
"MESSAGE_GIF" = "%1$@ sent you a GIF";
|
||
"ENCRYPTED_MESSAGE" = "You have a new message%1$@";
|
||
"LOCKED_MESSAGE" = "You have a new message%1$@";
|
||
"ENCRYPTION_REQUEST" = "New encryption request%1$@";
|
||
"ENCRYPTION_ACCEPT" = "Your encryption request was accepted%1$@";
|
||
"DC_UPDATE" = "Open this notification to update app settings";
|
||
|
||
"CHAT_JOINED" = "%1$@ has joined the group %2$@";
|
||
|
||
"CHAT_MESSAGE_TEXT" = "%1$@@%2$@: %3$@";
|
||
"CHAT_MESSAGE_NOTEXT" = "%1$@ sent a message to the group %2$@";
|
||
"CHAT_MESSAGE_PHOTO" = "%1$@ sent a photo to the group %2$@";
|
||
"CHAT_MESSAGE_VIDEO" = "%1$@ sent a video to the group %2$@";
|
||
"CHAT_MESSAGE_CONTACT" = "%1$@ shared a contact in the group %2$@";
|
||
"CHAT_MESSAGE_GEO" = "%1$@ sent a map to the group %2$@";
|
||
"CHAT_MESSAGE_DOC" = "%1$@ sent a file to the group %2$@";
|
||
"CHAT_MESSAGE_AUDIO" = "%1$@ sent a voice message to the group %2$@";
|
||
"CHAT_MESSAGE_GIF" = "%1$@ sent a GIF to the group %2$@";
|
||
"CHAT_CREATED" = "%1$@ invited you to the group %2$@";
|
||
"CHAT_TITLE_EDITED" = "%1$@ edited the group's %2$@ name";
|
||
"CHAT_PHOTO_EDITED" = "%1$@ edited the group's %2$@ photo";
|
||
"CHAT_ADD_MEMBER" = "%1$@ invited %3$@ to the group %2$@";
|
||
"CHAT_ADD_YOU" = "%1$@ invited you to the group %2$@";
|
||
"CHAT_DELETE_YOU" = "%1$@ removed you from the group %2$@";
|
||
"CHAT_DELETE_MEMBER" = "%1$@ removed %3$@ from the group %2$@";
|
||
"CHAT_LEFT" = "%1$@ left the group %2$@";
|
||
"CHAT_RETURNED" = "%1$@ returned to the group %2$@";
|
||
|
||
"MESSAGE_STICKER" = "%1$@ sent you a sticker";
|
||
"CHAT_MESSAGE_STICKER" = "%1$@ sent a sticker to the group %2$@";
|
||
|
||
"CONTACT_JOINED" = "%1$@ joined Telegram!";
|
||
"CONTACT_ACTIVATED" = "%1$@ helped you activate your account!";
|
||
|
||
"AUTH_UNKNOWN" = "Login from a new device %1$@";
|
||
"AUTH_REGION" = "Login from a new device %1$@, location: %2$@";
|
||
|
||
"MESSAGE_FWDS" = "%1$@ forwarded you %2$@ messages";
|
||
"CHAT_MESSAGE_FWDS" = "%1$@ forwarded %3$@ messages to the group %2$@";
|
||
|
||
"CHANNEL_MESSAGE_TEXT" = "%1$@: %2$@";
|
||
"CHANNEL_MESSAGE_NOTEXT" = "%1$@ posted a message";
|
||
"CHANNEL_MESSAGE_PHOTO" = "%1$@ posted a photo";
|
||
"CHANNEL_MESSAGE_VIDEO" = "%1$@ posted a video";
|
||
"CHANNEL_MESSAGE_DOC" = "%1$@ posted a document";
|
||
"CHANNEL_MESSAGE_STICKER" = "%1$@ posted a sticker";
|
||
"CHANNEL_MESSAGE_AUDIO" = "%1$@ posted a voice message";
|
||
"CHANNEL_MESSAGE_CONTACT" = "%1$@ posted a contact";
|
||
"CHANNEL_MESSAGE_GEO" = "%1$@ posted a map";
|
||
"CHANNEL_MESSAGE_FWDS" = "%1$@ posted %2$@ forwarded messages";
|
||
"CHANNEL_MESSAGE_GIF" = "%1$@ posted a GIF";
|
||
|
||
// Common
|
||
"Common.OK" = "OK";
|
||
"Common.Cancel" = "Cancel";
|
||
"Common.Edit" = "Edit";
|
||
"Common.edit" = "edit";
|
||
"Common.Done" = "Done";
|
||
"Common.Next" = "Next";
|
||
"Common.Delete" = "Delete";
|
||
"Common.Create" = "Create";
|
||
"Common.Back" = "Back";
|
||
"Common.Close" = "Close";
|
||
"Common.Yes" = "Yes";
|
||
"Common.No" = "No";
|
||
"Common.TakePhotoOrVideo" = "Take Photo or Video";
|
||
"Common.TakePhoto" = "Take Photo";
|
||
"Common.ChoosePhoto" = "Choose Photo";
|
||
"Common.ChooseVideo" = "Choose Video";
|
||
"Common.of" = "of";
|
||
"Common.Search" = "Search";
|
||
"Common.More" = "More";
|
||
"Common.Select" = "Select";
|
||
|
||
// State
|
||
"State.connecting" = "connecting";
|
||
"State.updating" = "updating";
|
||
"State.Connecting" = "Connecting...";
|
||
"State.Updating" = "Updating...";
|
||
"State.WaitingForNetwork" = "Waiting for network";
|
||
|
||
// Presence
|
||
"Presence.online" = "online";
|
||
"Presence.offline" = "offline";
|
||
"Presence.invisible" = "invisible";
|
||
|
||
// Date
|
||
"Month.GenJanuary" = "January";
|
||
"Month.GenFebruary" = "February";
|
||
"Month.GenMarch" = "March";
|
||
"Month.GenApril" = "April";
|
||
"Month.GenMay" = "May";
|
||
"Month.GenJune" = "June";
|
||
"Month.GenJuly" = "July";
|
||
"Month.GenAugust" = "August";
|
||
"Month.GenSeptember" = "September";
|
||
"Month.GenOctober" = "October";
|
||
"Month.GenNovember" = "November";
|
||
"Month.GenDecember" = "December";
|
||
"Month.ShortJanuary" = "Jan";
|
||
"Month.ShortFebruary" = "Feb";
|
||
"Month.ShortMarch" = "Mar";
|
||
"Month.ShortApril" = "Apr";
|
||
"Month.ShortMay" = "May";
|
||
"Month.ShortJune" = "Jun";
|
||
"Month.ShortJuly" = "Jul";
|
||
"Month.ShortAugust" = "Aug";
|
||
"Month.ShortSeptember" = "Sep";
|
||
"Month.ShortOctober" = "Oct";
|
||
"Month.ShortNovember" = "Nov";
|
||
"Month.ShortDecember" = "Dec";
|
||
"Weekday.ShortMonday" = "Mon";
|
||
"Weekday.ShortTuesday" = "Tue";
|
||
"Weekday.ShortWednesday" = "Wed";
|
||
"Weekday.ShortThursday" = "Thu";
|
||
"Weekday.ShortFriday" = "Fri";
|
||
"Weekday.ShortSaturday" = "Sat";
|
||
"Weekday.ShortSunday" = "Sun";
|
||
"Weekday.Monday" = "Monday";
|
||
"Weekday.Tuesday" = "Tuesday";
|
||
"Weekday.Wednesday" = "Wednesday";
|
||
"Weekday.Thursday" = "Thursday";
|
||
"Weekday.Friday" = "Friday";
|
||
"Weekday.Saturday" = "Saturday";
|
||
"Weekday.Sunday" = "Sunday";
|
||
|
||
"Time.TodayAt" = "today at %@";
|
||
"Time.YesterdayAt" = "yesterday at %@";
|
||
|
||
"LastSeen.JustNow" = "last seen just now";
|
||
"LastSeen.MinutesAgo_1" = "last seen 1 minute ago"; //one
|
||
"LastSeen.MinutesAgo_2" = "last seen 2 minutes ago"; //two
|
||
"LastSeen.MinutesAgo_3_10" = "last seen %@ minutes ago"; //three to ten
|
||
"LastSeen.MinutesAgo_any" = "last seen %@ minutes ago"; // more than ten
|
||
"LastSeen.HoursAgo_1" = "last seen 1 hour ago";
|
||
"LastSeen.HoursAgo_2" = "last seen 2 hours ago";
|
||
"LastSeen.HoursAgo_3_10" = "last seen %@ hours ago";
|
||
"LastSeen.HoursAgo_any" = "last seen %@ hours ago";
|
||
"LastSeen.TodayAt" = "last seen today at %@";
|
||
"LastSeen.YesterdayAt" = "last seen yesterday at %@";
|
||
"LastSeen.AtWeekday" = "last seen %@";
|
||
"LastSeen.AtDate" = "last seen %@";
|
||
"LastSeen.Lately" = "last seen recently";
|
||
"LastSeen.WithinAWeek" = "last seen within a week";
|
||
"LastSeen.WithinAMonth" = "last seen within a month";
|
||
"LastSeen.ALongTimeAgo" = "last seen a long time ago";
|
||
|
||
"Date.DialogDateFormat" = "{month} {day}";
|
||
|
||
// Tour
|
||
"Tour.Title1" = "Telegram";
|
||
"Tour.Text1" = "The world's **fastest** messaging app.\nIt is **free** and **secure**.";
|
||
|
||
"Tour.Title2" = "Fast";
|
||
"Tour.Text2" = "**Telegram** delivers messages\nfaster than any other application.";
|
||
|
||
"Tour.Title3" = "Powerful";
|
||
"Tour.Text3" = "**Telegram** has no limits on\nthe size of your chats and media.";
|
||
|
||
"Tour.Title4" = "Secure";
|
||
"Tour.Text4" = "**Telegram** keeps your messages\nsafe from hacker attacks.";
|
||
|
||
"Tour.Title5" = "Cloud-Based";
|
||
"Tour.Text5" = "**Telegram** lets you access your\nmessages from multiple devices.";
|
||
|
||
"Tour.Title6" = "Free";
|
||
"Tour.Text6" = "**Telegram** is free forever. No ads.\nNo subscription fees.";
|
||
|
||
"Tour.Title7" = "Private";
|
||
"Tour.Text7" = "**Telegram** messages are heavily encrypted and can self-destruct.";
|
||
|
||
"Tour.StartButton" = "Start Messaging";
|
||
|
||
// Login
|
||
"Login.PhoneAndCountryHelp" = "Please confirm your country code and enter your phone number.";
|
||
"Login.CodeHelp" = "We have sent you an SMS with a code to the number\n%@";
|
||
"Login.CodeSentInternal" = "We've sent the code to the **Telegram** app on your other device";
|
||
"Login.HaveNotReceivedCodeInternal" = "Haven't received the code?";
|
||
"Login.CodeSentSms" = "We have sent you an SMS with the code";
|
||
"Login.Code" = "Code";
|
||
"Login.CallRequestState1" = "Telegram will call you in %d:%.2d";
|
||
"Login.CallRequestState2" = "Requesting a call from Telegram...";
|
||
"Login.CallRequestState3" = "Telegram dialed your number\n[Didn't get the code?]";
|
||
"Login.EmailNotConfiguredError" = "Please set up an email account.";
|
||
"Login.EmailCodeSubject" = "%@, no code";
|
||
"Login.EmailCodeBody" = "My phone number is:\n%@\nI can't get an activation code for Telegram.";
|
||
"Login.UnknownError" = "An error occurred. Please try again later";
|
||
"Login.InvalidCodeError" = "You have entered an invalid code. Please try again.";
|
||
"Login.NetworkError" = "Please check your internet connection and try again.";
|
||
"Login.CodeExpiredError" = "Code expired. Please try again.";
|
||
"Login.CodeFloodError" = "Limit exceeded. Please try again later.";
|
||
"Login.InvalidPhoneError" = "Invalid phone number. Please try again.";
|
||
"Login.InvalidFirstNameError" = "Invalid first name. Please try again.";
|
||
"Login.InvalidLastNameError" = "Invalid last name. Please try again.";
|
||
"Login.InactiveHelp" = "None of your contacts\nuse Telegram yet.\nWe will notify you when they join.\nYou can also invite a friend right away.";
|
||
"Login.InviteButton" = "Invite a Friend to Chat";
|
||
|
||
"Login.PhoneTitle" = "Your Phone";
|
||
"Login.PhonePlaceholder" = "Your phone number";
|
||
"Login.CountryCode" = "Country Code";
|
||
"Login.InvalidCountryCode" = "Invalid Country Code";
|
||
|
||
"Login.CodeTitle" = "Your Code";
|
||
|
||
"Login.InfoTitle" = "Your Info";
|
||
"Login.InfoAvatarAdd" = "add";
|
||
"Login.InfoAvatarPhoto" = "photo";
|
||
"Login.InfoFirstNamePlaceholder" = "First name";
|
||
"Login.InfoLastNamePlaceholder" = "Last name";
|
||
"Login.InfoUpdatePhoto" = "Update Photo";
|
||
"Login.InfoDeletePhoto" = "Delete Photo";
|
||
"Login.InfoHelp" = "Enter your name and add a profile picture.";
|
||
|
||
// Login.SelectCountry
|
||
"Login.SelectCountry.Title" = "Country";
|
||
|
||
// Welcome Screen
|
||
"WelcomeScreen.Title" = "Get Started";
|
||
"WelcomeScreen.Logout" = "Log Out";
|
||
"WelcomeScreen.Greeting" = "Welcome, %@!";
|
||
"WelcomeScreen.ContactsAccessDisabled" = "Sorry, unable to sync contacts.";
|
||
"WelcomeScreen.ContactsAccessHelp" = "Telegram messaging is based on your existing contact list. Please go to your %@'s Settings — Privacy — Contacts and set Telegram to ON.";
|
||
"WelcomeScreen.ContactsAccessSettings" = "Settings";
|
||
"WelcomeScreen.UpdatingTitle" = "Updating";
|
||
|
||
// Dialog List
|
||
"DialogList.TabTitle" = "Chats";
|
||
"DialogList.Title" = "Chats";
|
||
"DialogList.SearchLabel" = "Search for messages or users";
|
||
"DialogList.SelectContact" = "Select Contact";
|
||
"DialogList.SelectContacts" = "Select Contacts";
|
||
"DialogList.Create" = "Create";
|
||
"DialogList.NoMessagesTitle" = "You have no conversations yet";
|
||
"DialogList.NoMessagesText" = "Start messaging by pressing the pencil button in the top right corner or go to the Contacts section.";
|
||
"DialogList.SingleTypingSuffix" = "%@ is typing";
|
||
"DialogList.SingleRecordingAudioSuffix" = "%@ is recording audio";
|
||
"DialogList.SingleUploadingPhotoSuffix" = "%@ is sending photo";
|
||
"DialogList.SingleUploadingVideoSuffix" = "%@ is sending video";
|
||
"DialogList.SingleUploadingFileSuffix" = "%@ is sending file";
|
||
"DialogList.MultipleTypingSuffix" = "%d are typing";
|
||
"DialogList.Typing" = "typing";
|
||
"DialogList.ClearHistoryConfirmation" = "Clear History";
|
||
"DialogList.DeleteConversationConfirmation" = "Delete and Exit";
|
||
"DialogList.AwaitingEncryption" = "Waiting for %@ to get online...";
|
||
"DialogList.EncryptionRejected" = "Secret chat cancelled";
|
||
"DialogList.EncryptionProcessing" = "Exchanging encryption keys...";
|
||
"DialogList.EncryptedChatStartedOutgoing" = "%@ joined your secret chat.";
|
||
"DialogList.EncryptedChatStartedIncoming" = "%@ created a secret chat.";
|
||
"DialogList.Conversations" = "Conversations";
|
||
"DialogList.Messages" = "Messages";
|
||
|
||
// Compose
|
||
"Compose.TokenListPlaceholder" = "Who would you like to message?";
|
||
"Compose.NewMessage" = "New Message";
|
||
"Compose.NewGroup" = "New Group";
|
||
"Compose.NewEncryptedChat" = "New Secret Chat";
|
||
"Compose.NewBroadcast" = "Broadcast List";
|
||
"Compose.NewBroadcastButton" = "New Broadcast";
|
||
"Compose.Recipients" = "Recipients";
|
||
"Compose.Create" = "Create";
|
||
|
||
// Contacts
|
||
"Contacts.TabTitle" = "Contacts";
|
||
"Contacts.Title" = "Contacts";
|
||
"Contacts.Invite" = "Invite";
|
||
"Contacts.contact" = "contact";
|
||
"Contacts.contacts" = "contacts";
|
||
"Contacts.contactsvar" = "contacts";
|
||
"Contacts.InvitationText" = "Hey, let's switch to Telegram http://telegram.org/dl";
|
||
"Contacts.FailedToSendInvitesMessage" = "An error occurred.";
|
||
"Contacts.AccessDeniedError" = "Telegram does not have access to your contacts";
|
||
"Contacts.AccessDeniedHelpLandscape" = "Please go to your %@ Settings — Privacy — Contacts.\nThen select ON for Telegram.";
|
||
"Contacts.AccessDeniedHelpPortrait" = "Please go to your %@ Settings — Privacy — Contacts. Then select ON for Telegram.";
|
||
"Contacts.AccessDeniedHelpON" = "ON";
|
||
"Contacts.InviteToTelegram" = "Invite to Telegram";
|
||
"Contacts.InviteFriends" = "Invite Friends";
|
||
"Contacts.SelectAll" = "Select All";
|
||
|
||
// Conversation
|
||
"Conversation.InputTextPlaceholder" = "Message";
|
||
"Conversation.Send" = "Send";
|
||
"Conversation.typing" = "typing";
|
||
"Conversation.MessageDeliveryFailed" = "Your message was not sent. Tap \"Resend\" to send this message.";
|
||
"Conversation.MessageDialogEdit" = "Edit";
|
||
"Conversation.MessageDialogRetry" = "Resend";
|
||
"Conversation.MessageDialogRetryAll" = "Resend %1$d Messages";
|
||
"Conversation.MessageDialogDelete" = "Delete";
|
||
"Conversation.LinkDialogOpen" = "Open";
|
||
"Conversation.LinkDialogCopy" = "Copy";
|
||
"Conversation.EditDelete" = "Delete";
|
||
"Conversation.EditForward" = "Forward";
|
||
"Conversation.ForwardToPersonFormat" = "Forward to %@?";
|
||
"Conversation.ForwardToGroupFormat" = "Forward to %@?";
|
||
"Conversation.ForwardTitle" = "Forward";
|
||
"Conversation.ForwardChats" = "Chats";
|
||
"Conversation.ForwardContacts" = "Contacts";
|
||
"Conversation.StatusKickedFromGroup" = "you were removed from the group";
|
||
"Conversation.StatusLeftGroup" = "you have left the group";
|
||
"Conversation.StatusTyping" = "typing";
|
||
"Conversation.BroadcastTitle" = "Broadcast";
|
||
"Conversation.Call" = "Call";
|
||
"Conversation.Mute" = "Mute";
|
||
"Conversation.Unmute" = "Unmute";
|
||
"Conversation.Edit" = "Edit";
|
||
"Conversation.Info" = "Info";
|
||
"Conversation.Search" = "Search";
|
||
"Conversation.Block" = "Block";
|
||
"Conversation.Unblock" = "Unblock";
|
||
"Conversation.ClearAll" = "Delete All";
|
||
"Conversation.Location" = "Location";
|
||
"Conversation.Document" = "Send File";
|
||
"Conversation.Contact" = "Contact";
|
||
"Conversation.BlockUser" = "Block User";
|
||
"Conversation.UnblockUser" = "Unblock User";
|
||
"Conversation.DeleteGroup" = "Delete this Group";
|
||
"Conversation.DeleteChat" = "Delete this Chat";
|
||
"Conversation.ClearAllConfirmation" = "Delete all messages?";
|
||
"Conversation.SearchImages" = "Search Images";
|
||
"Conversation.UnsupportedMedia" = "This message is not supported on your version of Telegram. Update the app to view:\nhttp://telegram.org/update";
|
||
"Conversation.EncryptionWaiting" = "Waiting for %@ to get online...";
|
||
"Conversation.EncryptionProcessing" = "Exchanging encryption keys...";
|
||
"Conversation.SupportPlaceholder" = "Got a question about Telegram?";
|
||
"Conversation.EmptyPlaceholder" = "No messages here yet...";
|
||
"Conversation.EncryptedPlaceholderTitleIncoming" = "%@ invited you to join a secret chat.";
|
||
"Conversation.EncryptedPlaceholderTitleOutgoing" = "You have invited %@ to join a secret chat.";
|
||
"Conversation.EncryptedDescriptionTitle" = "Secret chats:";
|
||
"Conversation.EncryptedDescription1" = "Use end-to-end encryption";
|
||
"Conversation.EncryptedDescription2" = "Leave no trace on our servers";
|
||
"Conversation.EncryptedDescription3" = "Have a self-destruct timer";
|
||
"Conversation.EncryptedDescription4" = "Do not allow forwarding";
|
||
"Conversation.EncryptedForwardingAlert" = "Sorry, you cannot forward a message from a secret chat.";
|
||
"Conversation.ContextMenuCopy" = "Copy";
|
||
"Conversation.ContextMenuDelete" = "Delete";
|
||
"Conversation.ContextMenuForward" = "Forward";
|
||
"Conversation.ContextMenuMore" = "More...";
|
||
|
||
"Conversation.StatusMembers_1" = "1 member";
|
||
"Conversation.StatusMembers_2" = "2 members";
|
||
"Conversation.StatusMembers_3_10" = "%@ members";
|
||
"Conversation.StatusMembers_any" = "%@ members";
|
||
|
||
"Conversation.StatusRecipients_1" = "1 recipient";
|
||
"Conversation.StatusRecipients_2" = "2 recipients";
|
||
"Conversation.StatusRecipients_3_10" = "%@ recipients";
|
||
"Conversation.StatusRecipients_any" = "%@ recipients";
|
||
|
||
"Conversation.StatusOnline_1" = "1 online";
|
||
"Conversation.StatusOnline_2" = "2 online";
|
||
"Conversation.StatusOnline_3_10" = "%@ online";
|
||
"Conversation.StatusOnline_any" = "%@ online";
|
||
|
||
"Conversation.UnreadMessages" = "Unread Messages";
|
||
"Conversation.InfoGroup" = "Group";
|
||
"Conversation.InfoPrivate" = "Contact";
|
||
"Conversation.InfoBroadcastList" = "List";
|
||
|
||
// Notification
|
||
"Notification.RenamedChat" = "%@ renamed group";
|
||
"Notification.RenamedChannel" = "Channel renamed";
|
||
"Notification.ChangedGroupPhoto" = "%@ changed group photo";
|
||
"Notification.RemovedGroupPhoto" = "%@ removed group photo";
|
||
"Notification.ChangedUserPhoto" = "%@ added a new profile photo";
|
||
"Notification.RemovedUserPhoto" = "%@ removed profile photo";
|
||
"Notification.JoinedChat" = "%@ joined the group";
|
||
"Notification.Invited" = "%@ invited %@";
|
||
"Notification.LeftChat" = "%@ left the group";
|
||
"Notification.Kicked" = "%@ removed %@";
|
||
"Notification.CreatedChat" = "%@ created a group";
|
||
"Notification.CreatedChannel" = "Channel created";
|
||
"Notification.CreatedGroup" = "Group created";
|
||
"Notification.CreatedBroadcastList" = "You created a broadcast list";
|
||
"Notification.CreatedChatWithTitle" = "%@ created the group \"%@\"";
|
||
"Notification.Joined" = "%@ joined Telegram";
|
||
"Notification.ChangedGroupName" = "%@ changed group name to \"%@\"";
|
||
"Notification.NewAuthDetected" = "%1$@,\nWe detected a login into your account from a new device on %2$@, %3$@ at %4$@\n\nDevice: %5$@\nLocation: %6$@\n\nIf this wasn't you, you can go to Settings — Privacy and Security — Sessions and terminate that session.\n\nIf you think that somebody logged in to your account against your will, you can enable two-step verification in Privacy and Security settings.\n\nSincerely,\nThe Telegram Team";
|
||
"Notification.EncryptedChatRequested" = "Secret chat requested";
|
||
"Notification.EncryptedChatAccepted" = "Secret chat started";
|
||
"Notification.MessageLifetimeChanged" = "%1$@ set the self-destruct timer to %2$@";
|
||
"Notification.MessageLifetimeChangedOutgoing" = "You set the self-destruct timer to %1$@";
|
||
"Notification.MessageLifetimeRemoved" = "%1$@ disabled the self-destruct timer";
|
||
"Notification.MessageLifetimeRemovedOutgoing" = "You disabled the self-destruct timer";
|
||
"Notification.MessageLifetime2s" = "2 seconds";
|
||
"Notification.MessageLifetime5s" = "5 seconds";
|
||
"Notification.MessageLifetime1m" = "1 minute";
|
||
"Notification.MessageLifetime1h" = "1 hour";
|
||
"Notification.MessageLifetime1d" = "1 day";
|
||
"Notification.MessageLifetime1w" = "1 week";
|
||
|
||
// Message
|
||
"Message.Photo" = "Photo";
|
||
"Message.Video" = "Video";
|
||
"Message.Location" = "Location";
|
||
"Message.Contact" = "Contact";
|
||
"Message.File" = "File";
|
||
"Message.Sticker" = "Sticker";
|
||
"Message.Audio" = "Voice Message";
|
||
"Message.ForwardedMessage" = "Forwarded Message\nFrom: %@";
|
||
"Message.SharedContact" = "Shared Contact";
|
||
"Message.Animation" = "GIF";
|
||
|
||
// Conversation Profile
|
||
"ConversationProfile.ErrorCreatingConversation" = "An error occurred";
|
||
"ConversationProfile.UserLeftChatError" = "Sorry, %@ decided to leave this group, so you cannot invite him back here.";
|
||
"ConversationProfile.UnknownAddMemberError" = "An unexpected error has occurred. Our wizards have been notified and will fix the problem soon. Sorry.";
|
||
"ConversationProfile.UsersTooMuchError" = "Sorry, this group is full. You cannot add any more members here.";
|
||
|
||
"ConversationProfile.LeaveDeleteAndExit" = "Delete and Exit";
|
||
|
||
"Conversation.DownloadPhoto" = "Download Photo";
|
||
"Conversation.ViewPhoto" = "View Photo";
|
||
"Conversation.PlayVideo" = "Play Video";
|
||
"Conversation.Play" = "Play";
|
||
"Conversation.Stop" = "Stop";
|
||
"Conversation.ViewFile" = "View File";
|
||
"Conversation.Download" = "Download";
|
||
"Conversation.DownloadMegabytes" = "Download %.1fMb";
|
||
"Conversation.DownloadKilobytes" = "Download %dKb";
|
||
"Conversation.Megabytes" = "%.1fMb";
|
||
"Conversation.Kilobytes" = "%dKb";
|
||
"Conversation.Bytes" = "%db";
|
||
"Conversation.DownloadProgressMegabytes" = "%1$.1fMb / %2$.1fMb";
|
||
"Conversation.DownloadProgressKilobytes" = "%1$dKb / %2$dKb";
|
||
"Conversation.ViewLocation" = "View Location";
|
||
"Conversation.SearchWebImages" = "Find Images";
|
||
"Conversation.ShareMyContactInfo" = "Share My Contact Info";
|
||
"Conversation.AddContact" = "Add Contact";
|
||
"Conversation.SendMessage" = "Send Message";
|
||
"Conversation.EncryptionCanceled" = "Secret chat cancelled";
|
||
"Conversation.DeleteOneMessage" = "Delete Message";
|
||
"Conversation.DeleteManyMessages" = "Delete Messages";
|
||
"Conversation.View" = "View";
|
||
"Conversation.Download" = "Download";
|
||
"Conversation.SlideToCancel" = "Slide to cancel";
|
||
"Conversation.ApplyLocalization" = "Apply Localization";
|
||
"Conversation.OpenFile" = "Open File";
|
||
"Conversation.MicrophoneAccessDisabled" = "Telegram needs access to your microphone for voice messages. Please go to Settings — Privacy — Microphone and set Telegram to ON.";
|
||
|
||
// Media Picker
|
||
"MediaPicker.Send" = "Send";
|
||
"MediaPicker.Choose" = "Choose";
|
||
"SearchImages.SearchImages" = "Search Images";
|
||
"SearchImages.Title" = "Albums";
|
||
"MediaPicker.CameraRoll" = "Camera Roll";
|
||
"SearchImages.NoImagesFound" = "No images found";
|
||
"MediaPicker.AccessDeniedError" = "Telegram does not have access to your photos";
|
||
"MediaPicker.AccessDeniedHelp" = "Please go to your %@ Settings — Privacy — Photos.\nThen select ON for Telegram.";
|
||
"SearchImages.Downloading#Kb" = "Downloading %d Kb";
|
||
"SearchImages.Downloading#Mb" = "Downloading %d Mb";
|
||
"SearchImages.ImageNofM" = "Image %1$@ of %2$@";
|
||
"SearchImages.DownloadCancelled" = "Download cancelled";
|
||
"SearchImages.ErrorDownloadingImage" = "Error downloading image";
|
||
"SearchImages.SkipImage" = "Skip Image";
|
||
"SearchImages.RetryDownload" = "Retry Download";
|
||
|
||
// User Profile
|
||
"Profile.ImageUploadError" = "An error occurred. Please try again later.";
|
||
"Profile.PhonebookAccessDisabled" = "To make this feature work, please go to your iPhone's Settings — Privacy — Contacts and select ON for Telegram.";
|
||
"Profile.CreateEncryptedChatError" = "An error occurred.";
|
||
"Profile.CreateEncryptedChatOutdatedError" = "Cannot create a secret chat with %@.\n%@ is using an older version of Telegram and needs to update first.";
|
||
"Profile.CreateNewContact" = "Create New Contact";
|
||
"Profile.AddToExisting" = "Add to Existing Contact";
|
||
"Profile.EncryptionKey" = "Encryption Key";
|
||
"Profile.MessageLifetime" = "Self-Destruct Timer";
|
||
"Profile.MessageLifetimeForever" = "Off";
|
||
"Profile.MessageLifetime2s" = "2s";
|
||
"Profile.MessageLifetime5s" = "5s";
|
||
"Profile.MessageLifetime1m" = "1m";
|
||
"Profile.MessageLifetime1h" = "1h";
|
||
"Profile.MessageLifetime1d" = "1d";
|
||
"Profile.MessageLifetime1w" = "1w";
|
||
"Profile.ShareContactButton" = "Share Contact";
|
||
"Profile.ShareContactPersonFormat" = "Send contact to %@?";
|
||
"Profile.ShareContactGroupFormat" = "Send contact to %@?";
|
||
|
||
// User Info
|
||
"UserInfo.Title" = "Info";
|
||
"UserInfo.FirstNamePlaceholder" = "First Name";
|
||
"UserInfo.LastNamePlaceholder" = "Last Name";
|
||
"UserInfo.GenericPhoneLabel" = "mobile";
|
||
"UserInfo.SendMessage" = "Send Message";
|
||
"UserInfo.AddContact" = "Add Contact";
|
||
"UserInfo.ShareContact" = "Share Contact";
|
||
"UserInfo.StartSecretChat" = "Start Secret Chat";
|
||
"UserInfo.DeleteContact" = "Delete Contact";
|
||
"UserInfo.CreateNewContact" = "Create New Contact";
|
||
"UserInfo.AddToExisting" = "Add to Existing";
|
||
"UserInfo.AddPhone" = "add phone";
|
||
"UserInfo.NotificationsEnabled" = "Enabled";
|
||
"UserInfo.NotificationsDisabled" = "Disabled";
|
||
"UserInfo.NotificationsEnable" = "Enable";
|
||
"UserInfo.NotificationsDisable" = "Disable";
|
||
"UserInfo.Invite" = "Invite to Telegram";
|
||
|
||
// New Contact
|
||
"NewContact.Title" = "New Contact";
|
||
|
||
// Phone Label
|
||
"PhoneLabel.Title" = "Label";
|
||
|
||
// Secret Chat
|
||
"SecretChat.Title" = "Secret Chat";
|
||
|
||
// Group Info
|
||
"GroupInfo.Title" = "Group Info";
|
||
"GroupInfo.GroupNamePlaceholder" = "Group Name";
|
||
"GroupInfo.BroadcastListNamePlaceholder" = "List Name";
|
||
"GroupInfo.SetGroupPhoto" = "Set Group Photo";
|
||
"GroupInfo.SetGroupPhotoStop" = "Stop";
|
||
"GroupInfo.SetGroupPhotoDelete" = "Delete Photo";
|
||
"GroupInfo.Notifications" = "Notifications";
|
||
"GroupInfo.Sound" = "Sound";
|
||
"GroupInfo.SharedMedia" = "Shared Media";
|
||
"GroupInfo.SharedMediaNone" = "None";
|
||
"GroupInfo.DeleteAndExit" = "Delete and Exit";
|
||
"GroupInfo.DeleteAndExitConfirmation" = "You will not be able to join this group again.";
|
||
"GroupInfo.ParticipantCount_1" = "1 MEMBER";
|
||
"GroupInfo.ParticipantCount_2" = "2 MEMBERS";
|
||
"GroupInfo.ParticipantCount_3_10" = "%@ MEMBERS";
|
||
"GroupInfo.ParticipantCount_any" = "%@ MEMBERS";
|
||
"GroupInfo.AddParticipant" = "Add Member";
|
||
"GroupInfo.AddParticipantTitle" = "Contacts";
|
||
"GroupInfo.AddParticipantConfirmation" = "Add %@ to the group?";
|
||
"GroupInfo.KickedStatus" = "You were removed from the group";
|
||
"GroupInfo.LeftStatus" = "You have left the group";
|
||
|
||
// Encryption Key
|
||
"EncryptionKey.Title" = "Encryption Key";
|
||
"EncryptionKey.Description" = "This image and text were derived from the encryption key for this secret chat with %1$@.\n\n If they look the same on %2$@'s device, end-to-end encryption is guaranteed.\n\nLearn more at telegram.org";
|
||
|
||
// Conversation media
|
||
"ConversationMedia.Title" = "Media";
|
||
"ConversationMedia.EmptyTitle" = "No Photos or Videos";
|
||
|
||
// Preview
|
||
"Preview.VideoNotYetDownloaded" = "Download the video first.";
|
||
"Preview.GroupPhotoTitle" = "Group Photo";
|
||
"Preview.ProfilePhotoTitle" = "Profile Photo";
|
||
"Preview.LoadingVideo" = "loading video...";
|
||
"Preview.LoadingImage" = "loading full image...";
|
||
"Preview.LoadingImages" = "loading full images...";
|
||
"Preview.DeletePhoto" = "Delete Photo";
|
||
"Preview.DeleteVideo" = "Delete Video";
|
||
"Preview.ForwardViaTelegram" = "Forward via Telegram";
|
||
"Preview.SaveToCameraRoll" = "Save to Camera Roll";
|
||
|
||
// Map
|
||
"Map.ChooseLocationTitle" = "Location";
|
||
"Map.MapTitle" = "Map";
|
||
"Map.Send" = "Send";
|
||
"Map.Map" = "Map";
|
||
"Map.Satellite" = "Satellite";
|
||
"Map.Hybrid" = "Hybrid";
|
||
"Map.AccessDeniedError" = "To make this feature work, please turn on Location Services for Telegram in your iPhone's Privacy Settings.";
|
||
"Map.ForwardViaTelegram" = "Forward via Telegram";
|
||
"Map.GetDirections" = "Get Directions";
|
||
"Map.OpenInGoogleMaps" = "Open in Google Maps";
|
||
|
||
// Web
|
||
"Web.Error" = "Couldn't load page";
|
||
"Web.OpenExternal" = "Open in Safari";
|
||
"Web.CopyLink" = "Copy Link";
|
||
|
||
// Document
|
||
"Document.TargetConfirmationFormat" = "Send file ({size}) to {target}?";
|
||
|
||
// Dialog List
|
||
"DialogList.You" = "You";
|
||
|
||
// Settings
|
||
"Settings.TabTitle" = "Settings";
|
||
"Settings.SetProfilePhoto" = "Set Profile Photo";
|
||
"Settings.Logout" = "Log Out";
|
||
"Settings.Title" = "Settings";
|
||
"Settings.NotificationsAndSounds" = "Notifications and Sounds";
|
||
"Settings.ChatSettings" = "Chat Settings";
|
||
"Settings.BlockedUsers" = "Blocked Users";
|
||
"Settings.ChatBackground" = "Chat Background";
|
||
"Settings.Support" = "Ask a Question";
|
||
"Settings.FAQ" = "Telegram FAQ";
|
||
"Settings.FAQ_URL" = "http://telegram.org/faq#general";
|
||
"Settings.FAQ_Intro" = "Please note that Telegram Support is done by volunteers. We try to respond as quickly as possible, but it may take a while.Please take a look at the Telegram FAQ: it has important troubleshooting tips and answers to most questions.";
|
||
"Settings.FAQ_Button" = "FAQ";
|
||
"Settings.SaveIncomingPhotos" = "Save Incoming Photos";
|
||
"Settings.SaveIncomingPhotosHelp" = "Save incoming photos to the Camera Roll.";
|
||
"Settings.LogoutError" = "An error occurred. Please try again later.";
|
||
|
||
// Notifications and Sounds
|
||
"Notifications.Title" = "Notifications";
|
||
"Notifications.MessageNotifications" = "MESSAGE NOTIFICATIONS";
|
||
"Notifications.MessageNotificationsAlert" = "Alert";
|
||
"Notifications.MessageNotificationsPreview" = "Message Preview";
|
||
"Notifications.MessageNotificationsSound" = "Sound";
|
||
"Notifications.MessageNotificationsHelp" = "You can set custom notifications for specific users on their Info page.";
|
||
|
||
"Notifications.GroupNotifications" = "GROUP NOTIFICATIONS";
|
||
"Notifications.GroupNotificationsAlert" = "Alert";
|
||
"Notifications.GroupNotificationsPreview" = "Message Preview";
|
||
"Notifications.GroupNotificationsSound" = "Sound";
|
||
"Notifications.GroupNotificationsHelp" = "You can set custom notifications for specific groups on the Group Info page.";
|
||
|
||
"Notifications.TextTone" = "Text Tone";
|
||
"Notifications.AlertTones" = "ALERT TONES";
|
||
"Notifications.ClassicTones" = "CLASSIC";
|
||
|
||
"Notifications.InAppNotifications" = "IN-APP NOTIFICATIONS";
|
||
"Notifications.InAppNotificationsSounds" = "In-App Sounds";
|
||
"Notifications.InAppNotificationsVibrate" = "In-App Vibrate";
|
||
"Notifications.InAppNotificationsPreview" = "In-App Preview";
|
||
|
||
"Notifications.Reset" = "Reset";
|
||
"Notifications.ResetAllNotifications" = "Reset All Notifications";
|
||
"Notifications.ResetAllNotificationsHelp" = "Undo all custom notification settings for all your contacts and groups.";
|
||
|
||
// Chat Settings
|
||
"ChatSettings.Title" = "Chat Settings";
|
||
"ChatSettings.Appearance" = "APPEARANCE";
|
||
"ChatSettings.TextSize" = "Text Size";
|
||
"ChatSettings.TextSizeUnits" = "pt";
|
||
"ChatSettings.AutomaticPhotoDownload" = "AUTOMATIC PHOTO DOWNLOAD";
|
||
"ChatSettings.AutomaticAudioDownload" = "AUTOMATIC AUDIO DOWNLOAD";
|
||
"ChatSettings.PrivateChats" = "Private Chats";
|
||
"ChatSettings.Groups" = "Groups";
|
||
"ChatSettings.Security" = "SECURITY";
|
||
"ChatSettings.Language" = "LANGUAGE";
|
||
"ChatSettings.RevertLanguage" = "Revert Language";
|
||
"ChatSettings.Cache" = "CACHE";
|
||
|
||
// Usage
|
||
"Cache.Title" = "Cache Settings";
|
||
"Cache.ClearCache" = "Clear Cache";
|
||
"Cache.ClearCacheAlert" = "Photos, videos and other files from cloud chats will be removed from this device to save disk space.\n\nAll media will stay in the Telegram cloud and can be re-downloaded if you need it again.";
|
||
"Cache.KeepMedia" = "Keep Media";
|
||
"Cache.Help" = "Photos, videos and other files from cloud chats that you have **not accessed** during this period will be removed from this device to save disk space.\n\nAll media will stay in the Telegram cloud and can be re-downloaded if you need it again.";
|
||
|
||
// Blocked Users
|
||
"BlockedUsers.Title" = "Blocked";
|
||
"BlockedUsers.SelectUserTitle" = "Block User";
|
||
"BlockedUsers.AlreadyBlocked" = "This user is already blocked";
|
||
"BlockedUsers.BlockUser" = "Block User";
|
||
"BlockedUsers.BlockFormat" = "Block %@?";
|
||
"BlockedUsers.BlockTitle" = "Block";
|
||
"BlockedUsers.LeavePrefix" = "Leave ";
|
||
"BlockedUsers.Info" = "Blocked users can't send you messages or add you to groups. They will not see your profile pictures, online and last seen status.";
|
||
"BlockedUsers.AddNew" = "Add New...";
|
||
"BlockedUsers.Unblock" = "Unblock";
|
||
|
||
// Wallpaper
|
||
"Wallpaper.Title" = "Chat Background";
|
||
"Wallpaper.PhotoLibrary" = "Photo Library";
|
||
"Wallpaper.Set" = "Set";
|
||
"Wallpaper.Wallpaper" = "Wallpaper";
|
||
|
||
// Update
|
||
"Update.Update" = "Update";
|
||
|
||
// Service
|
||
"Service.LocalizationDownloadError" = "Couldn't download localization file. Please check your internet connection and try again.";
|
||
"Service.ApplyLocalization" = "Apply Localization?";
|
||
"Service.ApplyLocalizationWithWarnings" = "%@\n\nApply Localization?";
|
||
|
||
"Notification.SecretChatMessageScreenshot" = "%@ took a screenshot!";
|
||
"Notification.SecretChatScreenshot" = "Screenshot taken!";
|
||
|
||
// Broadcast Lists
|
||
"DialogList.Broadcast" = "Broadcast";
|
||
"BroadcastLists.Title" = "Broadcast Lists";
|
||
"BroadcastLists.NoListsYet" = "No Lists Yet";
|
||
"BroadcastLists.NoListsText" = "With broadcast lists you can easily send messages to many people at once.";
|
||
|
||
// Broadcast List
|
||
"BroadcastListInfo.Title" = "Broadcast List";
|
||
"BroadcastListInfo.AddRecipient" = "Add Recipient";
|
||
|
||
// Video
|
||
"VideoPreview.OptionSD" = "Normal Size (%@)";
|
||
"VideoPreview.OptionHD" = "High Definition (%@)";
|
||
|
||
"ChatSettings.AutoPlayAudio" = "Autoplay Audio";
|
||
|
||
"Settings.LogoutConfirmationTitle" = "Log out?";
|
||
"Settings.LogoutConfirmationText" = "\nNote that you can seamlessly use Telegram on all your devices at once.\n\nRemember, logging out kills all your Secret Chats.";
|
||
|
||
"Login.PadPhoneHelp" = "\nYou can use your main mobile number to log in to Telegram on all devices.\nDon't use your iPad's SIM number here — we'll need to send you an SMS.\n\nIs this number correct?\n{number}";
|
||
"Login.PadPhoneHelpTitle" = "Your Number";
|
||
|
||
"MessageTimer.Custom" = "Custom";
|
||
"MessageTimer.Title" = "Custom Timer";
|
||
|
||
"MessageTimer.Forever" = "Forever";
|
||
|
||
"MessageTimer.Seconds_1" = "%@ second";
|
||
"MessageTimer.Seconds_2" = "%@ seconds";
|
||
"MessageTimer.Seconds_3_10" = "%@ seconds";
|
||
"MessageTimer.Seconds_any" = "%@ seconds";
|
||
"MessageTimer.Minutes_1" = "%@ minute";
|
||
"MessageTimer.Minutes_2" = "%@ minutes";
|
||
"MessageTimer.Minutes_3_10" = "%@ minutes";
|
||
"MessageTimer.Minutes_any" = "%@ minutes";
|
||
"MessageTimer.Hours_1" = "%@ hour";
|
||
"MessageTimer.Hours_2" = "%@ hours";
|
||
"MessageTimer.Hours_3_10" = "%@ hours";
|
||
"MessageTimer.Hours_any" = "%@ hours";
|
||
"MessageTimer.Days_1" = "%@ day";
|
||
"MessageTimer.Days_2" = "%@ days";
|
||
"MessageTimer.Days_3_10" = "%@ days";
|
||
"MessageTimer.Days_any" = "%@ days";
|
||
"MessageTimer.Weeks_1" = "%@ week";
|
||
"MessageTimer.Weeks_2" = "%@ weeks";
|
||
"MessageTimer.Weeks_3_10" = "%@ weeks";
|
||
"MessageTimer.Weeks_any" = "%@ weeks";
|
||
"MessageTimer.Months_1" = "%@ month";
|
||
"MessageTimer.Months_2" = "%@ months";
|
||
"MessageTimer.Months_3_10" = "%@ months";
|
||
"MessageTimer.Months_any" = "%@ months";
|
||
"MessageTimer.Years_1" = "%@ year";
|
||
"MessageTimer.Years_2" = "%@ years";
|
||
"MessageTimer.Years_3_10" = "%@ years";
|
||
"MessageTimer.Years_any" = "%@ years";
|
||
|
||
"MessageTimer.ShortSeconds_1" = "%@s";
|
||
"MessageTimer.ShortSeconds_2" = "%@s";
|
||
"MessageTimer.ShortSeconds_3_10" = "%@s";
|
||
"MessageTimer.ShortSeconds_any" = "%@s";
|
||
"MessageTimer.ShortMinutes_1" = "%@m";
|
||
"MessageTimer.ShortMinutes_2" = "%@m";
|
||
"MessageTimer.ShortMinutes_3_10" = "%@m";
|
||
"MessageTimer.ShortMinutes_any" = "%@m";
|
||
"MessageTimer.ShortHours_1" = "%@h";
|
||
"MessageTimer.ShortHours_2" = "%@h";
|
||
"MessageTimer.ShortHours_3_10" = "%@h";
|
||
"MessageTimer.ShortHours_any" = "%@h";
|
||
"MessageTimer.ShortDays_1" = "%@d";
|
||
"MessageTimer.ShortDays_2" = "%@d";
|
||
"MessageTimer.ShortDays_3_10" = "%@d";
|
||
"MessageTimer.ShortDays_any" = "%@d";
|
||
"MessageTimer.ShortWeeks_1" = "%@w";
|
||
"MessageTimer.ShortWeeks_2" = "%@w";
|
||
"MessageTimer.ShortWeeks_3_10" = "%@w";
|
||
"MessageTimer.ShortWeeks_any" = "%@w";
|
||
|
||
"Activity.UploadingPhoto" = "sending photo";
|
||
"Activity.UploadingVideo" = "sending video";
|
||
"Activity.UploadingDocument" = "sending file";
|
||
"Activity.RecordingAudio" = "recording audio";
|
||
"Activity.Location" = "picking location";
|
||
|
||
"Service.NetworkConfigurationUpdatedMessage" = "Connection settings updated successfully.";
|
||
|
||
"Compatibility.SecretMediaVersionTooLow" = "%@ is using an older version of Telegram, so secret photos will be shown in compatibility mode.\n\nOnce %@ updates Telegram, photos with timers for 1 minute or less will start working in 'Tap and hold to view' mode, and you will be notified whenever the other party takes a screenshot.";
|
||
|
||
"Contacts.GlobalSearch" = "Global Search";
|
||
"Profile.Username" = "username";
|
||
"Settings.Username" = "Username";
|
||
"Settings.UsernameEmpty" = "None";
|
||
|
||
"Username.Title" = "Username";
|
||
"Username.Placeholder" = "Your Username";
|
||
"Username.Help" = "You can choose a username on **Telegram**. If you do, other people will be able to find you by this username and contact you without knowing your phone number.\n\nYou can use **a-z**, **0-9** and underscores. Minimum length is **5** characters.";
|
||
"Username.InvalidTooShort" = "A username must have at least 5 characters.";
|
||
"Username.InvalidStartsWithNumber" = "Sorry, a username can't start with a number.";
|
||
"Username.InvalidCharacters" = "Sorry, this username is invalid.";
|
||
"Username.InvalidTaken" = "Sorry, this username is already taken.";
|
||
|
||
"Username.CheckingUsername" = "Checking username...";
|
||
"Username.UsernameIsAvailable" = "%@ is available.";
|
||
|
||
"WebSearch.Images" = "Images";
|
||
"WebSearch.GIFs" = "GIFs";
|
||
"WebSearch.RecentSectionTitle" = "Recent";
|
||
"WebSearch.RecentSectionClear" = "Clear";
|
||
|
||
"Settings.PrivacySettings" = "Privacy and Security";
|
||
|
||
"UserCount_1" = "1 user";
|
||
"UserCount_2" = "2 users";
|
||
"UserCount_3_10" = "%@ users";
|
||
"UserCount_any" = "%@ users";
|
||
|
||
"PrivacySettings.Title" = "Privacy and Security";
|
||
|
||
"PrivacySettings.PrivacyTitle" = "PRIVACY";
|
||
"PrivacySettings.LastSeen" = "Last Seen";
|
||
"PrivacySettings.LastSeenEverybody" = "Everybody";
|
||
"PrivacySettings.LastSeenContacts" = "My Contacts";
|
||
"PrivacySettings.LastSeenNobody" = "Nobody";
|
||
|
||
"PrivacySettings.LastSeenEverybodyMinus" = "Everybody (-%@)";
|
||
"PrivacySettings.LastSeenContactsPlus" = "My Contacts (+%@)";
|
||
"PrivacySettings.LastSeenContactsMinus" = "My Contacts (-%@)";
|
||
"PrivacySettings.LastSeenContactsMinusPlus" = "My Contacts (-%@, +%@)";
|
||
"PrivacySettings.LastSeenNobodyPlus" = "Nobody (+%@)";
|
||
|
||
"PrivacySettings.SecurityTitle" = "SECURITY";
|
||
|
||
"PrivacySettings.DeleteAccountTitle" = "DELETE MY ACCOUNT";
|
||
"PrivacySettings.DeleteAccountIfAwayFor" = "If Away For";
|
||
"PrivacySettings.DeleteAccountHelp" = "If you do not log in at least once within this period, your account will be deleted along with all groups, messages and contacts.";
|
||
"PrivacySettings.DeleteAccountNowConfirmation" = "Delete your account?";
|
||
"PrivacySettings.DeleteAccountNever" = "Never";
|
||
|
||
"PrivacyLastSeenSettings.Title" = "Last Seen";
|
||
"PrivacyLastSeenSettings.CustomHelp" = "Important: you won't be able to see Last Seen times for people with whom you don't share your Last Seen time. Approximate last seen will be shown instead (recently, within a week, within a month).";
|
||
"PrivacyLastSeenSettings.AlwaysShareWith" = "Always Share With";
|
||
"PrivacyLastSeenSettings.NeverShareWith" = "Never Share With";
|
||
"PrivacyLastSeenSettings.CustomShareSettingsHelp" = "These settings will override the values above.";
|
||
|
||
"PrivacyLastSeenSettings.CustomShareSettings.Delete" = "Delete";
|
||
"PrivacyLastSeenSettings.AlwaysShareWith.Title" = "Always Share";
|
||
"PrivacyLastSeenSettings.AlwaysShareWith.Placeholder" = "Always share with users...";
|
||
"PrivacyLastSeenSettings.NeverShareWith.Title" = "Never Share";
|
||
"PrivacyLastSeenSettings.NeverShareWith.Placeholder" = "Never share with users...";
|
||
"PrivacyLastSeenSettings.EmpryUsersPlaceholder" = "Add Users";
|
||
"PrivacyLastSeenSettings.AddUsers_1" = "Add 1 user to this list?";
|
||
"PrivacyLastSeenSettings.AddUsers_2" = "Add 2 users to this list?";
|
||
"PrivacyLastSeenSettings.AddUsers_3_10" = "Add %@ users to this list?";
|
||
"PrivacyLastSeenSettings.AddUsers_any" = "Add %@ users to this list?";
|
||
|
||
"PrivacySettings.FloodControlError" = "Sorry, too many requests. Unable to change privacy settings now, please wait.";
|
||
|
||
|
||
"ImagePicker.NoPhotos" = "No Photos";
|
||
"ImagePicker.NoVideos" = "No Videos";
|
||
|
||
"Settings.OpenSystemPrivacySettings" = "Open %@ Settings";
|
||
|
||
// Photo Editor
|
||
"PhotoEditor.DiscardChanges" = "Discard Changes";
|
||
"PhotoEditor.RevertToOriginal" = "Revert to Original";
|
||
"PhotoEditor.RevertMessage" = "Revert to original will remove all edits made to this photo. This action cannot be undone.";
|
||
|
||
"PhotoEditor.Original" = "Original";
|
||
"PhotoEditor.Current" = "Current";
|
||
|
||
"PhotoEditor.CropReset" = "RESET";
|
||
"PhotoEditor.CropAuto" = "AUTO";
|
||
"PhotoEditor.CropAspectRatioOriginal" = "Original";
|
||
"PhotoEditor.CropAspectRatioSquare" = "Square";
|
||
|
||
"PhotoEditor.EnhanceTool" = "Enhance";
|
||
"PhotoEditor.ExposureTool" = "Exposure";
|
||
"PhotoEditor.ContrastTool" = "Contrast";
|
||
"PhotoEditor.WarmthTool" = "Warmth";
|
||
"PhotoEditor.SaturationTool" = "Saturation";
|
||
"PhotoEditor.HighlightsTool" = "Highlights";
|
||
"PhotoEditor.ShadowsTool" = "Shadows";
|
||
"PhotoEditor.VignetteTool" = "Vignette";
|
||
"PhotoEditor.GrainTool" = "Grain";
|
||
"PhotoEditor.BlurTool" = "Blur";
|
||
"PhotoEditor.SharpenTool" = "Sharpen";
|
||
|
||
"PhotoEditor.BlurToolOff" = "Off";
|
||
"PhotoEditor.BlurToolRadial" = "Radial";
|
||
"PhotoEditor.BlurToolLinear" = "Linear";
|
||
|
||
"PhotoEditor.Set" = "Set";
|
||
"PhotoEditor.Skip" = "Skip";
|
||
|
||
// Camera
|
||
"Camera.PhotoMode" = "PHOTO";
|
||
"Camera.VideoMode" = "VIDEO";
|
||
"Camera.SquareMode" = "SQUARE";
|
||
"Camera.FlashOff" = "Off";
|
||
"Camera.FlashOn" = "On";
|
||
"Camera.FlashAuto" = "Auto";
|
||
"Camera.Retake" = "Retake";
|
||
|
||
"Settings.PhoneNumber" = "Phone Number";
|
||
|
||
"PhoneNumberHelp.Help" = "You can change your Telegram number here. Your account and all your cloud data — messages, media, contacts, etc. will be moved to the new number.\n\n**Important:** all your Telegram contacts will get your **new number** added to their address book, provided they had your old number and you haven't blocked them in Telegram.";
|
||
"PhoneNumberHelp.Alert" = "All your Telegram contacts will get your new number added to their address book, provided they had your old number and you haven't blocked them in Telegram.";
|
||
"PhoneNumberHelp.ChangeNumber" = "Change Number";
|
||
|
||
"ChangePhoneNumberNumber.Title" = "Change Number";
|
||
"ChangePhoneNumberNumber.NewNumber" = "NEW NUMBER";
|
||
"ChangePhoneNumberNumber.Help" = "We will send an SMS with a confirmation code to your new number.";
|
||
"ChangePhoneNumberNumber.NumberPlaceholder" = "Enter your new number";
|
||
|
||
"ChangePhoneNumberCode.Code" = "YOUR CODE";
|
||
"ChangePhoneNumberCode.CodePlaceholder" = "Code";
|
||
"ChangePhoneNumberCode.Help" = "We have sent you an SMS with the code";
|
||
"ChangePhoneNumberCode.CallTimer" = "Telegram will call you in %@";
|
||
"ChangePhoneNumberCode.RequestingACall" = "Requesting a call from Telegram...";
|
||
"ChangePhoneNumberCode.Called" = "Telegram dialed your number";
|
||
|
||
"LoginPassword.Title" = "Your Password";
|
||
"LoginPassword.PasswordPlaceholder" = "Password";
|
||
"LoginPassword.InvalidPasswordError" = "Invalid password. Please try again.";
|
||
"LoginPassword.FloodError" = "Limit exceeded. Please try again later.";
|
||
"LoginPassword.ForgotPassword" = "Forgot password?";
|
||
"LoginPassword.PasswordHelp" = "Two-Step verification enabled. Your account is protected with an additional password.";
|
||
"LoginPassword.ResetAccount" = "Reset Account";
|
||
|
||
"QuickSend.Photos_1" = "Send 1 Photo";
|
||
"QuickSend.Photos_2" = "Send 2 Photos";
|
||
"QuickSend.Photos_3_10" = "Send %@ Photos";
|
||
"QuickSend.Photos_any" = "Send %@ Photos";
|
||
|
||
"Share.Title" = "Share";
|
||
"Forward.ConfirmMultipleFiles_1" = "Send 1 file to {target}?";
|
||
"Forward.ConfirmMultipleFiles_2" = "Send 2 files to {target}?";
|
||
"Forward.ConfirmMultipleFiles_3_10" = "Send %@ files to {target}?";
|
||
"Forward.ConfirmMultipleFiles_any" = "Send %@ files to {target}?";
|
||
|
||
"PrivacySettings.TouchIdTitle" = "TouchID";
|
||
"PrivacySettings.TouchIdEnable" = "Enable";
|
||
|
||
"Notification.Reply" = "Reply";
|
||
"Notification.Mute1h" = "Mute for 1 hour";
|
||
"Notification.Mute1hMin" = "Mute for 1h";
|
||
"Conversation.ContextMenuShare" = "Share";
|
||
|
||
"SharedMedia.TitleAll" = "Shared Media";
|
||
"SharedMedia.TitlePhoto" = "Shared Photos";
|
||
"SharedMedia.TitleVideo" = "Shared Videos";
|
||
"SharedMedia.TitleFile" = "Shared Files";
|
||
"SharedMedia.TitleAudio" = "Shared Music";
|
||
|
||
"SharedMedia.All" = "All";
|
||
"SharedMedia.Incoming" = "Received";
|
||
"SharedMedia.Outgoing" = "Sent";
|
||
|
||
"SharedMedia.Photo_1" = "1 photo";
|
||
"SharedMedia.Photo_2" = "2 photos";
|
||
"SharedMedia.Photo_3_10" = "%@ photos";
|
||
"SharedMedia.Photo_any" = "%@ photos";
|
||
|
||
"SharedMedia.Video_1" = "1 video";
|
||
"SharedMedia.Video_2" = "2 videos";
|
||
"SharedMedia.Video_3_10" = "%@ videos";
|
||
"SharedMedia.Video_any" = "%@ videos";
|
||
|
||
"SharedMedia.File_1" = "1 file";
|
||
"SharedMedia.File_2" = "2 files";
|
||
"SharedMedia.File_3_10" = "%@ files";
|
||
"SharedMedia.File_any" = "%@ files";
|
||
|
||
"SharedMedia.Generic_1" = "1 media file";
|
||
"SharedMedia.Generic_2" = "2 media files";
|
||
"SharedMedia.Generic_3_10" = "%@ media files";
|
||
"SharedMedia.Generic_any" = "%@ media files";
|
||
|
||
"FileSize.B" = "%@ B";
|
||
"FileSize.KB" = "%@ KB";
|
||
"FileSize.MB" = "%@ MB";
|
||
"FileSize.GB" = "%@ GB";
|
||
|
||
"DownloadingStatus" = "Downloading %@ of %@";
|
||
|
||
"Time.MonthOfYear_1" = "January %@";
|
||
"Time.MonthOfYear_2" = "February %@";
|
||
"Time.MonthOfYear_3" = "March %@";
|
||
"Time.MonthOfYear_4" = "April %@";
|
||
"Time.MonthOfYear_5" = "May %@";
|
||
"Time.MonthOfYear_6" = "June %@";
|
||
"Time.MonthOfYear_7" = "July %@";
|
||
"Time.MonthOfYear_8" = "August %@";
|
||
"Time.MonthOfYear_9" = "September %@";
|
||
"Time.MonthOfYear_10" = "October %@";
|
||
"Time.MonthOfYear_11" = "November %@";
|
||
"Time.MonthOfYear_12" = "December %@";
|
||
|
||
"Time.PreciseDate_1" = "Jan %1$@, %2$@ at %3$@";
|
||
"Time.PreciseDate_2" = "Feb %1$@, %2$@ at %3$@";
|
||
"Time.PreciseDate_3" = "Mar %1$@, %2$@ at %3$@";
|
||
"Time.PreciseDate_4" = "Apr %1$@, %2$@ at %3$@";
|
||
"Time.PreciseDate_5" = "May %1$@, %2$@ at %3$@";
|
||
"Time.PreciseDate_6" = "Jun %1$@, %2$@ at %3$@";
|
||
"Time.PreciseDate_7" = "Jul %1$@, %2$@ at %3$@";
|
||
"Time.PreciseDate_8" = "Aug %1$@, %2$@ at %3$@";
|
||
"Time.PreciseDate_9" = "Sep %1$@, %2$@ at %3$@";
|
||
"Time.PreciseDate_10" = "Oct %1$@, %2$@ at %3$@";
|
||
"Time.PreciseDate_11" = "Nov %1$@, %2$@ at %3$@";
|
||
"Time.PreciseDate_12" = "Dec %1$@, %2$@ at %3$@";
|
||
|
||
"MuteFor.Minutes_1" = "Mute for 1 minute";
|
||
"MuteFor.Minutes_2" = "Mute for 2 minutes";
|
||
"MuteFor.Minutes_3_10" = "Mute for %@ minutes";
|
||
"MuteFor.Minutes_any" = "Mute for %@ minutes";
|
||
|
||
"MuteFor.Hours_1" = "Mute for 1 hour";
|
||
"MuteFor.Hours_2" = "Mute for 2 hours";
|
||
"MuteFor.Hours_3_10" = "Mute for %@ hours";
|
||
"MuteFor.Hours_any" = "Mute for %@ hours";
|
||
|
||
"MuteFor.Days_1" = "Mute for 1 day";
|
||
"MuteFor.Days_2" = "Mute for 2 days";
|
||
"MuteFor.Days_3_10" = "Mute for %@ days";
|
||
"MuteFor.Days_any" = "Mute for %@ days";
|
||
|
||
"MuteFor.Weeks_1" = "Mute for 1 week";
|
||
"MuteFor.Weeks_2" = "Mute for 2 weeks";
|
||
"MuteFor.Weeks_3_10" = "Mute for %@ weeks";
|
||
"MuteFor.Weeks_any" = "Mute for %@ weeks";
|
||
|
||
"MuteExpires.Minutes_1" = "in 1 minute";
|
||
"MuteExpires.Minutes_2" = "in 2 minutes";
|
||
"MuteExpires.Minutes_3_10" = "in %@ minutes";
|
||
"MuteExpires.Minutes_any" = "in %@ minutes";
|
||
|
||
"MuteExpires.Hours_1" = "in 1 hour";
|
||
"MuteExpires.Hours_2" = "in 2 hours";
|
||
"MuteExpires.Hours_3_10" = "in %@ hours";
|
||
"MuteExpires.Hours_any" = "in %@ hours";
|
||
|
||
"MuteExpires.Days_1" = "in 1 day";
|
||
"MuteExpires.Days_2" = "in 2 days";
|
||
"MuteExpires.Days_3_10" = "in %@ days";
|
||
"MuteExpires.Days_any" = "in %@ days";
|
||
|
||
"SharedMedia.EmptyTitle" = "No media files yet";
|
||
"SharedMedia.EmptyText" = "Share photos and videos in this chat\n — or this paperclip stays unhappy.";
|
||
"SharedMedia.EmptyFilesText" = "You can send and receive\nfiles of any type up to 1.5 GB each\nand access them anywhere.";
|
||
|
||
"ShareFileTip.Title" = "Sharing Files";
|
||
"ShareFileTip.Text" = "You can share **uncompressed** media files from your Camera Roll here.\n\nTo share files of any other type, open them on your %@ (e.g. in your browser), tap **Open in...** or the action button and choose Telegram.";
|
||
"ShareFileTip.CloseTip" = "Close Tip";
|
||
|
||
"DialogList.SearchSectionDialogs" = "Chats and Contacts";
|
||
"DialogList.SearchSectionGlobal" = "Global Search";
|
||
"DialogList.SearchSectionMessages" = "Messages";
|
||
|
||
"Username.LinkHint" = "This link opens a chat with you in Telegram:[\nhttps://telegram.me/%@]";
|
||
"Username.LinkCopied" = "Copied link to clipboard";
|
||
|
||
"SharedMedia.ItemsSelected_1" = "1 Selected";
|
||
"SharedMedia.ItemsSelected_2" = "2 Selected";
|
||
"SharedMedia.ItemsSelected_3_10" = "%@ Selected";
|
||
"SharedMedia.ItemsSelected_any" = "%@ Selected";
|
||
|
||
"SharedMedia.DeleteItemsConfirmation_1" = "Delete media file?";
|
||
"SharedMedia.DeleteItemsConfirmation_2" = "Delete 2 media files?";
|
||
"SharedMedia.DeleteItemsConfirmation_3_10" = "Delete %@ media files?";
|
||
"SharedMedia.DeleteItemsConfirmation_any" = "Delete %@ media files?";
|
||
|
||
"PrivacySettings.Passcode" = "Passcode Lock";
|
||
"PasscodeSettings.Title" = "Passcode Lock";
|
||
"PasscodeSettings.TurnPasscodeOn" = "Turn Passcode On";
|
||
"PasscodeSettings.TurnPasscodeOff" = "Turn Passcode Off";
|
||
"PasscodeSettings.ChangePasscode" = "Change Passcode";
|
||
"PasscodeSettings.Help" = "When you set up an additional passcode, a lock icon will appear on the chats page. Tap it to lock and unlock the app.\n\nNote: if you forget the passcode, you'll need to delete and reinstall the app. All secret chats will be lost.";
|
||
"PasscodeSettings.UnlockWithTouchId" = "Unlock with Touch ID";
|
||
"PasscodeSettings.SimplePasscode" = "Simple Passcode";
|
||
"PasscodeSettings.SimplePasscodeHelp" = "A simple passcode is a 4 digit number.";
|
||
"PasscodeSettings.EncryptData" = "Encrypt Local Database";
|
||
"PasscodeSettings.EncryptDataHelp" = "Experimental feature, use with caution. Encrypt your local Telegram data, using a derivative of your passcode as the key.";
|
||
|
||
"EnterPasscode.EnterTitle" = "Enter your Telegram Passcode";
|
||
"EnterPasscode.SetupTitle" = "New Passcode";
|
||
"EnterPasscode.ChangeTitle" = "Change Passcode";
|
||
"EnterPasscode.EnterPasscode" = "Enter your Telegram Passcode";
|
||
"EnterPasscode.EnterNewPasscodeNew" = "Enter a passcode";
|
||
"EnterPasscode.EnterNewPasscodeChange" = "Enter your new passcode";
|
||
"EnterPasscode.RepeatNewPasscode" = "Re-enter your new passcode";
|
||
"EnterPasscode.EnterCurrentPasscode" = "Enter your current passcode";
|
||
"EnterPasscode.TouchId" = "Enter your passcode";
|
||
|
||
"DialogList.PasscodeLockHelp" = "Tap to lock Telegram";
|
||
|
||
"PasscodeSettings.AutoLock" = "Auto-Lock";
|
||
"PasscodeSettings.AutoLock.Disabled" = "Disabled";
|
||
"PasscodeSettings.AutoLock.IfAwayFor_1minute" = "If away for 1 min";
|
||
"PasscodeSettings.AutoLock.IfAwayFor_5minutes" = "If away for 5 min";
|
||
"PasscodeSettings.AutoLock.IfAwayFor_1hour" = "If away for 1 hour";
|
||
"PasscodeSettings.AutoLock.IfAwayFor_5hours" = "If away for 5 hours";
|
||
|
||
"PasscodeSettings.FailedAttempts_1" = "1 Failed Passcode Attempt";
|
||
"PasscodeSettings.FailedAttempts_2" = "2 Failed Passcode Attempts";
|
||
"PasscodeSettings.FailedAttempts_3_10" = "%@ Failed Passcode Attempts";
|
||
"PasscodeSettings.FailedAttempts_any" = "%@ Failed Passcode Attempt";
|
||
"PasscodeSettings.TryAgainIn1Minute" = "Try again in 1 minute";
|
||
|
||
"AccessDenied.Title" = "Please Allow Access";
|
||
|
||
"AccessDenied.Contacts" = "Telegram messaging is based on your existing contact list.\n\nPlease go to Settings > Privacy > Contacts and set Telegram to ON.";
|
||
|
||
"AccessDenied.VoiceMicrophone" = "Telegram needs access to your microphone to send voice messages.\n\nPlease go to Settings > Privacy > Microphone and set Telegram to ON.";
|
||
|
||
"AccessDenied.VideoMicrophone" = "Telegram needs access to your microphone to record sound in videos recording.\n\nPlease go to Settings > Privacy > Microphone and set Telegram to ON.";
|
||
|
||
"AccessDenied.MicrophoneRestricted" = "Microphone access is restricted for Telegram.\n\nPlease go to Settings > General > Restrictions > Microphone and set Telegram to ON.";
|
||
|
||
|
||
"AccessDenied.Camera" = "Telegram needs access to your camera to take photos and videos.\n\nPlease go to Settings > Privacy > Camera and set Telegram to ON.";
|
||
|
||
"AccessDenied.CameraRestricted" = "Camera access is restricted for Telegram.\n\nPlease go to Settings > General > Restrictions > Camera and set Telegram to ON.";
|
||
|
||
"AccessDenied.CameraDisabled" = "Camera access is globally restricted on your phone.\n\nPlease go to Settings > General > Restrictions and set Camera to ON";
|
||
|
||
"AccessDenied.PhotosAndVideos" = "Telegram needs access to your photo library to send photos and videos.\n\nPlease go to Settings > Privacy > Photos and set Telegram to ON.";
|
||
|
||
"AccessDenied.SaveMedia" = "Telegram needs access to your photo library to save photos and videos.\n\nPlease go to Settings > Privacy > Photos and set Telegram to ON.";
|
||
|
||
"AccessDenied.PhotosRestricted" = "Photo access is restricted for Telegram.\n\nPlease go to Settings > General > Restrictions > Photos and set Telegram to ON.";
|
||
|
||
"AccessDenied.LocationDenied" = "Telegram needs access to your location so that you can share it with your contacts.\n\nPlease go to Settings > Privacy > Location Services and set Telegram to ON.";
|
||
|
||
"AccessDenied.LocationDisabled" = "Telegram needs access to your location so that you can share it with your contacts.\n\nPlease go to Settings > Privacy > Location Services and set it to ON.";
|
||
|
||
"AccessDenied.LocationTracking" = "Telegram needs access to your location to show you on the map.\n\nPlease go to Settings > Privacy > Location Services and set it to ON.";
|
||
|
||
"AccessDenied.Settings" = "Settings";
|
||
|
||
"WebSearch.RecentClearConfirmation" = "Are you sure you want to clear recent images?";
|
||
|
||
"FeatureDisabled.Oops" = "Oops";
|
||
|
||
"Conversation.ContextMenuReply" = "Reply";
|
||
|
||
"ForwardedMessages_1" = "Forwarded message";
|
||
"ForwardedMessages_2" = "2 forwarded messages";
|
||
"ForwardedMessages_3_10" = "%@ forwarded messages";
|
||
"ForwardedMessages_any" = "%@ forwarded messages";
|
||
|
||
"ForwardedFiles_1" = "Forwarded file";
|
||
"ForwardedFiles_2" = "2 forwarded files";
|
||
"ForwardedFiles_3_10" = "%@ forwarded files";
|
||
"ForwardedFiles_any" = "%@ forwarded files";
|
||
|
||
"ForwardedStickers_1" = "Forwarded sticker";
|
||
"ForwardedStickers_2" = "2 forwarded stickers";
|
||
"ForwardedStickers_3_10" = "%@ forwarded stickers";
|
||
"ForwardedStickers_any" = "%@ forwarded stickers";
|
||
|
||
"ForwardedPhotos_1" = "Forwarded photo";
|
||
"ForwardedPhotos_2" = "2 forwarded photos";
|
||
"ForwardedPhotos_3_10" = "%@ forwarded photos";
|
||
"ForwardedPhotos_any" = "%@ forwarded photos";
|
||
|
||
"ForwardedVideos_1" = "Forwarded video";
|
||
"ForwardedVideos_2" = "2 forwarded videos";
|
||
"ForwardedVideos_3_10" = "%@ forwarded videos";
|
||
"ForwardedVideos_any" = "%@ forwarded videos";
|
||
|
||
"ForwardedAudios_1" = "Forwarded audio";
|
||
"ForwardedAudios_2" = "2 forwarded audios";
|
||
"ForwardedAudios_3_10" = "%@ forwarded audios";
|
||
"ForwardedAudios_any" = "%@ forwarded audios";
|
||
|
||
"ForwardedLocations_1" = "Forwarded location";
|
||
"ForwardedLocations_2" = "2 forwarded locations";
|
||
"ForwardedLocations_3_10" = "%@ forwarded locations";
|
||
"ForwardedLocations_any" = "%@ forwarded locations";
|
||
|
||
"ForwardedGifs_1" = "Forwarded GIF";
|
||
"ForwardedGifs_2" = "2 forwarded GIFs";
|
||
"ForwardedGifs_3_10" = "%@ forwarded GIFs";
|
||
"ForwardedGifs_any" = "%@ forwarded GIFs";
|
||
|
||
"ForwardedContacts_1" = "Forwarded contact";
|
||
"ForwardedContacts_2" = "2 forwarded contacts";
|
||
"ForwardedContacts_3_10" = "%@ forwarded contacts";
|
||
"ForwardedContacts_any" = "%@ forwarded contacts";
|
||
|
||
"ForwardedAuthors2" = "%@, %@";
|
||
"ForwardedAuthorsOthers_1" = "%@ and 1 other";
|
||
"ForwardedAuthorsOthers_2" = "%@ and 2 others";
|
||
"ForwardedAuthorsOthers_3_10" = "%@ and %@ others";
|
||
"ForwardedAuthorsOthers_any" = "%@ and %@ others";
|
||
|
||
"PrivacySettings.TwoStepAuth" = "Two-Step Verification";
|
||
"TwoStepAuth.Title" = "Two-Step Verification";
|
||
"TwoStepAuth.SetPassword" = "Set Additional Password";
|
||
"TwoStepAuth.SetPasswordHelp" = "You can set a password that will be required when you log in on a new device in addition to the code you get in the SMS.";
|
||
"TwoStepAuth.SetupPasswordTitle" = "Your Password";
|
||
|
||
"TwoStepAuth.SetupHintTitle" = "Password Hint";
|
||
"TwoStepAuth.SetupHint" = "Please create a hint for your password:";
|
||
|
||
"TwoStepAuth.ChangePassword" = "Change Password";
|
||
"TwoStepAuth.RemovePassword" = "Turn Password Off";
|
||
"TwoStepAuth.SetupEmail" = "Set Recovery E-Mail";
|
||
"TwoStepAuth.ChangeEmail" = "Change Recovery E-Mail";
|
||
"TwoStepAuth.PendingEmailHelp" = "Your recovery e-mail %@ is not yet active and pending confirmation.";
|
||
"TwoStepAuth.GenericHelp" = "You have enabled Two-Step verification.\nYou'll need the password you set up here to log in to your Telegram account.";
|
||
|
||
"TwoStepAuth.ConfirmationTitle" = "Two-Step Verification";
|
||
"TwoStepAuth.ConfirmationText" = "Please check your e-mail and click on the validation link to complete Two-Step Verification setup. Be sure to check the spam folder as well.";
|
||
"TwoStepAuth.ConfirmationChangeEmail" = "Change e-mail";
|
||
"TwoStepAuth.ConfirmationAbort" = "Abort Two-Step Verification Setup";
|
||
|
||
"TwoStepAuth.SetupPasswordEnterPasswordNew" = "Enter a password:";
|
||
"TwoStepAuth.SetupPasswordEnterPasswordChange" = "Please enter your new password:";
|
||
"TwoStepAuth.SetupPasswordConfirmPassword" = "Please re-enter your password:";
|
||
"TwoStepAuth.SetupPasswordConfirmFailed" = "Passwords don't match. Please try again.";
|
||
|
||
"TwoStepAuth.EnterPasswordTitle" = "Password";
|
||
"TwoStepAuth.EnterPasswordPassword" = "Password";
|
||
"TwoStepAuth.EnterPasswordHint" = "Hint: %@";
|
||
"TwoStepAuth.EnterPasswordHelp" = "You have enabled Two-Step Verification, so your account is protected with an additional password.";
|
||
"TwoStepAuth.EnterPasswordInvalid" = "Invalid password. Please try again.";
|
||
"TwoStepAuth.EnterPasswordForgot" = "Forgot password?";
|
||
|
||
"TwoStepAuth.EmailTitle" = "Recovery E-Mail";
|
||
"TwoStepAuth.EmailSkip" = "Skip";
|
||
"TwoStepAuth.EmailSkipAlert" = "No, seriously.\n\nIf you forget your password, you will lose access to your Telegram account. There will be no way to restore it.";
|
||
"TwoStepAuth.Email" = "E-Mail";
|
||
"TwoStepAuth.EmailPlaceholder" = "Your E-Mail";
|
||
"TwoStepAuth.EmailHelp" = "Please add your valid e-mail. It is the only way to recover a forgotten password.";
|
||
"TwoStepAuth.EmailInvalid" = "Invalid e-mail address. Please try again.";
|
||
"TwoStepAuth.EmailSent" = "We have sent you an e-mail to confirm your address.";
|
||
"TwoStepAuth.PasswordSet" = "Your password for Two-Step Verification is now active.";
|
||
"TwoStepAuth.PasswordRemoveConfirmation" = "Are you sure you want to disable your password?";
|
||
|
||
"TwoStepAuth.RecoveryUnavailable" = "Since you haven't provided a recovery e-mail when setting up your password, your remaining options are either to remember your password or to reset your account.";
|
||
"TwoStepAuth.RecoveryFailed" = "Your remaining options are either to remember your password or to reset your account.";
|
||
"TwoStepAuth.ResetAccount" = "Reset my account";
|
||
"TwoStepAuth.ResetAccountHelp" = "You will lose all your chats and messages, along with any media and files you've shared, if you proceed with resetting your account.";
|
||
"TwoStepAuth.ResetAccountConfirmation" = "You will lose all your chats and messages, along with any media and files you've shared, if you proceed with resetting your account.";
|
||
|
||
"TwoStepAuth.RecoveryTitle" = "E-Mail Code";
|
||
"TwoStepAuth.RecoverySent" = "We have sent a recovery code to the e-mail you provided:\n\n%@";
|
||
"TwoStepAuth.RecoveryCode" = "Code";
|
||
"TwoStepAuth.RecoveryCodeHelp" = "Please check your e-mail and enter the 6-digit code we've sent there to deactivate your cloud password.";
|
||
"TwoStepAuth.RecoveryCodeInvalid" = "Invalid code. Please try again.";
|
||
"TwoStepAuth.RecoveryCodeExpired" = "We have sent you a new 6-digit code.";
|
||
"TwoStepAuth.RecoveryEmailUnavailable" = "Having trouble accessing your e-mail %@?";
|
||
|
||
"TwoStepAuth.FloodError" = "Limit exceeded. Please try again later.";
|
||
"TwoStepAuth.GenericError" = "An error occurred. Please try again later.";
|
||
|
||
"Conversation.FilePhotoOrVideo" = "Photo or Video";
|
||
"Conversation.FileICloudDrive" = "iCloud Drive";
|
||
"Conversation.FileDropbox" = "Dropbox";
|
||
"Conversation.FileGoogleDrive" = "Google Drive";
|
||
|
||
"Conversation.FileHowTo" = "How to share files?";
|
||
"Conversation.FileOpenIn" = "Open in...";
|
||
"Conversation.FileHowToText" = "To share files of any type, open them on your %@ (e.g. in your browser), tap **Open in...** or the action button and choose Telegram.";
|
||
|
||
"Map.LocationTitle" = "Location";
|
||
"Map.OpenInMaps" = "Open in Maps";
|
||
"Map.OpenInGooglePlus" = "Open in Google Plus";
|
||
"Map.OpenInFoursquare" = "Open in Foursquare";
|
||
"Map.OpenInHereMaps" = "Open in HERE Maps";
|
||
"Map.OpenInYandexMaps" = "Open in Yandex Maps";
|
||
"Map.OpenInYandexNavigator" = "Open in Yandex Navigator";
|
||
"Map.OpenIn" = "Open In";
|
||
"Map.More" = "More...";
|
||
|
||
"Map.SendThisLocation" = "Send this location";
|
||
"Map.SendMyCurrentLocation" = "Send my current location";
|
||
"Map.Locating" = "Locating...";
|
||
"Map.ChooseAPlace" = "Or choose a place";
|
||
"Map.AccurateTo" = "Accurate to %@";
|
||
"Map.Search" = "Search places nearby";
|
||
"Map.ShowPlaces" = "Show places";
|
||
"Map.LoadError" = "An error occurred. Please try again.";
|
||
"Map.LocatingError" = "Failed to locate";
|
||
"Map.Unknown" = "Unknown location";
|
||
|
||
"Map.DistanceAway" = "%@ away";
|
||
"Map.ETAMinutes_any" = "%@ min";
|
||
"Map.ETAHours_1" = "%@ h";
|
||
"Map.ETAHours_any" = "%@ h";
|
||
|
||
"GoogleDrive.Title" = "Google Drive";
|
||
"GoogleDrive.Logout" = "Log Out";
|
||
"GoogleDrive.LogoutTitle" = "Log Out";
|
||
"GoogleDrive.LogoutMessage" = "Are you sure you want to log out from Google Drive?";
|
||
"GoogleDrive.LogoutLogout" = "Log Out";
|
||
"GoogleDrive.FolderIsEmpty" = "Folder is empty.";
|
||
"GoogleDrive.FolderLoadError" = "Unable to load folder.";
|
||
"GoogleDrive.LoadErrorTitle" = "Unable to Connect";
|
||
"GoogleDrive.LoadErrorMessage" = "Please check your internet connection and try again.";
|
||
|
||
"ChangePhone.ErrorOccupied" = "The number %@ is already connected to a Telegram account. Please delete that account before migrating to the new number.";
|
||
|
||
"AccessDenied.LocationTracking" = "Telegram needs access to your location to show you on the map.\n\nPlease go to Settings > Privacy > Location Services and set it to ON.";
|
||
|
||
"PrivacySettings.AuthSessions" = "Active Sessions";
|
||
"AuthSessions.Title" = "Active Sessions";
|
||
"AuthSessions.CurrentSession" = "CURRENT SESSION";
|
||
"AuthSessions.TerminateOtherSessions" = "Terminate all other sessions";
|
||
"AuthSessions.TerminateOtherSessionsHelp" = "Logs out all devices except for this one.";
|
||
"AuthSessions.TerminateSession" = "Terminate session";
|
||
"AuthSessions.OtherSessions" = "ACTIVE SESSIONS";
|
||
"AuthSessions.EmptyTitle" = "No other sessions";
|
||
"AuthSessions.EmptyText" = "You can log in to Telegram from other mobile, tablet and desktop devices, using the same phone number. All your data will be instantly synchronized.";
|
||
"AuthSessions.AppUnofficial" = "(ID: %@)";
|
||
|
||
"WebPreview.GettingLinkInfo" = "Getting Link Info...";
|
||
"WebPreview.LinkPreview" = "Link Preview";
|
||
|
||
"Preview.OpenInInstagram" = "Open in Instagram";
|
||
|
||
"MediaPicker.AddCaption" = "Add a caption...";
|
||
|
||
"GroupInfo.InviteByLink" = "Invite to Group via Link";
|
||
|
||
"GroupInfo.InviteLink.Title" = "Invite Link";
|
||
"GroupInfo.InviteLink.LinkSection" = "LINK";
|
||
"GroupInfo.InviteLink.Help" = "Anyone who has Telegram installed will be able to join your group by following this link.";
|
||
"GroupInfo.InviteLink.CopyLink" = "Copy Link";
|
||
"GroupInfo.InviteLink.RevokeLink" = "Revoke Link";
|
||
"GroupInfo.InviteLink.ShareLink" = "Share Link";
|
||
"GroupInfo.InviteLink.RevokeAlert.Text" = "Are you sure you want to revoke this link? Once you do, no one will be able to join the group using it.";
|
||
"GroupInfo.InviteLink.RevokeAlert.Revoke" = "Revoke";
|
||
"GroupInfo.InviteLink.RevokeAlert.Success" = "The previous invite link is now inactive. A new invite link has just been generated.";
|
||
"GroupInfo.InviteLink.CopyAlert.Success" = "Link copied to clipboard.";
|
||
|
||
"UserInfo.ShareMyContactInfo" = "Share My Contact Info";
|
||
|
||
"GroupInfo.InvitationLinkAccept" = "Do you want to join the chat \"%@\"?";
|
||
"GroupInfo.InvitationLinkAcceptChannel" = "Do you want to join the channel \"%@\"?";
|
||
"GroupInfo.InvitationLinkAlreadyAccepted" = "You already are a member in this group.";
|
||
"GroupInfo.InvitationLinkDoesNotExist" = "Sorry, this group does not seem to exist.";
|
||
"GroupInfo.InvitationLinkGroupFull" = "Sorry, this group is already full.";
|
||
|
||
"Core.ServiceUserStatus" = "Service Notifications";
|
||
|
||
"Notification.JoinedGroupByLink" = "%@ joined the group via invite link";
|
||
|
||
"ChatSettings.Other" = "OTHER";
|
||
"ChatSettings.Stickers" = "Stickers";
|
||
|
||
"StickerPacksSettings.Title" = "Stickers";
|
||
"StickerPacksSettings.ShowStickersButton" = "Show Stickers Tab";
|
||
"StickerPacksSettings.ShowStickersButtonHelp" = "A sticker icon will appear in the input field.";
|
||
|
||
"StickerPacksSettings.StickerPacksSection" = "STICKER SETS";
|
||
"StickerPacksSettings.ManagingHelp" = "Artists are welcome to add their own sticker sets using our @stickers bot.\n\nUsers can add stickers by double-tapping them and choosing \"Add Stickers\".";
|
||
|
||
"StickerPack.RemovePrompt" = "Remove \"%@\"?";
|
||
"StickerPack.BuiltinPackName" = "Great Minds";
|
||
"StickerPack.StickerCount_1" = "1 sticker";
|
||
"StickerPack.StickerCount_2" = "2 stickers";
|
||
"StickerPack.StickerCount_3_10" = "%@ stickers";
|
||
"StickerPack.StickerCount_any" = "%@ stickers";
|
||
|
||
"StickerPack.AddStickerCount_1" = "Add 1 Sticker";
|
||
"StickerPack.AddStickerCount_2" = "Add 2 Stickers";
|
||
"StickerPack.AddStickerCount_3_10" = "Add %@ Stickers";
|
||
"StickerPack.AddStickerCount_any" = "Add %@ Stickers";
|
||
|
||
"StickerPack.ShareStickers" = "Share Stickers";
|
||
|
||
"Conversation.ContextMenuStickerPackAdd" = "Add Stickers";
|
||
"Conversation.ContextMenuStickerPackInfo" = "Info";
|
||
|
||
"MediaPicker.Processing" = "Processing %@";
|
||
"MediaPicker.Nof" = "%@ of";
|
||
|
||
"UserInfo.ShareBot" = "Share";
|
||
"UserInfo.InviteBotToGroup" = "Add To Group";
|
||
"Profile.BotInfo" = "about";
|
||
"Profile.ShareBotPersonFormat" = "Share the bot with %@?";
|
||
"Profile.ShareBotGroupFormat" = "Share the bot with %@?";
|
||
|
||
"Target.SelectGroup" = "Choose Group";
|
||
"Target.InviteToGroupConfirmation" = "Add the bot to \"%@\"?";
|
||
"Target.InviteToGroupErrorAlreadyInvited" = "The bot is already a member of the group.";
|
||
"Bot.GenericBotStatus" = "bot";
|
||
"Bot.DescriptionTitle" = "What can this bot do?";
|
||
"Bot.GroupStatusReadsHistory" = "has access to messages";
|
||
"Bot.GroupStatusDoesNotReadHistory" = "has no access to messages";
|
||
"Bot.Start" = "Start";
|
||
"UserInfo.BotSettings" = "Settings";
|
||
"UserInfo.BotHelp" = "Help";
|
||
|
||
"Contacts.SearchLabel" = "Search for contacts or usernames";
|
||
"ChatSearch.SearchPlaceholder" = "Search";
|
||
|
||
"WatchRemote.NotificationText" = "Open this notification on your phone to view the message from your Apple Watch";
|
||
"WatchRemote.AlertTitle" = "Message from your Apple Watch";
|
||
"WatchRemote.AlertText" = "Open the message here?";
|
||
"WatchRemote.AlertOpen" = "Open";
|
||
|
||
"Conversation.SearchPlaceholder" = "Search this chat";
|
||
"Conversation.SearchNoResults" = "No Results";
|
||
|
||
"GroupInfo.AddUserLeftError" = "Sorry, if a person left a group, only a mutual contact can bring them back (they need to have your phone number, and you need theirs).";
|
||
|
||
"DialogList.SearchSectionRecent" = "Recent";
|
||
|
||
"DialogList.DeleteBotConfirmation" = "Delete";
|
||
"DialogList.DeleteBotConversationConfirmation" = "Delete and Stop";
|
||
"Bot.Stop" = "Stop Bot";
|
||
"Bot.Unblock" = "Restart Bot";
|
||
|
||
"Login.PhoneNumberHelp" = "Help";
|
||
"Login.EmailPhoneSubject" = "Invalid number %@";
|
||
"Login.EmailPhoneBody" = "I'm trying to use my mobile phone number: %@\nBut Telegram says it's invalid. Please help.";
|
||
|
||
"SharedMedia.TitleLink" = "Shared Links";
|
||
"SharedMedia.EmptyLinksText" = "All links shared in this chat will appear here.";
|
||
|
||
"SharedMedia.Link_1" = "1 link";
|
||
"SharedMedia.Link_2" = "2 links";
|
||
"SharedMedia.Link_3_10" = "%@ links";
|
||
"SharedMedia.Link_any" = "%@ links";
|
||
|
||
"Compose.NewChannelButton" = "New Channel";
|
||
"Channels.Title" = "Channels";
|
||
|
||
"Compose.NewChannel" = "New Channel";
|
||
"GroupInfo.ChannelListNamePlaceholder" = "Channel Name";
|
||
|
||
"Channel.MessagePhotoUpdated" = "Channel photo updated";
|
||
"Channel.MessagePhotoRemoved" = "Channel photo removed";
|
||
"Channel.MessageTitleUpdated" = "Channel renamed to \"%@\"";
|
||
"Channel.TitleInfo" = "Channel Info";
|
||
|
||
"Channel.UpdatePhotoItem" = "Set Channel Photo";
|
||
|
||
"Channel.AboutItem" = "about";
|
||
"Channel.LinkItem" = "share link";
|
||
"Channel.Edit.AboutItem" = "Description";
|
||
"Channel.Edit.LinkItem" = "Link";
|
||
|
||
"Channel.Username.Title" = "Link";
|
||
"Channel.Username.Help" = "You can choose a channel name on **Telegram**. If you do, other people will be able to find your channel by this name.\n\nYou can use **a-z**, **0-9** and underscores. Minimum length is **5** characters.";
|
||
"Channel.Username.LinkHint" = "This link opens your channel in Telegram:[\nhttps://telegram.me/%@]";
|
||
"Channel.Username.InvalidTooShort" = "Channel names must have at least 5 characters.";
|
||
"Channel.Username.InvalidStartsWithNumber" = "Channel names can't start with a number.";
|
||
"Channel.Username.InvalidCharacters" = "Sorry, this name is invalid.";
|
||
"Channel.Username.InvalidTaken" = "Sorry, this name is already taken.";
|
||
"Channel.Username.CheckingUsername" = "Checking name...";
|
||
"Channel.Username.UsernameIsAvailable" = "%@ is available.";
|
||
|
||
"Channel.Share" = "Share";
|
||
"Channel.LeaveChannel" = "Leave Channel";
|
||
|
||
"Channel.About.Title" = "Description";
|
||
|
||
"Channel.About.Placeholder" = "Description";
|
||
"Channel.About.Help" = "You can provide an optional description for your channel.";
|
||
"Group.About.Help" = "You can provide an optional description for your group.";
|
||
"Channel.About.Error" = "An error occurred.";
|
||
"Channel.ShareNoLink" = "Please select a link for your channel so that people can find it in search.";
|
||
|
||
"Channel.Status" = "channel";
|
||
"Group.Status" = "group";
|
||
|
||
"Compose.NewChannel.Members" = "MEMBERS";
|
||
"Compose.NewChannel.AddMember" = "Add Member...";
|
||
"Compose.NewChannel.AddMemberHelp" = "You can invite your contacts to join the channel right now or add them later.";
|
||
"Channel.NotificationSelfAdded" = "%@ added you to this channel";
|
||
|
||
"ChannelInfo.ConfirmLeave" = "Leave Channel";
|
||
"Channel.JoinChannel" = "Join";
|
||
"Forward.ChannelReadOnly" = "Sorry, you can't post to this channel.";
|
||
|
||
"Conversation.InfoChannel" = "Channel";
|
||
|
||
"Channel.ErrorAccessDenied" = "Sorry, this channel is private.";
|
||
"Conversation.InputTextBroadcastPlaceholder" = "Broadcast";
|
||
|
||
"Channel.NotificationCommentsEnabled" = "Comments are enabled";
|
||
"Channel.NotificationCommentsDisabled" = "Comments are disabled";
|
||
"Channel.Edit.EnableComments" = "Comments";
|
||
|
||
"Channel.TitleShowDiscussion" = "show comments";
|
||
"Channel.ShareChannel" = "Share";
|
||
|
||
"Channel.NotificationComments_1" = "1 comment";
|
||
"Channel.NotificationComments_2" = "2 comments";
|
||
"Channel.NotificationComments_3_10" = "%@ comments";
|
||
"Channel.NotificationComments_any" = "%@ comments";
|
||
"Channel.NotificationLoading" = "Loading...";
|
||
|
||
"Conversation.InputTextDisabledPlaceholder" = "Comments are disabled";
|
||
"Compose.ChannelTokenListPlaceholder" = "Search for contacts or usernames";
|
||
"Compose.GroupTokenListPlaceholder" = "Search for contacts or usernames";
|
||
|
||
"Compose.ChannelMembers" = "Members";
|
||
|
||
"Channel.Setup.TypeHeader" = "CHANNEL TYPE";
|
||
"Channel.Setup.TypePrivate" = "Private";
|
||
"Channel.Setup.TypePublic" = "Public";
|
||
"Channel.Setup.TypePublicHelp" = "Public channels can be found in search, anyone can join them.";
|
||
"Channel.Setup.TypePrivateHelp" = "Private channels can only be joined via an invite link.";
|
||
|
||
"Channel.Setup.Title" = "Channel";
|
||
|
||
"Channel.Username.CreatePublicLinkHelp" = "People can share this link with others and find your channel using Telegram search.";
|
||
"Channel.Username.CreatePrivateLinkHelp" = "People can join your channel by following this link. You can revoke the link at any time.";
|
||
|
||
"Channel.Username.CreateCommentsEnabled" = "Comments";
|
||
"Channel.Username.CreateCommentsHelp" = "If you enable comments, members will be able to discuss your post in the channel.";
|
||
|
||
"Channel.Setup.PublicNoLink" = "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.";
|
||
|
||
"Channel.Edit.PrivatePublicLinkAlert" = "Please note that if you choose a public link for your channel, anyone will be able to find it in search and join.\n\nDo not create this link if you want your channel to stay private.";
|
||
|
||
"Channel.Info.Description" = "description";
|
||
|
||
"Channel.Info.Management" = "Admins";
|
||
"Channel.Info.BlackList" = "Blacklist";
|
||
"Channel.Info.Members" = "Members";
|
||
|
||
"Channel.Members.AddMembers" = "Add Members";
|
||
"Channel.Members.AddMembersHelp" = "Only channel admins can see this list.";
|
||
"Channel.Members.Title" = "Members";
|
||
"Channel.BlackList.Title" = "Blacklist";
|
||
"Channel.Management.Title" = "Admins";
|
||
"Channel.Management.LabelCreator" = "Creator";
|
||
"Channel.Management.LabelModerator" = "Moderator";
|
||
"Channel.Management.LabelEditor" = "Admin";
|
||
|
||
"Channel.Management.AddModerator" = "Add Admin";
|
||
"Channel.Management.AddModeratorHelp" = "You can add admins to help you manage your channel.";
|
||
|
||
"Channel.Members.Kick" = "Remove";
|
||
"Channel.Management.Remove" = "Remove";
|
||
|
||
"Conversation.InputTextCommentPlaceholder" = "Comment";
|
||
|
||
"Channel.Members.InviteLink" = "Invite via Link";
|
||
|
||
"Channel.Management.ErrorNotMember" = "%@ hasn't joined the channel yet. Do you want to invite them?";
|
||
|
||
"Channel.Moderator.AccessLevelHeader" = "ACCESS LEVEL";
|
||
"Channel.Moderator.AccessLevelEditor" = "Editor";
|
||
"Channel.Moderator.AccessLevelModerator" = "Moderator";
|
||
|
||
"Channel.Moderator.AccessLevelModeratorHelp" = "Moderators can remove comments by users and manage the channel's blacklist.\n\nModerators can't change the channel's name, link, photo and description.";
|
||
"Channel.Moderator.AccessLevelEditorHelp" = "Editors can post as the channel, manage the blacklist and remove posts.\n\nEditors can't change the channel's name, link, photo and description.";
|
||
"Channel.Moderator.AccessLevelRevoke" = "Dismiss Moderator";
|
||
|
||
"Channel.Moderator.Title" = "Moderator";
|
||
|
||
"Notification.ChannelInviter" = "%@ invited you to this channel";
|
||
"Notification.ChannelInviterSelf" = "You joined this channel";
|
||
|
||
"Notification.GroupInviter" = "%@ invited you to this group";
|
||
"Notification.GroupInviterSelf" = "You joined this group";
|
||
|
||
"ChannelInfo.DeleteChannel" = "Delete Channel";
|
||
"ChannelInfo.DeleteChannelConfirmation" = "Wait! Deleting this channel will remove all members and all messages will be lost. Delete the channel anyway?";
|
||
|
||
"Channel.Username.InvalidTooManyUsernames" = "Sorry, you have created too many public channels. You can either create a private channel or delete one of your existing channels first.";
|
||
|
||
"ChannelInfo.ChannelForbidden" = "Sorry, this channel is no longer accessible.";
|
||
|
||
"PhotoEditor.FadeTool" = "Fade";
|
||
"PhotoEditor.TintTool" = "Tint";
|
||
"PhotoEditor.TintIntensity" = "Tint Intensity";
|
||
"PhotoEditor.ShadowsTint" = "Shadows";
|
||
"PhotoEditor.HighlightsTint" = "Highlights";
|
||
"PhotoEditor.CurvesTool" = "Curves";
|
||
"PhotoEditor.CurvesAll" = "All";
|
||
"PhotoEditor.CurvesRed" = "Red";
|
||
"PhotoEditor.CurvesGreen" = "Green";
|
||
"PhotoEditor.CurvesBlue" = "Blue";
|
||
|
||
"Channel.ErrorAddBlocked" = "Sorry, you can't add this user to channels.";
|
||
"Channel.ErrorAddTooMuch" = "Sorry, you can only add the first 200 members to a channel. Note that an unlimited number of people may join via the channel's link.";
|
||
|
||
"ChannelIntro.Title" = "What is a Channel?";
|
||
"ChannelIntro.Text" = "Channels are a new tool for\nbroadcasting your messages\nto large audiences.";
|
||
"ChannelIntro.CreateChannel" = "Create Channel";
|
||
|
||
"ShareMenu.Send" = "Send";
|
||
|
||
"Conversation.ReportSpam" = "Report Spam";
|
||
"Conversation.ReportSpamConfirmation" = "Are you sure you want to report spam from this user?";
|
||
"SharedMedia.EmptyMusicText" = "All music shared in this chat will appear here.";
|
||
|
||
"ChatSettings.AutoPlayAnimations" = "Autoplay GIFs";
|
||
|
||
"GroupInfo.ChatAdmins" = "Add Admins";
|
||
|
||
"ChatAdmins.Title" = "Chat Admins";
|
||
"ChatAdmins.AllMembersAreAdmins" = "All Members Are Admins";
|
||
"ChatAdmins.AllMembersAreAdminsOnHelp" = "All members can add new members, edit name and photo of the group.";
|
||
"ChatAdmins.AllMembersAreAdminsOffHelp" = "Only admins can add and remove members, edit name and photo of the group.";
|
||
"ChatAdmins.AdminLabel" = "admin";
|
||
|
||
"Group.MessagePhotoUpdated" = "Group photo updated";
|
||
"Group.MessagePhotoRemoved" = "Group photo removed";
|
||
"Group.MessageTitleUpdated" = "Group renamed to \"%@\"";
|
||
|
||
"Group.UpgradeNoticeHeader" = "MEMBERS LIMIT REACHED";
|
||
|
||
"Group.UpgradeNoticeText1" = "To go over the limit and get additional features, upgrade to a supergroup:";
|
||
"Group.UpgradeNoticeText2" = "• Supergroups can get up to {supergroup_member_limit} members\n• New members see the entire chat history\n• Admins delete messages for everyone\n• Notifications are muted by default";
|
||
"GroupInfo.UpgradeButton" = "Upgrade to supergroup";
|
||
"Group.UpgradeConfirmation" = "Please note that group members will need to update their Telegram apps to the latest version to see your supergroup.";
|
||
|
||
"Notification.GroupMigratedToChannel" = "The group was upgraded to a supergroup";
|
||
"Notification.GroupDeactivated" = "Group deactivated";
|
||
"Notification.GroupDeactivated" = "Group deactivated";
|
||
"Notification.ChannelMigratedFrom" = "This group was upgraded to a supergroup";
|
||
|
||
"Conversation.StatusGroupDeactivated" = "group deactivated";
|
||
"GroupInfo.DeactivatedStatus" = "Group Deactivated";
|
||
|
||
"Notification.RenamedGroup" = "Group renamed";
|
||
|
||
"Group.ErrorAddTooMuch" = "Sorry, this group is full.";
|
||
"Group.ErrorAddTooMuchBots" = "Sorry, you've reached the maximum number of bots for this group.";
|
||
"Group.ErrorAddTooMuchAdmins" = "Sorry, you've reached the maximum number of admins for this group.";
|
||
"Group.ErrorAddBlocked" = "Sorry, you can't add this user to groups.";
|
||
"Group.ErrorNotMutualContact" = "Sorry, you can only add mutual contacts to groups at the moment.";
|
||
|
||
"Conversation.SendMessageErrorFlood" = "Sorry, you can only send messages to mutual contacts at the moment.";
|
||
"Generic.ErrorMoreInfo" = "More Info";
|
||
|
||
"Notification.InvitedMany" = "%@ invited %@";
|
||
|
||
"ChannelMembers.Blacklist.EmptyText" = "Blacklisted users are removed from the group and can only come back if invited by an admin. Invite links don't work for them.";
|
||
|
||
"ChannelInfo.DeleteGroup" = "Delete Group";
|
||
"ChannelInfo.DeleteGroupConfirmation" = "Wait! Deleting this group will remove all members and all messages will be lost. Delete the group anyway?";
|
||
|
||
"ReportPeer.Report" = "Report";
|
||
|
||
"ReportPeer.ReasonSpam" = "Spam";
|
||
"ReportPeer.ReasonViolence" = "Violence";
|
||
"ReportPeer.ReasonPornography" = "Pornography";
|
||
"ReportPeer.ReasonOther" = "Other";
|
||
|
||
"ReportPeer.AlertSuccess" = "Thank you!\nYour report will be reviewed by our team very soon.";
|
||
|
||
"Login.TermsOfServiceLabel" = "By signing up,\nyou agree to the [Terms of Service].";
|
||
"Login.TermsOfServiceHeader" = "Terms of Service";
|
||
|
||
"ReportPeer.ReasonOther.Placeholder" = "Description";
|
||
"ReportPeer.ReasonOther.Title" = "Report";
|
||
"ReportPeer.ReasonOther.Send" = "Send";
|
||
|
||
"Group.Management.AddModeratorHelp" = "You can add admins to help you manage your group.";
|
||
|
||
"Watch.AppName" = "Telegram";
|
||
"Watch.Compose.AddContact" = "Choose Contact";
|
||
"Watch.Compose.CreateMessage" = "Create Message";
|
||
"Watch.Compose.CurrentLocation" = "Current Location";
|
||
"Watch.Compose.Send" = "Send";
|
||
"Watch.Contacts.NoResults" = "No matching\ncontacts found";
|
||
"Watch.ChatList.NoConversationsTitle" = "No Conversations";
|
||
"Watch.ChatList.NoConversationsText" = "To start messaging,\npress firmly, then tap\nNew Message";
|
||
"Watch.ChatList.Compose" = "New Message";
|
||
|
||
"Watch.Conversation.Reply" = "Reply";
|
||
"Watch.Conversation.Unblock" = "Unblock";
|
||
"Watch.Conversation.UserInfo" = "Info";
|
||
"Watch.Conversation.GroupInfo" = "Group Info";
|
||
"Watch.Bot.Restart" = "Restart";
|
||
|
||
"Watch.UserInfo.Title" = "Info";
|
||
"Watch.UserInfo.Service" = "service notifications";
|
||
|
||
"Watch.UserInfo.Block" = "Block";
|
||
"Watch.UserInfo.Unblock" = "Unblock";
|
||
"Watch.UserInfo.Mute_1" = "Mute for 1 hour";
|
||
"Watch.UserInfo.Mute_2" = "Mute for 2 hours";
|
||
"Watch.UserInfo.Mute_3_10" = "Mute for %@ hours";
|
||
"Watch.UserInfo.Mute_any" = "Mute for %@ hours";
|
||
"Watch.UserInfo.Mute" = "Mute";
|
||
"Watch.UserInfo.Unmute" = "Unmute";
|
||
|
||
"Watch.GroupInfo.Title" = "Group Info";
|
||
"Watch.ChannelInfo.Title" = "Channel Info";
|
||
|
||
"Watch.Message.ForwardedFrom" = "Forwarded from";
|
||
|
||
"Watch.Notification.Joined" = "Joined Telegram";
|
||
|
||
"Watch.MessageView.Title" = "Message";
|
||
"Watch.MessageView.Forward" = "Forward";
|
||
"Watch.MessageView.Reply" = "Reply";
|
||
"Watch.MessageView.ViewOnPhone" = "View On Phone";
|
||
|
||
"Watch.PhotoView.Title" = "Photo";
|
||
|
||
"Watch.Stickers.Recents" = "Recents";
|
||
"Watch.Stickers.RecentPlaceholder" = "Your most frequently used stickers will appear here";
|
||
"Watch.Stickers.StickerPacks" = "Sticker Sets";
|
||
|
||
"Watch.Location.Current" = "Current Location";
|
||
"Watch.Location.Access" = "Allow Telegram to access location on your phone";
|
||
|
||
"Watch.AuthRequired" = "Log in to Telegram on your phone to get started";
|
||
"Watch.UnlockRequired" = "Unlock Telegram on your phone";
|
||
|
||
"Watch.NoConnection" = "No Connection";
|
||
"Watch.ConnectionDescription" = "Your Watch needs to be connected for the app to work";
|
||
|
||
"Watch.State.Connecting" = "Connecting...";
|
||
"Watch.State.Updating" = "Updating...";
|
||
"Watch.State.WaitingForNetwork" = "No Network";
|
||
|
||
"Watch.Time.ShortTodayAt" = "Today %@";
|
||
"Watch.Time.ShortYesterdayAt" = "Yesterday %@";
|
||
"Watch.Time.ShortWeekdayAt" = "%1$@ %2$@";
|
||
"Watch.Time.ShortFullAt" = "%1$@ %2$@";
|
||
|
||
"Watch.LastSeen.JustNow" = "just now";
|
||
"Watch.LastSeen.MinutesAgo_1" = "1 minute ago";
|
||
"Watch.LastSeen.MinutesAgo_2" = "2 minutes ago";
|
||
"Watch.LastSeen.MinutesAgo_3_10" = "%@ minutes ago";
|
||
"Watch.LastSeen.MinutesAgo_any" = "%@ minutes ago";
|
||
"Watch.LastSeen.HoursAgo_1" = "1 hour ago";
|
||
"Watch.LastSeen.HoursAgo_2" = "2 hours ago";
|
||
"Watch.LastSeen.HoursAgo_3_10" = "%@ hours ago";
|
||
"Watch.LastSeen.HoursAgo_any" = "%@ hours ago";
|
||
"Watch.LastSeen.TodayAt" = "today at %@";
|
||
"Watch.LastSeen.YesterdayAt" = "yesterday at %@";
|
||
"Watch.LastSeen.AtWeekday" = "%@";
|
||
"Watch.LastSeen.AtDate" = "%@";
|
||
"Watch.LastSeen.Lately" = "recently";
|
||
"Watch.LastSeen.WithinAWeek" = "within a week";
|
||
"Watch.LastSeen.WithinAMonth" = "within a month";
|
||
"Watch.LastSeen.ALongTimeAgo" = "a long time ago";
|
||
|
||
"Watch.Suggestion.OK" = "OK";
|
||
"Watch.Suggestion.ThankYou" = "Thank you.";
|
||
"Watch.Suggestion.Thanks" = "Thanks!";
|
||
"Watch.Suggestion.WhatsUp" = "What's up?";
|
||
"Watch.Suggestion.Yes" = "Yes";
|
||
"Watch.Suggestion.No" = "No";
|
||
"Watch.Suggestion.Absolutely" = "Absolutely";
|
||
"Watch.Suggestion.Nope" = "Nope";
|
||
"Watch.Suggestion.TalkLater" = "Talk later?";
|
||
"Watch.Suggestion.CantTalk" = "Can't talk now...";
|
||
"Watch.Suggestion.HoldOn" = "Hold on a sec...";
|
||
"Watch.Suggestion.CallSoon" = "Call you soon.";
|
||
"Watch.Suggestion.TextInABit" = "Text you in a bit.";
|
||
"Watch.Suggestion.BRB" = "BRB";
|
||
"Watch.Suggestion.OnMyWay" = "I'm on my way.";
|
||
"Cache.Photos" = "Photos";
|
||
"Cache.Videos" = "Videos";
|
||
"Cache.Music" = "Music";
|
||
"Cache.Files" = "Files";
|
||
"Cache.Clear" = "Clear (%@)";
|
||
"Cache.ClearNone" = "Clear";
|
||
"Cache.ClearProgress" = "Please Wait...";
|
||
"Cache.ClearEmpty" = "Empty";
|
||
"Cache.ByPeerHeader" = "CHATS";
|
||
"Cache.Indexing" = "Telegram is calculating current cache size.\nThis can take a few minutes.";
|
||
|
||
"ExplicitContent.AlertTitle" = "Sorry";
|
||
"ExplicitContent.AlertChannel" = "You can't access this channel because it violates App Store rules.";
|
||
"ExplicitContent.AlertUser" = "You can't access this bot because it violates App Store rules.";
|
||
|
||
"StickerSettings.ContextHide" = "Hide";
|
||
"StickerSettings.ContextShow" = "Show";
|
||
|
||
"Conversation.LinkDialogSave" = "Save";
|
||
"Conversation.GifTooltip" = "Tap here to access saved GIFs";
|
||
|
||
"AttachmentMenu.PhotoOrVideo" = "Photo or Video";
|
||
"AttachmentMenu.ImageSearch" = "Image Search";
|
||
"AttachmentMenu.File" = "File";
|
||
|
||
"AttachmentMenu.SendPhoto_1" = "Send 1 Photo";
|
||
"AttachmentMenu.SendPhoto_2" = "Send 2 Photos";
|
||
"AttachmentMenu.SendPhoto_3_10" = "Send %@ Photos";
|
||
"AttachmentMenu.SendPhoto_any" = "Send %@ Photos";
|
||
|
||
"AttachmentMenu.SendVideo_1" = "Send 1 Video";
|
||
"AttachmentMenu.SendVideo_2" = "Send 2 Videos";
|
||
"AttachmentMenu.SendVideo_3_10" = "Send %@ Videos";
|
||
"AttachmentMenu.SendVideo_any" = "Send %@ Videos";
|
||
|
||
"AttachmentMenu.SendGif_1" = "Send 1 GIF";
|
||
"AttachmentMenu.SendGif_2" = "Send 2 GIFs";
|
||
"AttachmentMenu.SendGif_3_10" = "Send %@ GIFs";
|
||
"AttachmentMenu.SendGif_any" = "Send %@ GIFs";
|
||
|
||
"AttachmentMenu.SendItem_1" = "Send 1 Item";
|
||
"AttachmentMenu.SendItem_2" = "Send 2 Items";
|
||
"AttachmentMenu.SendItem_3_10" = "Send %@ Items";
|
||
"AttachmentMenu.SendItem_any" = "Send %@ Items";
|
||
|
||
"AttachmentMenu.SendAsFile" = "Send as File";
|
||
"AttachmentMenu.SendAsFiles" = "Send as Files";
|
||
|
||
"Conversation.Processing" = "Processing...";
|
||
|
||
"Conversation.MessageViaUser" = "via %@";
|
||
|
||
"CreateGroup.SoftUserLimitAlert" = "You will be able to add more users after you finish creating the group and convert it to a supergroup.";
|
||
"ChannelMembers.AllMembersMayInvite" = "All Members May Invite";
|
||
"ChannelMembers.AllMembersMayInviteOnHelp" = "Everybody can add new members.";
|
||
"ChannelMembers.AllMembersMayInviteOffHelp" = "Only admins can add new members.";
|
||
|
||
"Privacy.GroupsAndChannels" = "Groups";
|
||
"Privacy.GroupsAndChannels.WhoCanAddMe" = "WHO CAN ADD ME TO GROUP CHATS";
|
||
"Privacy.GroupsAndChannels.CustomHelp" = "You can restrict who can add you to groups and channels with granular precision.";
|
||
"Privacy.GroupsAndChannels.AlwaysAllow" = "Always Allow";
|
||
"Privacy.GroupsAndChannels.NeverAllow" = "Never Allow";
|
||
"Privacy.GroupsAndChannels.CustomShareHelp" = "These users will or will not be able to add you to groups and channels regardless of the settings above.";
|
||
|
||
"Privacy.GroupsAndChannels.AlwaysAllow.Title" = "Always Allow";
|
||
"Privacy.GroupsAndChannels.AlwaysAllow.Placeholder" = "Always allow...";
|
||
"Privacy.GroupsAndChannels.NeverAllow.Title" = "Never Allow";
|
||
"Privacy.GroupsAndChannels.NeverAllow.Placeholder" = "Never allow...";
|
||
|
||
"Privacy.GroupsAndChannels.InviteToGroupError" = "Sorry, you cannot add %@ to groups because of %@'s privacy settings.";
|
||
"Privacy.GroupsAndChannels.InviteToChannelError" = "Sorry, you cannot add %@ to channels because of %@'s privacy settings.";
|
||
"Privacy.GroupsAndChannels.InviteToChannelMultipleError" = "Sorry, you can't create a group with these users due to their privacy settings.";
|
||
|
||
"ChannelMembers.WhoCanAddMembers" = "Who can add members";
|
||
"ChannelMembers.WhoCanAddMembers.AllMembers" = "All Members";
|
||
"ChannelMembers.WhoCanAddMembers.Admins" = "Only Admins";
|
||
"ChannelMembers.WhoCanAddMembersAllHelp" = "Everybody can add new members.";
|
||
"ChannelMembers.WhoCanAddMembersAdminsHelp" = "Only admins can add new members.";
|
||
|
||
"ChannelMembers.GroupAdminsTitle" = "GROUP ADMINS";
|
||
"ChannelMembers.ChannelAdminsTitle" = "CHANNEL ADMINS";
|
||
"MusicPlayer.VoiceNote" = "Voice Message";
|
||
|
||
"PrivacyLastSeenSettings.WhoCanSeeMyTimestamp" = "WHO CAN SEE MY TIMESTAMP";
|
||
|
||
"PrivacyLastSeenSettings.GroupsAndChannelsHelp" = "Change who can add you to groups and channels.";
|
||
"MusicPlayer.VoiceNote" = "Voice Message";
|
||
|
||
"Watch.Microphone.Access" = "Allow Telegram to access the microphone on your phone";
|
||
|
||
"Settings.AppleWatch" = "Apple Watch";
|
||
"AppleWatch.Title" = "Apple Watch";
|
||
"AppleWatch.ReplyPresets" = "REPLY PRESETS";
|
||
"AppleWatch.ReplyPresetsHelp" = "You can select one of these default replies when you compose or reply to a message, or you can change them to anything you like.";
|
||
|
||
"KeyCommand.FocusOnInputField" = "Write Message";
|
||
"KeyCommand.Find" = "Search";
|
||
"KeyCommand.ScrollUp" = "Scroll Up";
|
||
"KeyCommand.ScrollDown" = "Scroll Down";
|
||
"KeyCommand.NewMessage" = "New Message";
|
||
"KeyCommand.JumpToPreviousChat" = "Jump to Previous Chat";
|
||
"KeyCommand.JumpToNextChat" = "Jump to Next Chat";
|
||
"KeyCommand.JumpToPreviousUnreadChat" = "Jump to Previous Unread Chat";
|
||
"KeyCommand.JumpToNextUnreadChat" = "Jump to Next Unread Chat";
|
||
"KeyCommand.SendMessage" = "Send Message";
|
||
"KeyCommand.ChatInfo" = "Chat Info";
|
||
|
||
"Conversation.SecretLinkPreviewAlert" = "Would you like to enable extended link previews in Secret Chats? Note that link previews are generated on Telegram servers.";
|
||
"Conversation.SecretChatContextBotAlert" = "Please note that inline bots are provided by third-party developers. For the bot to work, the symbols you type after the bot's username are sent to the respective developer.";
|
||
|
||
"Map.OpenInWaze" = "Open in Waze";
|
||
|
||
"ShareMenu.CopyShareLink" = "Copy Share Link";
|
||
|
||
"Channel.SignMessages" = "Sign Messages";
|
||
"Channel.SignMessages.Help" = "Add names of the admins to the messages they post.";
|
||
|
||
"Channel.EditMessageErrorGeneric" = "Sorry, you can't edit this message.";
|
||
|
||
"ChannelInfo.InvitationLinkDoesNotExist" = "Sorry, this channel does not seem to exist.";
|
||
|
||
"Conversation.InputTextSilentBroadcastPlaceholder" = "Silent Broadcast";
|
||
"Conversation.SilentBroadcastTooltipOn" = "Members will be notified when you post";
|
||
"Conversation.SilentBroadcastTooltipOff" = "Members will not be notified when you post";
|