mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
l10n: Eliminated STRING_ERROR_CONFIRM_SIGINT
This commit is contained in:
parent
7361431799
commit
ff02cf8613
10 changed files with 1 additions and 10 deletions
|
@ -612,7 +612,6 @@
|
|||
#define STRING_INVALID_MOD "Die '{1}'-Eigenschaft erlaubt keinen Wert '{2}'."
|
||||
#define STRING_ERROR_DETAILS "Die Option 'calendar.details.report' muss einen einzelnen Report-Namen enthalten."
|
||||
#define STRING_ERROR_NO_FILTER "Command line filters are not supported by this command."
|
||||
#define STRING_ERROR_CONFIRM_SIGINT "Interrupted: No changes made."
|
||||
#define STRING_ERROR_BAD_STATUS "The status '{1}' is not valid."
|
||||
|
||||
// Feedback
|
||||
|
|
|
@ -609,7 +609,6 @@
|
|||
#define STRING_INVALID_MOD "The '{1}' attribute does not allow a value of '{2}'."
|
||||
#define STRING_ERROR_DETAILS "The setting 'calendar.details.report' must contain a single report name."
|
||||
#define STRING_ERROR_NO_FILTER "Command line filters are not supported by this command."
|
||||
#define STRING_ERROR_CONFIRM_SIGINT "Interrupted: No changes made."
|
||||
#define STRING_ERROR_BAD_STATUS "The status '{1}' is not valid."
|
||||
|
||||
// Feedback
|
||||
|
|
|
@ -612,7 +612,6 @@
|
|||
#define STRING_INVALID_MOD "Atributo '{1}' ne permesas valoron '{2}'."
|
||||
#define STRING_ERROR_DETAILS "Agordo 'calendar.details.report' devas enhavi sole unu raportnomon."
|
||||
#define STRING_ERROR_NO_FILTER "Command line filters are not supported by this command."
|
||||
#define STRING_ERROR_CONFIRM_SIGINT "Interrupted: No changes made."
|
||||
#define STRING_ERROR_BAD_STATUS "The status '{1}' is not valid."
|
||||
|
||||
// Feedback
|
||||
|
|
|
@ -624,7 +624,6 @@
|
|||
#define STRING_INVALID_MOD "El atributo '{1}' no admite un valor '{2}'."
|
||||
#define STRING_ERROR_DETAILS "El ajuste 'calendar.details.report' debe contener un único nombre de informe."
|
||||
#define STRING_ERROR_NO_FILTER "Los filtros de línea de comando no están soportados por este comando."
|
||||
#define STRING_ERROR_CONFIRM_SIGINT "Interrupted: No changes made."
|
||||
#define STRING_ERROR_BAD_STATUS "El estatus '{1}' no es válido."
|
||||
|
||||
// Feedback
|
||||
|
|
|
@ -614,7 +614,6 @@
|
|||
#define STRING_INVALID_MOD "The '{1}' attribute does not allow a value of '{2}'."
|
||||
#define STRING_ERROR_DETAILS "The setting 'calendar.details.report' must contain a single report name."
|
||||
#define STRING_ERROR_NO_FILTER "Command line filters are not supported by this command."
|
||||
#define STRING_ERROR_CONFIRM_SIGINT "Interrupted: No changes made."
|
||||
#define STRING_ERROR_BAD_STATUS "The status '{1}' is not valid."
|
||||
|
||||
// Feedback
|
||||
|
|
|
@ -613,7 +613,6 @@
|
|||
#define STRING_INVALID_MOD "L'attributo '{1}' non ammette un valore pari a '{2}'."
|
||||
#define STRING_ERROR_DETAILS "The setting 'calendar.details.report' must contain a single report name."
|
||||
#define STRING_ERROR_NO_FILTER "Command line filters are not supported by this command."
|
||||
#define STRING_ERROR_CONFIRM_SIGINT "Interrupted: No changes made."
|
||||
#define STRING_ERROR_BAD_STATUS "The status '{1}' is not valid."
|
||||
|
||||
// Feedback
|
||||
|
|
|
@ -614,7 +614,6 @@
|
|||
#define STRING_INVALID_MOD "The '{1}' attribute does not allow a value of '{2}'."
|
||||
#define STRING_ERROR_DETAILS "The setting 'calendar.details.report' must contain a single report name."
|
||||
#define STRING_ERROR_NO_FILTER "Command line filters are not supported by this command."
|
||||
#define STRING_ERROR_CONFIRM_SIGINT "Interrupted: No changes made."
|
||||
#define STRING_ERROR_BAD_STATUS "The status '{1}' is not valid."
|
||||
|
||||
// Feedback
|
||||
|
|
|
@ -614,7 +614,6 @@
|
|||
#define STRING_INVALID_MOD "Atrybut '{1}' nie zezwala na wartość '{2}'."
|
||||
#define STRING_ERROR_DETAILS "Zmienna 'calendar.details.report' musi zawierać nazwę raportu."
|
||||
#define STRING_ERROR_NO_FILTER "Command line filters are not supported by this command."
|
||||
#define STRING_ERROR_CONFIRM_SIGINT "Interrupted: No changes made."
|
||||
#define STRING_ERROR_BAD_STATUS "The status '{1}' is not valid."
|
||||
|
||||
// Feedback
|
||||
|
|
|
@ -614,7 +614,6 @@
|
|||
#define STRING_INVALID_MOD "O atributo '{1}' não permite o valor '{2}'."
|
||||
#define STRING_ERROR_DETAILS "A definição 'calendar.details.report' pode apenas indicar um nome de relatório."
|
||||
#define STRING_ERROR_NO_FILTER "Command line filters are not supported by this command."
|
||||
#define STRING_ERROR_CONFIRM_SIGINT "Interrupted: No changes made."
|
||||
#define STRING_ERROR_BAD_STATUS "The status '{1}' is not valid."
|
||||
|
||||
// Feedback
|
||||
|
|
|
@ -67,7 +67,7 @@ static void signal_handler (int s)
|
|||
{
|
||||
if (s == SIGINT)
|
||||
{
|
||||
std::cout << "\n\n" << STRING_ERROR_CONFIRM_SIGINT << '\n';
|
||||
std::cout << "\n\nInterrupted: No changes made.\n";
|
||||
exit (1);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue