Login   Register  
PHP Classes
elePHPant
Icontem

File: UTF-8/lang_en.inc.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Ketil Stadskleiv  >  Linkedin public profile plugin for Serendipity  >  UTF-8/lang_en.inc.php  >  Download  
File: UTF-8/lang_en.inc.php
Role: Configuration script
Content type: text/plain
Description: UTF-8 English language file
Class: Linkedin public profile plugin for Serendipity
Link to Linkedin public profile in Serendipity
Author: By
Last change:
Date: 2006-09-15 05:22
Size: 762 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)?');
?>