summaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files')
-rw-r--r--apps/files/l10n/lo.js8
-rw-r--r--apps/files/l10n/lo.json6
2 files changed, 14 insertions, 0 deletions
diff --git a/apps/files/l10n/lo.js b/apps/files/l10n/lo.js
new file mode 100644
index 00000000000..d1bbfca2dd4
--- /dev/null
+++ b/apps/files/l10n/lo.js
@@ -0,0 +1,8 @@
+OC.L10N.register(
+ "files",
+ {
+ "_%n folder_::_%n folders_" : [""],
+ "_%n file_::_%n files_" : [""],
+ "_Uploading %n file_::_Uploading %n files_" : [""]
+},
+"nplurals=1; plural=0;");
diff --git a/apps/files/l10n/lo.json b/apps/files/l10n/lo.json
new file mode 100644
index 00000000000..e493054d78a
--- /dev/null
+++ b/apps/files/l10n/lo.json
@@ -0,0 +1,6 @@
+{ "translations": {
+ "_%n folder_::_%n folders_" : [""],
+ "_%n file_::_%n files_" : [""],
+ "_Uploading %n file_::_Uploading %n files_" : [""]
+},"pluralForm" :"nplurals=1; plural=0;"
+} \ No newline at end of file