Swiftgram/Resources/ru.lproj/HockeySDK.strings
2012-10-15 00:04:54 +02:00

197 lines
5.1 KiB
Plaintext
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/* General */
/* For dialogs yes buttons */
"HockeyYes" = "Да";
/* For dialogs no buttons */
"HockeyNo" = "Нет";
/* For dialogs ok buttons */
"HockeyOK" = "OK";
/* Replacement for app name, if it could not be detected */
"HockeyAppNamePlaceholder" = "This app";
/* Crash */
/* Crash dialog */
/* Title showing in the alert box when crash report data has been found */
"CrashDataFoundTitle" = "Обнаружена проблема";
/* Description explaining that crash data has been found and ask the user if the data might be uploaded to the developers server */
"CrashDataFoundAnonymousDescription" = "%@ программа неожиданно завершена. Хотите ли Вы отправить нам анонимное сообщение о неполадках, чтобы мы могли устранить проблему?";
/* Description explaining that crash data has been found and ask the user if the non anonymous data might be uplaoded to the developers server */
"CrashDataFoundDescription" = "%@ программа неожиданно завершена. Хотите ли Вы отправить нам сообщение о неполадках, чтобы мы могли устранить проблему?";
/* Alert box button if the users wants to send crash data always automatically */
"CrashSendReportAlways" = "Всегда";
/* Alert box button to send the crash report once */
"CrashSendReport" = "Да";
/* Alert box button to decline sending the report */
"CrashDontSendReport" = "Нет";
/* Text showing in a processing box that the crash data is being uploaded to the server */
"CrashReportSending" = "Отправить";
/* Update */
/* Update Alert view */
/* Update available */
"UpdateAvailable" = "Update available";
"UpdateAlertTextWithAppVersion" = "%@ is available.";
"UpdateAlertMandatoryTextWithAppVersion" = "%@ is available and is a mandatory update!";
"UpdateIgnore" = "Ignore";
"UpdateShow" = "Show";
"UpdateInstall" = "Install";
/* Update Details */
"UpdateScreenTitle" = "Update";
"UpdateButtonCheck" = "CHECK";
"UpdateButtonSearching" = "CHECKING";
"UpdateButtonUpdate" = "UPDATE";
"UpdateButtonInstalling" = "INSTALLING";
"UpdateButtonOffline" = "OFFLINE";
"UpdateInstalled" = "INSTALLED";
"UpdateVersion" = "Version";
"UpdateShowPreviousVersions" = "Show previous versions...";
"UpdateNoUpdateAvailableTitle" = "No Update Available";
"UpdateNoUpdateAvailableMessage" = "%@ is already the latest version.";
"UpdateError" = "Error";
"UpdateWarning" = "Warning";
"UpdateNoReleaseNotesAvailable" = "No release notes available.";
/* Update Authorization */
"UpdateAuthorizationProgress" = "Authorizing...";
"UpdateAuthorizationOffline" = "Internet connection required!";
"UpdateAuthorizationDenied" = "Authorizing denied. Please contact the developer.";
/* Update Expiry */
"UpdateExpired" = "%@ is expired and can not be used any longer.";
/* Update Simulator Warning */
"UpdateSimulatorMessage" = "Hockey Update does not work in the Simulator.\nThe itms-services:// url scheme is implemented but nonfunctional.";
/* Feedback */
/* New Message Alert */
/* Alert Title */
"HockeyFeedbackNewMessageTitle" = "New Feedback Response";
/* Alert Text */
"HockeyFeedbackNewMessageText" = "A new response to your feedback is available. Would you like to view it?";
/* Alert Ignore Button */
"HockeyFeedbackIgnore" = "Ignore";
/* Alert Show Button */
"HockeyFeedbackShow" = "Show";
/* List View */
/* Title */
"HockeyFeedbackListTitle" = "Feedback";
/* Last Updated */
"HockeyFeedbackListLastUpdated" = "Last Updated: %@";
/* Never Updated */
"HockeyFeedbackListNeverUpdated" = "Never";
/* Provide Feedback Button Title */
"HockeyFeedbackListButonWriteFeedback" = "Provide Feedback";
/* Add a Response Button Title */
"HockeyFeedbackListButonWriteResponse" = "Add a Response";
/* User Data Set Name Button Title */
"HockeyFeedbackListButonUserDataSetName" = "Set Your Name";
/* User Data Set Email Button Title */
"HockeyFeedbackListButonUserDataSetEmail" = "Set Your Email";
/* User Data With Name Button Title */
"HockeyFeedbackListButonUserDataWithName" = "Name: %@";
/* User Data With Email Button Title */
"HockeyFeedbackListButonUserDataWithEmail" = "Email: %@";
/* User Name In Message If Name Not Set */
"HockeyFeedbackListMessageUserNameNotSet" = "You";
/* Name In Message From Server If Name Not Set */
"HockeyFeedbackListmessageResponseNameNotSet" = "Response";
/* Message pending to be send */
"HockeyFeedbackListMessagePending" = "Pending";
/* Compose Message */
/* Title */
"HockeyFeedbackComposeTitle" = "New Feedback";
/* Send button */
"HockeyFeedbackComposeSend" = "Send";
/* Set User Data */
/* Title */
"HockeyFeedbackUserDataTitle" = "My Info";
/* Description On What Should Be Entered */
"HockeyFeedbackUserDataDescription" = "Please provide your information before writing your feedback.";
/* Name Field */
"HockeyFeedbackUserDataName" = "Name";
/* Name Placeholder */
"HockeyFeedbackUserDataNamePlaceHolder" = "John Doe";
/* Email Field */
"HockeyFeedbackUserDataEmail" = "Email";
/* Email Placeholder */
"HockeyFeedbackUserDataEmailPlaceholder" = "example@email.com";