Revision 962ae5f9
Von Moritz Bunkus vor fast 8 Jahren hinzugefügt
js/kivi.RecordTemplate.js | ||
---|---|---|
36 | 36 |
}; |
37 | 37 |
|
38 | 38 |
ns.load = function(id) { |
39 |
if (!confirm(kivi.t8('Do you really want to load this record template? All unsaved data will be lose.'))) |
|
40 |
return false; |
|
41 |
|
|
42 | 39 |
var $type = $("#record_template_dialog_template_type"); |
43 | 40 |
var url = encodeURIComponent($type.data('controller')) |
44 | 41 |
+ '?action=' + encodeURIComponent($type.data('load_action')) |
js/locale/de.js | ||
---|---|---|
37 | 37 |
"Do you really want to cancel?":"Wollen Sie wirklich abbrechen?", |
38 | 38 |
"Do you really want to delete this draft?":"Wollen Sie diesen Entwurf wirklich löschen?", |
39 | 39 |
"Do you really want to delete this record template?":"Wollen Sie diese Belegvorlage wirklich löschen?", |
40 |
"Do you really want to load this record template? All unsaved data will be lose.":"Wollen Sie diese Belegvorlage wirklich laden? Alle nicht gespeicherten Daten gehen dabei verloren.", |
|
41 | 40 |
"Do you really want to revert to this version?":"Wollen Sie wirklich auf diese Version zurücksetzen?", |
42 | 41 |
"Do you really want to save?":"Wollen Sie wirklich speichern?", |
43 | 42 |
"Do you want to set the account number \"#1\" to \"#2\" and the name \"#3\" to \"#4\"?":"Soll die Kontonummer \"#1\" zu \"#2\" und den Name \"#3\" zu \"#4\" geändert werden?", |
locale/de/all | ||
---|---|---|
980 | 980 |
'Do you really want to delete this object?' => 'Wollen Sie dieses Objekt wirklich löschen?', |
981 | 981 |
'Do you really want to delete this record template?' => 'Wollen Sie diese Belegvorlage wirklich löschen?', |
982 | 982 |
'Do you really want to delete this warehouse?' => 'Wollen Sie dieses Lager wirklich löschen?', |
983 |
'Do you really want to load this record template? All unsaved data will be lose.' => 'Wollen Sie diese Belegvorlage wirklich laden? Alle nicht gespeicherten Daten gehen dabei verloren.', |
|
984 | 983 |
'Do you really want to revert to this version?' => 'Wollen Sie wirklich auf diese Version zurücksetzen?', |
985 | 984 |
'Do you really want to save?' => 'Wollen Sie wirklich speichern?', |
986 | 985 |
'Do you want to <b>limit</b> your search?' => 'Wollen Sie Ihre Suche <b>spezialisieren</b>?', |
Auch abrufbar als: Unified diff
Belegvorlagen: keine Rückfrage vor dem Laden