summaryrefslogtreecommitdiffstats
path: root/lib/l10n
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2014-04-23 01:56:35 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-04-23 01:56:35 -0400
commit3f453d164143d581d35ebc03bdb940c074098ba9 (patch)
tree585c1a72ea12c46c3c4a477b45f0453381553934 /lib/l10n
parentc1c2f2c49e4d30a7bd039837661af143054b6769 (diff)
downloadnextcloud-server-3f453d164143d581d35ebc03bdb940c074098ba9.tar.gz
nextcloud-server-3f453d164143d581d35ebc03bdb940c074098ba9.zip
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n')
-rw-r--r--lib/l10n/es_CR.php8
-rw-r--r--lib/l10n/or_IN.php8
2 files changed, 16 insertions, 0 deletions
diff --git a/lib/l10n/es_CR.php b/lib/l10n/es_CR.php
new file mode 100644
index 00000000000..15f78e0bce6
--- /dev/null
+++ b/lib/l10n/es_CR.php
@@ -0,0 +1,8 @@
+<?php
+$TRANSLATIONS = array(
+"_%n minute ago_::_%n minutes ago_" => array("",""),
+"_%n hour ago_::_%n hours ago_" => array("",""),
+"_%n day go_::_%n days ago_" => array("",""),
+"_%n month ago_::_%n months ago_" => array("","")
+);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/lib/l10n/or_IN.php b/lib/l10n/or_IN.php
new file mode 100644
index 00000000000..15f78e0bce6
--- /dev/null
+++ b/lib/l10n/or_IN.php
@@ -0,0 +1,8 @@
+<?php
+$TRANSLATIONS = array(
+"_%n minute ago_::_%n minutes ago_" => array("",""),
+"_%n hour ago_::_%n hours ago_" => array("",""),
+"_%n day go_::_%n days ago_" => array("",""),
+"_%n month ago_::_%n months ago_" => array("","")
+);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";