Revision 72613664
Von Moritz Bunkus vor fast 8 Jahren hinzugefügt
js/kivi.ActionBar.js | ||
---|---|---|
168 | 168 |
if (data.link) { |
169 | 169 |
window.location.href = data.link; |
170 | 170 |
} |
171 |
if ((data.only_once !== undefined) && (data.only_once !== 0)) { |
|
172 |
$(e).addClass(CLASSES.disabled); |
|
173 |
$(e).tooltipster({ content: kivi.t8("The action can only be executed once."), theme: 'tooltipster-light' }); |
|
174 |
} |
|
171 | 175 |
}); |
172 | 176 |
} |
173 | 177 |
}; |
js/locale/de.js | ||
---|---|---|
98 | 98 |
"Subject":"Betreff", |
99 | 99 |
"Text block actions":"Textblockaktionen", |
100 | 100 |
"Text block picture actions":"Aktionen für Textblockbilder", |
101 |
"The action can only be executed once.":"Die Aktion kann nur einmal ausgeführt werden.", |
|
101 | 102 |
"The description is missing.":"Die Beschreibung fehlt.", |
102 | 103 |
"The field '#{title}' must be set.":"Das Feld »#{title}« muss gesetzt sein.", |
103 | 104 |
"The name is missing.":"Der Name fehlt.", |
locale/de/all | ||
---|---|---|
1020 | 1020 |
'Download PDF' => 'PDF herunterladen', |
1021 | 1021 |
'Download PDF, do not print' => 'Nicht drucken, sondern PDF herunterladen', |
1022 | 1022 |
'Download SEPA XML export file' => 'SEPA-XML-Exportdatei herunterladen', |
1023 |
'Download all Attachments' => 'Herunterladen der Dateianhänge aller Artikel', |
|
1024 | 1023 |
'Download picture' => 'Bild herunterladen', |
1025 | 1024 |
'Download sample file' => 'Beispieldatei herunterladen', |
1026 | 1025 |
'Draft deleted' => 'Entwurf gelöscht', |
... | ... | |
2886 | 2885 |
'The account #1 is already being used by bank account #2.' => 'Das Konto #1 wird schon von Bankkonto #2 benutzt.', |
2887 | 2886 |
'The account 3804 already exists, the update will be skipped.' => 'Das Konto 3804 existiert schon, das Update wird übersprungen.', |
2888 | 2887 |
'The account 3804 will not be added automatically.' => 'Das Konto 3804 wird nicht automatisch hinzugefügt.', |
2888 |
'The action can only be executed once.' => 'Die Aktion kann nur einmal ausgeführt werden.', |
|
2889 | 2889 |
'The action is missing or invalid.' => 'Die action fehlt, oder sie ist ungültig.', |
2890 | 2890 |
'The action you\'ve chosen has not been executed because the document does not contain any item yet.' => 'Die von Ihnen ausgewählte Aktion wurde nicht ausgeführt, weil der Beleg noch keine Positionen enthält.', |
2891 | 2891 |
'The administration area is always accessible.' => 'Der Administrationsbereich ist immer zugänglich.', |
Auch abrufbar als: Unified diff
ActionBar: neue Option »only_once«, um Buttons nur einmal anklicken zu können