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 /lib/l10n | |
parent | 6efc7ebef54be6a956e8b6858d8483a2ea5f5c4c (diff) | |
download | nextcloud-server-e6e04bde4f5038ce9d4cb09f9de6c6e1deb00a78.tar.gz nextcloud-server-e6e04bde4f5038ce9d4cb09f9de6c6e1deb00a78.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n')
-rw-r--r-- | lib/l10n/gu.php | 8 | ||||
-rw-r--r-- | lib/l10n/mg.php | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/lib/l10n/gu.php b/lib/l10n/gu.php new file mode 100644 index 00000000000..15f78e0bce6 --- /dev/null +++ b/lib/l10n/gu.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/mg.php b/lib/l10n/mg.php new file mode 100644 index 00000000000..406ff5f5a26 --- /dev/null +++ b/lib/l10n/mg.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);"; |