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

533 lines
34 KiB
XML
Raw Normal View History

2013-10-25 17:19:00 +02:00
<?xml version="1.0" encoding="utf-8"?>
2014-11-18 13:37:11 +01:00
2013-10-25 17:19:00 +02:00
<resources>
<string name="AppName">Telegram</string>
<string name="LanguageName">English</string>
<string name="LanguageNameInEnglish">English</string>
<string name="LanguageCode">en</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>
<string name="WrongCountry">Wrong country code</string>
2013-10-25 17:19:00 +02:00
<!--code enter view-->
<string name="YourCode">Your code</string>
<string name="SentSmsCode">We\'ve sent an SMS with an activation code to your phone</string>
<string name="CallText">We will call you 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>
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>
2013-10-25 17:19:00 +02:00
<!--chats view-->
<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>
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>
2013-10-25 17:19:00 +02:00
<string name="WaitingForNetwork">Waiting for network...</string>
<string name="Connecting">Connecting...</string>
<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>
<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>
2014-10-22 12:11:47 +02:00
<string name="PhotoTip">Tap and hold to view</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>
<!--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>
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="NoFiles">No files yet...</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>
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>
<string name="GotAQuestion">Got a question\nabout Telegram?</string>
<string name="ChatTakePhoto">Take photo</string>
2013-10-25 17:19:00 +02:00
<string name="ChatGallery">Gallery</string>
<string name="ChatLocation">Location</string>
<string name="ChatVideo">Video</string>
2013-12-26 12:43:37 +01:00
<string name="ChatDocument">Document</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>
<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="ApplyLocalizationFile">Apply localization file</string>
<string name="UnsupportedAttachment">Unsupported attachment</string>
2014-11-21 01:14:44 +01:00
<string name="SetTimer">Set self-destruct timer</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>
<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>
<string name="NotificationMessageContact">%1$s shared a contact with you</string>
<string name="NotificationMessageMap">%1$s sent you a location</string>
2013-12-26 12:43:37 +01:00
<string name="NotificationMessageDocument">%1$s sent you a document</string>
<string name="NotificationMessageAudio">%1$s sent you an audio</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>
2013-12-26 12:43:37 +01:00
<string name="NotificationMessageGroupDocument">%1$s sent a document to the group %2$s</string>
<string name="NotificationMessageGroupAudio">%1$s sent an audio 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>
<string name="NotificationEditedGroupName">%1$s edited the group\'s %2$s name</string>
<string name="NotificationEditedGroupPhoto">%1$s edited the group\'s %2$s photo</string>
<string name="NotificationGroupAddMember">%1$s invited %3$s to 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>
2014-11-21 20:36:21 +01: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 - Terminate all other sessions.\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="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>
<string name="NotificationMessagesPeopleDisplayOrder">%1$s %2$s</string>
2013-10-25 17:19:00 +02:00
<!--contacts view-->
<string name="SelectContact">Select Contact</string>
<string name="NoContacts">No contacts yet</string>
<string name="InviteText">Hey, let\'s switch to Telegram: http://telegram.org/dl2</string>
2014-11-21 01:14:44 +01:00
<string name="TodayAt">today at</string>
2013-10-25 17:19:00 +02:00
<string name="YesterdayAt">yesterday at</string>
<string name="Online">online</string>
<string name="LastSeen">last seen</string>
<string name="LastSeenDate">last seen</string>
2013-10-25 17:19:00 +02:00
<string name="InviteFriends">Invite 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>
2013-10-25 17:19:00 +02:00
<!--group create view-->
<string name="SendMessageTo">Send message to...</string>
<string name="EnterGroupNamePlaceholder">Enter group name</string>
<string name="GroupName">Group name</string>
2014-07-03 16:55:04 +02:00
<string name="MembersCount">%1$d/%2$d members</string>
2013-10-25 17:19:00 +02:00
<!--group info view-->
<string name="SharedMedia">Shared Media</string>
2014-11-11 23:16:17 +01:00
<string name="SETTINGS">Settings</string>
2013-10-25 17:19:00 +02:00
<string name="AddMember">Add member</string>
<string name="DeleteAndExit">Delete and leave group</string>
<string name="Notifications">Notifications</string>
<string name="KickFromGroup">Remove from group</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>
<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>
2013-10-25 17:19:00 +02:00
<string name="StartEncryptedChat">Start Secret Chat</string>
<string name="CreateEncryptedChatError">An error occurred.</string>
<string name="EncryptionKey">Encryption Key</string>
<string name="MessageLifetime">Self-Destruct Timer</string>
<string name="ShortMessageLifetimeForever">Off</string>
<string name="EncryptionKeyDescription">This image is a visualization of the encryption key for this secret chat with <![CDATA[<b>]]>%1$s<![CDATA[</b>]]>.<![CDATA[<br><br>]]>If this image looks the same on <![CDATA[<b>]]>%2$s\'s<![CDATA[</b>]]> phone, your chat is 200%% secure.<![CDATA[<br><br>]]>Learn more at telegram.org</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>
<string name="UsernameHelp">You can choose a username on <![CDATA[<b>]]>Telegram<![CDATA[</b>]]>. If you do, other people will be able to find you by this username and contact you without knowing your phone number.<![CDATA[<br><br>]]>You can use <![CDATA[<b>]]>az<![CDATA[</b>]]>, <![CDATA[<b>]]>09<![CDATA[</b>]]> and underscores. Minimum length is <![CDATA[<b>]]>5<![CDATA[</b>]]> characters.</string>
<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>
2013-10-25 17:19:00 +02:00
<!--settings view-->
<string name="ResetNotificationsText">Reset all notification settings to default</string>
<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>
<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>
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>
<string name="TerminateAllSessions">Terminate All Other Sessions</string>
2014-11-12 11:41:46 +01:00
<string name="Events">Events</string>
<string name="ContactJoined">Contact joined Telegram</string>
<string name="Pebble">PEBBLE</string>
<string name="Language">Language</string>
<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.<![CDATA[<br><br>]]>Please take a look at the <![CDATA[<a href=\"http://telegram.org/faq#general\">Telegram FAQ</a>]]>: it has answers to most questions and important tips for <![CDATA[<a href=\"http://telegram.org/faq#troubleshooting\">troubleshooting</a>]]>.</string>
<string name="AskButton">Ask a volunteer</string>
<string name="TelegramFaq">Telegram FAQ</string>
<string name="TelegramFaqUrl">https://telegram.org/faq</string>
<string name="DeleteLocalization">Delete localization?</string>
<string name="IncorrectLocalization">Incorrect localization file</string>
<string name="Enabled">Enabled</string>
<string name="Disabled">Disabled</string>
<string name="NotificationsService">Notifications Service</string>
<string name="NotificationsServiceDisableInfo">If Google Play Services are enough for you to receive notifications, you can disable Notifications Service. However we recommend you to leave it enabled to keep app running in background and receive instant 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>
<string name="SystemDefault">System default</string>
<string name="SettingsDefault">Settings default</string>
2014-11-11 23:16:17 +01:00
<string name="AutomaticMediaDownload">Automatic media download</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>
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>
2014-11-20 15:45:33 +01:00
<string name="NotificationsPriority">Priority</string>
<string name="NotificationsPriorityDefault">Default</string>
<string name="NotificationsPriorityLow">Low</string>
<string name="NotificationsPriorityHigh">High</string>
<string name="NotificationsPriorityMax">Max</string>
<string name="RepeatNotificationsNever">Never</string>
2014-11-21 01:14:44 +01:00
<string name="RepeatNotifications">Repeat Notifications</string>
<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<![CDATA[<b>Important:</b>]]> all your Telegram contacts will get your <![CDATA[<b>new number</b>]]> 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>
2013-10-25 17:19:00 +02:00
<!--media view-->
<string name="NoMedia">No shared media yet</string>
<!--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>
<string name="SendLocation">Send Location</string>
<string name="ShareLocation">Share Location</string>
<!--photo gallery view-->
<string name="ShowAllMedia">Show all media</string>
<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>
2014-06-12 03:13:15 +02:00
<string name="AllPhotos">All Photos</string>
<string name="NoPhotos">No photos yet</string>
2014-11-17 23:04:31 +01:00
<string name="PleaseDownload">Please download media first</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>
<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>
<string name="DeleteAccountIfAwayFor">If you\'re away for</string>
2014-11-14 16:40:15 +01:00
<string name="DeleteAccountHelp">If you do not log in at least once within this period, your account will be deleted along with all groups, messages and contacts.</string>
<string name="DeleteAccountNowConfirmation">Delete your account?</string>
<string name="LastSeenHelp">Change who can see your Last Seen time.</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="ClearOtherSessionsHelp">Logs out all devices except for this one.</string>
<string name="RemoveFromListText">Tap and hold on user to delete.</string>
2014-07-20 01:31:49 +02:00
<!--edit video view-->
<string name="EditVideo">Edit Video</string>
<string name="OriginalVideo">Original Video</string>
<string name="EditedVideo">Edited Video</string>
2014-09-28 15:37:26 +02:00
<string name="SendingVideo">Sending video...</string>
<string name="CompressVideo">Compress Video</string>
2013-10-25 17:19:00 +02:00
<!--button titles-->
<string name="Next">Next</string>
<string name="Back">Back</string>
<string name="Done">Done</string>
2013-12-26 12:43:37 +01:00
<string name="Open">Open</string>
2013-10-25 17:19:00 +02:00
<string name="Cancel">Cancel</string>
<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>
<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>
<!--messages-->
<string name="ActionKickUser">un1 removed un2</string>
2013-10-25 17:19:00 +02:00
<string name="ActionLeftUser">un1 left group</string>
<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 group</string>
<string name="ActionYouAddUser">You added 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="UnsuppotedMedia">This message is not supported on your version of Telegram. Update the app to view: http://telegram.org/update</string>
2013-10-25 17:19:00 +02:00
<string name="AttachPhoto">Photo</string>
<string name="AttachVideo">Video</string>
<string name="AttachLocation">Location</string>
<string name="AttachContact">Contact</string>
2013-12-26 12:43:37 +01:00
<string name="AttachDocument">Document</string>
<string name="AttachAudio">Audio</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-->
<string name="InvalidPhoneNumber">Invalid phone number</string>
<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>
2013-10-25 17:19:00 +02:00
<string name="InvalidCode">Invalid code</string>
<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>
<string name="NoMailInstalled">Please send an email to sms@telegram.org 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>
<string name="AddToTheGroup">Add %1$s to the group?\n\nNumber of last messages to forward:</string>
2013-10-25 17:19:00 +02:00
<string name="ForwardMessagesTo">Forward messages to %1$s?</string>
<string name="SendMessagesTo">Send messages 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="AreYouSureSessions">Are you sure you want to terminate all other sessions?</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>
<string name="AreYouSureShareMyContactInfo">Are you sure you want to share your contact info?</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>
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>
<string name="ForwardMessagesToGroup">Forward messages to %1$s?</string>
2014-10-22 12:11:47 +02:00
<string name="FeatureUnavailable">Sorry, this feature is currently not available in your country.</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>
2013-12-20 20:25:49 +01:00
<string name="Page7Title">Private</string>
2014-10-01 00:36:18 +02:00
<string name="Page1Message">The world\'s <![CDATA[<b>fastest</b>]]> messaging app.<![CDATA[<br/>]]>It is <![CDATA[<b>free</b>]]> and <![CDATA[<b>secure</b>]]>.</string>
<string name="Page2Message"><![CDATA[<b>Telegram</b>]]> delivers messages faster than<![CDATA[<br/>]]>any other application.</string>
<string name="Page3Message"><![CDATA[<b>Telegram</b>]]> is free forever. No ads.<![CDATA[<br/>]]>No subscription fees.</string>
<string name="Page4Message"><![CDATA[<b>Telegram</b>]]> keeps your messages safe<![CDATA[<br/>]]>from hacker attacks.</string>
<string name="Page5Message"><![CDATA[<b>Telegram</b>]]> has no limits on the size of<![CDATA[<br/>]]>your media and chats.</string>
<string name="Page6Message"><![CDATA[<b>Telegram</b>]]> lets you access your messages<![CDATA[<br/>]]>from multiple devices.</string>
<string name="Page7Message"><![CDATA[<b>Telegram</b>]]> messages are heavily encrypted<![CDATA[<br/>]]>and can self-destruct.</string>
2013-10-25 17:19:00 +02:00
<string name="StartMessaging">Start Messaging</string>
<!--plural-->
<string name="Online_zero">%1$d online</string>
<string name="Online_one">%1$d online</string>
<string name="Online_two">%1$d online</string>
<string name="Online_few">%1$d online</string>
<string name="Online_many">%1$d online</string>
<string name="Online_other">%1$d online</string>
2014-07-03 16:55:04 +02:00
<string name="Members_zero">no members</string>
<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>
<string name="AndMoreTyping_zero">and %1$d more people are typing</string>
<string name="AndMoreTyping_one">and %1$d more people are typing</string>
<string name="AndMoreTyping_two">and %1$d more people are typing</string>
<string name="AndMoreTyping_few">and %1$d more people are typing</string>
<string name="AndMoreTyping_many">and %1$d more people are typing</string>
<string name="AndMoreTyping_other">and %1$d more people are typing</string>
<string name="NewMessages_zero">no new messages</string>
<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>
<string name="messages_zero">no messages</string>
<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>
<string name="FromContacts_zero">from no contacts</string>
<string name="FromContacts_one">from %1$d contact</string>
<string name="FromContacts_two">from %1$d contacts</string>
<string name="FromContacts_few">from %1$d contacts</string>
<string name="FromContacts_many">from %1$d contacts</string>
<string name="FromContacts_other">from %1$d contacts</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>
2014-10-04 17:56:09 +02:00
<!--date formatters-->
<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>
2013-11-04 13:31:01 +01:00
</resources>