There is no RationalWiki without you. We are a small non-profit with no staff—we are hundreds of volunteers who document pseudoscience and crankery around the world every day. We will never allow ads because we must remain independent. We cannot rely on big donors with corresponding big agendas. We are not the largest website around, but we believe we play an important role in defending truth and objectivity. |
Fighting pseudoscience isn't free. We are 100% user-supported! Help and donate $5, $10, $20 or whatever you can today with ![]() ![]() |
User:Nx/Extensions/Intercom/Intercom.i18n.php
< User:Nx | Extensions
Jump to navigation
Jump to search
<?php
$messages = array();
$messages['en'] = array(
'intercomnotice' => "<p style='font-weight: bold;'>$1</p>" .
"<p>$2</p>" .
"<p'>from $3, group $4 at $5</p>$6 $7 $8",
'intercommessage' => "<p style='font-weight: bold;'>$1</p>" .
"<p>$2</p>" .
"<p>from $3, group $4 at $5</p>",
'intercom-next' => 'Next',
'intercom-prev' => 'Previous',
'intercom-markread' => 'Mark as read',
'intercom' => 'Intercom',
'intercom-list' => "*General site news",
'intercom-urgentlist' => "Site wide (urgent)",
'intercomgroups-legend' => 'Your group membership',
'intercomgroups-save' => 'Save',
'intercom-anon' => 'Sorry, this feature is only available to logged in users.',
'intercom-sendmessage' => 'Send',
'intercom-preview' => 'Preview',
'intercom-expires' => '30 minutes:30 minutes,1 hour:1 hour,2 hours:2 hours,6 hours:6 hours,12 hours:12 hours,1 day:1 day,2 days:2 days,1 week:1 week',
'intercom-other' => 'other',
'intercom-wrongexpiry' => 'Expiry is invalid',
'intercom-messageheader' => 'Message',
'intercom-nomessage' => 'Message not found',
'intercom-newlink' => 'Write new',
'intercom-groupslink' => 'Configure groups',
'intercom-pager-row' => "Message from $1 sent to $2 at $3 (expires: $4) : <strong>$5</strong> ...",
'intercom-pager-readlink' => 'read',
'intercom-pager-cancellink' => 'mark as read for anonymous users',
'intercom-cancelconfirm' => 'Are you sure you wish to hide this message from anonymous users?',
'intercom-cancelbutton' => 'Hide',
'intercom-summary' => 'Summary: ',
'intercom-cancelsuccess' => 'Message hidden',
'intercom-return' => 'Return',
'right-intercom-sendurgent' => 'Send messages to the default intercom group',
'right-intercom-sendmessage' => 'Send intercom messages',
);