nextcloud/core/l10n/yo.js

9 lines
294 B
JavaScript
Raw Normal View History

2015-01-14 09:55:16 +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_" : ["",""]
2015-01-14 09:55:16 +03:00
},
"nplurals=2; plural=(n != 1);");