mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-19 21:41:29 +00:00
9 lines
171 B
JavaScript
9 lines
171 B
JavaScript
define(
|
|
"dijit/nls/cs/loading", //begin v1.x content
|
|
({
|
|
loadingState: "Probíhá načítání...",
|
|
errorState: "Omlouváme se, došlo k chybě"
|
|
})
|
|
//end v1.x content
|
|
);
|