mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-07 18:29:15 +00:00
7 lines
129 B
JavaScript
7 lines
129 B
JavaScript
define(
|
|
"dijit/form/nls/sk/ComboBox", ({
|
|
previousMessage: "Predchádzajúce možnosti",
|
|
nextMessage: "Viac možností"
|
|
})
|
|
);
|