mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-22 16:41:29 +00:00
9 lines
158 B
JavaScript
9 lines
158 B
JavaScript
define(
|
|
"dijit/form/nls/cs/ComboBox", //begin v1.x content
|
|
({
|
|
previousMessage: "Předchozí volby",
|
|
nextMessage: "Další volby"
|
|
})
|
|
//end v1.x content
|
|
);
|