Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2014-12-24 09:54:33 +0300
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-12-24 09:54:33 +0300
commit801b9e0494d90dac3d1103d7e603cdfec9fe62c7 (patch)
treeb53a2cf7ea176aee8960644fa6a805831c39f238 /lib/l10n/lo.js
parent40330bf4927b5b9bcfcfe5833f13d575c1ee18d4 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/lo.js')
-rw-r--r--lib/l10n/lo.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/l10n/lo.js b/lib/l10n/lo.js
new file mode 100644
index 00000000000..784e8271ef3
--- /dev/null
+++ b/lib/l10n/lo.js
@@ -0,0 +1,10 @@
+OC.L10N.register(
+ "lib",
+ {
+ "_%n day ago_::_%n days ago_" : [""],
+ "_%n month ago_::_%n months ago_" : [""],
+ "_%n year ago_::_%n years ago_" : [""],
+ "_%n hour ago_::_%n hours ago_" : [""],
+ "_%n minute ago_::_%n minutes ago_" : [""]
+},
+"nplurals=1; plural=0;");