PHP Classes

File: lang_en.inc.php

Recommend this page to a friend!
  Classes of Ketil Stadskleiv   Linkedin public profile plugin for Serendipity   lang_en.inc.php   Download  
File: lang_en.inc.php
Role: Configuration script
Content type: text/plain
Description: Enghlish language file
Class: Linkedin public profile plugin for Serendipity
Link to Linkedin public profile in Serendipity
Author: By
Last change:
Date: 17 years ago
Size: 761 bytes
 

Contents

Class file image Download
<?php
/**
 * UK language file
 * @version 1.0
 * @author Ketil Stadskleiv <ks@akkreditering.net>
 */
@define('PLUGIN_LINKEDIN_TITLE','Linkedin public profile');
@
define('PLUGIN_LINKEDIN_INFO','Display a link to you public Linkedin Profile');

@
define('PLUGIN_LINKEDIN_URL_TITLE','URL to public Linkedin Profile');
@
define('PLUGIN_LINKEDIN_URL_TITLE_DESC','Complete the URL with your personal information.');

@
define('PLUGIN_LINKEDIN_IMAGE_URL','Linkedin image to display in sidebar.');
@
define('PLUGIN_LINKEDIN_IMAGE_URL_DESC','Images are taken from www.linkedin.com');


@
define('PLUGIN_LINKEDIN_NEWWINDOW','Open Links in new window');
@
define('PLUGIN_LINKEDIN_NEWWINDOW_DESC','Should links open a new window (requires javascript)?');
?>