From 4ad4b9768cd8b7e1107de0f9a15c039486c9c793 Mon Sep 17 00:00:00 2001 From: Jenkins for ownCloud Date: Tue, 8 Apr 2014 01:57:51 -0400 Subject: [tx-robot] updated from transifex --- lib/l10n/ast.php | 9 +++++++++ lib/l10n/jv.php | 8 ++++++++ 2 files changed, 17 insertions(+) create mode 100644 lib/l10n/ast.php create mode 100644 lib/l10n/jv.php (limited to 'lib/l10n') diff --git a/lib/l10n/ast.php b/lib/l10n/ast.php new file mode 100644 index 00000000000..1e4f406b85a --- /dev/null +++ b/lib/l10n/ast.php @@ -0,0 +1,9 @@ + "Personal", +"_%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/jv.php b/lib/l10n/jv.php new file mode 100644 index 00000000000..15f78e0bce6 --- /dev/null +++ b/lib/l10n/jv.php @@ -0,0 +1,8 @@ + 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);"; -- cgit v1.2.3