if (data.link) {
window.location.href = data.link;
}
+ if ((data.only_once !== undefined) && (data.only_once !== 0)) {
+ $(e).addClass(CLASSES.disabled);
+ $(e).tooltipster({ content: kivi.t8("The action can only be executed once."), theme: 'tooltipster-light' });
+ }
});
}
};
"Subject":"Betreff",
"Text block actions":"Textblockaktionen",
"Text block picture actions":"Aktionen für Textblockbilder",
+"The action can only be executed once.":"Die Aktion kann nur einmal ausgeführt werden.",
"The description is missing.":"Die Beschreibung fehlt.",
"The field '#{title}' must be set.":"Das Feld »#{title}« muss gesetzt sein.",
"The name is missing.":"Der Name fehlt.",
'Download PDF' => 'PDF herunterladen',
'Download PDF, do not print' => 'Nicht drucken, sondern PDF herunterladen',
'Download SEPA XML export file' => 'SEPA-XML-Exportdatei herunterladen',
- 'Download all Attachments' => 'Herunterladen der Dateianhänge aller Artikel',
'Download picture' => 'Bild herunterladen',
'Download sample file' => 'Beispieldatei herunterladen',
'Draft deleted' => 'Entwurf gelöscht',
'The account #1 is already being used by bank account #2.' => 'Das Konto #1 wird schon von Bankkonto #2 benutzt.',
'The account 3804 already exists, the update will be skipped.' => 'Das Konto 3804 existiert schon, das Update wird übersprungen.',
'The account 3804 will not be added automatically.' => 'Das Konto 3804 wird nicht automatisch hinzugefügt.',
+ 'The action can only be executed once.' => 'Die Aktion kann nur einmal ausgeführt werden.',
'The action is missing or invalid.' => 'Die action fehlt, oder sie ist ungültig.',
'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.',
'The administration area is always accessible.' => 'Der Administrationsbereich ist immer zugänglich.',