• 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.

Português/Portuguese

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!

Português/Portuguese

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

Português/Portuguese

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
DICE_CHAR                  d
INVALID_DICE_CODE               Invalid dice code!
INVALID_DICE_MODES            Invalid dice modes or mode combination!
INVALID_DICE_ROLL               Invalid dice roll!
MUST_HAVE_DICE_CODE            You may not remove this dice code. If you wish to remove this dice code, please contact a moderator or an administrator.
MAKE_REMOVABLE               [Make removable]
MAKE_UNREMOVABLE            [Make unremovable]
NO_DOUBLE_DICE_CODE            You may not post a dice roll more than once in it's original post without a quote tag.
ON_A_DIE                     on a die
PATTERN_ROLL_TOTAL            and got a total of <b>[%t]</b>
PATTERN_ROLL_STRING            [%u] rolled [%n] [%s]-sided dice
PATTERN_ROLL_STRING_SINGLE_DIE   [%u] rolled a [%s]-sided die
ROLLS_ORIGINAL_POST            Original post

posting.php
Code: Select all
CUSTOM_BBCODE_DICE_HELP         Roll some dice: [dice]3d6[/dice], available modes: [dice=total,quote], quote can't be used when posting a new roll
UPDATE_FILE                  Update file

ucp.php
Code: Select all
DICE_DISP                  Display dice
DICE_TEXT_MODE               Text

viewforum.php
Code: Select all
DELETED_POST_SHOW            This post has been soft deleted. Click here to show the post.
SOFT_DELETED                  Soft Deleted
TOPIC_SOFT_DELETED            This topic has been deleted.

viewtopic.php
Code: Select all
DELETED_POST_SHOW            This post has been soft deleted. Click here to show the post.
POST_IS_DELETED               This post was soft deleted by %1$s on %2$s. Click %3$shere%4$s to un-delete this post.
POST_SHOW_NO_JS               You must have Javascript enabled to display this message.


milestone_congratulations.php
Code: Select all
   'MILESTONE_TITLE'   => 'Milestone Congratulations',
   'MILESTONE_ERROR'   => 'Install and run Administration Control Panel module first!',

   'MILESTONE'         => 'Milestone',
   'MILESTONES'      => 'Milestones',
   'MILESTONE_HISTORY'   => 'History',

   'MILESTONE_PTU'      => 'Post <strong>#%1$d</strong> has been made by %2$s, topic <strong>#%3$d</strong> has been created by %4$s; registered user <strong>#%5$d</strong> is %6$s.',
   'MILESTONE_PT'      => 'Post <strong>#%1$d</strong> has been made by %2$s, topic <strong>#%3$d</strong> has been created by %4$s.',
   'MILESTONE_PU'      => 'Post <strong>#%1$d</strong> has been made by %2$s; registered user <strong>#%3$d</strong> is %4$s.',
   'MILESTONE_TU'      => 'Topic <strong>#%1$d</strong> has been created by %2$s; registered user <strong>#%3$d</strong> is %4$s.',
   'MILESTONE_P'      => 'Post <strong>#%1$d</strong> has been made by %2$s.',
   'MILESTONE_T'      => 'Topic <strong>#%1$d</strong> has been created by %2$s.',
   'MILESTONE_U'      => 'Registered user <strong>#%1$d</strong> is %2$s.',

   // Viewonline
   'VIEWING_MILESTONES'   => 'Viewing Milestone History page'


shadow_topics.php
Code: Select all
   'SHADOW_TOPICS_TIME'         => 'Hours (enter 0 for intact)',
   'MCP_MAIN_FORUM_SHADOW_VIEW'   => 'View shadow 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',


Now for the all the Gallery files. :bites-lip:

gallery.php (this one is huge)
Code: Select all
   'ALBUM'                     => 'Album',
   'ALBUM_IS_CATEGORY'            => 'The album you cheated to, is a category-album.<br />You can\'t upload to categories.',
   'ALBUM_LOCKED'               => 'Locked',
   'ALBUM_NAME'               => 'Album name',
   'ALBUM_NOT_EXIST'            => 'This album does not exist',
   'ALBUM_PERMISSIONS'            => 'Album Permissions',
   'ALBUM_REACHED_QUOTA'         => 'This album has reached the quota of images. You cannot upload any more. Please contact the administrator for more information.',
   'ALBUM_UPLOAD_NEED_APPROVAL'   => 'Your image has been uploaded successfully.<br /><br />But the feature Image Approval has been enabled so your image must be approved by a administrator or a moderator before posting',
   'ALBUM_UPLOAD_SUCCESSFUL'      => 'Your image has been uploaded successfully',
   'ALBUMS_MARKED'               => 'All albums have been marked read.',
   'ALL'                     => 'All',
   'ALL_IMAGES'               => 'All image',
   'ALLOWED_FILETYPES'            => 'Allowed filetypes',
   'APPROVE'                  => 'Approve',
   'APPROVE_IMAGE'               => 'Approve image',

   //@todo
   'ALBUM_COMMENT_CAN'         => 'You <strong>can</strong> post comments to images in this album',
   'ALBUM_COMMENT_CANNOT'      => 'You <strong>cannot</strong> post comments to images in this album',
   'ALBUM_DELETE_CAN'         => 'You <strong>can</strong> delete your images in this album',
   'ALBUM_DELETE_CANNOT'      => 'You <strong>cannot</strong> delete your images in this album',
   'ALBUM_EDIT_CAN'         => 'You <strong>can</strong> edit your images in this album',
   'ALBUM_EDIT_CANNOT'         => 'You <strong>cannot</strong> edit your images in this album',
   'ALBUM_RATE_CAN'         => 'You <strong>can</strong> rate images in this album',
   'ALBUM_RATE_CANNOT'         => 'You <strong>cannot</strong> rate images in this album',
   'ALBUM_UPLOAD_CAN'         => 'You <strong>can</strong> upload new images in this album',
   'ALBUM_UPLOAD_CANNOT'      => 'You <strong>cannot</strong> upload new images in this album',
   'ALBUM_VIEW_CAN'         => 'You <strong>can</strong> view images in this album',
   'ALBUM_VIEW_CANNOT'         => 'You <strong>cannot</strong> view images in this album',

   'BAD_UPLOAD_FILE_SIZE'         => 'Your uploaded file is too large',
   'BROWSING_ALBUM'            => 'Users browsing this album: %1$s',
   'BROWSING_ALBUM_GUEST'         => 'Users browsing this album: %1$s and %2$d guest',
   'BROWSING_ALBUM_GUESTS'         => 'Users browsing this album: %1$s and %2$d guests',

   'CHANGE_IMAGE_STATUS'         => 'Change image-status',
   'CLICK_RETURN_ALBUM'         => 'Click %shere%s to return to the album',
   'CLICK_RETURN_IMAGE'         => 'Click %shere%s to return to the image',
   'COMMENT'                  => 'Comment',
   'COMMENT_IMAGE'               => 'Posting a comment on an image in album %s',
   'COMMENT_LENGTH'            => 'Enter your comment here, it may contain no more than <strong>%d</strong> characters.',
   'COMMENT_ON'               => 'Comment on',
   'COMMENT_STORED'            => 'Your comment has been saved successfully.',
   'COMMENT_TOO_LONG'            => 'Your comment is too long.',
   'COMMENTS'                  => 'Comments',
   'CONTEST_COMMENTS_STARTS'      => 'Comments on images in this contest are allowed from %s on.',
   'CONTEST_ENDED'               => 'This contest ended on %s.',
   'CONTEST_ENDS'               => 'This contest ends on %s.',
   'CONTEST_RATING_STARTED'      => 'The rating for this contest started on %s.',
   'CONTEST_RATING_STARTS'         => 'The rating for this contest starts on %s.',
   'CONTEST_RATING_ENDED'         => 'The rating for this contest ended on %s.',
   'CONTEST_RATING_HIDDEN'         => 'hidden',
   'CONTEST_RESULT'            => 'Contest',
   'CONTEST_RESULT_1'            => 'Winner',
   'CONTEST_RESULT_2'            => 'Second',
   'CONTEST_RESULT_3'            => 'Third',
   'CONTEST_RESULT_HIDDEN'         => 'The rating for this images is hidden, until the end of the contest on %s.',
   'CONTEST_STARTED'            => 'The contest started on %s.',
   'CONTEST_STARTS'            => 'The contest starts on %s.',
   'CONTEST_USERNAME'            => '<strong>Contest</strong>',
   'CONTEST_USERNAME_LONG'         => '<strong>Contest</strong> » The username is hidden, till the end of the contest on %s.',
   'CONTEST_WINNERS_OF'         => 'Contest winner of "%s"',

   'DELETE_COMMENT'            => 'Delete comment',
   'DELETE_COMMENT2'            => 'Delete comment?',
   'DELETE_COMMENT2_CONFIRM'      => 'Are you sure you want to delete the comment?',
   'DELETE_IMAGE'               => 'Delete',
   'DELETE_IMAGE2'               => 'Delete image?',
   'DELETE_IMAGE2_CONFIRM'         => 'Are you sure you want to delete the image?',
   'DELETED_COMMENT'            => 'Comment deleted',
   'DELETED_COMMENT_NOT'         => 'Comment not deleted',
   'DELETED_IMAGE'               => 'Image deleted',
   'DELETED_IMAGE_NOT'            => 'Image not deleted',
   'DESC_TOO_LONG'               => 'Your description is too long',
   'DESCRIPTION_LENGTH'         => 'Enter your descriptions here, it may contain no more than <strong>%d</strong> characters.',
   'DETAILS'                  => 'Details',
   'DONT_RATE_IMAGE'            => 'Don\'t rate image',

   'EDIT_COMMENT'               => 'Edit comment',
   'EDIT_IMAGE'               => 'Edit',
   'EDITED_TIME_TOTAL'            => 'Last edited by %s on %s; edited %d time in total',
   'EDITED_TIMES_TOTAL'         => 'Last edited by %s on %s; edited %d times in total',

   'FAVORITE_IMAGE'            => 'Add to favorites',
   'FAVORITED_IMAGE'            => 'The image was added to your favorites.',
   'FILE'                     => 'File',
   'FILETYPE_MIMETYPE_MISMATCH'   => 'The file-type of "<strong>%1$s</strong>" does not match the mime-type (%2$s).',
   'FILETYPES_GIF'               => 'gif',
   'FILETYPES_JPG'               => 'jpg',
   'FILETYPES_PNG'               => 'png',

   'IMAGE'                        => 'Image',
   'IMAGE_#'                     => '1 image',
   'IMAGE_ALREADY_REPORTED'         => 'The image was already reported.',
   'IMAGE_BBCODE'                  => 'Image BBCode',
   'IMAGE_DAY'                     => '%.2f images per day',
   'IMAGE_DESC'                  => 'Image Description',
   'IMAGE_LOCKED'                  => 'Sorry, this image is locked. You cannot post comments for this image anymore.',
   'IMAGE_NAME'                  => 'Imagename',
   'IMAGE_NOT_EXIST'               => 'This image does not exist.',
   'IMAGE_PCT'                     => '%.2f%% of all images',
   'IMAGE_STATUS'                  => 'Status',
   'IMAGE_URL'                     => 'Image-URL',
   'IMAGES_#'                     => '%s images',
   'IMAGES_REPORTED_SUCCESSFULLY'      => 'The image was successful reported',
   'IMAGES_UPDATED_SUCCESSFULLY'      => 'Your image information has been updated successfully',
   'INVALID_USERNAME'               => 'Your Username is invalid',

   'LAST_COMMENT'               => 'Last Comment',
   'LAST_IMAGE'               => 'Last Image',
   'LOGIN_EXPLAIN_UPLOAD'         => 'You must registered and logged in to upload images into this gallery.',
   'LOOP_EXP'                  => 'If you upload more than one file, you may include <span style="font-weight: bold;">{NUM}</span> into the imagename and imagedescription.<br />
                              It counts through the images, starting on the value you entered. Example: "Image {NUM}" addes up to "Image 1", "Image 2", etc.',

   'MARK_ALBUMS_READ'            => 'Mark albums read',
   'MAX_FILE_SIZE'               => 'Maximum file size (bytes)',
   'MAX_HEIGHT'               => 'Maximum image height (pixels)',
   'MAX_WIDTH'                  => 'Maximum image width (pixels)',
   'MISSING_COMMENT'            => 'No Message entered',
   'MISSING_MODE'               => 'No mode selected',
   'MISSING_REPORT_REASON'         => 'You need to mention a reason, to report an image.',
   'MISSING_SLIDESHOW_PLUGIN'      => 'No slideshow-plugin found. Contact the board-administration for more information.',
   'MISSING_SUBMODE'            => 'No submode selected',
   'MISSING_USERNAME'            => 'No Username entered',
   'MOVE_TO_ALBUM'               => 'Move to album',
   'MOVE_TO_PERSONAL'            => 'Move to personal album',
   'MOVE_TO_PERSONAL_MOD'         => 'When you set this option to "yes", the image is moved into the personal album of the user. If the user does not have one yet, it is created automatically.',
   'MOVE_TO_PERSONAL_EXPLAIN'      => 'When you set this option to "yes", the image is moved into your personal album. If you do not have one yet, it is created automatically.',

   'NEW_COMMENT'               => 'New Comment',
   'NEW_IMAGES'               => 'New images',
   'NEWEST_PGALLERY'            => 'Our newest personal gallery %s',
   'NO_ALBUMS'                  => 'There are no albums in this gallery.',
   'NO_COMMENTS'               => 'No comments yet',
   'NO_IMAGES'                  => 'No images',
   'NO_IMAGES_FOUND'            => 'No images found.',
   'NO_NEW_IMAGES'               => 'No new images',
   'NO_IMAGES_LONG'            => 'There are no images in this album.',
   'NOT_ALLOWED_FILE_TYPE'         => 'This file type is not allowed',
   'NOT_RATED'                  => 'not rated',

   'ORDER'                     => 'Order',
   'ORIG_FILENAME'               => 'Take filename as imagename (the insert-field has no function)',
   'OUT_OF_RANGE_VALUE'         => 'Value is out of range',

   'PERSONAL_ALBUMS'            => 'Personal albums',
   'POST_COMMENT'               => 'Post a comment',
   'POST_COMMENT_RATE_IMAGE'      => 'Post a comment and rate the image',
   'POSTER'                  => 'Poster',

   'RANDOM_IMAGES'               => 'Random images',
   'RATE_IMAGE'               => 'Rate the image',
   'RATE_STRING'               => '%1$s (%2$s Rate)', // 1.Rating-average 2.number of rates
   'RATES_COUNT'               => 'Rates',
   'RATES_STRING'               => '%1$s (%2$s Rates)',
   'RATING'                  => 'Rating',
   'RATING_SUCCESSFUL'            => 'The image has been rated successfully.',
   'READ_REPORT'               => 'Read report message',
   'RECENT_COMMENTS'            => 'Recent comments',
   'RECENT_IMAGES'               => 'Recent Images',
   'REPORT_IMAGE'               => 'Report image',
   'RETURN_ALBUM'               => '%sReturn to the album last visited%s',
   'ROTATE_IMAGE'               => 'Rotate image',
   'ROTATE_LEFT'               => '90° left',
   'ROTATE_NONE'               => 'none',
   'ROTATE_RIGHT'               => '90° right',
   'ROTATE_UPSIDEDOWN'            => '180° upside-down',

   'SEARCH_ALBUM'               => 'Search this album…',
   'SEARCH_ALBUMS'               => 'Search in albums',
   'SEARCH_ALBUMS_EXPLAIN'         => 'Select the album or albums you wish to search in. Subalbums are searched automatically if you do not disable “search subalbums“ below.',
   'SEARCH_COMMENTS'            => 'Comments only',
   'SEARCH_CONTEST'            => 'Contest winners',
   'SEARCH_IMAGE_COMMENTS'         => 'Imagenames, descriptions and comments',
   'SEARCH_IMAGE_VALUES'         => 'Imagenames and descriptions only',
   'SEARCH_IMAGENAME'            => 'Imagenames only',
   'SEARCH_RANDOM'               => 'Random images',
   'SEARCH_RECENT'               => 'Recent images',
   'SEARCH_RECENT_COMMENTS'      => 'Recent comments',
   'SEARCH_SUBALBUMS'            => 'Search subalbums',
   'SEARCH_TOPRATED'            => 'Top rated images',
   'SEARCH_USER_IMAGES'         => 'Search user’s images',
   'SEARCH_USER_IMAGES_OF'         => 'Images of %s',
   'SHOW_PERSONAL_ALBUM_OF'      => 'Show personal album of %s',
   'SLIDE_SHOW'               => 'Slideshow',
   'SLIDE_SHOW_HIGHSLIDE'         => 'To start the slideshow, click on one of the image-names and than click on the "play"-icon:',
   'SLIDE_SHOW_LYTEBOX'         => 'To start the slideshow, click on one of the image-names:',
   'SLIDE_SHOW_SHADOWBOX'         => 'To start the slideshow, click on one of the image-names:',
   'SORT_ASCENDING'            => 'Ascending',
   'SORT_DEFAULT'               => 'Default',
   'SORT_DESCENDING'            => 'Descending',
   'STATUS'                  => 'Status',
   'SUBALBUMS'                  => 'Subalbums',
   'SUBALBUM'                  => 'Subalbum',

   'THUMBNAIL_SIZE'            => 'Thumbnail size (pixels)',
   'TOTAL_COMMENTS_OTHER'         => 'Total comments <strong>%d</strong>',
   'TOTAL_COMMENTS_ZERO'         => 'Total comments <strong>0</strong>',
   'TOTAL_IMAGES'               => 'Total images',
   'TOTAL_PGALLERIES_OTHER'      => 'Total personal galleries <strong>%d</strong>',
   'TOTAL_PGALLERIES_SHORT'      => '%d personal galleries ',
   'TOTAL_PGALLERIES_ZERO'         => 'Total personal galleries <strong>0</strong>',

   'UNFAVORITE_IMAGE'            => 'remove from favorites',
   'UNFAVORITED_IMAGE'            => 'The image was removed from your favorites.',
   'UNFAVORITED_IMAGES'         => 'The images were removed from your favorites.',
   'UNLOCK_IMAGE'               => 'Unlock image',
   'UNWATCH_ALBUM'               => 'Unsubscribe album',
   'UNWATCH_IMAGE'               => 'Unsubscribe image',
   'UNWATCHED_ALBUM'            => 'You are no longer informed about new images in this album.',
   'UNWATCHED_ALBUMS'            => 'You are no longer informed about new images in these albums.',
   'UNWATCHED_IMAGE'            => 'You are no longer informed about new comments on this image.',
   'UNWATCHED_IMAGES'            => 'You are no longer informed about new comments on these images.',
   'UPLOAD_IMAGE'               => 'Upload Image',
   'UPLOAD_IMAGE_SIZE_TOO_BIG'      => 'Your image dimension size is too large',
   'UPLOAD_NO_FILE'            => 'You must enter your path and filename',
   'UPLOADED_BY_USER'            => 'Uploaded by',
   'UPLOADED_ON_DATE'            => 'Uploaded',
   'USER_NEARLY_REACHED_QUOTA'      => 'You are not allowed to upload more than %s images, but you already uploaded %s images. So there are only %s filelines displayed.',
   'USER_REACHED_QUOTA'         => 'You are not allowed to upload more than %s images.<br /><br />Please contact the administrator for more information.',
   'USERNAME_BEGINS_WITH'         => 'Username begins with',
   'USERS_PERSONAL_ALBUMS'         => 'Users Personal Albums',

   'VIEW_ALBUM'               => 'View album',
   'VIEW_ALBUM_IMAGE'            => '1 image',
   'VIEW_ALBUM_IMAGES'            => '%s images',
   'VIEW_IMAGE'               => 'View image',
   'VIEW_LATEST_IMAGE'            => 'View the latest image',
   'VIEW_SEARCH_RECENT'         => 'View recent images',
   'VIEW_SEARCH_RANDOM'         => 'View random images',
   'VIEW_SEARCH_COMMENTED'         => 'View recent comments',
   'VIEW_SEARCH_CONTESTS'         => 'View contest winners',
   'VIEW_SEARCH_TOPRATED'         => 'View top rated images',
   'VIEW_SEARCH_SELF'            => 'View your images',
   'VIEWING_ALBUM'               => 'Viewing album %s',
   'VIEWING_IMAGE'               => 'Viewing image in album %s',
   'VIEWS'                     => 'Views',

   'WATCH_ALBUM'               => 'Subscribe album',
   'WATCH_IMAGE'               => 'Subscribe image',
   'WATCHING_ALBUM'            => 'You are now informed about new images in this album.',
   'WATCHING_IMAGE'            => 'You are now informed about new comments on this image.',

   'YOUR_COMMENT'               => 'Your comment',
   'YOUR_PERSONAL_ALBUM'         => 'Your Personal Album',
   'YOUR_RATING'               => 'Your rating',


gallery_ucp.php
Code: Select all
   'ALBUMS'                  => 'Albums',
   'ALBUM_DESC'               => 'Album Description',
   'ALBUM_NAME'               => 'Album Name',
   'ALBUM_PARENT'               => 'Parent Album',
   'ATTACHED_SUBALBUMS'         => 'Attached subalbums',

   'CREATE_PERSONAL_ALBUM'         => 'Create personal album',
   'CREATE_SUBALBUM'            => 'Create subalbum',
   'CREATE_SUBALBUM_EXP'         => 'You may attach a new subalbum to your personal gallery.',
   'CREATED_SUBALBUM'            => 'Subalbum successful created',

   'DELETE_ALBUM'               => 'Delete Album',
   'DELETE_ALBUM_CONFIRM'         => 'Delete Album, with all attached subalbums and images?',
   'DELETED_ALBUMS'            => 'Albums successful deleted',

   'EDIT'                     => 'Edit',
   'EDIT_ALBUM'               => 'Edit album',
   'EDIT_SUBALBUM'               => 'Edit Subalbum',
   'EDIT_SUBALBUM_EXP'            => 'You can edit your albums here.',
   'EDITED_SUBALBUM'            => 'Album successful edited',

   'GOTO'                     => 'Go To',

   'MANAGE_SUBALBUMS'            => 'Manage your subalbums',
   'MISSING_ALBUM_NAME'         => 'Please insert a name for the album',

   'NEED_INITIALISE'            => 'You don\'t have a personal album yet.',
   'NO_ALBUM_STEALING'            => 'You are not allowed to manage the Album of other users.',
   'NO_FAVORITES'               => 'You don\'t have any favorites.',
   'NO_MORE_SUBALBUMS_ALLOWED'      => 'You added your maximum of subalbums to your personal album',
   'NO_PARENT_ALBUM'            => '&laquo;-- no parent',
   'NO_PERSALBUM_ALLOWED'         => 'You don\'t have the permissions create your personal album',
   'NO_PERSONAL_ALBUM'            => 'You don\'t have a personal album yet. Here you can create your personal album, with some subalbums.<br />In personal albums only the owner can upload images.',
   'NO_SUBALBUMS'               => 'No Albums attached',
   'NO_SUBSCRIPTIONS'            => 'You didn\'t subscribe to any image.',

   'PARSE_BBCODE'               => 'Parse BBCode',
   'PARSE_SMILIES'               => 'Parse smilies',
   'PARSE_URLS'               => 'Parse links',
   'PERSONAL_ALBUM'            => 'Personal album',

   'REMOVE_FROM_FAVORITES'         => 'Remove from favorites',

   'UNSUBSCRIBE'               => 'stop watching',

   'YOUR_FAVORITE_IMAGES'         => 'Here you can see your favorite-images. You may remove them, if you don\'t like them anymore.',
   'YOUR_SUBSCRIPTIONS'         => 'Here you see albums and images you get notified on.',

   'VIEWEXIFS_DEFAULT'            => 'View Exif-Data by default',

   'WATCH_CHANGED'               => 'Settings stored',
   'WATCH_COM'                  => 'Subscribe commented images by default',
   'WATCH_FAVO'               => 'Subscribe favorite images by default',
   'WATCH_NOTE'               => 'This option only affects on new images. All other images need to be added by the "subscribe image" option.',
   'WATCH_OWN'                  => 'Subscribe own images by default',


info_ucp_gallery.php
Code: Select all
   'UCP_GALLERY'                  => 'Gallery',
   'UCP_GALLERY_FAVORITES'            => 'Manage favorites',
   'UCP_GALLERY_PERSONAL_ALBUMS'      => 'Manage personal albums',
   'UCP_GALLERY_SETTINGS'            => 'Personal settings',
   'UCP_GALLERY_WATCH'               => 'Manage subscriptions',


permissions_gallery.php
Code: Select all
   'acl_a_gallery_manage'      => array('lang' => 'Can manage the phpBB Gallery adjustments',   'cat' => 'gallery'),
   'acl_a_gallery_albums'      => array('lang' => 'Can add/edit albums and permissions',      'cat' => 'gallery'),
   'acl_a_gallery_import'      => array('lang' => 'Can use the import-function',            'cat' => 'gallery'),
   'acl_a_gallery_cleanup'      => array('lang' => 'Can clean up the phpBB Gallery',         'cat' => 'gallery'),


exif_data.php (as a reference, this file contains all the language used from digital camera image data)
Code: Select all
   'EXIF-DATA'               => 'EXIF-Data',
   'EXIF_APERTURE'            => 'F-number',
   'EXIF_CAM_MODEL'         => 'Camera-model',
   'EXIF_DATE'               => 'Image taken on',
   'EXIF_EXPOSURE'            => 'Shutter speed',
      'EXIF_EXPOSURE_EXP'         => '%s Sec',// 'EXIF_EXPOSURE' unit
   'EXIF_EXPOSURE_BIAS'      => 'Exposure bias',
      'EXIF_EXPOSURE_BIAS_EXP'   => '%s EV',// 'EXIF_EXPOSURE_BIAS' unit
   'EXIF_EXPOSURE_PROG'      => 'Exposure program',
      'EXIF_EXPOSURE_PROG_0'      => 'Not defined',
      'EXIF_EXPOSURE_PROG_1'      => 'Manual',
      'EXIF_EXPOSURE_PROG_2'      => 'Normal program',
      'EXIF_EXPOSURE_PROG_3'      => 'Aperture priority',
      'EXIF_EXPOSURE_PROG_4'      => 'Shutter priority',
      'EXIF_EXPOSURE_PROG_5'      => 'Creative program (biased toward depth of field)',
      'EXIF_EXPOSURE_PROG_6'      => 'Action program (biased toward fast shutter speed)',
      'EXIF_EXPOSURE_PROG_7'      => 'Portrait mode (for closeup photos with the background out of focus)',
      'EXIF_EXPOSURE_PROG_8'      => 'Landscape mode (for landscape photos with the background in focus)',
   'EXIF_FLASH'            => 'Flash',
      'EXIF_FLASH_CASE_0'         => 'Flash did not fire',
      'EXIF_FLASH_CASE_1'         => 'Flash fired',
      'EXIF_FLASH_CASE_5'         => 'return light not detected',
      'EXIF_FLASH_CASE_7'         => 'return light detected',
      'EXIF_FLASH_CASE_8'         => 'On, Flash did not fire',
      'EXIF_FLASH_CASE_9'         => 'Flash fired, compulsory flash mode',
      'EXIF_FLASH_CASE_13'      => 'Flash fired, compulsory flash mode, return light not detected',
      'EXIF_FLASH_CASE_15'      => 'Flash fired, compulsory flash mode, return light detected',
      'EXIF_FLASH_CASE_16'      => 'Flash did not fire, compulsory flash mode',
      'EXIF_FLASH_CASE_20'      => 'Off, Flash did not fire, return light not detected',
      'EXIF_FLASH_CASE_24'      => 'Flash did not fire, auto mode',
      'EXIF_FLASH_CASE_25'      => 'Flash fired, auto mode',
      'EXIF_FLASH_CASE_29'      => 'Flash fired, auto mode, return light not detected',
      'EXIF_FLASH_CASE_31'      => 'Flash fired, auto mode, return light detected',
      'EXIF_FLASH_CASE_32'      => 'No flash function',
      'EXIF_FLASH_CASE_48'      => 'Off, No flash function',
      'EXIF_FLASH_CASE_65'      => 'Flash fired, red-eye reduction mode',
      'EXIF_FLASH_CASE_69'      => 'Flash fired, red-eye reduction mode, return light not detected',
      'EXIF_FLASH_CASE_71'      => 'Flash fired, red-eye reduction mode, return light detected',
      'EXIF_FLASH_CASE_73'      => 'Flash fired, compulsory flash mode, red-eye reduction mode',
      'EXIF_FLASH_CASE_77'      => 'Flash fired, compulsory flash mode, red-eye reduction mode, return light not detected',
      'EXIF_FLASH_CASE_79'      => 'Flash fired, compulsory flash mode, red-eye reduction mode, return light detected',
      'EXIF_FLASH_CASE_80'      => 'Off, Red-eye reduction',
      'EXIF_FLASH_CASE_88'      => 'Auto, Did not fire, Red-eye reduction',
      'EXIF_FLASH_CASE_89'      => 'Flash fired, auto mode, red-eye reduction mode',
      'EXIF_FLASH_CASE_93'      => 'Flash fired, auto mode, return light not detected, red-eye reduction mode',
      'EXIF_FLASH_CASE_95'      => 'Flash fired, auto mode, return light detected, red-eye reduction mode',
   'EXIF_FOCAL'            => 'Focus length',
      'EXIF_FOCAL_EXP'         => '%s mm',// 'EXIF_FOCAL' unit
   'EXIF_ISO'               => 'ISO speed rating',
   'EXIF_METERING_MODE'      => 'Metering mode',
      'EXIF_METERING_MODE_0'      => 'Unknown',
      'EXIF_METERING_MODE_1'      => 'Average',
      'EXIF_METERING_MODE_2'      => 'Center-weighted average',
      'EXIF_METERING_MODE_3'      => 'Spot',
      'EXIF_METERING_MODE_4'      => 'Multi-Spot',
      'EXIF_METERING_MODE_5'      => 'Pattern',
      'EXIF_METERING_MODE_6'      => 'Partial',
      'EXIF_METERING_MODE_255'   => 'Other',
   'EXIF_NOT_AVAILABLE'      => 'not available',
   'EXIF_WHITEB'            => 'Whitebalance',
      'EXIF_WHITEB_AUTO'         => 'Auto',
      'EXIF_WHITEB_MANU'         => 'Manual',

   'SHOW_EXIF'               => 'show/hide',



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:45 pm, edited 2 times in total.
Reason: additions
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