1<?php
2/**
3 * english language file
4 *
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author     Bernd Zeimetz <bernd@bzed.de>, based on code by Terence J. Grant<tjgrant@tatewake.com>
7 */
8
9// settings must be present and set appropriately for the language
10$lang['encoding']   = 'utf-8';
11$lang['direction']  = 'ltr';
12
13// for admin plugins, the menu prompt to be displayed in the admin menu
14// if set here, the plugin doesn't need to override the getMenuText() method
15$lang['menu'] = 'Google Adsense';
16
17$lang['gads_item_type'] = 'Item type';
18$lang['gads_item_option'] = 'Item option';
19
20//$lang['gads_googleads_code'] 	= 'Javascript Code as shown by the Adsense setup';
21$lang['gads_enabled'] 		= 'Google Adsense enabled';
22$lang['gads_debug'] 		= 'Debug mode enabled';
23$lang['gads_dont_count_admin'] 	= 'Don\'t display ads for admin/superuser';
24$lang['gads_dont_count_users'] 	= 'Don\'t display ads for logged in users';
25
26$lang['google_ad_client'] 	= "Default ClientID - 'default_client' <br /> (Google call it 'google_ad_client')";
27$lang['google_color_border'] 	= "Default Border - 'default_border' <br /> (Google call it 'google_color_border')";
28$lang['google_color_bg'] 	= "Default Background - 'default_bg' <br /> (Google call it 'google_color_bg')";
29$lang['google_color_link'] 	= "Default Title - 'default_link' <br /> (Google call it 'google_color_link')";
30$lang['google_color_url'] 	= "Default URL - 'default_url' <br /> (Google call it 'google_color_url')";
31$lang['google_color_text'] 	= "Default Text - 'default_text' <br /> (Google call it 'google_color_text')";
32
33$lang['gads_save'] = 'Save';
34
35