diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-09-01 01:59:19 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-09-01 01:59:19 -0400 |
commit | e6e04bde4f5038ce9d4cb09f9de6c6e1deb00a78 (patch) | |
tree | 6794d8e14efd426ebea0b35d41ae6e4ef50db59b /core/l10n | |
parent | 6efc7ebef54be6a956e8b6858d8483a2ea5f5c4c (diff) | |
download | nextcloud-server-e6e04bde4f5038ce9d4cb09f9de6c6e1deb00a78.tar.gz nextcloud-server-e6e04bde4f5038ce9d4cb09f9de6c6e1deb00a78.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n')
-rw-r--r-- | core/l10n/gu.php | 5 | ||||
-rw-r--r-- | core/l10n/mg.php | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/core/l10n/gu.php b/core/l10n/gu.php new file mode 100644 index 00000000000..aff098dff1f --- /dev/null +++ b/core/l10n/gu.php @@ -0,0 +1,5 @@ +<?php +$TRANSLATIONS = array( +"_{count} file conflict_::_{count} file conflicts_" => array("","") +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/mg.php b/core/l10n/mg.php new file mode 100644 index 00000000000..e012fb1656e --- /dev/null +++ b/core/l10n/mg.php @@ -0,0 +1,5 @@ +<?php +$TRANSLATIONS = array( +"_{count} file conflict_::_{count} file conflicts_" => array("","") +); +$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; |