diff options
Diffstat (limited to 'core/l10n/lo.js')
-rw-r--r-- | core/l10n/lo.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/core/l10n/lo.js b/core/l10n/lo.js new file mode 100644 index 00000000000..49247f7174c --- /dev/null +++ b/core/l10n/lo.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "core", + { + "_{count} file conflict_::_{count} file conflicts_" : [""], + "_download %n file_::_download %n files_" : [""] +}, +"nplurals=1; plural=0;"); |