mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Feature: Editing failure stops all editing of multiple tasks
- Thanks to Daniel Shahaf.
This commit is contained in:
parent
f1251303de
commit
9360bd577f
12 changed files with 33 additions and 16 deletions
|
@ -667,7 +667,7 @@
|
|||
|
||||
// edit
|
||||
#define STRING_EDIT_NO_CHANGES "Keine Änderungen entdeckt."
|
||||
#define STRING_EDIT_NO_EDITS "Keine Änderungen ausgeführt."
|
||||
#define STRING_EDIT_FAILED "Editing failed with exit code {1}."
|
||||
#define STRING_EDIT_COMPLETE "Bearbeitung abgeschlossen."
|
||||
#define STRING_EDIT_LAUNCHING "Starte jetzt '{1}'..."
|
||||
#define STRING_EDIT_CHANGES "Änderungen entdeckt."
|
||||
|
|
|
@ -667,7 +667,7 @@
|
|||
|
||||
// edit
|
||||
#define STRING_EDIT_NO_CHANGES "No edits were detected."
|
||||
#define STRING_EDIT_NO_EDITS "No editing performed."
|
||||
#define STRING_EDIT_FAILED "Editing failed with exit code {1}."
|
||||
#define STRING_EDIT_COMPLETE "Editing complete."
|
||||
#define STRING_EDIT_LAUNCHING "Launching '{1}' now..."
|
||||
#define STRING_EDIT_CHANGES "Edits were detected."
|
||||
|
|
|
@ -667,7 +667,7 @@
|
|||
|
||||
// edit
|
||||
#define STRING_EDIT_NO_CHANGES "Ne detektis nenian redakton."
|
||||
#define STRING_EDIT_NO_EDITS "Ne redaktis nenion."
|
||||
#define STRING_EDIT_FAILED "Editing failed with exit code {1}."
|
||||
#define STRING_EDIT_COMPLETE "Redaktis komplete."
|
||||
#define STRING_EDIT_LAUNCHING "Lanĉanta nun '{1}'..."
|
||||
#define STRING_EDIT_CHANGES "Detektis redaktojn."
|
||||
|
|
|
@ -679,7 +679,7 @@
|
|||
|
||||
// edit
|
||||
#define STRING_EDIT_NO_CHANGES "No se detectaron modificaciones."
|
||||
#define STRING_EDIT_NO_EDITS "No se realizó edición."
|
||||
#define STRING_EDIT_FAILED "Editing failed with exit code {1}."
|
||||
#define STRING_EDIT_COMPLETE "Edición completada."
|
||||
#define STRING_EDIT_LAUNCHING "Lanzando '{1}' ahora..."
|
||||
#define STRING_EDIT_CHANGES "Se detectaron modificaciones."
|
||||
|
|
|
@ -667,7 +667,7 @@
|
|||
|
||||
// edit
|
||||
#define STRING_EDIT_NO_CHANGES "Aucunes modifications détectées."
|
||||
#define STRING_EDIT_NO_EDITS "Aucune modification appliquée."
|
||||
#define STRING_EDIT_FAILED "Editing failed with exit code {1}."
|
||||
#define STRING_EDIT_COMPLETE "Édition terminée."
|
||||
#define STRING_EDIT_LAUNCHING "Lancement de '{1}' maintenant..."
|
||||
#define STRING_EDIT_CHANGES "Des modifications ont été détectées."
|
||||
|
|
|
@ -666,7 +666,7 @@
|
|||
|
||||
// edit
|
||||
#define STRING_EDIT_NO_CHANGES "Nessuna modifica riscontrata."
|
||||
#define STRING_EDIT_NO_EDITS "Nessuna modifica effettuata."
|
||||
#define STRING_EDIT_FAILED "Editing failed with exit code {1}."
|
||||
#define STRING_EDIT_COMPLETE "Modifica completa."
|
||||
#define STRING_EDIT_LAUNCHING "Esecuzione di '{1}' ora..."
|
||||
#define STRING_EDIT_CHANGES "Modifiche rilevate."
|
||||
|
|
|
@ -667,7 +667,7 @@
|
|||
|
||||
// edit
|
||||
#define STRING_EDIT_NO_CHANGES "No edits were detected."
|
||||
#define STRING_EDIT_NO_EDITS "No editing performed."
|
||||
#define STRING_EDIT_FAILED "Editing failed with exit code {1}."
|
||||
#define STRING_EDIT_COMPLETE "Editing complete."
|
||||
#define STRING_EDIT_LAUNCHING "Launching '{1}' now..."
|
||||
#define STRING_EDIT_CHANGES "Edits were detected."
|
||||
|
|
|
@ -667,7 +667,7 @@
|
|||
|
||||
// edit
|
||||
#define STRING_EDIT_NO_CHANGES "Nie znaleziono żadnych edycji."
|
||||
#define STRING_EDIT_NO_EDITS "Nie wykonano żadnych edycji"
|
||||
#define STRING_EDIT_FAILED "Editing failed with exit code {1}."
|
||||
#define STRING_EDIT_COMPLETE "Edycja zakończona."
|
||||
#define STRING_EDIT_LAUNCHING "Uruchamianie '{1}'..."
|
||||
#define STRING_EDIT_CHANGES "Zmiany wykryte."
|
||||
|
|
|
@ -667,7 +667,7 @@
|
|||
|
||||
// edit
|
||||
#define STRING_EDIT_NO_CHANGES "Não foram detetadas alterações."
|
||||
#define STRING_EDIT_NO_EDITS "Nada editado."
|
||||
#define STRING_EDIT_FAILED "Editing failed with exit code {1}."
|
||||
#define STRING_EDIT_COMPLETE "Edição concluída."
|
||||
#define STRING_EDIT_LAUNCHING "A iniciar '{1}' ..."
|
||||
#define STRING_EDIT_CHANGES "Alterações detetadas."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue