Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • osian/sucs-site
  • kais58/sucs-site
  • imranh/sucs-site
  • foshjedi2004/sucs-site
  • gigosaurus/sucs-site
  • matstn/sucs-site
  • ripp_/sucs-site
  • eggnog/sucs-site
  • sucssite/sucs-site
  • elbows/sucs-site
  • realitykiller/sucs-site
  • crox/sucs-site
  • vectre/sucs-site
  • welshbyte/sucs-site
  • paperclipman/sucs-site
15 results
Show changes
Showing
with 0 additions and 735 deletions
<?php
// Language definitions used in viewforum.php
$lang_forum = array(
'Post topic' => 'Post new topic',
'Views' => 'Views',
'Moved' => 'Moved',
'Sticky' => 'Sticky',
'Empty forum' => 'Forum is empty.'
);
<?php
// Language definitions used in help.php
$lang_help = array(
'Help' => 'Help',
'produces' => 'produces',
'BBCode info 1' => 'BBCode is a collection of formatting tags that are used to change the look of text in this forum. BBCode is based on the same principal as, and is very similar to, HTML. Below is a list of all the available BBCodes and instructions on how to use them.',
'BBCode info 2' => 'Administrators have the ability to enable or disable BBCode. You can tell if BBCode is enabled or disabled out in the left margin whenever you post a message or edit your signature.',
'Text style' => 'Text style',
'Text style info' => 'The following tags change the appearance of text:',
'Bold text' => 'Bold text',
'Underlined text' => 'Underlined text',
'Italic text' => 'Italic text',
'Red text' => 'Red text',
'Blue text' => 'Blue text',
'Links and images' => 'Links and images',
'Links info' => 'You can create links to other documents or to e-mail addresses using the following tags:',
'My e-mail address' => 'My e-mail address',
'Images info' => 'If you want to display an image you can use the img tag.',
'Quotes' => 'Quotes',
'Quotes info' => 'If you want to quote someone, you should use the quote tag.',
'Quotes info 2' => 'If you don\'t want to quote anyone in particular, you can use the quote tag without specifying a name.',
'Quote text' => 'This is the text i want to quote.',
'produces quote box' => 'produces a quote box like this:',
'Code' => 'Code',
'Code info' => 'When displaying source code you should make sure that you use the code tag. Text displayed with the code tag will use a monospaced font and will not be affected by other tags.',
'Code text' => 'This is some code.',
'produces code box' => 'produces a code box like this:',
'Nested tags' => 'Nested tags',
'Nested tags info' => 'BBCode can be nested to create more advanced formatting. For example:',
'Bold, underlined text' => 'Bold, underlined text',
'Smilies info' => 'If you like (and if it is enabled), the forum can convert a series of smilies to images representations of that smiley. This forum recognizes the following smilies and replaces them with images:'
);
<html>
<head>
<title>.</title>
</head>
<body>
.
</body>
</html>
\ No newline at end of file
<?php
// Language definitions used in index.php
$lang_index = array(
'Topics' => 'Topics',
'Moderators' => 'Moderators',
'Link to' => 'Link to', // As in "Link to http://punbb.informer.com/"
'Empty board' => 'Board is empty.',
'Newest user' => 'Newest registered user',
'Users online' => 'Registered users online',
'Guests online' => 'Guests online',
'No of users' => 'Total number of registered users',
'No of topics' => 'Total number of topics',
'No of posts' => 'Total number of posts',
'Online' => 'Online', // As in "Online: User A, User B etc."
'Board info' => 'Board information',
'Board stats' => 'Board statistics',
'User info' => 'User information'
);
<?php
// Language definitions used in delete.php
$lang_login = array(
// Miscellaneous
'Wrong user/pass' => 'Wrong username and/or password.',
'Forgotten pass' => 'Forgotten your password?',
'Login redirect' => 'Logged in successfully. Redirecting &hellip;',
'Logout redirect' => 'Logged out. Redirecting &hellip;',
'No e-mail match' => 'There is no user registered with the e-mail address',
'Request pass' => 'Request password',
'Request pass legend' => 'Enter the e-mail address with which you registered',
'Request pass info' => 'A new password together with a link to activate the new password will be sent to that address.',
'Not registered' => 'Not registered yet?',
'Login legend' => 'Enter your username and password below',
'Login info' => 'If you have not registered or have forgotten your password click on the appropriate link below.',
// Forget password mail stuff
'Forget mail' => 'An e-mail has been sent to the specified address with instructions on how to change your password. If it does not arrive you can contact the forum administrator at'
);
Subject: Change e-mail address requested
Hello <username>,
You have requested to have a new e-mail address assigned to your account in the discussion forum at <base_url>. If you didn't request this or if you don't want to change your e-mail address you should just ignore this message. Only if you visit the activation page below will your e-mail address be changed. In order for the activation page to work, you must be logged in to the forum.
To change your e-mail address, please visit the following page:
<activation_url>
--
<board_mailer>
(Do not reply to this message)
\ No newline at end of file
Subject: New password requested
Hello <username>,
You have requested to have a new password assigned to your account in the discussion forum at <base_url>. If you didn't request this or if you don't want to change your password you should just ignore this message. Only if you visit the activation page below will your password be changed.
Your new password is: <new_password>
To change your password, please visit the following page:
<activation_url>
--
<board_mailer>
(Do not reply to this message)
\ No newline at end of file
Subject: <mail_subject>
<sender> from <board_title> has sent you a message. You can reply to <sender> by replying to this e-mail.
The message reads as follows:
-----------------------------------------------------------------------
<mail_message>
-----------------------------------------------------------------------
--
<board_mailer>
\ No newline at end of file
<html>
<head>
<title>.</title>
</head>
<body>
.
</body>
</html>
\ No newline at end of file
Subject: Reply to topic: <topic_subject>
<replier> has replied to the topic <topic_subject> to which you are subscribed. There may be more new replies, but this is the only notification you will receive until you visit the board again.
The post is located at <post_url>
You can unsubscribe by going to <unsubscribe_url>
--
<board_mailer>
(Do not reply to this message)
\ No newline at end of file
Subject: Reply to topic: <topic_subject>
<replier> has replied to the topic <topic_subject> to which you are subscribed. There may be more new replies, but this is the only notification you will receive until you visit the board again.
The message reads as follows:
-----------------------------------------------------------------------
<message>
-----------------------------------------------------------------------
The post is located at <post_url>
You can unsubscribe by going to <unsubscribe_url>
--
<board_mailer>
(Do not reply to this message)
\ No newline at end of file
Subject: Welcome to <board_title>!
Thank you for registering in the forums at <base_url>. Your account details are:
Username: <username>
Password: <password>
Login at <login_url> to activate the account.
--
<board_mailer>
(Do not reply to this message)
\ No newline at end of file
<?php
// Language definitions used in various scripts
$lang_misc = array(
'Mark read redirect' => 'All topics and forums have been marked as read. Redirecting &hellip;',
// Send e-mail
'Form e-mail disabled' => 'The user you are trying to send an e-mail to has disabled form e-mail.',
'No e-mail subject' => 'You must enter a subject.',
'No e-mail message' => 'You must enter a message.',
'Too long e-mail message' => 'Messages cannot be longer than 65535 characters (64 KB).',
'E-mail sent redirect' => 'E-mail sent. Redirecting &hellip;',
'Send e-mail to' => 'Send e-mail to',
'E-mail subject' => 'Subject',
'E-mail message' => 'Message',
'E-mail disclosure note' => 'Please note that by using this form, your e-mail address will be disclosed to the recipient.',
'Write e-mail' => 'Write and submit your e-mail message',
// Report
'No reason' => 'You must enter a reason.',
'Report redirect' => 'Post reported. Redirecting &hellip;',
'Report post' => 'Report post',
'Reason' => 'Reason',
'Reason desc' => 'Please enter a short reason why you are reporting this post',
// Subscriptions
'Already subscribed' => 'You are already subscribed to this topic.',
'Subscribe redirect' => 'Your subscription has been added. Redirecting &hellip;',
'Not subscribed' => 'You are not subscribed to this topic.',
'Unsubscribe redirect' => 'Your subscription has been removed. Redirecting &hellip;',
// General forum and topic moderation
'Moderate' => 'Moderate',
'Select' => 'Select', // the header of a column of checkboxes
'Move' => 'Move',
'Delete' => 'Delete',
// Moderate forum
'Open' => 'Open',
'Close' => 'Close',
'Move topic' => 'Move topic',
'Move topics' => 'Move topics',
'Move legend' => 'Select destination of move',
'Move to' => 'Move to',
'Leave redirect' => 'Leave redirect topic(s)',
'Move topic redirect' => 'Topic moved. Redirecting &hellip;',
'Move topics redirect' => 'Topics moved. Redirecting &hellip;',
'Confirm delete legend' => 'Please confirm deletion',
'Delete topics' => 'Delete topics',
'Delete topics comply' => 'Are you sure you want to delete the selected topics?',
'Delete topics redirect' => 'Topics deleted. Redirecting &hellip;',
'Open topic redirect' => 'Topic opened. Redirecting &hellip;',
'Open topics redirect' => 'Topics opened. Redirecting &hellip;',
'Close topic redirect' => 'Topic closed. Redirecting &hellip;',
'Close topics redirect' => 'Topics closed. Redirecting &hellip;',
'No topics selected' => 'You must select at least one topic for move/delete/open/close.',
'Stick topic redirect' => 'Topic sticked. Redirecting &hellip;',
'Unstick topic redirect' => 'Topic unsticked. Redirecting &hellip;',
// Delete multiple posts in topic
'Delete posts' => 'Delete posts',
'Delete posts comply' => 'Are you sure you want to delete the selected posts?',
'Delete posts redirect' => 'Posts deleted. Redirecting &hellip;',
'No posts selected' => 'You must select at least one post to be deleted.'
);
<?php
// Language definitions used in post.php and edit.php
$lang_post = array(
// Post validation stuff (many are similiar to those in edit.php)
'No subject' => 'Topics must contain a subject.',
'Too long subject' => 'Subjects cannot be longer than 70 characters.',
'No message' => 'You must enter a message.',
'Too long message' => 'Posts cannot be longer that 65535 characters (64 KB).',
// Posting
'Post errors' => 'Post errors',
'Post errors info' => 'The following errors need to be corrected before the message can be posted:',
'Post preview' => 'Post preview',
'Guest name' => 'Name', // For guests (instead of Username)
'Post redirect' => 'Post entered. Redirecting &hellip;',
'Post a reply' => 'Post a reply',
'Post new topic' => 'Post new topic',
'Hide smilies' => 'Never show smilies as icons for this post',
'Subscribe' => 'Subscribe to this topic',
'Topic review' => 'Topic review (newest first)',
'Flood start' => 'At least',
'flood end' => 'seconds have to pass between posts. Please wait a little while and try posting again.',
'Preview' => 'Preview', // submit button to preview message
// Edit post
'Edit post legend' => 'Edit the post and submit changes',
'Silent edit' => 'Silent edit (don\'t display "Edited by ..." in topic view)',
'Edit post' => 'Edit post',
'Edit redirect' => 'Post updated. Redirecting &hellip;'
);
<?php
// Language definitions used in both profile.php and register.php
$lang_prof_reg = array(
'E-mail legend' => 'Enter a valid e-mail address',
'E-mail legend 2' => 'Enter and confirm a valid e-mail address',
'Localisation legend' => 'Set your localisation options',
'Timezone' => 'Timezone',
'Timezone info' => 'For the forum to display times correctly you must select your local timezone.',
'Language' => 'Language',
'Language info' => 'You can choose which language you wish to use to view the forum.',
'E-mail setting info' => 'Select whether you want your e-mail address to be viewable to other users or not and if you want other users to be able to send you e-mail via the forum (form e-mail) or not.',
'E-mail setting 1' => 'Display your e-mail address.',
'E-mail setting 2' => 'Hide your e-mail address but allow form e-mail.',
'E-mail setting 3' => 'Hide your e-mail address and disallow form e-mail.',
'Privacy options legend' => 'Set your privacy options',
'Save user/pass' => 'Save username and password between visits.',
'Save user/pass info' => 'This option sets whether the forum should "remember" you between visits. If enabled, you will not have to login every time you visit the forum. You will be logged in automatically. Recommended.',
'Confirm pass' => 'Confirm password',
'Username too short' => 'Usernames must be at least 2 characters long. Please choose another (longer) username.',
'Username guest' => 'The username guest is reserved. Please choose another username.',
'Username IP' => 'Usernames may not be in the form of an IP address. Please choose another username.',
'Username reserved chars' => 'Usernames may not contain all the characters \', " and [ or ] at once. Please choose another username.',
'Username BBCode' => 'Usernames may not contain any of the text formatting tags (BBCode) that the forum uses. Please choose another username.',
'Dupe username' => 'Someone else has already registered with that username. Please choose another username.',
'Pass too short' => 'Passwords must be at least 4 characters long. Please choose another (longer) password.',
'Pass not match' => 'Passwords do not match. Please go back and correct.',
'Banned e-mail' => 'The e-mail address you entered is banned in this forum. Please choose another e-mail address.',
'Dupe e-mail' => 'Someone else is already registered with that e-mail address. Please choose another e-mail address.',
'Sig too long' => 'Signatures cannot be longer than',
'characters' => 'characters',
'Sig too many lines' => 'Signatures cannot have more than',
'lines' => 'lines',
'Signature quote/code' => 'The quote and code BBCodes are not allowed in signatures. Please go back and correct.',
'Bad ICQ' => 'You entered an invalid ICQ UIN. Please go back and correct.'
);
<?php
// Language definitions used in profile.php
$lang_profile = array(
// Navigation and sections
'Profile menu' => 'Profile menu',
'Section essentials' => 'Essentials',
'Section personal' => 'Personal',
'Section messaging' => 'Messaging',
'Section personality' => 'Personality',
'Section display' => 'Display',
'Section privacy' => 'Privacy',
'Section admin' => 'Administration',
// Miscellaneous
'Username and pass legend' => 'Enter your username and password',
'Personal details legend' => 'Enter your personal details',
'Contact details legend' => 'Enter your messaging details',
'Options display' => 'Set your display options',
'Options post' => 'Set your post viewing options',
'User activity' => 'User activity',
'Paginate info' => 'Enter the number of topics and posts you wish to view on each page.',
// Password stuff
'Pass key bad' => 'The specified password activation key was incorrect or has expired. Please re-request a new password. If that fails, contact the forum administrator at',
'Pass updated' => 'Your password has been updated. You can now login with your new password.',
'Pass updated redirect' => 'Password updated. Redirecting &hellip;',
'Wrong pass' => 'Wrong old password.',
'Change pass' => 'Change password',
'Change pass legend' => 'Enter and confirm your new password',
'Old pass' => 'Old password',
'New pass' => 'New password',
'Confirm new pass' => 'Confirm new password',
// E-mail stuff
'E-mail key bad' => 'The specified e-mail activation key was incorrect or has expired. Please re-request change of e-mail address. If that fails, contact the forum administrator at',
'E-mail updated' => 'Your e-mail address has been updated.',
'Activate e-mail sent' => 'An email has been sent to the specified address with instructions on how to activate the new e-mail address. If it doesn\'t arrive you can contact the forum administrator at',
'E-mail legend' => 'Enter your new e-mail address',
'E-mail instructions' => 'An e-mail will be sent to your new address with an activation link. You must click the link in the e-mail you receive to activate the new address.',
'Change e-mail' => 'Change e-mail address',
'New e-mail' => 'New e-mail',
// Avatar upload stuff
'Avatars disabled' => 'The administrator has disabled avatar support.',
'Too large ini' => 'The selected file was too large to upload. The server didn\'t allow the upload.',
'Partial upload' => 'The selected file was only partially uploaded. Please try again.',
'No tmp directory' => 'PHP was unable to save the uploaded file to a temporary location.',
'No file' => 'You did not select a file for upload.',
'Bad type' => 'The file you tried to upload is not of an allowed type. Allowed types are gif, jpeg and png.',
'Too wide or high' => 'The file you tried to upload is wider and/or higher than the maximum allowed',
'Too large' => 'The file you tried to upload is larger than the maximum allowed',
'pixels' => 'pixels',
'bytes' => 'bytes',
'Move failed' => 'The server was unable to save the uploaded file. Please contact the forum administrator at',
'Unknown failure' => 'An unknown error occurred. Please try again.',
'Avatar upload redirect' => 'Avatar uploaded. Redirecting &hellip;',
'Avatar deleted redirect' => 'Avatar deleted. Redirecting &hellip;',
'Avatar desc' => 'An avatar is a small image that will be displayed under your username in your posts. It must not be any bigger than',
'Upload avatar' => 'Upload avatar',
'Upload avatar legend' => 'Enter an avatar file to upload',
'Delete avatar' => 'Delete avatar', // only for admins
'File' => 'File',
'Upload' => 'Upload', // submit button
// Form validation stuff
'Dupe username' => 'Someone else has already registered with that username. Please go back and try a different username.',
'Forbidden title' => 'The title you entered contains a forbidden word. You must choose a different title.',
'Profile redirect' => 'Profile updated. Redirecting &hellip;',
// Profile display stuff
'Not activated' => 'This user hasn\'t activated his/her account yet. The account is activated when he/she logs in the first time.',
'Unknown' => '(Unknown)', // This is displayed when a user hasn't filled out profile field (e.g. Location)
'Private' => '(Private)', // This is displayed when a user does not want to receive e-mails
'No avatar' => '(No avatar)',
'Show posts' => 'Show all posts',
'Realname' => 'Real name',
'Location' => 'Location',
'Website' => 'Website',
'Jabber' => 'Jabber',
'ICQ' => 'ICQ',
'MSN' => 'MSN Messenger',
'AOL IM' => 'AOL IM',
'Yahoo' => 'Yahoo! Messenger',
'Avatar' => 'Avatar',
'Signature' => 'Signature',
'Sig max length' => 'Max length',
'Sig max lines' => 'Max lines',
'Avatar legend' => 'Set your avatar display options',
'Avatar info' => 'An avatar is a small image that will be displayed with all your posts. You can upload an avatar by clicking the link below. The checkbox \'Use avatar\' below must be checked in order for the avatar to be visible in your posts.',
'Change avatar' => 'Change avatar',
'Use avatar' => 'Use avatar.',
'Signature legend' => 'Compose your signature',
'Signature info' => 'A signature is a small piece of text that is attached to your posts. In it, you can enter just about anything you like. Perhaps you would like to enter your favourite quote or your star sign. It\'s up to you! In your signature you can use BBCode if it is allowed in this particular forum. You can see the features that are allowed/enabled listed below whenever you edit your signature.',
'Sig preview' => 'Current signature preview:',
'No sig' => 'No signature currently stored in profile.',
'Topics per page' => 'Topics',
'Topics per page info' => 'This setting controls how many topics are displayed per page when you view a forum. If you are uncertain about what to use, you can just leave it blank and the forum default will be used.',
'Posts per page' => 'Posts',
'Posts per page info' => 'This setting controls how many posts are displayed per page when you view a topic. If you are uncertain about what to use, you can just leave it blank and the forum default will be used.',
'Leave blank' => 'Leave blank to use forum default.',
'Notify full' => 'Include post in subscription e-mails.',
'Notify full info' => 'With this enabled, a plain text version of the new post will be included in subscription notification e-mails.',
'Show smilies' => 'Show smilies as graphic icons',
'Show smilies info' => 'If you enable this option, small images will be displayed instead of text smilies.',
'Show images' => 'Show images in posts.',
'Show images info' => 'Disable this if you don\'t want to see images in posts (i.e. images displayed with the [img]-tag).',
'Show images sigs' => 'Show images in user signatures.',
'Show images sigs info' => 'Disable this if you don\'t want to see images in signatures (i.e. images displayed with the [img]-tag).',
'Show avatars' => 'Show user avatars in posts.',
'Show avatars info' => 'This option toggles whether user avatar images will be displayed in posts or not.',
'Show sigs' => 'Show user signatures.',
'Show sigs info' => 'Enable if you would like to see user signatures.',
'Style legend' => 'Select your preferred style',
'Style info' => 'If you like you can use a different visual style for this forum.',
'Admin note' => 'Admin note',
'Pagination legend' => 'Enter your pagination options',
'Post display legend' => 'Set your options for viewing posts',
'Post display info' => 'If you are on a slow connection, disabling these options, particularly showing images in posts and signatures, will make pages load faster.',
'Instructions' => 'When you update your profile, you will be redirected back to this page.',
// Administration stuff
'Group membership legend' => 'Choose user group',
'Save' => 'Save',
'Set mods legend' => 'Set moderator access',
'Moderator in' => 'Moderator in',
'Moderator in info' => 'Choose what forums this user should be allowed to moderate. Note: This only applies to moderators. Administrators always have full permissions in all forums.',
'Update forums' => 'Update forums',
'Delete ban legend' => 'Delete (administrators only) or ban user',
'Delete user' => 'Delete user',
'Ban user' => 'Ban user',
'Confirm delete legend' => 'Important: read before deleting user',
'Confirm delete user' => 'Confirm delete user',
'Confirmation info' => 'Please confirm that you want to delete the user', // the username will be appended to this string
'Delete warning' => 'Warning! Deleted users and/or posts cannot be restored. If you choose not to delete the posts made by this user, the posts can only be deleted manually at a later time.',
'Delete posts' => 'Delete any posts and topics this user has made.',
'Delete' => 'Delete', // submit button (confirm user delete)
'User delete redirect' => 'User deleted. Redirecting &hellip;',
'Group membership redirect' => 'Group membership saved. Redirecting &hellip;',
'Update forums redirect' => 'Forum moderator rights updated. Redirecting &hellip;',
'Ban redirect' => 'Redirecting &hellip;'
);
<?php
// Language definitions used in register.php
$lang_register = array(
// Miscellaneous
'No new regs' => 'This forum is not accepting new registrations.',
'Reg cancel redirect' => 'Registration cancelled. Redirecting &hellip;',
'Forum rules' => 'Forum rules',
'Rules legend' => 'You must agree to the following in order to register',
'Agree' => 'Agree',
'Cancel' => 'Cancel',
'Register' => 'Register',
// Form validation stuff (some of these are also used in post.php)
'Username censor' => 'The username you entered contains one or more censored words. Please choose a different username.',
'Username dupe 1' => 'Someone is already registered with the username',
'Username dupe 2' => 'The username you entered is too similar. The username must differ from that by at least one alphanumerical character (a-z or 0-9). Please choose a different username.',
'E-mail not match' => 'E-mail addresses do not match. Please go back and correct.',
// Registration e-mail stuff
'Reg e-mail' => 'Thank you for registering. Your password has been sent to the specified address. If it doesn\'t arrive you can contact the forum administrator at',
'Reg complete' => 'Registration complete. Logging in and redirecting &hellip;',
// Register info
'Desc 1' => 'Registration will grant you access to a number of features and capabilities otherwise unavailable. These functions include the ability to edit and delete posts, design your own signature that accompanies your posts and much more. If you have any questions regarding this forum you should ask an administrator.',
'Desc 2' => 'Below is a form you must fill out in order to register. Once you are registered you should visit your profile and review the different settings you can change. The fields below only make up a small part of all the settings you can alter in your profile.',
'Username legend' => 'Please enter a username between 2 and 25 characters long',
'Pass legend 1' => 'Please enter and confirm your chosen password',
'Pass legend 2' => 'Please read the instructions below',
'Pass info' => 'Passwords can be between 4 and 16 characters long. Passwords are case sensitive.',
'E-mail info' => 'You must enter a valid e-mail address as your randomly generated password will be sent to that address.',
'Confirm e-mail' => 'Confirm e-mail address',
);
<?php
// Language definitions used in search.php
$lang_search = array(
// The search form
'User search' => 'User search',
'No search permission' => 'You do not have permission to use the search feature.',
'Search' => 'Search',
'Search criteria legend' => 'Enter your search criteria',
'Search info' => 'To search by keyword, enter a term or terms to search for. Separate terms with spaces. Use AND, OR and NOT to refine your search. To search by author enter the username of the author whose posts you wish to search for. Use wildcard character * for partial matches.',
'Keyword search' => 'Keyword search',
'Author search' => 'Author search',
'Search in legend' => 'Select where to search',
'Search in info' => 'Choose in which forum you would like to search and if you want to search in topic subjects, message text or both.',
'Forum search' => 'Forum',
'All forums' => 'All forums',
'Search in' => 'Search in',
'Message and subject' => 'Message text and topic subject',
'Message only' => 'Message text only',
'Topic only' => 'Topic subject only',
'Sort by' => 'Sort by',
'Sort order' => 'Sort order',
'Search results legend' => 'Select how to view search results',
'Search results info' => 'You can choose how you wish to sort and show your results.',
'Sort by post time' => 'Post time',
'Sort by author' => 'Author',
'Sort by subject' => 'Subject',
'Sort by forum' => 'Forum',
'Ascending' => 'Ascending',
'Descending' => 'Descending',
'Show as' => 'Show results as',
'Show as topics' => 'Topics',
'Show as posts' => 'Posts',
// Results
'Search results' => 'Search results',
'No terms' => 'You have to enter at least one keyword and/or an author to search for.',
'No hits' => 'Your search returned no hits.',
'No user posts' => 'There are no posts by this user in this forum.',
'No subscriptions' => 'You are currently not subscribed to any topics.',
'No new posts' => 'There are no topics with new posts since your last visit.',
'No recent posts' => 'No new posts have been made within the last 24 hours.',
'No unanswered' => 'There are no unanswered posts in this forum.',
'Go to post' => 'Go to post'
);
about
after
ago
all
almost
along
also
any
anybody
anywhere
are
arent
around
ask
been
before
being
between
but
came
can
cant
come
could
couldnt
did
didnt
does
doesnt
dont
each
either
else
even
every
everybody
everyone
find
for
from
get
going
gone
got
had
has
have
havent
having
her
here
hers
him
his
how
ill
into
isnt
its
ive
just
know
less
like
make
many
may
more
most
much
must
near
never
none
nothing
now
off
often
once
one
only
other
our
ours
out
over
please
rather
really
said
see
she
should
small
some
something
sometime
somewhere
take
than
thank
thanks
that
thats
the
their
theirs
them
then
there
these
they
thing
think
this
those
though
through
thus
too
true
two
under
until
upon
use
very
want
was
way
well
were
what
when
where
which
who
whom
whose
why
will
with
within
without
would
yes
yet
you
your
yours
\ No newline at end of file
<?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'
);