mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-23 11:41:28 +00:00
9 lines
174 B
JavaScript
9 lines
174 B
JavaScript
define(
|
|
"dijit/form/nls/de/ComboBox", //begin v1.x content
|
|
({
|
|
previousMessage: "Vorherige Auswahl",
|
|
nextMessage: "Weitere Auswahlmöglichkeiten"
|
|
})
|
|
//end v1.x content
|
|
);
|