mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-03 20:39:15 +00:00
9 lines
127 B
JavaScript
9 lines
127 B
JavaScript
define(
|
|
"dijit/nls/pl/common", ({
|
|
buttonOk: "OK",
|
|
buttonCancel: "Anuluj",
|
|
buttonSave: "Zapisz",
|
|
itemClose: "Zamknij"
|
|
})
|
|
);
|