Logg inn med Facebook eller Google!

Oversetting

Started by Ole, 31. Jan 11, 00:16:11

Previous topic - Next topic

Ole

En liten oversettingsjobb!  :mrgreen:

<?php
/*********************************************
  ForumsPro
  Copyright © 2005 by ForumsPro Dev Team
  http://www.myndworx.com
  ********************************************
  
  CPG Dragonflyâ,,¢ CMS
  ********************************************
  Copyright © 2004-2005 by CPG-Nuke Dev Team
  http://www.dragonflycms.com

  Dragonfly is released under the terms and conditions
  of the GNU GPL version 2 or any later version

  $Source$
  $Revision: 276 $
  $Author: scarah $
  $Date: 2007-04-22 14:09:01 -0700 (Sun, 22 Apr 2007) $

  If editing this file please edit the second 
  or right side of the pair of terms.
Encoding test: n-array summation ? latin ae w/ acute ?
*******************************************************/
if (!defined(\'CPG_NUKE\')) { exit; }

if (defined(\'ADMIN_PAGES\')) {
get_lang(\'admin/forumspro\');
}

define(\'_FPRO_FORUMSPROISINACTIVE\', \'The %s module is inactive\');
define(\'_FPRO_THEREARENOPOSTS\', \'There are no forum posts\');

# Attachments
define(\'_FPRO_FTPERRORUPLOAD\', \'Could not upload files to ftp directory: \\\'%s\\\'. Please check your FTP Settings.\');
define(\'_FPRO_ATTACHPOSTINGCP\', \'Attachment Posting Control Panel\');
define(\'_FPRO_ATTACHPOSTINGCPEXPLAIN\', \'If you click on Add an Attachment, you will see the box for adding Attachments.<br />If you click on Posted Attachments, you will see a list of already attached Files and you are able to edit them.<br />If you want to Replace (Upload new Version) an Attachment, you have to click both links. Add the Attachment as you normally would do, thereafter don\\\'t click on Add Attachment, rather click on Upload New Version at the Attachment Entry you intend to update.\');
define(\'_FPRO_OPTIONS\', \'Options\');
define(\'_FPRO_ADDATTACHMENT\', \'Add Attachment\');
define(\'_FPRO_ADDATTACHMENTTITLE\', \'Add an Attachment\');
define(\'_FPRO_ADDATTACHMENTEXPLAIN\', \'If you do not want to add an Attachment to your Post, please leave the Fields blank\');
define(\'_FPRO_POSTEDATTACHMENTS\', \'Posted Attachments\');
define(\'_FPRO_FILENAME\', \'Filename\');
define(\'_FPRO_FILECOMMENT\', \'File Comment\');
define(\'_FPRO_UPDATECOMMENT\', \'Update Comment\');
define(\'_FPRO_UPLOADNEWVERSION\', \'Upload new version\');
define(\'_FPRO_DELETEATTACHMENT\', \'Delete Attachment\');
define(\'_FPRO_DELETETHUMBNAIL\', \'Delete Thumbnail\');
define(\'_FPRO_ALLOWEDEXTENSIONSANDSIZES\', \'Allowed extensions and sizes\');
define(\'_FPRO_DESCRIPTION\', \'Description\');
define(\'_FPRO_FILESIZE\', \'Filesize\');
define(\'_FPRO_TIMES\', \'Time(s)\');
define(\'_FPRO_DOWNLOADED\', \'Downloaded\');
define(\'_FPRO_VIEWED\', \'Viewed\');
define(\'_FPRO_ERRORTOOMANYATTACHMENTS\', \'Attachment cannot be added, since the max. number of %d Attachments in this post was achieved\');
define(\'_FPRO_ERROREMPTYADDATTACHBOX\', \'You have to enter values in the \\\'Add an Attachment\\\' Box\');
define(\'_FPRO_ERRORMISSINGOLDENTRY\', \'Unable to Update Attachment, could not find old Attachment Entry\');
define(\'_FPRO_ERRORATTACHMENTPHPSIZENA\', \'The Attachment is too big.<br />Couldn\\\'t get the maximum Size defined in PHP.<br />The Attachment Mod is unable to determine the maximum Upload Size defined in the php.ini.\');
define(\'_FPRO_ERRORATTACHMENTPHPSIZEOVERRUN\', \'The Attachment is too big.<br />Maximum Upload Size: %d MB.<br />Please note that this Size is defined in php.ini, this means it\\\'s set by PHP and the Attachment Mod can not override this value.\');
define(\'_FPRO_ERRORPARTIALUPLOAD\', \'The file you are trying upload was only partially uploaded.\');
define(\'_FPRO_ERRORINVALIDFILENAME\', \'%s is an invalid filename\');
define(\'_FPRO_ERRORDISALLOWEDEXTENSION\', \'The Extension %s is not allowed\');
define(\'_FPRO_ERRORDISALLOWEDEXTENSIONWITHINFORUM\', \'You are not allowed to post Files with the Extension %s within this Forum\');
define(\'_FPRO_ERRORIMAGESIZE\', \'The Attachment/Image must be less than %d pixels wide and %d pixels high\');
define(\'_FPRO_ERRORATTACHMENTTOOBIG\', \'The Attachment is too big.<br />Max Size: %d %s\');
define(\'_FPRO_ERRORATTACHMENTQUOTAREACHED\', \'Sorry, but the maximum filesize for all Attachments is reached. Please contact the Board Administrator if you have questions.\');
define(\'_FPRO_ERRORGENERALUPLOADERROR\', \'Upload Error: Could not upload Attachment to %s.\');
define(\'_FPRO_ERRORUSERUPLOADQUOTAREACHED\', \'Sorry, you have reached your maximum Upload Quota Limit of %d %s\');
define(\'_FPRO_ERROREXTENSIONDISABLEDAFTERPOSTING\', \'The Extension \\\'%s\\\' was deactivated by an board admin, therefore this Attachment is not displayed.\');
define(\'_FPRO_ERRORNOATTACHMENT\', \'The selected Attachment does not exist anymore\');
define(\'_FPRO_ERRORFILENOTFOUND\', \'<br /><br /><b>404 File Not Found:</b> The File <i>%s</i> does not exist.\');
define(\'_FPRO_ERRORNOATTACHMENTSELECTED\', \'You haven\\\'t selected an attachment to download or view.\');
define(\'_FPRO_ERRORATTACHMENTFEATUREDISABLED\', \'The Attachment Feature is disabled.\');
define(\'_FPRO_ERRORSORRYAUTHVIEWATTACH\', \'Sorry but you are not authorized to view or download this Attachment\');
define(\'_FPRO_ERRORPHYSICALDOWNLOADNOTPOSSIBLE\', \'Physical Download not possible with the current Attachment Setting\');
define(\'_FPRO_ATTACHMENTSDATEFORMATATTACHMENT\', \'%a %b %d, %Y %I:%M %p\');
define( \'_FPRO_ATTACHMENTSEXTENSION\', \'Extension\' );
define( \'_FPRO_ATTACHMENTSFILETIME\', \'Post Time\' );
define( \'_FPRO_ATTACHMENTSPOSTEDINTOPIC\', \'Posted in topic\' );
define( \'_FPRO_ATTACHMENTSVIEWATTACHMENT\', \'View attachment\' );
define( \'_FPRO_ATTACHMENTSFORUSER\', \' for user %s\' );


# Auth
define(\'_FPRO_AUTHFORUMALL\', \'ALL\');
define(\'_FPRO_AUTHFORUMREG\', \'REG\');
define(\'_FPRO_AUTHFORUMPRIVATE\', \'PRIVATE\');
define(\'_FPRO_AUTHFORUMMOD\', \'MOD\');
define(\'_FPRO_AUTHFORUMADMIN\', \'ADMIN\');
define(\'_FPRO_VIEW\', \'View\');
define(\'_FPRO_READ\', \'Read\');
define(\'_FPRO_POST\', \'Post\');
define(\'_FPRO_REPLY\', \'Reply\');
define(\'_FPRO_EDIT\', \'Edit\');
define(\'_FPRO_DELETE\', \'Delete\');
define(\'_FPRO_STICKY\', \'Sticky\');
define(\'_FPRO_ANNOUNCE\', \'Announce\');
define(\'_FPRO_NORMALISE\', \'Normalise\');
define(\'_FPRO_VOTE\', \'Vote\');
define(\'_FPRO_POLLCREATE\', \'Create Poll\');
define(\'_FPRO_ATTACHMENTS\', \'Attachments\');
define(\'_FPRO_DOWNLOAD\', \'Download\');
define(\'_FPRO_REPORTPOST\', \'Report Post\');
define(\'_FPRO_THANK\', \'Thank\');

# Display
define(\'_FPRO_GOTOPAGE\', \'Gaa til side\');
define(\'_FPRO_WATCHEDFORUMSTOPICS\', \'Watched Forums and Topics\');
define(\'_FPRO_WATCHEDFORUMS\', \'Watched Forums\');
define(\'_FPRO_WATCHEDTOPICS\', \'Watched Topics\');
define(\'_FPRO_FAQ\', \'Forum FAQ\');
define(\'_FPRO_SEARCH\', \'Search\');
define(\'_FPRO_RANKS\', \'Rangering\');
define(\'_FPRO_ACRONYMS\', \'Akronymer\');
define(\'_FPRO_FORUMINDEX\', \'Forum Index\');
define(\'_FPRO_PAGEOF\', \'Page <b>%d</b> of <b>%d</b>\');
define(\'_FPRO_NOSEARCHMATCH\', \'Ingen emner eller poster tilfredsstilte kriteriene\');
define(\'_FPRO_CANCEL\', \'Avbryt\');
define(\'_FPRO_CONFIRM\', \'Bekreft\');
define(\'_FPRO_SUBMIT\', \'Legg til\');
define(\'_FPRO_USERIGNORE\', \'Ignorer bruker\');

# Rules
define(\'_FPRO_RULESPOSTCAN\', \'You <b>can</b> post new topics in this forum\');
define(\'_FPRO_RULESPOSTCANNOT\', \'You <b>cannot</b> post new topics in this forum\');
define(\'_FPRO_RULESREPLYCAN\', \'You <b>can</b> reply to topics in this forum\');
define(\'_FPRO_RULESREPLYCANNOT\', \'You <b>can</b> reply to topics in this forum\');
define(\'_FPRO_RULESEDITCAN\', \'You <b>can</b> edit your posts in this forum\');
define(\'_FPRO_RULESEDITCANNOT\', \'You <b>cannot</b> edit your posts in this forum\');
define(\'_FPRO_RULESDELETECAN\', \'You <b>can</b> delete your posts in this forum\');
define(\'_FPRO_RULESDELETECANNOT\', \'You <b>cannot</b> delete your posts in this forum\');
define(\'_FPRO_RULESVOTECAN\', \'You <b>can</b> vote in polls in this forum\');
define(\'_FPRO_RULESVOTECANNOT\', \'You <b>cannot</b> vote in polls in this forum\');
define(\'_FPRO_RULESMODERATE\', \'You <b>can</b> <a href=\"%s\" title=\"You can moderate this forum\">moderate this forum</a>\');
define(\'_FPRO_RULESREPORTPOSTS\', \'<a href=\"%s\" title=\"Reported Posts\">There are <b>%s</b> open reported posts</a>\');
define(\'_FPRO_RULESREPORTPOSTSSINGLE\', \'<a href=\"%s\" title=\"Reported Posts\">There is <b>%s</b> open reported post</a>\');
define(\'_FPRO_RULESATTACHCAN\', \'You <b>can</b> attach files in this forum\');
define(\'_FPRO_RULESATTACHCANNOT\', \'You <b>cannot</b> attach files in this forum\');
define(\'_FPRO_RULESDOWNLOADCAN\', \'You <b>can</b> download files in this forum\');
define(\'_FPRO_RULESDOWNLOADCANNOT\', \'You <b>cannot</b> download files in this forum\');
define(\'_FPRO_RULES\', \'Rules\');

# Jumpbox
define(\'_FPRO_JUMPTO\', \'Jump to\');
define(\'_FPRO_SELECTAFORUM\', \'Select a forum\');
define(\'_FPRO_GO\', \'Go\');

# Time Search
define(\'_FPRO_TIMESEARCH\', \'Se poster de siste\');
define(\'_FPRO_1DAY\', \'1 dag\');
define(\'_FPRO_7DAYS\', \'7 dager\');
define(\'_FPRO_2WEEKS\', \'2 uker\');
define(\'_FPRO_1MONTH\', \'4 uker\');
define(\'_FPRO_3MONTHS\', \'3 maaneder\');
define(\'_FPRO_6MONTHS\', \'6 maaneder\');
define(\'_FPRO_1YEAR\', \'1 aar\');

# Previous x days
define(\'_FPRO_DISPLAYTOPICS\', \'Display topics from previous\');
define(\'_FPRO_DISPLAYPOSTS\', \'Display posts from previous\');
define(\'_FPRO_ALLTOPICS\', \'All Topics\');
define(\'_FPRO_ALLPOSTS\', \'All Posts\');
define(\'_FPRO_NEWESTFIRST\', \'Newest First\');
define(\'_FPRO_OLDESTFIRST\', \'Oldest First\');

# Who\'s online
define(\'_FPRO_WHOISONLINE\', \'Who is Online\');
define(\'_FPRO_SITEPOSTCOUNT\', \'Our users have posted a total of <strong>%s</strong> articles\');
define(\'_FPRO_SITEUSERSCOUNT\', \'We have <strong>%s</strong> registered users\');
define(\'_FPRO_SITENEWESTUSER\', \'The newest registered user is <strong><a href=\"%s\" title=\"%s\">%s</a></strong>\');
define(\'_FPRO_USERTYPESONLINE\', \'In total there is <strong>%s</strong> user online :: %s Registered, %s Hidden and %s Guests\');
define(\'_FPRO_USERSBROWSINGFORUM\', \'Users browsing this forum\');
define(\'_FPRO_USERSBROWSINGTOPIC\', \'Users browsing this topic\');
define(\'_FPRO_ADMINISTRATOR\', \'Administrator\');
define(\'_FPRO_MODERATOR\', \'Moderator\');
define(\'_FPRO_REGISTEREDUSERS\', \'Registered Users\');
define(\'_FPRO_VIEWINGACRONYMS\', \'Viewing acronyms list\');
define(\'_FPRO_VIEWINGFAQ\', \'Viewing FAQ\');
define(\'_FPRO_VIEWINGPROFILE\', \'Viewing profile\');
define(\'_FPRO_VIEWINGRANKS\', \'Viewing ranks list\');
define(\'_FPRO_SEARCHINGFORUMS\', \'Searching forums\');
define(\'_FPRO_VIEWINGONLINE\', \'Viewing who is online\');
define(\'_FPRO_POSTINGAMESSAGE\', \'Posting a message\');
define(\'_FPRO_WHOSONLINEREGISTEREDHIDDEN\', \'There are %s Registered users and %s Hidden user online\');
define(\'_FPRO_WHOSONLINEGUESTS\', \'There are %s Guest users online\');
define(\'_FPRO_WHOSONLINEBOTS\', \'There are %s bots online\');
define(\'_FPRO_LASTUPDATED\', \'Last Updated\');

# Forums
define(\'_FPRO_FORUM\', \'Forum\');
define(\'_FPRO_POSTS\', \'Innlegg\');
define(\'_FPRO_NOPOSTS\', \'Ingen innlegg\');
define(\'_FPRO_SUBFORUMS\', \'Underforum\');
define(\'_FPRO_FORUMLINKGETLINK\', \'getlink\');
define(\'_FPRO_FORUMLINKWEB\', \'External url\');
define(\'_FPRO_SUBFORUMSLOCKED\', \'This forum has subforums and is locked: you cannot post, reply to, or edit topics\');
define(\'_FPRO_SUBFORUMSLOCKEDEXPLAIN\', \'Forum is locked [Subforums]\');
define(\'_FPRO_SUBFORUMSNEW\', \'This forum has subforums and has new posts\');
define(\'_FPRO_SUBFORUMSNEWEXPLAIN\', \'New posts [Subforums]\');
define(\'_FPRO_SUBFORUMSNONEW\', \'This forum has subforums and has no new posts\');
define(\'_FPRO_SUBFORUMSNONEWEXPLAIN\', \'No new posts [Subforums]\');
define(\'_FPRO_FORUMLOCKED\', \'This forum is locked: you cannot post, reply to, or edit topics.\');
define(\'_FPRO_FORUMLOCKEDEXPLAIN\', \'Forum is locked\');
define(\'_FPRO_FORUMNEW\', \'This forum has new posts\');
define(\'_FPRO_FORUMNEWEXPLAIN\', \'New posts\');
define(\'_FPRO_FORUMNONEW\', \'This forum has no new posts\');
define(\'_FPRO_FORUMNONEWEXPLAIN\', \'No new posts\');
define(\'_FPRO_NOFORUMS\', \'This board has no forums\');
define(\'_FPRO_YOUARENOWWATCHINGFORUM\', \'You are now watching this forum.\');
define(\'_FPRO_YOUARENOLONGERWATCHINGFORUM\', \'You are no longer watching this forum.\');
define(\'_FPRO_TOPICSMARKEDREAD\', \'The topics for this forum have now been marked read.\');
define(\'_FPRO_NONE\', \'None\');
define(\'_FPRO_MARKALLTOPICSREAD\', \'Mark all topics read\');
define(\'_FPRO_STARTWATCHINGFORUM\', \'Watch this forum for posts\');
define(\'_FPRO_STOPWATCHINGFORUM\', \'Stop watching this forum\');
define(\'_FPRO_POSTNEWTOPIC\', \'Post new topic\');
define(\'_FPRO_SUBSCRIBETO\', \'Subscribe to \');

# Date formats
define(\'_FPRO_DATEFORMATFORUMLASTPOST\', \'%a %b %d, %Y %I:%M %p\');
define(\'_FPRO_DATEFORMATPOSTERJOINED\', \'%b %d, %Y\');
define(\'_FPRO_DATEFORMATPOSTDATE\', \'%a %b %d, %Y %I:%M %p\');
define(\'_FPRO_DATEFORMATPOSTEDITED\', \'%a %b %d, %Y %I:%M %p\');
define(\'_FPRO_DATEFORMATTOPICFIRSTPOST\', \'%a %b %d, %Y %I:%M %p\');
define(\'_FPRO_DATEFORMATTOPICLASTPOST\', \'%a %b %d, %Y %I:%M %p\');
define(\'_FPRO_DATEFORMATREPORTPOST\', \'%a %b %d, %Y %I:%M %p\');
define(\'_FPRO_DATEFORMATREPORTPOSTCOMMENT\', \'%a %b %d, %Y %I:%M %p\');
define(\'_FPRO_DATEFORMATYOULASTVISITED\', \'%a %b %d, %Y %I:%M %p\');
define(\'_FPRO_DATEFORMATCURRENTTIME\', \'%a %b %d, %Y %I:%M %p\');
define(\'_FPRO_DATEFORMATPREVIEWPOSTDATE\', \'%a %b %d, %Y %I:%M %p\');
define(\'_FPRO_DATEFORMATSEARCHPOSTDATE\', \'%a %b %d, %Y %I:%M %p\');
define(\'_FPRO_DATEFORMATWHOSONLINE\', \'%a %b %d, %Y %I:%M %p\');
define(\'_FPRO_DATEFORMATTHANKS\', \'%a %b %d, %Y %I:%M %p\');

# Posts
define(\'_FPRO_AUTHOR\', \'Forfatter\');
define(\'_FPRO_MESSAGE\', \'Beskjed\');
define(\'_FPRO_NEWPOST\', \'Ny post\');
define(\'_FPRO_POSTSUBJECT\', \'Post emne\');
define(\'_FPRO_REPLYWITHQUOTE\', \'Svar med sitat\');
define(\'_FPRO_EDITDELETEPOST\', \'Rediger/slett innlegget\');
define(\'_FPRO_DELETEPOST\', \'Slett innlegget\');
define(\'_FPRO_VIEWIP\', \'View IP address of poster\');
define(\'_FPRO_POSTED\', \'Postet\');
define(\'_FPRO_ONLINE\', \'Online\');
define(\'_FPRO_OFFLINE\', \'Offline\');
define(\'_FPRO_JOINED\', \'Ble medlem\');
define(\'_FPRO_LOCATION\', \'Bosted\');
define(\'_FPRO_BACKTOTOP\', \'Tilbake til toppen\');
define(\'_FPRO_KARMA\', \'Karma\');
define(\'_FPRO_SMITE\', \'Smite\');
define(\'_FPRO_APPLAUD\', \'Applaud\');
define(\'_FPRO_READPROFILE\', \'Se brukerprofil\');
define(\'_FPRO_SENDPRIVATEMESSAGE\', \'Send privat melding\');
define(\'_FPRO_SENDEMAIL\', \'Send e-post\');
define(\'_FPRO_VISITWEBSITE\', \'Se brukers webside\');
define(\'_FPRO_ICQ\', \'ICQ nummer\');
define(\'_FPRO_AIM\', \'AIM adresse\');
define(\'_FPRO_MSNM\', \'MSN Messenger\');
define(\'_FPRO_YIM\', \'Yahoo Messenger\');
define(\'_FPRO_SKYPE\', \'Skype\');
define(\'_FPRO_XFIRE\', \'XFire\');
define(\'_FPRO_XFIREADD\', \'Add to XFire buddy list\');
define(\'_FPRO_EDITEDTIMETOTAL\', \'Last edited by %s on %s; edited %d time in total\');
define(\'_FPRO_EDITEDTIMESTOTAL\', \'Last edited by %s on %s; edited %d times in total\');
define(\'_FPRO_SEARCHUSERPOSTS\', \'Find all posts by %s\');
define(\'_FPRO_EMPTYSUBJECT\', \'You must specify a subject when posting a new topic.\');
define(\'_FPRO_EMPTYMESSAGE\', \'You must enter a message when posting.\');
define(\'_FPRO_TOOFEWPOLLOPTIONS\', \'You must enter at least two poll options.\');
define(\'_FPRO_TOOMANYPOLLOPTIONS\', \'You have tried to enter too many poll options.\');
define(\'_FPRO_EMPTYPOLLTITLE\', \'You must enter a title for your poll.\');
define(\'_FPRO_FLOODERROR\', \'You cannot make another post so soon after your last; please try again in a short while.\');
define(\'_FPRO_STORED\', \'Your message has been entered successfully.\');
define(\'_FPRO_DELETED\', \'Your message has been deleted successfully.\');
define(\'_FPRO_POLLDELETE\', \'Your poll has been deleted successfully.\');
define(\'_FPRO_TOPICREPLYNOTIFICATION\', \'Topic Reply Notification\');
define(\'_FPRO_YOUAREWATCHINGTOPIC\', \'You are now watching this topic\');
define(\'_FPRO_NOLONGERWATCHINGTOPIC\', \'You are no longer watching this topic\');
define(\'_FPRO_TOTALVOTES\', \'Total Votes\');
define(\'_FPRO_SUBMITVOTE\', \'Submit Vote\');
define(\'_FPRO_VIEWRESULTS\', \'View Results\');
define(\'_FPRO_QUICKREPLY\', \'Quick Reply\');
define(\'_FPRO_QUICKQUOTE\', \'Quote the last message\');
define(\'_FPRO_KARMACANNOTAPPLAUDYOURSELF\', \'You can not applaud yourself silly!\');
define(\'_FPRO_KARMACANNOTSMITYOURSELF\', \'Why would you want to smite yourself?  You can not smite yourself!\');
define(\'_FPRO_KARMATOOSOON\', \'You can not cast another karma vote yet\');
define(\'_FPRO_SIMILARTOPICS\', \'Simlar Topics\');
define(\'_FPRO_NONEWPOSTSSINCELASTVISIT\', \'No new posts since your last visit.\');
define(\'_FPRO_NONEWERTOPICS\', \'There are no newer topics in this forum\');
define(\'_FPRO_NOOLDERTOPICS\', \'There are no older topics in this forum\');
define(\'_FPRO_ERRORNOPOSTSTOPIC\', \'No posts exist for this topic\');
define(\'_FPRO_VIEWPREVIOUSTOPIC\', \'View previous topic\');
define(\'_FPRO_VIEWNEXTTOPIC\', \'View next topic\');
define(\'_FPRO_REPLYTOTOPIC\', \'Reply to topic\');
define(\'_FPRO_DELETETOPIC\', \'Delete this topic\');
define(\'_FPRO_MOVETOPIC\', \'Move this topic\');
define(\'_FPRO_LOCKTOPIC\', \'Lock this topic\');
define(\'_FPRO_UNLOCKTOPIC\', \'Unlock this topic\');
define(\'_FPRO_SPLITTOPIC\', \'Split this topic\');
define(\'_FPRO_ANNOUNCETOPIC\', \'Announce this topic\');
define(\'_FPRO_STICKYTOPIC\', \'Sticky this topic\');
define(\'_FPRO_NORMALISETOPIC\', \'Reset this topic to normal\');
define(\'_FPRO_STOPWATCHINGTOPIC\', \'Stop watching this topic\');
define(\'_FPRO_STARTWATCHINGTOPIC\', \'Watch this topic for replies\');
define(\'_FPRO_IGNOREUSER\', \'Ignore users posts\');
define(\'_FPRO_IGNOREUSERSTOP\', \'Stop ignoring users posts\');
define(\'_FPRO_IGNOREBYPASS\', \'Display all ignored posts\');
define(\'_FPRO_POSTIGNORED\', \'Post ignored\');

# Search
define(\'_FPRO_NOMATCHES\', \'No matches\');
define(\'_FPRO_CLOSEWINDOW\', \'Close Window\');
define(\'_FPRO_FINDUSERNAME\', \'Find a username\');
define(\'_FPRO_SELECT\', \'Select\');
define(\'_FPRO_SEARCHAUTHOR\', \'Search for Author\');
define(\'_FPRO_SEARCHAUTHOREXPLAIN\', \'Use * as a wildcard for partial matches.<br />Searches more than just the username for matches.\');
define(\'_FPRO_SORTTIME\', \'Post Time\');
define(\'_FPRO_SORTPOSTSUBJECT\', \'Post Subject\');
define(\'_FPRO_SORTTOPICTITLE\', \'Topic Title\');
define(\'_FPRO_SORTAUTHOR\', \'Author\');
define(\'_FPRO_SORTFORUM\', \'Forum\');
define(\'_FPRO_ALLAVAILABLE\', \'All available\');
define(\'_FPRO_SEARCHQUERY\', \'Search Query\');
define(\'_FPRO_SEARCHOPTIONS\', \'Search Options\');
define(\'_FPRO_SEARCHKEYWORDS\', \'Search for Keywords\');
define(\'_FPRO_SEARCHKEYWORDSEXPLAIN\', \'You can use <u>AND</u> to define words which must be in the results, <u>OR</u> to define words which may be in the result and <u>NOT</u> to define words which should not be in the result. Use * as a wildcard for partial matches\');
define(\'_FPRO_SEARCHFORANY\', \'Search for any terms or use query as entered\');
define(\'_FPRO_SEARCHFORALL\', \'Search for all terms\');
define(\'_FPRO_SEARCHMESSAGEONLY\', \'Search message text only\');
define(\'_FPRO_SEARCHTITLEMSG\', \'Search topic title and message text\');
define(\'_FPRO_CATEGORY\', \'Category\');
define(\'_FPRO_RETURNFIRST\', \'Return first\');
define(\'_FPRO_CHARACTERSOFPOSTS\', \'characters of posts\');
define(\'_FPRO_SORTBY\', \'Sort by\');
define(\'_FPRO_SORTASCENDING\', \'Ascending\');
define(\'_FPRO_SORTDESCENDING\', \'Descending\');
define(\'_FPRO_SEARCHPREVIOUS\', \'Search previous\');
define(\'_FPRO_DISPLAYRESULTS\', \'Display results as\');
define(\'_FPRO_TOPIC\', \'Emne\');
define(\'_FPRO_TOPICS\', \'Emner\');
define(\'_FPRO_NOSEARCHABLEFORUMS\', \'You do not have permissions to search any forum on this site.\');
define(\'_FPRO_FOUNDSEARCHMATCH\', \'Search found %d match\');
define(\'_FPRO_FOUNDSEARCHMATCHES\', \'Search found %d matches\');
define(\'_FPRO_REPLIES\', \'Svar\');
define(\'_FPRO_VIEWS\', \'Sett\');
define(\'_FPRO_LASTPOST\', \'Siste post\');
define(\'_FPRO_SUBJECT\', \'Emne\');

# Topics
define(\'_FPRO_NONEWPOSTS\', \'No new posts\');
define(\'_FPRO_NEWPOSTS\', \'New posts\');
define(\'_FPRO_NONEWPOSTSHOT\', \'No new posts [ Popular ]\');
define(\'_FPRO_NEWPOSTSHOT\', \'New posts [ Popular ]\');
define(\'_FPRO_NONEWPOSTSLOCKED\', \'No new posts [ Locked ]\');
define(\'_FPRO_NEWPOSTSLOCKED\', \'New posts [ Locked ]\');
define(\'_FPRO_POSTANNOUNCEMENT\', \'Announcement\');
define(\'_FPRO_POSTSTICKY\', \'Sticky\');
define(\'_FPRO_POSTNORMAL\', \'Normal\');
define(\'_FPRO_TOPICMOVED\', \'<b>Moved:</b>\');
define(\'_FPRO_TOPICMOVEDEXPLAIN\', \'The selected topics have been moved.\');
define(\'_FPRO_TOPICLOCKED\', \'This topic is locked: you cannot edit posts or make replies.\');
define(\'_FPRO_VIEWNEWESTPOST\', \'View newest post\');
define(\'_FPRO_VIEWLATESTPOST\', \'View latest post\');
define(\'_FPRO_TOPICHASATTACHMENTS\', \'Topic has attachment\');
define(\'_FPRO_TOPICPOLL\', \'<b>[ Poll ]</b>\');
define(\'_FPRO_NOTOPICSPOSTONE\', \'There are no posts in this forum.<br />Click on the <b>Post New Topic</b> link on this page to post one.\');
define(\'_FPRO_LASTPOSTBY\', \'Last post by\');
define(\'_FPRO_INFORUM\', \'in forum\');
define(\'_FPRO_ON\', \'on\');

# Emailer
define(\'_FPRO_NOTEMPLATEFILESET\', \'No template file set.\');
define(\'_FPRO_COULDNOTFINDEMAILTEMPLATEFILE\', \'Could not find email template file :: \');
define(\'_FPRO_FAILEDOPENINGTEMPLATEFILE\', \'Failed opening template file :: \');
define(\'_FPRO_NOSUBJECT\', \'No Subject\');
define(\'_FPRO_ENCODING\', \'utf-8\');
define(\'_FPRO_FAILEDSENDINGMAIL\', \'Failed sending email :: \');

# Installer
define(\'_FPRO_REQUIRE9108INSTALL\', \'ForumsPro requires Dragonfly 9.1.0.8.  Please upgrade Dragonfly to this version or later before trying to install ForumsPro.\');
define(\'_FPRO_REQUIRE9108UPGRADE\', \'ForumsPro requires Dragonfly 9.1.0.8.  Please upgrade Dragonfly to this version or later before trying to upgrade to ForumsPro.\');
define(\'_FPRO_PLEASEUPGRADE\', \'You must upgrade the <a href=\"%s\" title=\"Upgrade ForumsPro module\">ForumsPro module</a> to continue.\');
define(\'_FPRO_PLEASEINSTALL\', \'You must install the <a href=\"%s\" title=\"Install ForumsPro module\">ForumsPro module</a> to continue.\');
define(\'_FPRO_INSTALLFAILED\', \'Installation failed\');

# Reports
define(\'_FPRO_CLOSE\', \'Close\');
define(\'_FPRO_CLOSED\', \'Closed\');
define(\'_FPRO_OPEN\', \'Open\');
define(\'_FPRO_NONEXISTENTPOSTS\', \'Found and deleted %s leftover report(s) pointing to non-existent (deleted) posts\');
define(\'_FPRO_ERRORPOSTALREADYREPORTED\', \'This post has already been reported.\');
define(\'_FPRO_POSTREPORTED\', \'Post report submitted successfully.\');
define(\'_FPRO_COMMENTS\', \'Comments\');
define(\'_FPRO_COMMENTSEXPLAIN\', \'Please write some comments about your report on this specific post.\');
define(\'_FPRO_ERRORREPORTNOTSELECTED\', \'You haven\\\'t selected any reports.\');
define(\'_FPRO_CLOSESUCCESS\', \'Reports were Opened/Closed successfully.\');
define(\'_FPRO_DELETESUCCESS\', \'Reports were deleted successfully.\');
define(\'_FPRO_REPORTCOMMENT\', \'Comments regarding your action\');
define(\'_FPRO_MODERATORCOMMENTS\', \'Comments from Moderators\');
define(\'_FPRO_MODERATORCOMMENTSEXPLAIN\', \'Please write some comments about your action on this specific report\');
define(\'_FPRO_REPORTSDELETECONFIRM\', \'Are you sure you want to delete the reports?\');
define(\'_FPRO_DISPLAYONLY\', \'Display only\');
define(\'_FPRO_ACTION\', \'Action\');
define(\'_FPRO_STATUS\', \'Status\');
define(\'_FPRO_REPORTERCOMMENTS\', \'Comments from Reporter\');
define(\'_FPRO_SELECTONE\', \'Select one\');
define(\'_FPRO_ALL\', \'All\');
define(\'_FPRO_VIEWPOSTREPORTS\', \'View reported posts\');

# Validation
define(\'_FPRO_USERNAMETAKEN\', \'Username taken\');
define(\'_FPRO_USERNAMEDISALLOWED\', \'Username disallowed\');
define(\'_FPRO_USERNAMEINVALID\', \'Username invalid\');

# Acronyms
define(\'_FPRO_ACRONYM\', \'Acronym\');
define(\'_FPRO_ACRONYMNONE\', \'There are no acronyms\');

# FAQ
define(\'_FPRO_BBCODEGUIDE\', \'BBCode Guide\');
define(\'_FPRO_EXPANDALL\', \'Expand All\');
define(\'_FPRO_COLLAPSEALL\', \'Collapse All\');

# Index
define(\'_FPRO_FORUMSMARKEDREAD\', \'Alle forum er markert som lest\');
define(\'_FPRO_MODERATORS\', \'Moderatorer\');
define(\'_FPRO_NOMODERATORS\', \'Ingen moderator\');
define(\'_FPRO_MARKALLFORUMS\', \'Marker alle forum som lest\');
define(\'_FPRO_YOULASTVISITED\', \'Du var sist online\');
define(\'_FPRO_CURRENTTIME\', \'Klokken er\');
define(\'_FPRO_SEARCHNEW\', \'Se poster siden sist gang\');
define(\'_FPRO_SEARCHUNANSWERED\', \'Se ubesvarte poster\');

# Merge
define(\'_FPRO_MERGETOPICS\', \'Merge topics\');
define(\'_FPRO_MERGETITLE\', \'New topic title\');
define(\'_FPRO_MERGETITLEEXPLAIN\', \'This will be the new title of the final topic. Let it blank if you want the system to use the title of the destination topic\');
define(\'_FPRO_MERGETOPICFROM\', \'Topic to merge\');
define(\'_FPRO_MERGETOPICFROMEXPLAIN\', \'This topic will be merge to the other topic. You can input the topic id, the url of the topic, or the url of a post in this topic\');
define(\'_FPRO_MERGETOPICTO\', \'Destination topic\');
define(\'_FPRO_MERGETOPICTOEXPLAIN\', \'This topic will get all the posts of the precedent topic. You can input the topic id, the url of the topic, or the url of a post in this topic\');
define(\'_FPRO_MERGEFROMNOTFOUND\', \'The topic to merge hasn\\\'t been found\');
define(\'_FPRO_MERGETONOTFOUND\', \'The destination topic hasn\\\'t been found\');
define(\'_FPRO_TOPICSEQUAL\', \'You can merge a topic with itself\');
define(\'_FPRO_MERGEFROMNOTAUTHORIZED\', \'You are not a authorized to moderate topics coming from the forum of the topic to merge\');
define(\'_FPRO_MERGETONOTAUTHORIZED\', \'You are not a authorized to moderate topics coming from the forum of the destination topic\');
define(\'_FPRO_MERGEPOLLFROM\', \'There is a poll on the topic to merge. It will be copied to the destination topic\');
define(\'_FPRO_MERGEPOLLFROMANDTO\', \'The destination topic already has got a poll. The poll of the topic to merge will be deleted\');
define(\'_FPRO_MERGECONFIRMPROCESS\', \'Are you sure you want to merge <br />\"<b>%s</b>\"<br />to<br />\"<b>%s</b>\"\');
define(\'_FPRO_MERGETOPICDONE\', \'The topics have been successfully merged.\');
define(\'_FPRO_INVALIDSESSION\', \'Invalid session\');
define(\'_FPRO_LEAVESHADOWTOPIC\', \'Leave shadow topic in old forum.\');
define(\'_FPRO_LEAVESHADOWTOPICEXPLAIN\', \'\');
define(\'_FPRO_NOTAUTHORISED\', \'Not Authorised\');

# Errors
define(\'_FPRO_ERRORAUTHAUTHPOST\', \'Sorry, but you do not have permission to post in this forum.\');
define(\'_FPRO_ERRORAUTHREAD\', \'Sorry, but you do not have permission to read topics in this forum.\');
define(\'_FPRO_ERRORAUTHANNOUNCE\', \'Sorry, but you do not have permission to post announcements in this forum.\');
define(\'_FPRO_ERRORAUTHSTICKY\', \'Sorry, but you do not have permission to post sticky messages in this forum.\');
define(\'_FPRO_ERRORAUTHDELETE\', \'Sorry, but you do not have permission to delete posts in this forum.\');
define(\'_FPRO_ERRORAUTHREPORT\', \'Sorry, but you do not have permission to report posts in this forum.\');
define(\'_FPRO_ERRORNONESELECTED\', \'You have not selected any topics to perform this operation on. Please go back and select at least one.\');
define(\'_FPRO_ERRORCANTLOCK\', \'The topic could not be locked.\');

# Moderation
define(\'_FPRO_TOPICSREMOVED\', \'The selected topics have been successfully removed from the database.\');
define(\'_FPRO_CONFIRMDELETETOPIC\', \'Are you sure you want to remove the selected topic\\\'s?\');
define(\'_FPRO_CONFIRMMOVETOPIC\', \'Are you sure you want to move the selected topic\\\'s?\');
define(\'_FPRO_CONFIRMLOCKTOPIC\', \'Are you sure you want to lock the selected topic\\\'s?\');
define(\'_FPRO_CONFIRMUNLOCKTOPIC\', \'Are you sure you want to unlock the selected topic\\\'s?\');
define(\'_FPRO_CONFIRMNORMALISETOPIC\', \'Are you sure you want to normalize the selected topic\\\'s?\');
define(\'_FPRO_CONFIRMSTICKYTOPIC\', \'Are you sure you want to sticky the selected topic\\\'s?\');
define(\'_FPRO_CONFIRMANNOUNCETOPIC\', \'Are you sure you want to announce the selected topic\\\'s?\');
define(\'_FPRO_MODCP\', \'Moderator Control Panel\');
define(\'_FPRO_MODCPEXPLAIN\', \'Using the form below you can perform mass moderation operations on this forum. You can lock, unlock, move or delete any number of topics.\');
define(\'_FPRO_ERRORFORUMNOTEXIST\', \'The forum you selected does not exist.\');
define(\'_FPRO_ERRORNOSUCHPOST\', \'There is no such post. Please return and try again.\');
define(\'_FPRO_ERRORNOTMODERATOR\', \'Not Moderator\');
define(\'_FPRO_ERRORTOPICPOSTNOTEXIST\', \'The topic or post you requested does not exist\');
define(\'_FPRO_NOTOPICSMOVED\', \'No topics were moved.\');
define(\'_FPRO_TOPICSMOVED\', \'The selected topics have been successfully moved.\');
define(\'_FPRO_MOVETOFORUM\', \'Move to forum\');
define(\'_FPRO_TOPICSLOCKED\', \'The selected topics have been locked.\');
define(\'_FPRO_TOPICSUNLOCKED\', \'The selected topics have been unlocked.\');
define(\'_FPRO_TOPICSPLIT\', \'The selected topic has been split successfully\');
define(\'_FPRO_SPLITTOPICCP\', \'Split Topic Control Panel\');
define(\'_FPRO_SPLITTOPICCPEXPLAIN\', \'Using the form below you can split a topic in two, either by selecting the posts individually or by splitting at a selected post\');
define(\'_FPRO_SPLITTITLE\', \'New topic title\');
define(\'_FPRO_SPLITFORUM\', \'Forum for new topic\');
define(\'_FPRO_SPLITPOSTS\', \'Split selected posts\');
define(\'_FPRO_SPLITAFTER\', \'Split from selected post\');
define(\'_FPRO_MARKALL\', \'Mark all\');
define(\'_FPRO_UNMARKALL\', \'Unmark all\');
define(\'_FPRO_IPINFORMATION\', \'IP Information\');
define(\'_FPRO_LOOKUPIP\', \'Look up IP address\');
define(\'_FPRO_THISPOSTIP\', \'IP address for this post\');
define(\'_FPRO_OTHERIPTHISUSER\', \'Other IP addresses this user has posted from\');
define(\'_FPRO_USERSTHISIP\', \'Users posting from this IP address\');
define(\'_FPRO_TOPICSTICKYD\', \'The selected topics have been stickied\');
define(\'_FPRO_TOPICANNOUNCED\', \'The selected topics have been announced\');
define(\'_FPRO_TOPICNORMALISED\', \'The selected topics have been normalised\');
define(\'_FPRO_MOVE\', \'Move\');
define(\'_FPRO_LOCK\', \'Lock\');
define(\'_FPRO_UNLOCK\', \'Unlock\');

# Attachment rules
define(\'_FPRO_NOTALLOWED\', \'You are not allowed access to this file\');
define(\'_FPRO_UNLIMITED\', \'Unlimited\');
define(\'_FPRO_ATTACHRULESTITLE\', \'Allowed extension groups and their sizes\');
define(\'_FPRO_GROUPRULEHEADER\', \'%s -> Maximum Upload Size: %s\');
define(\'_FPRO_NOTEUSEREMPTYGROUPPERMISSIONS\', \'NOTE:<br />You are normally allowed to attach files within this Forum, <br />but since no Extension Group is allowed to be attached here, <br />you are unable to attach anything. If you try, <br />you will receive an Error Message.<br />\');

# Posting
define(\'_FPRO_ERRORTOPICNOTEXIST\', \'The topic you requested does not exist\');
define(\'_FPRO_TOPICREVIEW\', \'Topic review\');
define(\'_FPRO_NOPOSTMODE\', \'No post mode specified\');
define(\'_FPRO_NOTOPICID\', \'You must select a topic to reply to\');
define(\'_FPRO_NOPOSTID\', \'No post ID was specified\');
define(\'_FPRO_NOVALIDMODE\', \'You can only post, reply, edit, or quote messages. Please return and try again.\');
define(\'_FPRO_ERRORDELETEOWNPOSTS\', \'Sorry, but you can only delete your own posts.\');
define(\'_FPRO_ERROREDITOWNPOSTS\', \'Sorry, but you can only edit your own posts.\');
define(\'_FPRO_ERRORCANNOTDELETEREPLIED\', \'Sorry, but you may not delete posts that have been replied to.\');
define(\'_FPRO_ERRORCANNOTDELETEPOLL\', \'Sorry, but you cannot delete an active poll.\');
define(\'_FPRO_CONFIRMDELETE\', \'Are you sure you want to delete this post?\');
define(\'_FPRO_CONFIRMDELETEPOLL\', \'Are you sure you want to delete this poll?\');
define(\'_FPRO_VOTECAST\', \'Your vote has been cast.\');
define(\'_FPRO_ALREADYVOTED\', \'You have already voted in this poll.\');
define(\'_FPRO_NOVOTEOPTION\', \'You must specify an option when voting.\');
define(\'_FPRO_POSTANEWTOPIC\', \'Post a new topic\');
define(\'_FPRO_POSTAREPLY\', \'Post a reply\');
define(\'_FPRO_EDITPOST\', \'Edit post\');
define(\'_FPRO_TOPICICON\', \'Topic Icon\');
define(\'_FPRO_NOICON\', \'No icon\');
define(\'_FPRO_ICONPREVIEW\', \'Icon preview\');
define(\'_FPRO_HTMLISON\', \'HTML is <u>ON</u>\');
define(\'_FPRO_HTMLISOFF\', \'HTML is <u>OFF</u>\');
define(\'_FPRO_BBCODEISON\', \'<a href=\"%s\" title=\"BBCode is ON\" target=\"_blank\">BBCode</a> is <u>ON</u>\');
define(\'_FPRO_BBCODEISOFF\', \'<a href=\"%s\" title=\"BBCode is OFF\" target=\"_blank\">BBCode</a> is <u>OFF</u>\');
define(\'_FPRO_SMILIESAREON\', \'Smilies are <u>ON</u>\');
define(\'_FPRO_SMILIESAREOFF\', \'Smilies are <u>OFF</u>\');
define(\'_FPRO_POSTTOPICIAS\', \'Post topic as\');
define(\'_FPRO_EMOTICONS\', \'Emoticons\');
define(\'_FPRO_DESCRIPTIONFORMODERATORS\', \'Description only for moderators\');
define(\'_FPRO_MESSAGEBODY\', \'Message body\');
define(\'_FPRO_PREVIEW\', \'Preview\');
define(\'_FPRO_DISABLEHTMLPOST\', \'Disable HTML in this post\');
define(\'_FPRO_DISABLEBBCODEPOST\', \'Disable BBCode in this post\');
define(\'_FPRO_DISABLESMILIESPOST\', \'Disable Smilies in this post\');
define(\'_FPRO_ATTACHSIGNATURE\', \'Attach signature (signatures can be changed in profile)\');
define(\'_FPRO_NOTIFY\', \'Notify me when a reply is posted\');
define(\'_FPRO_DELETEPOLL\', \'Delete Poll\');
define(\'_FPRO_USERNAME\', \'Username\');
define(\'_FPRO_ADDPOLL\', \'Add a Poll\');
define(\'_FPRO_ADDPOLLEXPLAIN\', \'If you do not want to add a poll to your topic, leave the fields blank.\');
define(\'_FPRO_POLLQUESTION\', \'Poll question\');
define(\'_FPRO_POLLOPTION\', \'Poll option\');
define(\'_FPRO_ADDOPTION\', \'Add option\');
define(\'_FPRO_UPDATE\', \'Update\');
define(\'_FPRO_RUNPOLLFOR\', \'Run poll for\');
define(\'_FPRO_DAYS\', \'Days\');
define(\'_FPRO_RUNPOLLFOREXPLAIN\', \'[ Enter 0 or leave blank for a never-ending poll ]\');
define(\'_FPRO_THANKPOST\', \'Thank Post\');
define(\'_FPRO_THANKSGIVEN\', \'Your thanks has been given\');
define(\'_FPRO_USERSGIVETHANKS\', \'The following users give thanks for this topic\');

# Profile
define(\'_FPRO_ERRORNOUSERSPECIFIED\', \'No user was specified\');
define(\'_FPRO_ERRORFLOODEMAILLIMIT\', \'You cannot send another e-mail at this time. Try again later.\');
define(\'_FPRO_ERRORUSERNOTEXIST\', \'That user does not exist\');
define(\'_FPRO_ERRORUSERPREVENTEMAIL\', \'This user does not wish to receive e-mail. Try sending them a private message.\');
define(\'_FPRO_ERROREMPTYMESSAGEEMAIL\', \'You must enter a message to be e-mailed.\');
define(\'_FPRO_ERROREMPTYSUBJECTEMAIL\', \'You must specify a subject for the e-mail.\');
define(\'_FPRO_EMAILSENT\', \'The e-mail has been sent.\');
define(\'_FPRO_SENDEMAILMESSAGE\', \'Send an e-mail message\');
define(\'_FPRO_RECIPIENT\', \'Recipient\');
define(\'_FPRO_EMAILMESSAGEDESCRIPTION\', \'This message will be sent as plain text, so do not include any HTML or BBCode. The return address for this message will be set to your e-mail address.\');
define(\'_FPRO_CCEMAIL\', \'Send a copy of this e-mail to yourself\');

# Ranks
define(\'_FPRO_RANKTITLE\', \'Rank Title\');
define(\'_FPRO_RANKSPECIAL\', \'Special Rank\');
define(\'_FPRO_RANKMINIMUM\', \'Minimum Posts\');
define(\'_FPRO_RANKIMAGE\', \'Rank Image\');

# Watched topics/forums
define(\'_FPRO_NOTOPICSSELECTED\', \'You did not select any topics to stop watching\');
define(\'_FPRO_TOPICSFORUMSSTOPPEDWATCHING\', \'Stopped watching topics and/or forums\');
define(\'_FPRO_WATCHEDFORUMSSTOP\', \'Stop Watching\');
define(\'_FPRO_WATCHEDTOPICSSTOP\', \'Stop Watching\');
define(\'_FPRO_ERRORNOWATCHEDTOPICS\', \'You are not watching any topics\');
define(\'_FPRO_ERRORNOWATCHEDFORUMS\', \'You are not watching any forums\');

# Test data
define(\'_FPRO_TESTCATEGORY1\', \'Test category 1\');
define(\'_FPRO_TESTFORUM1\', \'Test forum 1\');
define(\'_FPRO_TESTFORUM1DESC\', \'This is just a test forum\');
define(\'_FPRO_TESTTOPIC\', \'Welcome to ForumsPro\');
define(\'_FPRO_TESTPOST\', \'This is an example post in your ForumsPro installation. You may delete this post, this topic and even this forum if you like since everything seems to be working!\');

define(\'_FPRO_NOACTIVEPOLLS\', \'There are no active polls\');
define(\'_FPRO_NOVOTERESULTS\', \'There are no poll options for the newest poll\');

define(\'_FPRO_LAST10POSTEDTOPICS\', \'Last 10 posted topics\');
define(\'_FPRO_LAST10CREATEDTOPICS\', \'Last 10 created topics\');
define(\'_FPRO_TOP10KARMAUSERS\', \'Top 10 Users Karma\');

# Ignore user
define(\'_FPRO_NOUSERSSELECTED\', \'You did not select any users to stop ignoring\');
define(\'_FPRO_USERSSTOPPEDIGNORE\', \'Stopped ignoring users\');
define(\'_FPRO_USERIGNORESTOP\', \'Stop Ignoring\');
define(\'_FPRO_ERRORNOUSERIGNORED\', \'You are not ignoring any users\');

Mixelite

Quote from: \"Ole\"En liten oversettingsjobb!  :mrgreen:

Jeg konstaterer at ingen av oss har stormet til og tilbudt oss å bidra. Det er nok et tegn på at vi er riktig fornøyd med knappene slik som de er ;-)

Ole

Jeg fant heldigvis en gammel språkfil som jeg har oversatt tidligere :cheers: , så nå er det meste på norsk i forumet. Knappene er gif-bilder, men det er mulig jeg har dem også et sted. Jeg vet i alle fall at jeg har \"oversatt\" disse en gang.

Siste innlegg i forumet

Re: Vårtur - 2018 - Kardamili
by vandrer | 28. Mar 24, 13:50:36
Nå bruker jeg denne tråden din som oppvarming fo...
Re: Kea og Kythnos
by marjana | 26. Mar 24, 21:43:02
Artemis går til/fra Lavrio, Kea, Kythnos, Syros, ...
GRATULERER med dagen !
by Kabi | 25. Mar 24, 12:58:44
Gratulerer med dagen, Hellas !https://www.ekathime...
Re: Artikkel om alle trappene og buegangene i Ano Syros
by marjana | 17. Mar 24, 16:11:38
Ja, jeg har lagt ut mange bilder av hus og buegang...
Re: Hvor skal vi dra i sommer?! Kan dere hjelpe oss?
by Kabi | 14. Mar 24, 11:46:42
Anbefaler varmt den romantiske byen Nafplio på Pe...
Flyttelass til Hellas
by Phillip Lian | 10. Mar 24, 11:52:28
Jeg prøver å bli klok på tollregler, men blir i...
Re: Kalo mina!
by Kabi | 01. Mar 24, 11:06:42
Kalo mina, mars 2024 !167.JPGUtsikt til Poros....
Re: Testing testing ena-thio-tria HER KAN DU TESTE DET DU VIL!
by kaka | 29. Feb 24, 12:43:55
Da prøver jeg igjenFant ikke utav av hva "Us...
Re: Hvor er dette? 1032
by kaka | 27. Feb 24, 20:12:58
Så moro at jeg tok den :) Jeg har vært der i slu...
Re: Kreta chania by hotel nær strand
by hakon57 | 17. Feb 24, 13:52:10
Hei, noen anbefalinger Hotel nær strand chania by...
Re: Alonissos 2024
by Hellasfrelst | 16. Feb 24, 09:02:22
Jeg har heller ikke vært inne på Hellasforum på...
Re: Magiske øyeblikk i Hellas
by fila | 14. Feb 24, 23:29:31
Agios Prokopios ligger 5,7 kilometer fra Naxos by....
Re: Hotel nær Athen International Airport
by Lavendel | 11. Feb 24, 16:33:09
Beklager for utrolig sent svar. Den ferien ble fyl...
Akropolis i Athens historie
by Kabi | 05. Feb 24, 18:58:56
Det er nylig kommet ut en bok som tar for seg Akr...
Re: Nedtellinger og annet småprat om Hellas-ferien
by kaka | 24. Jan 24, 16:06:27
Takk igjen, Kabi! Spennende! I går var jeg innom ...