1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-27 03:31:29 +00:00
Files
tt-rss/lib/dijit/nls/ca/loading.js.uncompressed.js
2013-03-18 10:26:26 +04:00

7 lines
133 B
JavaScript

define(
"dijit/nls/ca/loading", ({
loadingState: "S'està carregant...",
errorState: "Ens sap greu. S'ha produït un error."
})
);