0byt3m1n1
Path:
/
data
/
applications
/
aps
/
gallery
/
2.2-08
/
htdocs
/
modules
/
imageblock
/
po
/
[
Home
]
File: strings.raw
# $Id: strings.raw 15342 2006-12-01 21:14:46Z andy_st $ /* module.inc */ gettext("Image Block") /* also in: classes/ImageBlockHelper.class templates/ImageBlockOption.tpl templates/blocks/blocks.inc */ gettext("Random, Most Recent or Most Viewed Photo or Album") gettext("Blocks") /* classes/ImageBlockHelper.class */ 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") ngettext("Random Image", "Random Images") ngettext("Newest Image", "Newest Images") ngettext("Most Viewed Image", "Most Viewed Images") ngettext("Random Album", "Random Albums") ngettext("Newest Album", "Newest Albums") ngettext("Most Viewed Album", "Most Viewed Albums") /* 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 used alone Gallery will locate the most-closely-sized image to the specified value - larger images will be scaled down as necessary in your browser. If specified along with %sshow=fullSize the full size image will always be used and scaled down as necessary.") gettext("Just like %smaxSize except that it will not substitute an image smaller than the size you request, so you'll get the closest match in size possible. Note that this may use a lot more bandwidth if a much larger image has to be scaled down in your browser.") gettext("Href for link on image; value of none for no link; default is link to item in the Gallery") 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("Number of items") gettext("Use default settings") gettext("Show heading") gettext("Show title") gettext("Show date") gettext("Show view count") gettext("Show owner")