nextcloud/core/l10n/lo.js

9 lines
278 B
JavaScript
Raw Normal View History

2014-12-24 09:54:33 +03:00
OC.L10N.register(
"core",
{
"_{count} file conflict_::_{count} file conflicts_" : [""],
2015-01-16 09:55:51 +03:00
"_download %n file_::_download %n files_" : [""],
"_{count} search result in other places_::_{count} search results in other places_" : [""]
2014-12-24 09:54:33 +03:00
},
"nplurals=1; plural=0;");