mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-19 21:41:29 +00:00
11 lines
169 B
JavaScript
11 lines
169 B
JavaScript
define(
|
|
"dijit/nls/cs/common", //begin v1.x content
|
|
({
|
|
buttonOk: "OK",
|
|
buttonCancel: "Storno",
|
|
buttonSave: "Uložit",
|
|
itemClose: "Zavřít"
|
|
})
|
|
//end v1.x content
|
|
);
|