# $Id: strings.raw,v 1.27 2006/01/20 19:07:00 mindless Exp $ /* module.inc */ gettext("Image Block") /* also in: templates/ImageBlockOption.tpl templates/blocks/blocks.inc */ gettext("Random, Most Recent or Most Viewed Photo or Album") gettext("Blocks") /* classes/ImageBlockHelper.class */ gettext("Random Image") gettext("Newest Image") gettext("Most Viewed Image") gettext("Random Album") gettext("Newest Album") gettext("Most Viewed Album") gettext("Picture of the Day") gettext("Picture of the Week") gettext("Picture of the Month") gettext("Album of the Day") gettext("Album of the Week") gettext("Album of the Month") /* templates/ImageBlock.tpl */ gettext("Date:") gettext("Views: %d") gettext("Owner: %s") /* templates/ImageBlockOption.tpl */ gettext("Prevent this album from being displayed in the Image Block") gettext("Apply ImageBlock settings to sub-albums") /* templates/ImageBlockSiteAdmin.tpl */ gettext("Image Block Settings") gettext("Settings saved successfully") gettext("Show") gettext("Heading") gettext("Title") gettext("Date") gettext("View Count") gettext("Owner") gettext("Frames") gettext("View samples") gettext("Album Frame") gettext("Photo Frame") gettext("Save") gettext("Reset") gettext("External Image Block") gettext("Use a PHP block like the one shown below to include an image block in a PHP page outside of Gallery.") gettext("Pipe(|) separate list chosen from: randomImage, recentImage, viewedImage, randomAlbum, recentAlbum, viewedAlbum, dailyImage, weeklyImage, monthlyImage, dailyAlbum, weeklyAlbum, monthlyAlbum, specificItem; default is randomImage") gettext("Pipe(|) separated list chosen from: title, date, views, owner, heading, fullSize; the value can also be: none") gettext("Limit the item selection to the subtree of the gallery under the album with the given id; or the id of the item to display when used with specificItem block type") gettext("Scale images to this maximum size. If maxSize exceeds the thumbnail dimensions, you must also specify g2_show=fullSize") gettext("Add a link target (for example, to open links in a new browser window)") gettext("Image frame to use around images") gettext("Image frame to use around albums") gettext("If a parameter marked with * is omitted then the site default defined above is used.") gettext("Image frames require CSS to be displayed correctly. Include the following in the %s section to support image frames.") gettext("Specify the frame id (or pipe separated list of ids) in the frames parameter. Omit the parameter to support the image frames configured above. Frame ids are the directory names in the %s directory.") /* templates/blocks/blocks.inc */ gettext("Image type") gettext("Random image") gettext("Recent image") gettext("Viewed image") gettext("Random album") gettext("Recent album") gettext("Viewed album") gettext("Daily image") gettext("Weekly image") gettext("Monthly image") gettext("Daily album") gettext("Weekly album") gettext("Monthly album") gettext("Use default settings") gettext("Show heading") gettext("Show title") gettext("Show date") gettext("Show view count") gettext("Show owner")