* EN-Revision: Revision of lang_en.inc.php */ @define('G2EMBED_TITLE', 'Gallery2 Embed'); @define('G2EMBED_TITLE_DESC', 'Embeds Gallery2 within Serendipity. You must be running the Gallery 2.1 core. Gallery 2.1 RC2a or newer REQUIRED.'); @define('G2EMBED_G2DIR', 'Gallery 2 System Directory'); @define('G2EMBED_G2DIR_DESC', 'Absolute path to the Gallery 2 system directory on the server.'); @define('G2EMBED_G2URI', 'Gallery 2 HTTP Path'); @define('G2EMBED_G2URI_DESC', 'Absolute path to http path were the embedded file will reside.'); @define('G2EMBED_EMBEDURI', 'Serendipity Embed File Name'); @define('G2EMBED_EMBEDURI_DESC', 'Absolute path to the file in which gallery 2 will be embedded.'); @define('G2EMBED_PAGETITLE', 'URL shorthand name (Backwards compatibility)'); @define('G2EMBED_HEADLINE', 'Headline'); @define('G2EMBED_HEADLINE_DESC', 'Defines the heading for the document.'); @define('G2EMBED_RELG2PATH', 'Relative path to Gallery2 directory.'); @define('G2EMBED_RELG2PATH_DESC', 'This should be the relative path to the Gallery2 installation.'); @define('G2EMBED_FONTSIZE', 'Font size for the gallery div.'); @define('G2EMBED_FONTSIZE_DESC', 'This will set the font-size element of the gallery div. This is necessary because when embedding gallery, the two stylesheets conflict which results in small, unreadable text in gallery.'); @define('G2EMBED_DIVWIDTH', 'Width for the gallery div.'); @define('G2EMBED_DIVWIDTH_DESC', 'This should be an absolute width to use for the gallery div when viewing photoes and hiding the sidebar.'); ?>