mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-02 08:09:14 +00:00
7 lines
121 B
JavaScript
7 lines
121 B
JavaScript
define(
|
|
"dijit/form/nls/pl/ComboBox", ({
|
|
previousMessage: "Poprzednie wybory",
|
|
nextMessage: "Więcej wyborów"
|
|
})
|
|
);
|