diff options
author | Max Kostikov <max@kostikov.co> | 2019-12-04 03:44:24 +0100 |
---|---|---|
committer | M. Dent <dentm42@gmail.com> | 2019-12-04 03:44:24 +0100 |
commit | 21b398252aaf28d9ff8045fbe3e9fcb162a6f447 (patch) | |
tree | 2c18404f4315d46c8d01fd0f8899062a4f9e50d6 /include/js_strings.php | |
parent | c1aa96ebf70fd5b6426d96bf7d7e771dfc4ca9ab (diff) | |
download | volse-hubzilla-21b398252aaf28d9ff8045fbe3e9fcb162a6f447.tar.gz volse-hubzilla-21b398252aaf28d9ff8045fbe3e9fcb162a6f447.tar.bz2 volse-hubzilla-21b398252aaf28d9ff8045fbe3e9fcb162a6f447.zip |
Add content pinning support
Diffstat (limited to 'include/js_strings.php')
-rw-r--r-- | include/js_strings.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/js_strings.php b/include/js_strings.php index f01fa87ae..6f559f4c4 100644 --- a/include/js_strings.php +++ b/include/js_strings.php @@ -33,7 +33,10 @@ function js_strings() { '$name_empty' => t('A channel name is required.'), '$name_ok1' => t('This is a '), '$name_ok2' => t(' channel name'), - '$to_reply' => t('Back to reply'), + '$to_reply' => t('Back to reply'), + '$pinned' => t('Pinned'), + '$pin_item' => t('Pin to the top'), + '$unpin_item' => t('Unpin from the top'), // translatable prefix and suffix strings for jquery.timeago - // using the defaults set below if left untranslated, empty strings if |