mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-30 04:31:27 +00:00
7 lines
107 B
JavaScript
7 lines
107 B
JavaScript
define(
|
|
"dijit/nls/nb/loading", ({
|
|
loadingState: "Laster inn...",
|
|
errorState: "Det oppsto en feil"
|
|
})
|
|
);
|