mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-02 00:17:02 +00:00
117 lines
3.2 KiB
Plaintext
Executable File
117 lines
3.2 KiB
Plaintext
Executable File
/* General */
|
||
|
||
/* For dialogs yes buttons */
|
||
"HockeyYes" = "Yes";
|
||
|
||
/* For dialogs no buttons */
|
||
"HockeyNo" = "No";
|
||
|
||
/* For dialogs ok buttons */
|
||
"HockeyOK" = "OK";
|
||
|
||
|
||
/* Crash */
|
||
|
||
|
||
/* Crash dialog */
|
||
|
||
/* Title showing in the alert box when crash report data has been found */
|
||
"CrashDataFoundTitle" = "%@ Unexpectedly Quit";
|
||
|
||
/* Description explaining that crash data has been found and ask the user if the data might be uploaded to the developers server */
|
||
"CrashDataFoundAnonymousDescription" = "Would you like to send an anonymous report so we can fix the problem?";
|
||
|
||
/* 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" = "Would you like to send a report so we can fix the problem?";
|
||
|
||
/* Alert box button if the users wants to send crash data always automatically */
|
||
"CrashSendReportAlways" = "Always Send";
|
||
|
||
/* Alert box button to send the crash report once */
|
||
"CrashSendReport" = "Send Report";
|
||
|
||
/* Alert box button to decline sending the report */
|
||
"CrashDontSendReport" = "Don't Send";
|
||
|
||
/* Text showing in a processing box that the crash data is being uploaded to the server */
|
||
"CrashReportSending" = "Sending…";
|
||
|
||
|
||
/* Crash status dialog */
|
||
|
||
/* Title for the alertview giving feedback about the crash */
|
||
"CrashResponseTitle" = "Previously on %@";
|
||
|
||
/* Full text telling the bug is fixed and will be available in the next release */
|
||
"CrashResponseNextRelease" = "The bug has been fixed for a future update. Stay tuned.";
|
||
|
||
/* Full text telling the bug is fixed and the new release is waiting at Apple */
|
||
"CrashResponseWaitingApple" = "The bug has been fixed, and we submitted an update to Apple. Hang tight while it’s in review!";
|
||
|
||
/* Full text telling the bug is fixed and an update is available in the AppStore */
|
||
"CrashResponseAvailable" = "The bug has been fixed. Update to the latest version in the App Store.";
|
||
|
||
|
||
/* 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 Simulator Warning */
|
||
|
||
"UpdateSimulatorMessage" = "Hockey Update does not work in the Simulator.\nThe itms-services:// url scheme is implemented but nonfunctional.";
|