Skip to content
Snippets Groups Projects
Select Git revision
  • 9b586f515e17d5e00037e1cf3da38628101044fc
  • master default protected
  • sucs-site protected
  • beta protected
4 results

topic.php

  • topic.php 771 B
    <?php
    
    // Language definitions used in viewtopic.php
    $lang_topic = array(
    
    'Post reply'		=>	'Post reply',
    'Topic closed'		=>	'Topic closed',
    'From'				=>	'From',				// User location
    'Note'				=>	'Note',				// Admin note
    'Website'			=>	'Website',
    'Guest'				=>	'Guest',
    'Online'			=>	'Online',
    'Offline'			=>	'Offline',
    'Last edit'			=>	'Last edited by',
    'Report'			=>	'Report',
    'Delete'			=>	'Delete',
    'Edit'				=>	'Edit',
    'Quote'				=>	'Quote',
    'Is subscribed'		=>	'You are currently subscribed to this topic',
    'Unsubscribe'		=>	'Unsubscribe',
    'Subscribe'			=>	'Subscribe to this topic',
    'Quick post'		=>	'Quick post',
    
    'Link separator'	=>	' | ',	// The text that separates links in posts (website, e-mail, report, edit etc.)
    'Mod controls'		=>	'Moderator controls'
    
    );