mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
50 lines
4.2 KiB
Plaintext
Executable File
50 lines
4.2 KiB
Plaintext
Executable File
/*
|
|
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" = "Conflicto de datos detectado";
|
|
|
|
/* Description explaining that crash data has been found and ask the user if the data might be uploaded to the developers server */
|
|
"CrashDataFoundDescription" = "La aplicación fallo previamente. ¿Le gustaría proporcionar de manera anonima información relacionado con el fallo al programador para que este pueda solucionar el problema?";
|
|
|
|
/* TODO: Alert box button if the users wants to send crash data always automatically */
|
|
"CrashSendReportAlways" = "Siempre";
|
|
|
|
/* TODO: Alert box button to send the crash report once */
|
|
"CrashSendReport" = "Sí";
|
|
|
|
/* TODO: Alert box button to decline sending the report */
|
|
"CrashDontSendReport" = "No";
|
|
|
|
/* Text showing in a processing box that the crash data is being uploaded to the server */
|
|
"CrashReportSending" = "Enviando…";
|
|
|
|
|
|
/* Crash status dialog */
|
|
|
|
/* TODO: Title for the alertview giving feedback about the crash */
|
|
"CrashResponseTitle" = "Estado de la falla";
|
|
|
|
/* Full text telling the bug is fixed and will be available in the next release */
|
|
"CrashResponseNextRelease" = "El error que causo la falla ha sido solucionado y la corrección estará disponible en la siguiente versión de %@";
|
|
|
|
/* Full text telling the bug is fixed and the new release is waiting at Apple */
|
|
"CrashResponseWaitingApple" = "El error que causo la falla ha sido solucionado, la nueva versión de %@ esta en espera de la aprobación de Apple";
|
|
|
|
/* Full text telling the bug is fixed and an update is available in the AppStore */
|
|
"CrashResponseAvailable" = "El error que causo la falla ha sido solucionado, una nueva versión de %@ esta disponible. ¡Por favor actaulice!";
|
|
|
|
/* 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" = "OK";
|