source: trunk/www.guidonia.net/wp/wp-content/plugins/linklift/linklift_divcom_lang_en.inc.php@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 7.0 KB
Line 
1<?php
2
3/** ******************************************************
4 * @version 1.5 *
5 * @author Andreas Rayo Kniep (www.linklift.de) *
6 * @date 2007-05-04,2007-06-10 *
7 * *
8 * english language file *
9 ** **************************************************** */
10
11
12// LinkLift's own configuration page
13// -------------------------------------
14@define( 'LINKLIFT_CONFIG_TAB_TITLE' , 'LinkLift Configuration' );
15@define( 'LINKLIFT_CONFIG_TITLE' , 'LinkLift Plugin Configuration' );
16
17@define( 'LINKLIFT_PLUGIN_DESCRIPTION_1' , 'LinkLift is a marketplace for textlink advertising. For every textlink we sell on your blog you earn a fixed amount of money each month - independent of pageviews and click-rates. %sRegister now%s.' );
18@define( 'LINKLIFT_PLUGIN_DESCRIPTION_2' , 'Functionality of the LinkLift-Plugin:' );
19@define( 'LINKLIFT_PLUGIN_DESCRIPTION_3' , 'The LinkLift plugin automatically connects to the LinkLift-server, downloads your current textlink ads, and saves them into the Options-table of your Wordpress-database (&#039;wp_options&#039;).' );
20
21
22@define( 'LINKLIFT_INSTALLATION_INSTRUCTIONS_1' , 'There are 2 options to place the LinkLift-Plugin on your website.' );
23@define( 'LINKLIFT_INSTALLATION_INSTRUCTIONS_2' , 'Go to the menu %s, position the widget %s on the sidebar using drag &amp; drop, and click the button &quot;Save changes&quot;. (For Wordpress-versions before 2.1 the Widgets-plugin is required. Furtermore, your theme has to support widgets.)' );
24@define( 'LINKLIFT_INSTALLATION_INSTRUCTIONS_3' , 'Go to the menu %s, click on the right side on &quot;Sidebar&quot;, and enter the following code at the exact location where you want the textlinks to be displayed:' );
25@define( 'LINKLIFT_INSTALLATION_INSTRUCTIONS_4' , 'Note that the sidebar file needs to be writable. Also, make sure you are not adding our code into an if-block.' );
26@define( 'LINKLIFT_INSTALLATION_INSTRUCTIONS_5' , 'In general, we recommend a seamless integration within you content.' );
27
28@define( 'LINKLIFT_CONFIG_TEXT_OPTIONAL_VALUES' , 'Using the following options you can modify the appearance of the textlinks. LinkLift recommends using the CSS-formatting of the theme of your blog so the textlinks fit nicely into the overall look and feel of your site.' );
29// -------------------------------------
30
31
32@define( 'LINKLIFT_INTERNAL_NOTE_NO_CSS' , 'This option is invalid if you chose to use the CSS-formatting of your theme!' );
33@define( 'LINKLIFT_INTERNAL_NOTE_NO_HTML' , 'This option is invalid if you chose not to use HTML-tags!' );
34@define( 'LINKLIFT_INTERNAL_NOTE_NO_CSS_OR_HTML' , 'This option is invalid if you chose to use the CSS-formatting of your theme or if you chose not to use HTML-tags!' );
35
36
37
38
39// actual configuration titles and description-texts
40// -------------------------------------
41@define( 'LINKLIFT_CONFIG_HEADLINE_GENERAL' , 'General Settings' );
42@define( 'LINKLIFT_CONFIG_HEADLINE_OPTIONAL' , 'Optional Settings' );
43
44@define( 'LINKLIFT_CONFIG_TITLE_WEBSITE_KEY' , 'LinkLift-Website-Key' );
45@define( 'LINKLIFT_CONFIG_DESCRIPTION_WEBSITE_KEY' , 'The LinkLift-Website-Key identifies your website on the LinkLift-marketplace. If you have downloaded the plugin from the LinkLift-website this value is pre-configured.' );
46@define( 'LINKLIFT_CONFIG_DESCRIPTION_WEBSITE_KEY_2' , 'If you are not yet registered to use LinkLift you can do so %shere%s.' );
47@define( 'LINKLIFT_WEBSITE_KEY_EXPLANATION_LINK' , 'What is this?' );
48
49@define( 'LINKLIFT_CONFIG_TITLE_PLUGIN_HEADLINE' , 'Plugin-Headline' );
50@define( 'LINKLIFT_CONFIG_DESCRIPTION_PLUGIN_HEADLINE' , 'The plugin-headline is the headline of the LinkLift block just above the textlinks.' );
51@define( 'LINKLIFT_CONFIG_DESCRIPTION_PLUGIN_HEADLINE_2', 'Depending on how you label the links (either as advertising, or as editorial content), we will classify your site accordingly (advertising textlinks vs. editorial textlinks) on the LinkLift marketplace. For more information on how to optimally label your textlinks %sclick here%s.' );
52
53
54
55@define( 'LINKLIFT_CONFIG_TITLE_NO_CSS' , 'Use Theme Formatting' );
56@define( 'LINKLIFT_CONFIG_DESCRIPTION_NO_CSS' , 'If you activate this option the LinkLift-module will use the CSS-styles of your themes. If not, the LinkLift-module will use its own CSS.' );
57
58@define( 'LINKLIFT_CONFIG_TITLE_NO_HTML' , 'Clean Textlinks (without HTML)');
59@define( 'LINKLIFT_CONFIG_DESCRIPTION_NO_HTML' , 'If you activate this option the LinkLift-module will generate textlinks without the surrounding HTML-tags. If not HTML-tags will be used.');
60
61@define( 'LINKLIFT_CONFIG_TITLE_LINKS_PER_ROW' , 'Textlinks per Row');
62@define( 'LINKLIFT_CONFIG_DESCRIPTION_LINKS_PER_ROW' , 'Number of columns in which textlinks will be displayed. If you want the textlinks to be displayed horizontally you should use the highest possible number of columns.' . ' ' . LINKLIFT_INTERNAL_NOTE_NO_HTML);
63
64@define( 'LINKLIFT_CONFIG_TITLE_FONT_SIZE' , 'Font Size');
65@define( 'LINKLIFT_CONFIG_DESCRIPTION_FONT_SIZE' , 'The font size of your textlinks.' . ' ' . LINKLIFT_INTERNAL_NOTE_NO_CSS);
66
67@define( 'LINKLIFT_CONFIG_TITLE_LINK_COLOR' , 'Textlink Color');
68@define( 'LINKLIFT_CONFIG_DESCRIPTION_LINK_COLOR' , 'The color of your textlinks. You can use CSS color-values in the format #XXX or #XXXXXX or their english names (e.g. Red, DarkGreen, RoyalBlue, Magenta, ...). Leave this field empty to use the link color of your theme.' . ' ' . LINKLIFT_INTERNAL_NOTE_NO_CSS);
69
70@define( 'LINKLIFT_CONFIG_TITLE_BG_COLOR' , 'Background Color');
71@define( 'LINKLIFT_CONFIG_DESCRIPTION_BG_COLOR' , 'The background-color of the LinkLift-block. You can use CSS color-values in the format #XXX or #XXXXXX or their english names (e.g. Red, DarkGreen, RoyalBlue, Magenta, ...). Leave this field empty to get a transparent background.' . ' ' . LINKLIFT_INTERNAL_NOTE_NO_CSS_OR_HTML);
72
73
74
75// Version- and Update-messages
76// -------------------------------------
77@define( 'LINKLIFT_PLUGIN_OUT_OF_DATE' , 'There is a new version of your textlink-plugin available on the LinkLift website.' );
78@define( 'LINKLIFT_PLUGIN_OUT_OF_DATE_DOWNLOAD' , 'Please update now.' );
79@define( 'LINKLIFT_PLUGIN_OUT_OF_DATE_INFORM' , 'Please notify a site administrator.' );
80@define( 'LINKLIFT_PLUGIN_OUT_OF_DATE_COMPLETE_ADMIN' , LINKLIFT_PLUGIN_OUT_OF_DATE . ' ' . '%s' . LINKLIFT_PLUGIN_OUT_OF_DATE_DOWNLOAD . '%s' );
81@define( 'LINKLIFT_PLUGIN_OUT_OF_DATE_COMPLETE_USER' , LINKLIFT_PLUGIN_OUT_OF_DATE . ' ' . '%s' . LINKLIFT_PLUGIN_OUT_OF_DATE_INFORM . '%s' );
82
83@define( 'LINKLIFT_PLUGIN_UP_TO_DATE' , 'You have the latest version of the plugin.' );
84
85
86// Widgets-page
87// -------------------------------------
88@define( 'LINKLIFT_WIDGETS_CONFIG_REMARK' , 'To configure the LinkLift-plugin go to the configuration-submenu %s in the plugins-menu.' );
89
90
91// Other
92// -------------------------------------
93@define( 'LINKLIFT_WEBSITE_KEY' , '---' );
94
95// -------------------------------------
96
97
98?>
Note: See TracBrowser for help on using the repository browser.