diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-12-30 01:55:38 -0500 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-12-30 01:55:38 -0500 |
commit | 9ea96384900083b051a5ab78fb6ccf46aa4de47c (patch) | |
tree | f13b7653a61eafeceae2d4b1e519c40800e6e3f1 /core/l10n/ak.php | |
parent | e345f3f5114370bb84bd1f78c379fb3c8d172ca2 (diff) | |
download | nextcloud-server-9ea96384900083b051a5ab78fb6ccf46aa4de47c.tar.gz nextcloud-server-9ea96384900083b051a5ab78fb6ccf46aa4de47c.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/ak.php')
-rw-r--r-- | core/l10n/ak.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/core/l10n/ak.php b/core/l10n/ak.php new file mode 100644 index 00000000000..09e36ba1786 --- /dev/null +++ b/core/l10n/ak.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;"; |