mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-08 07:59:15 +00:00
9 lines
128 B
JavaScript
9 lines
128 B
JavaScript
define(
|
|
"dijit/nls/fi/common", ({
|
|
buttonOk: "OK",
|
|
buttonCancel: "Peruuta",
|
|
buttonSave: "Tallenna",
|
|
itemClose: "Sulje"
|
|
})
|
|
);
|