mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
49 lines
4.1 KiB
Plaintext
49 lines
4.1 KiB
Plaintext
/*
|
||
Localizable.strings
|
||
QuincyKit
|
||
|
||
Created by Andreas Linde on 04.03.09.
|
||
Copyright 2011 Andreas Linde. All rights reserved.
|
||
*/
|
||
|
||
|
||
/* Crash dialog */
|
||
|
||
/* TODO: Title showing in the alert box when crash report data has been found */
|
||
"CrashDataFoundTitle" = "Hata raporu bulundu";
|
||
|
||
/* Description explaining that crash data has been found and ask the user if the data might be uplaoded to the developers server */
|
||
"CrashDataFoundDescription" = "%@ beklenmeyen bir şekilde kapanmış. Bu hatayı gidermemizi kolaylaştırmak için anonim bir hata raporu göndermek ister misiniz?";
|
||
|
||
/* TODO: Alert box button if the users wants to send crash data always automatically */
|
||
"CrashSendReportAlways" = "Her seferinde gönder!";
|
||
|
||
/* TODO: Alert box button to send the crash report once */
|
||
"CrashSendReport" = "Gönder!";
|
||
|
||
/* TODO: Alert box button to decline sending the report */
|
||
"CrashDontSendReport" = "Hayır";
|
||
|
||
/* Text showing in a processing box that the crash data is being uploaded to the server */
|
||
"CrashReportSending" = "Gönderiliyor…";
|
||
|
||
|
||
/* Crash status dialog */
|
||
|
||
/* TODO: Title for the alertview giving feedback about the crash */
|
||
"CrashResponseTitle" = "Hata raporu bulundu";
|
||
|
||
/* Full text telling the bug is fixed and will be available in the next release */
|
||
"CrashResponseNextRelease" = "%@ beklenmeyen bir şekilde kapanmış. Sorunun sebebi bulundu ve en kısa zamanda bir güncelleme ile giderilecek.";
|
||
/* Full text telling the bug is fixed and the new release is waiting at Apple */
|
||
"CrashResponseWaitingApple" = "%@ beklenmeyen bir şekilde kapanmış. Hata giderildi ve yeni sunum Apple'a gönderildi. Birkaç gün içerisinde iTunes'tan indirebilirsiniz.";
|
||
|
||
/* Full text telling the bug is fixed and an update is available in the AppStore */
|
||
"CrashResponseAvailable" = "%@ beklenmeyen bir şekilde kapanmış. Bu hatayı gideren yeni sunumu iTunes'tan indirebilirsiniz.";
|
||
|
||
/* Full text asking the user to submit more information */
|
||
"CrashResponseMoreInfo" = "%@ quit unexpectedly. We'd really appreciate it if you could send us more information about the crash.";
|
||
|
||
/* For dialogs ok buttons */
|
||
"CrashResponseTitleOK" = "Tamam";
|