]> wagnertech.de Git - kivitendo-erp.git/commitdiff
Typo in Nachfrage-Text
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Tue, 22 Sep 2020 14:03:05 +0000 (16:03 +0200)
committerBernd Bleßmann <bernd@kivitendo-premium.de>
Tue, 22 Sep 2020 14:03:05 +0000 (16:03 +0200)
js/locale/de.js
js/locale/en.js
js/requirement_spec.js
locale/de/all
locale/en/all

index 21880ae813f5891b11a0a3d5681c683533630264..cc560d9cce632f4e48e43356e3dc41ce881624d4 100644 (file)
@@ -39,8 +39,8 @@ namespace("kivi").setupLocale({
 "Delete requirement spec":"Pflichtenheft löschen",
 "Delete template":"Vorlage löschen",
 "Delete text block":"Textblock löschen",
-"Do you really want do continue?":"Möchten Sie wirklich fortfahren?",
 "Do you really want to cancel?":"Möchten Sie wirklich abbrechen?",
+"Do you really want to continue?":"Möchten Sie wirklich fortfahren?",
 "Do you really want to delete the selected documents?":"Möchten Sie wirklich diese Dateien löschen?",
 "Do you really want to delete this draft?":"Möchten Sie diesen Entwurf wirklich löschen?",
 "Do you really want to delete this record template?":"Möchten Sie diese Belegvorlage wirklich löschen?",
index e395e4fc04c596b5b75a011d80be89c0f5a59d21..fb3139e9de64eb9de0869fade72b8cb574f73f1f 100644 (file)
@@ -39,8 +39,8 @@ namespace("kivi").setupLocale({
 "Delete requirement spec":"",
 "Delete template":"",
 "Delete text block":"",
-"Do you really want do continue?":"",
 "Do you really want to cancel?":"",
+"Do you really want to continue?":"",
 "Do you really want to delete the selected documents?":"",
 "Do you really want to delete this draft?":"",
 "Do you really want to delete this record template?":"",
index 59c6746cbc0bdd6827af473a4ba01d251d6d0ebd..1d5ace4226145723a1bb0f95d0ccf39922f32861 100644 (file)
@@ -430,7 +430,7 @@ ns.renumber = function(opt) {
   $('#rs-dialog-confirm').remove();
 
   var text1   = kivi.t8('Re-numbering all sections and function blocks in the order they are currently shown cannot be undone.');
-  var text2   = kivi.t8('Do you really want do continue?');
+  var text2   = kivi.t8('Do you really want to continue?');
   var $dialog = $('<div id="rs-dialog-confirm"><p>' + text1 + '</p><p>' + text2 + '</p></div>').hide().appendTo('body');
   var buttons = {};
 
index e8aa7b5aacaca143d81a65bcd8109eed84cd34c2..7a99f6cb52bdb17a483a43bdc1132ea148996152 100755 (executable)
@@ -1055,12 +1055,12 @@ $self->{texts} = {
   'Do not set this bin'         => 'Diesen Lagerplatz nicht setzen',
   'Do not set this comment'     => 'Diesen Kommentar nicht setzen',
   'Do not set this warehouse'   => 'Dieses Lager nicht setzen',
-  'Do you really want do continue?' => 'Möchten Sie wirklich fortfahren?',
   'Do you really want to cancel this general ledger transaction?' => 'Möchten Sie diese Dialogbuchung wirklich stornieren?',
   'Do you really want to cancel this invoice?' => 'Möchten Sie diese Rechnung wirklich stornieren?',
   'Do you really want to cancel?' => 'Möchten Sie wirklich abbrechen?',
   'Do you really want to close the selected SEPA exports? No payment will be recorded for bank collections that haven\'t been marked as executed yet.' => 'Möchten Sie wirklich die ausgewählten SEPA-Exporte abschließen? Für Überweisungen, die noch nicht gebucht wurden, werden dann keine Zahlungen verbucht.',
   'Do you really want to close the selected SEPA exports? No payment will be recorded for bank transfers that haven\'t been marked as executed yet.' => 'Möchten Sie wirklich die ausgewählten SEPA-Exporte abschließen? Für Überweisungen, die noch nicht gebucht wurden, werden dann keine Zahlungen verbucht.',
+  'Do you really want to continue?' => 'Möchten Sie wirklich fortfahren?',
   'Do you really want to delete AP transaction #1?' => 'Möchten Sie wirklich die Kreditorenbuchung #1 löschen?',
   'Do you really want to delete AR transaction #1?' => 'Möchten Sie wirklich die Debitorenbuchung #1 löschen?',
   'Do you really want to delete GL transaction #1?' => 'Möchten Sie wirklich die Dialogbuchung #1 löschen?',
index ca20fce7cec199d67dd05fe3ed9873445504ae38..6493dcffcb9218f6b503916fa16f719e272decb3 100644 (file)
@@ -1055,12 +1055,12 @@ $self->{texts} = {
   'Do not set this bin'         => '',
   'Do not set this comment'     => '',
   'Do not set this warehouse'   => '',
-  'Do you really want do continue?' => '',
   'Do you really want to cancel this general ledger transaction?' => '',
   'Do you really want to cancel this invoice?' => '',
   'Do you really want to cancel?' => '',
   'Do you really want to close the selected SEPA exports? No payment will be recorded for bank collections that haven\'t been marked as executed yet.' => '',
   'Do you really want to close the selected SEPA exports? No payment will be recorded for bank transfers that haven\'t been marked as executed yet.' => '',
+  'Do you really want to continue?' => '',
   'Do you really want to delete AP transaction #1?' => '',
   'Do you really want to delete AR transaction #1?' => '',
   'Do you really want to delete GL transaction #1?' => '',