NekoX/TMessagesProj/src/main/res/values/strings.xml

2104 lines
152 KiB
XML
Raw Normal View History

2013-10-25 17:19:00 +02:00
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="AppName">Telegram</string>
2015-11-26 22:04:02 +01:00
<string name="AppNameBeta">Telegram Beta</string>
<string name="LanguageName">English</string>
2017-07-08 18:32:04 +02:00
<string name="English">English</string>
<string name="LanguageNameInEnglish">English</string>
<string name="LanguageCode">en</string>
2017-07-08 18:32:04 +02:00
<string name="ContinueOnThisLanguage">Continue in English</string>
2013-10-25 17:19:00 +02:00
<!--signin view-->
<string name="YourPhone">Your phone</string>
2014-11-14 16:40:15 +01:00
<string name="StartText">Please confirm your country code and enter your phone number.</string>
2013-12-20 20:25:49 +01:00
<string name="ChooseCountry">Choose a country</string>
2018-07-30 04:07:02 +02:00
<string name="WrongCountry">Invalid Country Code</string>
<string name="AccountAlreadyLoggedIn">This account is already logged in from this app.</string>
<string name="AccountSwitch">Switch</string>
<string name="SyncContacts">Sync Contacts</string>
<string name="SyncContactsDeleteInfo">This will remove your contacts from the Telegram servers. If \'Sync Contacts\' is enabled, contacts will be re-synced.</string>
<string name="SyncContactsOn">Contacts from this device will be added to this account.</string>
<string name="SyncContactsOff">Contacts from this device will not be added to this account.</string>
<string name="SyncContactsInfoOn">Contacts from this device will be added to your account.</string>
<string name="SyncContactsInfoOff">Turn on to import contacts from this device to your account.</string>
<string name="SyncContactsAdded">Contacts from this device were added to your account.</string>
2013-10-25 17:19:00 +02:00
<!--code enter view-->
2016-03-16 13:26:32 +01:00
<string name="YourCode">Phone verification</string>
2017-12-08 18:35:59 +01:00
<string name="SentSmsCode">We\'ve sent an SMS with an activation code to your phone **%1$s**.</string>
<string name="SentAppCode">We\'ve sent the code to the **Telegram** app on your other device.</string>
2018-07-30 04:07:02 +02:00
<string name="SentCallCode">We\'re calling your phone **%1$s**.\n\nDon\'t accept the call, Telegram will process everything automatically.</string>
2017-12-08 18:35:59 +01:00
<string name="SentCallOnly">We are calling your phone **%1$s** to dictate a code.</string>
2018-07-30 04:07:02 +02:00
<string name="CallText">Telegram will call you in %1$d:%2$02d</string>
2016-03-16 13:26:32 +01:00
<string name="SmsText">We will send you an SMS in %1$d:%2$02d</string>
2013-10-25 17:19:00 +02:00
<string name="Calling">Calling you...</string>
<string name="Code">Code</string>
2013-12-20 20:25:49 +01:00
<string name="WrongNumber">Wrong number?</string>
2014-07-04 00:41:59 +02:00
<string name="DidNotGetTheCode">Didn\'t get the code?</string>
2016-10-11 13:57:01 +02:00
<string name="CancelAccountReset">Cancel account reset</string>
2017-12-08 18:35:59 +01:00
<string name="CancelAccountResetInfo">Somebody with access to your phone number **%1$s** has requested to delete your Telegram account and reset your 2-Step Verification password.\n\nIf this wasn\'t you, please enter the code we\'ve just sent you via SMS to your number.</string>
2016-10-11 13:57:01 +02:00
<string name="ResetAccount">Reset account</string>
2017-12-08 18:35:59 +01:00
<string name="ResetAccountInfo">Since the account **%1$s** is active and protected by a password, we will delete it in 1 week for security purposes.\n\nYou can cancel this process at any time.</string>
2016-10-11 13:57:01 +02:00
<string name="ResetAccountStatus">You\'ll be able to reset your account in:</string>
<string name="ResetAccountCancelledAlert">Your recent attempts to reset this account have been cancelled by its active user. Please try again in 7 days.</string>
2018-07-30 04:07:02 +02:00
<string name="ResetAccountButton">RESET ACCOUNT</string>
2016-10-11 13:57:01 +02:00
<string name="CancelLinkExpired">Link is invalid or expired.</string>
<string name="CancelLinkSuccess">The deletion process was cancelled for your account %1$s. You may close this window now.</string>
2013-10-25 17:19:00 +02:00
<!--signup view-->
<string name="YourName">Your name</string>
2013-12-20 20:25:49 +01:00
<string name="RegisterText">Set up your first and last name</string>
<!--<string name="RegisterText">Set up your name and picture</string>-->
<string name="FirstName">First name (required)</string>
<string name="LastName">Last name (optional)</string>
<string name="CancelRegistration">Cancel registration</string>
2017-03-31 01:58:05 +02:00
<!--payments view-->
<string name="PaymentSuccessfullyPaid">You have just successfully transferred %1$s to %2$s for %3$s</string>
<string name="PaymentSuccessfullyPaidNoItem">You have just successfully transferred %1$s to %2$s</string>
<string name="PaymentCheckout">Checkout</string>
<string name="PaymentShippingMethod">Shipping methods</string>
<string name="PaymentNoShippingMethod">Sorry, it is not possible to deliver to your address.</string>
<string name="PaymentShippingInfo">Shipping information</string>
<string name="PaymentShippingAddress">Shipping address</string>
<string name="PaymentShippingAddress1Placeholder">Address 1 (Street)</string>
<string name="PaymentShippingAddress2Placeholder">Address 2 (Street)</string>
<string name="PaymentShippingCityPlaceholder">City</string>
<string name="PaymentShippingStatePlaceholder">State</string>
<string name="PaymentShippingCountry">Country</string>
<string name="PaymentShippingZipPlaceholder">Postcode</string>
<string name="PaymentShippingReceiver">Receiver</string>
<string name="PaymentShippingName">Full Name</string>
<string name="PaymentShippingPhoneNumber">Phone Number</string>
<string name="PaymentShippingEmailPlaceholder">E-Mail</string>
<string name="PaymentShippingSave">Save Shipping Information</string>
<string name="PaymentShippingSaveInfo">You can save your shipping info for future use.</string>
<string name="PaymentCardInfo">Payment info</string>
<string name="PaymentCardTitle">Payment card</string>
<string name="PaymentCardNumber">Card Number</string>
<string name="PaymentCardCvv">Security Code (CVV)</string>
<string name="PaymentCardExpireDate">MM/YY</string>
<string name="PaymentBillingAddress">Billing address</string>
<string name="PaymentCardName">Name Surname</string>
<string name="PaymentCardSavePaymentInformation">Save Payment Information</string>
<string name="PaymentCardSavePaymentInformationInfoLine1">You can save your payment info for future use.</string>
<string name="PaymentCardSavePaymentInformationInfoLine2">Please *turn on Two-Step Verification* to enable this.</string>
<string name="PaymentTransactionReview">Transaction Review</string>
<string name="PaymentTransactionMessage">Do you really want to transfer %1$s to the %2$s bot for %3$s?</string>
<string name="PaymentTransactionTotal">Total</string>
<string name="PaymentInvoice">INVOICE</string>
<string name="PaymentTestInvoice">TEST INVOICE</string>
<string name="PaymentCheckoutPay">PAY %1$s</string>
<string name="PaymentCheckoutMethod">Payment method</string>
2017-07-08 18:32:04 +02:00
<string name="PaymentCheckoutProvider">Payment provider</string>
2017-03-31 01:58:05 +02:00
<string name="PaymentCheckoutName">Name</string>
<string name="PaymentCheckoutPhoneNumber">Phone number</string>
<string name="PaymentCheckoutEmail">Contact address</string>
<string name="PaymentCheckoutShippingMethod">Shipping method</string>
<string name="PaymentReceipt">Receipt</string>
<string name="PaymentConfirmationNewCard">Choose a different card</string>
<string name="PaymentConfirmationMessage">Your card %1$s is on file. To pay with this card, please enter your 2-Step-Verification password.</string>
<string name="PaymentPrecheckoutFailed">Sorry, the payment was cancelled by the bot.</string>
<string name="PaymentFailed">Sorry, the payment was declined.</string>
<string name="PaymentConnectionFailed">Unable to reach payment server. Please check your internet connection and try again.</string>
2017-07-08 18:32:04 +02:00
<string name="PaymentWarning">Warning</string>
<string name="PaymentWarningText">Neither Telegram, nor %1$s will have access to your credit card information. Credit card details will be handled only by the payment system, %2$s.\n\nPayments will go directly to the developer of %1$s. Telegram cannot provide any guarantees, so proceed at your own risk. In case of problems, please contact the developer of %1$s or your bank.</string>
2017-12-08 18:35:59 +01:00
<string name="PaymentPassword">Password &amp; E-Mail</string>
<string name="PaymentPasswordTitle">Password</string>
<string name="PaymentPasswordEnter">Enter a password</string>
<string name="PaymentPasswordReEnter">Re-enter your password</string>
<string name="PaymentPasswordInfo">Please create a password to protect your payment info. You\'ll be asked to enter it when you log in.</string>
<string name="PaymentPasswordEmailTitle">Recovery E-Mail</string>
<string name="PaymentPasswordEmail">Your E-Mail</string>
<string name="PaymentPasswordEmailInfo">Please add your valid e-mail. It is the only way to recover a forgotten password.</string>
<string name="PaymentPhoneToProvider">Phone will be passed to %1$s as billing info.</string>
<string name="PaymentEmailToProvider">E-Mail will be passed to %1$s as billing info.</string>
<string name="PaymentPhoneEmailToProvider">Phone and E-Mail will be passed to %1$s as billing info.</string>
2013-10-25 17:19:00 +02:00
<!--chats view-->
2017-03-31 01:58:05 +02:00
<string name="NewConversationShortcut">New conversation</string>
2013-10-25 17:19:00 +02:00
<string name="Settings">Settings</string>
<string name="Contacts">Contacts</string>
<string name="NewGroup">New Group</string>
<string name="Yesterday">yesterday</string>
<string name="NoResult">No results</string>
<string name="NoChats">No chats yet...</string>
2017-12-08 18:35:59 +01:00
<string name="RecentlyViewed">Recently viewed</string>
<string name="RecentlyViewedHide">HIDE</string>
2014-11-17 03:44:57 +01:00
<string name="NoChatsHelp">Start messaging by pressing the\nnew message button in the bottom right corner\nor tap the menu button for more options.</string>
2018-07-30 04:07:02 +02:00
<string name="NoChatsContactsHelp">Start messaging by pressing the\nnew message button in the bottom right corner\nor tap the menu button for more options.</string>
2013-10-25 17:19:00 +02:00
<string name="WaitingForNetwork">Waiting for network...</string>
<string name="Connecting">Connecting...</string>
2018-07-30 04:07:02 +02:00
<string name="Connected">Connected</string>
<string name="Ping">Ping: %1$d ms</string>
<string name="Checking">Checking...</string>
<string name="Available">Available</string>
<string name="Unavailable">Unavailable</string>
<string name="ConnectingToProxy">Connecting to proxy</string>
<string name="ConnectingConnectProxy">Connect Proxy</string>
2013-10-25 17:19:00 +02:00
<string name="Updating">Updating...</string>
<string name="NewSecretChat">New Secret Chat</string>
<string name="AwaitingEncryption">Waiting for %s to get online...</string>
<string name="EncryptionRejected">Secret chat cancelled</string>
<string name="EncryptionProcessing">Exchanging encryption keys...</string>
<string name="EncryptedChatStartedOutgoing">%s joined your secret chat.</string>
<string name="EncryptedChatStartedIncoming">You joined the secret chat.</string>
2014-11-17 03:44:57 +01:00
<string name="ClearHistory">Clear history</string>
2015-12-09 19:27:52 +01:00
<string name="ClearHistoryCache">Delete from cache</string>
<string name="DeleteChat">Delete and exit</string>
2014-11-17 03:44:57 +01:00
<string name="DeleteChatUser">Delete chat</string>
2014-11-17 23:04:31 +01:00
<string name="HiddenName">Deleted Account</string>
<string name="SelectChat">Select Chat</string>
2017-12-08 18:35:59 +01:00
<string name="ForwardTo">Forward to...</string>
<string name="DisappearingPhoto">Secret Photo</string>
<string name="DisappearingVideo">Secret Video</string>
2018-07-30 04:07:02 +02:00
<string name="DisappearingGif">Secret GIF</string>
2014-10-21 22:35:16 +02:00
<string name="CompatibilityChat">%1$s is using an older version of Telegram, so secret photos will be shown in compatibility mode.\n\nOnce %2$s 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.</string>
2014-10-31 20:02:29 +01:00
<string name="SearchMessages">MESSAGES</string>
2015-01-02 23:15:07 +01:00
<string name="Search">Search</string>
2015-02-01 19:51:02 +01:00
<string name="MuteNotifications">Mute notifications</string>
<string name="MuteFor">Mute for %1$s</string>
<string name="UnmuteNotifications">Unmute</string>
<string name="WillUnmuteIn">In %1$s</string>
<string name="MuteDisable">Disable</string>
2015-03-26 18:34:47 +01:00
<string name="Hashtags">HASHTAGS</string>
2015-08-13 11:23:31 +02:00
<string name="Recent">RECENT</string>
2016-05-25 23:49:47 +02:00
<string name="ChatHints">CHATS</string>
<string name="ChatHintsDelete">Delete %1$s from suggestions?</string>
2015-11-26 22:04:02 +01:00
<string name="LinkPreview">Link preview</string>
<string name="Draft">Draft</string>
<string name="HistoryCleared">History was cleared</string>
2017-03-31 01:58:05 +02:00
<string name="ArticleByAuthor">by %1$s</string>
<string name="ArticleDateByAuthor">%1$s by %2$s</string>
<string name="PreviewFeedback">Leave feedback about this preview</string>
<string name="SendStickerPreview">Send Sticker</string>
<string name="ViewPackPreview">View Pack</string>
<string name="PinToTop">Pin to top</string>
<string name="UnpinFromTop">Unpin from top</string>
2018-07-30 04:07:02 +02:00
<string name="MarkAsUnread">Mark as unread</string>
<string name="MarkAsRead">Mark as read</string>
2017-03-31 01:58:05 +02:00
<string name="Bold">Bold</string>
<string name="Italic">Italic</string>
2018-07-30 04:07:02 +02:00
<string name="Mono">Mono</string>
2017-03-31 01:58:05 +02:00
<string name="Regular">Regular</string>
2018-07-30 04:07:02 +02:00
<string name="ContactsPermissionAlert">**Telegram** needs access to your contacts so that you can connect with your friends across all your devices. Your contacts will be continuously synced with Telegram\'s heavily encrypted cloud servers.</string>
2017-07-08 18:32:04 +02:00
<string name="ContactsPermissionAlertNotNow">NOT NOW</string>
<string name="ContactsPermissionAlertContinue">CONTINUE</string>
2018-07-30 04:07:02 +02:00
<string name="YourContacts">Your contacts on Telegram</string>
2015-09-24 22:52:02 +02:00
<!--channels-->
2015-11-26 22:04:02 +01:00
<string name="SetAsAdmin">Promote to admin</string>
2017-07-08 18:32:04 +02:00
<string name="NoBlockedUsers">No banned users</string>
2015-11-26 22:04:02 +01:00
<string name="DeleteMega">Delete Group</string>
<string name="LeaveMegaMenu">Leave group</string>
<string name="DeleteMegaMenu">Delete group</string>
<string name="MegaDeleteInfo">You will lose all messages in this group.</string>
<string name="MegaAdminsInfo">You can add administrators to help you manage your group. Tap and hold to remove them.</string>
<string name="MegaDeleteAlert">Wait! Deleting this group will remove all members and all messages will be lost. Delete the group anyway?</string>
<string name="ActionCreateMega">Group created</string>
<string name="MegaAddedBy">un1 added you to this group</string>
<string name="MegaLeaveAlert">Are you sure you want to leave the group?</string>
<string name="GroupUserCantAdd">Sorry, you can\'t add this user to groups.</string>
<string name="GroupUserAddLimit">Sorry, this group is full.</string>
<string name="GroupUserLeftError">Sorry, this user decided to leave this group, so you cannot invite them back here.</string>
2016-03-16 13:26:32 +01:00
<string name="GroupUserCantAdmin">Sorry, too many administrators in this group.</string>
2015-11-26 22:04:02 +01:00
<string name="GroupUserCantBot">Sorry, too many bots in this group.</string>
2016-03-16 13:26:32 +01:00
<string name="ActionPinnedText">un1 pinned \"%1$s\"</string>
<string name="ActionPinnedNoText">un1 pinned a message</string>
<string name="ActionPinnedPhoto">un1 pinned a photo</string>
<string name="ActionPinnedVideo">un1 pinned a video</string>
<string name="ActionPinnedFile">un1 pinned a file</string>
<string name="ActionPinnedSticker">un1 pinned a sticker</string>
<string name="ActionPinnedVoice">un1 pinned a voice message</string>
2017-07-08 18:32:04 +02:00
<string name="ActionPinnedRound">un1 pinned a video message</string>
2016-03-16 13:26:32 +01:00
<string name="ActionPinnedContact">un1 pinned a contact</string>
2016-10-11 13:57:01 +02:00
<string name="ActionPinnedGame">un1 pinned %1$s</string>
2016-03-16 13:26:32 +01:00
<string name="ActionPinnedGeo">un1 pinned a map</string>
2017-12-08 18:35:59 +01:00
<string name="ActionPinnedGeoLive">un1 pinned a live location</string>
2016-03-16 13:26:32 +01:00
<string name="ActionPinnedGif">un1 pinned a GIF</string>
<string name="ActionPinnedMusic">un1 pinned a track</string>
2015-11-26 22:04:02 +01:00
<string name="ActionMigrateFromGroup">This group was upgraded to a supergroup</string>
<string name="ActionMigrateFromGroupNotify">%1$s was upgraded to a supergroup</string>
2017-07-08 18:32:04 +02:00
<string name="NoBlockedGroup">Banned users are removed from the group and can only come back if invited by an admin. Invite links don\'t work for them.</string>
<string name="NoBlockedChannel">Banned users are removed from the channel and can only come back if invited by an admin. Invite links don\'t work for them.</string>
2015-09-24 22:52:02 +02:00
<string name="NewChannel">New Channel</string>
<string name="EnterChannelName">Channel name</string>
<string name="AddMutual">Add contacts to your channel</string>
<string name="ChannelUsernameHelp">People can share this link with others and find your channel using Telegram search.</string>
2016-03-16 13:26:32 +01:00
<string name="MegaUsernameHelp">People can share this link with others and find your group using Telegram search.</string>
2015-09-24 22:52:02 +02:00
<string name="ChannelUsernamePlaceholder">link</string>
<string name="ChannelPrivateLinkHelp">People can join your channel by following this link. You can revoke the link any time.</string>
2016-03-16 13:26:32 +01:00
<string name="MegaPrivateLinkHelp">People can join your group by following this link. You can revoke the link any time.</string>
<string name="DescriptionOptionalPlaceholder">Description (optional)</string>
2015-09-24 22:52:02 +02:00
<string name="DescriptionPlaceholder">Description</string>
<string name="DescriptionInfo">You can provide an optional description for your channel.</string>
<string name="ChannelPublic">Public Channel</string>
2016-03-16 13:26:32 +01:00
<string name="MegaPublic">Public Group</string>
2015-09-24 22:52:02 +02:00
<string name="ChannelPublicInfo">Public channels can be found in search, anyone can join them.</string>
2016-03-16 13:26:32 +01:00
<string name="MegaPublicInfo">Public groups can be found in search, chat history is available to everyone and anyone can join.</string>
2015-09-24 22:52:02 +02:00
<string name="ChannelPrivate">Private Channel</string>
2016-03-16 13:26:32 +01:00
<string name="MegaPrivate">Private Group</string>
2015-09-24 22:52:02 +02:00
<string name="ChannelPrivateInfo">Private channels can only be joined via an invite link.</string>
2016-03-16 13:26:32 +01:00
<string name="MegaPrivateInfo">Private groups can only be joined if you were invited or have an invite link.</string>
2015-09-24 22:52:02 +02:00
<string name="ChannelLinkTitle">Link</string>
<string name="ChannelInviteLinkTitle">Invite Link</string>
<string name="ChannelAddMembers">Add members</string>
<string name="LeaveChannel">Leave Channel</string>
<string name="LeaveChannelMenu">Leave channel</string>
<string name="ChannelSettings">Settings</string>
<string name="ChannelJoin">JOIN</string>
<string name="ChannelBroadcast">Broadcast</string>
2016-03-16 13:26:32 +01:00
<string name="ChannelSilentBroadcast">Silent Broadcast</string>
2015-09-24 22:52:02 +02:00
<string name="ChannelAlertTitle">What is a Channel?</string>
<string name="ChannelAlertText">Channels are a new tool for broadcasting your messages to large audiences.</string>
<string name="ChannelAlertCreate">CREATE CHANNEL</string>
<string name="LinkInUse">Sorry, this name is already taken.</string>
<string name="LinkInvalid">Sorry, this name is invalid.</string>
<string name="LinkInvalidShort">Channel names must have at least 5 characters.</string>
<string name="LinkInvalidLong">The name must not exceed 32 characters.</string>
<string name="LinkInvalidStartNumber">Channel names can\'t start with a number.</string>
2016-03-16 13:26:32 +01:00
<string name="LinkInvalidShortMega">Group names must have at least 5 characters.</string>
<string name="LinkInvalidStartNumberMega">Group names can\'t start with a number.</string>
2015-09-24 22:52:02 +02:00
<string name="LinkChecking">Checking name…</string>
<string name="LinkAvailable">%1$s is available.</string>
<string name="ChannelMembers">Members</string>
2017-12-08 18:35:59 +01:00
<string name="ChannelSubscribers">Subscribers</string>
2017-07-08 18:32:04 +02:00
<string name="ChannelBlacklist">Blacklist</string>
<string name="ChannelBlockedUsers">Banned users</string>
<string name="ChannelRestrictedUsers">Restricted users</string>
2015-09-24 22:52:02 +02:00
<string name="ChannelAdministrators">Administrators</string>
<string name="ChannelDelete">Delete Channel</string>
<string name="ChannelDeleteMenu">Delete channel</string>
<string name="ChannelDeleteAlert">Wait! Deleting this channel will remove all members and all messages will be lost. Delete the channel anyway?</string>
<string name="ChannelLeaveAlert">Are you sure you want to leave the channel?</string>
<string name="ChannelDeleteInfo">You will lose all messages in this channel.</string>
<string name="ChannelEdit">Edit</string>
<string name="ChannelPublicEmptyUsername">Please choose a link for your public channel, so that people can find it in search and share with others.\n\nIf you\'re not interested, we suggest creating a private channel instead.</string>
<string name="ActionCreateChannel">Channel created</string>
<string name="ActionChannelChangedPhoto">Channel photo changed</string>
<string name="ActionChannelRemovedPhoto">Channel photo removed</string>
<string name="ActionChannelChangedTitle">Channel name changed to un2</string>
2016-10-11 13:57:01 +02:00
<string name="ChangePublicLimitReached">Sorry, you have reserved too many public usernames. You can revoke the link from one of your older groups or channels, or create a private entity instead.</string>
2015-09-24 22:52:02 +02:00
<string name="ChannelCreator">Creator</string>
<string name="ChannelMute">MUTE</string>
<string name="ChannelUnmute">UNMUTE</string>
2017-07-08 18:32:04 +02:00
<string name="ChannelAddAdmin">Add administrator</string>
<string name="ChannelBlockUser">Ban user</string>
<string name="Unban">Unban</string>
<string name="UnbanText">Tap and hold on user to unban.</string>
2015-09-24 22:52:02 +02:00
<string name="ChannelInviteViaLink">Invite via Link</string>
2017-07-08 18:32:04 +02:00
<string name="ChannelRemoveUserAdmin">Dismiss admin</string>
2015-09-24 22:52:02 +02:00
<string name="ChannelMembersInfo">Only channel administrators can see this list.</string>
<string name="ChannelLinkInfo">Anyone who has Telegram installed will be able to join your channel by following this link.</string>
<string name="ChannelAdminsInfo">You can add administrators to help you manage your channel. Tap and hold to remove admins.</string>
<string name="ChannelJoinTo">Do you want to join the channel \'%1$s\'?</string>
2015-11-26 22:04:02 +01:00
<string name="ChannelCantOpenPrivate">Sorry, this chat is no longer accessible.</string>
2016-03-16 13:26:32 +01:00
<string name="ChannelCantOpenBanned">Unfortunately, you were banned from participating in public groups.</string>
<string name="ChannelCantOpenNa">Sorry, this chat is no longer accessible.</string>
2015-09-24 22:52:02 +02:00
<string name="ChannelAddTo">Add %1$s to the channel?</string>
2015-11-26 22:04:02 +01:00
<string name="ChannelUserLeftError">Sorry, this user decided to leave this channel, so you cannot invite them back here.</string>
2015-09-24 22:52:02 +02:00
<string name="ChannelUserCantAdd">Sorry, you can\'t add this user to channels.</string>
2015-10-29 18:10:07 +01:00
<string name="ChannelUserCantAdmin">Sorry, too many admins in this channel.</string>
2015-11-26 22:04:02 +01:00
<string name="ChannelUserCantBot">Sorry, too many bots in this channel.</string>
2015-09-24 22:52:02 +02:00
<string name="ChannelUserAddLimit">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.</string>
<string name="ChannelAddedBy">un1 added you to this channel</string>
2016-03-16 13:26:32 +01:00
<string name="ChannelJoined">You joined this channel</string>
<string name="ChannelMegaJoined">You joined this group</string>
2015-09-24 22:52:02 +02:00
<string name="ChannelRemoveUser">Remove from channel</string>
<string name="ChannelCantSendMessage">Sorry, you can\'t send messages to this channel.</string>
<string name="ChannelAddedByNotification">%1$s added you to the channel %2$s</string>
2018-07-30 04:07:02 +02:00
<string name="ChannelPhotoEditNotification">Channel %1$s updated its photo</string>
2015-10-29 18:10:07 +01:00
<string name="ChannelMessageNoText">%1$s posted a message</string>
<string name="ChannelMessagePhoto">%1$s posted a photo</string>
<string name="ChannelMessageVideo">%1$s posted a video</string>
<string name="ChannelMessageContact">%1$s posted a contact</string>
<string name="ChannelMessageMap">%1$s posted a location</string>
2018-07-30 04:07:02 +02:00
<string name="ChannelMessageLiveLocation">%1$s posted a live location</string>
2015-10-29 18:10:07 +01:00
<string name="ChannelMessageDocument">%1$s posted a file</string>
<string name="ChannelMessageGIF">%1$s posted a GIF</string>
2018-07-30 04:07:02 +02:00
<string name="ChannelMessageFew">%1$s posted %2$s</string>
2015-10-29 18:10:07 +01:00
<string name="ChannelMessageAudio">%1$s posted a voice message</string>
2017-07-08 18:32:04 +02:00
<string name="ChannelMessageRound">%1$s posted a video message</string>
2016-03-16 13:26:32 +01:00
<string name="ChannelMessageMusic">%1$s posted a track</string>
2015-10-29 18:10:07 +01:00
<string name="ChannelMessageSticker">%1$s posted a sticker</string>
2016-05-25 23:49:47 +02:00
<string name="ChannelMessageStickerEmoji">%1$s posted a %2$s sticker</string>
2016-03-06 02:49:31 +01:00
<string name="WhoCanAddMembers">Who can add new members?</string>
<string name="WhoCanAddMembersAllMembers">All Members</string>
<string name="WhoCanAddMembersAdmins">Only Admins</string>
<string name="ChannelNotifyMembersInfoOn">Members will be notified when you post</string>
<string name="ChannelNotifyMembersInfoOff">Members will not be notified when you post</string>
<string name="ChannelSignMessages">Sign Messages</string>
<string name="ChannelSignMessagesInfo">Add names of the admins to the messages they post.</string>
2017-07-08 18:32:04 +02:00
<string name="EditAdmin">Edit Admin</string>
<string name="EditAdminWhatCanDo">What can this admin do?</string>
<string name="EditAdminChangeChannelInfo">Change Channel Info</string>
<string name="EditAdminChangeGroupInfo">Change Group Info</string>
<string name="EditAdminPostMessages">Post Messages</string>
<string name="EditAdminEditMessages">Edit Messages of Others</string>
<string name="EditAdminDeleteMessages">Delete Messages of Others</string>
<string name="EditAdminGroupDeleteMessages">Delete Messages</string>
<string name="EditAdminAddAdmins">Add New Admins</string>
<string name="EditAdminRemoveAdmin">Dismiss Admin</string>
<string name="EditAdminBanUsers">Ban Users</string>
<string name="EditAdminAddUsers">Add Users</string>
<string name="EditAdminAddUsersViaLink">Invite Users via Link</string>
<string name="EditAdminPinMessages">Pin Messages</string>
<string name="EditAdminPromotedBy">Added by %1$s</string>
<string name="EditAdminCantEdit">You cannot edit rights of this admin.</string>
<string name="UserRestrictionsBy">Restricted by %1$s</string>
<string name="UserRestrictions">User Restrictions</string>
<string name="UserRestrictionsRead">Read Messages</string>
<string name="UserRestrictionsCanDo">What can this user do?</string>
<string name="UserRestrictionsSend">Send Messages</string>
<string name="UserRestrictionsSendMedia">Send Media</string>
<string name="UserRestrictionsSendStickers">Send Stickers &amp; GIFs</string>
<string name="UserRestrictionsEmbedLinks">Embed Links</string>
<string name="UserRestrictionsUntil">Banned until</string>
<string name="UserRestrictionsUntilForever">Forever</string>
<string name="UserRestrictionsBlock">Ban and remove from group</string>
<string name="ManageGroup">Manage Group</string>
<string name="ManageChannel">Manage Channel</string>
<string name="ManageGroupMenu">Manage group</string>
<string name="ManageChannelMenu">Manage channel</string>
2017-12-08 18:35:59 +01:00
<string name="ChatHistory">Chat history for new members</string>
<string name="ChatHistoryVisible">Visible</string>
<string name="ChatHistoryVisibleInfo">New members will see messages that were sent before they joined.</string>
<string name="ChatHistoryHidden">Hidden</string>
<string name="ChatHistoryHiddenInfo">New members won\'t see earlier messages.</string>
2017-07-08 18:32:04 +02:00
<!--event log-->
<string name="EventLog">Recent Actions</string>
<string name="EventLogAllEvents">All actions</string>
<string name="EventLogSelectedEvents">Selected actions</string>
<string name="EventLogAllAdmins">All admins</string>
2017-12-08 18:35:59 +01:00
<string name="EventLogEmpty">**No actions here yet**\n\nThe group\'s members and admins\nhave not taken any service actions\nin the last 48 hours.</string>
<string name="EventLogEmptyChannel">**No actions here yet**\n\nThe channel\'s admins\nhave not taken any service actions\nin the last 48 hours.</string>
<string name="EventLogEmptySearch">**No actions found**\n\nNo recent actions that match your query\nhave been found.</string>
<string name="EventLogEmptyTextSearch">No recent actions that contain \'**%1$s**\' have been found.</string>
2017-07-08 18:32:04 +02:00
<string name="EventLogInfoTitle">What is the Recent Actions?</string>
<string name="EventLogInfoDetail">This is a list of all service actions taken by the group\'s members and admins in the last 48 hours.</string>
<string name="EventLogInfoDetailChannel">This is a list of all service actions taken by the channel\'s admins in the last 48 hours.</string>
<string name="EventLogEditedGroupTitle">un1 renamed the group to \"%1$s\"</string>
<string name="EventLogEditedChannelTitle">un1 renamed the channel to \"%1$s\"</string>
<string name="EventLogLeftGroup">un1 left the group</string>
<string name="EventLogLeftChannel">un1 left the channel</string>
<string name="EventLogAdded">un1 added un2</string>
<string name="EventLogGroupJoined">un1 joined the group</string>
<string name="EventLogChannelRestricted">banned %1$s</string>
<string name="EventLogChannelUnrestricted">unbanned %1$s</string>
<string name="EventLogChannelJoined">un1 joined the channel</string>
<string name="EventLogEditedGroupPhoto">un1 set a new group photo</string>
<string name="EventLogEditedChannelPhoto">un1 set a new channel photo</string>
<string name="EventLogRemovedWGroupPhoto">un1 removed the group photo</string>
<string name="EventLogRemovedChannelPhoto">un1 removed the channel photo</string>
<string name="EventLogEditedMessages">un1 edited this message:</string>
<string name="EventLogEditedCaption">un1 edited caption:</string>
2018-07-30 04:07:02 +02:00
<string name="EventLogEditedMedia">un1 edited media:</string>
<string name="EventLogEditedMediaCaption">un1 edited media and caption:</string>
2017-07-08 18:32:04 +02:00
<string name="EventLogOriginalMessages">Original message</string>
<string name="EventLogOriginalCaption">Original caption</string>
<string name="EventLogOriginalCaptionEmpty">Empty</string>
<string name="EventLogPinnedMessages">un1 pinned this message:</string>
<string name="EventLogUnpinnedMessages">un1 unpinned message</string>
<string name="EventLogDeletedMessages">un1 deleted this message:</string>
2017-12-08 18:35:59 +01:00
<string name="EventLogChangedStickersSet">un1 changed the group sticker set</string>
<string name="EventLogRemovedStickersSet">un1 removed the group sticker set</string>
2017-07-08 18:32:04 +02:00
<string name="EventLogChangedGroupLink">un1 changed the group link:</string>
<string name="EventLogChangedChannelLink">un1 changed the channel link:</string>
2017-12-08 18:35:59 +01:00
<string name="EventLogRemovedGroupLink">un1 removed the group link</string>
<string name="EventLogRemovedChannelLink">un1 removed the channel link</string>
2017-07-08 18:32:04 +02:00
<string name="EventLogPreviousLink">Previous link</string>
<string name="EventLogEditedGroupDescription">un1 edited the group description:</string>
<string name="EventLogEditedChannelDescription">un1 edited the channel description:</string>
<string name="EventLogPreviousGroupDescription">Previous description</string>
2017-12-08 18:35:59 +01:00
<string name="EventLogToggledInvitesHistoryOn">un1 made group history visible for new members</string>
<string name="EventLogToggledInvitesHistoryOff">un1 made group history hidden for new members</string>
2017-07-08 18:32:04 +02:00
<string name="EventLogToggledInvitesOn">un1 enabled group invites</string>
<string name="EventLogToggledInvitesOff">un1 disabled group invites</string>
<string name="EventLogToggledSignaturesOn">un1 enabled signatures</string>
<string name="EventLogToggledSignaturesOff">un1 disabled signatures</string>
<string name="EventLogRestrictedUntil">changed restrictions for %1$s\n\nDuration: %2$s</string>
<string name="EventLogRestrictedSendStickers">Send stickers &amp; GIFs</string>
<string name="EventLogRestrictedSendMedia">Send media</string>
<string name="EventLogRestrictedSendMessages">Send messages</string>
<string name="EventLogRestrictedSendEmbed">Embed links</string>
<string name="EventLogRestrictedReadMessages">Read messages</string>
<string name="EventLogPromoted">changed privileges of %1$s</string>
<string name="EventLogPromotedChangeChannelInfo">Change channel Info</string>
<string name="EventLogPromotedChangeGroupInfo">Change group Info</string>
<string name="EventLogPromotedPostMessages">Post messages</string>
<string name="EventLogPromotedEditMessages">Edit messages</string>
<string name="EventLogPromotedDeleteMessages">Delete messages</string>
<string name="EventLogPromotedAddAdmins">Add admins</string>
<string name="EventLogPromotedBanUsers">Ban users</string>
<string name="EventLogPromotedAddUsers">Add users</string>
<string name="EventLogPromotedPinMessages">Pin messages</string>
<string name="EventLogFilterAll">All actions</string>
<string name="EventLogFilterNewRestrictions">New restrictions</string>
<string name="EventLogFilterNewAdmins">New admins</string>
<string name="EventLogFilterNewMembers">New members</string>
<string name="EventLogFilterGroupInfo">Group info</string>
<string name="EventLogFilterChannelInfo">Channel info</string>
<string name="EventLogFilterDeletedMessages">Deleted messages</string>
<string name="EventLogFilterEditedMessages">Edited messages</string>
<string name="EventLogFilterPinnedMessages">Pinned messages</string>
<string name="EventLogFilterLeavingMembers">Leaving members</string>
<!--broadcasts-->
<string name="NewBroadcastList">New Broadcast List</string>
<string name="EnterListName">Enter list name</string>
<string name="YouCreatedBroadcastList">You created a broadcast list</string>
2014-11-12 23:16:59 +01:00
<string name="AddRecipient">Add recipient</string>
<string name="KickFromBroadcast">Remove from broadcast list</string>
2015-07-22 20:56:37 +02:00
<!--audio view-->
<string name="NoAudio">Please add files to the music library on your device to see them here.</string>
<string name="AttachMusic">Music</string>
<string name="AudioUnknownArtist">Unknown artist</string>
<string name="AudioUnknownTitle">Unknown title</string>
2017-12-08 18:35:59 +01:00
<string name="Shuffle">Shuffle</string>
<string name="ReverseOrder">Reverse order</string>
2013-12-26 12:43:37 +01:00
<!--documents view-->
<string name="SelectFile">Select File</string>
<string name="FreeOfTotal">Free %1$s of %2$s</string>
<string name="UnknownError">Unknown error</string>
<string name="AccessError">Access error</string>
<string name="FileUploadLimit">File size shouldn\'t be greater than %1$s</string>
<string name="NotMounted">Storage not mounted</string>
<string name="UsbActive">USB transfer active</string>
2013-12-26 12:43:37 +01:00
<string name="InternalStorage">Internal Storage</string>
<string name="ExternalStorage">External Storage</string>
<string name="SystemRoot">System Root</string>
<string name="SdCard">SD Card</string>
2014-11-17 03:44:57 +01:00
<string name="Folder">Folder</string>
2015-02-01 19:51:02 +01:00
<string name="GalleryInfo">To send images without compression</string>
2017-12-08 18:35:59 +01:00
<!--group stickers-->
<string name="GroupStickers">Group Stickers</string>
<string name="ChooseFromYourStickers">Choose from your stickers</string>
<string name="GroupStickersInfo">You can choose a sticker set that will be available to all group members when they are chatting in this group.</string>
<string name="ChooseStickerSet">CHOOSE STICKER SET</string>
<string name="ChooseStickerSetPlaceholder">stickerset</string>
<string name="ChooseStickerSetMy">You can create your own custom sticker set using the @stickers bot.</string>
<string name="ChooseStickerSetNotFound">No such sticker set found</string>
<string name="ChooseStickerSetNotFoundInfo">Try again or choose from the list below</string>
2013-10-25 17:19:00 +02:00
<!--chat view-->
<string name="Invisible">invisible</string>
<string name="Typing">typing...</string>
<string name="IsTyping">is typing...</string>
<string name="AreTyping">are typing...</string>
2017-12-08 18:35:59 +01:00
<string name="IsTypingGroup">%1$s is typing...</string>
<string name="AreTypingGroup">%1$s are typing...</string>
2017-07-08 18:32:04 +02:00
<string name="IsRecordingAudio">%1$s is recording a voice message...</string>
<string name="IsRecordingRound">%1$s is recording a video message...</string>
2016-04-22 15:49:00 +02:00
<string name="IsSendingAudio">%1$s is sending audio...</string>
2015-04-09 20:00:14 +02:00
<string name="IsSendingPhoto">%1$s is sending photo...</string>
2017-03-31 01:58:05 +02:00
<string name="InstantView">INSTANT VIEW</string>
2018-07-30 04:07:02 +02:00
<string name="OpenGroup">VIEW GROUP</string>
<string name="OpenChannel">VIEW CHANNEL</string>
<string name="OpenMessage">VIEW MESSAGE</string>
2017-07-08 18:32:04 +02:00
<string name="InstantViewNightMode">The dark theme will turn automatically during night time</string>
2017-03-31 01:58:05 +02:00
<string name="IsSendingGame">%1$s is playing a game...</string>
2015-04-09 20:00:14 +02:00
<string name="IsSendingVideo">%1$s is sending video...</string>
<string name="IsSendingFile">%1$s is sending file...</string>
2017-07-08 18:32:04 +02:00
<string name="RecordingAudio">recording a voice message...</string>
<string name="RecordingRound">recording a video message...</string>
2016-04-22 15:49:00 +02:00
<string name="SendingAudio">sending audio...</string>
2018-07-30 04:07:02 +02:00
<string name="SendingPhoto">sending a photo...</string>
2017-03-31 01:58:05 +02:00
<string name="SendingGame">playing a game...</string>
2018-07-30 04:07:02 +02:00
<string name="SendingVideoStatus">sending a video...</string>
<string name="SendingFile">sending a file...</string>
2013-10-25 17:19:00 +02:00
<string name="GotAQuestion">Got a question\nabout Telegram?</string>
<string name="ChatGallery">Gallery</string>
<string name="ChatLocation">Location</string>
<string name="ChatVideo">Video</string>
2015-02-01 19:51:02 +01:00
<string name="ChatDocument">File</string>
2015-06-29 19:12:11 +02:00
<string name="ChatCamera">Camera</string>
2013-10-25 17:19:00 +02:00
<string name="NoMessages">No messages here yet...</string>
<string name="ForwardedMessage">Forwarded message</string>
<string name="From">From</string>
2018-07-30 04:07:02 +02:00
<string name="FromFormatted">From %1$s</string>
2017-12-08 18:35:59 +01:00
<string name="SearchFrom">from:</string>
2013-10-25 17:19:00 +02:00
<string name="NoRecent">No recent</string>
<string name="Message">Message</string>
2014-11-17 03:44:57 +01:00
<string name="TypeMessage">Message</string>
<string name="ShareMyContactInfo">Share my contact</string>
<string name="AddToContacts">Add to contacts</string>
2013-10-25 17:19:00 +02:00
<string name="EncryptedPlaceholderTitleIncoming">%s invited you to join a secret chat.</string>
<string name="EncryptedPlaceholderTitleOutgoing">You have invited %s to join a secret chat.</string>
<string name="EncryptedDescriptionTitle">Secret chats:</string>
<string name="EncryptedDescription1">Use end-to-end encryption</string>
<string name="EncryptedDescription2">Leave no trace on our servers</string>
<string name="EncryptedDescription3">Have a self-destruct timer</string>
<string name="EncryptedDescription4">Do not allow forwarding</string>
<string name="YouWereKicked">You were removed from this group</string>
2013-12-20 20:25:49 +01:00
<string name="YouLeft">You left this group</string>
<string name="DeleteThisGroup">Delete this group</string>
<string name="DeleteThisChat">Delete this chat</string>
<string name="SlideToCancel">SLIDE TO CANCEL</string>
<string name="SaveToDownloads">Save to downloads</string>
<string name="SaveToGIFs">Save to GIFs</string>
<string name="DeleteGif">Delete GIF?</string>
2015-07-22 20:56:37 +02:00
<string name="SaveToMusic">Save to music</string>
2015-02-01 19:51:02 +01:00
<string name="ShareFile">Share</string>
<string name="ApplyLocalizationFile">Apply localization file</string>
2017-03-31 01:58:05 +02:00
<string name="ApplyThemeFile">Apply theme file</string>
<string name="UnsupportedAttachment">Unsupported attachment</string>
2014-11-21 01:14:44 +01:00
<string name="SetTimer">Set self-destruct timer</string>
2015-01-02 23:15:07 +01:00
<string name="ServiceNotifications">Service notifications</string>
2015-04-09 20:00:14 +02:00
<string name="GettingLinkInfo">Getting Link Info...</string>
2016-04-22 15:49:00 +02:00
<string name="OpenInBrowser">OPEN IN...</string>
2016-10-11 13:57:01 +02:00
<string name="OpenInExternalApp">Open in...</string>
2015-06-29 19:12:11 +02:00
<string name="SendItems">Send %1$s</string>
2018-07-30 04:07:02 +02:00
<string name="UploadItems">Upload %1$s</string>
2017-07-08 18:32:04 +02:00
<string name="SendAsFile">Send as file</string>
<string name="SendAsFiles">Send as files</string>
2015-09-02 00:14:21 +02:00
<string name="OpenUrlAlert">Open url %1$s?</string>
2018-07-30 04:07:02 +02:00
<string name="CancelSending">Cancel sending</string>
2016-10-11 13:57:01 +02:00
<string name="BotPermissionGameAlert">Allow %1$s to pass your Telegram name and id (not your phone number) to pages you open with this bot?</string>
2015-09-24 22:52:02 +02:00
<string name="ReportSpam">REPORT SPAM</string>
2016-03-16 13:26:32 +01:00
<string name="ReportSpamAndLeave">REPORT SPAM AND LEAVE</string>
2015-09-24 22:52:02 +02:00
<string name="AddContactChat">ADD CONTACT</string>
2018-07-30 04:07:02 +02:00
<string name="ViewContact">VIEW CONTACT</string>
2015-09-24 22:52:02 +02:00
<string name="ReportSpamAlert">Are you sure you want to report spam from this user?</string>
<string name="ReportSpamAlertGroup">Are you sure you want to report spam from this group?</string>
2016-03-16 13:26:32 +01:00
<string name="ReportSpamAlertChannel">Are you sure you want to report spam from this channel?</string>
2015-09-24 22:52:02 +02:00
<string name="NobodyLikesSpam1">Sorry, you can only send messages to mutual contacts at the moment.</string>
<string name="NobodyLikesSpam2">Sorry, you can only add mutual contacts to groups at the moment.</string>
<string name="MoreInfo">More info</string>
2015-11-26 22:04:02 +01:00
<string name="ShareSendTo">Send to...</string>
2017-07-08 18:32:04 +02:00
<string name="ShareComment">Write a comment...</string>
<string name="TapHereGifs">Tap here to access saved GIFs</string>
2016-03-16 13:26:32 +01:00
<string name="PinMessage">Pin</string>
<string name="PinNotify">Notify all members</string>
<string name="UnpinMessage">Unpin</string>
<string name="PinMessageAlert">Do you want to pin this message in this group?</string>
2017-12-08 18:35:59 +01:00
<string name="PinMessageAlertChannel">Do you want to pin this message in this channel?</string>
2016-03-16 13:26:32 +01:00
<string name="UnpinMessageAlert">Do you want to unpin this message?</string>
<string name="DeleteBanUser">Ban user</string>
<string name="DeleteReportSpam">Report spam</string>
<string name="DeleteAllFrom">Delete all from %1$s</string>
<string name="ClearRecentEmoji">Clear recent emoji?</string>
<string name="ReportChat">Report</string>
2018-07-30 04:07:02 +02:00
<string name="ReportChatSent">Report sent</string>
2016-03-16 13:26:32 +01:00
<string name="ReportChatSpam">Spam</string>
<string name="ReportChatViolence">Violence</string>
<string name="ReportChatPornography">Pornography</string>
<string name="ReportChatOther">Other</string>
<string name="ReportChatDescription">Description</string>
<string name="PinnedMessage">Pinned Message</string>
2016-05-25 23:49:47 +02:00
<string name="EditedMessage">edited</string>
2018-07-30 04:07:02 +02:00
<string name="EditMessage">Edit Message</string>
<string name="EditCaption">Edit Caption</string>
<string name="EditMessageMedia">Tap to edit media</string>
2016-05-25 23:49:47 +02:00
<string name="AttachBotsHelp">Scroll down for bots</string>
<string name="TimeToEdit">%1$s</string>
<string name="TimeToEditExpired">Sorry, editing time expired.</string>
<string name="AddShortcut">Add shortcut</string>
2017-07-08 18:32:04 +02:00
<string name="SearchMembers">Search members</string>
2017-12-08 18:35:59 +01:00
<string name="ChatYourSelf">forward here to save</string>
<string name="SavedMessages">Saved Messages</string>
<string name="SavedMessagesInfo">Forward here to save.</string>
2016-10-11 13:57:01 +02:00
<string name="ChatYourSelfName">You</string>
<string name="ChatYourSelfDescription1">Forward messages here to save them</string>
<string name="ChatYourSelfDescription2">Send media and files to store them</string>
<string name="ChatYourSelfDescription3">Access this chat from any device</string>
<string name="ChatYourSelfDescription4">Use search to quickly find things</string>
<string name="ChatYourSelfTitle">Your cloud storage</string>
2017-03-31 01:58:05 +02:00
<string name="JumpToDate">Jump to Date</string>
<string name="DeleteForUser">Delete for %1$s</string>
<string name="DeleteForAll">Delete for all members</string>
<string name="TextCopied">Text copied to clipboard</string>
2017-07-08 18:32:04 +02:00
<string name="HoldToAudio">Hold to record audio. Tap to switch to video.</string>
<string name="HoldToVideo">Hold to record video. Tap to switch to audio.</string>
<string name="DiscardVoiceMessageTitle">Discard Voice Message</string>
<string name="DiscardVoiceMessageDescription">Are you sure you want to stop recording and discard your voice message?</string>
<string name="DiscardVideoMessageTitle">Discard Video Message</string>
<string name="DiscardVideoMessageDescription">Are you sure you want to stop recording and discard your video message?</string>
<string name="DiscardVoiceMessageAction">Discard</string>
<string name="AttachMediaRestricted">The admins of this group have restricted you from sending media here until %1$s</string>
<string name="AttachInlineRestricted">The admins of this group have restricted you from sending inline content here until %1$s</string>
<string name="AttachStickersRestricted">The admins of this group have restricted you from sending stickers here until %1$s</string>
<string name="SendMessageRestricted">The admins of this group have restricted you from writing here until %1$s</string>
<string name="AttachMediaRestrictedForever">The admins of this group have restricted you from sending media here</string>
<string name="AttachInlineRestrictedForever">The admins of this group have restricted you from sending inline content here</string>
<string name="AttachStickersRestrictedForever">The admins of this group have restricted you from sending stickers here</string>
<string name="SendMessageRestrictedForever">The admins of this group have restricted you from writing here</string>
2017-12-08 18:35:59 +01:00
<string name="ChatAdmin">admin</string>
2018-07-30 04:07:02 +02:00
<string name="ApkRestricted">APK installation is restricted for this app. You can enable this in system settings.</string>
<string name="UnreadMessages">Unread Messages</string>
<string name="SearchStickersHint">Search sticker sets</string>
<string name="URL">URL</string>
<string name="MapPreviewProvider">Map Preview Provider</string>
<string name="ChooseMapPreviewProvider">Choose Map Preview Provider</string>
<string name="MapPreviewProviderTelegram">Telegram</string>
<string name="MapPreviewProviderGoogle">Google</string>
<string name="MapPreviewProviderYandex">Yandex</string>
<string name="MapPreviewProviderNobody">Nobody</string>
2013-10-25 17:19:00 +02:00
<!--notification-->
<string name="MessageLifetimeChanged">%1$s set the self-destruct timer to %2$s</string>
<string name="MessageLifetimeChangedOutgoing">You set the self-destruct timer to %1$s</string>
<string name="MessageLifetimeRemoved">%1$s disabled the self-destruct timer</string>
<string name="MessageLifetimeYouRemoved">You disabled the self-destruct timer</string>
2013-11-04 13:31:01 +01:00
<string name="YouHaveNewMessage">You have a new message</string>
2013-12-20 20:25:49 +01:00
<string name="NotificationMessageText">%1$s: %2$s</string>
2018-07-30 04:07:02 +02:00
<string name="NotificationMessageFew">%1$s sent you %2$s</string>
<string name="NotificationMessageForwardFew">%1$s forwarded you %2$s</string>
2013-12-20 20:25:49 +01:00
<string name="NotificationMessageNoText">%1$s sent you a message</string>
<string name="NotificationMessagePhoto">%1$s sent you a photo</string>
<string name="NotificationMessageVideo">%1$s sent you a video</string>
2018-07-30 04:07:02 +02:00
<string name="NotificationMessageInvoice">%1$s sent you an invoice for %2$s</string>
<string name="NotificationMessageSDPhoto">%1$s sent you a self-destructing photo</string>
<string name="NotificationMessageSDVideo">%1$s sent you a self-destructing video</string>
2013-12-20 20:25:49 +01:00
<string name="NotificationMessageContact">%1$s shared a contact with you</string>
<string name="NotificationMessageMap">%1$s sent you a location</string>
2018-07-30 04:07:02 +02:00
<string name="NotificationMessageLiveLocation">%1$s sent you a live location</string>
2016-10-11 13:57:01 +02:00
<string name="NotificationMessageGame">%1$s invited you to play %2$s</string>
2015-02-01 19:51:02 +01:00
<string name="NotificationMessageDocument">%1$s sent you a file</string>
<string name="NotificationMessageGif">%1$s sent you a GIF</string>
2016-03-06 02:49:31 +01:00
<string name="NotificationMessageAudio">%1$s sent you a voice message</string>
2017-07-08 18:32:04 +02:00
<string name="NotificationMessageRound">%1$s sent you a video message</string>
2016-03-16 13:26:32 +01:00
<string name="NotificationMessageMusic">%1$s sent you a track</string>
2015-01-09 13:50:15 +01:00
<string name="NotificationMessageSticker">%1$s sent you a sticker</string>
2016-05-25 23:49:47 +02:00
<string name="NotificationMessageStickerEmoji">%1$s sent you a %2$s sticker</string>
2013-12-20 20:25:49 +01:00
<string name="NotificationMessageGroupText">%1$s @ %2$s: %3$s</string>
<string name="NotificationMessageGroupNoText">%1$s sent a message to the group %2$s</string>
<string name="NotificationMessageGroupPhoto">%1$s sent a photo to the group %2$s</string>
<string name="NotificationMessageGroupVideo">%1$s sent a video to the group %2$s</string>
<string name="NotificationMessageGroupContact">%1$s shared a contact in the group %2$s</string>
<string name="NotificationMessageGroupMap">%1$s sent a location to the group %2$s</string>
2018-07-30 04:07:02 +02:00
<string name="NotificationMessageGroupLiveLocation">%1$s sent a live location to the group %2$s</string>
2016-10-11 13:57:01 +02:00
<string name="NotificationMessageGroupGame">%1$s invited the group %2$s to play %3$s</string>
2015-02-01 19:51:02 +01:00
<string name="NotificationMessageGroupDocument">%1$s sent a file to the group %2$s</string>
<string name="NotificationMessageGroupGif">%1$s sent a GIF to the group %2$s</string>
2018-07-30 04:07:02 +02:00
<string name="NotificationMessageGroupInvoice">%1$s sent an invoice to the group %2$s for %3$s</string>
2016-03-06 02:49:31 +01:00
<string name="NotificationMessageGroupAudio">%1$s sent a voice message to the group %2$s</string>
2017-07-08 18:32:04 +02:00
<string name="NotificationMessageGroupRound">%1$s sent a video message to the group %2$s</string>
2016-03-16 13:26:32 +01:00
<string name="NotificationMessageGroupMusic">%1$s sent a track to the group %2$s</string>
2015-01-09 13:50:15 +01:00
<string name="NotificationMessageGroupSticker">%1$s sent a sticker to the group %2$s</string>
2016-05-25 23:49:47 +02:00
<string name="NotificationMessageGroupStickerEmoji">%1$s sent a %3$s sticker to the group %2$s</string>
2013-12-20 20:25:49 +01:00
<string name="NotificationInvitedToGroup">%1$s invited you to the group %2$s</string>
2017-07-08 18:32:04 +02:00
<string name="NotificationEditedGroupName">%1$s renamed the group %2$s</string>
<string name="NotificationEditedGroupPhoto">%1$s changed the group photo for %2$s</string>
2013-12-20 20:25:49 +01:00
<string name="NotificationGroupAddMember">%1$s invited %3$s to the group %2$s</string>
<string name="NotificationGroupAddSelf">%1$s returned to the group %2$s</string>
2016-03-16 13:26:32 +01:00
<string name="NotificationGroupAddSelfMega">%1$s joined the group %2$s</string>
<string name="NotificationGroupKickMember">%1$s removed %3$s from the group %2$s</string>
<string name="NotificationGroupKickYou">%1$s removed you from the group %2$s</string>
2013-12-20 20:25:49 +01:00
<string name="NotificationGroupLeftMember">%1$s has left the group %2$s</string>
<string name="NotificationContactJoined">%1$s joined Telegram!</string>
2015-04-09 20:00:14 +02:00
<string name="NotificationUnrecognizedDevice">%1$s,\nWe detected a login into your account from a new device on %2$s\n\nDevice: %3$s\nLocation: %4$s\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</string>
2013-12-20 20:25:49 +01:00
<string name="NotificationContactNewPhoto">%1$s updated profile photo</string>
<string name="NotificationInvitedToGroupByLink">%1$s joined to the group %2$s via invite link</string>
2018-07-30 04:07:02 +02:00
<string name="NotificationGroupFew">%1$s sent %3$s to the group %2$s</string>
<string name="NotificationGroupForwardedFew">%1$s forwarded %3$s to the group %2$s</string>
<string name="Reply">Reply</string>
2014-10-04 17:56:09 +02:00
<string name="ReplyToGroup">Reply to %1$s</string>
<string name="ReplyToUser">Reply to %1$s</string>
2018-07-30 04:07:02 +02:00
<string name="BackgroundRestricted">Background data restricted.</string>
<string name="NotificationMessagesPeopleDisplayOrder">%1$s %2$s</string>
2016-03-16 13:26:32 +01:00
<string name="NotificationActionPinnedText">%1$s pinned \"%2$s\" in the group %3$s</string>
<string name="NotificationActionPinnedNoText">%1$s pinned a message in the group %2$s</string>
<string name="NotificationActionPinnedPhoto">%1$s pinned a photo in the group %2$s</string>
2016-10-11 13:57:01 +02:00
<string name="NotificationActionPinnedGame">%1$s pinned a game in the group %2$s</string>
2016-03-16 13:26:32 +01:00
<string name="NotificationActionPinnedVideo">%1$s pinned a video in the group %2$s</string>
<string name="NotificationActionPinnedFile">%1$s pinned a file in the group %2$s</string>
<string name="NotificationActionPinnedSticker">%1$s pinned a sticker in the group %2$s</string>
2016-05-25 23:49:47 +02:00
<string name="NotificationActionPinnedStickerEmoji">%1$s pinned a %3$s sticker in the group %2$s</string>
2016-03-16 13:26:32 +01:00
<string name="NotificationActionPinnedVoice">%1$s pinned a voice message in the group %2$s</string>
2017-07-08 18:32:04 +02:00
<string name="NotificationActionPinnedRound">%1$s pinned a video message in the group %2$s</string>
2016-03-16 13:26:32 +01:00
<string name="NotificationActionPinnedContact">%1$s pinned a contact in the group %2$s</string>
<string name="NotificationActionPinnedGeo">%1$s pinned a map in the group %2$s</string>
2017-12-08 18:35:59 +01:00
<string name="NotificationActionPinnedGeoLive">%1$s pinned a live location in the group %2$s</string>
2016-03-16 13:26:32 +01:00
<string name="NotificationActionPinnedGif">%1$s pinned a GIF in the group %2$s</string>
<string name="NotificationActionPinnedMusic">%1$s pinned a track in the group %2$s</string>
2018-07-30 04:07:02 +02:00
<string name="NotificationActionPinnedInvoice">%1$s pinned an invoice in the group %2$s</string>
2016-03-16 13:26:32 +01:00
<string name="NotificationActionPinnedTextChannel">%1$s pinned \"%2$s\"</string>
<string name="NotificationActionPinnedNoTextChannel">%1$s pinned a message</string>
<string name="NotificationActionPinnedPhotoChannel">%1$s pinned a photo</string>
2017-12-08 18:35:59 +01:00
<string name="NotificationActionPinnedGameChannel">%1$s pinned a game</string>
2016-03-16 13:26:32 +01:00
<string name="NotificationActionPinnedVideoChannel">%1$s pinned a video</string>
<string name="NotificationActionPinnedFileChannel">%1$s pinned a file</string>
2018-07-30 04:07:02 +02:00
<string name="NotificationActionPinnedInvoiceChannel">%1$s pinned an invoice</string>
2016-03-16 13:26:32 +01:00
<string name="NotificationActionPinnedStickerChannel">%1$s pinned a sticker</string>
2016-05-25 23:49:47 +02:00
<string name="NotificationActionPinnedStickerEmojiChannel">%1$s pinned a %2$s sticker</string>
2016-03-16 13:26:32 +01:00
<string name="NotificationActionPinnedVoiceChannel">%1$s pinned a voice message</string>
2017-07-08 18:32:04 +02:00
<string name="NotificationActionPinnedRoundChannel">%1$s pinned a video message</string>
2016-03-16 13:26:32 +01:00
<string name="NotificationActionPinnedContactChannel">%1$s pinned a contact</string>
<string name="NotificationActionPinnedGeoChannel">%1$s pinned a map</string>
2017-12-08 18:35:59 +01:00
<string name="NotificationActionPinnedGeoLiveChannel">%1$s pinned a live location</string>
2016-03-16 13:26:32 +01:00
<string name="NotificationActionPinnedGifChannel">%1$s pinned a GIF</string>
<string name="NotificationActionPinnedMusicChannel">%1$s pinned a track</string>
2018-07-30 04:07:02 +02:00
<string name="SecretChatName">Telegram</string>
2013-10-25 17:19:00 +02:00
<!--contacts view-->
<string name="SelectContact">Select Contact</string>
2018-07-30 04:07:02 +02:00
<string name="ContactShare">SHARE CONTACT</string>
2013-10-25 17:19:00 +02:00
<string name="NoContacts">No contacts yet</string>
2017-12-08 18:35:59 +01:00
<string name="InviteText2">Hey, I\'m using Telegram to chat. Join me! Download it here: %1$s</string>
2015-02-01 19:51:02 +01:00
<string name="TodayAt">at</string>
2013-10-25 17:19:00 +02:00
<string name="YesterdayAt">yesterday at</string>
2018-07-30 04:07:02 +02:00
<string name="TodayAtFormatted">at %1$s</string>
<string name="YesterdayAtFormatted">yesterday at %1$s</string>
2013-10-25 17:19:00 +02:00
<string name="Online">online</string>
<string name="LastSeen">last seen</string>
<string name="LastSeenDate">last seen</string>
2018-07-30 04:07:02 +02:00
<string name="LastSeenFormatted">last seen %1$s</string>
<string name="LastSeenDateFormatted">last seen %1$s</string>
2013-10-25 17:19:00 +02:00
<string name="InviteFriends">Invite Friends</string>
2017-12-08 18:35:59 +01:00
<string name="SearchFriends">Search friends</string>
<string name="GlobalSearch">GLOBAL SEARCH</string>
2014-11-17 03:44:57 +01:00
<string name="Lately">last seen recently</string>
<string name="WithinAWeek">last seen within a week</string>
<string name="WithinAMonth">last seen within a month</string>
<string name="ALongTimeAgo">last seen a long time ago</string>
2014-11-18 13:37:11 +01:00
<string name="NewMessageTitle">New Message</string>
2017-12-08 18:35:59 +01:00
<string name="InviteFriendsHelp">Select contacts to invite them to Telegram</string>
<string name="InviteToTelegram">INVITE TO TELEGRAM</string>
<string name="ShareTelegram">Share Telegram...</string>
<string name="UpdateContactsTitle">Update contacts?</string>
<string name="UpdateContactsMessage">Telegram has detected many unsynced contacts, would you like to sync them now? Choose \'OK\' if you\'re using your own device, SIM card and Google account.</string>
2013-10-25 17:19:00 +02:00
<!--group create view-->
2017-03-31 01:58:05 +02:00
<string name="SendMessageTo">Add people...</string>
2016-03-06 02:49:31 +01:00
<string name="SoftUserLimitAlert">You will be able to add more users after you finish creating the group and convert it to a supergroup.</string>
2013-10-25 17:19:00 +02:00
<string name="EnterGroupNamePlaceholder">Enter group name</string>
<string name="GroupName">Group name</string>
2017-03-31 01:58:05 +02:00
<string name="MembersCount">%1$d of %2$d selected</string>
<string name="MembersCountZero">up to %1$s</string>
<string name="JoinToGroupErrorFull">Sorry, this group is already full.</string>
2015-09-24 22:52:02 +02:00
<string name="JoinToGroupErrorNotExist">Sorry, this chat does not seem to exist.</string>
<string name="LinkCopied">Link copied to clipboard</string>
2018-07-30 04:07:02 +02:00
<string name="PhoneCopied">Phone copied to clipboard</string>
<string name="EmailCopied">Email copied to clipboard</string>
<string name="InviteToGroupByLink">Invite to Group via Link</string>
<string name="InviteLink">Invite Link</string>
2015-09-24 22:52:02 +02:00
<string name="RevokeAlert">Are you sure you want to revoke this link? Once the link is revoked, no one will be able to join using it.</string>
<string name="RevokeAlertNewLink">The previous invite link is now inactive. A new link has been generated.</string>
<string name="RevokeButton">Revoke</string>
<string name="RevokeLink">Revoke Link</string>
2017-12-08 18:35:59 +01:00
<string name="RevokeLinkAlert">Are you sure you want to revoke the link **%1$s**?\n\nThe group \"**%2$s**\" will become private.</string>
<string name="RevokeLinkAlertChannel">Are you sure you want to revoke the link **%1$s**?\n\nThe channel \"**%2$s**\" will become private.</string>
<string name="CopyLink">Copy Link</string>
<string name="ShareLink">Share Link</string>
<string name="LinkInfo">Anyone who has Telegram installed will be able to join your group by following this link.</string>
2015-11-26 22:04:02 +01:00
<!--set admins view-->
<string name="SetAdminsTitle">Chat Admins</string>
<string name="SetAdminsAll">All Members are Admins</string>
<string name="SetAdminsAllInfo">All members can add new members, edit name and photo of the group.</string>
<string name="SetAdminsNotAllInfo">Only admins can add and remove members, edit name and photo of the group.</string>
2013-10-25 17:19:00 +02:00
<!--group info view-->
2017-12-08 18:35:59 +01:00
<string name="GroupMembers">Members</string>
2013-10-25 17:19:00 +02:00
<string name="SharedMedia">Shared Media</string>
2014-11-11 23:16:17 +01:00
<string name="SETTINGS">Settings</string>
2017-12-08 18:35:59 +01:00
<string name="AddSubscriber">Add subscriber</string>
2013-10-25 17:19:00 +02:00
<string name="AddMember">Add member</string>
2015-11-26 22:04:02 +01:00
<string name="SetAdmins">Set admins</string>
2017-07-08 18:32:04 +02:00
<string name="BanFromTheGroup">BAN FROM THE GROUP</string>
2013-10-25 17:19:00 +02:00
<string name="DeleteAndExit">Delete and leave group</string>
<string name="Notifications">Notifications</string>
2017-07-08 18:32:04 +02:00
<string name="KickFromSupergroup">Restrict user</string>
<string name="KickFromGroup">Remove from group</string>
2016-03-16 13:26:32 +01:00
<string name="UpgradeGroup">Upgrade to Supergroup</string>
<string name="ConvertGroup">Convert to Supergroup</string>
<string name="ConvertGroupMenu">Convert to supergroup</string>
<string name="ConvertGroupAlertWarning">Warning</string>
<string name="ConvertGroupAlert">This action is irreversible. It is not possible to downgrade a supergroup to a regular group.</string>
2017-12-08 18:35:59 +01:00
<string name="ConvertGroupInfo">**Members limit reached.**\n\nTo go over the limit and get additional features, upgrade to a supergroup:\n\n• Supergroups can get up to %1$s\n• New members can see the full message history\n• Deleted messages will disappear for all members\n• Admins can pin important messages\n• Creator can set a public link for the group</string>
<string name="ConvertGroupInfo2">**In supergroups:**\n\n• New members can see the full message history\n• Deleted messages will disappear for all members\n• Admins can pin important messages\n• Creator can set a public link for the group</string>
<string name="ConvertGroupInfo3">**Note:** this action can\'t be undone.</string>
2013-10-25 17:19:00 +02:00
<!--contact info view-->
<string name="ShareContact">Share</string>
<string name="AddContact">Add</string>
2014-11-13 21:10:14 +01:00
<string name="AddContactTitle">Add contact</string>
2016-10-11 13:57:01 +02:00
<string name="ContactNotRegistered">%1$s is not on Telegram yet, would you like to invite them to join?</string>
<string name="Invite">Invite</string>
<string name="BlockContact">Block</string>
<string name="EditContact">Edit</string>
<string name="DeleteContact">Delete</string>
2014-11-10 12:05:22 +01:00
<string name="PhoneHome">Home</string>
<string name="PhoneMobile">Mobile</string>
<string name="PhoneWork">Work</string>
<string name="PhoneOther">Other</string>
<string name="PhoneMain">Main</string>
2018-07-30 04:07:02 +02:00
<string name="ContactJob">Job</string>
<string name="ContactBirthday">Birthday</string>
<string name="ContactJobTitle">Title</string>
<string name="CreateNewContact">Create New Contact</string>
<string name="AddToExistingContact">Add to Existing Contact</string>
<string name="UserBio">Bio</string>
<string name="UserBioEmpty">None</string>
<string name="UserBioInfo">You can add a few lines about yourself. Anyone who opens your profile will see this text.</string>
2013-10-25 17:19:00 +02:00
<string name="StartEncryptedChat">Start Secret Chat</string>
2017-03-31 01:58:05 +02:00
<string name="GroupsInCommon">Groups in Common</string>
<string name="GroupsInCommonTitle">Groups in common</string>
<string name="NoGroupsInCommon">No common groups yet</string>
2013-10-25 17:19:00 +02:00
<string name="CreateEncryptedChatError">An error occurred.</string>
<string name="EncryptionKey">Encryption Key</string>
<string name="MessageLifetime">Self-Destruct Timer</string>
<string name="MessageLifetimePhoto">If you set a timer, the photo will self-destruct after it was viewed.</string>
<string name="MessageLifetimeVideo">If you set a timer, the video will self-destruct after it was viewed.</string>
2013-10-25 17:19:00 +02:00
<string name="ShortMessageLifetimeForever">Off</string>
2017-12-08 18:35:59 +01:00
<string name="EncryptionKeyDescription">This image and text were derived from the encryption key for this secret chat with **%1$s**.\n\nIf they look the same on **%2$s\'s** device, end-to-end encryption is guaranteed.\n\nLearn more at telegram.org</string>
2016-03-06 02:49:31 +01:00
<string name="EncryptionKeyLink">https://telegram.org/faq#secret-chats</string>
2014-10-21 22:35:16 +02:00
<string name="NumberUnknown">Unknown</string>
2014-11-11 23:16:17 +01:00
<string name="Info">Info</string>
<string name="Phone">Phone</string>
2014-10-22 12:11:47 +02:00
<!--usernames-->
<string name="Username">Username</string>
2014-10-20 20:11:47 +02:00
<string name="UsernamePlaceholder">Your Username</string>
<string name="UsernameInUse">Sorry, this username is already taken.</string>
<string name="UsernameInvalid">Sorry, this username is invalid.</string>
<string name="UsernameInvalidShort">A username must have at least 5 characters.</string>
2014-10-21 22:35:16 +02:00
<string name="UsernameInvalidLong">The username must not exceed 32 characters.</string>
<string name="UsernameInvalidStartNumber">Sorry, a username can\'t start with a number.</string>
2017-12-08 18:35:59 +01:00
<string name="UsernameHelp">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 **az**, **09** and underscores. Minimum length is **5** characters.</string>
2017-03-31 01:58:05 +02:00
<string name="UsernameHelpLink">This link opens a chat with you on Telegram:\n%1$s</string>
2014-10-21 22:35:16 +02:00
<string name="UsernameChecking">Checking username...</string>
<string name="UsernameAvailable">%1$s is available.</string>
2014-10-22 12:11:47 +02:00
<string name="UsernameEmpty">None</string>
<string name="ErrorOccurred">An error occurred.</string>
2015-05-21 23:27:27 +02:00
<!--stickers view-->
2017-07-08 18:32:04 +02:00
<string name="StickersName">Stickers</string>
2015-05-21 23:27:27 +02:00
<string name="AddStickers">Add Stickers</string>
2016-10-11 13:57:01 +02:00
<string name="AddMasks">Add Masks</string>
2015-05-21 23:27:27 +02:00
<string name="AddToStickers">Add to Stickers</string>
2017-12-08 18:35:59 +01:00
<string name="AddToFavorites">Add to Favorites</string>
<string name="AddedToFavorites">Sticker was added to Favorites</string>
<string name="RemovedFromFavorites">Sticker was removed from Favorites</string>
<string name="RecentStickers">Recently Used</string>
<string name="FavoriteStickers">Favorites</string>
<string name="CurrentGroupStickers">Group Stickers</string>
<string name="DeleteFromFavorites">Delete from Favorites</string>
2016-10-11 13:57:01 +02:00
<string name="AddToMasks">Add to Masks</string>
2015-05-21 23:27:27 +02:00
<string name="AddStickersNotFound">Stickers not found</string>
<string name="StickersRemoved">Stickers removed</string>
2016-10-11 13:57:01 +02:00
<string name="MasksRemoved">Masks removed</string>
2015-05-21 23:27:27 +02:00
<string name="AddStickersInstalled">New stickers added</string>
2016-10-11 13:57:01 +02:00
<string name="AddMasksInstalled">New masks added</string>
<string name="StickersHide">Archive</string>
2015-05-21 23:27:27 +02:00
<string name="StickersShare">Share</string>
<string name="StickersCopy">Copy link</string>
<string name="StickersRemove">Remove</string>
<string name="NoStickers">No stickers yet</string>
2018-07-30 04:07:02 +02:00
<string name="NoStickersFound">No stickers found</string>
2016-10-11 13:57:01 +02:00
<string name="NoMasks">No masks yet</string>
<string name="Masks">Masks</string>
<string name="MasksInfo">You can add masks to photos you send. To do this, open the photo editor before sending a photo.</string>
<string name="FeaturedStickers">Trending Stickers</string>
2018-07-30 04:07:02 +02:00
<string name="SuggestStickers">Suggest stickers by emoji</string>
<string name="SuggestStickersAll">All</string>
<string name="SuggestStickersInstalled">Added</string>
<string name="SuggestStickersNone">None</string>
2016-10-11 13:57:01 +02:00
<string name="FeaturedStickersInfo">These stickers are currently trending on Telegram. You can add custom stickers via the @stickers bot.</string>
<string name="ArchivedStickers">Archived Stickers</string>
<string name="ArchivedMasks">Archived Masks</string>
<string name="ArchivedStickersEmpty">No archived stickers</string>
<string name="ArchivedMasksEmpty">No archived masks</string>
<string name="ArchivedStickersInfo">You can have up to 200 sticker sets installed. Unused stickers are archived when you install new sets.</string>
<string name="ArchivedMasksInfo">You can have up to 200 mask sets installed. Unused masks are archived when you install new sets.</string>
2016-04-22 15:49:00 +02:00
<string name="SendSticker">SEND STICKER</string>
2016-10-11 13:57:01 +02:00
<string name="ArchivedStickersAlertTitle">Archived stickers</string>
<string name="ArchivedStickersAlertInfo">Some of your older sticker sets have been archived. You can reactivate them in the Stickers Settings.</string>
<string name="ArchivedMasksAlertTitle">Archived masks</string>
<string name="ArchivedMasksAlertInfo">Some of your older masks sets have been archived. You can reactivate them in the Masks Settings.</string>
2017-03-31 01:58:05 +02:00
<!--theme view-->
<string name="Theme">Theme</string>
2018-07-30 04:07:02 +02:00
<string name="AutoNightTheme">Auto-Night Mode</string>
<string name="AutoNightDisabled">Disabled</string>
<string name="AutoNightScheduled">Scheduled</string>
<string name="AutoNightAutomatic">Automatic</string>
<string name="AutoNightSchedule">Schedule</string>
<string name="AutoNightLocation">Use Local Sunset &amp; Sunrise\n</string>
<string name="AutoNightUpdateLocation">Update Location</string>
<string name="AutoNightUpdateLocationInfo">Calculating sunset &amp; sunrise times requires a one-time check of your approximate location. Note that this location is stored only locally on your device.\n\nSunset: %1$s\nSunrise: %2$s</string>
<string name="AutoNightFrom">From</string>
<string name="AutoNightTo">To</string>
<string name="AutoNightPreferred">Preferred night theme</string>
<string name="AutoNightBrightness">Brightness threshold</string>
<string name="AutoNightBrightnessInfo">Switch to your preferred night theme when ambient lighting falls below %1$d%%.</string>
2017-07-08 18:32:04 +02:00
<string name="ThemeDark">Dark</string>
<string name="ThemeBlue">Blue</string>
2017-03-31 01:58:05 +02:00
<string name="DeleteThemeAlert">Are you sure you want to delete this theme?</string>
<string name="IncorrectTheme">Incorrect theme file</string>
<string name="EnterThemeName">Enter theme name</string>
<string name="CloseEditor">CLOSE EDITOR</string>
<string name="SaveTheme">SAVE THEME</string>
<string name="NewTheme">New Theme</string>
<string name="ApplyTheme">APPLY</string>
<string name="ThemePreview">Theme Preview</string>
<string name="SelectColor">Select color</string>
<string name="CreateNewTheme">Create New Theme</string>
<string name="CreateNewThemeHelp">Tap on the palette icon to view the list of elements on each screen - and edit them.</string>
<string name="CreateNewThemeInfo">You can create your own theme by changing colors within the app. You can always switch back to the default Telegram theme here.</string>
2013-10-25 17:19:00 +02:00
<!--settings view-->
<string name="ResetNotificationsText">Reset all notification settings to default</string>
2018-07-30 04:07:02 +02:00
<string name="ResetNotificationsAlert">Are you sure you want to reset all notification settings to default?</string>
2013-10-25 17:19:00 +02:00
<string name="TextSize">Messages Text Size</string>
<string name="AskAQuestion">Ask a Question</string>
<string name="EnableAnimations">Enable Animations</string>
<string name="Unblock">Unblock</string>
<string name="UnblockText">Tap and hold on user to unblock.</string>
<string name="NoBlocked">No blocked users yet</string>
2014-11-12 11:41:46 +01:00
<string name="MessageNotifications">Message notifications</string>
2013-10-25 17:19:00 +02:00
<string name="Alert">Alert</string>
<string name="MessagePreview">Message Preview</string>
2014-11-12 11:41:46 +01:00
<string name="GroupNotifications">Group notifications</string>
2013-10-25 17:19:00 +02:00
<string name="Sound">Sound</string>
2014-11-12 11:41:46 +01:00
<string name="InAppNotifications">In-app notifications</string>
2013-10-25 17:19:00 +02:00
<string name="InAppSounds">In-App Sounds</string>
<string name="InAppVibrate">In-App Vibrate</string>
<string name="Vibrate">Vibrate</string>
<string name="InAppPreview">In-App Preview</string>
2014-11-12 11:41:46 +01:00
<string name="Reset">Reset</string>
2013-10-25 17:19:00 +02:00
<string name="ResetAllNotifications">Reset All Notifications</string>
<string name="UndoAllCustom">Undo all custom notification settings for all your contacts and groups</string>
<string name="NotificationsAndSounds">Notifications and Sounds</string>
2017-03-31 01:58:05 +02:00
<string name="CustomNotifications">Custom Notifications</string>
<string name="ProfilePopupNotification">Popup notifications</string>
<string name="ProfilePopupNotificationInfo">New messages from this contact will appear on your screen when you are not using Telegram.</string>
<string name="NotificationsLed">LED</string>
<string name="NotificationsLedColor">Color</string>
<string name="ColorBlue">Blue</string>
<string name="ColorRed">Red</string>
<string name="ColorYellow">Yellow</string>
<string name="ColorGreen">Green</string>
<string name="ColorCyan">Cyan</string>
<string name="ColorWhite">White</string>
2017-07-08 18:32:04 +02:00
<string name="ColorSepia">Sepia</string>
<string name="ColorDark">Dark</string>
2017-03-31 01:58:05 +02:00
<string name="ColorPink">Pink</string>
2017-07-08 18:32:04 +02:00
<string name="FontSize">Font Size</string>
2017-03-31 01:58:05 +02:00
<string name="ColorViolet">Violet</string>
<string name="ColorOrange">Orange</string>
<string name="NotificationsLedInfo">LED is a small blinking light on some devices that is used to indicate new messages.</string>
<string name="PriorityInfo">Higher priority notifications will work even if your phone is in Do Not Disturb mode.</string>
<string name="General">General</string>
<string name="NotificationsOn">On</string>
<string name="NotificationsOff">Off</string>
2018-07-30 04:07:02 +02:00
<string name="NotificationsDefaultOn">Default (On)</string>
<string name="NotificationsDefaultOff">Default (Off)</string>
2017-03-31 01:58:05 +02:00
<string name="NotificationsTurnOn">Turn On</string>
<string name="NotificationsTurnOff">Turn Off</string>
2013-10-25 17:19:00 +02:00
<string name="BlockedUsers">Blocked Users</string>
2014-11-12 23:16:59 +01:00
<string name="LogOut">Log out</string>
2013-10-25 17:19:00 +02:00
<string name="NoSound">No sound</string>
<string name="Default">Default</string>
2014-11-11 23:16:17 +01:00
<string name="Support">Support</string>
2015-03-27 11:32:33 +01:00
<string name="OnlyIfSilent">Only if silent</string>
2013-10-25 17:19:00 +02:00
<string name="ChatBackground">Chat Background</string>
2014-11-11 23:16:17 +01:00
<string name="MessagesSettings">Messages</string>
<string name="SendByEnter">Send by Enter</string>
2014-11-12 11:41:46 +01:00
<string name="Events">Events</string>
<string name="ContactJoined">Contact joined Telegram</string>
2016-04-22 15:49:00 +02:00
<string name="PinnedMessages">Pinned Messages</string>
<string name="Language">Language</string>
2017-07-08 18:32:04 +02:00
<string name="LanguageCustom">Custom</string>
2018-07-30 04:07:02 +02:00
<string name="AskAQuestionInfo">Please note that Telegram Support is done by volunteers. We try to respond as quickly as possible, but it may take a while.\n\nPlease take a look at the <![CDATA[<a href=\"https://telegram.org/faq#general-questions\">Telegram FAQ</a>]]>: it has answers to most questions and important tips for <![CDATA[<a href=\"https://telegram.org/faq#troubleshooting\">troubleshooting</a>]]>.</string>
<string name="AskButton">Ask a volunteer</string>
2017-12-08 18:35:59 +01:00
<string name="TelegramFAQ">Telegram FAQ</string>
<string name="TelegramFaq">Telegram FAQ</string>
2018-07-30 04:07:02 +02:00
<string name="AddAccount">Add Account</string>
<string name="SelectAccount">Select Account</string>
<string name="TelegramFaqUrl">https://telegram.org/faq</string>
2016-03-16 13:26:32 +01:00
<string name="PrivacyPolicy">Privacy Policy</string>
2018-07-30 04:07:02 +02:00
<string name="TermsOfService">Terms of Service</string>
<string name="TermsOfServiceLogin">By signing up,\nyou agree to the *Terms of Service*.</string>
2016-03-16 13:26:32 +01:00
<string name="PrivacyPolicyUrl">https://telegram.org/privacy</string>
<string name="DeleteLocalization">Delete localization?</string>
<string name="IncorrectLocalization">Incorrect localization file</string>
2016-04-22 15:49:00 +02:00
<string name="NotificationsService">Keep-Alive Service</string>
<string name="NotificationsServiceInfo">Relaunch app when shut down by user or system. This will ensure app can show notifications.</string>
<string name="NotificationsServiceConnection">Background Connection</string>
<string name="NotificationsServiceConnectionInfo">Keep a low impact background connection to Telegram to receive notifications. Enable for reliable notifications.</string>
<string name="SortBy">Sort By</string>
<string name="ImportContacts">Import Contacts</string>
<string name="SortFirstName">First name</string>
<string name="SortLastName">Last name</string>
<string name="LedColor">LED Color</string>
<string name="PopupNotification">Popup Notifications</string>
<string name="NoPopup">No popup</string>
<string name="OnlyWhenScreenOn">Only when screen \"on\"</string>
<string name="OnlyWhenScreenOff">Only when screen \"off\"</string>
<string name="AlwaysShowPopup">Always show popup</string>
<string name="BadgeNumber">Badge Counter</string>
<string name="Short">Short</string>
<string name="Long">Long</string>
2014-11-11 23:16:17 +01:00
<string name="AutomaticMediaDownload">Automatic media download</string>
2017-12-08 18:35:59 +01:00
<string name="AutoDownloadMedia">Auto-Download Media</string>
<string name="ResetAutomaticMediaDownload">Reset Auto-Download Settings</string>
<string name="ResetAutomaticMediaDownloadAlert">Are you sure you want to reset auto-download settings?</string>
<string name="WhenUsingMobileData">When using mobile data</string>
<string name="WhenConnectedOnWiFi">When connected on Wi-Fi</string>
<string name="WhenRoaming">When roaming</string>
<string name="NoMediaAutoDownload">No media</string>
<string name="AutoplayGifs">Autoplay GIFs</string>
2016-03-06 02:49:31 +01:00
<string name="RaiseToSpeak">Raise to Speak</string>
2014-10-01 00:36:18 +02:00
<string name="SaveToGallerySettings">Save to gallery</string>
2014-11-12 23:16:59 +01:00
<string name="EditName">Edit name</string>
2017-03-31 01:58:05 +02:00
<string name="NotificationsCustomize">Customize</string>
<string name="NotificationsCustom">Custom</string>
<string name="NotificationsEnableCustom">Enable Custom Notifications</string>
2018-07-30 04:07:02 +02:00
<string name="NotificationsImportance">Importance</string>
2017-03-31 01:58:05 +02:00
<string name="NotificationsPrioritySettings">Same as in Settings</string>
2018-07-30 04:07:02 +02:00
<string name="NotificationsPriorityLow">Low</string>
<string name="NotificationsPriorityMedium">Medium</string>
2014-11-20 15:45:33 +01:00
<string name="NotificationsPriorityHigh">High</string>
2018-07-30 04:07:02 +02:00
<string name="NotificationsPriorityUrgent">Urgent</string>
<string name="RepeatNotificationsNever">Never</string>
2014-11-21 01:14:44 +01:00
<string name="RepeatNotifications">Repeat Notifications</string>
2017-12-08 18:35:59 +01:00
<string name="PhoneNumberHelp">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.</string>
<string name="PhoneNumberAlert">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.</string>
<string name="PhoneNumberChange">CHANGE NUMBER</string>
<string name="ChangePhoneNewNumber">New number</string>
<string name="ChangePhoneHelp">We will send an SMS with a confirmation code to your new number.</string>
<string name="ChangePhoneNumberOccupied">The number %1$s is already connected to a Telegram account. Please delete that account before migrating to the new number.</string>
<string name="NotificationsOther">Other</string>
2015-02-27 20:57:58 +01:00
<string name="VibrationDisabled">Disabled</string>
2017-03-31 01:58:05 +02:00
<string name="PopupEnabled">Enabled</string>
<string name="PopupDisabled">Disabled</string>
<string name="LedDisabled">Disabled</string>
<string name="RepeatDisabled">Off</string>
2015-03-26 18:34:47 +01:00
<string name="InChatSound">In-Chat Sounds</string>
2015-04-09 20:00:14 +02:00
<string name="SoundDefault">Default</string>
2015-07-22 20:56:37 +02:00
<string name="VibrationDefault">Default</string>
<string name="SmartNotifications">Smart Notifications</string>
2017-03-31 01:58:05 +02:00
<string name="SmartNotificationsInfo">%1$d / %2$s</string>
<string name="SmartNotificationsDisabled">Disabled</string>
2017-03-31 01:58:05 +02:00
<string name="SmartNotificationsAlert">Sound Alert Frequency</string>
<string name="SmartNotificationsDetail">%1$s within %2$s</string>
2016-03-06 02:49:31 +01:00
<string name="SecretWebPage">Link Previews</string>
2018-07-30 04:07:02 +02:00
<string name="SecretWebPageInfo">Link previews will be generated on Telegram servers. We do not store data about the links you send.</string>
2016-03-06 02:49:31 +01:00
<string name="SecretChat">Secret chats</string>
2016-03-16 13:26:32 +01:00
<string name="ChromeCustomTabs">In-App Browser</string>
<string name="ChromeCustomTabsInfo">Open external links within the app</string>
<string name="DirectShare">Direct Share</string>
<string name="DirectShareInfo">Show recent chats in share menu</string>
2016-10-11 13:57:01 +02:00
<string name="Emoji">Emoji</string>
<string name="EmojiBigSize">Draw single big emoji</string>
<string name="EmojiUseDefault">Use system default emoji</string>
2017-03-31 01:58:05 +02:00
<string name="TelegramVersion">Telegram for Android %1$s</string>
<string name="DebugMenu">Debug Menu</string>
2018-07-30 04:07:02 +02:00
<string name="DebugSendLogs">Send Logs</string>
<string name="DebugClearLogs">Clear Logs</string>
<string name="DebugMenuEnableLogs">Enable Logs</string>
<string name="DebugMenuDisableLogs">Disable Logs</string>
2017-03-31 01:58:05 +02:00
<string name="DebugMenuImportContacts">Import Contacts</string>
<string name="DebugMenuReloadContacts">Reload Contacts</string>
2017-12-08 18:35:59 +01:00
<string name="DebugMenuResetDialogs">Reset Dialogs</string>
<string name="DebugMenuEnableCamera">Enable in-app camera</string>
<string name="DebugMenuDisableCamera">Disable in-app camera</string>
<string name="DebugMenuResetContacts">Reset Imported Contacts</string>
2018-07-30 04:07:02 +02:00
<string name="DebugMenuClearMediaCache">Clear sent media cache</string>
2017-07-08 18:32:04 +02:00
<string name="ChangeLanguageLater">You can change your language in the Settings later.</string>
<string name="ChooseYourLanguage">Choose your language</string>
<string name="ChooseYourLanguageOther">Other</string>
<string name="ProxySettings">Proxy Settings</string>
2018-07-30 04:07:02 +02:00
<string name="ProxyDetails">Proxy Details</string>
2017-07-08 18:32:04 +02:00
<string name="Proxy">Proxy</string>
2018-07-30 04:07:02 +02:00
<string name="ProxyConnections">Connections</string>
<string name="AddProxy">Add Proxy</string>
<string name="DeleteProxy">Delete Proxy?</string>
<string name="UseProxySettings">Use Proxy</string>
2017-07-08 18:32:04 +02:00
<string name="UseProxyAddress">Server</string>
<string name="UseProxyPassword">Password</string>
<string name="UseProxyPort">Port</string>
2018-07-30 04:07:02 +02:00
<string name="UseProxySecret">Secret</string>
2017-07-08 18:32:04 +02:00
<string name="UseProxyUsername">Username</string>
2018-07-30 04:07:02 +02:00
<string name="UseProxySocks5">SOCKS5</string>
<string name="UseProxyTelegram">MTProto Proxy</string>
<string name="UseProxyTelegramError">The proxy you are using is not configured correctly and will be disabled. Please find another one.</string>
<string name="UseProxySponsor">Proxy sponsor</string>
<string name="UseProxySponsorInfo">This channel is shown by your proxy server. To remove this channel from your chats list, disable the proxy in Telegram Settings.</string>
<string name="UseProxyInfo">SOCKS5 proxy settings.</string>
<string name="UseProxyTelegramInfo">MTProto proxy settings.</string>
<string name="UseProxyTelegramInfo2">This proxy may display a sponsored channel in your chat list. This doesn\'t reveal any of your Telegram traffic.</string>
2017-07-08 18:32:04 +02:00
<string name="UseProxyForCalls">Use proxy for calls</string>
<string name="UseProxyForCallsInfo">Proxy servers may degrade the quality of your calls.</string>
2018-07-30 04:07:02 +02:00
<string name="ConnectingToProxyEnable">Enable</string>
2017-12-08 18:35:59 +01:00
<string name="LowDiskSpaceTitle">Attention</string>
<string name="LowDiskSpaceMessage">Your device is almost out of disk space. To free some space, you can set up Telegram to cache only recent media.</string>
<string name="LowDiskSpaceTitle2">Remove media after</string>
<string name="LowDiskSpaceNeverRemove">Never remove</string>
<string name="AutodownloadContacts">Contacts</string>
<string name="AutodownloadPrivateChats">Private Chats</string>
<string name="AutodownloadGroupChats">Group Chats</string>
<string name="AutodownloadChannels">Channels</string>
<string name="AutodownloadSizeLimit">Limit by Size</string>
<string name="AutodownloadSizeLimitUpTo">up to %1$s</string>
2018-07-30 04:07:02 +02:00
<string name="Streaming">Streaming</string>
<string name="EnableStreaming">Stream Videos and Audio Files</string>
<string name="EnableAllStreamingInfo">Some videos can\'t be streamed e.g., all videos that were sent from Android using Telegram 4.7 and earlier versions.\n</string>
2015-12-09 19:27:52 +01:00
<!--cache view-->
<string name="LocalDatabase">Local Database</string>
<string name="LocalDatabaseClear">Clear cached text messages?</string>
<string name="LocalDatabaseInfo">Clearing the local database will delete the texts of cached messages and compress the database to save internal disk space. Telegram needs some data to work, so database size will not reach zero.\n\nThis operation can take a few minutes to complete.</string>
<string name="ClearMediaCache">Clear Cache</string>
<string name="CacheClear">Clear</string>
<string name="CalculatingSize">Calculating...</string>
<string name="LocalDocumentCache">Documents</string>
<string name="LocalPhotoCache">Photos</string>
2017-07-08 18:32:04 +02:00
<string name="LocalAudioCache">Voice/Video messages</string>
2015-12-09 19:27:52 +01:00
<string name="LocalVideoCache">Videos</string>
<string name="LocalMusicCache">Music</string>
2017-03-31 01:58:05 +02:00
<string name="LocalGifCache">GIFs</string>
2015-12-09 19:27:52 +01:00
<string name="LocalCache">Other files</string>
<string name="CacheEmpty">Empty</string>
<string name="KeepMedia">Keep Media</string>
2017-12-08 18:35:59 +01:00
<string name="KeepMediaInfo">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.</string>
2015-12-09 19:27:52 +01:00
<string name="KeepMediaForever">Forever</string>
2017-07-08 18:32:04 +02:00
<string name="AudioAutodownload">Voice messages</string>
<string name="VideoMessagesAutodownload">Video messages</string>
2018-07-30 04:07:02 +02:00
<!--passport view-->
<string name="TelegramPassport">Telegram Passport</string>
<string name="PassportRequestedInformation">Requested Information</string>
<string name="PassportProvidedInformation">Provided Information</string>
<string name="PassportInfoTitle">What is Telegram Passport?</string>
<string name="PassportInfo">With Telegram Passport you can easily sign up for websites and services that require identity verification.\n\nYour information, personal data, and documents are protected by end-to-end encryption. Nobody, including Telegram, can access them without your permission.\n\nYou can visit our FAQ to learn more.</string>
<string name="TelegramPassportCreatePasswordInfo">Please create a password to secure your personal data with end-to-end encryption.\n\nThis password will also be required whenever you log in to Telegram on a new device.</string>
<string name="TelegramPassportCreatePassword">CREATE A PASSWORD</string>
<string name="TelegramPassportDelete">Delete Passport</string>
<string name="TelegramPassportDeleteAlert">Are you sure you want to delete your Telegram Passport?</string>
<string name="PassportUseLatinOnly">Please use latin characters only.</string>
<string name="PassportAddBillInfo">Upload a scan of your utility bill.</string>
<string name="PassportAddBankInfo">Upload a scan of your bank statement.</string>
<string name="PassportAddAgreementInfo">Upload a scan of your tenancy agreement.</string>
<string name="PassportAddAddressUploadInfo">To confirm your address, please upload a scan or photo of the selected document (all pages).</string>
<string name="PassportAddBill">Add Utility Bill</string>
<string name="PassportAddBank">Add Bank Statement</string>
<string name="PassportAddAgreement">Add Tenancy Agreement</string>
<string name="PassportAddress">Address</string>
<string name="PassportResidentialAddress">Residential Address</string>
<string name="PassportAddressNoUploadInfo">Please provide your address</string>
<string name="PassportAddressInfo">Upload proof of your address</string>
<string name="PassportAddressHeader">Address</string>
<string name="PassportStreet1">Street</string>
<string name="PassportStreet2">Street</string>
<string name="PassportPostcode">Postcode</string>
<string name="PassportCity">City</string>
<string name="PassportState">State/Region</string>
<string name="PassportCountry">Country</string>
<string name="PassportPhone">Phone Number</string>
<string name="PassportDeletePhoneAlert">Delete phone number?</string>
<string name="PassportPhoneInfo">Enter your phone number</string>
<string name="PassportPhoneUseSame">Use %1$s</string>
<string name="PassportPhoneUseSameInfo">Use the same phone number as on Telegram.</string>
<string name="PassportPhoneUseSameEmailInfo">Use the same email as on Telegram.</string>
<string name="PassportPhoneUseOther">Or enter a new phone number</string>
<string name="PassportPhoneUploadInfo">Note: You will receive a confirmation code on the phone number you provide.</string>
<string name="PassportEmail">Email</string>
<string name="PassportDeleteEmailAlert">Delete email?</string>
<string name="PassportEmailInfo">Enter your email address</string>
<string name="PassportEmailUploadInfo">Note: You will receive a confirmation code on the email address you provide.</string>
<string name="PassportEmailCode">Code</string>
<string name="PassportEmailVerifyInfo">Please enter the confirmation code we\'ve just sent to %1$s.</string>
<string name="PassportSelfRequest">Please enter your password to access your personal data.</string>
<string name="PassportRequest">**%1$s** requests access to your personal data to sign you up for their services.</string>
<string name="PassportRequestPasswordInfo">Please enter your Telegram Password to decrypt your data.</string>
<string name="PassportPolicy">You accept the *%1$s Privacy Policy* and allow their @%2$s to send you messages.</string>
<string name="PassportNoPolicy">You are sending your documents directly to %1$s and allowing their @%2$s to send you messages.</string>
<string name="PassportAuthorize">AUTHORIZE</string>
<string name="PassportAddPassport">Add Passport</string>
<string name="PassportAddInternalPassport">Add Internal Passport</string>
<string name="PassportAddPassportRegistration">Passport Registration</string>
<string name="PassportAddPassportRegistrationInfo">Upload a scan of your passport registration page.</string>
<string name="PassportAddTemporaryRegistration">Temporary Registration</string>
<string name="PassportAddTemporaryRegistrationInfo">Upload a scan of your temporary registration.</string>
<string name="PassportAddCard">Add Identity Card</string>
<string name="PassportAddLicence">Add Driver Licence</string>
<string name="PassportPersonalDetails">Personal Details</string>
<string name="PassportPersonalDetailsInfo">Fill in your personal details</string>
<string name="PassportIdentityDocument">Identity Document</string>
<string name="PassportIdentityDocumentInfo">Upload a scan of your passport or other ID</string>
<string name="PassportPersonal">Personal Details</string>
<string name="PassportName">Name</string>
<string name="PassportSelectGender">Select Gender</string>
<string name="PassportMale">Male</string>
<string name="PassportFemale">Female</string>
<string name="PassportSurname">Surname</string>
<string name="PassportBirthdate">Date of Birth</string>
<string name="PassportGender">Gender</string>
<string name="PassportDocumentNumber">Document Number</string>
<string name="PassportExpired">Expires</string>
<string name="PassportCitizenship">Citizenship</string>
<string name="PassportResidence">Residence</string>
<string name="PassportSelfie">Selfie</string>
<string name="PassportRequiredDocuments">Required Documents</string>
<string name="PassportSelfieInfo">Upload a selfie of yourself holding the document</string>
<string name="PassportFrontSide">Front Side</string>
<string name="PassportFrontSideInfo">Upload a photo of the front side of the document</string>
<string name="PassportReverseSide">Reverse Side</string>
<string name="PassportReverseSideInfo">Upload a photo of the reverse side of the document</string>
<string name="PassportMainPage">Main Page</string>
<string name="PassportMainPageInfo">Upload a photo of the main page of the document</string>
<string name="PassportSelectExpiredDate">Select Expiry Date</string>
<string name="PassportSelectNotExpire">Does not Expire</string>
<string name="PassportNoExpireDate">None</string>
<string name="PassportSelectBithdayDate">Select Date of Birth</string>
<string name="PassportDeleteSelfie">Delete selfie?</string>
<string name="PassportPersonalUploadInfo">The document must contain your photograph, first and last name, date of birth, document number, country of issue, and expiry date.</string>
<string name="PassportDiscardChanges">Are you sure you want to discard all information you\'ve entered?</string>
<string name="PassportDiscard">Discard</string>
<string name="PassportDocuments">Scans</string>
<string name="PassportDeleteDocument">Delete Document</string>
<string name="PassportDeleteInfo">Delete</string>
<string name="PassportDeleteScanAlert">Are you sure you want to delete this scan?</string>
<string name="PassportDeleteSelfieAlert">Are you sure you want to delete this selfie?</string>
<string name="PassportDeleteDocumentAlert">Are you sure you want to delete this document?</string>
<string name="PassportDeletePersonalAlert">Are you sure you want to delete personal details?</string>
<string name="PassportDeleteAddressAlert">Are you sure you want to delete address details?</string>
<string name="PassportDeleteDocumentPersonal">Delete personal details</string>
<string name="PassportDeleteDocumentAddress">Delete address details</string>
<string name="PassportDeleteScan">Delete scan?</string>
<string name="PassportUploadDocument">Upload Scans</string>
<string name="PassportUploadAdditinalDocument">Upload Additional Scans</string>
<string name="PassportUploadMaxReached">You can\'t upload more than %1$s files.</string>
<string name="PassportUploadNotImage">You can upload only image files.</string>
<string name="PassportScanPassport">Scan Your Passport</string>
<string name="PassportScanPassportInfo">Scan your passport or identity card with machine-readable zone to fill personal details automatically.</string>
<string name="PassportNoDocumentsAdd">Add a Document</string>
<string name="PassportNoDocuments">You have no documents yet</string>
<string name="PassportNoDocumentsInfo">You can add your phone number, email address, identity document or residential address.</string>
<string name="PassportCorrectErrors">Tap to correct errors.</string>
2015-04-09 20:00:14 +02:00
<!--sessions view-->
<string name="SessionsTitle">Active Sessions</string>
<string name="CurrentSession">Current session</string>
<string name="NoOtherSessions">No other active sessions</string>
<string name="NoOtherSessionsInfo">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.</string>
<string name="OtherSessions">Active Sessions</string>
<string name="SessionsInfo">Control your sessions on other devices.</string>
<string name="TerminateSessionInfo">Tap on a session to terminate.</string>
<string name="TerminateSessionQuestion">Terminate this session?</string>
2018-07-30 04:07:02 +02:00
<string name="ClearOtherSessionsHelp">Logs out all devices except for this one.</string>
<string name="AreYouSureSessions">Are you sure you want to terminate all other sessions?</string>
<string name="TerminateAllSessions">Terminate All Other Sessions</string>
2015-04-09 20:00:14 +02:00
<string name="UnofficialApp">unofficial app</string>
2018-07-30 04:07:02 +02:00
<string name="NoOtherWebSessions">No active logins.</string>
<string name="NoOtherWebSessionsInfo">You can log in on websites that support signing in with Telegram.</string>
<string name="OtherWebSessions">Connected websites</string>
<string name="WebSessionsTitle">Logged in with Telegram</string>
<string name="TerminateWebSessionInfo">Tap to disconnect from your Telegram account.</string>
<string name="TerminateWebSessionQuestion">Disconnect %1$s?</string>
<string name="TerminateWebSessionStop">Block %1$s</string>
<string name="TerminateAllWebSessions">Disconnect All Websites</string>
<string name="AreYouSureWebSessions">Are you sure you want to disconnect all websites where you used Telegram to log in?</string>
<string name="ClearOtherWebSessionsHelp">You can log in on websites that support signing in with Telegram.</string>
<!--passcode view-->
2015-04-09 20:00:14 +02:00
<string name="Passcode">Passcode Lock</string>
<string name="ChangePasscode">Change Passcode</string>
<string name="ChangePasscodeInfo">When you set up an additional passcode, a lock icon will appear on the chats page. Tap it to lock and unlock your Telegram app.\n\nNote: if you forget the passcode, you\'ll need to delete and reinstall the app. All secret chats will be lost.</string>
<string name="PasscodePIN">PIN</string>
<string name="PasscodePassword">Password</string>
<string name="EnterCurrentPasscode">Enter your current passcode</string>
2015-04-09 20:00:14 +02:00
<string name="EnterNewFirstPasscode">Enter a passcode</string>
<string name="EnterNewPasscode">Enter your new passcode</string>
<string name="EnterYourPasscode">Enter your passcode</string>
<string name="ReEnterYourPasscode">Re-enter your new passcode</string>
<string name="PasscodeDoNotMatch">Passcodes do not match</string>
<string name="AutoLock">Auto-lock</string>
<string name="AutoLockInfo">Require passcode if away for a time.</string>
<string name="AutoLockInTime">in %1$s</string>
<string name="AutoLockDisabled">Disabled</string>
2015-10-29 18:10:07 +01:00
<string name="UnlockFingerprint">Unlock with Fingerprint</string>
<string name="FingerprintInfo">Confirm fingerprint to continue</string>
<string name="FingerprintHelp">Touch sensor</string>
<string name="FingerprintNotRecognized">Fingerprint not recognized. Try again</string>
2017-03-31 01:58:05 +02:00
<string name="ScreenCapture">Allow Screen Capture</string>
<string name="ScreenCaptureInfo">If enabled, you can take screenshots of the app, but the system will display your chats in the task switcher even when the passcode is on.\n\nYou may need to restart the app for this to take effect.</string>
2018-07-30 04:07:02 +02:00
<string name="TooManyTries">Too many tries.\nPlease try again in %1$s.</string>
2013-10-25 17:19:00 +02:00
<!--media view-->
2018-07-30 04:07:02 +02:00
<string name="SharedFilesTab">FILES</string>
<string name="SharedMediaTab">MEDIA</string>
<string name="SharedLinksTab">LINKS</string>
<string name="SharedMusicTab">AUDIO</string>
<string name="SharedVoiceTab">VOICE</string>
2015-08-13 11:23:31 +02:00
<string name="DocumentsTitle">Shared Files</string>
<string name="SharedMediaTitle">Shared Media</string>
2015-08-13 11:23:31 +02:00
<string name="LinksTitle">Shared Links</string>
2015-10-29 18:10:07 +01:00
<string name="AudioTitle">Shared Music</string>
2016-03-16 13:26:32 +01:00
<string name="NoMedia">Share photos and videos in this chat and access them on any of your devices.</string>
2018-07-30 04:07:02 +02:00
<string name="NoSharedAudio">Share music in this chat and access it on any of your devices.</string>
2015-02-01 19:51:02 +01:00
<string name="NoSharedFiles">Share files and documents in this chat and access them on any of your devices.</string>
2015-08-13 11:23:31 +02:00
<string name="NoSharedLinks">Share links in this chat and access them on any of your devices.</string>
2018-07-30 04:07:02 +02:00
<string name="NoSharedVoice">Share voice messages in this chat and access them on any of your devices.</string>
2016-03-16 13:26:32 +01:00
<string name="NoMediaSecret">Photos and videos from this chat will be shown here.</string>
<string name="NoSharedAudioSecret">Music from this chat will be shown here.</string>
<string name="NoSharedFilesSecret">Files and documents from this chat will be shown here.</string>
<string name="NoSharedLinksSecret">Shared links from this chat will be shown here.</string>
2018-07-30 04:07:02 +02:00
<string name="NoSharedVoiceSecret">Voice messages from this chat will be shown here.</string>
2013-10-25 17:19:00 +02:00
<!--map view-->
<string name="Map">Map</string>
<string name="Satellite">Satellite</string>
<string name="Hybrid">Hybrid</string>
<string name="MetersAway">m away</string>
<string name="KMetersAway">km away</string>
2018-07-30 04:07:02 +02:00
<string name="SendLocation">Send your current location</string>
2017-12-08 18:35:59 +01:00
<string name="SendLiveLocation">Share My Live Location for...</string>
<string name="StopLiveLocation">Stop Sharing Location</string>
<string name="StopLiveLocationAlertToUser">Are you sure you want to stop sharing live location with %1$s?</string>
<string name="StopLiveLocationAlertToGroup">Are you sure you want to stop sharing live location with %1$s?</string>
<string name="StopLiveLocationAlertAll">Are you sure you want to stop sharing your live location?</string>
<string name="SendLiveLocationInfo">Updated in real time as you move</string>
<string name="SendSelectedLocation">Send selected location</string>
<string name="ShareLocation">Location</string>
2017-12-08 18:35:59 +01:00
<string name="SharedPlace">Place</string>
<string name="AccurateTo">Accurate to %1$s</string>
<string name="NearbyPlaces">OR CHOOSE A PLACE</string>
2017-12-08 18:35:59 +01:00
<string name="ShowNearbyPlaces">PULL UP TO SEE PLACES NEARBY</string>
<string name="LiveLocations">LIVE LOCATIONS</string>
<string name="SendLiveLocationFor15m">for 15 minutes</string>
<string name="SendLiveLocationFor1h">for 1 hour</string>
<string name="SendLiveLocationFor8h">for 8 hours</string>
<string name="LocationUpdated">updated</string>
2018-07-30 04:07:02 +02:00
<string name="LocationUpdatedFormatted">updated %1$s</string>
2017-12-08 18:35:59 +01:00
<string name="LocationUpdatedJustNow">updated just now</string>
<string name="SharingYouAndOtherName">You and %1$s</string>
2018-07-30 04:07:02 +02:00
<string name="AttachLiveLocationIsSharing">%1$s sharing with %2$s</string>
2017-12-08 18:35:59 +01:00
<string name="StopAllLocationSharings">STOP ALL</string>
<string name="SharingLiveLocationTitle">You are sharing your Live Location with %1$s</string>
<string name="LiveLocationAlertPrivate">Choose for how long %1$s will see your accurate location.</string>
<string name="LiveLocationAlertGroup">Choose for how long people in this chat will see your accurate location.</string>
<string name="GpsDisabledAlert">Your GPS seems to be disabled, please enable it to access location-based features.</string>
2013-10-25 17:19:00 +02:00
<!--photo gallery view-->
<string name="ShowAllMedia">Show all media</string>
2017-12-08 18:35:59 +01:00
<string name="ShowInChat">Show in chat</string>
2018-07-30 04:07:02 +02:00
<string name="StopDownload">Stop downloading</string>
2013-10-25 17:19:00 +02:00
<string name="SaveToGallery">Save to gallery</string>
<string name="Of">%1$d of %2$d</string>
2013-10-25 17:19:00 +02:00
<string name="Gallery">Gallery</string>
2017-07-08 18:32:04 +02:00
<string name="AllPhotos">All photos</string>
<string name="AllMedia">All media</string>
2014-06-12 03:13:15 +02:00
<string name="NoPhotos">No photos yet</string>
2014-11-17 23:04:31 +01:00
<string name="PleaseDownload">Please download media first</string>
2018-07-30 04:07:02 +02:00
<string name="PleaseStreamDownload">Please wait for the video to be fully downloaded.</string>
<string name="VideoDoesNotSupportStreaming">This video is not optimized for streaming. You may need to download it in full to play it.</string>
<string name="CantPlayVideo">App was unable to play this video. Try to play it with external player?</string>
2015-01-02 23:15:07 +01:00
<string name="NoRecentPhotos">No recent photos</string>
<string name="NoRecentGIFs">No recent GIFs</string>
<string name="SearchImages">FIND IMAGES</string>
<string name="SearchImagesInfo">WEB SEARCH</string>
<string name="SearchGifs">FIND GIFS</string>
2015-01-02 23:15:07 +01:00
<string name="SearchImagesTitle">Search web</string>
<string name="SearchGifsTitle">Search GIFs</string>
<string name="CropImage">Crop image</string>
<string name="Enhance">Enhance</string>
<string name="Highlights">Highlights</string>
<string name="Contrast">Contrast</string>
<string name="Exposure">Exposure</string>
<string name="Warmth">Warmth</string>
<string name="Saturation">Saturation</string>
<string name="Vignette">Vignette</string>
<string name="Shadows">Shadows</string>
<string name="Grain">Grain</string>
<string name="Sharpen">Sharpen</string>
2016-03-06 02:49:31 +01:00
<string name="Fade">Fade</string>
<string name="TintShadows">SHADOWS</string>
<string name="TintHighlights">HIGHLIGHTS</string>
<string name="CurvesAll">ALL</string>
<string name="CurvesRed">RED</string>
<string name="CurvesGreen">GREEN</string>
<string name="CurvesBlue">BLUE</string>
<string name="BlurOff">Off</string>
<string name="BlurLinear">Linear</string>
<string name="BlurRadial">Radial</string>
<string name="AreYouSureDeletePhoto">Are you sure you want to delete this photo?</string>
<string name="AreYouSureDeleteVideo">Are you sure you want to delete this video?</string>
<string name="DiscardChanges">Discard changes?</string>
2015-03-26 18:34:47 +01:00
<string name="ClearSearch">Clear search history?</string>
<string name="ClearButton">Clear</string>
<string name="AddCaption">Add a caption...</string>
<string name="PhotoCaption">Photo Caption</string>
<string name="VideoCaption">Video Caption</string>
2017-03-31 01:58:05 +02:00
<string name="GifCaption">GIF Caption</string>
2016-03-06 02:49:31 +01:00
<string name="Caption">Caption</string>
2016-10-11 13:57:01 +02:00
<string name="PaintDelete">Delete</string>
<string name="PaintEdit">Edit</string>
<string name="PaintDuplicate">Duplicate</string>
<string name="PaintOutlined">Outlined</string>
<string name="PaintRegular">Regular</string>
2017-03-31 01:58:05 +02:00
<string name="CropReset">Reset</string>
<string name="CropOriginal">Original</string>
<string name="CropSquare">Square</string>
2017-12-08 18:35:59 +01:00
<string name="SinglePhotosHelp">Show media as separate messages</string>
<string name="GroupPhotosHelp">Group media into one message</string>
2015-01-02 23:15:07 +01:00
<!--password view-->
2015-04-09 20:00:14 +02:00
<string name="TwoStepVerification">Two-Step Verification</string>
<string name="SetAdditionalPassword">Set Additional Password</string>
<string name="SetAdditionalPasswordInfo">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.</string>
<string name="YourPassword">Your Password</string>
<string name="PleaseEnterCurrentPassword">Please enter your password</string>
<string name="PleaseEnterFirstPassword">Enter a password</string>
<string name="PleaseEnterPassword">Please enter your new password</string>
<string name="PleaseReEnterPassword">Please re-enter your password</string>
<string name="RecoveryEmail">Recovery E-Mail</string>
<string name="YourEmail">Your E-Mail</string>
<string name="YourEmailInfo">Please add your valid e-mail. It is the only way to recover a forgotten password.</string>
<string name="YourEmailSkip">Skip</string>
<string name="YourEmailSkipWarning">Warning</string>
<string name="YourEmailSkipWarningText">No, seriously.\n\nIf you forget your password, you will lose access to your Telegram account. There will be no way to restore it.</string>
<string name="YourEmailAlmostThere">Almost there!</string>
<string name="YourEmailAlmostThereText">Please check your e-mail (don\'t forget the spam folder) to complete Two-Step Verification setup.</string>
<string name="YourPasswordSuccess">Success!</string>
<string name="YourPasswordSuccessText">Your password for Two-Step Verification is now active.</string>
<string name="ChangePassword">Change Password</string>
<string name="TurnPasswordOff">Turn Password Off</string>
<string name="SetRecoveryEmail">Set Recovery E-Mail</string>
<string name="ChangeRecoveryEmail">Change Recovery E-Mail</string>
<string name="TurnPasswordOffQuestion">Are you sure you want to disable your password?</string>
2018-07-30 04:07:02 +02:00
<string name="TurnPasswordOffPassport">Warning! All data saved in your Telegram Passport will be lost!</string>
2015-04-09 20:00:14 +02:00
<string name="PasswordHint">Password Hint</string>
<string name="PasswordHintText">Please create a hint for your password</string>
2015-01-02 23:15:07 +01:00
<string name="PasswordDoNotMatch">Passwords do not match</string>
2015-04-09 20:00:14 +02:00
<string name="AbortPassword">Abort two-step verification setup</string>
<string name="EmailPasswordConfirmText">Please follow these steps to complete Two-Step Verification Setup:\n\n1. Check your e-mail (don\'t forget the spam folder)\n%1$s\n\n2. Click on the validation link.</string>
<string name="PasswordAsHintError">Hint must be different from your password</string>
<string name="PasswordEmailInvalid">Invalid e-mail</string>
<string name="RestorePasswordNoEmailTitle">Sorry</string>
2018-07-30 04:07:02 +02:00
<string name="RestorePasswordNoEmailText">Since you didn\'t provide a recovery e-mail when setting up your password, your remaining options are either to remember your password or to reset your account.</string>
<string name="RestorePasswordResetAccount">RESET ACCOUNT</string>
2015-04-09 20:00:14 +02:00
<string name="RestoreEmailSent">We have sent a recovery code to the e-mail you provided:\n\n%1$s</string>
<string name="RestoreEmailSentInfo">Please check your e-mail and enter the 6-digit code we have sent here.</string>
<string name="RestoreEmailTrouble">Having trouble accessing your e-mail %1$s?</string>
<string name="RestoreEmailTroubleText">If you can\'t restore access to your e-mail, your remaining options are either to remember your password or to reset your account.</string>
<string name="ResetMyAccount">RESET MY ACCOUNT</string>
<string name="ResetMyAccountText">You will lose all your chats and messages, along with any media and files you shared, if you proceed with resetting your account.</string>
<string name="ResetMyAccountWarning">Warning</string>
2016-03-16 13:26:32 +01:00
<string name="ResetMyAccountWarningText">This action can\'t be undone.\n\nIf you reset your account, all your messages and chats will be deleted.</string>
2018-07-30 04:07:02 +02:00
<string name="ResetMyAccountWarningReset">Reset account</string>
2015-04-09 20:00:14 +02:00
<string name="LoginPassword">Password</string>
<string name="LoginPasswordText">You have enabled Two-Step Verification, so your account is protected with an additional password.</string>
<string name="ForgotPassword">Forgot password?</string>
<string name="PasswordRecovery">Password Recovery</string>
<string name="PasswordCode">Code</string>
<string name="PasswordReset">Password deactivated</string>
<string name="EnabledPasswordText">You have enabled Two-Step verification.\nYou\'ll need the password you set up here to log in to your Telegram account.</string>
<string name="PendingEmailText">Your recovery e-mail %1$s is not yet active and pending confirmation.</string>
2017-03-31 01:58:05 +02:00
<!--data settings-->
<string name="DataSettings">Data and Storage</string>
<string name="DataUsage">Disk and network usage</string>
<string name="StorageUsage">Storage Usage</string>
<string name="MobileUsage">Mobile Data Usage</string>
<string name="RoamingUsage">Roaming Data Usage</string>
<string name="WiFiUsage">Wi-Fi Data Usage</string>
<string name="MessagesDataUsage">Messages and other data</string>
<string name="CountSent">Sent</string>
<string name="CountReceived">Received</string>
<string name="BytesSent">Bytes sent</string>
<string name="BytesReceived">Bytes received</string>
<string name="FilesDataUsage">Files</string>
<string name="CallsDataUsage">Calls</string>
<string name="OutgoingCalls">Outgoing calls</string>
<string name="IncomingCalls">Incoming calls</string>
<string name="CallsTotalTime">Total time</string>
<string name="TotalDataUsage">Total</string>
<string name="ResetStatistics">Reset Statistics</string>
<string name="NetworkUsageSince">Network usage since %1$s</string>
<string name="ResetStatisticsAlert">Do you want to reset your usage statistics?</string>
2014-11-14 16:40:15 +01:00
<!--privacy settings-->
<string name="PrivacySettings">Privacy and Security</string>
<string name="PrivacyTitle">Privacy</string>
<string name="PrivacyLastSeen">Last Seen</string>
2018-07-30 04:07:02 +02:00
<string name="PrivacyBots">Bots and websites</string>
<string name="PrivacyPaymentsClear">Clear Payment and Shipping Info</string>
<string name="PrivacyPaymentsClearAlert">Delete your shipping info and instruct all payment providers to remove your saved credit cards? Note that Telegram never stores your credit card data.</string>
<string name="PrivacyBotsInfo">Websites where you used Telegram to log in.</string>
2017-07-08 18:32:04 +02:00
<string name="PrivacyClearShipping">Shipping info</string>
<string name="PrivacyClearPayment">Payment info</string>
2018-07-30 04:07:02 +02:00
<string name="PrivacyDeleteCloudDrafts">Delete All Cloud Drafts</string>
2014-11-14 16:40:15 +01:00
<string name="LastSeenEverybody">Everybody</string>
<string name="LastSeenContacts">My Contacts</string>
<string name="LastSeenNobody">Nobody</string>
<string name="LastSeenEverybodyMinus">Everybody (-%1$d)</string>
<string name="LastSeenContactsPlus">My Contacts (+%1$d)</string>
<string name="LastSeenContactsMinus">My Contacts (-%1$d)</string>
<string name="LastSeenContactsMinusPlus">My Contacts (-%1$d, +%2$d)</string>
<string name="LastSeenNobodyPlus">Nobody (+%1$d)</string>
<string name="SecurityTitle">Security</string>
2014-11-17 23:04:31 +01:00
<string name="DeleteAccountTitle">Account self-destructs</string>
2018-07-30 04:07:02 +02:00
<string name="PrivacyAdvanced">Advanced</string>
<string name="DeleteAccountIfAwayFor2">Delete my account if away for</string>
2017-03-31 01:58:05 +02:00
<string name="DeleteAccountHelp">If you do not come online at least once within this period, your account will be deleted along with all groups, messages and contacts.</string>
2014-11-17 03:44:57 +01:00
<string name="LastSeenTitle">Who can see your Last Seen time?</string>
<string name="AddExceptions">Add exceptions</string>
2014-11-18 13:37:11 +01:00
<string name="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).</string>
2014-11-14 16:40:15 +01:00
<string name="AlwaysShareWith">Always Share With</string>
<string name="NeverShareWith">Never Share With</string>
<string name="CustomShareSettingsHelp">These settings will override the values above.</string>
<string name="AlwaysShareWithTitle">Always Share</string>
<string name="AlwaysShareWithPlaceholder">Always share with users...</string>
<string name="NeverShareWithTitle">Never Share</string>
<string name="NeverShareWithPlaceholder">Never share with users...</string>
<string name="EmpryUsersPlaceholder">Add Users</string>
<string name="PrivacyFloodControlError">Sorry, too many requests. Unable to change privacy settings now, please wait.</string>
2014-11-17 03:44:57 +01:00
<string name="RemoveFromListText">Tap and hold on user to delete.</string>
2016-03-06 02:49:31 +01:00
<string name="GroupsAndChannels">Groups</string>
<string name="WhoCanAddMe">Who can add me to group chats?</string>
<string name="WhoCanAddMeInfo">You can restrict who can add you to groups and channels with granular precision.</string>
<string name="AlwaysAllow">Always Allow</string>
<string name="NeverAllow">Never Allow</string>
<string name="AlwaysAllowPlaceholder">Always allow...</string>
<string name="NeverAllowPlaceholder">Never allow...</string>
<string name="CustomShareInfo">These users will or will not be able to add you to groups and channels regardless of the settings above.</string>
<string name="GroupsAndChannelsHelp">Change who can add you to groups and channels.</string>
<string name="InviteToGroupError">Sorry, you can\'t add this user to groups because of user\'s privacy settings.</string>
<string name="InviteToChannelError">Sorry, you can\'t add this user to channels because of user\'s privacy settings.</string>
<string name="CreateGroupError">Sorry, you can\'t create a group with these users because of their privacy settings.</string>
2017-07-08 18:32:04 +02:00
<string name="PrivacyCallsP2PTitle">Peer-to-Peer</string>
<string name="PrivacyCallsP2PHelp">Disabling peer-to-peer will relay all calls through Telegram servers to avoid revealing your IP address, but may slightly decrease audio quality.</string>
2018-07-30 04:07:02 +02:00
<string name="SyncContactsDelete">Delete Synced Contacts</string>
<string name="SuggestContacts">Suggest Frequent Contacts</string>
<string name="SuggestContactsInfo">Display people you message frequently at the top of the search section for quick access.</string>
<string name="SuggestContactsAlert">This will delete all data about the people you message frequently as well the inline bots you are likely to use.</string>
2014-07-20 01:31:49 +02:00
<!--edit video view-->
2014-09-28 15:37:26 +02:00
<string name="SendingVideo">Sending video...</string>
2017-03-31 01:58:05 +02:00
<string name="SendingGif">Sending GIF...</string>
2015-06-29 19:12:11 +02:00
<!--bot-->
<string name="Bot">bot</string>
<string name="BotShare">Share</string>
<string name="BotInvite">Add to group</string>
<string name="BotSettings">Settings</string>
<string name="BotHelp">Help</string>
<string name="BotStatusRead">has access to messages</string>
<string name="BotStatusCantRead">has no access to messages</string>
<string name="BotInfoTitle">What can this bot do?</string>
<string name="BotStart">START</string>
2015-09-02 00:14:21 +02:00
<string name="BotUnblock">RESTART</string>
<string name="BotStop">Stop bot</string>
<string name="BotRestart">Restart bot</string>
2013-10-25 17:19:00 +02:00
<!--button titles-->
<string name="Done">Done</string>
2013-12-26 12:43:37 +01:00
<string name="Open">Open</string>
<string name="Save">Save</string>
2013-10-25 17:19:00 +02:00
<string name="Cancel">Cancel</string>
2015-05-21 23:27:27 +02:00
<string name="Close">Close</string>
2013-10-25 17:19:00 +02:00
<string name="Add">Add</string>
<string name="Edit">Edit</string>
<string name="Send">Send</string>
<string name="Call">Call</string>
<string name="Copy">Copy</string>
<string name="Delete">Delete</string>
2015-11-26 22:04:02 +01:00
<string name="DeleteAndStop">Delete and stop</string>
2013-10-25 17:19:00 +02:00
<string name="Forward">Forward</string>
<string name="Retry">Retry</string>
<string name="FromCamera">From camera</string>
<string name="FromGalley">From gallery</string>
<string name="DeletePhoto">Delete photo</string>
<string name="Set">Set</string>
<string name="OK">OK</string>
2018-07-30 04:07:02 +02:00
<string name="CreateLink">Create Link</string>
<string name="Crop">CROP</string>
2018-07-30 04:07:02 +02:00
<string name="UpdateApp">Update app</string>
<string name="UpdateNow">UPDATE NOW</string>
<string name="Update">UPDATE</string>
<string name="Later">LATER</string>
<string name="Accept">Accept</string>
<string name="Agree">Agree</string>
<string name="Decline">Decline</string>
<string name="Deactivate">DELETE NOW</string>
<string name="Back">Back</string>
<string name="SignUp">Sign Up</string>
<string name="DeclineDeactivate">Decline &amp; Deactivate</string>
2013-10-25 17:19:00 +02:00
<!--messages-->
<string name="ActionInviteYou">You joined the group via invite link</string>
<string name="ActionInviteUser">un1 joined the group via invite link</string>
<string name="ActionKickUser">un1 removed un2</string>
<string name="ActionLeftUser">un1 left the group</string>
2013-10-25 17:19:00 +02:00
<string name="ActionAddUser">un1 added un2</string>
<string name="ActionRemovedPhoto">un1 removed the group photo</string>
<string name="ActionChangedPhoto">un1 changed the group photo</string>
<string name="ActionChangedTitle">un1 changed the group name to un2</string>
2013-10-25 17:19:00 +02:00
<string name="ActionCreateGroup">un1 created the group</string>
<string name="ActionYouKickUser">You removed un2</string>
<string name="ActionYouLeftUser">You left the group</string>
<string name="ActionYouAddUser">You added un2</string>
2016-10-11 13:57:01 +02:00
<string name="ActionYouScored">You scored %1$s</string>
<string name="ActionUserScored">un1 scored %1$s</string>
<string name="ActionYouScoredInGame">You scored %1$s in un2</string>
<string name="ActionUserScoredInGame">un1 scored %1$s in un2</string>
<string name="ActionYouRemovedPhoto">You removed the group photo</string>
<string name="ActionYouChangedPhoto">You changed the group photo</string>
<string name="ActionYouChangedTitle">You changed the group name to un2</string>
<string name="ActionYouCreateGroup">You created the group</string>
<string name="ActionKickUserYou">un1 removed you</string>
<string name="ActionAddUserYou">un1 added you</string>
<string name="ActionAddUserSelf">un1 returned to the group</string>
2016-03-16 13:26:32 +01:00
<string name="ActionAddUserSelfMega">un1 joined the group</string>
2015-05-21 23:27:27 +02:00
<string name="ActionAddUserSelfYou">You returned to the group</string>
2018-07-30 04:07:02 +02:00
<string name="ActionBotAllowed">You allowed this bot to message you when you logged in on %1$s.</string>
<string name="ActionBotDocuments">%1$s received the following documents: %2$s</string>
<string name="ActionBotDocumentIdentity">Personal details</string>
<string name="ActionBotDocumentAddress">Address</string>
<string name="ActionBotDocumentPassport">Passport</string>
<string name="ActionBotDocumentInternalPassport">Internal Passport</string>
<string name="ActionBotDocumentPassportRegistration">Passport Registration</string>
<string name="ActionBotDocumentTemporaryRegistration">Temporary Registration</string>
<string name="ActionBotDocumentDriverLicence">Driver Licence</string>
<string name="ActionBotDocumentIdentityCard">Identity Card</string>
<string name="ActionBotDocumentUtilityBill">Utility Bill</string>
<string name="ActionBotDocumentBankStatement">Bank Statement</string>
<string name="ActionBotDocumentRentalAgreement">Tenancy Agreement</string>
<string name="ActionBotDocumentPhone">Phone Number</string>
<string name="ActionBotDocumentEmail">Email Address</string>
<string name="UnsupportedMedia">This message is not supported on your version of Telegram. Update the app to view: https://telegram.org/update</string>
2013-10-25 17:19:00 +02:00
<string name="AttachPhoto">Photo</string>
<string name="AttachVideo">Video</string>
2018-07-30 04:07:02 +02:00
<string name="AttachDestructingPhoto">Self-Destructing Photo</string>
<string name="AttachDestructingVideo">Self-Destructing Video</string>
<string name="AttachPhotoExpired">Photo has expired</string>
<string name="AttachVideoExpired">Video has expired</string>
<string name="AttachGif">GIF</string>
2013-10-25 17:19:00 +02:00
<string name="AttachLocation">Location</string>
2017-12-08 18:35:59 +01:00
<string name="AttachLiveLocation">Live Location</string>
2013-10-25 17:19:00 +02:00
<string name="AttachContact">Contact</string>
2015-02-01 19:51:02 +01:00
<string name="AttachDocument">File</string>
2015-01-02 23:15:07 +01:00
<string name="AttachSticker">Sticker</string>
2016-03-06 02:49:31 +01:00
<string name="AttachAudio">Voice message</string>
2017-07-08 18:32:04 +02:00
<string name="AttachRound">Video message</string>
2016-10-11 13:57:01 +02:00
<string name="AttachGame">Game</string>
2013-10-25 17:19:00 +02:00
<string name="FromYou">You</string>
<string name="ActionTakeScreenshootYou">You took a screenshot!</string>
<string name="ActionTakeScreenshoot">un1 took a screenshot!</string>
2013-10-25 17:19:00 +02:00
<!--Alert messages-->
2018-07-30 04:07:02 +02:00
<string name="UpdateTelegram">Update Telegram</string>
<string name="UpdateAppAlert">Sorry, your Telegram app is out of date and cant handle this request. Please update Telegram.</string>
2013-10-25 17:19:00 +02:00
<string name="InvalidPhoneNumber">Invalid phone number</string>
2018-07-30 04:07:02 +02:00
<string name="PleaseLoginPassport">Please log in to your Telegram account to use Telegram Passport.</string>
2016-10-11 13:57:01 +02:00
<string name="BannedPhoneNumber">Banned phone number</string>
2013-10-25 17:19:00 +02:00
<string name="CodeExpired">Code expired, please login again</string>
2013-12-20 20:25:49 +01:00
<string name="FloodWait">Too many attempts, please try again later</string>
2015-04-09 20:00:14 +02:00
<string name="FloodWaitTime">Too many attempts, please try again in %1$s</string>
2013-10-25 17:19:00 +02:00
<string name="InvalidCode">Invalid code</string>
2017-03-31 01:58:05 +02:00
<string name="PhoneNumberFlood">Sorry, you have deleted and re-created your account too many times recently. Please wait for a few days before signing up again.</string>
2013-10-25 17:19:00 +02:00
<string name="InvalidFirstName">Invalid first name</string>
<string name="InvalidLastName">Invalid last name</string>
<string name="Loading">Loading...</string>
<string name="NoPlayerInstalled">You don\'t have a video player, please install one to continue</string>
2015-03-26 18:34:47 +01:00
<string name="NoMailInstalled">Please send an email to sms@stel.com and tell us about your problem.</string>
<string name="NoHandleAppInstalled">You don\'t have applications that can handle the file type \'%1$s\', please install one to continue</string>
2013-10-25 17:19:00 +02:00
<string name="InviteUser">This user does not have Telegram yet, send an invitation?</string>
<string name="AreYouSure">Are you sure?</string>
2015-11-26 22:04:02 +01:00
<string name="AddToTheGroupTitle">Add %1$s to the chat %2$s?</string>
2015-06-29 19:12:11 +02:00
<string name="AddToTheGroupForwardCount">Number of last messages to forward:</string>
<string name="AddToTheGroup">Add %1$s to the group?</string>
<string name="SendMessagesTo">Send messages to %1$s?</string>
2016-10-11 13:57:01 +02:00
<string name="SendGameTo">Share game to %1$s?</string>
2015-11-26 22:04:02 +01:00
<string name="SendContactTo">Send contact to %1$s?</string>
2014-11-17 11:42:07 +01:00
<string name="AreYouSureLogout">Are you sure you want to log out?\n\nNote that you can seamlessly use Telegram on all your devices at once.\n\nRemember, logging out kills all your Secret Chats.</string>
<string name="AreYouSureDeleteAndExit">Are you sure you want to delete and leave the group?</string>
<string name="AreYouSureDeleteThisChat">Are you sure you want to delete this chat?</string>
2018-07-30 04:07:02 +02:00
<string name="AreYouSureClearDrafts">Are you sure you want to delete all cloud drafts?</string>
2016-04-22 15:49:00 +02:00
<string name="ShareYouLocationTitle">Share your location?</string>
<string name="ShareYouLocationInfo">This will send your current location to the bot.</string>
<string name="ShareYouLocationUnable">App was unable to determine your current location</string>
<string name="ShareYouLocationUnableManually">Choose manually</string>
<string name="ShareYouLocationInline">This bot would like to know your location each time you send it a request. This can be used to provide location-specific results.</string>
<string name="ShareYouPhoneNumberTitle">Share your phone number?</string>
<string name="AreYouSureShareMyContactInfoBot">The bot will know your phone number. This can be useful for integration with other services.</string>
2017-12-08 18:35:59 +01:00
<string name="AreYouSureShareMyContactInfoUser">Are you sure you want to share your phone number %1$s with **%2$s**?</string>
2016-04-22 15:49:00 +02:00
<string name="AreYouSureShareMyContactInfo">Are you sure you want to share your phone number?</string>
<string name="AreYouSureBlockContact">Are you sure you want to block this contact?</string>
<string name="AreYouSureUnblockContact">Are you sure you want to unblock this contact?</string>
<string name="AreYouSureDeleteContact">Are you sure you want to delete this contact?</string>
<string name="AreYouSureSecretChat">Are you sure you want to start a secret chat?</string>
2014-11-14 16:40:15 +01:00
<string name="AreYouSureRegistration">Are you sure you want to cancel registration?</string>
2014-11-17 03:44:57 +01:00
<string name="AreYouSureClearHistory">Are you sure you want to clear history?</string>
2015-12-09 19:27:52 +01:00
<string name="AreYouSureClearHistoryChannel">Delete all cached text and media from this channel?</string>
2017-12-08 18:35:59 +01:00
<string name="AreYouSureClearHistoryGroup">Delete all cached text and media from this group?</string>
2014-11-18 13:37:11 +01:00
<string name="AreYouSureDeleteMessages">Are you sure you want to delete %1$s?</string>
2014-10-04 17:56:09 +02:00
<string name="SendMessagesToGroup">Send messages to %1$s?</string>
2016-10-11 13:57:01 +02:00
<string name="SendGameToGroup">Share game to %1$s?</string>
2015-11-26 22:04:02 +01:00
<string name="SendContactToGroup">Send contact to %1$s?</string>
2015-06-29 19:12:11 +02:00
<string name="NoUsernameFound">There is no Telegram account with this username.</string>
<string name="BotCantJoinGroups">This bot can\'t join groups.</string>
2016-03-06 02:49:31 +01:00
<string name="SecretLinkPreviewAlert">Would you like to enable extended link previews in Secret Chats? Note that link previews are generated on Telegram servers.</string>
<string name="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.</string>
<string name="EditMessageError">Sorry, you can\'t edit this message.</string>
2016-03-16 13:26:32 +01:00
<string name="AllowReadSms">Please allow Telegram to receive SMS so that we can automatically enter your code for you.</string>
<string name="AllowReadCall">Please allow Telegram to receive calls so that we can automatically enter your code for you.</string>
2017-03-31 01:58:05 +02:00
<string name="AllowFillNumber">Please allow Telegram to receive calls and SMS so that we can fill in your phone number, send you a code, and enter it for you.</string>
2016-03-16 13:26:32 +01:00
<string name="AllowReadCallAndSms">Please allow Telegram to receive calls and SMS so that we can automatically enter your code for you.</string>
2016-04-22 15:49:00 +02:00
<string name="UserRestricted">Sorry, you are not allowed to do this.</string>
2017-03-31 01:58:05 +02:00
<string name="YouBlockedUser">Sorry, you can\'t add this user or bot to groups because you\'ve blocked them. Please unblock to proceed.</string>
2016-10-11 13:57:01 +02:00
<string name="JoinGroup">JOIN GROUP</string>
2017-07-08 18:32:04 +02:00
<string name="AddAdminErrorNotAMember">Sorry, you can\'t add this user as an admin because they are not a member of this group and you are not allowed to invite them.</string>
<string name="AddAdminErrorBlacklisted">Sorry, you can\'t add this user as an admin because they are in the blacklist and you can\'t unban them.</string>
<string name="AddBannedErrorAdmin">Sorry, you can\'t ban this user because they are an admin in this group and you are not allowed to demote them.</string>
<string name="ErrorSendRestrictedStickers">Sorry, the admins of this group have restricted you from sending stickers.</string>
<string name="ErrorSendRestrictedMedia">Sorry, the admins of this group have restricted you from sending media.</string>
2018-07-30 04:07:02 +02:00
<string name="TosDecline">We\'re very sorry, but this means you can\'t sign up for Telegram.\n\nUnlike others, we don\'t use your data for ad targeting or other commercial purposes. Telegram only stores the information it needs to function as a feature-rich cloud service. You can adjust how we use your data (e.g., delete synced contacts) in Privacy &amp; Security settings.\n\nBut if you\'re generally not OK with Telegram\'s modest needs, it won\'t be possible for us to provide this service.</string>
<string name="TosAgeTitle">Age Verification</string>
<string name="PrivacyPolicyAndTerms">Privacy Policy and Terms of Service</string>
<string name="TosAgeText">Tap Agree to confirm that you are %1$s or over.</string>
<string name="TosUpdateDecline">We\'re very sorry, but this means we must part ways here. Unlike others, we don\'t use your data for ad targeting or other commercial purposes. Telegram only stores the information it needs to function as a feature-rich cloud service. You can adjust how we use your data (e.g., delete synced contacts) in Privacy &amp; Security settings.\n\nBut if you\'re generally not OK with Telegram\'s modest needs, it won\'t be possible for us to provide this service. You can deactivate your account now — or look around some more and deactivate it later if you feel you\'re not happy with the way we use your data. How does that sound?</string>
<string name="TosDeclineDeleteAccount">Warning, this will irreversibly delete your Telegram account along with all the data you store in the Telegram cloud.\n\nWe will provide a tool to download your data before June, 23 so you may want to wait a little before deleting.</string>
2015-10-29 18:10:07 +01:00
<!--permissions-->
<string name="PermissionContacts">Telegram needs access to your contacts so that you can connect with your friends across all your devices.</string>
<string name="PermissionStorage">Telegram needs access to your storage so that you can send and save photos, videos, music and other media.</string>
<string name="PermissionNoAudio">Telegram needs access to your microphone so that you can send voice messages.</string>
2017-03-31 01:58:05 +02:00
<string name="PermissionNoAudioVideo">Telegram needs access to your microphone so that you can record videos.</string>
2016-10-11 13:57:01 +02:00
<string name="PermissionNoCamera">Telegram needs access to your camera so that you can capture photos and videos.</string>
2015-10-29 18:10:07 +01:00
<string name="PermissionNoLocation">Telegram needs access to your location so that you can share it with your friends.</string>
2016-04-22 15:49:00 +02:00
<string name="PermissionNoLocationPosition">Telegram needs access to your location.</string>
2017-03-31 01:58:05 +02:00
<string name="PermissionDrawAboveOtherApps">Telegram needs access to draw above other apps to play videos in Picture-in-Picture mode.</string>
2015-10-29 18:10:07 +01:00
<string name="PermissionOpenSettings">SETTINGS</string>
2013-10-25 17:19:00 +02:00
<!--Intro view-->
<string name="Page1Title">Telegram</string>
<string name="Page2Title">Fast</string>
<string name="Page3Title">Free</string>
2013-12-20 20:25:49 +01:00
<string name="Page4Title">Secure</string>
<string name="Page5Title">Powerful</string>
2013-10-25 17:19:00 +02:00
<string name="Page6Title">Cloud-Based</string>
2017-12-08 18:35:59 +01:00
<string name="Page1Message">The world\'s **fastest** messaging app.\nIt is **free** and **secure**.</string>
<string name="Page2Message">**Telegram** delivers messages faster than\nany other application.</string>
<string name="Page3Message">**Telegram** is free forever. No ads.\nNo subscription fees.</string>
<string name="Page4Message">**Telegram** keeps your messages safe\nfrom hacker attacks.</string>
<string name="Page5Message">**Telegram** has no limits on the size of\nyour media and chats.</string>
<string name="Page6Message">**Telegram** lets you access your messages\nfrom multiple devices.</string>
2013-10-25 17:19:00 +02:00
<string name="StartMessaging">Start Messaging</string>
2017-03-31 01:58:05 +02:00
<!-- VoIP -->
<string name="AccountSettings">Account Settings</string>
<string name="VoipUseLessData">Use less data for calls</string>
<string name="VoipIncoming">Incoming call</string>
<string name="VoipConnecting">Connecting</string>
<string name="VoipExchangingKeys">Exchanging encryption keys</string>
<string name="VoipWaiting">Waiting</string>
<string name="VoipRequesting">Requesting</string>
<string name="VoipHangingUp">Hanging up</string>
<string name="VoipCallEnded">Call ended</string>
<string name="VoipFailed">Failed to connect</string>
<string name="VoipRinging">Ringing</string>
<string name="VoipBusy">Line busy</string>
<string name="VoipInCallBranding">Telegram Call</string>
<string name="VoipOutgoingCall">Ongoing Telegram call</string>
<string name="VoipEndCall">End call</string>
<string name="VoipOngoingAlertTitle">Another call in progress</string>
2017-12-08 18:35:59 +01:00
<string name="VoipOngoingAlert">You currently have an ongoing call with **%1$s**. Would you like to hang up on that call and start a new one with **%2$s**?</string>
2017-03-31 01:58:05 +02:00
<string name="VoipNotificationSettings">Voice calls</string>
<string name="VoipSettingsRingtone">Ringtone</string>
<string name="VoipRingtoneInfo">You can customize the ringtone used when this contact calls you on Telegram.</string>
<string name="Calls">Calls</string>
<string name="WhoCanCallMe">Who can call me?</string>
<string name="WhoCanCallMeInfo">You can restrict who can call you.</string>
<string name="CustomCallInfo">These users will or will not be able to call you regardless of the settings above.</string>
<string name="UseLessDataNever">Never</string>
<string name="UseLessDataOnMobile">Only on mobile data</string>
<string name="UseLessDataAlways">Always</string>
<string name="VoipAnswerCall">Answer</string>
<string name="VoipDeclineCall">Decline</string>
<string name="VoipOffline">You\'re currently offline. Please connect to the Internet in order to make calls.</string>
<string name="VoipOfflineAirplane">You currently have airplane mode enabled. Please turn it off or connect to Wi-Fi in order to make calls.</string>
<string name="VoipOfflineTitle">Offline</string>
<string name="VoipOfflineAirplaneTitle">Airplane Mode</string>
<string name="VoipOfflineOpenSettings">Settings</string>
<string name="CallMessageOutgoing">Outgoing Call</string>
<string name="CallMessageIncoming">Incoming Call</string>
<string name="CallMessageIncomingMissed">Missed Call</string>
<string name="CallMessageOutgoingMissed">Cancelled Call</string>
2018-07-30 04:07:02 +02:00
<string name="CallMessageIncomingDeclined">Declined Call</string>
2017-03-31 01:58:05 +02:00
<string name="CallMessageWithDuration">%1$s (%2$s)</string>
2018-07-30 04:07:02 +02:00
<string name="NoCallLog">You haven\'t made any calls yet.</string>
2017-12-08 18:35:59 +01:00
<string name="VoipPeerIncompatible">**%1$s**\'s app is using an incompatible protocol. They need to update their app before you can call them.</string>
<string name="VoipPeerOutdated">**%1$s**\'s app does not support calls. They need to update their app before you can call them.</string>
2017-03-31 01:58:05 +02:00
<string name="VoipRateCallAlert">Please rate the quality of your Telegram call</string>
<string name="VoipNeedMicPermission">Telegram needs access to your microphone so that you can make calls.</string>
<string name="VoipFeedbackCommentHint">Add an optional comment</string>
<string name="CallBack">Call Back</string>
<string name="CallAgain">Call Again</string>
<string name="DefaultRingtone">Default</string>
<string name="ConfirmDeleteCallLog">Are you sure you want to delete this entry from the calls log?</string>
<string name="CallViaTelegram">Telegram Call</string>
2018-07-30 04:07:02 +02:00
<string name="VoipAudioRoutingEarpiece">Earpiece</string>
2017-03-31 01:58:05 +02:00
<string name="VoipAudioRoutingSpeaker">Speaker</string>
<string name="VoipAudioRoutingBluetooth">Bluetooth</string>
<string name="ReturnToCall">RETURN TO CALL</string>
2017-12-08 18:35:59 +01:00
<string name="CallNotAvailable">Sorry, **%1$s** doesn\'t accept calls.</string>
2017-03-31 01:58:05 +02:00
<string name="CallEmojiKeyTooltip">If emoji on %1$s\'s screen are the same, this call is 100%% secure.</string>
2018-07-30 04:07:02 +02:00
<string name="CallMessageReportProblem">Rate Call</string>
2017-07-08 18:32:04 +02:00
<string name="CallReportHint">What went wrong?</string>
<string name="CallReportIncludeLogs">Include technical information</string>
<string name="CallReportLogsExplain">This won\'t reveal the contents of your conversation, but will help us fix the issue sooner.</string>
<string name="CallReportSent">Thank you for helping make Telegram calls better.</string>
2018-07-30 04:07:02 +02:00
<string name="VoipAnsweringAsAccount">Answering as %s</string>
<string name="VoipQuickReplies">Respond with Text</string>
<string name="VoipQuickRepliesExplain">These quick responses will be available when you respond to an incoming call with a Telegram message. Change them to say anything you like.</string>
<string name="QuickReplyDefault1">Can\'t talk now. What\'s up?</string>
<string name="QuickReplyDefault2">I\'ll call you right back.</string>
<string name="QuickReplyDefault3">I\'ll call you later.</string>
<string name="QuickReplyDefault4">Can\'t talk now. Call me later?</string>
<string name="QuickReplyCustom">Custom Message...</string>
<string name="AllowCustomQuickReply">Allow Custom</string>
<string name="VoipInCallBrandingWithName">Telegram Call to %s</string>
<string name="VoipErrorUnknown">Can\'t place a Telegram call at the moment.</string>
<!--plural-->
2017-12-08 18:35:59 +01:00
<string name="Recipient_zero">%1$d recipients</string>
<string name="Recipient_one">%1$d recipient</string>
<string name="Recipient_two">%1$d recipients</string>
<string name="Recipient_few">%1$d recipients</string>
<string name="Recipient_many">%1$d recipients</string>
<string name="Recipient_other">%1$d recipients</string>
2017-07-08 18:32:04 +02:00
<string name="OnlineCount_zero">%1$d online</string>
<string name="OnlineCount_one">%1$d online</string>
<string name="OnlineCount_two">%1$d online</string>
<string name="OnlineCount_few">%1$d online</string>
<string name="OnlineCount_many">%1$d online</string>
<string name="OnlineCount_other">%1$d online</string>
2017-12-08 18:35:59 +01:00
<string name="TelegramContacts_zero">%1$d contacts on Telegram</string>
<string name="TelegramContacts_one">%1$d contact on Telegram</string>
<string name="TelegramContacts_two">%1$d contacts on Telegram</string>
<string name="TelegramContacts_few">%1$d contacts on Telegram</string>
<string name="TelegramContacts_many">%1$d contacts on Telegram</string>
<string name="TelegramContacts_other">%1$d contacts on Telegram</string>
<string name="InviteTextNum_zero">Hey, I\'m using Telegram to chat and so are %1$d of our other contacts. Join us! Download it here: %2$s</string>
<string name="InviteTextNum_one">Hey, I\'m using Telegram to chat and so are %1$d of our other contact. Join us! Download it here: %2$s</string>
<string name="InviteTextNum_two">Hey, I\'m using Telegram to chat and so are %1$d of our other contacts. Join us! Download it here: %2$s</string>
<string name="InviteTextNum_few">Hey, I\'m using Telegram to chat and so are %1$d of our other contacts. Join us! Download it here: %2$s</string>
<string name="InviteTextNum_many">Hey, I\'m using Telegram to chat and so are %1$d of our other contacts. Join us! Download it here: %2$s</string>
<string name="InviteTextNum_other">Hey, I\'m using Telegram to chat and so are %1$d of our other contacts. Join us! Download it here: %2$s</string>
<string name="Chats_zero">%1$d chats</string>
<string name="Chats_one">%1$d chat</string>
<string name="Chats_two">%1$d chats</string>
<string name="Chats_few">%1$d chats</string>
<string name="Chats_many">%1$d chats</string>
<string name="Chats_other">%1$d chats</string>
2015-09-24 22:52:02 +02:00
<string name="Members_zero">%1$d members</string>
2014-07-03 16:55:04 +02:00
<string name="Members_one">%1$d member</string>
<string name="Members_two">%1$d members</string>
<string name="Members_few">%1$d members</string>
<string name="Members_many">%1$d members</string>
<string name="Members_other">%1$d members</string>
2016-05-25 23:49:47 +02:00
<string name="AndMoreTyping_zero">and %1$d more are typing</string>
<string name="AndMoreTyping_one">and %1$d more are typing</string>
<string name="AndMoreTyping_two">and %1$d more are typing</string>
<string name="AndMoreTyping_few">and %1$d more are typing</string>
<string name="AndMoreTyping_many">and %1$d more are typing</string>
<string name="AndMoreTyping_other">and %1$d more are typing</string>
2017-12-08 18:35:59 +01:00
<string name="AndMoreTypingGroup_zero">%1$s and %2$d more are typing</string>
<string name="AndMoreTypingGroup_one">%1$s and %2$d more are typing</string>
<string name="AndMoreTypingGroup_two">%1$s and %2$d more are typing</string>
<string name="AndMoreTypingGroup_few">%1$s and %2$d more are typing</string>
<string name="AndMoreTypingGroup_many">%1$s and %2$d more are typing</string>
<string name="AndMoreTypingGroup_other">%1$s and %2$d more are typing</string>
2018-07-30 04:07:02 +02:00
<string name="NewMessages_zero">%1$d new messages</string>
2014-07-03 16:55:04 +02:00
<string name="NewMessages_one">%1$d new message</string>
<string name="NewMessages_two">%1$d new messages</string>
<string name="NewMessages_few">%1$d new messages</string>
<string name="NewMessages_many">%1$d new messages</string>
<string name="NewMessages_other">%1$d new messages</string>
2018-07-30 04:07:02 +02:00
<string name="messages_zero">%1$d messages</string>
2014-07-03 16:55:04 +02:00
<string name="messages_one">%1$d message</string>
<string name="messages_two">%1$d messages</string>
<string name="messages_few">%1$d messages</string>
<string name="messages_many">%1$d messages</string>
<string name="messages_other">%1$d messages</string>
2018-07-30 04:07:02 +02:00
<string name="items_zero">%1$d items</string>
<string name="items_one">%1$d item</string>
<string name="items_two">%1$d items</string>
<string name="items_few">%1$d items</string>
<string name="items_many">%1$d items</string>
<string name="items_other">%1$d items</string>
2018-07-30 04:07:02 +02:00
<string name="FromChats_zero">from %1$d chats</string>
<string name="FromChats_one">from %1$d chat</string>
<string name="FromChats_two">from %1$d chats</string>
<string name="FromChats_few">from %1$d chats</string>
<string name="FromChats_many">from %1$d chats</string>
<string name="FromChats_other">from %1$d chats</string>
2014-10-14 22:36:15 +02:00
<string name="Seconds_zero">%1$d seconds</string>
<string name="Seconds_one">%1$d second</string>
<string name="Seconds_two">%1$d seconds</string>
<string name="Seconds_few">%1$d seconds</string>
<string name="Seconds_many">%1$d seconds</string>
<string name="Seconds_other">%1$d seconds</string>
<string name="Minutes_zero">%1$d minutes</string>
<string name="Minutes_one">%1$d minute</string>
<string name="Minutes_two">%1$d minutes</string>
<string name="Minutes_few">%1$d minutes</string>
<string name="Minutes_many">%1$d minutes</string>
<string name="Minutes_other">%1$d minutes</string>
<string name="Hours_zero">%1$d hours</string>
<string name="Hours_one">%1$d hour</string>
<string name="Hours_two">%1$d hours</string>
<string name="Hours_few">%1$d hours</string>
<string name="Hours_many">%1$d hours</string>
<string name="Hours_other">%1$d hours</string>
<string name="Days_zero">%1$d days</string>
<string name="Days_one">%1$d day</string>
<string name="Days_two">%1$d days</string>
<string name="Days_few">%1$d days</string>
<string name="Days_many">%1$d days</string>
<string name="Days_other">%1$d days</string>
<string name="Weeks_zero">%1$d weeks</string>
<string name="Weeks_one">%1$d week</string>
<string name="Weeks_two">%1$d weeks</string>
<string name="Weeks_few">%1$d weeks</string>
<string name="Weeks_many">%1$d weeks</string>
<string name="Weeks_other">%1$d weeks</string>
2014-11-17 03:44:57 +01:00
<string name="Months_zero">%1$d months</string>
<string name="Months_one">%1$d month</string>
<string name="Months_two">%1$d months</string>
<string name="Months_few">%1$d months</string>
<string name="Months_many">%1$d months</string>
<string name="Months_other">%1$d months</string>
<string name="Years_zero">%1$d years</string>
<string name="Years_one">%1$d year</string>
<string name="Years_two">%1$d years</string>
<string name="Years_few">%1$d years</string>
<string name="Years_many">%1$d years</string>
<string name="Years_other">%1$d years</string>
2014-11-14 16:40:15 +01:00
<string name="Users_zero">%1$d users</string>
<string name="Users_one">%1$d user</string>
<string name="Users_two">%1$d users</string>
<string name="Users_few">%1$d users</string>
<string name="Users_many">%1$d users</string>
<string name="Users_other">%1$d users</string>
<string name="Times_zero">%1$d times</string>
<string name="Times_one">%1$d time</string>
<string name="Times_two">%1$d times</string>
<string name="Times_few">%1$d times</string>
<string name="Times_many">%1$d times</string>
<string name="Times_other">%1$d times</string>
<string name="Meters_zero">%1$d meters</string>
<string name="Meters_one">%1$d meter</string>
<string name="Meters_two">%1$d meters</string>
<string name="Meters_few">%1$d meters</string>
<string name="Meters_many">%1$d meters</string>
<string name="Meters_other">%1$d meters</string>
2015-05-21 23:27:27 +02:00
<string name="Stickers_zero">%1$d stickers</string>
<string name="Stickers_one">%1$d sticker</string>
<string name="Stickers_two">%1$d stickers</string>
<string name="Stickers_few">%1$d stickers</string>
<string name="Stickers_many">%1$d stickers</string>
<string name="Stickers_other">%1$d stickers</string>
2017-12-08 18:35:59 +01:00
<string name="Subscribers_zero">%1$d subscribers</string>
<string name="Subscribers_one">%1$d subscriber</string>
<string name="Subscribers_two">%1$d subscribers</string>
<string name="Subscribers_few">%1$d subscribers</string>
<string name="Subscribers_many">%1$d subscribers</string>
<string name="Subscribers_other">%1$d subscribers</string>
2016-10-11 13:57:01 +02:00
<string name="Points_zero">%1$d</string>
<string name="Points_one">%1$d</string>
<string name="Points_two">%1$d</string>
<string name="Points_few">%1$d</string>
<string name="Points_many">%1$d</string>
<string name="Points_other">%1$d</string>
2017-12-08 18:35:59 +01:00
<string name="UpdatedMinutes_zero">updated %1$d minutes ago</string>
<string name="UpdatedMinutes_one">updated %1$d minute ago</string>
<string name="UpdatedMinutes_two">updated %1$d minutes ago</string>
<string name="UpdatedMinutes_few">updated %1$d minutes ago</string>
<string name="UpdatedMinutes_many">updated %1$d minutes ago</string>
<string name="UpdatedMinutes_other">updated %1$d minutes ago</string>
<string name="SecondsBold_zero">**%1$d** seconds</string>
<string name="SecondsBold_one">**%1$d** second</string>
<string name="SecondsBold_two">**%1$d** seconds</string>
<string name="SecondsBold_few">**%1$d** seconds</string>
<string name="SecondsBold_many">**%1$d** seconds</string>
<string name="SecondsBold_other">**%1$d** seconds</string>
<string name="MinutesBold_zero">**%1$d** minutes</string>
<string name="MinutesBold_one">**%1$d** minute</string>
<string name="MinutesBold_two">**%1$d** minutes</string>
<string name="MinutesBold_few">**%1$d** minutes</string>
<string name="MinutesBold_many">**%1$d** minutes</string>
<string name="MinutesBold_other">**%1$d** minutes</string>
<string name="HoursBold_zero">**%1$d** hours</string>
<string name="HoursBold_one">**%1$d** hour</string>
<string name="HoursBold_two">**%1$d** hours</string>
<string name="HoursBold_few">**%1$d** hours</string>
<string name="HoursBold_many">**%1$d** hours</string>
<string name="HoursBold_other">**%1$d** hours</string>
<string name="DaysBold_zero">**%1$d** days</string>
<string name="DaysBold_one">**%1$d** day</string>
<string name="DaysBold_two">**%1$d** days</string>
<string name="DaysBold_few">**%1$d** days</string>
<string name="DaysBold_many">**%1$d** days</string>
<string name="DaysBold_other">**%1$d** days</string>
<!--forwarded messages-->
2017-12-08 18:35:59 +01:00
<string name="ForwardedMessageCount_zero">%1$d forwarded messages</string>
<string name="ForwardedMessageCount_one">Forwarded message</string>
<string name="ForwardedMessageCount_two">%1$d forwarded messages</string>
<string name="ForwardedMessageCount_few">%1$d forwarded messages</string>
<string name="ForwardedMessageCount_many">%1$d forwarded messages</string>
<string name="ForwardedMessageCount_other">%1$d forwarded messages</string>
2018-07-30 04:07:02 +02:00
<string name="Photos_zero">%1$d photos</string>
<string name="Photos_one">%1$d photo</string>
<string name="Photos_two">%1$d photos</string>
<string name="Photos_few">%1$d photos</string>
<string name="Photos_many">%1$d photos</string>
<string name="Photos_other">%1$d photos</string>
<string name="Files_zero">%1$d files</string>
<string name="Files_one">%1$d file</string>
<string name="Files_two">%1$d files</string>
<string name="Files_few">%1$d files</string>
<string name="Files_many">%1$d files</string>
<string name="Files_other">%1$d files</string>
<string name="Media_zero">%1$d media</string>
<string name="Media_one">%1$d media</string>
<string name="Media_two">%1$d media</string>
<string name="Media_few">%1$d media</string>
<string name="Media_many">%1$d media</string>
<string name="Media_other">%1$d media</string>
<string name="ForwardedFile_zero">%1$d forwarded files</string>
<string name="ForwardedFile_one">Forwarded file</string>
<string name="ForwardedFile_two">%1$d forwarded files</string>
<string name="ForwardedFile_few">%1$d forwarded files</string>
<string name="ForwardedFile_many">%1$d forwarded files</string>
<string name="ForwardedFile_other">%1$d forwarded files</string>
<string name="ForwardedPhoto_zero">%1$d forwarded photos</string>
<string name="ForwardedPhoto_one">Forwarded photo</string>
<string name="ForwardedPhoto_two">%1$d forwarded photos</string>
<string name="ForwardedPhoto_few">%1$d forwarded photos</string>
<string name="ForwardedPhoto_many">%1$d forwarded photos</string>
<string name="ForwardedPhoto_other">%1$d forwarded photos</string>
<string name="ForwardedVideo_zero">%1$d forwarded videos</string>
<string name="ForwardedVideo_one">Forwarded video</string>
<string name="ForwardedVideo_two">%1$d forwarded videos</string>
<string name="ForwardedVideo_few">%1$d forwarded videos</string>
<string name="ForwardedVideo_many">%1$d forwarded videos</string>
<string name="ForwardedVideo_other">%1$d forwarded videos</string>
2016-03-06 02:49:31 +01:00
<string name="ForwardedMusic_zero">%1$d forwarded tracks</string>
<string name="ForwardedMusic_one">Forwarded track</string>
<string name="ForwardedMusic_two">%1$d forwarded tracks</string>
<string name="ForwardedMusic_few">%1$d forwarded tracks</string>
<string name="ForwardedMusic_many">%1$d forwarded tracks</string>
<string name="ForwardedMusic_other">%1$d forwarded tracks</string>
<string name="ForwardedAudio_zero">%1$d forwarded voice messages</string>
<string name="ForwardedAudio_one">Forwarded voice message</string>
<string name="ForwardedAudio_two">%1$d forwarded voice messages</string>
<string name="ForwardedAudio_few">%1$d forwarded voice messages</string>
<string name="ForwardedAudio_many">%1$d forwarded voice messages</string>
<string name="ForwardedAudio_other">%1$d forwarded voice messages</string>
2017-07-08 18:32:04 +02:00
<string name="ForwardedRound_zero">%1$d forwarded video messages</string>
<string name="ForwardedRound_one">Forwarded video message</string>
<string name="ForwardedRound_two">%1$d forwarded video messages</string>
<string name="ForwardedRound_few">%1$d forwarded video messages</string>
<string name="ForwardedRound_many">%1$d forwarded video messages</string>
<string name="ForwardedRound_other">%1$d forwarded video messages</string>
<string name="ForwardedLocation_zero">%1$d forwarded locations</string>
<string name="ForwardedLocation_one">Forwarded location</string>
<string name="ForwardedLocation_two">%1$d forwarded locations</string>
<string name="ForwardedLocation_few">%1$d forwarded locations</string>
<string name="ForwardedLocation_many">%1$d forwarded locations</string>
<string name="ForwardedLocation_other">%1$d forwarded locations</string>
<string name="ForwardedContact_zero">%1$d forwarded contacts</string>
<string name="ForwardedContact_one">Forwarded contact</string>
<string name="ForwardedContact_two">%1$d forwarded contacts</string>
<string name="ForwardedContact_few">%1$d forwarded contacts</string>
<string name="ForwardedContact_many">%1$d forwarded contacts</string>
<string name="ForwardedContact_other">%1$d forwarded contacts</string>
<string name="ForwardedSticker_zero">%1$d forwarded stickers</string>
<string name="ForwardedSticker_one">Forwarded sticker</string>
<string name="ForwardedSticker_two">%1$d forwarded stickers</string>
<string name="ForwardedSticker_few">%1$d forwarded stickers</string>
<string name="ForwardedSticker_many">%1$d forwarded stickers</string>
<string name="ForwardedSticker_other">%1$d forwarded stickers</string>
<string name="AndOther_zero">and %1$d others</string>
<string name="AndOther_one">and %1$d other</string>
<string name="AndOther_two">and %1$d others</string>
<string name="AndOther_few">and %1$d others</string>
<string name="AndOther_many">and %1$d others</string>
<string name="AndOther_other">and %1$d others</string>
2014-10-04 17:56:09 +02:00
<!--date formatters-->
2017-03-31 01:58:05 +02:00
<string name="formatterStats12H">MMM dd yyyy, h:mm a</string>
<string name="formatterStats24H">MMM dd yyyy, HH:mm</string>
2017-07-08 18:32:04 +02:00
<string name="formatterBannedUntil12H">MMM dd yyyy, h:mm a</string>
<string name="formatterBannedUntil24H">MMM dd yyyy, HH:mm</string>
<string name="formatterBannedUntilThisYear12H">MMM dd, h:mm a</string>
<string name="formatterBannedUntilThisYear24H">MMM dd, HH:mm</string>
<string name="formatterMonthYear">MMMM yyyy</string>
2014-10-04 17:56:09 +02:00
<string name="formatterMonth">MMM dd</string>
<string name="formatterYear">dd.MM.yy</string>
<string name="formatterYearMax">dd.MM.yyyy</string>
<string name="chatDate">MMMM d</string>
<string name="chatFullDate">MMMM d, yyyy</string>
<string name="formatterWeek">EEE</string>
<string name="formatterDay24H">HH:mm</string>
<string name="formatterDay12H">h:mm a</string>
2014-10-06 12:38:00 +02:00
<string name="formatDateAtTime">%1$s at %2$s</string>
2017-12-08 18:35:59 +01:00
</resources>