Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2014-04-09 09:56:49 +0400
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2014-04-09 09:56:49 +0400
commit796f71954847681f85038c8c27b178dc8f2e0895 (patch)
tree1a941ef324191a7bbb1c836345db528d10d425c8 /lib/l10n/az.php
parent1a09d64a77251fefbf742850744ebc9ee4460cbd (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/az.php')
-rw-r--r--lib/l10n/az.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/l10n/az.php b/lib/l10n/az.php
index e7b09649a24..15f78e0bce6 100644
--- a/lib/l10n/az.php
+++ b/lib/l10n/az.php
@@ -1,8 +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("")
+"_%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=1; plural=0;";
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";