diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-11-27 12:10:54 -0500 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-11-27 12:10:54 -0500 |
commit | 4a78f1268248c811d799d62a54f300f0dd55f0de (patch) | |
tree | 5ef99295d25eebb30afa861713b0c8e2e7a18cae /core/l10n/fr_CA.php | |
parent | 40231c08cf617b5909dee778372d6b1b8cdd5bcf (diff) | |
download | nextcloud-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.php | 9 |
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);"; |