aboutsummaryrefslogtreecommitdiffstats
path: root/include/js_strings.php
diff options
context:
space:
mode:
authorAlexandre Hannud Abdo <abdo@member.fsf.org>2014-02-24 17:47:57 -0300
committerAlexandre Hannud Abdo <abdo@member.fsf.org>2014-02-24 17:47:57 -0300
commit59211e0ac82f285dde81cc2c384a5fb807241d20 (patch)
treec46f4162c708fd0c1316e7045d47267a57f4a05a /include/js_strings.php
parente4eeb9d101e7064049f721edcf959ef3bd968ac0 (diff)
downloadvolse-hubzilla-59211e0ac82f285dde81cc2c384a5fb807241d20.tar.gz
volse-hubzilla-59211e0ac82f285dde81cc2c384a5fb807241d20.tar.bz2
volse-hubzilla-59211e0ac82f285dde81cc2c384a5fb807241d20.zip
Translation for jQuery.divgrow strings. Fix mismatch in jQuery.timeago strings
Diffstat (limited to 'include/js_strings.php')
-rw-r--r--include/js_strings.php24
1 files changed, 13 insertions, 11 deletions
diff --git a/include/js_strings.php b/include/js_strings.php
index afa8f075a..2d96ca9d2 100644
--- a/include/js_strings.php
+++ b/include/js_strings.php
@@ -2,18 +2,20 @@
function js_strings() {
return replace_macros(get_markup_template('js_strings.tpl'), array(
- '$delitem' => t('Delete this item?'),
- '$comment' => t('Comment'),
- '$showmore' => t('show more'),
- '$showfewer' => t('show fewer'),
- '$pwshort' => t("Password too short"),
- '$pwnomatch' => t("Passwords do not match"),
- '$everybody' => t('everybody'),
- '$passphrase' => t('Secret Passphrase'),
- '$passhint' => t('Passphrase hint'),
+ '$delitem' => t('Delete this item?'),
+ '$comment' => t('Comment'),
+ '$showmore' => t('show more'),
+ '$showfewer' => t('show fewer'),
+ '$divgrowmore' => t('+ Show More'),
+ '$divgrowless' => t('- Show Less'),
+ '$pwshort' => t("Password too short"),
+ '$pwnomatch' => t("Passwords do not match"),
+ '$everybody' => t('everybody'),
+ '$passphrase' => t('Secret Passphrase'),
+ '$passhint' => t('Passphrase hint'),
'$t01' => ((t('timeago.prefixAgo') != 'timeago.prefixAgo') ? t('timeago.prefixAgo') : 'null'),
- '$t02' => ((t('timeago.suffixAgo') != 'timeago.suffixAgo') ? t('timeago.suffixAgo') : 'null'),
+ '$t02' => ((t('timeago.prefixFromNow') != 'timeago.prefixFromNow') ? t('timeago.prefixFromNow') : 'null'),
'$t03' => t('ago'),
'$t04' => t('from now'),
'$t05' => t('less than a minute'),
@@ -32,4 +34,4 @@ function js_strings() {
));
-} \ No newline at end of file
+}