aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-11-13 14:37:02 -0800
committerfriendica <info@friendica.com>2012-11-13 14:37:02 -0800
commit34f8b06d4511592dc6bdb3cdae3b44d86e9825e6 (patch)
tree4b3768ce55ba7292ca566b7c6aeca33bb44b6ac8 /include
parent67a7d440d9c8b37acfe2aa7c062f453680c45384 (diff)
downloadvolse-hubzilla-34f8b06d4511592dc6bdb3cdae3b44d86e9825e6.tar.gz
volse-hubzilla-34f8b06d4511592dc6bdb3cdae3b44d86e9825e6.tar.bz2
volse-hubzilla-34f8b06d4511592dc6bdb3cdae3b44d86e9825e6.zip
still a lot of files to bring up to date with new architecture - keep plugging away at them
Diffstat (limited to 'include')
-rw-r--r--include/enotify.php18
1 files changed, 9 insertions, 9 deletions
diff --git a/include/enotify.php b/include/enotify.php
index c5925f2e7..621f787ed 100644
--- a/include/enotify.php
+++ b/include/enotify.php
@@ -11,7 +11,7 @@ function notification($params) {
push_lang($params['language']);
- $banner = t('Friendica Notification');
+ $banner = t('Red Notification');
$product = FRIENDICA_PLATFORM;
$siteurl = $a->get_baseurl(true);
$thanks = t('Thank You,');
@@ -39,7 +39,7 @@ function notification($params) {
if($params['type'] == NOTIFY_MAIL) {
- $subject = sprintf( t('[Friendica:Notify] New mail received at %s'),$sitename);
+ $subject = sprintf( t('[Red:Notify] New mail received at %s'),$sitename);
$preamble = sprintf( t('%1$s sent you a new private message at %2$s.'),$params['source_name'],$sitename);
$epreamble = sprintf( t('%1$s sent you %2$s.'),'[url=' . $params['source_link'] . ']' . $params['source_name'] . '[/url]', '[url=$itemlink]' . t('a private message') . '[/url]');
@@ -109,7 +109,7 @@ function notification($params) {
// Before this we have the name of the replier on the subject rendering
// differents subjects for messages on the same thread.
- $subject = sprintf( t('[Friendica:Notify] Comment to conversation #%1$d by %2$s'), $parent_id, $params['source_name']);
+ $subject = sprintf( t('[Red:Notify] Comment to conversation #%1$d by %2$s'), $parent_id, $params['source_name']);
$preamble = sprintf( t('%s commented on an item/conversation you have been following.'), $params['source_name']);
$epreamble = $dest_str;
@@ -120,7 +120,7 @@ function notification($params) {
}
if($params['type'] == NOTIFY_WALL) {
- $subject = sprintf( t('[Friendica:Notify] %s posted to your profile wall') , $params['source_name']);
+ $subject = sprintf( t('[Red:Notify] %s posted to your profile wall') , $params['source_name']);
$preamble = sprintf( t('%1$s posted to your profile wall at %2$s') , $params['source_name'], $sitename);
@@ -135,7 +135,7 @@ function notification($params) {
}
if($params['type'] == NOTIFY_TAGSELF) {
- $subject = sprintf( t('[Friendica:Notify] %s tagged you') , $params['source_name']);
+ $subject = sprintf( t('[Red:Notify] %s tagged you') , $params['source_name']);
$preamble = sprintf( t('%1$s tagged you at %2$s') , $params['source_name'], $sitename);
$epreamble = sprintf( t('%1$s [url=%2$s]tagged you[/url].') ,
'[url=' . $params['source_link'] . ']' . $params['source_name'] . '[/url]',
@@ -149,7 +149,7 @@ function notification($params) {
if($params['type'] == NOTIFY_POKE) {
- $subject = sprintf( t('[Friendica:Notify] %1$s poked you') , $params['source_name']);
+ $subject = sprintf( t('[Red:Notify] %1$s poked you') , $params['source_name']);
$preamble = sprintf( t('%1$s poked you at %2$s') , $params['source_name'], $sitename);
$epreamble = sprintf( t('%1$s [url=%2$s]poked you[/url].') ,
'[url=' . $params['source_link'] . ']' . $params['source_name'] . '[/url]',
@@ -166,7 +166,7 @@ function notification($params) {
}
if($params['type'] == NOTIFY_TAGSHARE) {
- $subject = sprintf( t('[Friendica:Notify] %s tagged your post') , $params['source_name']);
+ $subject = sprintf( t('[Red:Notify] %s tagged your post') , $params['source_name']);
$preamble = sprintf( t('%1$s tagged your post at %2$s') , $params['source_name'], $sitename);
$epreamble = sprintf( t('%1$s tagged [url=%2$s]your post[/url]') ,
'[url=' . $params['source_link'] . ']' . $params['source_name'] . '[/url]',
@@ -179,7 +179,7 @@ function notification($params) {
}
if($params['type'] == NOTIFY_INTRO) {
- $subject = sprintf( t('[Friendica:Notify] Introduction received'));
+ $subject = sprintf( t('[Red:Notify] Introduction received'));
$preamble = sprintf( t('You\'ve received an introduction from \'%1$s\' at %2$s'), $params['source_name'], $sitename);
$epreamble = sprintf( t('You\'ve received [url=%1$s]an introduction[/url] from %2$s.'),
$itemlink,
@@ -193,7 +193,7 @@ function notification($params) {
}
if($params['type'] == NOTIFY_SUGGEST) {
- $subject = sprintf( t('[Friendica:Notify] Friend suggestion received'));
+ $subject = sprintf( t('[Red:Notify] Friend suggestion received'));
$preamble = sprintf( t('You\'ve received a friend suggestion from \'%1$s\' at %2$s'), $params['source_name'], $sitename);
$epreamble = sprintf( t('You\'ve received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s.'),
$itemlink,