diff options
author | Max Kostikov <max@kostikov.co> | 2018-10-13 19:56:07 +0200 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2018-10-13 19:56:07 +0200 |
commit | 54bdf59dde11e5154c696c33719aaf3976b74e6c (patch) | |
tree | 2fddc09518ef113a7253dcbdac0e2df205f6ca6a /include/js_strings.php | |
parent | e96e3dc6e6fe7e2e0d5131d8168f048e24216962 (diff) | |
download | volse-hubzilla-54bdf59dde11e5154c696c33719aaf3976b74e6c.tar.gz volse-hubzilla-54bdf59dde11e5154c696c33719aaf3976b74e6c.tar.bz2 volse-hubzilla-54bdf59dde11e5154c696c33719aaf3976b74e6c.zip |
Update js_strings.php
Diffstat (limited to 'include/js_strings.php')
-rw-r--r-- | include/js_strings.php | 10 |
1 files changed, 5 insertions, 5 deletions
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') : '[]'), |