mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-04 19:29:15 +00:00
9 lines
136 B
JavaScript
9 lines
136 B
JavaScript
define(
|
|
"dijit/nls/de/common", ({
|
|
buttonOk: "OK",
|
|
buttonCancel: "Abbrechen",
|
|
buttonSave: "Speichern",
|
|
itemClose: "Schließen"
|
|
})
|
|
);
|