• Advertisement

Make a small donation to Ye Olde Inn!

Donate via Paypal

Every cent received goes toward Ye Olde Inn's maintenance and allows us to continue providing the best resources for HeroQuest and Fantasy Gaming fans.

Deutsch/German

We are trying to make the basics of our forum available in each of the languages HeroQuest has been released in. However, we need your help! Many common titles and descriptions of the various forum functions still require translations. If you would like to help, this is the place to do it!

Deutsch/German

Postby drathe » May 9th, 2011, 12:16 pm

Deutsch/German

Below are lists of files, their Language Keys (what will appear around the forum when no translation is available) and their Language Variables in English. The Language Variables are what needs to be translated. Please note that some bits of code appear in these variables which must remain. (ex. %2$s). These bits of code are used by the forum software and are dynamically replaced with the required values as needed. HTML tags also appears in some of the variables. (ex. <strong></strong>) These are used to add various Font styles such as bold and italics to the text between them when they appear on the forum.

common.php
Code: Select all
Language key                  Language variable
   
HOMEPAGE                  Homepage
READING_TOPIC_TOPIC            Reading topic %2$s in %1$s
REPLYING_MESSAGE_TOPIC         Replying to message in topic %2$s in %1$s
RULES                     Rules
RULES_EXPLAIN               Forum Rules
VIEWING_RULES               Viewing Rules

posting.php
Code: Select all
UPDATE_FILE                  Update file

viewforum.php
Code: Select all
SOFT_DELETED                  Soft Deleted

prime_self_topics.php
Code: Select all
   'PRIME_SELF_TOPICS'   => 'View your topics',
   'PRIME_YOUR_TOPICS'   => 'Show your topics',


soft_delete.php
Code: Select all
   'CLICK_RETURN_POST'            => '%sClick here to return to the post%s',
   'CLICK_RETURN_TOPIC'         => '%sClick here to return to the topic%s',
   'CLICK_RETURN_FORUM'         => '%sClick here to return to the forum%s',

   'FOUNDER_ONLY'               => 'You must be a board founder to access this page.',

   'HARD_DELETE'               => 'Hard Delete',
   'HARD_DELETE_MESSAGE'         => 'Delete Message',
   'HARD_DELETE_MESSAGE_CONFIRM'   => 'Are you sure you want to permanently delete this post?  This can not be un-done.',
   'HARD_DELETE_TOPIC'            => 'Hard Delete Topic',
   'HARD_DELETE_TOPIC_CONFIRM'      => 'Are you sure you want to permanently delete this topic?  This can not be un-done.',
   'HARD_DELETE_TOPICS'         => 'Hard Delete Topics',
   'HARD_DELETE_TOPICS_CONFIRM'   => 'Are you sure you want to permanently delete these topics?  This can not be un-done.',

   'LOG_HARD_DELETE_POST'         => '<strong>Deleted post</strong><br />» %s',
   'LOG_HARD_DELETE_TOPIC'         => '<strong>Deleted topic</strong><br />» %s',
   'LOG_SOFT_DELETE_POST'         => '<strong>Soft deleted post</strong><br />» %s',
   'LOG_SOFT_DELETE_TOPIC'         => '<strong>Soft deleted topic</strong><br />» %s',
   'LOG_UNDELETE_POST'            => '<strong>Undeleted post</strong><br />» %s',
   'LOG_UNDELETE_TOPIC'         => '<strong>Undeleted topic</strong><br />» %s',

   'POST_HARD_DELETE_SUCCESS'      => 'The post has been hard deleted successfully.',
   'POST_SOFT_DELETE_SUCCESS'      => 'The post has been soft deleted successfully.',
   'POST_UNDELETE_SUCCESS'         => 'The post has been undeleted successfully.',
   'POSTS_MCP_DELETE_SUCCESS'      => 'The posts have been deleted successfully.',

   'SOFT_DELETE_INSTALL_COMPLETE'   => 'The Database changes have been completed successfully!<br />Please delete this file.',
   'SOFT_DELETE_MESSAGE'         => 'Soft Delete Message',
   'SOFT_DELETE_MESSAGE_CONFIRM'   => 'Are you sure you want to soft delete this message?',

   'TOPIC_HARD_DELETE_SUCCESS'      => 'The topic has been hard deleted successfully.',
   'TOPIC_SOFT_DELETED'         => 'This topic has been deleted.',
   'TOPIC_SOFT_DELETE_SUCCESS'      => 'The topic has been soft deleted successfully.',
   'TOPIC_UNDELETE_SUCCESS'      => 'The topic has been undeleted successfully.',
   'TOPICS_MCP_DELETE_SUCCESS'      => 'The topics have been deleted successfully.',

   'UNDELETE_POST'               => 'Undelete Post',
   'UNDELETE_POST_CONFIRM'         => 'Are you sure you want to undelete this post?',


reimg.php
Code: Select all
   'LOADING_TEXT'               => 'Loading...',
   'LOADING_TITLE'               => 'Click to cancel',
   'FOCUS_TITLE'               => 'Click to bring to front',
   'FULL_EXPAND_TITLE'            => 'Expand to actual size (f)',
   'CREDITS_TEXT'               => 'Powered by <i>Highslide JS</i>',
   'CREDITS_TITLE'               => 'Go to the Highslide JS homepage',
   'PREVIOUS_TEXT'               => 'Previous',
   'NEXT_TEXT'                  => 'Next',
   'MOVE_TEXT'                  => 'Move',
   'CLOSE_TEXT'               => 'Close',
   'CLOSE_TITLE'               => 'Close (esc)',
   'RESIZE_TITLE'                => 'Resize',
   'PLAY_TEXT'                => 'Play',
   'PLAY_TITLE'                => 'Play slideshow (spacebar)',
   'PAUSE_TEXT'                => 'Pause',
   'PAUSE_TITLE'                => 'Pause slideshow (spacebar)',
   'PREVIOUS_TITLE'             => 'Previous (arrow left)',
   'NEXT_TITLE'                => 'Next (arrow right)',
   'MOVE_TITLE'                => 'Move',
   'IMAGE_NUMBER'                => 'Image %1 of %2',
   'RESTORE_TITLE'             => 'Click to close image, click and drag to move. Use arrow keys for next and previous.',
   
   'REIMG_SETTINGS'            => 'Image resize settings',
   'REIMG_MAX_SIZE'            => 'Maximum image dimensions',
   'REIMG_MAX_SIZE_EXPLAIN'      => 'When an image is larger than this it will be resized. Set to 0 to disable horizontal and/or vertical resizing.',
   'REIMG_REL_WIDTH'            => 'Maximum relative image width',
   'REIMG_REL_WIDTH_EXPLAIN'      => 'When an image is wider than this it will be resized. Set to 0 to ignore the relative width.',
   'REIMG_SWAP_PORTRAIT'         => 'Normalize landscape/portrait',
   'REIMG_SWAP_PORTRAIT_EXPLAIN'   => 'If set to yes the maximum dimensions are loosely applied, so landscape and portrait images are equally resized. If set to no the maximum width and/or height are strictly enforced.',
   'REIMG_LINK_METHOD'            => 'Zooming link',
   'REIMG_LINK_METHOD_EXPLAIN'      => 'Select the method that is used to link to the original, larger image.',
   'REIMG_LINK_BUTTON'            => 'Zooming button',
   'REIMG_LINK_IMAGE'            => 'Link resized image',
   'REIMG_LINK_BOTH'            => 'Both',
   'REIMG_ZOOM_BLANK'            => 'New window',
   'REIMG_ZOOM_DEFAULT'         => 'Normal link',
   'REIMG_ZOOM_EXTURL'            => 'External link',
   'REIMG_ZOOM_LITEBOX'         => 'Lightbox',
   'REIMG_ZOOM_LITEBOX_1_1'      => 'Lightbox 1:1',
   'REIMG_ZOOM_LITEBOX_RESIZED'   => 'Lightbox resized',
   'REIMG_ZOOM_HIGHSLIDE'         => 'Highslide',
   'REIMG_ZOOM_METHOD'            => 'Zooming method',
   'REIMG_ZOOM_METHOD_EXPLAIN'      => 'Select the method that is used to view the original, larger image.<br /><br />NOTE on Highslide: If you wish to use Highslide please note that you must first download the Highslide JS ZIP package from <a href="http://highslide.com/download.php">here</a> and place the downloaded zip file’s <em>highslide</em> directory in your forum’s <em>reimg/highslide</em> directory.',
   'REIMG_IGNORE_SIG_IMG'         => 'Ignore images in signatures',
   'REIMG_IGNORE_SIG_IMG_EXPLAIN'   => 'If set to yes then images in signatures will not be resized.',
   
   'IMG_ICON_REIMG_LOADING'      => 'Loading',
   'IMG_ICON_REIMG_ZOOM_IN'      => 'Zoom in',
   'IMG_ICON_REIMG_ZOOM_OUT'      => 'Zoom out',
   
   'REIMG_ZOOM_IN'               => 'Zoom in (real dimensions: %1$d x %2$d)',
   'REIMG_ZOOM_OUT'            => 'Zoom out',




Also added this:
Code: Select all
'SITE_DESC'   => 'Dedicated to Ye Olde "Agin's" Inn and the fantasy board game HeroQuest',
Last edited by drathe on October 6th, 2013, 2:46 pm, edited 5 times in total.
Reason: additions, removed completed sections
Image


Rewards:
Played a turn in a Play-by-Post game. Wrote an article for the Blog. Created a Hot Topic. Participated in a Miniature Exchange. Zealot Miniatures: Twisting Catacombs Kickstarter Backer
User avatar
Lord
drathe
The Bastiferous!

Innkeeper
Innkeeper
 
Posts: 2935
Images: 103
Joined: August 16th, 2008, 2:55 pm
Location: Niagara Region, Ontario, Canada
Forum Language: British English
Hero:
Evil Sorcerer: Morcar
Usergroups:
Innkeepers Group Member Wizards of Zargon Group Member Adventurers' Guild Group Member Artists Group Member Champion Group Member Scribes Group Member

Advertisement

Make a small donation to Ye Olde Inn!

Donate via Paypal

Every cent received goes toward Ye Olde Inn's maintenance and allows us to continue providing the best resources for HeroQuest and Fantasy Gaming fans.

Return to Forum Translations

Who is online

Users browsing this forum: No registered users and 1 guest