summaryrefslogtreecommitdiffstats
path: root/core/l10n/es_CR.php
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 /core/l10n/es_CR.php
parentc1c2f2c49e4d30a7bd039837661af143054b6769 (diff)
downloadnextcloud-server-3f453d164143d581d35ebc03bdb940c074098ba9.tar.gz
nextcloud-server-3f453d164143d581d35ebc03bdb940c074098ba9.zip
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/es_CR.php')
-rw-r--r--core/l10n/es_CR.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/core/l10n/es_CR.php b/core/l10n/es_CR.php
new file mode 100644
index 00000000000..ffcdde48d47
--- /dev/null
+++ b/core/l10n/es_CR.php
@@ -0,0 +1,9 @@
+<?php
+$TRANSLATIONS = array(
+"_%n minute ago_::_%n minutes ago_" => array("",""),
+"_%n hour ago_::_%n hours ago_" => array("",""),
+"_%n day ago_::_%n days ago_" => array("",""),
+"_%n month ago_::_%n months ago_" => array("",""),
+"_{count} file conflict_::_{count} file conflicts_" => array("","")
+);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";