summaryrefslogtreecommitdiffstats
path: root/core/l10n/fr_CA.php
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2013-11-27 12:10:54 -0500
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2013-11-27 12:10:54 -0500
commit4a78f1268248c811d799d62a54f300f0dd55f0de (patch)
tree5ef99295d25eebb30afa861713b0c8e2e7a18cae /core/l10n/fr_CA.php
parent40231c08cf617b5909dee778372d6b1b8cdd5bcf (diff)
downloadnextcloud-server-4a78f1268248c811d799d62a54f300f0dd55f0de.tar.gz
nextcloud-server-4a78f1268248c811d799d62a54f300f0dd55f0de.zip
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/fr_CA.php')
-rw-r--r--core/l10n/fr_CA.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/core/l10n/fr_CA.php b/core/l10n/fr_CA.php
new file mode 100644
index 00000000000..2cbbaa45ca7
--- /dev/null
+++ b/core/l10n/fr_CA.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);";