git-svn-id: https://192.168.0.254/svn/Proyectos.ConstruccionesCNJ_Web/trunk@5 a1d75475-e439-6a4c-b115-a3aab481e8ec
39 lines
1.8 KiB
Plaintext
39 lines
1.8 KiB
Plaintext
# $Id: strings.raw 15342 2006-12-01 21:14:46Z andy_st $
|
|
|
|
/* ItemAddLinkItem.inc */
|
|
gettext("Link") /* also in: classes/GalleryLinkItem.class templates/LinkItemOption.tpl */
|
|
|
|
/* module.inc */
|
|
gettext("Link Items")
|
|
gettext("Create links to other albums or external urls")
|
|
gettext("Display")
|
|
gettext("Get image for linkitem thumbnail")
|
|
|
|
/* classes/GalleryLinkItem.class */
|
|
gettext("link")
|
|
|
|
/* templates/ItemAddLinkItem.tpl */
|
|
gettext("Link to Album:")
|
|
gettext("You must enter an album id")
|
|
gettext("Invalid album id")
|
|
gettext("Link to External URL:")
|
|
gettext("You must enter an URL")
|
|
gettext("Add Link")
|
|
|
|
/* templates/LinkItemOption.tpl */
|
|
gettext("URL:")
|
|
gettext("Missing URL")
|
|
|
|
/* templates/LinkItemSiteAdmin.tpl */
|
|
gettext("Link Item Settings")
|
|
gettext("Settings saved successfully")
|
|
gettext("Add small arrow watermark on thumbnails")
|
|
gettext("Generate webpage snapshot for thumbnails of URL links")
|
|
gettext("Command to capture webpage snapshot:")
|
|
gettext("Webpage snapshots can be captured with %skhtml2png%s. This program is not trivial to setup, requiring ImageMagick and a running X server, with appropriate access permission for your webserver/PHP user. Install and test outside of Gallery to ensure the command entered above works as expected. Test with the webserver/PHP user to verify Gallery won't have permission problems. If Gallery produces broken thumbnails then try the Build Thumbnails %sMaintenance task%s to see debug output.")
|
|
gettext("The command line parameters default to those for khtml2png. To specify alternate parameters, place them in a text file here:")
|
|
gettext("Use %URL% %WIDTH% %HEIGHT% %OUTFILE% tokens.")
|
|
gettext("If you don't use webpage snapshots then URL links are given a default thumbnail. Use the Thumbnail Manager module to upload a custom thumbnail for these items.")
|
|
gettext("Save")
|
|
gettext("Reset")
|