Revision 75670f66
Von Bernd Bleßmann vor etwa 4 Jahren hinzugefügt
js/locale/de.js | ||
---|---|---|
39 | 39 |
"Delete requirement spec":"Pflichtenheft löschen", |
40 | 40 |
"Delete template":"Vorlage löschen", |
41 | 41 |
"Delete text block":"Textblock löschen", |
42 |
"Do you really want do continue?":"Möchten Sie wirklich fortfahren?", |
|
43 | 42 |
"Do you really want to cancel?":"Möchten Sie wirklich abbrechen?", |
43 |
"Do you really want to continue?":"Möchten Sie wirklich fortfahren?", |
|
44 | 44 |
"Do you really want to delete the selected documents?":"Möchten Sie wirklich diese Dateien löschen?", |
45 | 45 |
"Do you really want to delete this draft?":"Möchten Sie diesen Entwurf wirklich löschen?", |
46 | 46 |
"Do you really want to delete this record template?":"Möchten Sie diese Belegvorlage wirklich löschen?", |
js/locale/en.js | ||
---|---|---|
39 | 39 |
"Delete requirement spec":"", |
40 | 40 |
"Delete template":"", |
41 | 41 |
"Delete text block":"", |
42 |
"Do you really want do continue?":"", |
|
43 | 42 |
"Do you really want to cancel?":"", |
43 |
"Do you really want to continue?":"", |
|
44 | 44 |
"Do you really want to delete the selected documents?":"", |
45 | 45 |
"Do you really want to delete this draft?":"", |
46 | 46 |
"Do you really want to delete this record template?":"", |
js/requirement_spec.js | ||
---|---|---|
430 | 430 |
$('#rs-dialog-confirm').remove(); |
431 | 431 |
|
432 | 432 |
var text1 = kivi.t8('Re-numbering all sections and function blocks in the order they are currently shown cannot be undone.'); |
433 |
var text2 = kivi.t8('Do you really want do continue?');
|
|
433 |
var text2 = kivi.t8('Do you really want to continue?');
|
|
434 | 434 |
var $dialog = $('<div id="rs-dialog-confirm"><p>' + text1 + '</p><p>' + text2 + '</p></div>').hide().appendTo('body'); |
435 | 435 |
var buttons = {}; |
436 | 436 |
|
locale/de/all | ||
---|---|---|
1055 | 1055 |
'Do not set this bin' => 'Diesen Lagerplatz nicht setzen', |
1056 | 1056 |
'Do not set this comment' => 'Diesen Kommentar nicht setzen', |
1057 | 1057 |
'Do not set this warehouse' => 'Dieses Lager nicht setzen', |
1058 |
'Do you really want do continue?' => 'Möchten Sie wirklich fortfahren?', |
|
1059 | 1058 |
'Do you really want to cancel this general ledger transaction?' => 'Möchten Sie diese Dialogbuchung wirklich stornieren?', |
1060 | 1059 |
'Do you really want to cancel this invoice?' => 'Möchten Sie diese Rechnung wirklich stornieren?', |
1061 | 1060 |
'Do you really want to cancel?' => 'Möchten Sie wirklich abbrechen?', |
1062 | 1061 |
'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.', |
1063 | 1062 |
'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.', |
1063 |
'Do you really want to continue?' => 'Möchten Sie wirklich fortfahren?', |
|
1064 | 1064 |
'Do you really want to delete AP transaction #1?' => 'Möchten Sie wirklich die Kreditorenbuchung #1 löschen?', |
1065 | 1065 |
'Do you really want to delete AR transaction #1?' => 'Möchten Sie wirklich die Debitorenbuchung #1 löschen?', |
1066 | 1066 |
'Do you really want to delete GL transaction #1?' => 'Möchten Sie wirklich die Dialogbuchung #1 löschen?', |
locale/en/all | ||
---|---|---|
1055 | 1055 |
'Do not set this bin' => '', |
1056 | 1056 |
'Do not set this comment' => '', |
1057 | 1057 |
'Do not set this warehouse' => '', |
1058 |
'Do you really want do continue?' => '', |
|
1059 | 1058 |
'Do you really want to cancel this general ledger transaction?' => '', |
1060 | 1059 |
'Do you really want to cancel this invoice?' => '', |
1061 | 1060 |
'Do you really want to cancel?' => '', |
1062 | 1061 |
'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.' => '', |
1063 | 1062 |
'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.' => '', |
1063 |
'Do you really want to continue?' => '', |
|
1064 | 1064 |
'Do you really want to delete AP transaction #1?' => '', |
1065 | 1065 |
'Do you really want to delete AR transaction #1?' => '', |
1066 | 1066 |
'Do you really want to delete GL transaction #1?' => '', |
Auch abrufbar als: Unified diff
Typo in Nachfrage-Text