From 54bdf59dde11e5154c696c33719aaf3976b74e6c Mon Sep 17 00:00:00 2001 From: Max Kostikov Date: Sat, 13 Oct 2018 19:56:07 +0200 Subject: Update js_strings.php --- include/js_strings.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'include/js_strings.php') diff --git a/include/js_strings.php b/include/js_strings.php index 17de06b31..c053e5666 100644 --- a/include/js_strings.php +++ b/include/js_strings.php @@ -55,15 +55,15 @@ function js_strings() { // translatable main strings for jquery.timeago '$t05' => t('less than a minute'), '$t06' => t('about a minute'), - '$t07' => t('%d minutes'), + '$t07' => ta('%d minutes'), '$t08' => t('about an hour'), - '$t09' => t('about %d hours'), + '$t09' => ta('about %d hours'), '$t10' => t('a day'), - '$t11' => t('%d days'), + '$t11' => ta('%d days'), '$t12' => t('about a month'), - '$t13' => t('%d months'), + '$t13' => ta('%d months'), '$t14' => t('about a year'), - '$t15' => t('%d years'), + '$t15' => ta('%d years'), '$t16' => t(' '), // wordSeparator '$t17' => ((t('timeago.numbers') != 'timeago.numbers') ? t('timeago.numbers') : '[]'), -- cgit v1.2.3